package-lock.json 503 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941139421394313944139451394613947139481394913950139511395213953139541395513956139571395813959139601396113962139631396413965139661396713968139691397013971139721397313974139751397613977139781397913980139811398213983139841398513986139871398813989139901399113992139931399413995139961399713998139991400014001140021400314004140051400614007140081400914010140111401214013140141401514016140171401814019140201402114022140231402414025140261402714028140291403014031140321403314034140351403614037140381403914040140411404214043140441404514046140471404814049140501405114052140531405414055140561405714058140591406014061140621406314064140651406614067140681406914070140711407214073140741407514076140771407814079140801408114082140831408414085140861408714088140891409014091140921409314094140951409614097140981409914100141011410214103141041410514106141071410814109141101411114112141131411414115141161411714118141191412014121141221412314124141251412614127141281412914130141311413214133141341413514136141371413814139141401414114142141431414414145141461414714148141491415014151141521415314154141551415614157141581415914160141611416214163141641416514166141671416814169141701417114172141731417414175141761417714178141791418014181141821418314184141851418614187141881418914190141911419214193141941419514196141971419814199142001420114202142031420414205142061420714208142091421014211142121421314214142151421614217142181421914220142211422214223142241422514226142271422814229142301423114232142331423414235142361423714238142391424014241142421424314244142451424614247142481424914250142511425214253142541425514256142571425814259142601426114262142631426414265142661426714268142691427014271142721427314274142751427614277142781427914280142811428214283142841428514286142871428814289142901429114292142931429414295142961429714298142991430014301143021430314304143051430614307143081430914310143111431214313143141431514316143171431814319143201432114322143231432414325143261432714328143291433014331143321433314334143351433614337143381433914340143411434214343143441434514346143471434814349143501435114352143531435414355143561435714358143591436014361143621436314364143651436614367143681436914370143711437214373143741437514376143771437814379143801438114382143831438414385143861438714388143891439014391143921439314394143951439614397143981439914400144011440214403144041440514406144071440814409144101441114412144131441414415
  1. {
  2. "name": "wenbao-website",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "wenbao-website",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design-vue/nuxt": "^1.4.6",
  12. "@imengyu/imengyu-utils": "^0.0.28",
  13. "@imengyu/js-request-transform": "^0.4.0",
  14. "@imengyu/vue-dynamic-form": "^0.1.1",
  15. "@imengyu/vue-scroll-rect": "^0.1.8",
  16. "@nuxt/icon": "^2.1.1",
  17. "@pinia/nuxt": "^0.11.1",
  18. "@popperjs/core": "^2.11.8",
  19. "@vuemap/vue-amap": "^2.1.12",
  20. "ant-design-vue": "^4.2.6",
  21. "axios": "^1.13.2",
  22. "bootstrap": "^5.3.8",
  23. "json5": "^2.2.3",
  24. "lodash-es": "^4.17.21",
  25. "md5": "^2.3.0",
  26. "mitt": "^3.0.1",
  27. "mysql2": "^3.16.0",
  28. "nuxt": "^4.2.2",
  29. "pinia": "^3.0.1",
  30. "tailwindcss-primeui": "^0.6.1",
  31. "tslib": "^2.8.1",
  32. "vue": "^3.5.13",
  33. "vue-router": "^4.5.0",
  34. "vue3-carousel": "^0.15.0"
  35. },
  36. "devDependencies": {
  37. "@iconify-json/material-symbols": "^1.2.50",
  38. "@inquirer/prompts": "^7.10.1",
  39. "@tsconfig/node22": "^22.0.1",
  40. "@types/node": "^22.14.0",
  41. "@vitejs/plugin-vue": "^5.2.3",
  42. "@vitejs/plugin-vue-jsx": "^4.1.2",
  43. "@vue/tsconfig": "^0.7.0",
  44. "ali-oss": "^6.23.0",
  45. "archiver": "^7.0.1",
  46. "cli-progress": "^3.12.0",
  47. "cli-table3": "^0.6.5",
  48. "commander": "^14.0.2",
  49. "npm-run-all2": "^7.0.2",
  50. "sass": "^1.87.0",
  51. "terser": "^5.44.1",
  52. "typescript": "~5.8.0",
  53. "vite": "^6.2.4",
  54. "vite-plugin-vue-devtools": "^7.7.2",
  55. "vue-tsc": "^2.2.8"
  56. }
  57. },
  58. "node_modules/@ant-design-vue/nuxt": {
  59. "version": "1.4.6",
  60. "resolved": "https://registry.npmmirror.com/@ant-design-vue/nuxt/-/nuxt-1.4.6.tgz",
  61. "integrity": "sha512-RtczDfCbd1GtVXoKvZQPbEHiajSGp9BE9S7PHkotz0I59WmfMq/JhxRWR07X8Glb0e/3FfLBWgv7u9n6xqQ5fQ==",
  62. "license": "MIT",
  63. "dependencies": {
  64. "@ant-design/icons-vue": "^7.0.1",
  65. "@nuxt/kit": "^3.13.2"
  66. },
  67. "peerDependencies": {
  68. "ant-design-vue": ">=4"
  69. }
  70. },
  71. "node_modules/@ant-design/colors": {
  72. "version": "6.0.0",
  73. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  74. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "@ctrl/tinycolor": "^3.4.0"
  78. }
  79. },
  80. "node_modules/@ant-design/icons-svg": {
  81. "version": "4.4.2",
  82. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  83. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  84. "license": "MIT"
  85. },
  86. "node_modules/@ant-design/icons-vue": {
  87. "version": "7.0.1",
  88. "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  89. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  90. "license": "MIT",
  91. "dependencies": {
  92. "@ant-design/colors": "^6.0.0",
  93. "@ant-design/icons-svg": "^4.2.1"
  94. },
  95. "peerDependencies": {
  96. "vue": ">=3.0.3"
  97. }
  98. },
  99. "node_modules/@antfu/install-pkg": {
  100. "version": "1.1.0",
  101. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  102. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  103. "license": "MIT",
  104. "dependencies": {
  105. "package-manager-detector": "^1.3.0",
  106. "tinyexec": "^1.0.1"
  107. },
  108. "funding": {
  109. "url": "https://github.com/sponsors/antfu"
  110. }
  111. },
  112. "node_modules/@antfu/utils": {
  113. "version": "0.7.10",
  114. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  115. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  116. "dev": true,
  117. "license": "MIT",
  118. "funding": {
  119. "url": "https://github.com/sponsors/antfu"
  120. }
  121. },
  122. "node_modules/@babel/code-frame": {
  123. "version": "7.27.1",
  124. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  125. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  126. "license": "MIT",
  127. "dependencies": {
  128. "@babel/helper-validator-identifier": "^7.27.1",
  129. "js-tokens": "^4.0.0",
  130. "picocolors": "^1.1.1"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/compat-data": {
  137. "version": "7.27.7",
  138. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.7.tgz",
  139. "integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
  140. "license": "MIT",
  141. "engines": {
  142. "node": ">=6.9.0"
  143. }
  144. },
  145. "node_modules/@babel/core": {
  146. "version": "7.28.5",
  147. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.5.tgz",
  148. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  149. "license": "MIT",
  150. "dependencies": {
  151. "@babel/code-frame": "^7.27.1",
  152. "@babel/generator": "^7.28.5",
  153. "@babel/helper-compilation-targets": "^7.27.2",
  154. "@babel/helper-module-transforms": "^7.28.3",
  155. "@babel/helpers": "^7.28.4",
  156. "@babel/parser": "^7.28.5",
  157. "@babel/template": "^7.27.2",
  158. "@babel/traverse": "^7.28.5",
  159. "@babel/types": "^7.28.5",
  160. "@jridgewell/remapping": "^2.3.5",
  161. "convert-source-map": "^2.0.0",
  162. "debug": "^4.1.0",
  163. "gensync": "^1.0.0-beta.2",
  164. "json5": "^2.2.3",
  165. "semver": "^6.3.1"
  166. },
  167. "engines": {
  168. "node": ">=6.9.0"
  169. },
  170. "funding": {
  171. "type": "opencollective",
  172. "url": "https://opencollective.com/babel"
  173. }
  174. },
  175. "node_modules/@babel/generator": {
  176. "version": "7.28.5",
  177. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.5.tgz",
  178. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  179. "license": "MIT",
  180. "dependencies": {
  181. "@babel/parser": "^7.28.5",
  182. "@babel/types": "^7.28.5",
  183. "@jridgewell/gen-mapping": "^0.3.12",
  184. "@jridgewell/trace-mapping": "^0.3.28",
  185. "jsesc": "^3.0.2"
  186. },
  187. "engines": {
  188. "node": ">=6.9.0"
  189. }
  190. },
  191. "node_modules/@babel/helper-annotate-as-pure": {
  192. "version": "7.27.3",
  193. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  194. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  195. "license": "MIT",
  196. "dependencies": {
  197. "@babel/types": "^7.27.3"
  198. },
  199. "engines": {
  200. "node": ">=6.9.0"
  201. }
  202. },
  203. "node_modules/@babel/helper-compilation-targets": {
  204. "version": "7.27.2",
  205. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  206. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  207. "license": "MIT",
  208. "dependencies": {
  209. "@babel/compat-data": "^7.27.2",
  210. "@babel/helper-validator-option": "^7.27.1",
  211. "browserslist": "^4.24.0",
  212. "lru-cache": "^5.1.1",
  213. "semver": "^6.3.1"
  214. },
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/helper-create-class-features-plugin": {
  220. "version": "7.28.5",
  221. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  222. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/helper-annotate-as-pure": "^7.27.3",
  226. "@babel/helper-member-expression-to-functions": "^7.28.5",
  227. "@babel/helper-optimise-call-expression": "^7.27.1",
  228. "@babel/helper-replace-supers": "^7.27.1",
  229. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  230. "@babel/traverse": "^7.28.5",
  231. "semver": "^6.3.1"
  232. },
  233. "engines": {
  234. "node": ">=6.9.0"
  235. },
  236. "peerDependencies": {
  237. "@babel/core": "^7.0.0"
  238. }
  239. },
  240. "node_modules/@babel/helper-globals": {
  241. "version": "7.28.0",
  242. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  243. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  244. "license": "MIT",
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-member-expression-to-functions": {
  250. "version": "7.28.5",
  251. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  252. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  253. "license": "MIT",
  254. "dependencies": {
  255. "@babel/traverse": "^7.28.5",
  256. "@babel/types": "^7.28.5"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-module-imports": {
  263. "version": "7.27.1",
  264. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  265. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  266. "license": "MIT",
  267. "dependencies": {
  268. "@babel/traverse": "^7.27.1",
  269. "@babel/types": "^7.27.1"
  270. },
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-module-transforms": {
  276. "version": "7.28.3",
  277. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  278. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "@babel/helper-module-imports": "^7.27.1",
  282. "@babel/helper-validator-identifier": "^7.27.1",
  283. "@babel/traverse": "^7.28.3"
  284. },
  285. "engines": {
  286. "node": ">=6.9.0"
  287. },
  288. "peerDependencies": {
  289. "@babel/core": "^7.0.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-optimise-call-expression": {
  293. "version": "7.27.1",
  294. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  295. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  296. "license": "MIT",
  297. "dependencies": {
  298. "@babel/types": "^7.27.1"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-plugin-utils": {
  305. "version": "7.27.1",
  306. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  307. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  308. "license": "MIT",
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@babel/helper-replace-supers": {
  314. "version": "7.27.1",
  315. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  316. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  317. "license": "MIT",
  318. "dependencies": {
  319. "@babel/helper-member-expression-to-functions": "^7.27.1",
  320. "@babel/helper-optimise-call-expression": "^7.27.1",
  321. "@babel/traverse": "^7.27.1"
  322. },
  323. "engines": {
  324. "node": ">=6.9.0"
  325. },
  326. "peerDependencies": {
  327. "@babel/core": "^7.0.0"
  328. }
  329. },
  330. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  331. "version": "7.27.1",
  332. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  333. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  334. "license": "MIT",
  335. "dependencies": {
  336. "@babel/traverse": "^7.27.1",
  337. "@babel/types": "^7.27.1"
  338. },
  339. "engines": {
  340. "node": ">=6.9.0"
  341. }
  342. },
  343. "node_modules/@babel/helper-string-parser": {
  344. "version": "7.27.1",
  345. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  346. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  347. "license": "MIT",
  348. "engines": {
  349. "node": ">=6.9.0"
  350. }
  351. },
  352. "node_modules/@babel/helper-validator-identifier": {
  353. "version": "7.28.5",
  354. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  355. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  356. "license": "MIT",
  357. "engines": {
  358. "node": ">=6.9.0"
  359. }
  360. },
  361. "node_modules/@babel/helper-validator-option": {
  362. "version": "7.27.1",
  363. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  364. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  365. "license": "MIT",
  366. "engines": {
  367. "node": ">=6.9.0"
  368. }
  369. },
  370. "node_modules/@babel/helpers": {
  371. "version": "7.28.4",
  372. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.4.tgz",
  373. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  374. "license": "MIT",
  375. "dependencies": {
  376. "@babel/template": "^7.27.2",
  377. "@babel/types": "^7.28.4"
  378. },
  379. "engines": {
  380. "node": ">=6.9.0"
  381. }
  382. },
  383. "node_modules/@babel/parser": {
  384. "version": "7.28.5",
  385. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
  386. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  387. "license": "MIT",
  388. "dependencies": {
  389. "@babel/types": "^7.28.5"
  390. },
  391. "bin": {
  392. "parser": "bin/babel-parser.js"
  393. },
  394. "engines": {
  395. "node": ">=6.0.0"
  396. }
  397. },
  398. "node_modules/@babel/plugin-proposal-decorators": {
  399. "version": "7.25.9",
  400. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  401. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-create-class-features-plugin": "^7.25.9",
  406. "@babel/helper-plugin-utils": "^7.25.9",
  407. "@babel/plugin-syntax-decorators": "^7.25.9"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. },
  412. "peerDependencies": {
  413. "@babel/core": "^7.0.0-0"
  414. }
  415. },
  416. "node_modules/@babel/plugin-syntax-decorators": {
  417. "version": "7.25.9",
  418. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  419. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  420. "dev": true,
  421. "license": "MIT",
  422. "dependencies": {
  423. "@babel/helper-plugin-utils": "^7.25.9"
  424. },
  425. "engines": {
  426. "node": ">=6.9.0"
  427. },
  428. "peerDependencies": {
  429. "@babel/core": "^7.0.0-0"
  430. }
  431. },
  432. "node_modules/@babel/plugin-syntax-import-attributes": {
  433. "version": "7.26.0",
  434. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  435. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  436. "dev": true,
  437. "license": "MIT",
  438. "dependencies": {
  439. "@babel/helper-plugin-utils": "^7.25.9"
  440. },
  441. "engines": {
  442. "node": ">=6.9.0"
  443. },
  444. "peerDependencies": {
  445. "@babel/core": "^7.0.0-0"
  446. }
  447. },
  448. "node_modules/@babel/plugin-syntax-import-meta": {
  449. "version": "7.10.4",
  450. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  451. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  452. "dev": true,
  453. "license": "MIT",
  454. "dependencies": {
  455. "@babel/helper-plugin-utils": "^7.10.4"
  456. },
  457. "peerDependencies": {
  458. "@babel/core": "^7.0.0-0"
  459. }
  460. },
  461. "node_modules/@babel/plugin-syntax-jsx": {
  462. "version": "7.27.1",
  463. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  464. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  465. "license": "MIT",
  466. "dependencies": {
  467. "@babel/helper-plugin-utils": "^7.27.1"
  468. },
  469. "engines": {
  470. "node": ">=6.9.0"
  471. },
  472. "peerDependencies": {
  473. "@babel/core": "^7.0.0-0"
  474. }
  475. },
  476. "node_modules/@babel/plugin-syntax-typescript": {
  477. "version": "7.27.1",
  478. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  479. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  480. "license": "MIT",
  481. "dependencies": {
  482. "@babel/helper-plugin-utils": "^7.27.1"
  483. },
  484. "engines": {
  485. "node": ">=6.9.0"
  486. },
  487. "peerDependencies": {
  488. "@babel/core": "^7.0.0-0"
  489. }
  490. },
  491. "node_modules/@babel/plugin-transform-typescript": {
  492. "version": "7.28.5",
  493. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  494. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  495. "license": "MIT",
  496. "dependencies": {
  497. "@babel/helper-annotate-as-pure": "^7.27.3",
  498. "@babel/helper-create-class-features-plugin": "^7.28.5",
  499. "@babel/helper-plugin-utils": "^7.27.1",
  500. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  501. "@babel/plugin-syntax-typescript": "^7.27.1"
  502. },
  503. "engines": {
  504. "node": ">=6.9.0"
  505. },
  506. "peerDependencies": {
  507. "@babel/core": "^7.0.0-0"
  508. }
  509. },
  510. "node_modules/@babel/runtime": {
  511. "version": "7.27.1",
  512. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  513. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  514. "license": "MIT",
  515. "engines": {
  516. "node": ">=6.9.0"
  517. }
  518. },
  519. "node_modules/@babel/template": {
  520. "version": "7.27.2",
  521. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  522. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  523. "license": "MIT",
  524. "dependencies": {
  525. "@babel/code-frame": "^7.27.1",
  526. "@babel/parser": "^7.27.2",
  527. "@babel/types": "^7.27.1"
  528. },
  529. "engines": {
  530. "node": ">=6.9.0"
  531. }
  532. },
  533. "node_modules/@babel/traverse": {
  534. "version": "7.28.5",
  535. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.5.tgz",
  536. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  537. "license": "MIT",
  538. "dependencies": {
  539. "@babel/code-frame": "^7.27.1",
  540. "@babel/generator": "^7.28.5",
  541. "@babel/helper-globals": "^7.28.0",
  542. "@babel/parser": "^7.28.5",
  543. "@babel/template": "^7.27.2",
  544. "@babel/types": "^7.28.5",
  545. "debug": "^4.3.1"
  546. },
  547. "engines": {
  548. "node": ">=6.9.0"
  549. }
  550. },
  551. "node_modules/@babel/types": {
  552. "version": "7.28.5",
  553. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
  554. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  555. "license": "MIT",
  556. "dependencies": {
  557. "@babel/helper-string-parser": "^7.27.1",
  558. "@babel/helper-validator-identifier": "^7.28.5"
  559. },
  560. "engines": {
  561. "node": ">=6.9.0"
  562. }
  563. },
  564. "node_modules/@clack/core": {
  565. "version": "1.0.0-alpha.7",
  566. "resolved": "https://registry.npmmirror.com/@clack/core/-/core-1.0.0-alpha.7.tgz",
  567. "integrity": "sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ==",
  568. "license": "MIT",
  569. "dependencies": {
  570. "picocolors": "^1.0.0",
  571. "sisteransi": "^1.0.5"
  572. }
  573. },
  574. "node_modules/@clack/prompts": {
  575. "version": "1.0.0-alpha.8",
  576. "resolved": "https://registry.npmmirror.com/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz",
  577. "integrity": "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ==",
  578. "license": "MIT",
  579. "dependencies": {
  580. "@clack/core": "1.0.0-alpha.7",
  581. "picocolors": "^1.0.0",
  582. "sisteransi": "^1.0.5"
  583. }
  584. },
  585. "node_modules/@cloudflare/kv-asset-handler": {
  586. "version": "0.4.1",
  587. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.1.tgz",
  588. "integrity": "sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==",
  589. "license": "MIT OR Apache-2.0",
  590. "dependencies": {
  591. "mime": "^3.0.0"
  592. },
  593. "engines": {
  594. "node": ">=18.0.0"
  595. }
  596. },
  597. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  598. "version": "3.0.0",
  599. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  600. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  601. "license": "MIT",
  602. "bin": {
  603. "mime": "cli.js"
  604. },
  605. "engines": {
  606. "node": ">=10.0.0"
  607. }
  608. },
  609. "node_modules/@colors/colors": {
  610. "version": "1.5.0",
  611. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz",
  612. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  613. "dev": true,
  614. "license": "MIT",
  615. "optional": true,
  616. "engines": {
  617. "node": ">=0.1.90"
  618. }
  619. },
  620. "node_modules/@ctrl/tinycolor": {
  621. "version": "3.6.1",
  622. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  623. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  624. "license": "MIT",
  625. "engines": {
  626. "node": ">=10"
  627. }
  628. },
  629. "node_modules/@dxup/nuxt": {
  630. "version": "0.2.2",
  631. "resolved": "https://registry.npmmirror.com/@dxup/nuxt/-/nuxt-0.2.2.tgz",
  632. "integrity": "sha512-RNpJjDZs9+JcT9N87AnOuHsNM75DEd58itADNd/s1LIF6BZbTLZV0xxilJZb55lntn4TYvscTaXLCBX2fq9CXg==",
  633. "license": "MIT",
  634. "dependencies": {
  635. "@dxup/unimport": "^0.1.2",
  636. "@nuxt/kit": "^4.2.1",
  637. "chokidar": "^4.0.3",
  638. "pathe": "^2.0.3",
  639. "tinyglobby": "^0.2.15"
  640. }
  641. },
  642. "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
  643. "version": "4.2.2",
  644. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  645. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  646. "license": "MIT",
  647. "dependencies": {
  648. "c12": "^3.3.2",
  649. "consola": "^3.4.2",
  650. "defu": "^6.1.4",
  651. "destr": "^2.0.5",
  652. "errx": "^0.1.0",
  653. "exsolve": "^1.0.8",
  654. "ignore": "^7.0.5",
  655. "jiti": "^2.6.1",
  656. "klona": "^2.0.6",
  657. "mlly": "^1.8.0",
  658. "ohash": "^2.0.11",
  659. "pathe": "^2.0.3",
  660. "pkg-types": "^2.3.0",
  661. "rc9": "^2.1.2",
  662. "scule": "^1.3.0",
  663. "semver": "^7.7.3",
  664. "tinyglobby": "^0.2.15",
  665. "ufo": "^1.6.1",
  666. "unctx": "^2.4.1",
  667. "untyped": "^2.0.0"
  668. },
  669. "engines": {
  670. "node": ">=18.12.0"
  671. }
  672. },
  673. "node_modules/@dxup/nuxt/node_modules/semver": {
  674. "version": "7.7.3",
  675. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  676. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  677. "license": "ISC",
  678. "bin": {
  679. "semver": "bin/semver.js"
  680. },
  681. "engines": {
  682. "node": ">=10"
  683. }
  684. },
  685. "node_modules/@dxup/unimport": {
  686. "version": "0.1.2",
  687. "resolved": "https://registry.npmmirror.com/@dxup/unimport/-/unimport-0.1.2.tgz",
  688. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  689. "license": "MIT"
  690. },
  691. "node_modules/@emnapi/core": {
  692. "version": "1.7.1",
  693. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.7.1.tgz",
  694. "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
  695. "license": "MIT",
  696. "optional": true,
  697. "dependencies": {
  698. "@emnapi/wasi-threads": "1.1.0",
  699. "tslib": "^2.4.0"
  700. }
  701. },
  702. "node_modules/@emnapi/runtime": {
  703. "version": "1.7.1",
  704. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.7.1.tgz",
  705. "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
  706. "license": "MIT",
  707. "optional": true,
  708. "dependencies": {
  709. "tslib": "^2.4.0"
  710. }
  711. },
  712. "node_modules/@emnapi/wasi-threads": {
  713. "version": "1.1.0",
  714. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  715. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  716. "license": "MIT",
  717. "optional": true,
  718. "dependencies": {
  719. "tslib": "^2.4.0"
  720. }
  721. },
  722. "node_modules/@emotion/hash": {
  723. "version": "0.9.2",
  724. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  725. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  726. "license": "MIT"
  727. },
  728. "node_modules/@emotion/unitless": {
  729. "version": "0.8.1",
  730. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  731. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  732. "license": "MIT"
  733. },
  734. "node_modules/@esbuild/aix-ppc64": {
  735. "version": "0.25.12",
  736. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  737. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  738. "cpu": [
  739. "ppc64"
  740. ],
  741. "license": "MIT",
  742. "optional": true,
  743. "os": [
  744. "aix"
  745. ],
  746. "engines": {
  747. "node": ">=18"
  748. }
  749. },
  750. "node_modules/@esbuild/android-arm": {
  751. "version": "0.25.12",
  752. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  753. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  754. "cpu": [
  755. "arm"
  756. ],
  757. "license": "MIT",
  758. "optional": true,
  759. "os": [
  760. "android"
  761. ],
  762. "engines": {
  763. "node": ">=18"
  764. }
  765. },
  766. "node_modules/@esbuild/android-arm64": {
  767. "version": "0.25.12",
  768. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  769. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  770. "cpu": [
  771. "arm64"
  772. ],
  773. "license": "MIT",
  774. "optional": true,
  775. "os": [
  776. "android"
  777. ],
  778. "engines": {
  779. "node": ">=18"
  780. }
  781. },
  782. "node_modules/@esbuild/android-x64": {
  783. "version": "0.25.12",
  784. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  785. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  786. "cpu": [
  787. "x64"
  788. ],
  789. "license": "MIT",
  790. "optional": true,
  791. "os": [
  792. "android"
  793. ],
  794. "engines": {
  795. "node": ">=18"
  796. }
  797. },
  798. "node_modules/@esbuild/darwin-arm64": {
  799. "version": "0.25.12",
  800. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  801. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  802. "cpu": [
  803. "arm64"
  804. ],
  805. "license": "MIT",
  806. "optional": true,
  807. "os": [
  808. "darwin"
  809. ],
  810. "engines": {
  811. "node": ">=18"
  812. }
  813. },
  814. "node_modules/@esbuild/darwin-x64": {
  815. "version": "0.25.12",
  816. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  817. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  818. "cpu": [
  819. "x64"
  820. ],
  821. "license": "MIT",
  822. "optional": true,
  823. "os": [
  824. "darwin"
  825. ],
  826. "engines": {
  827. "node": ">=18"
  828. }
  829. },
  830. "node_modules/@esbuild/freebsd-arm64": {
  831. "version": "0.25.12",
  832. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  833. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  834. "cpu": [
  835. "arm64"
  836. ],
  837. "license": "MIT",
  838. "optional": true,
  839. "os": [
  840. "freebsd"
  841. ],
  842. "engines": {
  843. "node": ">=18"
  844. }
  845. },
  846. "node_modules/@esbuild/freebsd-x64": {
  847. "version": "0.25.12",
  848. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  849. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "license": "MIT",
  854. "optional": true,
  855. "os": [
  856. "freebsd"
  857. ],
  858. "engines": {
  859. "node": ">=18"
  860. }
  861. },
  862. "node_modules/@esbuild/linux-arm": {
  863. "version": "0.25.12",
  864. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  865. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  866. "cpu": [
  867. "arm"
  868. ],
  869. "license": "MIT",
  870. "optional": true,
  871. "os": [
  872. "linux"
  873. ],
  874. "engines": {
  875. "node": ">=18"
  876. }
  877. },
  878. "node_modules/@esbuild/linux-arm64": {
  879. "version": "0.25.12",
  880. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  881. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  882. "cpu": [
  883. "arm64"
  884. ],
  885. "license": "MIT",
  886. "optional": true,
  887. "os": [
  888. "linux"
  889. ],
  890. "engines": {
  891. "node": ">=18"
  892. }
  893. },
  894. "node_modules/@esbuild/linux-ia32": {
  895. "version": "0.25.12",
  896. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  897. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  898. "cpu": [
  899. "ia32"
  900. ],
  901. "license": "MIT",
  902. "optional": true,
  903. "os": [
  904. "linux"
  905. ],
  906. "engines": {
  907. "node": ">=18"
  908. }
  909. },
  910. "node_modules/@esbuild/linux-loong64": {
  911. "version": "0.25.12",
  912. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  913. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  914. "cpu": [
  915. "loong64"
  916. ],
  917. "license": "MIT",
  918. "optional": true,
  919. "os": [
  920. "linux"
  921. ],
  922. "engines": {
  923. "node": ">=18"
  924. }
  925. },
  926. "node_modules/@esbuild/linux-mips64el": {
  927. "version": "0.25.12",
  928. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  929. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  930. "cpu": [
  931. "mips64el"
  932. ],
  933. "license": "MIT",
  934. "optional": true,
  935. "os": [
  936. "linux"
  937. ],
  938. "engines": {
  939. "node": ">=18"
  940. }
  941. },
  942. "node_modules/@esbuild/linux-ppc64": {
  943. "version": "0.25.12",
  944. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  945. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  946. "cpu": [
  947. "ppc64"
  948. ],
  949. "license": "MIT",
  950. "optional": true,
  951. "os": [
  952. "linux"
  953. ],
  954. "engines": {
  955. "node": ">=18"
  956. }
  957. },
  958. "node_modules/@esbuild/linux-riscv64": {
  959. "version": "0.25.12",
  960. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  961. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  962. "cpu": [
  963. "riscv64"
  964. ],
  965. "license": "MIT",
  966. "optional": true,
  967. "os": [
  968. "linux"
  969. ],
  970. "engines": {
  971. "node": ">=18"
  972. }
  973. },
  974. "node_modules/@esbuild/linux-s390x": {
  975. "version": "0.25.12",
  976. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  977. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  978. "cpu": [
  979. "s390x"
  980. ],
  981. "license": "MIT",
  982. "optional": true,
  983. "os": [
  984. "linux"
  985. ],
  986. "engines": {
  987. "node": ">=18"
  988. }
  989. },
  990. "node_modules/@esbuild/linux-x64": {
  991. "version": "0.25.12",
  992. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  993. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  994. "cpu": [
  995. "x64"
  996. ],
  997. "license": "MIT",
  998. "optional": true,
  999. "os": [
  1000. "linux"
  1001. ],
  1002. "engines": {
  1003. "node": ">=18"
  1004. }
  1005. },
  1006. "node_modules/@esbuild/netbsd-arm64": {
  1007. "version": "0.25.12",
  1008. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  1009. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  1010. "cpu": [
  1011. "arm64"
  1012. ],
  1013. "license": "MIT",
  1014. "optional": true,
  1015. "os": [
  1016. "netbsd"
  1017. ],
  1018. "engines": {
  1019. "node": ">=18"
  1020. }
  1021. },
  1022. "node_modules/@esbuild/netbsd-x64": {
  1023. "version": "0.25.12",
  1024. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  1025. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  1026. "cpu": [
  1027. "x64"
  1028. ],
  1029. "license": "MIT",
  1030. "optional": true,
  1031. "os": [
  1032. "netbsd"
  1033. ],
  1034. "engines": {
  1035. "node": ">=18"
  1036. }
  1037. },
  1038. "node_modules/@esbuild/openbsd-arm64": {
  1039. "version": "0.25.12",
  1040. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  1041. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  1042. "cpu": [
  1043. "arm64"
  1044. ],
  1045. "license": "MIT",
  1046. "optional": true,
  1047. "os": [
  1048. "openbsd"
  1049. ],
  1050. "engines": {
  1051. "node": ">=18"
  1052. }
  1053. },
  1054. "node_modules/@esbuild/openbsd-x64": {
  1055. "version": "0.25.12",
  1056. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  1057. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "openbsd"
  1065. ],
  1066. "engines": {
  1067. "node": ">=18"
  1068. }
  1069. },
  1070. "node_modules/@esbuild/openharmony-arm64": {
  1071. "version": "0.25.12",
  1072. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  1073. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  1074. "cpu": [
  1075. "arm64"
  1076. ],
  1077. "license": "MIT",
  1078. "optional": true,
  1079. "os": [
  1080. "openharmony"
  1081. ],
  1082. "engines": {
  1083. "node": ">=18"
  1084. }
  1085. },
  1086. "node_modules/@esbuild/sunos-x64": {
  1087. "version": "0.25.12",
  1088. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  1089. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  1090. "cpu": [
  1091. "x64"
  1092. ],
  1093. "license": "MIT",
  1094. "optional": true,
  1095. "os": [
  1096. "sunos"
  1097. ],
  1098. "engines": {
  1099. "node": ">=18"
  1100. }
  1101. },
  1102. "node_modules/@esbuild/win32-arm64": {
  1103. "version": "0.25.12",
  1104. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  1105. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  1106. "cpu": [
  1107. "arm64"
  1108. ],
  1109. "license": "MIT",
  1110. "optional": true,
  1111. "os": [
  1112. "win32"
  1113. ],
  1114. "engines": {
  1115. "node": ">=18"
  1116. }
  1117. },
  1118. "node_modules/@esbuild/win32-ia32": {
  1119. "version": "0.25.12",
  1120. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  1121. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  1122. "cpu": [
  1123. "ia32"
  1124. ],
  1125. "license": "MIT",
  1126. "optional": true,
  1127. "os": [
  1128. "win32"
  1129. ],
  1130. "engines": {
  1131. "node": ">=18"
  1132. }
  1133. },
  1134. "node_modules/@esbuild/win32-x64": {
  1135. "version": "0.25.12",
  1136. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  1137. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  1138. "cpu": [
  1139. "x64"
  1140. ],
  1141. "license": "MIT",
  1142. "optional": true,
  1143. "os": [
  1144. "win32"
  1145. ],
  1146. "engines": {
  1147. "node": ">=18"
  1148. }
  1149. },
  1150. "node_modules/@iconify-json/material-symbols": {
  1151. "version": "1.2.50",
  1152. "resolved": "https://registry.npmmirror.com/@iconify-json/material-symbols/-/material-symbols-1.2.50.tgz",
  1153. "integrity": "sha512-71tjHR70h46LHtBFab3fAd2V/wPTO7JMV5lKnRn3IcF303LaFgAlO0BZeTJDcmCv9d0snRZmnoLZAJVD7/eisw==",
  1154. "dev": true,
  1155. "license": "Apache-2.0",
  1156. "dependencies": {
  1157. "@iconify/types": "*"
  1158. }
  1159. },
  1160. "node_modules/@iconify/collections": {
  1161. "version": "1.0.632",
  1162. "resolved": "https://registry.npmmirror.com/@iconify/collections/-/collections-1.0.632.tgz",
  1163. "integrity": "sha512-7P03mskPh9cg6O/hnURtQ6nCNKamtKrTGHnVsGX6mJaTpsaLGlpsyGEpayS7trMLvtSvIgKhpN0SPzLwa8HKnA==",
  1164. "license": "MIT",
  1165. "dependencies": {
  1166. "@iconify/types": "*"
  1167. }
  1168. },
  1169. "node_modules/@iconify/types": {
  1170. "version": "2.0.0",
  1171. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1172. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1173. "license": "MIT"
  1174. },
  1175. "node_modules/@iconify/utils": {
  1176. "version": "3.1.0",
  1177. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-3.1.0.tgz",
  1178. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1179. "license": "MIT",
  1180. "dependencies": {
  1181. "@antfu/install-pkg": "^1.1.0",
  1182. "@iconify/types": "^2.0.0",
  1183. "mlly": "^1.8.0"
  1184. }
  1185. },
  1186. "node_modules/@iconify/vue": {
  1187. "version": "5.0.0",
  1188. "resolved": "https://registry.npmmirror.com/@iconify/vue/-/vue-5.0.0.tgz",
  1189. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1190. "license": "MIT",
  1191. "dependencies": {
  1192. "@iconify/types": "^2.0.0"
  1193. },
  1194. "funding": {
  1195. "url": "https://github.com/sponsors/cyberalien"
  1196. },
  1197. "peerDependencies": {
  1198. "vue": ">=3"
  1199. }
  1200. },
  1201. "node_modules/@imengyu/imengyu-utils": {
  1202. "version": "0.0.28",
  1203. "resolved": "https://registry.npmmirror.com/@imengyu/imengyu-utils/-/imengyu-utils-0.0.28.tgz",
  1204. "integrity": "sha512-DE0hrBJjdAsyiNJER/ZS8cuEl9+nWZtyUiJBKFimxuVLLiBtPZC2PQRcrHBDdyhxeQHUhfjCvqRbbFjDY6jloQ==",
  1205. "license": "MIT",
  1206. "dependencies": {
  1207. "@imengyu/js-request-transform": "^0.4.0"
  1208. }
  1209. },
  1210. "node_modules/@imengyu/js-request-transform": {
  1211. "version": "0.4.0",
  1212. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.4.0.tgz",
  1213. "integrity": "sha512-gVS9y1EdS1r9Eg8/srCSUKFw2qJZ4kYLiOVIMPUan4TT2CXbFsqZIUcMA43mvIkSXQXgapmhV1WxABb/6ejYxg==",
  1214. "license": "MIT"
  1215. },
  1216. "node_modules/@imengyu/vue-dynamic-form": {
  1217. "version": "0.1.1",
  1218. "resolved": "https://registry.npmmirror.com/@imengyu/vue-dynamic-form/-/vue-dynamic-form-0.1.1.tgz",
  1219. "integrity": "sha512-xyzO7hSwAjp/B8ROwZEMHK4m3Id94ViTb0JSpD/Z7QYb78m72/Io0LkeKkL2t/qBAyo3dvvi3Dewv+Y+ljWP9Q==",
  1220. "dependencies": {
  1221. "async-validator": "^4.2.5",
  1222. "scroll-into-view-if-needed": "^3.0.3",
  1223. "vue": "^3.2.45"
  1224. }
  1225. },
  1226. "node_modules/@imengyu/vue-dynamic-form/node_modules/compute-scroll-into-view": {
  1227. "version": "3.1.1",
  1228. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  1229. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
  1230. },
  1231. "node_modules/@imengyu/vue-dynamic-form/node_modules/scroll-into-view-if-needed": {
  1232. "version": "3.1.0",
  1233. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  1234. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  1235. "dependencies": {
  1236. "compute-scroll-into-view": "^3.0.2"
  1237. }
  1238. },
  1239. "node_modules/@imengyu/vue-scroll-rect": {
  1240. "version": "0.1.8",
  1241. "resolved": "https://registry.npmmirror.com/@imengyu/vue-scroll-rect/-/vue-scroll-rect-0.1.8.tgz",
  1242. "integrity": "sha512-Mg7rgHlsGPO0tcMFjp1kB2BZ3oRrRtFN8MoE52jTgQnlc+Y0N6ttFnbIxOh2fc9j82uhdQ8zgZcXlFHUXeGnCA==",
  1243. "license": "MIT"
  1244. },
  1245. "node_modules/@inquirer/ansi": {
  1246. "version": "1.0.2",
  1247. "resolved": "https://registry.npmmirror.com/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1248. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1249. "dev": true,
  1250. "license": "MIT",
  1251. "engines": {
  1252. "node": ">=18"
  1253. }
  1254. },
  1255. "node_modules/@inquirer/checkbox": {
  1256. "version": "4.3.2",
  1257. "resolved": "https://registry.npmmirror.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1258. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1259. "dev": true,
  1260. "license": "MIT",
  1261. "dependencies": {
  1262. "@inquirer/ansi": "^1.0.2",
  1263. "@inquirer/core": "^10.3.2",
  1264. "@inquirer/figures": "^1.0.15",
  1265. "@inquirer/type": "^3.0.10",
  1266. "yoctocolors-cjs": "^2.1.3"
  1267. },
  1268. "engines": {
  1269. "node": ">=18"
  1270. },
  1271. "peerDependencies": {
  1272. "@types/node": ">=18"
  1273. },
  1274. "peerDependenciesMeta": {
  1275. "@types/node": {
  1276. "optional": true
  1277. }
  1278. }
  1279. },
  1280. "node_modules/@inquirer/confirm": {
  1281. "version": "5.1.21",
  1282. "resolved": "https://registry.npmmirror.com/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1283. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1284. "dev": true,
  1285. "license": "MIT",
  1286. "dependencies": {
  1287. "@inquirer/core": "^10.3.2",
  1288. "@inquirer/type": "^3.0.10"
  1289. },
  1290. "engines": {
  1291. "node": ">=18"
  1292. },
  1293. "peerDependencies": {
  1294. "@types/node": ">=18"
  1295. },
  1296. "peerDependenciesMeta": {
  1297. "@types/node": {
  1298. "optional": true
  1299. }
  1300. }
  1301. },
  1302. "node_modules/@inquirer/core": {
  1303. "version": "10.3.2",
  1304. "resolved": "https://registry.npmmirror.com/@inquirer/core/-/core-10.3.2.tgz",
  1305. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1306. "dev": true,
  1307. "license": "MIT",
  1308. "dependencies": {
  1309. "@inquirer/ansi": "^1.0.2",
  1310. "@inquirer/figures": "^1.0.15",
  1311. "@inquirer/type": "^3.0.10",
  1312. "cli-width": "^4.1.0",
  1313. "mute-stream": "^2.0.0",
  1314. "signal-exit": "^4.1.0",
  1315. "wrap-ansi": "^6.2.0",
  1316. "yoctocolors-cjs": "^2.1.3"
  1317. },
  1318. "engines": {
  1319. "node": ">=18"
  1320. },
  1321. "peerDependencies": {
  1322. "@types/node": ">=18"
  1323. },
  1324. "peerDependenciesMeta": {
  1325. "@types/node": {
  1326. "optional": true
  1327. }
  1328. }
  1329. },
  1330. "node_modules/@inquirer/editor": {
  1331. "version": "4.2.23",
  1332. "resolved": "https://registry.npmmirror.com/@inquirer/editor/-/editor-4.2.23.tgz",
  1333. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1334. "dev": true,
  1335. "license": "MIT",
  1336. "dependencies": {
  1337. "@inquirer/core": "^10.3.2",
  1338. "@inquirer/external-editor": "^1.0.3",
  1339. "@inquirer/type": "^3.0.10"
  1340. },
  1341. "engines": {
  1342. "node": ">=18"
  1343. },
  1344. "peerDependencies": {
  1345. "@types/node": ">=18"
  1346. },
  1347. "peerDependenciesMeta": {
  1348. "@types/node": {
  1349. "optional": true
  1350. }
  1351. }
  1352. },
  1353. "node_modules/@inquirer/expand": {
  1354. "version": "4.0.23",
  1355. "resolved": "https://registry.npmmirror.com/@inquirer/expand/-/expand-4.0.23.tgz",
  1356. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1357. "dev": true,
  1358. "license": "MIT",
  1359. "dependencies": {
  1360. "@inquirer/core": "^10.3.2",
  1361. "@inquirer/type": "^3.0.10",
  1362. "yoctocolors-cjs": "^2.1.3"
  1363. },
  1364. "engines": {
  1365. "node": ">=18"
  1366. },
  1367. "peerDependencies": {
  1368. "@types/node": ">=18"
  1369. },
  1370. "peerDependenciesMeta": {
  1371. "@types/node": {
  1372. "optional": true
  1373. }
  1374. }
  1375. },
  1376. "node_modules/@inquirer/external-editor": {
  1377. "version": "1.0.3",
  1378. "resolved": "https://registry.npmmirror.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1379. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1380. "dev": true,
  1381. "license": "MIT",
  1382. "dependencies": {
  1383. "chardet": "^2.1.1",
  1384. "iconv-lite": "^0.7.0"
  1385. },
  1386. "engines": {
  1387. "node": ">=18"
  1388. },
  1389. "peerDependencies": {
  1390. "@types/node": ">=18"
  1391. },
  1392. "peerDependenciesMeta": {
  1393. "@types/node": {
  1394. "optional": true
  1395. }
  1396. }
  1397. },
  1398. "node_modules/@inquirer/external-editor/node_modules/iconv-lite": {
  1399. "version": "0.7.1",
  1400. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  1401. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  1402. "dev": true,
  1403. "license": "MIT",
  1404. "dependencies": {
  1405. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1406. },
  1407. "engines": {
  1408. "node": ">=0.10.0"
  1409. },
  1410. "funding": {
  1411. "type": "opencollective",
  1412. "url": "https://opencollective.com/express"
  1413. }
  1414. },
  1415. "node_modules/@inquirer/figures": {
  1416. "version": "1.0.15",
  1417. "resolved": "https://registry.npmmirror.com/@inquirer/figures/-/figures-1.0.15.tgz",
  1418. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1419. "dev": true,
  1420. "license": "MIT",
  1421. "engines": {
  1422. "node": ">=18"
  1423. }
  1424. },
  1425. "node_modules/@inquirer/input": {
  1426. "version": "4.3.1",
  1427. "resolved": "https://registry.npmmirror.com/@inquirer/input/-/input-4.3.1.tgz",
  1428. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "@inquirer/core": "^10.3.2",
  1433. "@inquirer/type": "^3.0.10"
  1434. },
  1435. "engines": {
  1436. "node": ">=18"
  1437. },
  1438. "peerDependencies": {
  1439. "@types/node": ">=18"
  1440. },
  1441. "peerDependenciesMeta": {
  1442. "@types/node": {
  1443. "optional": true
  1444. }
  1445. }
  1446. },
  1447. "node_modules/@inquirer/number": {
  1448. "version": "3.0.23",
  1449. "resolved": "https://registry.npmmirror.com/@inquirer/number/-/number-3.0.23.tgz",
  1450. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1451. "dev": true,
  1452. "license": "MIT",
  1453. "dependencies": {
  1454. "@inquirer/core": "^10.3.2",
  1455. "@inquirer/type": "^3.0.10"
  1456. },
  1457. "engines": {
  1458. "node": ">=18"
  1459. },
  1460. "peerDependencies": {
  1461. "@types/node": ">=18"
  1462. },
  1463. "peerDependenciesMeta": {
  1464. "@types/node": {
  1465. "optional": true
  1466. }
  1467. }
  1468. },
  1469. "node_modules/@inquirer/password": {
  1470. "version": "4.0.23",
  1471. "resolved": "https://registry.npmmirror.com/@inquirer/password/-/password-4.0.23.tgz",
  1472. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1473. "dev": true,
  1474. "license": "MIT",
  1475. "dependencies": {
  1476. "@inquirer/ansi": "^1.0.2",
  1477. "@inquirer/core": "^10.3.2",
  1478. "@inquirer/type": "^3.0.10"
  1479. },
  1480. "engines": {
  1481. "node": ">=18"
  1482. },
  1483. "peerDependencies": {
  1484. "@types/node": ">=18"
  1485. },
  1486. "peerDependenciesMeta": {
  1487. "@types/node": {
  1488. "optional": true
  1489. }
  1490. }
  1491. },
  1492. "node_modules/@inquirer/prompts": {
  1493. "version": "7.10.1",
  1494. "resolved": "https://registry.npmmirror.com/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1495. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1496. "dev": true,
  1497. "license": "MIT",
  1498. "dependencies": {
  1499. "@inquirer/checkbox": "^4.3.2",
  1500. "@inquirer/confirm": "^5.1.21",
  1501. "@inquirer/editor": "^4.2.23",
  1502. "@inquirer/expand": "^4.0.23",
  1503. "@inquirer/input": "^4.3.1",
  1504. "@inquirer/number": "^3.0.23",
  1505. "@inquirer/password": "^4.0.23",
  1506. "@inquirer/rawlist": "^4.1.11",
  1507. "@inquirer/search": "^3.2.2",
  1508. "@inquirer/select": "^4.4.2"
  1509. },
  1510. "engines": {
  1511. "node": ">=18"
  1512. },
  1513. "peerDependencies": {
  1514. "@types/node": ">=18"
  1515. },
  1516. "peerDependenciesMeta": {
  1517. "@types/node": {
  1518. "optional": true
  1519. }
  1520. }
  1521. },
  1522. "node_modules/@inquirer/rawlist": {
  1523. "version": "4.1.11",
  1524. "resolved": "https://registry.npmmirror.com/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1525. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1526. "dev": true,
  1527. "license": "MIT",
  1528. "dependencies": {
  1529. "@inquirer/core": "^10.3.2",
  1530. "@inquirer/type": "^3.0.10",
  1531. "yoctocolors-cjs": "^2.1.3"
  1532. },
  1533. "engines": {
  1534. "node": ">=18"
  1535. },
  1536. "peerDependencies": {
  1537. "@types/node": ">=18"
  1538. },
  1539. "peerDependenciesMeta": {
  1540. "@types/node": {
  1541. "optional": true
  1542. }
  1543. }
  1544. },
  1545. "node_modules/@inquirer/search": {
  1546. "version": "3.2.2",
  1547. "resolved": "https://registry.npmmirror.com/@inquirer/search/-/search-3.2.2.tgz",
  1548. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1549. "dev": true,
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "@inquirer/core": "^10.3.2",
  1553. "@inquirer/figures": "^1.0.15",
  1554. "@inquirer/type": "^3.0.10",
  1555. "yoctocolors-cjs": "^2.1.3"
  1556. },
  1557. "engines": {
  1558. "node": ">=18"
  1559. },
  1560. "peerDependencies": {
  1561. "@types/node": ">=18"
  1562. },
  1563. "peerDependenciesMeta": {
  1564. "@types/node": {
  1565. "optional": true
  1566. }
  1567. }
  1568. },
  1569. "node_modules/@inquirer/select": {
  1570. "version": "4.4.2",
  1571. "resolved": "https://registry.npmmirror.com/@inquirer/select/-/select-4.4.2.tgz",
  1572. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1573. "dev": true,
  1574. "license": "MIT",
  1575. "dependencies": {
  1576. "@inquirer/ansi": "^1.0.2",
  1577. "@inquirer/core": "^10.3.2",
  1578. "@inquirer/figures": "^1.0.15",
  1579. "@inquirer/type": "^3.0.10",
  1580. "yoctocolors-cjs": "^2.1.3"
  1581. },
  1582. "engines": {
  1583. "node": ">=18"
  1584. },
  1585. "peerDependencies": {
  1586. "@types/node": ">=18"
  1587. },
  1588. "peerDependenciesMeta": {
  1589. "@types/node": {
  1590. "optional": true
  1591. }
  1592. }
  1593. },
  1594. "node_modules/@inquirer/type": {
  1595. "version": "3.0.10",
  1596. "resolved": "https://registry.npmmirror.com/@inquirer/type/-/type-3.0.10.tgz",
  1597. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1598. "dev": true,
  1599. "license": "MIT",
  1600. "engines": {
  1601. "node": ">=18"
  1602. },
  1603. "peerDependencies": {
  1604. "@types/node": ">=18"
  1605. },
  1606. "peerDependenciesMeta": {
  1607. "@types/node": {
  1608. "optional": true
  1609. }
  1610. }
  1611. },
  1612. "node_modules/@ioredis/commands": {
  1613. "version": "1.4.0",
  1614. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.4.0.tgz",
  1615. "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==",
  1616. "license": "MIT"
  1617. },
  1618. "node_modules/@isaacs/cliui": {
  1619. "version": "8.0.2",
  1620. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1621. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1622. "license": "ISC",
  1623. "dependencies": {
  1624. "string-width": "^5.1.2",
  1625. "string-width-cjs": "npm:string-width@^4.2.0",
  1626. "strip-ansi": "^7.0.1",
  1627. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1628. "wrap-ansi": "^8.1.0",
  1629. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1630. },
  1631. "engines": {
  1632. "node": ">=12"
  1633. }
  1634. },
  1635. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1636. "version": "9.2.2",
  1637. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1638. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1639. "license": "MIT"
  1640. },
  1641. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1642. "version": "5.1.2",
  1643. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  1644. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1645. "license": "MIT",
  1646. "dependencies": {
  1647. "eastasianwidth": "^0.2.0",
  1648. "emoji-regex": "^9.2.2",
  1649. "strip-ansi": "^7.0.1"
  1650. },
  1651. "engines": {
  1652. "node": ">=12"
  1653. },
  1654. "funding": {
  1655. "url": "https://github.com/sponsors/sindresorhus"
  1656. }
  1657. },
  1658. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1659. "version": "8.1.0",
  1660. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1661. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1662. "license": "MIT",
  1663. "dependencies": {
  1664. "ansi-styles": "^6.1.0",
  1665. "string-width": "^5.0.1",
  1666. "strip-ansi": "^7.0.1"
  1667. },
  1668. "engines": {
  1669. "node": ">=12"
  1670. },
  1671. "funding": {
  1672. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1673. }
  1674. },
  1675. "node_modules/@isaacs/fs-minipass": {
  1676. "version": "4.0.1",
  1677. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1678. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1679. "license": "ISC",
  1680. "dependencies": {
  1681. "minipass": "^7.0.4"
  1682. },
  1683. "engines": {
  1684. "node": ">=18.0.0"
  1685. }
  1686. },
  1687. "node_modules/@jridgewell/gen-mapping": {
  1688. "version": "0.3.13",
  1689. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1690. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1691. "license": "MIT",
  1692. "dependencies": {
  1693. "@jridgewell/sourcemap-codec": "^1.5.0",
  1694. "@jridgewell/trace-mapping": "^0.3.24"
  1695. }
  1696. },
  1697. "node_modules/@jridgewell/remapping": {
  1698. "version": "2.3.5",
  1699. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1700. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1701. "license": "MIT",
  1702. "dependencies": {
  1703. "@jridgewell/gen-mapping": "^0.3.5",
  1704. "@jridgewell/trace-mapping": "^0.3.24"
  1705. }
  1706. },
  1707. "node_modules/@jridgewell/resolve-uri": {
  1708. "version": "3.1.2",
  1709. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1710. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1711. "license": "MIT",
  1712. "engines": {
  1713. "node": ">=6.0.0"
  1714. }
  1715. },
  1716. "node_modules/@jridgewell/source-map": {
  1717. "version": "0.3.10",
  1718. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  1719. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  1720. "license": "MIT",
  1721. "dependencies": {
  1722. "@jridgewell/gen-mapping": "^0.3.5",
  1723. "@jridgewell/trace-mapping": "^0.3.25"
  1724. }
  1725. },
  1726. "node_modules/@jridgewell/sourcemap-codec": {
  1727. "version": "1.5.5",
  1728. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1729. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1730. "license": "MIT"
  1731. },
  1732. "node_modules/@jridgewell/trace-mapping": {
  1733. "version": "0.3.31",
  1734. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1735. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1736. "license": "MIT",
  1737. "dependencies": {
  1738. "@jridgewell/resolve-uri": "^3.1.0",
  1739. "@jridgewell/sourcemap-codec": "^1.4.14"
  1740. }
  1741. },
  1742. "node_modules/@kwsites/file-exists": {
  1743. "version": "1.1.1",
  1744. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1745. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1746. "license": "MIT",
  1747. "dependencies": {
  1748. "debug": "^4.1.1"
  1749. }
  1750. },
  1751. "node_modules/@kwsites/promise-deferred": {
  1752. "version": "1.1.1",
  1753. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1754. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1755. "license": "MIT"
  1756. },
  1757. "node_modules/@mapbox/node-pre-gyp": {
  1758. "version": "2.0.3",
  1759. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1760. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1761. "license": "BSD-3-Clause",
  1762. "dependencies": {
  1763. "consola": "^3.2.3",
  1764. "detect-libc": "^2.0.0",
  1765. "https-proxy-agent": "^7.0.5",
  1766. "node-fetch": "^2.6.7",
  1767. "nopt": "^8.0.0",
  1768. "semver": "^7.5.3",
  1769. "tar": "^7.4.0"
  1770. },
  1771. "bin": {
  1772. "node-pre-gyp": "bin/node-pre-gyp"
  1773. },
  1774. "engines": {
  1775. "node": ">=18"
  1776. }
  1777. },
  1778. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1779. "version": "2.1.2",
  1780. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1781. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1782. "license": "Apache-2.0",
  1783. "engines": {
  1784. "node": ">=8"
  1785. }
  1786. },
  1787. "node_modules/@mapbox/node-pre-gyp/node_modules/semver": {
  1788. "version": "7.7.3",
  1789. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1790. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1791. "license": "ISC",
  1792. "bin": {
  1793. "semver": "bin/semver.js"
  1794. },
  1795. "engines": {
  1796. "node": ">=10"
  1797. }
  1798. },
  1799. "node_modules/@math.gl/core": {
  1800. "version": "3.6.3",
  1801. "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
  1802. "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
  1803. "license": "MIT",
  1804. "dependencies": {
  1805. "@babel/runtime": "^7.12.0",
  1806. "@math.gl/types": "3.6.3",
  1807. "gl-matrix": "^3.4.0"
  1808. }
  1809. },
  1810. "node_modules/@math.gl/types": {
  1811. "version": "3.6.3",
  1812. "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
  1813. "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
  1814. "license": "MIT"
  1815. },
  1816. "node_modules/@napi-rs/wasm-runtime": {
  1817. "version": "1.1.0",
  1818. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz",
  1819. "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==",
  1820. "license": "MIT",
  1821. "optional": true,
  1822. "dependencies": {
  1823. "@emnapi/core": "^1.7.1",
  1824. "@emnapi/runtime": "^1.7.1",
  1825. "@tybys/wasm-util": "^0.10.1"
  1826. }
  1827. },
  1828. "node_modules/@nodelib/fs.scandir": {
  1829. "version": "2.1.5",
  1830. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1831. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1832. "license": "MIT",
  1833. "dependencies": {
  1834. "@nodelib/fs.stat": "2.0.5",
  1835. "run-parallel": "^1.1.9"
  1836. },
  1837. "engines": {
  1838. "node": ">= 8"
  1839. }
  1840. },
  1841. "node_modules/@nodelib/fs.stat": {
  1842. "version": "2.0.5",
  1843. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1844. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1845. "license": "MIT",
  1846. "engines": {
  1847. "node": ">= 8"
  1848. }
  1849. },
  1850. "node_modules/@nodelib/fs.walk": {
  1851. "version": "1.2.8",
  1852. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1853. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1854. "license": "MIT",
  1855. "dependencies": {
  1856. "@nodelib/fs.scandir": "2.1.5",
  1857. "fastq": "^1.6.0"
  1858. },
  1859. "engines": {
  1860. "node": ">= 8"
  1861. }
  1862. },
  1863. "node_modules/@nuxt/cli": {
  1864. "version": "3.31.3",
  1865. "resolved": "https://registry.npmmirror.com/@nuxt/cli/-/cli-3.31.3.tgz",
  1866. "integrity": "sha512-K0T1ZpBXnlb41NU/RWf1F0U0C14KzlEXCoaSgD2y8BiLoCBWcgQ1UAlRtx4cThqWbJmIxaNZZTDL0NZ9d1U7ag==",
  1867. "license": "MIT",
  1868. "dependencies": {
  1869. "@bomb.sh/tab": "^0.0.10",
  1870. "@clack/prompts": "1.0.0-alpha.8",
  1871. "c12": "^3.3.2",
  1872. "citty": "^0.1.6",
  1873. "confbox": "^0.2.2",
  1874. "consola": "^3.4.2",
  1875. "copy-paste": "^2.2.0",
  1876. "debug": "^4.4.3",
  1877. "defu": "^6.1.4",
  1878. "exsolve": "^1.0.8",
  1879. "fuse.js": "^7.1.0",
  1880. "giget": "^2.0.0",
  1881. "jiti": "^2.6.1",
  1882. "listhen": "^1.9.0",
  1883. "nypm": "^0.6.2",
  1884. "ofetch": "^1.5.1",
  1885. "ohash": "^2.0.11",
  1886. "pathe": "^2.0.3",
  1887. "perfect-debounce": "^2.0.0",
  1888. "pkg-types": "^2.3.0",
  1889. "scule": "^1.3.0",
  1890. "semver": "^7.7.3",
  1891. "srvx": "^0.9.8",
  1892. "std-env": "^3.10.0",
  1893. "tinyexec": "^1.0.2",
  1894. "ufo": "^1.6.1",
  1895. "youch": "^4.1.0-beta.13"
  1896. },
  1897. "bin": {
  1898. "nuxi": "bin/nuxi.mjs",
  1899. "nuxi-ng": "bin/nuxi.mjs",
  1900. "nuxt": "bin/nuxi.mjs",
  1901. "nuxt-cli": "bin/nuxi.mjs"
  1902. },
  1903. "engines": {
  1904. "node": "^16.10.0 || >=18.0.0"
  1905. }
  1906. },
  1907. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1908. "version": "0.0.10",
  1909. "resolved": "https://registry.npmmirror.com/@bomb.sh/tab/-/tab-0.0.10.tgz",
  1910. "integrity": "sha512-6ALS2rh/4LKn0Yxwm35V6LcgQuSiECHbqQo7+9g4rkgGyXZ0siOc8K+IuWIq/4u0Zkv2mevP9QSqgKhGIvLJMw==",
  1911. "license": "MIT",
  1912. "bin": {
  1913. "tab": "dist/bin/cli.js"
  1914. },
  1915. "peerDependencies": {
  1916. "cac": "^6.7.14",
  1917. "citty": "^0.1.6",
  1918. "commander": "^13.1.0"
  1919. },
  1920. "peerDependenciesMeta": {
  1921. "cac": {
  1922. "optional": true
  1923. },
  1924. "citty": {
  1925. "optional": true
  1926. },
  1927. "commander": {
  1928. "optional": true
  1929. }
  1930. }
  1931. },
  1932. "node_modules/@nuxt/cli/node_modules/commander": {
  1933. "version": "13.1.0",
  1934. "resolved": "https://registry.npmmirror.com/commander/-/commander-13.1.0.tgz",
  1935. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1936. "license": "MIT",
  1937. "optional": true,
  1938. "peer": true,
  1939. "engines": {
  1940. "node": ">=18"
  1941. }
  1942. },
  1943. "node_modules/@nuxt/cli/node_modules/perfect-debounce": {
  1944. "version": "2.0.0",
  1945. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  1946. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  1947. "license": "MIT"
  1948. },
  1949. "node_modules/@nuxt/cli/node_modules/semver": {
  1950. "version": "7.7.3",
  1951. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1952. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1953. "license": "ISC",
  1954. "bin": {
  1955. "semver": "bin/semver.js"
  1956. },
  1957. "engines": {
  1958. "node": ">=10"
  1959. }
  1960. },
  1961. "node_modules/@nuxt/devalue": {
  1962. "version": "2.0.2",
  1963. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1964. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1965. "license": "MIT"
  1966. },
  1967. "node_modules/@nuxt/devtools": {
  1968. "version": "3.1.1",
  1969. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-3.1.1.tgz",
  1970. "integrity": "sha512-UG8oKQqcSyzwBe1l0z24zypmwn6FLW/HQMHK/F/gscUU5LeMHzgBhLPD+cuLlDvwlGAbifexWNMsS/I7n95KlA==",
  1971. "license": "MIT",
  1972. "dependencies": {
  1973. "@nuxt/devtools-kit": "3.1.1",
  1974. "@nuxt/devtools-wizard": "3.1.1",
  1975. "@nuxt/kit": "^4.2.1",
  1976. "@vue/devtools-core": "^8.0.5",
  1977. "@vue/devtools-kit": "^8.0.5",
  1978. "birpc": "^2.8.0",
  1979. "consola": "^3.4.2",
  1980. "destr": "^2.0.5",
  1981. "error-stack-parser-es": "^1.0.5",
  1982. "execa": "^8.0.1",
  1983. "fast-npm-meta": "^0.4.7",
  1984. "get-port-please": "^3.2.0",
  1985. "hookable": "^5.5.3",
  1986. "image-meta": "^0.2.2",
  1987. "is-installed-globally": "^1.0.0",
  1988. "launch-editor": "^2.12.0",
  1989. "local-pkg": "^1.1.2",
  1990. "magicast": "^0.5.1",
  1991. "nypm": "^0.6.2",
  1992. "ohash": "^2.0.11",
  1993. "pathe": "^2.0.3",
  1994. "perfect-debounce": "^2.0.0",
  1995. "pkg-types": "^2.3.0",
  1996. "semver": "^7.7.3",
  1997. "simple-git": "^3.30.0",
  1998. "sirv": "^3.0.2",
  1999. "structured-clone-es": "^1.0.0",
  2000. "tinyglobby": "^0.2.15",
  2001. "vite-plugin-inspect": "^11.3.3",
  2002. "vite-plugin-vue-tracer": "^1.1.3",
  2003. "which": "^5.0.0",
  2004. "ws": "^8.18.3"
  2005. },
  2006. "bin": {
  2007. "devtools": "cli.mjs"
  2008. },
  2009. "peerDependencies": {
  2010. "@vitejs/devtools": "*",
  2011. "vite": ">=6.0"
  2012. },
  2013. "peerDependenciesMeta": {
  2014. "@vitejs/devtools": {
  2015. "optional": true
  2016. }
  2017. }
  2018. },
  2019. "node_modules/@nuxt/devtools-kit": {
  2020. "version": "3.1.1",
  2021. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2022. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2023. "license": "MIT",
  2024. "dependencies": {
  2025. "@nuxt/kit": "^4.2.1",
  2026. "execa": "^8.0.1"
  2027. },
  2028. "peerDependencies": {
  2029. "vite": ">=6.0"
  2030. }
  2031. },
  2032. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  2033. "version": "4.2.2",
  2034. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2035. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2036. "license": "MIT",
  2037. "dependencies": {
  2038. "c12": "^3.3.2",
  2039. "consola": "^3.4.2",
  2040. "defu": "^6.1.4",
  2041. "destr": "^2.0.5",
  2042. "errx": "^0.1.0",
  2043. "exsolve": "^1.0.8",
  2044. "ignore": "^7.0.5",
  2045. "jiti": "^2.6.1",
  2046. "klona": "^2.0.6",
  2047. "mlly": "^1.8.0",
  2048. "ohash": "^2.0.11",
  2049. "pathe": "^2.0.3",
  2050. "pkg-types": "^2.3.0",
  2051. "rc9": "^2.1.2",
  2052. "scule": "^1.3.0",
  2053. "semver": "^7.7.3",
  2054. "tinyglobby": "^0.2.15",
  2055. "ufo": "^1.6.1",
  2056. "unctx": "^2.4.1",
  2057. "untyped": "^2.0.0"
  2058. },
  2059. "engines": {
  2060. "node": ">=18.12.0"
  2061. }
  2062. },
  2063. "node_modules/@nuxt/devtools-kit/node_modules/execa": {
  2064. "version": "8.0.1",
  2065. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2066. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2067. "license": "MIT",
  2068. "dependencies": {
  2069. "cross-spawn": "^7.0.3",
  2070. "get-stream": "^8.0.1",
  2071. "human-signals": "^5.0.0",
  2072. "is-stream": "^3.0.0",
  2073. "merge-stream": "^2.0.0",
  2074. "npm-run-path": "^5.1.0",
  2075. "onetime": "^6.0.0",
  2076. "signal-exit": "^4.1.0",
  2077. "strip-final-newline": "^3.0.0"
  2078. },
  2079. "engines": {
  2080. "node": ">=16.17"
  2081. },
  2082. "funding": {
  2083. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2084. }
  2085. },
  2086. "node_modules/@nuxt/devtools-kit/node_modules/get-stream": {
  2087. "version": "8.0.1",
  2088. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2089. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2090. "license": "MIT",
  2091. "engines": {
  2092. "node": ">=16"
  2093. },
  2094. "funding": {
  2095. "url": "https://github.com/sponsors/sindresorhus"
  2096. }
  2097. },
  2098. "node_modules/@nuxt/devtools-kit/node_modules/human-signals": {
  2099. "version": "5.0.0",
  2100. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2101. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2102. "license": "Apache-2.0",
  2103. "engines": {
  2104. "node": ">=16.17.0"
  2105. }
  2106. },
  2107. "node_modules/@nuxt/devtools-kit/node_modules/is-stream": {
  2108. "version": "3.0.0",
  2109. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2110. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2111. "license": "MIT",
  2112. "engines": {
  2113. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2114. },
  2115. "funding": {
  2116. "url": "https://github.com/sponsors/sindresorhus"
  2117. }
  2118. },
  2119. "node_modules/@nuxt/devtools-kit/node_modules/npm-run-path": {
  2120. "version": "5.3.0",
  2121. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2122. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2123. "license": "MIT",
  2124. "dependencies": {
  2125. "path-key": "^4.0.0"
  2126. },
  2127. "engines": {
  2128. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2129. },
  2130. "funding": {
  2131. "url": "https://github.com/sponsors/sindresorhus"
  2132. }
  2133. },
  2134. "node_modules/@nuxt/devtools-kit/node_modules/path-key": {
  2135. "version": "4.0.0",
  2136. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2137. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2138. "license": "MIT",
  2139. "engines": {
  2140. "node": ">=12"
  2141. },
  2142. "funding": {
  2143. "url": "https://github.com/sponsors/sindresorhus"
  2144. }
  2145. },
  2146. "node_modules/@nuxt/devtools-kit/node_modules/semver": {
  2147. "version": "7.7.3",
  2148. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2149. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2150. "license": "ISC",
  2151. "bin": {
  2152. "semver": "bin/semver.js"
  2153. },
  2154. "engines": {
  2155. "node": ">=10"
  2156. }
  2157. },
  2158. "node_modules/@nuxt/devtools-kit/node_modules/strip-final-newline": {
  2159. "version": "3.0.0",
  2160. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2161. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2162. "license": "MIT",
  2163. "engines": {
  2164. "node": ">=12"
  2165. },
  2166. "funding": {
  2167. "url": "https://github.com/sponsors/sindresorhus"
  2168. }
  2169. },
  2170. "node_modules/@nuxt/devtools-wizard": {
  2171. "version": "3.1.1",
  2172. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-3.1.1.tgz",
  2173. "integrity": "sha512-6UORjapNKko2buv+3o57DQp69n5Z91TeJ75qdtNKcTvOfCTJrO78Ew0nZSgMMGrjbIJ4pFsHQEqXfgYLw3pNxg==",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "consola": "^3.4.2",
  2177. "diff": "^8.0.2",
  2178. "execa": "^8.0.1",
  2179. "magicast": "^0.5.1",
  2180. "pathe": "^2.0.3",
  2181. "pkg-types": "^2.3.0",
  2182. "prompts": "^2.4.2",
  2183. "semver": "^7.7.3"
  2184. },
  2185. "bin": {
  2186. "devtools-wizard": "cli.mjs"
  2187. }
  2188. },
  2189. "node_modules/@nuxt/devtools-wizard/node_modules/execa": {
  2190. "version": "8.0.1",
  2191. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2192. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2193. "license": "MIT",
  2194. "dependencies": {
  2195. "cross-spawn": "^7.0.3",
  2196. "get-stream": "^8.0.1",
  2197. "human-signals": "^5.0.0",
  2198. "is-stream": "^3.0.0",
  2199. "merge-stream": "^2.0.0",
  2200. "npm-run-path": "^5.1.0",
  2201. "onetime": "^6.0.0",
  2202. "signal-exit": "^4.1.0",
  2203. "strip-final-newline": "^3.0.0"
  2204. },
  2205. "engines": {
  2206. "node": ">=16.17"
  2207. },
  2208. "funding": {
  2209. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2210. }
  2211. },
  2212. "node_modules/@nuxt/devtools-wizard/node_modules/get-stream": {
  2213. "version": "8.0.1",
  2214. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2215. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2216. "license": "MIT",
  2217. "engines": {
  2218. "node": ">=16"
  2219. },
  2220. "funding": {
  2221. "url": "https://github.com/sponsors/sindresorhus"
  2222. }
  2223. },
  2224. "node_modules/@nuxt/devtools-wizard/node_modules/human-signals": {
  2225. "version": "5.0.0",
  2226. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2227. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2228. "license": "Apache-2.0",
  2229. "engines": {
  2230. "node": ">=16.17.0"
  2231. }
  2232. },
  2233. "node_modules/@nuxt/devtools-wizard/node_modules/is-stream": {
  2234. "version": "3.0.0",
  2235. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2236. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2237. "license": "MIT",
  2238. "engines": {
  2239. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2240. },
  2241. "funding": {
  2242. "url": "https://github.com/sponsors/sindresorhus"
  2243. }
  2244. },
  2245. "node_modules/@nuxt/devtools-wizard/node_modules/npm-run-path": {
  2246. "version": "5.3.0",
  2247. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2248. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2249. "license": "MIT",
  2250. "dependencies": {
  2251. "path-key": "^4.0.0"
  2252. },
  2253. "engines": {
  2254. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2255. },
  2256. "funding": {
  2257. "url": "https://github.com/sponsors/sindresorhus"
  2258. }
  2259. },
  2260. "node_modules/@nuxt/devtools-wizard/node_modules/path-key": {
  2261. "version": "4.0.0",
  2262. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2263. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2264. "license": "MIT",
  2265. "engines": {
  2266. "node": ">=12"
  2267. },
  2268. "funding": {
  2269. "url": "https://github.com/sponsors/sindresorhus"
  2270. }
  2271. },
  2272. "node_modules/@nuxt/devtools-wizard/node_modules/semver": {
  2273. "version": "7.7.3",
  2274. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2275. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2276. "license": "ISC",
  2277. "bin": {
  2278. "semver": "bin/semver.js"
  2279. },
  2280. "engines": {
  2281. "node": ">=10"
  2282. }
  2283. },
  2284. "node_modules/@nuxt/devtools-wizard/node_modules/strip-final-newline": {
  2285. "version": "3.0.0",
  2286. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2287. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2288. "license": "MIT",
  2289. "engines": {
  2290. "node": ">=12"
  2291. },
  2292. "funding": {
  2293. "url": "https://github.com/sponsors/sindresorhus"
  2294. }
  2295. },
  2296. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  2297. "version": "4.2.2",
  2298. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2299. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2300. "license": "MIT",
  2301. "dependencies": {
  2302. "c12": "^3.3.2",
  2303. "consola": "^3.4.2",
  2304. "defu": "^6.1.4",
  2305. "destr": "^2.0.5",
  2306. "errx": "^0.1.0",
  2307. "exsolve": "^1.0.8",
  2308. "ignore": "^7.0.5",
  2309. "jiti": "^2.6.1",
  2310. "klona": "^2.0.6",
  2311. "mlly": "^1.8.0",
  2312. "ohash": "^2.0.11",
  2313. "pathe": "^2.0.3",
  2314. "pkg-types": "^2.3.0",
  2315. "rc9": "^2.1.2",
  2316. "scule": "^1.3.0",
  2317. "semver": "^7.7.3",
  2318. "tinyglobby": "^0.2.15",
  2319. "ufo": "^1.6.1",
  2320. "unctx": "^2.4.1",
  2321. "untyped": "^2.0.0"
  2322. },
  2323. "engines": {
  2324. "node": ">=18.12.0"
  2325. }
  2326. },
  2327. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-core": {
  2328. "version": "8.0.5",
  2329. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.0.5.tgz",
  2330. "integrity": "sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==",
  2331. "license": "MIT",
  2332. "dependencies": {
  2333. "@vue/devtools-kit": "^8.0.5",
  2334. "@vue/devtools-shared": "^8.0.5",
  2335. "mitt": "^3.0.1",
  2336. "nanoid": "^5.1.5",
  2337. "pathe": "^2.0.3",
  2338. "vite-hot-client": "^2.1.0"
  2339. },
  2340. "peerDependencies": {
  2341. "vue": "^3.0.0"
  2342. }
  2343. },
  2344. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit": {
  2345. "version": "8.0.5",
  2346. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.0.5.tgz",
  2347. "integrity": "sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==",
  2348. "license": "MIT",
  2349. "dependencies": {
  2350. "@vue/devtools-shared": "^8.0.5",
  2351. "birpc": "^2.6.1",
  2352. "hookable": "^5.5.3",
  2353. "mitt": "^3.0.1",
  2354. "perfect-debounce": "^2.0.0",
  2355. "speakingurl": "^14.0.1",
  2356. "superjson": "^2.2.2"
  2357. }
  2358. },
  2359. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-shared": {
  2360. "version": "8.0.5",
  2361. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.0.5.tgz",
  2362. "integrity": "sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==",
  2363. "license": "MIT",
  2364. "dependencies": {
  2365. "rfdc": "^1.4.1"
  2366. }
  2367. },
  2368. "node_modules/@nuxt/devtools/node_modules/error-stack-parser-es": {
  2369. "version": "1.0.5",
  2370. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2371. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2372. "license": "MIT",
  2373. "funding": {
  2374. "url": "https://github.com/sponsors/antfu"
  2375. }
  2376. },
  2377. "node_modules/@nuxt/devtools/node_modules/execa": {
  2378. "version": "8.0.1",
  2379. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2380. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2381. "license": "MIT",
  2382. "dependencies": {
  2383. "cross-spawn": "^7.0.3",
  2384. "get-stream": "^8.0.1",
  2385. "human-signals": "^5.0.0",
  2386. "is-stream": "^3.0.0",
  2387. "merge-stream": "^2.0.0",
  2388. "npm-run-path": "^5.1.0",
  2389. "onetime": "^6.0.0",
  2390. "signal-exit": "^4.1.0",
  2391. "strip-final-newline": "^3.0.0"
  2392. },
  2393. "engines": {
  2394. "node": ">=16.17"
  2395. },
  2396. "funding": {
  2397. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2398. }
  2399. },
  2400. "node_modules/@nuxt/devtools/node_modules/get-stream": {
  2401. "version": "8.0.1",
  2402. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2403. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2404. "license": "MIT",
  2405. "engines": {
  2406. "node": ">=16"
  2407. },
  2408. "funding": {
  2409. "url": "https://github.com/sponsors/sindresorhus"
  2410. }
  2411. },
  2412. "node_modules/@nuxt/devtools/node_modules/human-signals": {
  2413. "version": "5.0.0",
  2414. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2415. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2416. "license": "Apache-2.0",
  2417. "engines": {
  2418. "node": ">=16.17.0"
  2419. }
  2420. },
  2421. "node_modules/@nuxt/devtools/node_modules/is-stream": {
  2422. "version": "3.0.0",
  2423. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2424. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2425. "license": "MIT",
  2426. "engines": {
  2427. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2428. },
  2429. "funding": {
  2430. "url": "https://github.com/sponsors/sindresorhus"
  2431. }
  2432. },
  2433. "node_modules/@nuxt/devtools/node_modules/nanoid": {
  2434. "version": "5.1.6",
  2435. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  2436. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  2437. "funding": [
  2438. {
  2439. "type": "github",
  2440. "url": "https://github.com/sponsors/ai"
  2441. }
  2442. ],
  2443. "license": "MIT",
  2444. "bin": {
  2445. "nanoid": "bin/nanoid.js"
  2446. },
  2447. "engines": {
  2448. "node": "^18 || >=20"
  2449. }
  2450. },
  2451. "node_modules/@nuxt/devtools/node_modules/npm-run-path": {
  2452. "version": "5.3.0",
  2453. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2454. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2455. "license": "MIT",
  2456. "dependencies": {
  2457. "path-key": "^4.0.0"
  2458. },
  2459. "engines": {
  2460. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2461. },
  2462. "funding": {
  2463. "url": "https://github.com/sponsors/sindresorhus"
  2464. }
  2465. },
  2466. "node_modules/@nuxt/devtools/node_modules/path-key": {
  2467. "version": "4.0.0",
  2468. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2469. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2470. "license": "MIT",
  2471. "engines": {
  2472. "node": ">=12"
  2473. },
  2474. "funding": {
  2475. "url": "https://github.com/sponsors/sindresorhus"
  2476. }
  2477. },
  2478. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  2479. "version": "2.0.0",
  2480. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  2481. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  2482. "license": "MIT"
  2483. },
  2484. "node_modules/@nuxt/devtools/node_modules/semver": {
  2485. "version": "7.7.3",
  2486. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2487. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2488. "license": "ISC",
  2489. "bin": {
  2490. "semver": "bin/semver.js"
  2491. },
  2492. "engines": {
  2493. "node": ">=10"
  2494. }
  2495. },
  2496. "node_modules/@nuxt/devtools/node_modules/strip-final-newline": {
  2497. "version": "3.0.0",
  2498. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2499. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2500. "license": "MIT",
  2501. "engines": {
  2502. "node": ">=12"
  2503. },
  2504. "funding": {
  2505. "url": "https://github.com/sponsors/sindresorhus"
  2506. }
  2507. },
  2508. "node_modules/@nuxt/devtools/node_modules/unplugin-utils": {
  2509. "version": "0.3.1",
  2510. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  2511. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  2512. "license": "MIT",
  2513. "dependencies": {
  2514. "pathe": "^2.0.3",
  2515. "picomatch": "^4.0.3"
  2516. },
  2517. "engines": {
  2518. "node": ">=20.19.0"
  2519. },
  2520. "funding": {
  2521. "url": "https://github.com/sponsors/sxzz"
  2522. }
  2523. },
  2524. "node_modules/@nuxt/devtools/node_modules/vite-plugin-inspect": {
  2525. "version": "11.3.3",
  2526. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  2527. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  2528. "license": "MIT",
  2529. "dependencies": {
  2530. "ansis": "^4.1.0",
  2531. "debug": "^4.4.1",
  2532. "error-stack-parser-es": "^1.0.5",
  2533. "ohash": "^2.0.11",
  2534. "open": "^10.2.0",
  2535. "perfect-debounce": "^2.0.0",
  2536. "sirv": "^3.0.1",
  2537. "unplugin-utils": "^0.3.0",
  2538. "vite-dev-rpc": "^1.1.0"
  2539. },
  2540. "engines": {
  2541. "node": ">=14"
  2542. },
  2543. "funding": {
  2544. "url": "https://github.com/sponsors/antfu"
  2545. },
  2546. "peerDependencies": {
  2547. "vite": "^6.0.0 || ^7.0.0-0"
  2548. },
  2549. "peerDependenciesMeta": {
  2550. "@nuxt/kit": {
  2551. "optional": true
  2552. }
  2553. }
  2554. },
  2555. "node_modules/@nuxt/icon": {
  2556. "version": "2.1.1",
  2557. "resolved": "https://registry.npmmirror.com/@nuxt/icon/-/icon-2.1.1.tgz",
  2558. "integrity": "sha512-KX991xA64ttUQYXnLFafOw8EYxmmGRtnd2z1P9PjMOeSxxLXxUL1v9fKH2njqtPkamiOI0fvthxfJpJ4uH71sw==",
  2559. "license": "MIT",
  2560. "dependencies": {
  2561. "@iconify/collections": "^1.0.628",
  2562. "@iconify/types": "^2.0.0",
  2563. "@iconify/utils": "^3.1.0",
  2564. "@iconify/vue": "^5.0.0",
  2565. "@nuxt/devtools-kit": "^3.1.1",
  2566. "@nuxt/kit": "^4.2.2",
  2567. "consola": "^3.4.2",
  2568. "local-pkg": "^1.1.2",
  2569. "mlly": "^1.8.0",
  2570. "ohash": "^2.0.11",
  2571. "pathe": "^2.0.3",
  2572. "picomatch": "^4.0.3",
  2573. "std-env": "^3.10.0",
  2574. "tinyglobby": "^0.2.15"
  2575. }
  2576. },
  2577. "node_modules/@nuxt/icon/node_modules/@nuxt/kit": {
  2578. "version": "4.2.2",
  2579. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2580. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2581. "license": "MIT",
  2582. "dependencies": {
  2583. "c12": "^3.3.2",
  2584. "consola": "^3.4.2",
  2585. "defu": "^6.1.4",
  2586. "destr": "^2.0.5",
  2587. "errx": "^0.1.0",
  2588. "exsolve": "^1.0.8",
  2589. "ignore": "^7.0.5",
  2590. "jiti": "^2.6.1",
  2591. "klona": "^2.0.6",
  2592. "mlly": "^1.8.0",
  2593. "ohash": "^2.0.11",
  2594. "pathe": "^2.0.3",
  2595. "pkg-types": "^2.3.0",
  2596. "rc9": "^2.1.2",
  2597. "scule": "^1.3.0",
  2598. "semver": "^7.7.3",
  2599. "tinyglobby": "^0.2.15",
  2600. "ufo": "^1.6.1",
  2601. "unctx": "^2.4.1",
  2602. "untyped": "^2.0.0"
  2603. },
  2604. "engines": {
  2605. "node": ">=18.12.0"
  2606. }
  2607. },
  2608. "node_modules/@nuxt/icon/node_modules/semver": {
  2609. "version": "7.7.3",
  2610. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2611. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2612. "license": "ISC",
  2613. "bin": {
  2614. "semver": "bin/semver.js"
  2615. },
  2616. "engines": {
  2617. "node": ">=10"
  2618. }
  2619. },
  2620. "node_modules/@nuxt/kit": {
  2621. "version": "3.20.2",
  2622. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.20.2.tgz",
  2623. "integrity": "sha512-laqfmMcWWNV1FsVmm1+RQUoGY8NIJvCRl0z0K8ikqPukoEry0LXMqlQ+xaf8xJRvoH2/78OhZmsEEsUBTXipcw==",
  2624. "license": "MIT",
  2625. "dependencies": {
  2626. "c12": "^3.3.2",
  2627. "consola": "^3.4.2",
  2628. "defu": "^6.1.4",
  2629. "destr": "^2.0.5",
  2630. "errx": "^0.1.0",
  2631. "exsolve": "^1.0.8",
  2632. "ignore": "^7.0.5",
  2633. "jiti": "^2.6.1",
  2634. "klona": "^2.0.6",
  2635. "knitwork": "^1.3.0",
  2636. "mlly": "^1.8.0",
  2637. "ohash": "^2.0.11",
  2638. "pathe": "^2.0.3",
  2639. "pkg-types": "^2.3.0",
  2640. "rc9": "^2.1.2",
  2641. "scule": "^1.3.0",
  2642. "semver": "^7.7.3",
  2643. "tinyglobby": "^0.2.15",
  2644. "ufo": "^1.6.1",
  2645. "unctx": "^2.4.1",
  2646. "untyped": "^2.0.0"
  2647. },
  2648. "engines": {
  2649. "node": ">=18.12.0"
  2650. }
  2651. },
  2652. "node_modules/@nuxt/kit/node_modules/semver": {
  2653. "version": "7.7.3",
  2654. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2655. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2656. "license": "ISC",
  2657. "bin": {
  2658. "semver": "bin/semver.js"
  2659. },
  2660. "engines": {
  2661. "node": ">=10"
  2662. }
  2663. },
  2664. "node_modules/@nuxt/nitro-server": {
  2665. "version": "4.2.2",
  2666. "resolved": "https://registry.npmmirror.com/@nuxt/nitro-server/-/nitro-server-4.2.2.tgz",
  2667. "integrity": "sha512-lDITf4n5bHQ6a5MO7pvkpdQbPdWAUgSvztSHCfui/3ioLZsM2XntlN02ue6GSoh3oV9H4xSB3qGa+qlSjgxN0A==",
  2668. "license": "MIT",
  2669. "dependencies": {
  2670. "@nuxt/devalue": "^2.0.2",
  2671. "@nuxt/kit": "4.2.2",
  2672. "@unhead/vue": "^2.0.19",
  2673. "@vue/shared": "^3.5.25",
  2674. "consola": "^3.4.2",
  2675. "defu": "^6.1.4",
  2676. "destr": "^2.0.5",
  2677. "devalue": "^5.6.0",
  2678. "errx": "^0.1.0",
  2679. "escape-string-regexp": "^5.0.0",
  2680. "exsolve": "^1.0.8",
  2681. "h3": "^1.15.4",
  2682. "impound": "^1.0.0",
  2683. "klona": "^2.0.6",
  2684. "mocked-exports": "^0.1.1",
  2685. "nitropack": "^2.12.9",
  2686. "pathe": "^2.0.3",
  2687. "pkg-types": "^2.3.0",
  2688. "radix3": "^1.1.2",
  2689. "std-env": "^3.10.0",
  2690. "ufo": "^1.6.1",
  2691. "unctx": "^2.4.1",
  2692. "unstorage": "^1.17.3",
  2693. "vue": "^3.5.25",
  2694. "vue-bundle-renderer": "^2.2.0",
  2695. "vue-devtools-stub": "^0.1.0"
  2696. },
  2697. "engines": {
  2698. "node": "^20.19.0 || >=22.12.0"
  2699. },
  2700. "peerDependencies": {
  2701. "nuxt": "^4.2.2"
  2702. }
  2703. },
  2704. "node_modules/@nuxt/nitro-server/node_modules/@nuxt/kit": {
  2705. "version": "4.2.2",
  2706. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2707. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "c12": "^3.3.2",
  2711. "consola": "^3.4.2",
  2712. "defu": "^6.1.4",
  2713. "destr": "^2.0.5",
  2714. "errx": "^0.1.0",
  2715. "exsolve": "^1.0.8",
  2716. "ignore": "^7.0.5",
  2717. "jiti": "^2.6.1",
  2718. "klona": "^2.0.6",
  2719. "mlly": "^1.8.0",
  2720. "ohash": "^2.0.11",
  2721. "pathe": "^2.0.3",
  2722. "pkg-types": "^2.3.0",
  2723. "rc9": "^2.1.2",
  2724. "scule": "^1.3.0",
  2725. "semver": "^7.7.3",
  2726. "tinyglobby": "^0.2.15",
  2727. "ufo": "^1.6.1",
  2728. "unctx": "^2.4.1",
  2729. "untyped": "^2.0.0"
  2730. },
  2731. "engines": {
  2732. "node": ">=18.12.0"
  2733. }
  2734. },
  2735. "node_modules/@nuxt/nitro-server/node_modules/semver": {
  2736. "version": "7.7.3",
  2737. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2738. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2739. "license": "ISC",
  2740. "bin": {
  2741. "semver": "bin/semver.js"
  2742. },
  2743. "engines": {
  2744. "node": ">=10"
  2745. }
  2746. },
  2747. "node_modules/@nuxt/schema": {
  2748. "version": "4.2.2",
  2749. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-4.2.2.tgz",
  2750. "integrity": "sha512-lW/1MNpO01r5eR/VoeanQio8Lg4QpDklMOHa4mBHhhPNlBO1qiRtVYzjcnNdun3hujGauRaO9khGjv93Z5TZZA==",
  2751. "license": "MIT",
  2752. "dependencies": {
  2753. "@vue/shared": "^3.5.25",
  2754. "defu": "^6.1.4",
  2755. "pathe": "^2.0.3",
  2756. "pkg-types": "^2.3.0",
  2757. "std-env": "^3.10.0"
  2758. },
  2759. "engines": {
  2760. "node": "^14.18.0 || >=16.10.0"
  2761. }
  2762. },
  2763. "node_modules/@nuxt/telemetry": {
  2764. "version": "2.6.6",
  2765. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2766. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2767. "license": "MIT",
  2768. "dependencies": {
  2769. "@nuxt/kit": "^3.15.4",
  2770. "citty": "^0.1.6",
  2771. "consola": "^3.4.2",
  2772. "destr": "^2.0.3",
  2773. "dotenv": "^16.4.7",
  2774. "git-url-parse": "^16.0.1",
  2775. "is-docker": "^3.0.0",
  2776. "ofetch": "^1.4.1",
  2777. "package-manager-detector": "^1.1.0",
  2778. "pathe": "^2.0.3",
  2779. "rc9": "^2.1.2",
  2780. "std-env": "^3.8.1"
  2781. },
  2782. "bin": {
  2783. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2784. },
  2785. "engines": {
  2786. "node": ">=18.12.0"
  2787. }
  2788. },
  2789. "node_modules/@nuxt/vite-builder": {
  2790. "version": "4.2.2",
  2791. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-4.2.2.tgz",
  2792. "integrity": "sha512-Bot8fpJNtHZrM4cS1iSR7bEAZ1mFLAtJvD/JOSQ6kT62F4hSFWfMubMXOwDkLK2tnn3bnAdSqGy1nLNDBCahpQ==",
  2793. "license": "MIT",
  2794. "dependencies": {
  2795. "@nuxt/kit": "4.2.2",
  2796. "@rollup/plugin-replace": "^6.0.3",
  2797. "@vitejs/plugin-vue": "^6.0.2",
  2798. "@vitejs/plugin-vue-jsx": "^5.1.2",
  2799. "autoprefixer": "^10.4.22",
  2800. "consola": "^3.4.2",
  2801. "cssnano": "^7.1.2",
  2802. "defu": "^6.1.4",
  2803. "esbuild": "^0.27.1",
  2804. "escape-string-regexp": "^5.0.0",
  2805. "exsolve": "^1.0.8",
  2806. "get-port-please": "^3.2.0",
  2807. "h3": "^1.15.4",
  2808. "jiti": "^2.6.1",
  2809. "knitwork": "^1.3.0",
  2810. "magic-string": "^0.30.21",
  2811. "mlly": "^1.8.0",
  2812. "mocked-exports": "^0.1.1",
  2813. "pathe": "^2.0.3",
  2814. "pkg-types": "^2.3.0",
  2815. "postcss": "^8.5.6",
  2816. "rollup-plugin-visualizer": "^6.0.5",
  2817. "seroval": "^1.4.0",
  2818. "std-env": "^3.10.0",
  2819. "ufo": "^1.6.1",
  2820. "unenv": "^2.0.0-rc.24",
  2821. "vite": "^7.2.7",
  2822. "vite-node": "^5.2.0",
  2823. "vite-plugin-checker": "^0.12.0",
  2824. "vue-bundle-renderer": "^2.2.0"
  2825. },
  2826. "engines": {
  2827. "node": "^20.19.0 || >=22.12.0"
  2828. },
  2829. "peerDependencies": {
  2830. "nuxt": "4.2.2",
  2831. "rolldown": "^1.0.0-beta.38",
  2832. "vue": "^3.3.4"
  2833. },
  2834. "peerDependenciesMeta": {
  2835. "rolldown": {
  2836. "optional": true
  2837. }
  2838. }
  2839. },
  2840. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/aix-ppc64": {
  2841. "version": "0.27.2",
  2842. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  2843. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  2844. "cpu": [
  2845. "ppc64"
  2846. ],
  2847. "license": "MIT",
  2848. "optional": true,
  2849. "os": [
  2850. "aix"
  2851. ],
  2852. "engines": {
  2853. "node": ">=18"
  2854. }
  2855. },
  2856. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm": {
  2857. "version": "0.27.2",
  2858. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  2859. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  2860. "cpu": [
  2861. "arm"
  2862. ],
  2863. "license": "MIT",
  2864. "optional": true,
  2865. "os": [
  2866. "android"
  2867. ],
  2868. "engines": {
  2869. "node": ">=18"
  2870. }
  2871. },
  2872. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm64": {
  2873. "version": "0.27.2",
  2874. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  2875. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  2876. "cpu": [
  2877. "arm64"
  2878. ],
  2879. "license": "MIT",
  2880. "optional": true,
  2881. "os": [
  2882. "android"
  2883. ],
  2884. "engines": {
  2885. "node": ">=18"
  2886. }
  2887. },
  2888. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-x64": {
  2889. "version": "0.27.2",
  2890. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  2891. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  2892. "cpu": [
  2893. "x64"
  2894. ],
  2895. "license": "MIT",
  2896. "optional": true,
  2897. "os": [
  2898. "android"
  2899. ],
  2900. "engines": {
  2901. "node": ">=18"
  2902. }
  2903. },
  2904. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-arm64": {
  2905. "version": "0.27.2",
  2906. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  2907. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  2908. "cpu": [
  2909. "arm64"
  2910. ],
  2911. "license": "MIT",
  2912. "optional": true,
  2913. "os": [
  2914. "darwin"
  2915. ],
  2916. "engines": {
  2917. "node": ">=18"
  2918. }
  2919. },
  2920. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-x64": {
  2921. "version": "0.27.2",
  2922. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  2923. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  2924. "cpu": [
  2925. "x64"
  2926. ],
  2927. "license": "MIT",
  2928. "optional": true,
  2929. "os": [
  2930. "darwin"
  2931. ],
  2932. "engines": {
  2933. "node": ">=18"
  2934. }
  2935. },
  2936. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-arm64": {
  2937. "version": "0.27.2",
  2938. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  2939. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  2940. "cpu": [
  2941. "arm64"
  2942. ],
  2943. "license": "MIT",
  2944. "optional": true,
  2945. "os": [
  2946. "freebsd"
  2947. ],
  2948. "engines": {
  2949. "node": ">=18"
  2950. }
  2951. },
  2952. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-x64": {
  2953. "version": "0.27.2",
  2954. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  2955. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  2956. "cpu": [
  2957. "x64"
  2958. ],
  2959. "license": "MIT",
  2960. "optional": true,
  2961. "os": [
  2962. "freebsd"
  2963. ],
  2964. "engines": {
  2965. "node": ">=18"
  2966. }
  2967. },
  2968. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm": {
  2969. "version": "0.27.2",
  2970. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  2971. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  2972. "cpu": [
  2973. "arm"
  2974. ],
  2975. "license": "MIT",
  2976. "optional": true,
  2977. "os": [
  2978. "linux"
  2979. ],
  2980. "engines": {
  2981. "node": ">=18"
  2982. }
  2983. },
  2984. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm64": {
  2985. "version": "0.27.2",
  2986. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  2987. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  2988. "cpu": [
  2989. "arm64"
  2990. ],
  2991. "license": "MIT",
  2992. "optional": true,
  2993. "os": [
  2994. "linux"
  2995. ],
  2996. "engines": {
  2997. "node": ">=18"
  2998. }
  2999. },
  3000. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ia32": {
  3001. "version": "0.27.2",
  3002. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  3003. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  3004. "cpu": [
  3005. "ia32"
  3006. ],
  3007. "license": "MIT",
  3008. "optional": true,
  3009. "os": [
  3010. "linux"
  3011. ],
  3012. "engines": {
  3013. "node": ">=18"
  3014. }
  3015. },
  3016. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-loong64": {
  3017. "version": "0.27.2",
  3018. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  3019. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  3020. "cpu": [
  3021. "loong64"
  3022. ],
  3023. "license": "MIT",
  3024. "optional": true,
  3025. "os": [
  3026. "linux"
  3027. ],
  3028. "engines": {
  3029. "node": ">=18"
  3030. }
  3031. },
  3032. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-mips64el": {
  3033. "version": "0.27.2",
  3034. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  3035. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  3036. "cpu": [
  3037. "mips64el"
  3038. ],
  3039. "license": "MIT",
  3040. "optional": true,
  3041. "os": [
  3042. "linux"
  3043. ],
  3044. "engines": {
  3045. "node": ">=18"
  3046. }
  3047. },
  3048. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ppc64": {
  3049. "version": "0.27.2",
  3050. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  3051. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  3052. "cpu": [
  3053. "ppc64"
  3054. ],
  3055. "license": "MIT",
  3056. "optional": true,
  3057. "os": [
  3058. "linux"
  3059. ],
  3060. "engines": {
  3061. "node": ">=18"
  3062. }
  3063. },
  3064. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-riscv64": {
  3065. "version": "0.27.2",
  3066. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  3067. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  3068. "cpu": [
  3069. "riscv64"
  3070. ],
  3071. "license": "MIT",
  3072. "optional": true,
  3073. "os": [
  3074. "linux"
  3075. ],
  3076. "engines": {
  3077. "node": ">=18"
  3078. }
  3079. },
  3080. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-s390x": {
  3081. "version": "0.27.2",
  3082. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  3083. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  3084. "cpu": [
  3085. "s390x"
  3086. ],
  3087. "license": "MIT",
  3088. "optional": true,
  3089. "os": [
  3090. "linux"
  3091. ],
  3092. "engines": {
  3093. "node": ">=18"
  3094. }
  3095. },
  3096. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-x64": {
  3097. "version": "0.27.2",
  3098. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  3099. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  3100. "cpu": [
  3101. "x64"
  3102. ],
  3103. "license": "MIT",
  3104. "optional": true,
  3105. "os": [
  3106. "linux"
  3107. ],
  3108. "engines": {
  3109. "node": ">=18"
  3110. }
  3111. },
  3112. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-arm64": {
  3113. "version": "0.27.2",
  3114. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  3115. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  3116. "cpu": [
  3117. "arm64"
  3118. ],
  3119. "license": "MIT",
  3120. "optional": true,
  3121. "os": [
  3122. "netbsd"
  3123. ],
  3124. "engines": {
  3125. "node": ">=18"
  3126. }
  3127. },
  3128. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-x64": {
  3129. "version": "0.27.2",
  3130. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  3131. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  3132. "cpu": [
  3133. "x64"
  3134. ],
  3135. "license": "MIT",
  3136. "optional": true,
  3137. "os": [
  3138. "netbsd"
  3139. ],
  3140. "engines": {
  3141. "node": ">=18"
  3142. }
  3143. },
  3144. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-arm64": {
  3145. "version": "0.27.2",
  3146. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  3147. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  3148. "cpu": [
  3149. "arm64"
  3150. ],
  3151. "license": "MIT",
  3152. "optional": true,
  3153. "os": [
  3154. "openbsd"
  3155. ],
  3156. "engines": {
  3157. "node": ">=18"
  3158. }
  3159. },
  3160. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-x64": {
  3161. "version": "0.27.2",
  3162. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  3163. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  3164. "cpu": [
  3165. "x64"
  3166. ],
  3167. "license": "MIT",
  3168. "optional": true,
  3169. "os": [
  3170. "openbsd"
  3171. ],
  3172. "engines": {
  3173. "node": ">=18"
  3174. }
  3175. },
  3176. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openharmony-arm64": {
  3177. "version": "0.27.2",
  3178. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  3179. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  3180. "cpu": [
  3181. "arm64"
  3182. ],
  3183. "license": "MIT",
  3184. "optional": true,
  3185. "os": [
  3186. "openharmony"
  3187. ],
  3188. "engines": {
  3189. "node": ">=18"
  3190. }
  3191. },
  3192. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/sunos-x64": {
  3193. "version": "0.27.2",
  3194. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  3195. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  3196. "cpu": [
  3197. "x64"
  3198. ],
  3199. "license": "MIT",
  3200. "optional": true,
  3201. "os": [
  3202. "sunos"
  3203. ],
  3204. "engines": {
  3205. "node": ">=18"
  3206. }
  3207. },
  3208. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-arm64": {
  3209. "version": "0.27.2",
  3210. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  3211. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  3212. "cpu": [
  3213. "arm64"
  3214. ],
  3215. "license": "MIT",
  3216. "optional": true,
  3217. "os": [
  3218. "win32"
  3219. ],
  3220. "engines": {
  3221. "node": ">=18"
  3222. }
  3223. },
  3224. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-ia32": {
  3225. "version": "0.27.2",
  3226. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  3227. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  3228. "cpu": [
  3229. "ia32"
  3230. ],
  3231. "license": "MIT",
  3232. "optional": true,
  3233. "os": [
  3234. "win32"
  3235. ],
  3236. "engines": {
  3237. "node": ">=18"
  3238. }
  3239. },
  3240. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-x64": {
  3241. "version": "0.27.2",
  3242. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  3243. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  3244. "cpu": [
  3245. "x64"
  3246. ],
  3247. "license": "MIT",
  3248. "optional": true,
  3249. "os": [
  3250. "win32"
  3251. ],
  3252. "engines": {
  3253. "node": ">=18"
  3254. }
  3255. },
  3256. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  3257. "version": "4.2.2",
  3258. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  3259. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  3260. "license": "MIT",
  3261. "dependencies": {
  3262. "c12": "^3.3.2",
  3263. "consola": "^3.4.2",
  3264. "defu": "^6.1.4",
  3265. "destr": "^2.0.5",
  3266. "errx": "^0.1.0",
  3267. "exsolve": "^1.0.8",
  3268. "ignore": "^7.0.5",
  3269. "jiti": "^2.6.1",
  3270. "klona": "^2.0.6",
  3271. "mlly": "^1.8.0",
  3272. "ohash": "^2.0.11",
  3273. "pathe": "^2.0.3",
  3274. "pkg-types": "^2.3.0",
  3275. "rc9": "^2.1.2",
  3276. "scule": "^1.3.0",
  3277. "semver": "^7.7.3",
  3278. "tinyglobby": "^0.2.15",
  3279. "ufo": "^1.6.1",
  3280. "unctx": "^2.4.1",
  3281. "untyped": "^2.0.0"
  3282. },
  3283. "engines": {
  3284. "node": ">=18.12.0"
  3285. }
  3286. },
  3287. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue": {
  3288. "version": "6.0.3",
  3289. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz",
  3290. "integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==",
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "@rolldown/pluginutils": "1.0.0-beta.53"
  3294. },
  3295. "engines": {
  3296. "node": "^20.19.0 || >=22.12.0"
  3297. },
  3298. "peerDependencies": {
  3299. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3300. "vue": "^3.2.25"
  3301. }
  3302. },
  3303. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx": {
  3304. "version": "5.1.3",
  3305. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.3.tgz",
  3306. "integrity": "sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==",
  3307. "license": "MIT",
  3308. "dependencies": {
  3309. "@babel/core": "^7.28.5",
  3310. "@babel/plugin-syntax-typescript": "^7.27.1",
  3311. "@babel/plugin-transform-typescript": "^7.28.5",
  3312. "@rolldown/pluginutils": "^1.0.0-beta.56",
  3313. "@vue/babel-plugin-jsx": "^2.0.1"
  3314. },
  3315. "engines": {
  3316. "node": "^20.19.0 || >=22.12.0"
  3317. },
  3318. "peerDependencies": {
  3319. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3320. "vue": "^3.0.0"
  3321. }
  3322. },
  3323. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  3324. "version": "1.0.0-beta.57",
  3325. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.57.tgz",
  3326. "integrity": "sha512-aQNelgx14tGA+n2tNSa9x6/jeoCL9fkDeCei7nOKnHx0fEFRRMu5ReiITo+zZD5TzWDGGRjbSYCs93IfRIyTuQ==",
  3327. "license": "MIT"
  3328. },
  3329. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-helper-vue-transform-on": {
  3330. "version": "2.0.1",
  3331. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  3332. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  3333. "license": "MIT"
  3334. },
  3335. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-jsx": {
  3336. "version": "2.0.1",
  3337. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  3338. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  3339. "license": "MIT",
  3340. "dependencies": {
  3341. "@babel/helper-module-imports": "^7.27.1",
  3342. "@babel/helper-plugin-utils": "^7.27.1",
  3343. "@babel/plugin-syntax-jsx": "^7.27.1",
  3344. "@babel/template": "^7.27.2",
  3345. "@babel/traverse": "^7.28.4",
  3346. "@babel/types": "^7.28.4",
  3347. "@vue/babel-helper-vue-transform-on": "2.0.1",
  3348. "@vue/babel-plugin-resolve-type": "2.0.1",
  3349. "@vue/shared": "^3.5.22"
  3350. },
  3351. "peerDependencies": {
  3352. "@babel/core": "^7.0.0-0"
  3353. },
  3354. "peerDependenciesMeta": {
  3355. "@babel/core": {
  3356. "optional": true
  3357. }
  3358. }
  3359. },
  3360. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-resolve-type": {
  3361. "version": "2.0.1",
  3362. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  3363. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  3364. "license": "MIT",
  3365. "dependencies": {
  3366. "@babel/code-frame": "^7.27.1",
  3367. "@babel/helper-module-imports": "^7.27.1",
  3368. "@babel/helper-plugin-utils": "^7.27.1",
  3369. "@babel/parser": "^7.28.4",
  3370. "@vue/compiler-sfc": "^3.5.22"
  3371. },
  3372. "funding": {
  3373. "url": "https://github.com/sponsors/sxzz"
  3374. },
  3375. "peerDependencies": {
  3376. "@babel/core": "^7.0.0-0"
  3377. }
  3378. },
  3379. "node_modules/@nuxt/vite-builder/node_modules/esbuild": {
  3380. "version": "0.27.2",
  3381. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  3382. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  3383. "hasInstallScript": true,
  3384. "license": "MIT",
  3385. "bin": {
  3386. "esbuild": "bin/esbuild"
  3387. },
  3388. "engines": {
  3389. "node": ">=18"
  3390. },
  3391. "optionalDependencies": {
  3392. "@esbuild/aix-ppc64": "0.27.2",
  3393. "@esbuild/android-arm": "0.27.2",
  3394. "@esbuild/android-arm64": "0.27.2",
  3395. "@esbuild/android-x64": "0.27.2",
  3396. "@esbuild/darwin-arm64": "0.27.2",
  3397. "@esbuild/darwin-x64": "0.27.2",
  3398. "@esbuild/freebsd-arm64": "0.27.2",
  3399. "@esbuild/freebsd-x64": "0.27.2",
  3400. "@esbuild/linux-arm": "0.27.2",
  3401. "@esbuild/linux-arm64": "0.27.2",
  3402. "@esbuild/linux-ia32": "0.27.2",
  3403. "@esbuild/linux-loong64": "0.27.2",
  3404. "@esbuild/linux-mips64el": "0.27.2",
  3405. "@esbuild/linux-ppc64": "0.27.2",
  3406. "@esbuild/linux-riscv64": "0.27.2",
  3407. "@esbuild/linux-s390x": "0.27.2",
  3408. "@esbuild/linux-x64": "0.27.2",
  3409. "@esbuild/netbsd-arm64": "0.27.2",
  3410. "@esbuild/netbsd-x64": "0.27.2",
  3411. "@esbuild/openbsd-arm64": "0.27.2",
  3412. "@esbuild/openbsd-x64": "0.27.2",
  3413. "@esbuild/openharmony-arm64": "0.27.2",
  3414. "@esbuild/sunos-x64": "0.27.2",
  3415. "@esbuild/win32-arm64": "0.27.2",
  3416. "@esbuild/win32-ia32": "0.27.2",
  3417. "@esbuild/win32-x64": "0.27.2"
  3418. }
  3419. },
  3420. "node_modules/@nuxt/vite-builder/node_modules/semver": {
  3421. "version": "7.7.3",
  3422. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  3423. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  3424. "license": "ISC",
  3425. "bin": {
  3426. "semver": "bin/semver.js"
  3427. },
  3428. "engines": {
  3429. "node": ">=10"
  3430. }
  3431. },
  3432. "node_modules/@nuxt/vite-builder/node_modules/vite": {
  3433. "version": "7.3.0",
  3434. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  3435. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  3436. "license": "MIT",
  3437. "dependencies": {
  3438. "esbuild": "^0.27.0",
  3439. "fdir": "^6.5.0",
  3440. "picomatch": "^4.0.3",
  3441. "postcss": "^8.5.6",
  3442. "rollup": "^4.43.0",
  3443. "tinyglobby": "^0.2.15"
  3444. },
  3445. "bin": {
  3446. "vite": "bin/vite.js"
  3447. },
  3448. "engines": {
  3449. "node": "^20.19.0 || >=22.12.0"
  3450. },
  3451. "funding": {
  3452. "url": "https://github.com/vitejs/vite?sponsor=1"
  3453. },
  3454. "optionalDependencies": {
  3455. "fsevents": "~2.3.3"
  3456. },
  3457. "peerDependencies": {
  3458. "@types/node": "^20.19.0 || >=22.12.0",
  3459. "jiti": ">=1.21.0",
  3460. "less": "^4.0.0",
  3461. "lightningcss": "^1.21.0",
  3462. "sass": "^1.70.0",
  3463. "sass-embedded": "^1.70.0",
  3464. "stylus": ">=0.54.8",
  3465. "sugarss": "^5.0.0",
  3466. "terser": "^5.16.0",
  3467. "tsx": "^4.8.1",
  3468. "yaml": "^2.4.2"
  3469. },
  3470. "peerDependenciesMeta": {
  3471. "@types/node": {
  3472. "optional": true
  3473. },
  3474. "jiti": {
  3475. "optional": true
  3476. },
  3477. "less": {
  3478. "optional": true
  3479. },
  3480. "lightningcss": {
  3481. "optional": true
  3482. },
  3483. "sass": {
  3484. "optional": true
  3485. },
  3486. "sass-embedded": {
  3487. "optional": true
  3488. },
  3489. "stylus": {
  3490. "optional": true
  3491. },
  3492. "sugarss": {
  3493. "optional": true
  3494. },
  3495. "terser": {
  3496. "optional": true
  3497. },
  3498. "tsx": {
  3499. "optional": true
  3500. },
  3501. "yaml": {
  3502. "optional": true
  3503. }
  3504. }
  3505. },
  3506. "node_modules/@oxc-minify/binding-android-arm64": {
  3507. "version": "0.102.0",
  3508. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3509. "integrity": "sha512-pknM+ttJTwRr7ezn1v5K+o2P4RRjLAzKI10bjVDPybwWQ544AZW6jxm7/YDgF2yUbWEV9o7cAQPkIUOmCiW8vg==",
  3510. "cpu": [
  3511. "arm64"
  3512. ],
  3513. "license": "MIT",
  3514. "optional": true,
  3515. "os": [
  3516. "android"
  3517. ],
  3518. "engines": {
  3519. "node": "^20.19.0 || >=22.12.0"
  3520. }
  3521. },
  3522. "node_modules/@oxc-minify/binding-darwin-arm64": {
  3523. "version": "0.102.0",
  3524. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3525. "integrity": "sha512-BDLiH41ZctNND38+GCEL3ZxFn9j7qMZJLrr6SLWMt8xlG4Sl64xTkZ0zeUy4RdVEatKKZdrRIhFZ2e5wPDQT6Q==",
  3526. "cpu": [
  3527. "arm64"
  3528. ],
  3529. "license": "MIT",
  3530. "optional": true,
  3531. "os": [
  3532. "darwin"
  3533. ],
  3534. "engines": {
  3535. "node": "^20.19.0 || >=22.12.0"
  3536. }
  3537. },
  3538. "node_modules/@oxc-minify/binding-darwin-x64": {
  3539. "version": "0.102.0",
  3540. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3541. "integrity": "sha512-AcB8ZZ711w4hTDhMfMHNjT2d+hekTQ2XmNSUBqJdXB+a2bJbE50UCRq/nxXl44zkjaQTit3lcQbFvhk2wwKcpw==",
  3542. "cpu": [
  3543. "x64"
  3544. ],
  3545. "license": "MIT",
  3546. "optional": true,
  3547. "os": [
  3548. "darwin"
  3549. ],
  3550. "engines": {
  3551. "node": "^20.19.0 || >=22.12.0"
  3552. }
  3553. },
  3554. "node_modules/@oxc-minify/binding-freebsd-x64": {
  3555. "version": "0.102.0",
  3556. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3557. "integrity": "sha512-UlLEN9mR5QaviYVMWZQsN9DgAH3qyV67XUXDEzSrbVMLsqHsVHhFU8ZIeO0fxWTQW/cgpvldvKp9/+RdrggqWw==",
  3558. "cpu": [
  3559. "x64"
  3560. ],
  3561. "license": "MIT",
  3562. "optional": true,
  3563. "os": [
  3564. "freebsd"
  3565. ],
  3566. "engines": {
  3567. "node": "^20.19.0 || >=22.12.0"
  3568. }
  3569. },
  3570. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  3571. "version": "0.102.0",
  3572. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3573. "integrity": "sha512-CWyCwedZrUt47n56/RwHSwKXxVI3p98hB0ntLaBNeH5qjjBujs9uOh4bQ0aAlzUWunT77b3/Y+xcQnmV42HN4A==",
  3574. "cpu": [
  3575. "arm"
  3576. ],
  3577. "license": "MIT",
  3578. "optional": true,
  3579. "os": [
  3580. "linux"
  3581. ],
  3582. "engines": {
  3583. "node": "^20.19.0 || >=22.12.0"
  3584. }
  3585. },
  3586. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  3587. "version": "0.102.0",
  3588. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3589. "integrity": "sha512-W/DCw+Ys8rXj4j38ylJ2l6Kvp6SV+eO5SUWA11imz7yCWntNL001KJyGQ9PJNUFHg0jbxe3yqm4M50v6miWzeA==",
  3590. "cpu": [
  3591. "arm64"
  3592. ],
  3593. "license": "MIT",
  3594. "optional": true,
  3595. "os": [
  3596. "linux"
  3597. ],
  3598. "engines": {
  3599. "node": "^20.19.0 || >=22.12.0"
  3600. }
  3601. },
  3602. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  3603. "version": "0.102.0",
  3604. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3605. "integrity": "sha512-DyH/t/zSZHuX4Nn239oBteeMC4OP7B13EyXWX18Qg8aJoZ+lZo90WPGOvhP04zII33jJ7di+vrtAUhsX64lp+A==",
  3606. "cpu": [
  3607. "arm64"
  3608. ],
  3609. "license": "MIT",
  3610. "optional": true,
  3611. "os": [
  3612. "linux"
  3613. ],
  3614. "engines": {
  3615. "node": "^20.19.0 || >=22.12.0"
  3616. }
  3617. },
  3618. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  3619. "version": "0.102.0",
  3620. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3621. "integrity": "sha512-CMvzrmOg+Gs44E7TRK/IgrHYp+wwVJxVV8niUrDR2b3SsrCO3NQz5LI+7bM1qDbWnuu5Cl1aiitoMfjRY61dSg==",
  3622. "cpu": [
  3623. "riscv64"
  3624. ],
  3625. "license": "MIT",
  3626. "optional": true,
  3627. "os": [
  3628. "linux"
  3629. ],
  3630. "engines": {
  3631. "node": "^20.19.0 || >=22.12.0"
  3632. }
  3633. },
  3634. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  3635. "version": "0.102.0",
  3636. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3637. "integrity": "sha512-tZWr6j2s0ddm9MTfWTI3myaAArg9GDy4UgvpF00kMQAjLcGUNhEEQbB9Bd9KtCvDQzaan8HQs0GVWUp+DWrymw==",
  3638. "cpu": [
  3639. "s390x"
  3640. ],
  3641. "license": "MIT",
  3642. "optional": true,
  3643. "os": [
  3644. "linux"
  3645. ],
  3646. "engines": {
  3647. "node": "^20.19.0 || >=22.12.0"
  3648. }
  3649. },
  3650. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  3651. "version": "0.102.0",
  3652. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3653. "integrity": "sha512-0YEKmAIun1bS+Iy5Shx6WOTSj3GuilVuctJjc5/vP8/EMTZ/RI8j0eq0Mu3UFPoT/bMULL3MBXuHuEIXmq7Ddg==",
  3654. "cpu": [
  3655. "x64"
  3656. ],
  3657. "license": "MIT",
  3658. "optional": true,
  3659. "os": [
  3660. "linux"
  3661. ],
  3662. "engines": {
  3663. "node": "^20.19.0 || >=22.12.0"
  3664. }
  3665. },
  3666. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  3667. "version": "0.102.0",
  3668. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3669. "integrity": "sha512-Ew4QDpEsXoV+pG5+bJpheEy3GH436GBe6ASPB0X27Hh9cQ2gb1NVZ7cY7xJj68+fizwS/PtT8GHoG3uxyH17Pg==",
  3670. "cpu": [
  3671. "x64"
  3672. ],
  3673. "license": "MIT",
  3674. "optional": true,
  3675. "os": [
  3676. "linux"
  3677. ],
  3678. "engines": {
  3679. "node": "^20.19.0 || >=22.12.0"
  3680. }
  3681. },
  3682. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  3683. "version": "0.102.0",
  3684. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3685. "integrity": "sha512-wYPXS8IOu/sXiP3CGHJNPzZo4hfPAwJKevcFH2syvU2zyqUxym7hx6smfcK/mgJBiX7VchwArdGRwrEQKcBSaQ==",
  3686. "cpu": [
  3687. "arm64"
  3688. ],
  3689. "license": "MIT",
  3690. "optional": true,
  3691. "os": [
  3692. "openharmony"
  3693. ],
  3694. "engines": {
  3695. "node": "^20.19.0 || >=22.12.0"
  3696. }
  3697. },
  3698. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  3699. "version": "0.102.0",
  3700. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3701. "integrity": "sha512-52SepCb9e+8cVisGa9S/F14K8PxW0AnbV1j4KEYi8uwfkUIxeDNKRHVHzPoBXNrr0yxW0EHLn/3i8J7a2YCpWw==",
  3702. "cpu": [
  3703. "wasm32"
  3704. ],
  3705. "license": "MIT",
  3706. "optional": true,
  3707. "dependencies": {
  3708. "@napi-rs/wasm-runtime": "^1.1.0"
  3709. },
  3710. "engines": {
  3711. "node": ">=14.0.0"
  3712. }
  3713. },
  3714. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  3715. "version": "0.102.0",
  3716. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3717. "integrity": "sha512-kLs6H1y6sDBKcIimkNwu5th28SLkyvFpHNxdLtCChda0KIGeIXNSiupy5BqEutY+VlWJivKT1OV3Ev3KC5Euzg==",
  3718. "cpu": [
  3719. "arm64"
  3720. ],
  3721. "license": "MIT",
  3722. "optional": true,
  3723. "os": [
  3724. "win32"
  3725. ],
  3726. "engines": {
  3727. "node": "^20.19.0 || >=22.12.0"
  3728. }
  3729. },
  3730. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  3731. "version": "0.102.0",
  3732. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3733. "integrity": "sha512-XdyJZdSMN8rbBXH10CrFuU+Q9jIP2+MnxHmNzjK4+bldbTI1UxqwjUMS9bKVC5VCaIEZhh8IE8x4Vf8gmCgrKQ==",
  3734. "cpu": [
  3735. "x64"
  3736. ],
  3737. "license": "MIT",
  3738. "optional": true,
  3739. "os": [
  3740. "win32"
  3741. ],
  3742. "engines": {
  3743. "node": "^20.19.0 || >=22.12.0"
  3744. }
  3745. },
  3746. "node_modules/@oxc-parser/binding-android-arm64": {
  3747. "version": "0.102.0",
  3748. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3749. "integrity": "sha512-pD2if3w3cxPvYbsBSTbhxAYGDaG6WVwnqYG0mYRQ142D6SJ6BpNs7YVQrqpRA2AJQCmzaPP5TRp/koFLebagfQ==",
  3750. "cpu": [
  3751. "arm64"
  3752. ],
  3753. "license": "MIT",
  3754. "optional": true,
  3755. "os": [
  3756. "android"
  3757. ],
  3758. "engines": {
  3759. "node": "^20.19.0 || >=22.12.0"
  3760. }
  3761. },
  3762. "node_modules/@oxc-parser/binding-darwin-arm64": {
  3763. "version": "0.102.0",
  3764. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3765. "integrity": "sha512-RzMN6f6MrjjpQC2Dandyod3iOscofYBpHaTecmoRRbC5sJMwsurkqUMHzoJX9F6IM87kn8m/JcClnoOfx5Sesw==",
  3766. "cpu": [
  3767. "arm64"
  3768. ],
  3769. "license": "MIT",
  3770. "optional": true,
  3771. "os": [
  3772. "darwin"
  3773. ],
  3774. "engines": {
  3775. "node": "^20.19.0 || >=22.12.0"
  3776. }
  3777. },
  3778. "node_modules/@oxc-parser/binding-darwin-x64": {
  3779. "version": "0.102.0",
  3780. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3781. "integrity": "sha512-Sr2/3K6GEcejY+HgWp5HaxRPzW5XHe9IfGKVn9OhLt8fzVLnXbK5/GjXj7JjMCNKI3G3ZPZDG2Dgm6CX3MaHCA==",
  3782. "cpu": [
  3783. "x64"
  3784. ],
  3785. "license": "MIT",
  3786. "optional": true,
  3787. "os": [
  3788. "darwin"
  3789. ],
  3790. "engines": {
  3791. "node": "^20.19.0 || >=22.12.0"
  3792. }
  3793. },
  3794. "node_modules/@oxc-parser/binding-freebsd-x64": {
  3795. "version": "0.102.0",
  3796. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3797. "integrity": "sha512-s9F2N0KJCGEpuBW6ChpFfR06m2Id9ReaHSl8DCca4HvFNt8SJFPp8fq42n2PZy68rtkremQasM0JDrK2BoBeBQ==",
  3798. "cpu": [
  3799. "x64"
  3800. ],
  3801. "license": "MIT",
  3802. "optional": true,
  3803. "os": [
  3804. "freebsd"
  3805. ],
  3806. "engines": {
  3807. "node": "^20.19.0 || >=22.12.0"
  3808. }
  3809. },
  3810. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  3811. "version": "0.102.0",
  3812. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3813. "integrity": "sha512-zRCIOWzLbqhfY4g8KIZDyYfO2Fl5ltxdQI1v2GlePj66vFWRl8cf4qcBGzxKfsH3wCZHAhmWd1Ht59mnrfH/UQ==",
  3814. "cpu": [
  3815. "arm"
  3816. ],
  3817. "license": "MIT",
  3818. "optional": true,
  3819. "os": [
  3820. "linux"
  3821. ],
  3822. "engines": {
  3823. "node": "^20.19.0 || >=22.12.0"
  3824. }
  3825. },
  3826. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  3827. "version": "0.102.0",
  3828. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3829. "integrity": "sha512-5n5RbHgfjulRhKB0pW5p0X/NkQeOpI4uI9WHgIZbORUDATGFC8yeyPA6xYGEs+S3MyEAFxl4v544UEIWwqAgsA==",
  3830. "cpu": [
  3831. "arm64"
  3832. ],
  3833. "license": "MIT",
  3834. "optional": true,
  3835. "os": [
  3836. "linux"
  3837. ],
  3838. "engines": {
  3839. "node": "^20.19.0 || >=22.12.0"
  3840. }
  3841. },
  3842. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  3843. "version": "0.102.0",
  3844. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3845. "integrity": "sha512-/XWcmglH/VJ4yKAGTLRgPKSSikh3xciNxkwGiURt8dS30b+3pwc4ZZmudMu0tQ3mjSu0o7V9APZLMpbHK8Bp5w==",
  3846. "cpu": [
  3847. "arm64"
  3848. ],
  3849. "license": "MIT",
  3850. "optional": true,
  3851. "os": [
  3852. "linux"
  3853. ],
  3854. "engines": {
  3855. "node": "^20.19.0 || >=22.12.0"
  3856. }
  3857. },
  3858. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  3859. "version": "0.102.0",
  3860. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3861. "integrity": "sha512-2jtIq4nswvy6xdqv1ndWyvVlaRpS0yqomLCvvHdCFx3pFXo5Aoq4RZ39kgvFWrbAtpeYSYeAGFnwgnqjx9ftdw==",
  3862. "cpu": [
  3863. "riscv64"
  3864. ],
  3865. "license": "MIT",
  3866. "optional": true,
  3867. "os": [
  3868. "linux"
  3869. ],
  3870. "engines": {
  3871. "node": "^20.19.0 || >=22.12.0"
  3872. }
  3873. },
  3874. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  3875. "version": "0.102.0",
  3876. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3877. "integrity": "sha512-Yp6HX/574mvYryiqj0jNvNTJqo4pdAsNP2LPBTxlDQ1cU3lPd7DUA4MQZadaeLI8+AGB2Pn50mPuPyEwFIxeFg==",
  3878. "cpu": [
  3879. "s390x"
  3880. ],
  3881. "license": "MIT",
  3882. "optional": true,
  3883. "os": [
  3884. "linux"
  3885. ],
  3886. "engines": {
  3887. "node": "^20.19.0 || >=22.12.0"
  3888. }
  3889. },
  3890. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  3891. "version": "0.102.0",
  3892. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3893. "integrity": "sha512-R4b0xZpDRhoNB2XZy0kLTSYm0ZmWeKjTii9fcv1Mk3/SIGPrrglwt4U6zEtwK54Dfi4Bve5JnQYduigR/gyDzw==",
  3894. "cpu": [
  3895. "x64"
  3896. ],
  3897. "license": "MIT",
  3898. "optional": true,
  3899. "os": [
  3900. "linux"
  3901. ],
  3902. "engines": {
  3903. "node": "^20.19.0 || >=22.12.0"
  3904. }
  3905. },
  3906. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  3907. "version": "0.102.0",
  3908. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3909. "integrity": "sha512-xM5A+03Ti3jvWYZoqaBRS3lusvnvIQjA46Fc9aBE/MHgvKgHSkrGEluLWg/33QEwBwxupkH25Pxc1yu97oZCtg==",
  3910. "cpu": [
  3911. "x64"
  3912. ],
  3913. "license": "MIT",
  3914. "optional": true,
  3915. "os": [
  3916. "linux"
  3917. ],
  3918. "engines": {
  3919. "node": "^20.19.0 || >=22.12.0"
  3920. }
  3921. },
  3922. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  3923. "version": "0.102.0",
  3924. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3925. "integrity": "sha512-AieLlsliblyaTFq7Iw9Nc618tgwV02JT4fQ6VIUd/3ZzbluHIHfPjIXa6Sds+04krw5TvCS8lsegtDYAyzcyhg==",
  3926. "cpu": [
  3927. "arm64"
  3928. ],
  3929. "license": "MIT",
  3930. "optional": true,
  3931. "os": [
  3932. "openharmony"
  3933. ],
  3934. "engines": {
  3935. "node": "^20.19.0 || >=22.12.0"
  3936. }
  3937. },
  3938. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  3939. "version": "0.102.0",
  3940. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3941. "integrity": "sha512-w6HRyArs1PBb9rDsQSHlooe31buUlUI2iY8sBzp62jZ1tmvaJo9EIVTQlRNDkwJmk9DF9uEyIJ82EkZcCZTs9A==",
  3942. "cpu": [
  3943. "wasm32"
  3944. ],
  3945. "license": "MIT",
  3946. "optional": true,
  3947. "dependencies": {
  3948. "@napi-rs/wasm-runtime": "^1.1.0"
  3949. },
  3950. "engines": {
  3951. "node": ">=14.0.0"
  3952. }
  3953. },
  3954. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  3955. "version": "0.102.0",
  3956. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3957. "integrity": "sha512-pqP5UuLiiFONQxqGiUFMdsfybaK1EOK4AXiPlvOvacLaatSEPObZGpyCkAcj9aZcvvNwYdeY9cxGM9IT3togaA==",
  3958. "cpu": [
  3959. "arm64"
  3960. ],
  3961. "license": "MIT",
  3962. "optional": true,
  3963. "os": [
  3964. "win32"
  3965. ],
  3966. "engines": {
  3967. "node": "^20.19.0 || >=22.12.0"
  3968. }
  3969. },
  3970. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  3971. "version": "0.102.0",
  3972. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3973. "integrity": "sha512-ntMcL35wuLR1A145rLSmm7m7j8JBZGkROoB9Du0KFIFcfi/w1qk75BdCeiTl3HAKrreAnuhW3QOGs6mJhntowA==",
  3974. "cpu": [
  3975. "x64"
  3976. ],
  3977. "license": "MIT",
  3978. "optional": true,
  3979. "os": [
  3980. "win32"
  3981. ],
  3982. "engines": {
  3983. "node": "^20.19.0 || >=22.12.0"
  3984. }
  3985. },
  3986. "node_modules/@oxc-project/types": {
  3987. "version": "0.102.0",
  3988. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.102.0.tgz",
  3989. "integrity": "sha512-8Skrw405g+/UJPKWJ1twIk3BIH2nXdiVlVNtYT23AXVwpsd79es4K+KYt06Fbnkc5BaTvk/COT2JuCLYdwnCdA==",
  3990. "license": "MIT",
  3991. "funding": {
  3992. "url": "https://github.com/sponsors/Boshen"
  3993. }
  3994. },
  3995. "node_modules/@oxc-transform/binding-android-arm64": {
  3996. "version": "0.102.0",
  3997. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3998. "integrity": "sha512-JLBT7EiExsGmB6LuBBnm6qTfg0rLSxBU+F7xjqy6UXYpL7zhqelGJL7IAq6Pu5UYFT55zVlXXmgzLOXQfpQjXA==",
  3999. "cpu": [
  4000. "arm64"
  4001. ],
  4002. "license": "MIT",
  4003. "optional": true,
  4004. "os": [
  4005. "android"
  4006. ],
  4007. "engines": {
  4008. "node": "^20.19.0 || >=22.12.0"
  4009. }
  4010. },
  4011. "node_modules/@oxc-transform/binding-darwin-arm64": {
  4012. "version": "0.102.0",
  4013. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  4014. "integrity": "sha512-xmsBCk/NwE0khy8h6wLEexiS5abCp1ZqJUNHsAovJdGgIW21oGwhiC3VYg1vNLbq+zEXwOHuphVuNEYfBwyNTw==",
  4015. "cpu": [
  4016. "arm64"
  4017. ],
  4018. "license": "MIT",
  4019. "optional": true,
  4020. "os": [
  4021. "darwin"
  4022. ],
  4023. "engines": {
  4024. "node": "^20.19.0 || >=22.12.0"
  4025. }
  4026. },
  4027. "node_modules/@oxc-transform/binding-darwin-x64": {
  4028. "version": "0.102.0",
  4029. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  4030. "integrity": "sha512-EhBsiq8hSd5BRjlWACB9MxTUiZT2He1s1b3tRP8k3lB8ZTt6sXnDXIWhxRmmM0h//xe6IJ2HuMlbvjXPo/tATg==",
  4031. "cpu": [
  4032. "x64"
  4033. ],
  4034. "license": "MIT",
  4035. "optional": true,
  4036. "os": [
  4037. "darwin"
  4038. ],
  4039. "engines": {
  4040. "node": "^20.19.0 || >=22.12.0"
  4041. }
  4042. },
  4043. "node_modules/@oxc-transform/binding-freebsd-x64": {
  4044. "version": "0.102.0",
  4045. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  4046. "integrity": "sha512-eujvuYf0x7BFgKyFecbXUa2JBEXT4Ss6vmyrrhVdN07jaeJRiobaKAmeNXBkanoWL2KQLELJbSBgs1ykWYTkzg==",
  4047. "cpu": [
  4048. "x64"
  4049. ],
  4050. "license": "MIT",
  4051. "optional": true,
  4052. "os": [
  4053. "freebsd"
  4054. ],
  4055. "engines": {
  4056. "node": "^20.19.0 || >=22.12.0"
  4057. }
  4058. },
  4059. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  4060. "version": "0.102.0",
  4061. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  4062. "integrity": "sha512-2x7Ro356PHBVp1SS/dOsHBSnrfs5MlPYwhdKg35t6qixt2bv1kzEH0tDmn4TNEbdjOirmvOXoCTEWUvh8A4f4Q==",
  4063. "cpu": [
  4064. "arm"
  4065. ],
  4066. "license": "MIT",
  4067. "optional": true,
  4068. "os": [
  4069. "linux"
  4070. ],
  4071. "engines": {
  4072. "node": "^20.19.0 || >=22.12.0"
  4073. }
  4074. },
  4075. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  4076. "version": "0.102.0",
  4077. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  4078. "integrity": "sha512-Rz/RbPvT4QwcHKIQ/cOt6Lwl4c7AhK2b6whZfyL6oJ7Uz8UiVl1BCwk8thedrB5h+FEykmaPHoriW1hmBev60g==",
  4079. "cpu": [
  4080. "arm64"
  4081. ],
  4082. "license": "MIT",
  4083. "optional": true,
  4084. "os": [
  4085. "linux"
  4086. ],
  4087. "engines": {
  4088. "node": "^20.19.0 || >=22.12.0"
  4089. }
  4090. },
  4091. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  4092. "version": "0.102.0",
  4093. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  4094. "integrity": "sha512-I08iWABrN7zakn3wuNIBWY3hALQGsDLPQbZT1mXws7tyiQqJNGe49uS0/O50QhX3KXj+mbRGsmjVXLXGJE1CVQ==",
  4095. "cpu": [
  4096. "arm64"
  4097. ],
  4098. "license": "MIT",
  4099. "optional": true,
  4100. "os": [
  4101. "linux"
  4102. ],
  4103. "engines": {
  4104. "node": "^20.19.0 || >=22.12.0"
  4105. }
  4106. },
  4107. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  4108. "version": "0.102.0",
  4109. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  4110. "integrity": "sha512-9+SYW1ARAF6Oj/82ayoqKRe8SI7O1qvzs3Y0kijvhIqAaaZWcFRjI5DToyWRAbnzTtHlMcSllZLXNYdmxBjFxA==",
  4111. "cpu": [
  4112. "riscv64"
  4113. ],
  4114. "license": "MIT",
  4115. "optional": true,
  4116. "os": [
  4117. "linux"
  4118. ],
  4119. "engines": {
  4120. "node": "^20.19.0 || >=22.12.0"
  4121. }
  4122. },
  4123. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  4124. "version": "0.102.0",
  4125. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  4126. "integrity": "sha512-HV9nTyQw0TTKYPu+gBhaJBioomiM9O4LcGXi+s5IylCGG6imP0/U13q/9xJnP267QFmiWWqnnSFcv0QAWCyh8A==",
  4127. "cpu": [
  4128. "s390x"
  4129. ],
  4130. "license": "MIT",
  4131. "optional": true,
  4132. "os": [
  4133. "linux"
  4134. ],
  4135. "engines": {
  4136. "node": "^20.19.0 || >=22.12.0"
  4137. }
  4138. },
  4139. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  4140. "version": "0.102.0",
  4141. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  4142. "integrity": "sha512-4wcZ08mmdFk8OjsnglyeYGu5PW3TDh87AmcMOi7tZJ3cpJjfzwDfY27KTEUx6G880OpjAiF36OFSPwdKTKgp2g==",
  4143. "cpu": [
  4144. "x64"
  4145. ],
  4146. "license": "MIT",
  4147. "optional": true,
  4148. "os": [
  4149. "linux"
  4150. ],
  4151. "engines": {
  4152. "node": "^20.19.0 || >=22.12.0"
  4153. }
  4154. },
  4155. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  4156. "version": "0.102.0",
  4157. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  4158. "integrity": "sha512-rUHZSZBw0FUnUgOhL/Rs7xJz9KjH2eFur/0df6Lwq/isgJc/ggtBtFoZ+y4Fb8ON87a3Y2gS2LT7SEctX0XdPQ==",
  4159. "cpu": [
  4160. "x64"
  4161. ],
  4162. "license": "MIT",
  4163. "optional": true,
  4164. "os": [
  4165. "linux"
  4166. ],
  4167. "engines": {
  4168. "node": "^20.19.0 || >=22.12.0"
  4169. }
  4170. },
  4171. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  4172. "version": "0.102.0",
  4173. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  4174. "integrity": "sha512-98y4tccTQ/pA+r2KA/MEJIZ7J8TNTJ4aCT4rX8kWK4pGOko2YsfY3Ru9DVHlLDwmVj7wP8Z4JNxdBrAXRvK+0g==",
  4175. "cpu": [
  4176. "arm64"
  4177. ],
  4178. "license": "MIT",
  4179. "optional": true,
  4180. "os": [
  4181. "openharmony"
  4182. ],
  4183. "engines": {
  4184. "node": "^20.19.0 || >=22.12.0"
  4185. }
  4186. },
  4187. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  4188. "version": "0.102.0",
  4189. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  4190. "integrity": "sha512-M6myOXxHty3L2TJEB1NlJPtQm0c0LmivAxcGv/+DSDadOoB/UnOUbjM8W2Utlh5IYS9ARSOjqHtBiPYLWJ15XA==",
  4191. "cpu": [
  4192. "wasm32"
  4193. ],
  4194. "license": "MIT",
  4195. "optional": true,
  4196. "dependencies": {
  4197. "@napi-rs/wasm-runtime": "^1.1.0"
  4198. },
  4199. "engines": {
  4200. "node": ">=14.0.0"
  4201. }
  4202. },
  4203. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  4204. "version": "0.102.0",
  4205. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  4206. "integrity": "sha512-jzaA1lLiMXiJs4r7E0BHRxTPiwAkpoCfSNRr8npK/SqL4UQE4cSz3WDTX5wJWRrN2U+xqsDGefeYzH4reI8sgw==",
  4207. "cpu": [
  4208. "arm64"
  4209. ],
  4210. "license": "MIT",
  4211. "optional": true,
  4212. "os": [
  4213. "win32"
  4214. ],
  4215. "engines": {
  4216. "node": "^20.19.0 || >=22.12.0"
  4217. }
  4218. },
  4219. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  4220. "version": "0.102.0",
  4221. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  4222. "integrity": "sha512-eYOm6mch+1cP9qlNkMdorfBFY8aEOxY/isqrreLmEWqF/hyXA0SbLKDigTbvh3JFKny/gXlHoCKckqfua4cwtg==",
  4223. "cpu": [
  4224. "x64"
  4225. ],
  4226. "license": "MIT",
  4227. "optional": true,
  4228. "os": [
  4229. "win32"
  4230. ],
  4231. "engines": {
  4232. "node": "^20.19.0 || >=22.12.0"
  4233. }
  4234. },
  4235. "node_modules/@parcel/watcher": {
  4236. "version": "2.5.1",
  4237. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  4238. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  4239. "hasInstallScript": true,
  4240. "license": "MIT",
  4241. "dependencies": {
  4242. "detect-libc": "^1.0.3",
  4243. "is-glob": "^4.0.3",
  4244. "micromatch": "^4.0.5",
  4245. "node-addon-api": "^7.0.0"
  4246. },
  4247. "engines": {
  4248. "node": ">= 10.0.0"
  4249. },
  4250. "funding": {
  4251. "type": "opencollective",
  4252. "url": "https://opencollective.com/parcel"
  4253. },
  4254. "optionalDependencies": {
  4255. "@parcel/watcher-android-arm64": "2.5.1",
  4256. "@parcel/watcher-darwin-arm64": "2.5.1",
  4257. "@parcel/watcher-darwin-x64": "2.5.1",
  4258. "@parcel/watcher-freebsd-x64": "2.5.1",
  4259. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  4260. "@parcel/watcher-linux-arm-musl": "2.5.1",
  4261. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  4262. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  4263. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  4264. "@parcel/watcher-linux-x64-musl": "2.5.1",
  4265. "@parcel/watcher-win32-arm64": "2.5.1",
  4266. "@parcel/watcher-win32-ia32": "2.5.1",
  4267. "@parcel/watcher-win32-x64": "2.5.1"
  4268. }
  4269. },
  4270. "node_modules/@parcel/watcher-android-arm64": {
  4271. "version": "2.5.1",
  4272. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  4273. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  4274. "cpu": [
  4275. "arm64"
  4276. ],
  4277. "license": "MIT",
  4278. "optional": true,
  4279. "os": [
  4280. "android"
  4281. ],
  4282. "engines": {
  4283. "node": ">= 10.0.0"
  4284. },
  4285. "funding": {
  4286. "type": "opencollective",
  4287. "url": "https://opencollective.com/parcel"
  4288. }
  4289. },
  4290. "node_modules/@parcel/watcher-darwin-arm64": {
  4291. "version": "2.5.1",
  4292. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  4293. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  4294. "cpu": [
  4295. "arm64"
  4296. ],
  4297. "license": "MIT",
  4298. "optional": true,
  4299. "os": [
  4300. "darwin"
  4301. ],
  4302. "engines": {
  4303. "node": ">= 10.0.0"
  4304. },
  4305. "funding": {
  4306. "type": "opencollective",
  4307. "url": "https://opencollective.com/parcel"
  4308. }
  4309. },
  4310. "node_modules/@parcel/watcher-darwin-x64": {
  4311. "version": "2.5.1",
  4312. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  4313. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  4314. "cpu": [
  4315. "x64"
  4316. ],
  4317. "license": "MIT",
  4318. "optional": true,
  4319. "os": [
  4320. "darwin"
  4321. ],
  4322. "engines": {
  4323. "node": ">= 10.0.0"
  4324. },
  4325. "funding": {
  4326. "type": "opencollective",
  4327. "url": "https://opencollective.com/parcel"
  4328. }
  4329. },
  4330. "node_modules/@parcel/watcher-freebsd-x64": {
  4331. "version": "2.5.1",
  4332. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  4333. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  4334. "cpu": [
  4335. "x64"
  4336. ],
  4337. "license": "MIT",
  4338. "optional": true,
  4339. "os": [
  4340. "freebsd"
  4341. ],
  4342. "engines": {
  4343. "node": ">= 10.0.0"
  4344. },
  4345. "funding": {
  4346. "type": "opencollective",
  4347. "url": "https://opencollective.com/parcel"
  4348. }
  4349. },
  4350. "node_modules/@parcel/watcher-linux-arm-glibc": {
  4351. "version": "2.5.1",
  4352. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  4353. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  4354. "cpu": [
  4355. "arm"
  4356. ],
  4357. "license": "MIT",
  4358. "optional": true,
  4359. "os": [
  4360. "linux"
  4361. ],
  4362. "engines": {
  4363. "node": ">= 10.0.0"
  4364. },
  4365. "funding": {
  4366. "type": "opencollective",
  4367. "url": "https://opencollective.com/parcel"
  4368. }
  4369. },
  4370. "node_modules/@parcel/watcher-linux-arm-musl": {
  4371. "version": "2.5.1",
  4372. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  4373. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  4374. "cpu": [
  4375. "arm"
  4376. ],
  4377. "license": "MIT",
  4378. "optional": true,
  4379. "os": [
  4380. "linux"
  4381. ],
  4382. "engines": {
  4383. "node": ">= 10.0.0"
  4384. },
  4385. "funding": {
  4386. "type": "opencollective",
  4387. "url": "https://opencollective.com/parcel"
  4388. }
  4389. },
  4390. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  4391. "version": "2.5.1",
  4392. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  4393. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  4394. "cpu": [
  4395. "arm64"
  4396. ],
  4397. "license": "MIT",
  4398. "optional": true,
  4399. "os": [
  4400. "linux"
  4401. ],
  4402. "engines": {
  4403. "node": ">= 10.0.0"
  4404. },
  4405. "funding": {
  4406. "type": "opencollective",
  4407. "url": "https://opencollective.com/parcel"
  4408. }
  4409. },
  4410. "node_modules/@parcel/watcher-linux-arm64-musl": {
  4411. "version": "2.5.1",
  4412. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  4413. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  4414. "cpu": [
  4415. "arm64"
  4416. ],
  4417. "license": "MIT",
  4418. "optional": true,
  4419. "os": [
  4420. "linux"
  4421. ],
  4422. "engines": {
  4423. "node": ">= 10.0.0"
  4424. },
  4425. "funding": {
  4426. "type": "opencollective",
  4427. "url": "https://opencollective.com/parcel"
  4428. }
  4429. },
  4430. "node_modules/@parcel/watcher-linux-x64-glibc": {
  4431. "version": "2.5.1",
  4432. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  4433. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  4434. "cpu": [
  4435. "x64"
  4436. ],
  4437. "license": "MIT",
  4438. "optional": true,
  4439. "os": [
  4440. "linux"
  4441. ],
  4442. "engines": {
  4443. "node": ">= 10.0.0"
  4444. },
  4445. "funding": {
  4446. "type": "opencollective",
  4447. "url": "https://opencollective.com/parcel"
  4448. }
  4449. },
  4450. "node_modules/@parcel/watcher-linux-x64-musl": {
  4451. "version": "2.5.1",
  4452. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  4453. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  4454. "cpu": [
  4455. "x64"
  4456. ],
  4457. "license": "MIT",
  4458. "optional": true,
  4459. "os": [
  4460. "linux"
  4461. ],
  4462. "engines": {
  4463. "node": ">= 10.0.0"
  4464. },
  4465. "funding": {
  4466. "type": "opencollective",
  4467. "url": "https://opencollective.com/parcel"
  4468. }
  4469. },
  4470. "node_modules/@parcel/watcher-wasm": {
  4471. "version": "2.5.1",
  4472. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.1.tgz",
  4473. "integrity": "sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==",
  4474. "bundleDependencies": [
  4475. "napi-wasm"
  4476. ],
  4477. "license": "MIT",
  4478. "dependencies": {
  4479. "is-glob": "^4.0.3",
  4480. "micromatch": "^4.0.5",
  4481. "napi-wasm": "^1.1.0"
  4482. },
  4483. "engines": {
  4484. "node": ">= 10.0.0"
  4485. },
  4486. "funding": {
  4487. "type": "opencollective",
  4488. "url": "https://opencollective.com/parcel"
  4489. }
  4490. },
  4491. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  4492. "version": "1.1.0",
  4493. "inBundle": true,
  4494. "license": "MIT"
  4495. },
  4496. "node_modules/@parcel/watcher-win32-arm64": {
  4497. "version": "2.5.1",
  4498. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  4499. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  4500. "cpu": [
  4501. "arm64"
  4502. ],
  4503. "license": "MIT",
  4504. "optional": true,
  4505. "os": [
  4506. "win32"
  4507. ],
  4508. "engines": {
  4509. "node": ">= 10.0.0"
  4510. },
  4511. "funding": {
  4512. "type": "opencollective",
  4513. "url": "https://opencollective.com/parcel"
  4514. }
  4515. },
  4516. "node_modules/@parcel/watcher-win32-ia32": {
  4517. "version": "2.5.1",
  4518. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  4519. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  4520. "cpu": [
  4521. "ia32"
  4522. ],
  4523. "license": "MIT",
  4524. "optional": true,
  4525. "os": [
  4526. "win32"
  4527. ],
  4528. "engines": {
  4529. "node": ">= 10.0.0"
  4530. },
  4531. "funding": {
  4532. "type": "opencollective",
  4533. "url": "https://opencollective.com/parcel"
  4534. }
  4535. },
  4536. "node_modules/@parcel/watcher-win32-x64": {
  4537. "version": "2.5.1",
  4538. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  4539. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  4540. "cpu": [
  4541. "x64"
  4542. ],
  4543. "license": "MIT",
  4544. "optional": true,
  4545. "os": [
  4546. "win32"
  4547. ],
  4548. "engines": {
  4549. "node": ">= 10.0.0"
  4550. },
  4551. "funding": {
  4552. "type": "opencollective",
  4553. "url": "https://opencollective.com/parcel"
  4554. }
  4555. },
  4556. "node_modules/@pinia/nuxt": {
  4557. "version": "0.11.1",
  4558. "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.11.1.tgz",
  4559. "integrity": "sha512-tCD8ioWhhIHKwm8Y9VvyhBAV/kK4W5uGBIYbI5iM4N1t7duOqK6ECBUavrMxMolELayqqMLb9+evegrh3S7s2A==",
  4560. "license": "MIT",
  4561. "dependencies": {
  4562. "@nuxt/kit": "^3.9.0"
  4563. },
  4564. "funding": {
  4565. "url": "https://github.com/sponsors/posva"
  4566. },
  4567. "peerDependencies": {
  4568. "pinia": "^3.0.3"
  4569. }
  4570. },
  4571. "node_modules/@pkgjs/parseargs": {
  4572. "version": "0.11.0",
  4573. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  4574. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  4575. "license": "MIT",
  4576. "optional": true,
  4577. "engines": {
  4578. "node": ">=14"
  4579. }
  4580. },
  4581. "node_modules/@polka/url": {
  4582. "version": "1.0.0-next.29",
  4583. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  4584. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  4585. "license": "MIT"
  4586. },
  4587. "node_modules/@popperjs/core": {
  4588. "version": "2.11.8",
  4589. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  4590. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  4591. "license": "MIT",
  4592. "funding": {
  4593. "type": "opencollective",
  4594. "url": "https://opencollective.com/popperjs"
  4595. }
  4596. },
  4597. "node_modules/@poppinss/colors": {
  4598. "version": "4.1.6",
  4599. "resolved": "https://registry.npmmirror.com/@poppinss/colors/-/colors-4.1.6.tgz",
  4600. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  4601. "license": "MIT",
  4602. "dependencies": {
  4603. "kleur": "^4.1.5"
  4604. }
  4605. },
  4606. "node_modules/@poppinss/colors/node_modules/kleur": {
  4607. "version": "4.1.5",
  4608. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  4609. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  4610. "license": "MIT",
  4611. "engines": {
  4612. "node": ">=6"
  4613. }
  4614. },
  4615. "node_modules/@poppinss/dumper": {
  4616. "version": "0.6.5",
  4617. "resolved": "https://registry.npmmirror.com/@poppinss/dumper/-/dumper-0.6.5.tgz",
  4618. "integrity": "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==",
  4619. "license": "MIT",
  4620. "dependencies": {
  4621. "@poppinss/colors": "^4.1.5",
  4622. "@sindresorhus/is": "^7.0.2",
  4623. "supports-color": "^10.0.0"
  4624. }
  4625. },
  4626. "node_modules/@poppinss/exception": {
  4627. "version": "1.2.3",
  4628. "resolved": "https://registry.npmmirror.com/@poppinss/exception/-/exception-1.2.3.tgz",
  4629. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  4630. "license": "MIT"
  4631. },
  4632. "node_modules/@rolldown/pluginutils": {
  4633. "version": "1.0.0-beta.53",
  4634. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
  4635. "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
  4636. "license": "MIT"
  4637. },
  4638. "node_modules/@rollup/plugin-alias": {
  4639. "version": "5.1.1",
  4640. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  4641. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  4642. "license": "MIT",
  4643. "engines": {
  4644. "node": ">=14.0.0"
  4645. },
  4646. "peerDependencies": {
  4647. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4648. },
  4649. "peerDependenciesMeta": {
  4650. "rollup": {
  4651. "optional": true
  4652. }
  4653. }
  4654. },
  4655. "node_modules/@rollup/plugin-commonjs": {
  4656. "version": "28.0.9",
  4657. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz",
  4658. "integrity": "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==",
  4659. "license": "MIT",
  4660. "dependencies": {
  4661. "@rollup/pluginutils": "^5.0.1",
  4662. "commondir": "^1.0.1",
  4663. "estree-walker": "^2.0.2",
  4664. "fdir": "^6.2.0",
  4665. "is-reference": "1.2.1",
  4666. "magic-string": "^0.30.3",
  4667. "picomatch": "^4.0.2"
  4668. },
  4669. "engines": {
  4670. "node": ">=16.0.0 || 14 >= 14.17"
  4671. },
  4672. "peerDependencies": {
  4673. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  4674. },
  4675. "peerDependenciesMeta": {
  4676. "rollup": {
  4677. "optional": true
  4678. }
  4679. }
  4680. },
  4681. "node_modules/@rollup/plugin-inject": {
  4682. "version": "5.0.5",
  4683. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  4684. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  4685. "license": "MIT",
  4686. "dependencies": {
  4687. "@rollup/pluginutils": "^5.0.1",
  4688. "estree-walker": "^2.0.2",
  4689. "magic-string": "^0.30.3"
  4690. },
  4691. "engines": {
  4692. "node": ">=14.0.0"
  4693. },
  4694. "peerDependencies": {
  4695. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4696. },
  4697. "peerDependenciesMeta": {
  4698. "rollup": {
  4699. "optional": true
  4700. }
  4701. }
  4702. },
  4703. "node_modules/@rollup/plugin-json": {
  4704. "version": "6.1.0",
  4705. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  4706. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "@rollup/pluginutils": "^5.1.0"
  4710. },
  4711. "engines": {
  4712. "node": ">=14.0.0"
  4713. },
  4714. "peerDependencies": {
  4715. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4716. },
  4717. "peerDependenciesMeta": {
  4718. "rollup": {
  4719. "optional": true
  4720. }
  4721. }
  4722. },
  4723. "node_modules/@rollup/plugin-node-resolve": {
  4724. "version": "16.0.3",
  4725. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  4726. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  4727. "license": "MIT",
  4728. "dependencies": {
  4729. "@rollup/pluginutils": "^5.0.1",
  4730. "@types/resolve": "1.20.2",
  4731. "deepmerge": "^4.2.2",
  4732. "is-module": "^1.0.0",
  4733. "resolve": "^1.22.1"
  4734. },
  4735. "engines": {
  4736. "node": ">=14.0.0"
  4737. },
  4738. "peerDependencies": {
  4739. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  4740. },
  4741. "peerDependenciesMeta": {
  4742. "rollup": {
  4743. "optional": true
  4744. }
  4745. }
  4746. },
  4747. "node_modules/@rollup/plugin-replace": {
  4748. "version": "6.0.3",
  4749. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  4750. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  4751. "license": "MIT",
  4752. "dependencies": {
  4753. "@rollup/pluginutils": "^5.0.1",
  4754. "magic-string": "^0.30.3"
  4755. },
  4756. "engines": {
  4757. "node": ">=14.0.0"
  4758. },
  4759. "peerDependencies": {
  4760. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4761. },
  4762. "peerDependenciesMeta": {
  4763. "rollup": {
  4764. "optional": true
  4765. }
  4766. }
  4767. },
  4768. "node_modules/@rollup/plugin-terser": {
  4769. "version": "0.4.4",
  4770. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  4771. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  4772. "license": "MIT",
  4773. "dependencies": {
  4774. "serialize-javascript": "^6.0.1",
  4775. "smob": "^1.0.0",
  4776. "terser": "^5.17.4"
  4777. },
  4778. "engines": {
  4779. "node": ">=14.0.0"
  4780. },
  4781. "peerDependencies": {
  4782. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  4783. },
  4784. "peerDependenciesMeta": {
  4785. "rollup": {
  4786. "optional": true
  4787. }
  4788. }
  4789. },
  4790. "node_modules/@rollup/pluginutils": {
  4791. "version": "5.1.4",
  4792. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  4793. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  4794. "license": "MIT",
  4795. "dependencies": {
  4796. "@types/estree": "^1.0.0",
  4797. "estree-walker": "^2.0.2",
  4798. "picomatch": "^4.0.2"
  4799. },
  4800. "engines": {
  4801. "node": ">=14.0.0"
  4802. },
  4803. "peerDependencies": {
  4804. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4805. },
  4806. "peerDependenciesMeta": {
  4807. "rollup": {
  4808. "optional": true
  4809. }
  4810. }
  4811. },
  4812. "node_modules/@rollup/rollup-android-arm-eabi": {
  4813. "version": "4.54.0",
  4814. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
  4815. "integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
  4816. "cpu": [
  4817. "arm"
  4818. ],
  4819. "license": "MIT",
  4820. "optional": true,
  4821. "os": [
  4822. "android"
  4823. ]
  4824. },
  4825. "node_modules/@rollup/rollup-android-arm64": {
  4826. "version": "4.54.0",
  4827. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
  4828. "integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
  4829. "cpu": [
  4830. "arm64"
  4831. ],
  4832. "license": "MIT",
  4833. "optional": true,
  4834. "os": [
  4835. "android"
  4836. ]
  4837. },
  4838. "node_modules/@rollup/rollup-darwin-arm64": {
  4839. "version": "4.54.0",
  4840. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
  4841. "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
  4842. "cpu": [
  4843. "arm64"
  4844. ],
  4845. "license": "MIT",
  4846. "optional": true,
  4847. "os": [
  4848. "darwin"
  4849. ]
  4850. },
  4851. "node_modules/@rollup/rollup-darwin-x64": {
  4852. "version": "4.54.0",
  4853. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
  4854. "integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
  4855. "cpu": [
  4856. "x64"
  4857. ],
  4858. "license": "MIT",
  4859. "optional": true,
  4860. "os": [
  4861. "darwin"
  4862. ]
  4863. },
  4864. "node_modules/@rollup/rollup-freebsd-arm64": {
  4865. "version": "4.54.0",
  4866. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
  4867. "integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
  4868. "cpu": [
  4869. "arm64"
  4870. ],
  4871. "license": "MIT",
  4872. "optional": true,
  4873. "os": [
  4874. "freebsd"
  4875. ]
  4876. },
  4877. "node_modules/@rollup/rollup-freebsd-x64": {
  4878. "version": "4.54.0",
  4879. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
  4880. "integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
  4881. "cpu": [
  4882. "x64"
  4883. ],
  4884. "license": "MIT",
  4885. "optional": true,
  4886. "os": [
  4887. "freebsd"
  4888. ]
  4889. },
  4890. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  4891. "version": "4.54.0",
  4892. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
  4893. "integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
  4894. "cpu": [
  4895. "arm"
  4896. ],
  4897. "license": "MIT",
  4898. "optional": true,
  4899. "os": [
  4900. "linux"
  4901. ]
  4902. },
  4903. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  4904. "version": "4.54.0",
  4905. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
  4906. "integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
  4907. "cpu": [
  4908. "arm"
  4909. ],
  4910. "license": "MIT",
  4911. "optional": true,
  4912. "os": [
  4913. "linux"
  4914. ]
  4915. },
  4916. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  4917. "version": "4.54.0",
  4918. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
  4919. "integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
  4920. "cpu": [
  4921. "arm64"
  4922. ],
  4923. "license": "MIT",
  4924. "optional": true,
  4925. "os": [
  4926. "linux"
  4927. ]
  4928. },
  4929. "node_modules/@rollup/rollup-linux-arm64-musl": {
  4930. "version": "4.54.0",
  4931. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
  4932. "integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
  4933. "cpu": [
  4934. "arm64"
  4935. ],
  4936. "license": "MIT",
  4937. "optional": true,
  4938. "os": [
  4939. "linux"
  4940. ]
  4941. },
  4942. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  4943. "version": "4.54.0",
  4944. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
  4945. "integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
  4946. "cpu": [
  4947. "loong64"
  4948. ],
  4949. "license": "MIT",
  4950. "optional": true,
  4951. "os": [
  4952. "linux"
  4953. ]
  4954. },
  4955. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  4956. "version": "4.54.0",
  4957. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
  4958. "integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
  4959. "cpu": [
  4960. "ppc64"
  4961. ],
  4962. "license": "MIT",
  4963. "optional": true,
  4964. "os": [
  4965. "linux"
  4966. ]
  4967. },
  4968. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  4969. "version": "4.54.0",
  4970. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
  4971. "integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
  4972. "cpu": [
  4973. "riscv64"
  4974. ],
  4975. "license": "MIT",
  4976. "optional": true,
  4977. "os": [
  4978. "linux"
  4979. ]
  4980. },
  4981. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4982. "version": "4.54.0",
  4983. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
  4984. "integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
  4985. "cpu": [
  4986. "riscv64"
  4987. ],
  4988. "license": "MIT",
  4989. "optional": true,
  4990. "os": [
  4991. "linux"
  4992. ]
  4993. },
  4994. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4995. "version": "4.54.0",
  4996. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
  4997. "integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
  4998. "cpu": [
  4999. "s390x"
  5000. ],
  5001. "license": "MIT",
  5002. "optional": true,
  5003. "os": [
  5004. "linux"
  5005. ]
  5006. },
  5007. "node_modules/@rollup/rollup-linux-x64-gnu": {
  5008. "version": "4.54.0",
  5009. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
  5010. "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
  5011. "cpu": [
  5012. "x64"
  5013. ],
  5014. "license": "MIT",
  5015. "optional": true,
  5016. "os": [
  5017. "linux"
  5018. ]
  5019. },
  5020. "node_modules/@rollup/rollup-linux-x64-musl": {
  5021. "version": "4.54.0",
  5022. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
  5023. "integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
  5024. "cpu": [
  5025. "x64"
  5026. ],
  5027. "license": "MIT",
  5028. "optional": true,
  5029. "os": [
  5030. "linux"
  5031. ]
  5032. },
  5033. "node_modules/@rollup/rollup-openharmony-arm64": {
  5034. "version": "4.54.0",
  5035. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
  5036. "integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
  5037. "cpu": [
  5038. "arm64"
  5039. ],
  5040. "license": "MIT",
  5041. "optional": true,
  5042. "os": [
  5043. "openharmony"
  5044. ]
  5045. },
  5046. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  5047. "version": "4.54.0",
  5048. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
  5049. "integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
  5050. "cpu": [
  5051. "arm64"
  5052. ],
  5053. "license": "MIT",
  5054. "optional": true,
  5055. "os": [
  5056. "win32"
  5057. ]
  5058. },
  5059. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  5060. "version": "4.54.0",
  5061. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
  5062. "integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
  5063. "cpu": [
  5064. "ia32"
  5065. ],
  5066. "license": "MIT",
  5067. "optional": true,
  5068. "os": [
  5069. "win32"
  5070. ]
  5071. },
  5072. "node_modules/@rollup/rollup-win32-x64-gnu": {
  5073. "version": "4.54.0",
  5074. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
  5075. "integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
  5076. "cpu": [
  5077. "x64"
  5078. ],
  5079. "license": "MIT",
  5080. "optional": true,
  5081. "os": [
  5082. "win32"
  5083. ]
  5084. },
  5085. "node_modules/@rollup/rollup-win32-x64-msvc": {
  5086. "version": "4.54.0",
  5087. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
  5088. "integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
  5089. "cpu": [
  5090. "x64"
  5091. ],
  5092. "license": "MIT",
  5093. "optional": true,
  5094. "os": [
  5095. "win32"
  5096. ]
  5097. },
  5098. "node_modules/@sec-ant/readable-stream": {
  5099. "version": "0.4.1",
  5100. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  5101. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  5102. "dev": true,
  5103. "license": "MIT"
  5104. },
  5105. "node_modules/@simonwep/pickr": {
  5106. "version": "1.8.2",
  5107. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  5108. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  5109. "license": "MIT",
  5110. "dependencies": {
  5111. "core-js": "^3.15.1",
  5112. "nanopop": "^2.1.0"
  5113. }
  5114. },
  5115. "node_modules/@sindresorhus/is": {
  5116. "version": "7.2.0",
  5117. "resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-7.2.0.tgz",
  5118. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  5119. "license": "MIT",
  5120. "engines": {
  5121. "node": ">=18"
  5122. },
  5123. "funding": {
  5124. "url": "https://github.com/sindresorhus/is?sponsor=1"
  5125. }
  5126. },
  5127. "node_modules/@sindresorhus/merge-streams": {
  5128. "version": "4.0.0",
  5129. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  5130. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  5131. "license": "MIT",
  5132. "engines": {
  5133. "node": ">=18"
  5134. },
  5135. "funding": {
  5136. "url": "https://github.com/sponsors/sindresorhus"
  5137. }
  5138. },
  5139. "node_modules/@speed-highlight/core": {
  5140. "version": "1.2.12",
  5141. "resolved": "https://registry.npmmirror.com/@speed-highlight/core/-/core-1.2.12.tgz",
  5142. "integrity": "sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==",
  5143. "license": "CC0-1.0"
  5144. },
  5145. "node_modules/@tsconfig/node22": {
  5146. "version": "22.0.1",
  5147. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.1.tgz",
  5148. "integrity": "sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==",
  5149. "dev": true,
  5150. "license": "MIT"
  5151. },
  5152. "node_modules/@turf/helpers": {
  5153. "version": "6.5.0",
  5154. "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
  5155. "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
  5156. "license": "MIT",
  5157. "funding": {
  5158. "url": "https://opencollective.com/turf"
  5159. }
  5160. },
  5161. "node_modules/@turf/intersect": {
  5162. "version": "6.5.0",
  5163. "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
  5164. "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
  5165. "license": "MIT",
  5166. "dependencies": {
  5167. "@turf/helpers": "^6.5.0",
  5168. "@turf/invariant": "^6.5.0",
  5169. "polygon-clipping": "^0.15.3"
  5170. },
  5171. "funding": {
  5172. "url": "https://opencollective.com/turf"
  5173. }
  5174. },
  5175. "node_modules/@turf/invariant": {
  5176. "version": "6.5.0",
  5177. "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
  5178. "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
  5179. "license": "MIT",
  5180. "dependencies": {
  5181. "@turf/helpers": "^6.5.0"
  5182. },
  5183. "funding": {
  5184. "url": "https://opencollective.com/turf"
  5185. }
  5186. },
  5187. "node_modules/@tybys/wasm-util": {
  5188. "version": "0.10.1",
  5189. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  5190. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  5191. "license": "MIT",
  5192. "optional": true,
  5193. "dependencies": {
  5194. "tslib": "^2.4.0"
  5195. }
  5196. },
  5197. "node_modules/@types/estree": {
  5198. "version": "1.0.8",
  5199. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  5200. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5201. "license": "MIT"
  5202. },
  5203. "node_modules/@types/node": {
  5204. "version": "22.15.0",
  5205. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.0.tgz",
  5206. "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
  5207. "devOptional": true,
  5208. "license": "MIT",
  5209. "dependencies": {
  5210. "undici-types": "~6.21.0"
  5211. }
  5212. },
  5213. "node_modules/@types/parse-path": {
  5214. "version": "7.0.3",
  5215. "resolved": "https://registry.npmmirror.com/@types/parse-path/-/parse-path-7.0.3.tgz",
  5216. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  5217. "license": "MIT"
  5218. },
  5219. "node_modules/@types/resolve": {
  5220. "version": "1.20.2",
  5221. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  5222. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  5223. "license": "MIT"
  5224. },
  5225. "node_modules/@unhead/vue": {
  5226. "version": "2.1.1",
  5227. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-2.1.1.tgz",
  5228. "integrity": "sha512-WYa8ORhfv7lWDSoNpkMKhbW1Dbsux/3HqMcVkZS3xZ2/c/VrcChLj+IMadpCd1WNR0srITfRJhBYZ1i9hON5Qw==",
  5229. "license": "MIT",
  5230. "dependencies": {
  5231. "hookable": "^5.5.3",
  5232. "unhead": "2.1.1"
  5233. },
  5234. "funding": {
  5235. "url": "https://github.com/sponsors/harlan-zw"
  5236. },
  5237. "peerDependencies": {
  5238. "vue": ">=3.5.18"
  5239. }
  5240. },
  5241. "node_modules/@vercel/nft": {
  5242. "version": "0.30.4",
  5243. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.30.4.tgz",
  5244. "integrity": "sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==",
  5245. "license": "MIT",
  5246. "dependencies": {
  5247. "@mapbox/node-pre-gyp": "^2.0.0",
  5248. "@rollup/pluginutils": "^5.1.3",
  5249. "acorn": "^8.6.0",
  5250. "acorn-import-attributes": "^1.9.5",
  5251. "async-sema": "^3.1.1",
  5252. "bindings": "^1.4.0",
  5253. "estree-walker": "2.0.2",
  5254. "glob": "^10.5.0",
  5255. "graceful-fs": "^4.2.9",
  5256. "node-gyp-build": "^4.2.2",
  5257. "picomatch": "^4.0.2",
  5258. "resolve-from": "^5.0.0"
  5259. },
  5260. "bin": {
  5261. "nft": "out/cli.js"
  5262. },
  5263. "engines": {
  5264. "node": ">=18"
  5265. }
  5266. },
  5267. "node_modules/@vitejs/plugin-vue": {
  5268. "version": "5.2.4",
  5269. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  5270. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  5271. "dev": true,
  5272. "license": "MIT",
  5273. "engines": {
  5274. "node": "^18.0.0 || >=20.0.0"
  5275. },
  5276. "peerDependencies": {
  5277. "vite": "^5.0.0 || ^6.0.0",
  5278. "vue": "^3.2.25"
  5279. }
  5280. },
  5281. "node_modules/@vitejs/plugin-vue-jsx": {
  5282. "version": "4.2.0",
  5283. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  5284. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  5285. "dev": true,
  5286. "license": "MIT",
  5287. "dependencies": {
  5288. "@babel/core": "^7.27.1",
  5289. "@babel/plugin-transform-typescript": "^7.27.1",
  5290. "@rolldown/pluginutils": "^1.0.0-beta.9",
  5291. "@vue/babel-plugin-jsx": "^1.4.0"
  5292. },
  5293. "engines": {
  5294. "node": "^18.0.0 || >=20.0.0"
  5295. },
  5296. "peerDependencies": {
  5297. "vite": "^5.0.0 || ^6.0.0",
  5298. "vue": "^3.0.0"
  5299. }
  5300. },
  5301. "node_modules/@volar/language-core": {
  5302. "version": "2.4.12",
  5303. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.12.tgz",
  5304. "integrity": "sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==",
  5305. "devOptional": true,
  5306. "license": "MIT",
  5307. "dependencies": {
  5308. "@volar/source-map": "2.4.12"
  5309. }
  5310. },
  5311. "node_modules/@volar/source-map": {
  5312. "version": "2.4.12",
  5313. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.12.tgz",
  5314. "integrity": "sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==",
  5315. "devOptional": true,
  5316. "license": "MIT"
  5317. },
  5318. "node_modules/@volar/typescript": {
  5319. "version": "2.4.12",
  5320. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.12.tgz",
  5321. "integrity": "sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==",
  5322. "devOptional": true,
  5323. "license": "MIT",
  5324. "dependencies": {
  5325. "@volar/language-core": "2.4.12",
  5326. "path-browserify": "^1.0.1",
  5327. "vscode-uri": "^3.0.8"
  5328. }
  5329. },
  5330. "node_modules/@vue-macros/common": {
  5331. "version": "3.1.1",
  5332. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.1.tgz",
  5333. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  5334. "license": "MIT",
  5335. "dependencies": {
  5336. "@vue/compiler-sfc": "^3.5.22",
  5337. "ast-kit": "^2.1.2",
  5338. "local-pkg": "^1.1.2",
  5339. "magic-string-ast": "^1.0.2",
  5340. "unplugin-utils": "^0.3.0"
  5341. },
  5342. "engines": {
  5343. "node": ">=20.19.0"
  5344. },
  5345. "funding": {
  5346. "url": "https://github.com/sponsors/vue-macros"
  5347. },
  5348. "peerDependencies": {
  5349. "vue": "^2.7.0 || ^3.2.25"
  5350. },
  5351. "peerDependenciesMeta": {
  5352. "vue": {
  5353. "optional": true
  5354. }
  5355. }
  5356. },
  5357. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  5358. "version": "0.3.1",
  5359. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5360. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5361. "license": "MIT",
  5362. "dependencies": {
  5363. "pathe": "^2.0.3",
  5364. "picomatch": "^4.0.3"
  5365. },
  5366. "engines": {
  5367. "node": ">=20.19.0"
  5368. },
  5369. "funding": {
  5370. "url": "https://github.com/sponsors/sxzz"
  5371. }
  5372. },
  5373. "node_modules/@vue/babel-helper-vue-transform-on": {
  5374. "version": "1.5.0",
  5375. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  5376. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  5377. "dev": true,
  5378. "license": "MIT"
  5379. },
  5380. "node_modules/@vue/babel-plugin-jsx": {
  5381. "version": "1.5.0",
  5382. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  5383. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  5384. "dev": true,
  5385. "license": "MIT",
  5386. "dependencies": {
  5387. "@babel/helper-module-imports": "^7.27.1",
  5388. "@babel/helper-plugin-utils": "^7.27.1",
  5389. "@babel/plugin-syntax-jsx": "^7.27.1",
  5390. "@babel/template": "^7.27.2",
  5391. "@babel/traverse": "^7.28.0",
  5392. "@babel/types": "^7.28.2",
  5393. "@vue/babel-helper-vue-transform-on": "1.5.0",
  5394. "@vue/babel-plugin-resolve-type": "1.5.0",
  5395. "@vue/shared": "^3.5.18"
  5396. },
  5397. "peerDependencies": {
  5398. "@babel/core": "^7.0.0-0"
  5399. },
  5400. "peerDependenciesMeta": {
  5401. "@babel/core": {
  5402. "optional": true
  5403. }
  5404. }
  5405. },
  5406. "node_modules/@vue/babel-plugin-resolve-type": {
  5407. "version": "1.5.0",
  5408. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  5409. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  5410. "dev": true,
  5411. "license": "MIT",
  5412. "dependencies": {
  5413. "@babel/code-frame": "^7.27.1",
  5414. "@babel/helper-module-imports": "^7.27.1",
  5415. "@babel/helper-plugin-utils": "^7.27.1",
  5416. "@babel/parser": "^7.28.0",
  5417. "@vue/compiler-sfc": "^3.5.18"
  5418. },
  5419. "funding": {
  5420. "url": "https://github.com/sponsors/sxzz"
  5421. },
  5422. "peerDependencies": {
  5423. "@babel/core": "^7.0.0-0"
  5424. }
  5425. },
  5426. "node_modules/@vue/compiler-core": {
  5427. "version": "3.5.26",
  5428. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
  5429. "integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
  5430. "license": "MIT",
  5431. "dependencies": {
  5432. "@babel/parser": "^7.28.5",
  5433. "@vue/shared": "3.5.26",
  5434. "entities": "^7.0.0",
  5435. "estree-walker": "^2.0.2",
  5436. "source-map-js": "^1.2.1"
  5437. }
  5438. },
  5439. "node_modules/@vue/compiler-core/node_modules/entities": {
  5440. "version": "7.0.0",
  5441. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.0.tgz",
  5442. "integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
  5443. "license": "BSD-2-Clause",
  5444. "engines": {
  5445. "node": ">=0.12"
  5446. },
  5447. "funding": {
  5448. "url": "https://github.com/fb55/entities?sponsor=1"
  5449. }
  5450. },
  5451. "node_modules/@vue/compiler-dom": {
  5452. "version": "3.5.26",
  5453. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
  5454. "integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
  5455. "license": "MIT",
  5456. "dependencies": {
  5457. "@vue/compiler-core": "3.5.26",
  5458. "@vue/shared": "3.5.26"
  5459. }
  5460. },
  5461. "node_modules/@vue/compiler-sfc": {
  5462. "version": "3.5.26",
  5463. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
  5464. "integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
  5465. "license": "MIT",
  5466. "dependencies": {
  5467. "@babel/parser": "^7.28.5",
  5468. "@vue/compiler-core": "3.5.26",
  5469. "@vue/compiler-dom": "3.5.26",
  5470. "@vue/compiler-ssr": "3.5.26",
  5471. "@vue/shared": "3.5.26",
  5472. "estree-walker": "^2.0.2",
  5473. "magic-string": "^0.30.21",
  5474. "postcss": "^8.5.6",
  5475. "source-map-js": "^1.2.1"
  5476. }
  5477. },
  5478. "node_modules/@vue/compiler-ssr": {
  5479. "version": "3.5.26",
  5480. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
  5481. "integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
  5482. "license": "MIT",
  5483. "dependencies": {
  5484. "@vue/compiler-dom": "3.5.26",
  5485. "@vue/shared": "3.5.26"
  5486. }
  5487. },
  5488. "node_modules/@vue/compiler-vue2": {
  5489. "version": "2.7.16",
  5490. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  5491. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  5492. "devOptional": true,
  5493. "license": "MIT",
  5494. "dependencies": {
  5495. "de-indent": "^1.0.2",
  5496. "he": "^1.2.0"
  5497. }
  5498. },
  5499. "node_modules/@vue/devtools-api": {
  5500. "version": "7.7.9",
  5501. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  5502. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  5503. "license": "MIT",
  5504. "dependencies": {
  5505. "@vue/devtools-kit": "^7.7.9"
  5506. }
  5507. },
  5508. "node_modules/@vue/devtools-core": {
  5509. "version": "7.7.9",
  5510. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.9.tgz",
  5511. "integrity": "sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==",
  5512. "dev": true,
  5513. "license": "MIT",
  5514. "dependencies": {
  5515. "@vue/devtools-kit": "^7.7.9",
  5516. "@vue/devtools-shared": "^7.7.9",
  5517. "mitt": "^3.0.1",
  5518. "nanoid": "^5.1.0",
  5519. "pathe": "^2.0.3",
  5520. "vite-hot-client": "^2.0.4"
  5521. },
  5522. "peerDependencies": {
  5523. "vue": "^3.0.0"
  5524. }
  5525. },
  5526. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  5527. "version": "5.1.6",
  5528. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  5529. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  5530. "dev": true,
  5531. "funding": [
  5532. {
  5533. "type": "github",
  5534. "url": "https://github.com/sponsors/ai"
  5535. }
  5536. ],
  5537. "license": "MIT",
  5538. "bin": {
  5539. "nanoid": "bin/nanoid.js"
  5540. },
  5541. "engines": {
  5542. "node": "^18 || >=20"
  5543. }
  5544. },
  5545. "node_modules/@vue/devtools-kit": {
  5546. "version": "7.7.9",
  5547. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  5548. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  5549. "license": "MIT",
  5550. "dependencies": {
  5551. "@vue/devtools-shared": "^7.7.9",
  5552. "birpc": "^2.3.0",
  5553. "hookable": "^5.5.3",
  5554. "mitt": "^3.0.1",
  5555. "perfect-debounce": "^1.0.0",
  5556. "speakingurl": "^14.0.1",
  5557. "superjson": "^2.2.2"
  5558. }
  5559. },
  5560. "node_modules/@vue/devtools-shared": {
  5561. "version": "7.7.9",
  5562. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  5563. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  5564. "license": "MIT",
  5565. "dependencies": {
  5566. "rfdc": "^1.4.1"
  5567. }
  5568. },
  5569. "node_modules/@vue/language-core": {
  5570. "version": "2.2.10",
  5571. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  5572. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  5573. "devOptional": true,
  5574. "license": "MIT",
  5575. "dependencies": {
  5576. "@volar/language-core": "~2.4.11",
  5577. "@vue/compiler-dom": "^3.5.0",
  5578. "@vue/compiler-vue2": "^2.7.16",
  5579. "@vue/shared": "^3.5.0",
  5580. "alien-signals": "^1.0.3",
  5581. "minimatch": "^9.0.3",
  5582. "muggle-string": "^0.4.1",
  5583. "path-browserify": "^1.0.1"
  5584. },
  5585. "peerDependencies": {
  5586. "typescript": "*"
  5587. },
  5588. "peerDependenciesMeta": {
  5589. "typescript": {
  5590. "optional": true
  5591. }
  5592. }
  5593. },
  5594. "node_modules/@vue/reactivity": {
  5595. "version": "3.5.26",
  5596. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.26.tgz",
  5597. "integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
  5598. "license": "MIT",
  5599. "dependencies": {
  5600. "@vue/shared": "3.5.26"
  5601. }
  5602. },
  5603. "node_modules/@vue/runtime-core": {
  5604. "version": "3.5.26",
  5605. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
  5606. "integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "@vue/reactivity": "3.5.26",
  5610. "@vue/shared": "3.5.26"
  5611. }
  5612. },
  5613. "node_modules/@vue/runtime-dom": {
  5614. "version": "3.5.26",
  5615. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
  5616. "integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
  5617. "license": "MIT",
  5618. "dependencies": {
  5619. "@vue/reactivity": "3.5.26",
  5620. "@vue/runtime-core": "3.5.26",
  5621. "@vue/shared": "3.5.26",
  5622. "csstype": "^3.2.3"
  5623. }
  5624. },
  5625. "node_modules/@vue/server-renderer": {
  5626. "version": "3.5.26",
  5627. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
  5628. "integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
  5629. "license": "MIT",
  5630. "dependencies": {
  5631. "@vue/compiler-ssr": "3.5.26",
  5632. "@vue/shared": "3.5.26"
  5633. },
  5634. "peerDependencies": {
  5635. "vue": "3.5.26"
  5636. }
  5637. },
  5638. "node_modules/@vue/shared": {
  5639. "version": "3.5.26",
  5640. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.26.tgz",
  5641. "integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
  5642. "license": "MIT"
  5643. },
  5644. "node_modules/@vue/tsconfig": {
  5645. "version": "0.7.0",
  5646. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  5647. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  5648. "dev": true,
  5649. "license": "MIT",
  5650. "peerDependencies": {
  5651. "typescript": "5.x",
  5652. "vue": "^3.4.0"
  5653. },
  5654. "peerDependenciesMeta": {
  5655. "typescript": {
  5656. "optional": true
  5657. },
  5658. "vue": {
  5659. "optional": true
  5660. }
  5661. }
  5662. },
  5663. "node_modules/@vuemap/amap-jsapi-loader": {
  5664. "version": "1.0.4",
  5665. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
  5666. "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
  5667. "license": "MIT"
  5668. },
  5669. "node_modules/@vuemap/amap-jsapi-types": {
  5670. "version": "0.0.17",
  5671. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
  5672. "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
  5673. "license": "MIT"
  5674. },
  5675. "node_modules/@vuemap/amap-xyz-layer": {
  5676. "version": "0.0.15",
  5677. "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
  5678. "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
  5679. "license": "MIT",
  5680. "dependencies": {
  5681. "@math.gl/core": "3.6.3",
  5682. "earcut": "2.2.4",
  5683. "gl-matrix": "3.4.3"
  5684. },
  5685. "engines": {
  5686. "node": ">= 16"
  5687. }
  5688. },
  5689. "node_modules/@vuemap/district-cluster": {
  5690. "version": "0.0.12",
  5691. "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
  5692. "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
  5693. "license": "MIT",
  5694. "dependencies": {
  5695. "@turf/helpers": "^6.5.0",
  5696. "@turf/intersect": "^6.5.0",
  5697. "@vuemap/amap-jsapi-types": "^0.0.16",
  5698. "topojson-client": "3.1.0"
  5699. },
  5700. "engines": {
  5701. "node": ">= 16"
  5702. }
  5703. },
  5704. "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
  5705. "version": "0.0.16",
  5706. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
  5707. "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
  5708. "license": "MIT"
  5709. },
  5710. "node_modules/@vuemap/vue-amap": {
  5711. "version": "2.1.12",
  5712. "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
  5713. "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
  5714. "license": "MIT",
  5715. "dependencies": {
  5716. "@vuemap/amap-jsapi-loader": "1.0.4",
  5717. "@vuemap/amap-jsapi-types": "^0.0.17",
  5718. "@vuemap/amap-xyz-layer": "0.0.15",
  5719. "@vuemap/district-cluster": "0.0.12",
  5720. "lodash-es": "^4.17.21"
  5721. },
  5722. "peerDependencies": {
  5723. "vue": "3"
  5724. }
  5725. },
  5726. "node_modules/abbrev": {
  5727. "version": "3.0.1",
  5728. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.1.tgz",
  5729. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5730. "license": "ISC",
  5731. "engines": {
  5732. "node": "^18.17.0 || >=20.5.0"
  5733. }
  5734. },
  5735. "node_modules/abort-controller": {
  5736. "version": "3.0.0",
  5737. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  5738. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5739. "license": "MIT",
  5740. "dependencies": {
  5741. "event-target-shim": "^5.0.0"
  5742. },
  5743. "engines": {
  5744. "node": ">=6.5"
  5745. }
  5746. },
  5747. "node_modules/acorn": {
  5748. "version": "8.15.0",
  5749. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  5750. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  5751. "license": "MIT",
  5752. "bin": {
  5753. "acorn": "bin/acorn"
  5754. },
  5755. "engines": {
  5756. "node": ">=0.4.0"
  5757. }
  5758. },
  5759. "node_modules/acorn-import-attributes": {
  5760. "version": "1.9.5",
  5761. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5762. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5763. "license": "MIT",
  5764. "peerDependencies": {
  5765. "acorn": "^8"
  5766. }
  5767. },
  5768. "node_modules/address": {
  5769. "version": "1.2.2",
  5770. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  5771. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  5772. "dev": true,
  5773. "license": "MIT",
  5774. "engines": {
  5775. "node": ">= 10.0.0"
  5776. }
  5777. },
  5778. "node_modules/agent-base": {
  5779. "version": "7.1.4",
  5780. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  5781. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5782. "license": "MIT",
  5783. "engines": {
  5784. "node": ">= 14"
  5785. }
  5786. },
  5787. "node_modules/agentkeepalive": {
  5788. "version": "3.5.3",
  5789. "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  5790. "integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  5791. "dev": true,
  5792. "license": "MIT",
  5793. "dependencies": {
  5794. "humanize-ms": "^1.2.1"
  5795. },
  5796. "engines": {
  5797. "node": ">= 4.0.0"
  5798. }
  5799. },
  5800. "node_modules/ali-oss": {
  5801. "version": "6.23.0",
  5802. "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.23.0.tgz",
  5803. "integrity": "sha512-FipRmyd16Pr/tEey/YaaQ/24Pc3HEpLM9S1DRakEuXlSLXNIJnu1oJtHM53eVYpvW3dXapSjrip3xylZUTIZVQ==",
  5804. "dev": true,
  5805. "license": "MIT",
  5806. "dependencies": {
  5807. "address": "^1.2.2",
  5808. "agentkeepalive": "^3.4.1",
  5809. "bowser": "^1.6.0",
  5810. "copy-to": "^2.0.1",
  5811. "dateformat": "^2.0.0",
  5812. "debug": "^4.3.4",
  5813. "destroy": "^1.0.4",
  5814. "end-or-error": "^1.0.1",
  5815. "get-ready": "^1.0.0",
  5816. "humanize-ms": "^1.2.0",
  5817. "is-type-of": "^1.4.0",
  5818. "js-base64": "^2.5.2",
  5819. "jstoxml": "^2.0.0",
  5820. "lodash": "^4.17.21",
  5821. "merge-descriptors": "^1.0.1",
  5822. "mime": "^2.4.5",
  5823. "platform": "^1.3.1",
  5824. "pump": "^3.0.0",
  5825. "qs": "^6.4.0",
  5826. "sdk-base": "^2.0.1",
  5827. "stream-http": "2.8.2",
  5828. "stream-wormhole": "^1.0.4",
  5829. "urllib": "^2.44.0",
  5830. "utility": "^1.18.0",
  5831. "xml2js": "^0.6.2"
  5832. },
  5833. "engines": {
  5834. "node": ">=8"
  5835. }
  5836. },
  5837. "node_modules/alien-signals": {
  5838. "version": "1.0.13",
  5839. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  5840. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  5841. "devOptional": true,
  5842. "license": "MIT"
  5843. },
  5844. "node_modules/ansi-regex": {
  5845. "version": "6.2.2",
  5846. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5847. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5848. "license": "MIT",
  5849. "engines": {
  5850. "node": ">=12"
  5851. },
  5852. "funding": {
  5853. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5854. }
  5855. },
  5856. "node_modules/ansi-styles": {
  5857. "version": "6.2.3",
  5858. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5859. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5860. "license": "MIT",
  5861. "engines": {
  5862. "node": ">=12"
  5863. },
  5864. "funding": {
  5865. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5866. }
  5867. },
  5868. "node_modules/ansis": {
  5869. "version": "4.2.0",
  5870. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.2.0.tgz",
  5871. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5872. "license": "ISC",
  5873. "engines": {
  5874. "node": ">=14"
  5875. }
  5876. },
  5877. "node_modules/ant-design-vue": {
  5878. "version": "4.2.6",
  5879. "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  5880. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  5881. "license": "MIT",
  5882. "dependencies": {
  5883. "@ant-design/colors": "^6.0.0",
  5884. "@ant-design/icons-vue": "^7.0.0",
  5885. "@babel/runtime": "^7.10.5",
  5886. "@ctrl/tinycolor": "^3.5.0",
  5887. "@emotion/hash": "^0.9.0",
  5888. "@emotion/unitless": "^0.8.0",
  5889. "@simonwep/pickr": "~1.8.0",
  5890. "array-tree-filter": "^2.1.0",
  5891. "async-validator": "^4.0.0",
  5892. "csstype": "^3.1.1",
  5893. "dayjs": "^1.10.5",
  5894. "dom-align": "^1.12.1",
  5895. "dom-scroll-into-view": "^2.0.0",
  5896. "lodash": "^4.17.21",
  5897. "lodash-es": "^4.17.15",
  5898. "resize-observer-polyfill": "^1.5.1",
  5899. "scroll-into-view-if-needed": "^2.2.25",
  5900. "shallow-equal": "^1.0.0",
  5901. "stylis": "^4.1.3",
  5902. "throttle-debounce": "^5.0.0",
  5903. "vue-types": "^3.0.0",
  5904. "warning": "^4.0.0"
  5905. },
  5906. "engines": {
  5907. "node": ">=12.22.0"
  5908. },
  5909. "funding": {
  5910. "type": "opencollective",
  5911. "url": "https://opencollective.com/ant-design-vue"
  5912. },
  5913. "peerDependencies": {
  5914. "vue": ">=3.2.0"
  5915. }
  5916. },
  5917. "node_modules/any-promise": {
  5918. "version": "1.3.0",
  5919. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  5920. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  5921. "dev": true,
  5922. "license": "MIT"
  5923. },
  5924. "node_modules/anymatch": {
  5925. "version": "3.1.3",
  5926. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  5927. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5928. "license": "ISC",
  5929. "dependencies": {
  5930. "normalize-path": "^3.0.0",
  5931. "picomatch": "^2.0.4"
  5932. },
  5933. "engines": {
  5934. "node": ">= 8"
  5935. }
  5936. },
  5937. "node_modules/anymatch/node_modules/picomatch": {
  5938. "version": "2.3.1",
  5939. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5940. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5941. "license": "MIT",
  5942. "engines": {
  5943. "node": ">=8.6"
  5944. },
  5945. "funding": {
  5946. "url": "https://github.com/sponsors/jonschlinkert"
  5947. }
  5948. },
  5949. "node_modules/archiver": {
  5950. "version": "7.0.1",
  5951. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  5952. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5953. "license": "MIT",
  5954. "dependencies": {
  5955. "archiver-utils": "^5.0.2",
  5956. "async": "^3.2.4",
  5957. "buffer-crc32": "^1.0.0",
  5958. "readable-stream": "^4.0.0",
  5959. "readdir-glob": "^1.1.2",
  5960. "tar-stream": "^3.0.0",
  5961. "zip-stream": "^6.0.1"
  5962. },
  5963. "engines": {
  5964. "node": ">= 14"
  5965. }
  5966. },
  5967. "node_modules/archiver-utils": {
  5968. "version": "5.0.2",
  5969. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5970. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5971. "license": "MIT",
  5972. "dependencies": {
  5973. "glob": "^10.0.0",
  5974. "graceful-fs": "^4.2.0",
  5975. "is-stream": "^2.0.1",
  5976. "lazystream": "^1.0.0",
  5977. "lodash": "^4.17.15",
  5978. "normalize-path": "^3.0.0",
  5979. "readable-stream": "^4.0.0"
  5980. },
  5981. "engines": {
  5982. "node": ">= 14"
  5983. }
  5984. },
  5985. "node_modules/archiver-utils/node_modules/is-stream": {
  5986. "version": "2.0.1",
  5987. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  5988. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5989. "license": "MIT",
  5990. "engines": {
  5991. "node": ">=8"
  5992. },
  5993. "funding": {
  5994. "url": "https://github.com/sponsors/sindresorhus"
  5995. }
  5996. },
  5997. "node_modules/array-tree-filter": {
  5998. "version": "2.1.0",
  5999. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  6000. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  6001. "license": "MIT"
  6002. },
  6003. "node_modules/ast-kit": {
  6004. "version": "2.2.0",
  6005. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  6006. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  6007. "license": "MIT",
  6008. "dependencies": {
  6009. "@babel/parser": "^7.28.5",
  6010. "pathe": "^2.0.3"
  6011. },
  6012. "engines": {
  6013. "node": ">=20.19.0"
  6014. },
  6015. "funding": {
  6016. "url": "https://github.com/sponsors/sxzz"
  6017. }
  6018. },
  6019. "node_modules/ast-walker-scope": {
  6020. "version": "0.8.3",
  6021. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  6022. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  6023. "license": "MIT",
  6024. "dependencies": {
  6025. "@babel/parser": "^7.28.4",
  6026. "ast-kit": "^2.1.3"
  6027. },
  6028. "engines": {
  6029. "node": ">=20.19.0"
  6030. },
  6031. "funding": {
  6032. "url": "https://github.com/sponsors/sxzz"
  6033. }
  6034. },
  6035. "node_modules/async": {
  6036. "version": "3.2.6",
  6037. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  6038. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6039. "license": "MIT"
  6040. },
  6041. "node_modules/async-sema": {
  6042. "version": "3.1.1",
  6043. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  6044. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  6045. "license": "MIT"
  6046. },
  6047. "node_modules/async-validator": {
  6048. "version": "4.2.5",
  6049. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  6050. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  6051. "license": "MIT"
  6052. },
  6053. "node_modules/asynckit": {
  6054. "version": "0.4.0",
  6055. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  6056. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6057. "license": "MIT"
  6058. },
  6059. "node_modules/autoprefixer": {
  6060. "version": "10.4.23",
  6061. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.23.tgz",
  6062. "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
  6063. "funding": [
  6064. {
  6065. "type": "opencollective",
  6066. "url": "https://opencollective.com/postcss/"
  6067. },
  6068. {
  6069. "type": "tidelift",
  6070. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6071. },
  6072. {
  6073. "type": "github",
  6074. "url": "https://github.com/sponsors/ai"
  6075. }
  6076. ],
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "browserslist": "^4.28.1",
  6080. "caniuse-lite": "^1.0.30001760",
  6081. "fraction.js": "^5.3.4",
  6082. "picocolors": "^1.1.1",
  6083. "postcss-value-parser": "^4.2.0"
  6084. },
  6085. "bin": {
  6086. "autoprefixer": "bin/autoprefixer"
  6087. },
  6088. "engines": {
  6089. "node": "^10 || ^12 || >=14"
  6090. },
  6091. "peerDependencies": {
  6092. "postcss": "^8.1.0"
  6093. }
  6094. },
  6095. "node_modules/aws-ssl-profiles": {
  6096. "version": "1.1.2",
  6097. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  6098. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  6099. "license": "MIT",
  6100. "engines": {
  6101. "node": ">= 6.0.0"
  6102. }
  6103. },
  6104. "node_modules/axios": {
  6105. "version": "1.13.2",
  6106. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.2.tgz",
  6107. "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
  6108. "license": "MIT",
  6109. "dependencies": {
  6110. "follow-redirects": "^1.15.6",
  6111. "form-data": "^4.0.4",
  6112. "proxy-from-env": "^1.1.0"
  6113. }
  6114. },
  6115. "node_modules/b4a": {
  6116. "version": "1.6.7",
  6117. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  6118. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
  6119. "license": "Apache-2.0"
  6120. },
  6121. "node_modules/balanced-match": {
  6122. "version": "1.0.2",
  6123. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  6124. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6125. "license": "MIT"
  6126. },
  6127. "node_modules/bare-events": {
  6128. "version": "2.5.4",
  6129. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
  6130. "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
  6131. "license": "Apache-2.0",
  6132. "optional": true
  6133. },
  6134. "node_modules/base64-js": {
  6135. "version": "1.5.1",
  6136. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  6137. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6138. "funding": [
  6139. {
  6140. "type": "github",
  6141. "url": "https://github.com/sponsors/feross"
  6142. },
  6143. {
  6144. "type": "patreon",
  6145. "url": "https://www.patreon.com/feross"
  6146. },
  6147. {
  6148. "type": "consulting",
  6149. "url": "https://feross.org/support"
  6150. }
  6151. ],
  6152. "license": "MIT"
  6153. },
  6154. "node_modules/baseline-browser-mapping": {
  6155. "version": "2.9.11",
  6156. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
  6157. "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
  6158. "license": "Apache-2.0",
  6159. "bin": {
  6160. "baseline-browser-mapping": "dist/cli.js"
  6161. }
  6162. },
  6163. "node_modules/bindings": {
  6164. "version": "1.5.0",
  6165. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  6166. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6167. "license": "MIT",
  6168. "dependencies": {
  6169. "file-uri-to-path": "1.0.0"
  6170. }
  6171. },
  6172. "node_modules/birpc": {
  6173. "version": "2.9.0",
  6174. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  6175. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  6176. "license": "MIT",
  6177. "funding": {
  6178. "url": "https://github.com/sponsors/antfu"
  6179. }
  6180. },
  6181. "node_modules/boolbase": {
  6182. "version": "1.0.0",
  6183. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  6184. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  6185. "license": "ISC"
  6186. },
  6187. "node_modules/bootstrap": {
  6188. "version": "5.3.8",
  6189. "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.8.tgz",
  6190. "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
  6191. "funding": [
  6192. {
  6193. "type": "github",
  6194. "url": "https://github.com/sponsors/twbs"
  6195. },
  6196. {
  6197. "type": "opencollective",
  6198. "url": "https://opencollective.com/bootstrap"
  6199. }
  6200. ],
  6201. "license": "MIT",
  6202. "peerDependencies": {
  6203. "@popperjs/core": "^2.11.8"
  6204. }
  6205. },
  6206. "node_modules/bowser": {
  6207. "version": "1.9.4",
  6208. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
  6209. "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  6210. "dev": true,
  6211. "license": "MIT"
  6212. },
  6213. "node_modules/brace-expansion": {
  6214. "version": "2.0.1",
  6215. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  6216. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  6217. "license": "MIT",
  6218. "dependencies": {
  6219. "balanced-match": "^1.0.0"
  6220. }
  6221. },
  6222. "node_modules/braces": {
  6223. "version": "3.0.3",
  6224. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  6225. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6226. "license": "MIT",
  6227. "dependencies": {
  6228. "fill-range": "^7.1.1"
  6229. },
  6230. "engines": {
  6231. "node": ">=8"
  6232. }
  6233. },
  6234. "node_modules/browserslist": {
  6235. "version": "4.28.1",
  6236. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  6237. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  6238. "funding": [
  6239. {
  6240. "type": "opencollective",
  6241. "url": "https://opencollective.com/browserslist"
  6242. },
  6243. {
  6244. "type": "tidelift",
  6245. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6246. },
  6247. {
  6248. "type": "github",
  6249. "url": "https://github.com/sponsors/ai"
  6250. }
  6251. ],
  6252. "license": "MIT",
  6253. "dependencies": {
  6254. "baseline-browser-mapping": "^2.9.0",
  6255. "caniuse-lite": "^1.0.30001759",
  6256. "electron-to-chromium": "^1.5.263",
  6257. "node-releases": "^2.0.27",
  6258. "update-browserslist-db": "^1.2.0"
  6259. },
  6260. "bin": {
  6261. "browserslist": "cli.js"
  6262. },
  6263. "engines": {
  6264. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6265. }
  6266. },
  6267. "node_modules/buffer": {
  6268. "version": "6.0.3",
  6269. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  6270. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  6271. "funding": [
  6272. {
  6273. "type": "github",
  6274. "url": "https://github.com/sponsors/feross"
  6275. },
  6276. {
  6277. "type": "patreon",
  6278. "url": "https://www.patreon.com/feross"
  6279. },
  6280. {
  6281. "type": "consulting",
  6282. "url": "https://feross.org/support"
  6283. }
  6284. ],
  6285. "license": "MIT",
  6286. "dependencies": {
  6287. "base64-js": "^1.3.1",
  6288. "ieee754": "^1.2.1"
  6289. }
  6290. },
  6291. "node_modules/buffer-crc32": {
  6292. "version": "1.0.0",
  6293. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  6294. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  6295. "license": "MIT",
  6296. "engines": {
  6297. "node": ">=8.0.0"
  6298. }
  6299. },
  6300. "node_modules/buffer-from": {
  6301. "version": "1.1.2",
  6302. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  6303. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  6304. "license": "MIT"
  6305. },
  6306. "node_modules/builtin-status-codes": {
  6307. "version": "3.0.0",
  6308. "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  6309. "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
  6310. "dev": true,
  6311. "license": "MIT"
  6312. },
  6313. "node_modules/bundle-name": {
  6314. "version": "4.1.0",
  6315. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  6316. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  6317. "license": "MIT",
  6318. "dependencies": {
  6319. "run-applescript": "^7.0.0"
  6320. },
  6321. "engines": {
  6322. "node": ">=18"
  6323. },
  6324. "funding": {
  6325. "url": "https://github.com/sponsors/sindresorhus"
  6326. }
  6327. },
  6328. "node_modules/c12": {
  6329. "version": "3.3.3",
  6330. "resolved": "https://registry.npmmirror.com/c12/-/c12-3.3.3.tgz",
  6331. "integrity": "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==",
  6332. "license": "MIT",
  6333. "dependencies": {
  6334. "chokidar": "^5.0.0",
  6335. "confbox": "^0.2.2",
  6336. "defu": "^6.1.4",
  6337. "dotenv": "^17.2.3",
  6338. "exsolve": "^1.0.8",
  6339. "giget": "^2.0.0",
  6340. "jiti": "^2.6.1",
  6341. "ohash": "^2.0.11",
  6342. "pathe": "^2.0.3",
  6343. "perfect-debounce": "^2.0.0",
  6344. "pkg-types": "^2.3.0",
  6345. "rc9": "^2.1.2"
  6346. },
  6347. "peerDependencies": {
  6348. "magicast": "*"
  6349. },
  6350. "peerDependenciesMeta": {
  6351. "magicast": {
  6352. "optional": true
  6353. }
  6354. }
  6355. },
  6356. "node_modules/c12/node_modules/chokidar": {
  6357. "version": "5.0.0",
  6358. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  6359. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  6360. "license": "MIT",
  6361. "dependencies": {
  6362. "readdirp": "^5.0.0"
  6363. },
  6364. "engines": {
  6365. "node": ">= 20.19.0"
  6366. },
  6367. "funding": {
  6368. "url": "https://paulmillr.com/funding/"
  6369. }
  6370. },
  6371. "node_modules/c12/node_modules/dotenv": {
  6372. "version": "17.2.3",
  6373. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.2.3.tgz",
  6374. "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
  6375. "license": "BSD-2-Clause",
  6376. "engines": {
  6377. "node": ">=12"
  6378. },
  6379. "funding": {
  6380. "url": "https://dotenvx.com"
  6381. }
  6382. },
  6383. "node_modules/c12/node_modules/perfect-debounce": {
  6384. "version": "2.0.0",
  6385. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  6386. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  6387. "license": "MIT"
  6388. },
  6389. "node_modules/c12/node_modules/readdirp": {
  6390. "version": "5.0.0",
  6391. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  6392. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  6393. "license": "MIT",
  6394. "engines": {
  6395. "node": ">= 20.19.0"
  6396. },
  6397. "funding": {
  6398. "type": "individual",
  6399. "url": "https://paulmillr.com/funding/"
  6400. }
  6401. },
  6402. "node_modules/cac": {
  6403. "version": "6.7.14",
  6404. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  6405. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  6406. "license": "MIT",
  6407. "engines": {
  6408. "node": ">=8"
  6409. }
  6410. },
  6411. "node_modules/call-bind-apply-helpers": {
  6412. "version": "1.0.2",
  6413. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6414. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6415. "license": "MIT",
  6416. "dependencies": {
  6417. "es-errors": "^1.3.0",
  6418. "function-bind": "^1.1.2"
  6419. },
  6420. "engines": {
  6421. "node": ">= 0.4"
  6422. }
  6423. },
  6424. "node_modules/call-bound": {
  6425. "version": "1.0.4",
  6426. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  6427. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6428. "dev": true,
  6429. "license": "MIT",
  6430. "dependencies": {
  6431. "call-bind-apply-helpers": "^1.0.2",
  6432. "get-intrinsic": "^1.3.0"
  6433. },
  6434. "engines": {
  6435. "node": ">= 0.4"
  6436. },
  6437. "funding": {
  6438. "url": "https://github.com/sponsors/ljharb"
  6439. }
  6440. },
  6441. "node_modules/caniuse-api": {
  6442. "version": "3.0.0",
  6443. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  6444. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  6445. "license": "MIT",
  6446. "dependencies": {
  6447. "browserslist": "^4.0.0",
  6448. "caniuse-lite": "^1.0.0",
  6449. "lodash.memoize": "^4.1.2",
  6450. "lodash.uniq": "^4.5.0"
  6451. }
  6452. },
  6453. "node_modules/caniuse-lite": {
  6454. "version": "1.0.30001761",
  6455. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
  6456. "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
  6457. "funding": [
  6458. {
  6459. "type": "opencollective",
  6460. "url": "https://opencollective.com/browserslist"
  6461. },
  6462. {
  6463. "type": "tidelift",
  6464. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6465. },
  6466. {
  6467. "type": "github",
  6468. "url": "https://github.com/sponsors/ai"
  6469. }
  6470. ],
  6471. "license": "CC-BY-4.0"
  6472. },
  6473. "node_modules/chardet": {
  6474. "version": "2.1.1",
  6475. "resolved": "https://registry.npmmirror.com/chardet/-/chardet-2.1.1.tgz",
  6476. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  6477. "dev": true,
  6478. "license": "MIT"
  6479. },
  6480. "node_modules/charenc": {
  6481. "version": "0.0.2",
  6482. "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
  6483. "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
  6484. "license": "BSD-3-Clause",
  6485. "engines": {
  6486. "node": "*"
  6487. }
  6488. },
  6489. "node_modules/chokidar": {
  6490. "version": "4.0.3",
  6491. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  6492. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  6493. "license": "MIT",
  6494. "dependencies": {
  6495. "readdirp": "^4.0.1"
  6496. },
  6497. "engines": {
  6498. "node": ">= 14.16.0"
  6499. },
  6500. "funding": {
  6501. "url": "https://paulmillr.com/funding/"
  6502. }
  6503. },
  6504. "node_modules/chownr": {
  6505. "version": "3.0.0",
  6506. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  6507. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  6508. "license": "BlueOak-1.0.0",
  6509. "engines": {
  6510. "node": ">=18"
  6511. }
  6512. },
  6513. "node_modules/citty": {
  6514. "version": "0.1.6",
  6515. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  6516. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  6517. "license": "MIT",
  6518. "dependencies": {
  6519. "consola": "^3.2.3"
  6520. }
  6521. },
  6522. "node_modules/cli-progress": {
  6523. "version": "3.12.0",
  6524. "resolved": "https://registry.npmmirror.com/cli-progress/-/cli-progress-3.12.0.tgz",
  6525. "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
  6526. "dev": true,
  6527. "license": "MIT",
  6528. "dependencies": {
  6529. "string-width": "^4.2.3"
  6530. },
  6531. "engines": {
  6532. "node": ">=4"
  6533. }
  6534. },
  6535. "node_modules/cli-table3": {
  6536. "version": "0.6.5",
  6537. "resolved": "https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.5.tgz",
  6538. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6539. "dev": true,
  6540. "license": "MIT",
  6541. "dependencies": {
  6542. "string-width": "^4.2.0"
  6543. },
  6544. "engines": {
  6545. "node": "10.* || >= 12.*"
  6546. },
  6547. "optionalDependencies": {
  6548. "@colors/colors": "1.5.0"
  6549. }
  6550. },
  6551. "node_modules/cli-width": {
  6552. "version": "4.1.0",
  6553. "resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-4.1.0.tgz",
  6554. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6555. "dev": true,
  6556. "license": "ISC",
  6557. "engines": {
  6558. "node": ">= 12"
  6559. }
  6560. },
  6561. "node_modules/clipboardy": {
  6562. "version": "4.0.0",
  6563. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  6564. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  6565. "license": "MIT",
  6566. "dependencies": {
  6567. "execa": "^8.0.1",
  6568. "is-wsl": "^3.1.0",
  6569. "is64bit": "^2.0.0"
  6570. },
  6571. "engines": {
  6572. "node": ">=18"
  6573. },
  6574. "funding": {
  6575. "url": "https://github.com/sponsors/sindresorhus"
  6576. }
  6577. },
  6578. "node_modules/clipboardy/node_modules/execa": {
  6579. "version": "8.0.1",
  6580. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  6581. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6582. "license": "MIT",
  6583. "dependencies": {
  6584. "cross-spawn": "^7.0.3",
  6585. "get-stream": "^8.0.1",
  6586. "human-signals": "^5.0.0",
  6587. "is-stream": "^3.0.0",
  6588. "merge-stream": "^2.0.0",
  6589. "npm-run-path": "^5.1.0",
  6590. "onetime": "^6.0.0",
  6591. "signal-exit": "^4.1.0",
  6592. "strip-final-newline": "^3.0.0"
  6593. },
  6594. "engines": {
  6595. "node": ">=16.17"
  6596. },
  6597. "funding": {
  6598. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6599. }
  6600. },
  6601. "node_modules/clipboardy/node_modules/get-stream": {
  6602. "version": "8.0.1",
  6603. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  6604. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  6605. "license": "MIT",
  6606. "engines": {
  6607. "node": ">=16"
  6608. },
  6609. "funding": {
  6610. "url": "https://github.com/sponsors/sindresorhus"
  6611. }
  6612. },
  6613. "node_modules/clipboardy/node_modules/human-signals": {
  6614. "version": "5.0.0",
  6615. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  6616. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  6617. "license": "Apache-2.0",
  6618. "engines": {
  6619. "node": ">=16.17.0"
  6620. }
  6621. },
  6622. "node_modules/clipboardy/node_modules/is-stream": {
  6623. "version": "3.0.0",
  6624. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  6625. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6626. "license": "MIT",
  6627. "engines": {
  6628. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6629. },
  6630. "funding": {
  6631. "url": "https://github.com/sponsors/sindresorhus"
  6632. }
  6633. },
  6634. "node_modules/clipboardy/node_modules/npm-run-path": {
  6635. "version": "5.3.0",
  6636. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6637. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6638. "license": "MIT",
  6639. "dependencies": {
  6640. "path-key": "^4.0.0"
  6641. },
  6642. "engines": {
  6643. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6644. },
  6645. "funding": {
  6646. "url": "https://github.com/sponsors/sindresorhus"
  6647. }
  6648. },
  6649. "node_modules/clipboardy/node_modules/path-key": {
  6650. "version": "4.0.0",
  6651. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  6652. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6653. "license": "MIT",
  6654. "engines": {
  6655. "node": ">=12"
  6656. },
  6657. "funding": {
  6658. "url": "https://github.com/sponsors/sindresorhus"
  6659. }
  6660. },
  6661. "node_modules/clipboardy/node_modules/strip-final-newline": {
  6662. "version": "3.0.0",
  6663. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  6664. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  6665. "license": "MIT",
  6666. "engines": {
  6667. "node": ">=12"
  6668. },
  6669. "funding": {
  6670. "url": "https://github.com/sponsors/sindresorhus"
  6671. }
  6672. },
  6673. "node_modules/cliui": {
  6674. "version": "8.0.1",
  6675. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  6676. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6677. "license": "ISC",
  6678. "dependencies": {
  6679. "string-width": "^4.2.0",
  6680. "strip-ansi": "^6.0.1",
  6681. "wrap-ansi": "^7.0.0"
  6682. },
  6683. "engines": {
  6684. "node": ">=12"
  6685. }
  6686. },
  6687. "node_modules/cliui/node_modules/ansi-regex": {
  6688. "version": "5.0.1",
  6689. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6690. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6691. "license": "MIT",
  6692. "engines": {
  6693. "node": ">=8"
  6694. }
  6695. },
  6696. "node_modules/cliui/node_modules/ansi-styles": {
  6697. "version": "4.3.0",
  6698. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6699. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6700. "license": "MIT",
  6701. "dependencies": {
  6702. "color-convert": "^2.0.1"
  6703. },
  6704. "engines": {
  6705. "node": ">=8"
  6706. },
  6707. "funding": {
  6708. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6709. }
  6710. },
  6711. "node_modules/cliui/node_modules/strip-ansi": {
  6712. "version": "6.0.1",
  6713. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6714. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6715. "license": "MIT",
  6716. "dependencies": {
  6717. "ansi-regex": "^5.0.1"
  6718. },
  6719. "engines": {
  6720. "node": ">=8"
  6721. }
  6722. },
  6723. "node_modules/cliui/node_modules/wrap-ansi": {
  6724. "version": "7.0.0",
  6725. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6726. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6727. "license": "MIT",
  6728. "dependencies": {
  6729. "ansi-styles": "^4.0.0",
  6730. "string-width": "^4.1.0",
  6731. "strip-ansi": "^6.0.0"
  6732. },
  6733. "engines": {
  6734. "node": ">=10"
  6735. },
  6736. "funding": {
  6737. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6738. }
  6739. },
  6740. "node_modules/cluster-key-slot": {
  6741. "version": "1.1.2",
  6742. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  6743. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  6744. "license": "Apache-2.0",
  6745. "engines": {
  6746. "node": ">=0.10.0"
  6747. }
  6748. },
  6749. "node_modules/color-convert": {
  6750. "version": "2.0.1",
  6751. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  6752. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6753. "license": "MIT",
  6754. "dependencies": {
  6755. "color-name": "~1.1.4"
  6756. },
  6757. "engines": {
  6758. "node": ">=7.0.0"
  6759. }
  6760. },
  6761. "node_modules/color-name": {
  6762. "version": "1.1.4",
  6763. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  6764. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6765. "license": "MIT"
  6766. },
  6767. "node_modules/colord": {
  6768. "version": "2.9.3",
  6769. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  6770. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  6771. "license": "MIT"
  6772. },
  6773. "node_modules/combined-stream": {
  6774. "version": "1.0.8",
  6775. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  6776. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6777. "license": "MIT",
  6778. "dependencies": {
  6779. "delayed-stream": "~1.0.0"
  6780. },
  6781. "engines": {
  6782. "node": ">= 0.8"
  6783. }
  6784. },
  6785. "node_modules/commander": {
  6786. "version": "14.0.2",
  6787. "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.2.tgz",
  6788. "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
  6789. "dev": true,
  6790. "license": "MIT",
  6791. "engines": {
  6792. "node": ">=20"
  6793. }
  6794. },
  6795. "node_modules/commondir": {
  6796. "version": "1.0.1",
  6797. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  6798. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  6799. "license": "MIT"
  6800. },
  6801. "node_modules/compatx": {
  6802. "version": "0.2.0",
  6803. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.2.0.tgz",
  6804. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  6805. "license": "MIT"
  6806. },
  6807. "node_modules/compress-commons": {
  6808. "version": "6.0.2",
  6809. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  6810. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  6811. "license": "MIT",
  6812. "dependencies": {
  6813. "crc-32": "^1.2.0",
  6814. "crc32-stream": "^6.0.0",
  6815. "is-stream": "^2.0.1",
  6816. "normalize-path": "^3.0.0",
  6817. "readable-stream": "^4.0.0"
  6818. },
  6819. "engines": {
  6820. "node": ">= 14"
  6821. }
  6822. },
  6823. "node_modules/compress-commons/node_modules/is-stream": {
  6824. "version": "2.0.1",
  6825. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  6826. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6827. "license": "MIT",
  6828. "engines": {
  6829. "node": ">=8"
  6830. },
  6831. "funding": {
  6832. "url": "https://github.com/sponsors/sindresorhus"
  6833. }
  6834. },
  6835. "node_modules/compute-scroll-into-view": {
  6836. "version": "1.0.20",
  6837. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  6838. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  6839. "license": "MIT"
  6840. },
  6841. "node_modules/confbox": {
  6842. "version": "0.2.2",
  6843. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  6844. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  6845. "license": "MIT"
  6846. },
  6847. "node_modules/consola": {
  6848. "version": "3.4.2",
  6849. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  6850. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  6851. "license": "MIT",
  6852. "engines": {
  6853. "node": "^14.18.0 || >=16.10.0"
  6854. }
  6855. },
  6856. "node_modules/content-type": {
  6857. "version": "1.0.5",
  6858. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  6859. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  6860. "dev": true,
  6861. "license": "MIT",
  6862. "engines": {
  6863. "node": ">= 0.6"
  6864. }
  6865. },
  6866. "node_modules/convert-source-map": {
  6867. "version": "2.0.0",
  6868. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6869. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6870. "license": "MIT"
  6871. },
  6872. "node_modules/cookie-es": {
  6873. "version": "2.0.0",
  6874. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
  6875. "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
  6876. "license": "MIT"
  6877. },
  6878. "node_modules/copy-anything": {
  6879. "version": "3.0.5",
  6880. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  6881. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  6882. "license": "MIT",
  6883. "dependencies": {
  6884. "is-what": "^4.1.8"
  6885. },
  6886. "engines": {
  6887. "node": ">=12.13"
  6888. },
  6889. "funding": {
  6890. "url": "https://github.com/sponsors/mesqueeb"
  6891. }
  6892. },
  6893. "node_modules/copy-paste": {
  6894. "version": "2.2.0",
  6895. "resolved": "https://registry.npmmirror.com/copy-paste/-/copy-paste-2.2.0.tgz",
  6896. "integrity": "sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==",
  6897. "dependencies": {
  6898. "iconv-lite": "^0.4.8"
  6899. }
  6900. },
  6901. "node_modules/copy-to": {
  6902. "version": "2.0.1",
  6903. "resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
  6904. "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  6905. "dev": true,
  6906. "license": "MIT"
  6907. },
  6908. "node_modules/core-js": {
  6909. "version": "3.42.0",
  6910. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  6911. "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  6912. "hasInstallScript": true,
  6913. "license": "MIT",
  6914. "funding": {
  6915. "type": "opencollective",
  6916. "url": "https://opencollective.com/core-js"
  6917. }
  6918. },
  6919. "node_modules/core-util-is": {
  6920. "version": "1.0.3",
  6921. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  6922. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  6923. "license": "MIT"
  6924. },
  6925. "node_modules/crc-32": {
  6926. "version": "1.2.2",
  6927. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  6928. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  6929. "license": "Apache-2.0",
  6930. "bin": {
  6931. "crc32": "bin/crc32.njs"
  6932. },
  6933. "engines": {
  6934. "node": ">=0.8"
  6935. }
  6936. },
  6937. "node_modules/crc32-stream": {
  6938. "version": "6.0.0",
  6939. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  6940. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  6941. "license": "MIT",
  6942. "dependencies": {
  6943. "crc-32": "^1.2.0",
  6944. "readable-stream": "^4.0.0"
  6945. },
  6946. "engines": {
  6947. "node": ">= 14"
  6948. }
  6949. },
  6950. "node_modules/croner": {
  6951. "version": "9.1.0",
  6952. "resolved": "https://registry.npmmirror.com/croner/-/croner-9.1.0.tgz",
  6953. "integrity": "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==",
  6954. "license": "MIT",
  6955. "engines": {
  6956. "node": ">=18.0"
  6957. }
  6958. },
  6959. "node_modules/cross-spawn": {
  6960. "version": "7.0.6",
  6961. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6962. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6963. "license": "MIT",
  6964. "dependencies": {
  6965. "path-key": "^3.1.0",
  6966. "shebang-command": "^2.0.0",
  6967. "which": "^2.0.1"
  6968. },
  6969. "engines": {
  6970. "node": ">= 8"
  6971. }
  6972. },
  6973. "node_modules/cross-spawn/node_modules/isexe": {
  6974. "version": "2.0.0",
  6975. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6976. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6977. "license": "ISC"
  6978. },
  6979. "node_modules/cross-spawn/node_modules/which": {
  6980. "version": "2.0.2",
  6981. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6982. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6983. "license": "ISC",
  6984. "dependencies": {
  6985. "isexe": "^2.0.0"
  6986. },
  6987. "bin": {
  6988. "node-which": "bin/node-which"
  6989. },
  6990. "engines": {
  6991. "node": ">= 8"
  6992. }
  6993. },
  6994. "node_modules/crossws": {
  6995. "version": "0.3.5",
  6996. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.5.tgz",
  6997. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6998. "license": "MIT",
  6999. "dependencies": {
  7000. "uncrypto": "^0.1.3"
  7001. }
  7002. },
  7003. "node_modules/crypt": {
  7004. "version": "0.0.2",
  7005. "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
  7006. "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
  7007. "license": "BSD-3-Clause",
  7008. "engines": {
  7009. "node": "*"
  7010. }
  7011. },
  7012. "node_modules/css-declaration-sorter": {
  7013. "version": "7.3.0",
  7014. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  7015. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  7016. "license": "ISC",
  7017. "engines": {
  7018. "node": "^14 || ^16 || >=18"
  7019. },
  7020. "peerDependencies": {
  7021. "postcss": "^8.0.9"
  7022. }
  7023. },
  7024. "node_modules/css-select": {
  7025. "version": "5.2.2",
  7026. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
  7027. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  7028. "license": "BSD-2-Clause",
  7029. "dependencies": {
  7030. "boolbase": "^1.0.0",
  7031. "css-what": "^6.1.0",
  7032. "domhandler": "^5.0.2",
  7033. "domutils": "^3.0.1",
  7034. "nth-check": "^2.0.1"
  7035. },
  7036. "funding": {
  7037. "url": "https://github.com/sponsors/fb55"
  7038. }
  7039. },
  7040. "node_modules/css-tree": {
  7041. "version": "3.1.0",
  7042. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  7043. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  7044. "license": "MIT",
  7045. "dependencies": {
  7046. "mdn-data": "2.12.2",
  7047. "source-map-js": "^1.0.1"
  7048. },
  7049. "engines": {
  7050. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  7051. }
  7052. },
  7053. "node_modules/css-what": {
  7054. "version": "6.2.2",
  7055. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  7056. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  7057. "license": "BSD-2-Clause",
  7058. "engines": {
  7059. "node": ">= 6"
  7060. },
  7061. "funding": {
  7062. "url": "https://github.com/sponsors/fb55"
  7063. }
  7064. },
  7065. "node_modules/cssesc": {
  7066. "version": "3.0.0",
  7067. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  7068. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7069. "license": "MIT",
  7070. "bin": {
  7071. "cssesc": "bin/cssesc"
  7072. },
  7073. "engines": {
  7074. "node": ">=4"
  7075. }
  7076. },
  7077. "node_modules/cssnano": {
  7078. "version": "7.1.2",
  7079. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.1.2.tgz",
  7080. "integrity": "sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==",
  7081. "license": "MIT",
  7082. "dependencies": {
  7083. "cssnano-preset-default": "^7.0.10",
  7084. "lilconfig": "^3.1.3"
  7085. },
  7086. "engines": {
  7087. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7088. },
  7089. "funding": {
  7090. "type": "opencollective",
  7091. "url": "https://opencollective.com/cssnano"
  7092. },
  7093. "peerDependencies": {
  7094. "postcss": "^8.4.32"
  7095. }
  7096. },
  7097. "node_modules/cssnano-preset-default": {
  7098. "version": "7.0.10",
  7099. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz",
  7100. "integrity": "sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==",
  7101. "license": "MIT",
  7102. "dependencies": {
  7103. "browserslist": "^4.27.0",
  7104. "css-declaration-sorter": "^7.2.0",
  7105. "cssnano-utils": "^5.0.1",
  7106. "postcss-calc": "^10.1.1",
  7107. "postcss-colormin": "^7.0.5",
  7108. "postcss-convert-values": "^7.0.8",
  7109. "postcss-discard-comments": "^7.0.5",
  7110. "postcss-discard-duplicates": "^7.0.2",
  7111. "postcss-discard-empty": "^7.0.1",
  7112. "postcss-discard-overridden": "^7.0.1",
  7113. "postcss-merge-longhand": "^7.0.5",
  7114. "postcss-merge-rules": "^7.0.7",
  7115. "postcss-minify-font-values": "^7.0.1",
  7116. "postcss-minify-gradients": "^7.0.1",
  7117. "postcss-minify-params": "^7.0.5",
  7118. "postcss-minify-selectors": "^7.0.5",
  7119. "postcss-normalize-charset": "^7.0.1",
  7120. "postcss-normalize-display-values": "^7.0.1",
  7121. "postcss-normalize-positions": "^7.0.1",
  7122. "postcss-normalize-repeat-style": "^7.0.1",
  7123. "postcss-normalize-string": "^7.0.1",
  7124. "postcss-normalize-timing-functions": "^7.0.1",
  7125. "postcss-normalize-unicode": "^7.0.5",
  7126. "postcss-normalize-url": "^7.0.1",
  7127. "postcss-normalize-whitespace": "^7.0.1",
  7128. "postcss-ordered-values": "^7.0.2",
  7129. "postcss-reduce-initial": "^7.0.5",
  7130. "postcss-reduce-transforms": "^7.0.1",
  7131. "postcss-svgo": "^7.1.0",
  7132. "postcss-unique-selectors": "^7.0.4"
  7133. },
  7134. "engines": {
  7135. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7136. },
  7137. "peerDependencies": {
  7138. "postcss": "^8.4.32"
  7139. }
  7140. },
  7141. "node_modules/cssnano-utils": {
  7142. "version": "5.0.1",
  7143. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  7144. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  7145. "license": "MIT",
  7146. "engines": {
  7147. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7148. },
  7149. "peerDependencies": {
  7150. "postcss": "^8.4.32"
  7151. }
  7152. },
  7153. "node_modules/csso": {
  7154. "version": "5.0.5",
  7155. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  7156. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  7157. "license": "MIT",
  7158. "dependencies": {
  7159. "css-tree": "~2.2.0"
  7160. },
  7161. "engines": {
  7162. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7163. "npm": ">=7.0.0"
  7164. }
  7165. },
  7166. "node_modules/csso/node_modules/css-tree": {
  7167. "version": "2.2.1",
  7168. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  7169. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  7170. "license": "MIT",
  7171. "dependencies": {
  7172. "mdn-data": "2.0.28",
  7173. "source-map-js": "^1.0.1"
  7174. },
  7175. "engines": {
  7176. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7177. "npm": ">=7.0.0"
  7178. }
  7179. },
  7180. "node_modules/csso/node_modules/mdn-data": {
  7181. "version": "2.0.28",
  7182. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  7183. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  7184. "license": "CC0-1.0"
  7185. },
  7186. "node_modules/csstype": {
  7187. "version": "3.2.3",
  7188. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  7189. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7190. "license": "MIT"
  7191. },
  7192. "node_modules/dateformat": {
  7193. "version": "2.2.0",
  7194. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
  7195. "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
  7196. "dev": true,
  7197. "license": "MIT",
  7198. "engines": {
  7199. "node": "*"
  7200. }
  7201. },
  7202. "node_modules/dayjs": {
  7203. "version": "1.11.7",
  7204. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz",
  7205. "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==",
  7206. "license": "MIT"
  7207. },
  7208. "node_modules/db0": {
  7209. "version": "0.3.4",
  7210. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.3.4.tgz",
  7211. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  7212. "license": "MIT",
  7213. "peerDependencies": {
  7214. "@electric-sql/pglite": "*",
  7215. "@libsql/client": "*",
  7216. "better-sqlite3": "*",
  7217. "drizzle-orm": "*",
  7218. "mysql2": "*",
  7219. "sqlite3": "*"
  7220. },
  7221. "peerDependenciesMeta": {
  7222. "@electric-sql/pglite": {
  7223. "optional": true
  7224. },
  7225. "@libsql/client": {
  7226. "optional": true
  7227. },
  7228. "better-sqlite3": {
  7229. "optional": true
  7230. },
  7231. "drizzle-orm": {
  7232. "optional": true
  7233. },
  7234. "mysql2": {
  7235. "optional": true
  7236. },
  7237. "sqlite3": {
  7238. "optional": true
  7239. }
  7240. }
  7241. },
  7242. "node_modules/de-indent": {
  7243. "version": "1.0.2",
  7244. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  7245. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  7246. "devOptional": true,
  7247. "license": "MIT"
  7248. },
  7249. "node_modules/debug": {
  7250. "version": "4.4.3",
  7251. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  7252. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  7253. "license": "MIT",
  7254. "dependencies": {
  7255. "ms": "^2.1.3"
  7256. },
  7257. "engines": {
  7258. "node": ">=6.0"
  7259. },
  7260. "peerDependenciesMeta": {
  7261. "supports-color": {
  7262. "optional": true
  7263. }
  7264. }
  7265. },
  7266. "node_modules/deepmerge": {
  7267. "version": "4.3.1",
  7268. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  7269. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7270. "license": "MIT",
  7271. "engines": {
  7272. "node": ">=0.10.0"
  7273. }
  7274. },
  7275. "node_modules/default-browser": {
  7276. "version": "5.2.1",
  7277. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  7278. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  7279. "license": "MIT",
  7280. "dependencies": {
  7281. "bundle-name": "^4.1.0",
  7282. "default-browser-id": "^5.0.0"
  7283. },
  7284. "engines": {
  7285. "node": ">=18"
  7286. },
  7287. "funding": {
  7288. "url": "https://github.com/sponsors/sindresorhus"
  7289. }
  7290. },
  7291. "node_modules/default-browser-id": {
  7292. "version": "5.0.0",
  7293. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  7294. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  7295. "license": "MIT",
  7296. "engines": {
  7297. "node": ">=18"
  7298. },
  7299. "funding": {
  7300. "url": "https://github.com/sponsors/sindresorhus"
  7301. }
  7302. },
  7303. "node_modules/default-user-agent": {
  7304. "version": "1.0.0",
  7305. "resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
  7306. "integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
  7307. "dev": true,
  7308. "license": "MIT",
  7309. "dependencies": {
  7310. "os-name": "~1.0.3"
  7311. },
  7312. "engines": {
  7313. "node": ">= 0.10.0"
  7314. }
  7315. },
  7316. "node_modules/define-lazy-prop": {
  7317. "version": "3.0.0",
  7318. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7319. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7320. "license": "MIT",
  7321. "engines": {
  7322. "node": ">=12"
  7323. },
  7324. "funding": {
  7325. "url": "https://github.com/sponsors/sindresorhus"
  7326. }
  7327. },
  7328. "node_modules/defu": {
  7329. "version": "6.1.4",
  7330. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  7331. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  7332. "license": "MIT"
  7333. },
  7334. "node_modules/delayed-stream": {
  7335. "version": "1.0.0",
  7336. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  7337. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  7338. "license": "MIT",
  7339. "engines": {
  7340. "node": ">=0.4.0"
  7341. }
  7342. },
  7343. "node_modules/denque": {
  7344. "version": "2.1.0",
  7345. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  7346. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  7347. "license": "Apache-2.0",
  7348. "engines": {
  7349. "node": ">=0.10"
  7350. }
  7351. },
  7352. "node_modules/depd": {
  7353. "version": "2.0.0",
  7354. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  7355. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7356. "license": "MIT",
  7357. "engines": {
  7358. "node": ">= 0.8"
  7359. }
  7360. },
  7361. "node_modules/destr": {
  7362. "version": "2.0.5",
  7363. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  7364. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  7365. "license": "MIT"
  7366. },
  7367. "node_modules/destroy": {
  7368. "version": "1.2.0",
  7369. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  7370. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  7371. "dev": true,
  7372. "license": "MIT",
  7373. "engines": {
  7374. "node": ">= 0.8",
  7375. "npm": "1.2.8000 || >= 1.4.16"
  7376. }
  7377. },
  7378. "node_modules/detect-libc": {
  7379. "version": "1.0.3",
  7380. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  7381. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  7382. "license": "Apache-2.0",
  7383. "bin": {
  7384. "detect-libc": "bin/detect-libc.js"
  7385. },
  7386. "engines": {
  7387. "node": ">=0.10"
  7388. }
  7389. },
  7390. "node_modules/devalue": {
  7391. "version": "5.6.1",
  7392. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.6.1.tgz",
  7393. "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==",
  7394. "license": "MIT"
  7395. },
  7396. "node_modules/diff": {
  7397. "version": "8.0.2",
  7398. "resolved": "https://registry.npmmirror.com/diff/-/diff-8.0.2.tgz",
  7399. "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
  7400. "license": "BSD-3-Clause",
  7401. "engines": {
  7402. "node": ">=0.3.1"
  7403. }
  7404. },
  7405. "node_modules/digest-header": {
  7406. "version": "1.1.0",
  7407. "resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
  7408. "integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
  7409. "dev": true,
  7410. "license": "MIT",
  7411. "engines": {
  7412. "node": ">= 8.0.0"
  7413. }
  7414. },
  7415. "node_modules/dom-align": {
  7416. "version": "1.12.4",
  7417. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  7418. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  7419. "license": "MIT"
  7420. },
  7421. "node_modules/dom-scroll-into-view": {
  7422. "version": "2.0.1",
  7423. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  7424. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  7425. "license": "MIT"
  7426. },
  7427. "node_modules/dom-serializer": {
  7428. "version": "2.0.0",
  7429. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  7430. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  7431. "license": "MIT",
  7432. "dependencies": {
  7433. "domelementtype": "^2.3.0",
  7434. "domhandler": "^5.0.2",
  7435. "entities": "^4.2.0"
  7436. },
  7437. "funding": {
  7438. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  7439. }
  7440. },
  7441. "node_modules/domelementtype": {
  7442. "version": "2.3.0",
  7443. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  7444. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  7445. "funding": [
  7446. {
  7447. "type": "github",
  7448. "url": "https://github.com/sponsors/fb55"
  7449. }
  7450. ],
  7451. "license": "BSD-2-Clause"
  7452. },
  7453. "node_modules/domhandler": {
  7454. "version": "5.0.3",
  7455. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  7456. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  7457. "license": "BSD-2-Clause",
  7458. "dependencies": {
  7459. "domelementtype": "^2.3.0"
  7460. },
  7461. "engines": {
  7462. "node": ">= 4"
  7463. },
  7464. "funding": {
  7465. "url": "https://github.com/fb55/domhandler?sponsor=1"
  7466. }
  7467. },
  7468. "node_modules/domutils": {
  7469. "version": "3.2.2",
  7470. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  7471. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  7472. "license": "BSD-2-Clause",
  7473. "dependencies": {
  7474. "dom-serializer": "^2.0.0",
  7475. "domelementtype": "^2.3.0",
  7476. "domhandler": "^5.0.3"
  7477. },
  7478. "funding": {
  7479. "url": "https://github.com/fb55/domutils?sponsor=1"
  7480. }
  7481. },
  7482. "node_modules/dot-prop": {
  7483. "version": "10.1.0",
  7484. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-10.1.0.tgz",
  7485. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  7486. "license": "MIT",
  7487. "dependencies": {
  7488. "type-fest": "^5.0.0"
  7489. },
  7490. "engines": {
  7491. "node": ">=20"
  7492. },
  7493. "funding": {
  7494. "url": "https://github.com/sponsors/sindresorhus"
  7495. }
  7496. },
  7497. "node_modules/dot-prop/node_modules/type-fest": {
  7498. "version": "5.3.1",
  7499. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-5.3.1.tgz",
  7500. "integrity": "sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==",
  7501. "license": "(MIT OR CC0-1.0)",
  7502. "dependencies": {
  7503. "tagged-tag": "^1.0.0"
  7504. },
  7505. "engines": {
  7506. "node": ">=20"
  7507. },
  7508. "funding": {
  7509. "url": "https://github.com/sponsors/sindresorhus"
  7510. }
  7511. },
  7512. "node_modules/dotenv": {
  7513. "version": "16.6.1",
  7514. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
  7515. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  7516. "license": "BSD-2-Clause",
  7517. "engines": {
  7518. "node": ">=12"
  7519. },
  7520. "funding": {
  7521. "url": "https://dotenvx.com"
  7522. }
  7523. },
  7524. "node_modules/dunder-proto": {
  7525. "version": "1.0.1",
  7526. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  7527. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  7528. "license": "MIT",
  7529. "dependencies": {
  7530. "call-bind-apply-helpers": "^1.0.1",
  7531. "es-errors": "^1.3.0",
  7532. "gopd": "^1.2.0"
  7533. },
  7534. "engines": {
  7535. "node": ">= 0.4"
  7536. }
  7537. },
  7538. "node_modules/duplexer": {
  7539. "version": "0.1.2",
  7540. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  7541. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  7542. "license": "MIT"
  7543. },
  7544. "node_modules/earcut": {
  7545. "version": "2.2.4",
  7546. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
  7547. "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
  7548. "license": "ISC"
  7549. },
  7550. "node_modules/eastasianwidth": {
  7551. "version": "0.2.0",
  7552. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  7553. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  7554. "license": "MIT"
  7555. },
  7556. "node_modules/ee-first": {
  7557. "version": "1.1.1",
  7558. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  7559. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  7560. "license": "MIT"
  7561. },
  7562. "node_modules/electron-to-chromium": {
  7563. "version": "1.5.267",
  7564. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  7565. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  7566. "license": "ISC"
  7567. },
  7568. "node_modules/emoji-regex": {
  7569. "version": "8.0.0",
  7570. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7571. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7572. "license": "MIT"
  7573. },
  7574. "node_modules/encodeurl": {
  7575. "version": "2.0.0",
  7576. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  7577. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  7578. "license": "MIT",
  7579. "engines": {
  7580. "node": ">= 0.8"
  7581. }
  7582. },
  7583. "node_modules/end-of-stream": {
  7584. "version": "1.4.4",
  7585. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  7586. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  7587. "dev": true,
  7588. "license": "MIT",
  7589. "dependencies": {
  7590. "once": "^1.4.0"
  7591. }
  7592. },
  7593. "node_modules/end-or-error": {
  7594. "version": "1.0.1",
  7595. "resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
  7596. "integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  7597. "dev": true,
  7598. "license": "MIT",
  7599. "engines": {
  7600. "node": ">= 0.11.14"
  7601. }
  7602. },
  7603. "node_modules/entities": {
  7604. "version": "4.5.0",
  7605. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  7606. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  7607. "license": "BSD-2-Clause",
  7608. "engines": {
  7609. "node": ">=0.12"
  7610. },
  7611. "funding": {
  7612. "url": "https://github.com/fb55/entities?sponsor=1"
  7613. }
  7614. },
  7615. "node_modules/error-stack-parser-es": {
  7616. "version": "0.1.5",
  7617. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  7618. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  7619. "dev": true,
  7620. "license": "MIT",
  7621. "funding": {
  7622. "url": "https://github.com/sponsors/antfu"
  7623. }
  7624. },
  7625. "node_modules/errx": {
  7626. "version": "0.1.0",
  7627. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  7628. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  7629. "license": "MIT"
  7630. },
  7631. "node_modules/es-define-property": {
  7632. "version": "1.0.1",
  7633. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  7634. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7635. "license": "MIT",
  7636. "engines": {
  7637. "node": ">= 0.4"
  7638. }
  7639. },
  7640. "node_modules/es-errors": {
  7641. "version": "1.3.0",
  7642. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  7643. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7644. "license": "MIT",
  7645. "engines": {
  7646. "node": ">= 0.4"
  7647. }
  7648. },
  7649. "node_modules/es-module-lexer": {
  7650. "version": "1.7.0",
  7651. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  7652. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  7653. "license": "MIT"
  7654. },
  7655. "node_modules/es-object-atoms": {
  7656. "version": "1.1.1",
  7657. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7658. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7659. "license": "MIT",
  7660. "dependencies": {
  7661. "es-errors": "^1.3.0"
  7662. },
  7663. "engines": {
  7664. "node": ">= 0.4"
  7665. }
  7666. },
  7667. "node_modules/es-set-tostringtag": {
  7668. "version": "2.1.0",
  7669. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7670. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7671. "license": "MIT",
  7672. "dependencies": {
  7673. "es-errors": "^1.3.0",
  7674. "get-intrinsic": "^1.2.6",
  7675. "has-tostringtag": "^1.0.2",
  7676. "hasown": "^2.0.2"
  7677. },
  7678. "engines": {
  7679. "node": ">= 0.4"
  7680. }
  7681. },
  7682. "node_modules/esbuild": {
  7683. "version": "0.25.12",
  7684. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  7685. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  7686. "hasInstallScript": true,
  7687. "license": "MIT",
  7688. "bin": {
  7689. "esbuild": "bin/esbuild"
  7690. },
  7691. "engines": {
  7692. "node": ">=18"
  7693. },
  7694. "optionalDependencies": {
  7695. "@esbuild/aix-ppc64": "0.25.12",
  7696. "@esbuild/android-arm": "0.25.12",
  7697. "@esbuild/android-arm64": "0.25.12",
  7698. "@esbuild/android-x64": "0.25.12",
  7699. "@esbuild/darwin-arm64": "0.25.12",
  7700. "@esbuild/darwin-x64": "0.25.12",
  7701. "@esbuild/freebsd-arm64": "0.25.12",
  7702. "@esbuild/freebsd-x64": "0.25.12",
  7703. "@esbuild/linux-arm": "0.25.12",
  7704. "@esbuild/linux-arm64": "0.25.12",
  7705. "@esbuild/linux-ia32": "0.25.12",
  7706. "@esbuild/linux-loong64": "0.25.12",
  7707. "@esbuild/linux-mips64el": "0.25.12",
  7708. "@esbuild/linux-ppc64": "0.25.12",
  7709. "@esbuild/linux-riscv64": "0.25.12",
  7710. "@esbuild/linux-s390x": "0.25.12",
  7711. "@esbuild/linux-x64": "0.25.12",
  7712. "@esbuild/netbsd-arm64": "0.25.12",
  7713. "@esbuild/netbsd-x64": "0.25.12",
  7714. "@esbuild/openbsd-arm64": "0.25.12",
  7715. "@esbuild/openbsd-x64": "0.25.12",
  7716. "@esbuild/openharmony-arm64": "0.25.12",
  7717. "@esbuild/sunos-x64": "0.25.12",
  7718. "@esbuild/win32-arm64": "0.25.12",
  7719. "@esbuild/win32-ia32": "0.25.12",
  7720. "@esbuild/win32-x64": "0.25.12"
  7721. }
  7722. },
  7723. "node_modules/escalade": {
  7724. "version": "3.2.0",
  7725. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  7726. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7727. "license": "MIT",
  7728. "engines": {
  7729. "node": ">=6"
  7730. }
  7731. },
  7732. "node_modules/escape-html": {
  7733. "version": "1.0.3",
  7734. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  7735. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7736. "license": "MIT"
  7737. },
  7738. "node_modules/escape-string-regexp": {
  7739. "version": "5.0.0",
  7740. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7741. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7742. "license": "MIT",
  7743. "engines": {
  7744. "node": ">=12"
  7745. },
  7746. "funding": {
  7747. "url": "https://github.com/sponsors/sindresorhus"
  7748. }
  7749. },
  7750. "node_modules/estree-walker": {
  7751. "version": "2.0.2",
  7752. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  7753. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  7754. "license": "MIT"
  7755. },
  7756. "node_modules/etag": {
  7757. "version": "1.8.1",
  7758. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  7759. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7760. "license": "MIT",
  7761. "engines": {
  7762. "node": ">= 0.6"
  7763. }
  7764. },
  7765. "node_modules/event-target-shim": {
  7766. "version": "5.0.1",
  7767. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  7768. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  7769. "license": "MIT",
  7770. "engines": {
  7771. "node": ">=6"
  7772. }
  7773. },
  7774. "node_modules/events": {
  7775. "version": "3.3.0",
  7776. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  7777. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7778. "license": "MIT",
  7779. "engines": {
  7780. "node": ">=0.8.x"
  7781. }
  7782. },
  7783. "node_modules/execa": {
  7784. "version": "9.6.1",
  7785. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.1.tgz",
  7786. "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==",
  7787. "dev": true,
  7788. "license": "MIT",
  7789. "dependencies": {
  7790. "@sindresorhus/merge-streams": "^4.0.0",
  7791. "cross-spawn": "^7.0.6",
  7792. "figures": "^6.1.0",
  7793. "get-stream": "^9.0.0",
  7794. "human-signals": "^8.0.1",
  7795. "is-plain-obj": "^4.1.0",
  7796. "is-stream": "^4.0.1",
  7797. "npm-run-path": "^6.0.0",
  7798. "pretty-ms": "^9.2.0",
  7799. "signal-exit": "^4.1.0",
  7800. "strip-final-newline": "^4.0.0",
  7801. "yoctocolors": "^2.1.1"
  7802. },
  7803. "engines": {
  7804. "node": "^18.19.0 || >=20.5.0"
  7805. },
  7806. "funding": {
  7807. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7808. }
  7809. },
  7810. "node_modules/exsolve": {
  7811. "version": "1.0.8",
  7812. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.8.tgz",
  7813. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  7814. "license": "MIT"
  7815. },
  7816. "node_modules/extend-shallow": {
  7817. "version": "2.0.1",
  7818. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  7819. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  7820. "dev": true,
  7821. "license": "MIT",
  7822. "dependencies": {
  7823. "is-extendable": "^0.1.0"
  7824. },
  7825. "engines": {
  7826. "node": ">=0.10.0"
  7827. }
  7828. },
  7829. "node_modules/fast-fifo": {
  7830. "version": "1.3.2",
  7831. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  7832. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  7833. "license": "MIT"
  7834. },
  7835. "node_modules/fast-glob": {
  7836. "version": "3.3.3",
  7837. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  7838. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7839. "license": "MIT",
  7840. "dependencies": {
  7841. "@nodelib/fs.stat": "^2.0.2",
  7842. "@nodelib/fs.walk": "^1.2.3",
  7843. "glob-parent": "^5.1.2",
  7844. "merge2": "^1.3.0",
  7845. "micromatch": "^4.0.8"
  7846. },
  7847. "engines": {
  7848. "node": ">=8.6.0"
  7849. }
  7850. },
  7851. "node_modules/fast-npm-meta": {
  7852. "version": "0.4.7",
  7853. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  7854. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  7855. "license": "MIT",
  7856. "funding": {
  7857. "url": "https://github.com/sponsors/antfu"
  7858. }
  7859. },
  7860. "node_modules/fastq": {
  7861. "version": "1.20.1",
  7862. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  7863. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  7864. "license": "ISC",
  7865. "dependencies": {
  7866. "reusify": "^1.0.4"
  7867. }
  7868. },
  7869. "node_modules/fdir": {
  7870. "version": "6.5.0",
  7871. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  7872. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7873. "license": "MIT",
  7874. "engines": {
  7875. "node": ">=12.0.0"
  7876. },
  7877. "peerDependencies": {
  7878. "picomatch": "^3 || ^4"
  7879. },
  7880. "peerDependenciesMeta": {
  7881. "picomatch": {
  7882. "optional": true
  7883. }
  7884. }
  7885. },
  7886. "node_modules/figures": {
  7887. "version": "6.1.0",
  7888. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  7889. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  7890. "dev": true,
  7891. "license": "MIT",
  7892. "dependencies": {
  7893. "is-unicode-supported": "^2.0.0"
  7894. },
  7895. "engines": {
  7896. "node": ">=18"
  7897. },
  7898. "funding": {
  7899. "url": "https://github.com/sponsors/sindresorhus"
  7900. }
  7901. },
  7902. "node_modules/file-uri-to-path": {
  7903. "version": "1.0.0",
  7904. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  7905. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  7906. "license": "MIT"
  7907. },
  7908. "node_modules/fill-range": {
  7909. "version": "7.1.1",
  7910. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  7911. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7912. "license": "MIT",
  7913. "dependencies": {
  7914. "to-regex-range": "^5.0.1"
  7915. },
  7916. "engines": {
  7917. "node": ">=8"
  7918. }
  7919. },
  7920. "node_modules/follow-redirects": {
  7921. "version": "1.15.9",
  7922. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  7923. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  7924. "funding": [
  7925. {
  7926. "type": "individual",
  7927. "url": "https://github.com/sponsors/RubenVerborgh"
  7928. }
  7929. ],
  7930. "license": "MIT",
  7931. "engines": {
  7932. "node": ">=4.0"
  7933. },
  7934. "peerDependenciesMeta": {
  7935. "debug": {
  7936. "optional": true
  7937. }
  7938. }
  7939. },
  7940. "node_modules/foreground-child": {
  7941. "version": "3.3.1",
  7942. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  7943. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  7944. "license": "ISC",
  7945. "dependencies": {
  7946. "cross-spawn": "^7.0.6",
  7947. "signal-exit": "^4.0.1"
  7948. },
  7949. "engines": {
  7950. "node": ">=14"
  7951. },
  7952. "funding": {
  7953. "url": "https://github.com/sponsors/isaacs"
  7954. }
  7955. },
  7956. "node_modules/form-data": {
  7957. "version": "4.0.5",
  7958. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  7959. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  7960. "license": "MIT",
  7961. "dependencies": {
  7962. "asynckit": "^0.4.0",
  7963. "combined-stream": "^1.0.8",
  7964. "es-set-tostringtag": "^2.1.0",
  7965. "hasown": "^2.0.2",
  7966. "mime-types": "^2.1.12"
  7967. },
  7968. "engines": {
  7969. "node": ">= 6"
  7970. }
  7971. },
  7972. "node_modules/formstream": {
  7973. "version": "1.5.1",
  7974. "resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  7975. "integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  7976. "dev": true,
  7977. "license": "MIT",
  7978. "dependencies": {
  7979. "destroy": "^1.0.4",
  7980. "mime": "^2.5.2",
  7981. "node-hex": "^1.0.1",
  7982. "pause-stream": "~0.0.11"
  7983. }
  7984. },
  7985. "node_modules/fraction.js": {
  7986. "version": "5.3.4",
  7987. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  7988. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  7989. "license": "MIT",
  7990. "engines": {
  7991. "node": "*"
  7992. },
  7993. "funding": {
  7994. "type": "github",
  7995. "url": "https://github.com/sponsors/rawify"
  7996. }
  7997. },
  7998. "node_modules/fresh": {
  7999. "version": "2.0.0",
  8000. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  8001. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  8002. "license": "MIT",
  8003. "engines": {
  8004. "node": ">= 0.8"
  8005. }
  8006. },
  8007. "node_modules/fs-extra": {
  8008. "version": "11.3.0",
  8009. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  8010. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  8011. "dev": true,
  8012. "license": "MIT",
  8013. "dependencies": {
  8014. "graceful-fs": "^4.2.0",
  8015. "jsonfile": "^6.0.1",
  8016. "universalify": "^2.0.0"
  8017. },
  8018. "engines": {
  8019. "node": ">=14.14"
  8020. }
  8021. },
  8022. "node_modules/fsevents": {
  8023. "version": "2.3.3",
  8024. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  8025. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8026. "hasInstallScript": true,
  8027. "license": "MIT",
  8028. "optional": true,
  8029. "os": [
  8030. "darwin"
  8031. ],
  8032. "engines": {
  8033. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8034. }
  8035. },
  8036. "node_modules/function-bind": {
  8037. "version": "1.1.2",
  8038. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  8039. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8040. "license": "MIT",
  8041. "funding": {
  8042. "url": "https://github.com/sponsors/ljharb"
  8043. }
  8044. },
  8045. "node_modules/fuse.js": {
  8046. "version": "7.1.0",
  8047. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz",
  8048. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  8049. "license": "Apache-2.0",
  8050. "engines": {
  8051. "node": ">=10"
  8052. }
  8053. },
  8054. "node_modules/generate-function": {
  8055. "version": "2.3.1",
  8056. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  8057. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  8058. "license": "MIT",
  8059. "dependencies": {
  8060. "is-property": "^1.0.2"
  8061. }
  8062. },
  8063. "node_modules/gensync": {
  8064. "version": "1.0.0-beta.2",
  8065. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  8066. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8067. "license": "MIT",
  8068. "engines": {
  8069. "node": ">=6.9.0"
  8070. }
  8071. },
  8072. "node_modules/get-caller-file": {
  8073. "version": "2.0.5",
  8074. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8075. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8076. "license": "ISC",
  8077. "engines": {
  8078. "node": "6.* || 8.* || >= 10.*"
  8079. }
  8080. },
  8081. "node_modules/get-intrinsic": {
  8082. "version": "1.3.0",
  8083. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8084. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8085. "license": "MIT",
  8086. "dependencies": {
  8087. "call-bind-apply-helpers": "^1.0.2",
  8088. "es-define-property": "^1.0.1",
  8089. "es-errors": "^1.3.0",
  8090. "es-object-atoms": "^1.1.1",
  8091. "function-bind": "^1.1.2",
  8092. "get-proto": "^1.0.1",
  8093. "gopd": "^1.2.0",
  8094. "has-symbols": "^1.1.0",
  8095. "hasown": "^2.0.2",
  8096. "math-intrinsics": "^1.1.0"
  8097. },
  8098. "engines": {
  8099. "node": ">= 0.4"
  8100. },
  8101. "funding": {
  8102. "url": "https://github.com/sponsors/ljharb"
  8103. }
  8104. },
  8105. "node_modules/get-port-please": {
  8106. "version": "3.2.0",
  8107. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.2.0.tgz",
  8108. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  8109. "license": "MIT"
  8110. },
  8111. "node_modules/get-proto": {
  8112. "version": "1.0.1",
  8113. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  8114. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8115. "license": "MIT",
  8116. "dependencies": {
  8117. "dunder-proto": "^1.0.1",
  8118. "es-object-atoms": "^1.0.0"
  8119. },
  8120. "engines": {
  8121. "node": ">= 0.4"
  8122. }
  8123. },
  8124. "node_modules/get-ready": {
  8125. "version": "1.0.0",
  8126. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  8127. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
  8128. "dev": true,
  8129. "license": "MIT"
  8130. },
  8131. "node_modules/get-stream": {
  8132. "version": "9.0.1",
  8133. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  8134. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  8135. "dev": true,
  8136. "license": "MIT",
  8137. "dependencies": {
  8138. "@sec-ant/readable-stream": "^0.4.1",
  8139. "is-stream": "^4.0.1"
  8140. },
  8141. "engines": {
  8142. "node": ">=18"
  8143. },
  8144. "funding": {
  8145. "url": "https://github.com/sponsors/sindresorhus"
  8146. }
  8147. },
  8148. "node_modules/giget": {
  8149. "version": "2.0.0",
  8150. "resolved": "https://registry.npmmirror.com/giget/-/giget-2.0.0.tgz",
  8151. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  8152. "license": "MIT",
  8153. "dependencies": {
  8154. "citty": "^0.1.6",
  8155. "consola": "^3.4.0",
  8156. "defu": "^6.1.4",
  8157. "node-fetch-native": "^1.6.6",
  8158. "nypm": "^0.6.0",
  8159. "pathe": "^2.0.3"
  8160. },
  8161. "bin": {
  8162. "giget": "dist/cli.mjs"
  8163. }
  8164. },
  8165. "node_modules/git-up": {
  8166. "version": "8.1.1",
  8167. "resolved": "https://registry.npmmirror.com/git-up/-/git-up-8.1.1.tgz",
  8168. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  8169. "license": "MIT",
  8170. "dependencies": {
  8171. "is-ssh": "^1.4.0",
  8172. "parse-url": "^9.2.0"
  8173. }
  8174. },
  8175. "node_modules/git-url-parse": {
  8176. "version": "16.1.0",
  8177. "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-16.1.0.tgz",
  8178. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  8179. "license": "MIT",
  8180. "dependencies": {
  8181. "git-up": "^8.1.0"
  8182. }
  8183. },
  8184. "node_modules/gl-matrix": {
  8185. "version": "3.4.3",
  8186. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
  8187. "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
  8188. "license": "MIT"
  8189. },
  8190. "node_modules/glob": {
  8191. "version": "10.5.0",
  8192. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.5.0.tgz",
  8193. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  8194. "license": "ISC",
  8195. "dependencies": {
  8196. "foreground-child": "^3.1.0",
  8197. "jackspeak": "^3.1.2",
  8198. "minimatch": "^9.0.4",
  8199. "minipass": "^7.1.2",
  8200. "package-json-from-dist": "^1.0.0",
  8201. "path-scurry": "^1.11.1"
  8202. },
  8203. "bin": {
  8204. "glob": "dist/esm/bin.mjs"
  8205. },
  8206. "funding": {
  8207. "url": "https://github.com/sponsors/isaacs"
  8208. }
  8209. },
  8210. "node_modules/glob-parent": {
  8211. "version": "5.1.2",
  8212. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8213. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8214. "license": "ISC",
  8215. "dependencies": {
  8216. "is-glob": "^4.0.1"
  8217. },
  8218. "engines": {
  8219. "node": ">= 6"
  8220. }
  8221. },
  8222. "node_modules/global-directory": {
  8223. "version": "4.0.1",
  8224. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  8225. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  8226. "license": "MIT",
  8227. "dependencies": {
  8228. "ini": "4.1.1"
  8229. },
  8230. "engines": {
  8231. "node": ">=18"
  8232. },
  8233. "funding": {
  8234. "url": "https://github.com/sponsors/sindresorhus"
  8235. }
  8236. },
  8237. "node_modules/globby": {
  8238. "version": "15.0.0",
  8239. "resolved": "https://registry.npmmirror.com/globby/-/globby-15.0.0.tgz",
  8240. "integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==",
  8241. "license": "MIT",
  8242. "dependencies": {
  8243. "@sindresorhus/merge-streams": "^4.0.0",
  8244. "fast-glob": "^3.3.3",
  8245. "ignore": "^7.0.5",
  8246. "path-type": "^6.0.0",
  8247. "slash": "^5.1.0",
  8248. "unicorn-magic": "^0.3.0"
  8249. },
  8250. "engines": {
  8251. "node": ">=20"
  8252. },
  8253. "funding": {
  8254. "url": "https://github.com/sponsors/sindresorhus"
  8255. }
  8256. },
  8257. "node_modules/gopd": {
  8258. "version": "1.2.0",
  8259. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  8260. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8261. "license": "MIT",
  8262. "engines": {
  8263. "node": ">= 0.4"
  8264. },
  8265. "funding": {
  8266. "url": "https://github.com/sponsors/ljharb"
  8267. }
  8268. },
  8269. "node_modules/graceful-fs": {
  8270. "version": "4.2.11",
  8271. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8272. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8273. "license": "ISC"
  8274. },
  8275. "node_modules/gzip-size": {
  8276. "version": "7.0.0",
  8277. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  8278. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  8279. "license": "MIT",
  8280. "dependencies": {
  8281. "duplexer": "^0.1.2"
  8282. },
  8283. "engines": {
  8284. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8285. },
  8286. "funding": {
  8287. "url": "https://github.com/sponsors/sindresorhus"
  8288. }
  8289. },
  8290. "node_modules/h3": {
  8291. "version": "1.15.4",
  8292. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.15.4.tgz",
  8293. "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
  8294. "license": "MIT",
  8295. "dependencies": {
  8296. "cookie-es": "^1.2.2",
  8297. "crossws": "^0.3.5",
  8298. "defu": "^6.1.4",
  8299. "destr": "^2.0.5",
  8300. "iron-webcrypto": "^1.2.1",
  8301. "node-mock-http": "^1.0.2",
  8302. "radix3": "^1.1.2",
  8303. "ufo": "^1.6.1",
  8304. "uncrypto": "^0.1.3"
  8305. }
  8306. },
  8307. "node_modules/h3/node_modules/cookie-es": {
  8308. "version": "1.2.2",
  8309. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  8310. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  8311. "license": "MIT"
  8312. },
  8313. "node_modules/has-symbols": {
  8314. "version": "1.1.0",
  8315. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  8316. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8317. "license": "MIT",
  8318. "engines": {
  8319. "node": ">= 0.4"
  8320. },
  8321. "funding": {
  8322. "url": "https://github.com/sponsors/ljharb"
  8323. }
  8324. },
  8325. "node_modules/has-tostringtag": {
  8326. "version": "1.0.2",
  8327. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8328. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8329. "license": "MIT",
  8330. "dependencies": {
  8331. "has-symbols": "^1.0.3"
  8332. },
  8333. "engines": {
  8334. "node": ">= 0.4"
  8335. },
  8336. "funding": {
  8337. "url": "https://github.com/sponsors/ljharb"
  8338. }
  8339. },
  8340. "node_modules/hasown": {
  8341. "version": "2.0.2",
  8342. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  8343. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8344. "license": "MIT",
  8345. "dependencies": {
  8346. "function-bind": "^1.1.2"
  8347. },
  8348. "engines": {
  8349. "node": ">= 0.4"
  8350. }
  8351. },
  8352. "node_modules/he": {
  8353. "version": "1.2.0",
  8354. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  8355. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8356. "devOptional": true,
  8357. "license": "MIT",
  8358. "bin": {
  8359. "he": "bin/he"
  8360. }
  8361. },
  8362. "node_modules/hookable": {
  8363. "version": "5.5.3",
  8364. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  8365. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  8366. "license": "MIT"
  8367. },
  8368. "node_modules/http-errors": {
  8369. "version": "2.0.1",
  8370. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  8371. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8372. "license": "MIT",
  8373. "dependencies": {
  8374. "depd": "~2.0.0",
  8375. "inherits": "~2.0.4",
  8376. "setprototypeof": "~1.2.0",
  8377. "statuses": "~2.0.2",
  8378. "toidentifier": "~1.0.1"
  8379. },
  8380. "engines": {
  8381. "node": ">= 0.8"
  8382. },
  8383. "funding": {
  8384. "type": "opencollective",
  8385. "url": "https://opencollective.com/express"
  8386. }
  8387. },
  8388. "node_modules/http-errors/node_modules/statuses": {
  8389. "version": "2.0.2",
  8390. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  8391. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8392. "license": "MIT",
  8393. "engines": {
  8394. "node": ">= 0.8"
  8395. }
  8396. },
  8397. "node_modules/http-shutdown": {
  8398. "version": "1.2.2",
  8399. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  8400. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  8401. "license": "MIT",
  8402. "engines": {
  8403. "iojs": ">= 1.0.0",
  8404. "node": ">= 0.12.0"
  8405. }
  8406. },
  8407. "node_modules/https-proxy-agent": {
  8408. "version": "7.0.6",
  8409. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  8410. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  8411. "license": "MIT",
  8412. "dependencies": {
  8413. "agent-base": "^7.1.2",
  8414. "debug": "4"
  8415. },
  8416. "engines": {
  8417. "node": ">= 14"
  8418. }
  8419. },
  8420. "node_modules/httpxy": {
  8421. "version": "0.1.7",
  8422. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.7.tgz",
  8423. "integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  8424. "license": "MIT"
  8425. },
  8426. "node_modules/human-signals": {
  8427. "version": "8.0.1",
  8428. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  8429. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  8430. "dev": true,
  8431. "license": "Apache-2.0",
  8432. "engines": {
  8433. "node": ">=18.18.0"
  8434. }
  8435. },
  8436. "node_modules/humanize-ms": {
  8437. "version": "1.2.1",
  8438. "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8439. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8440. "dev": true,
  8441. "license": "MIT",
  8442. "dependencies": {
  8443. "ms": "^2.0.0"
  8444. }
  8445. },
  8446. "node_modules/iconv-lite": {
  8447. "version": "0.4.24",
  8448. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  8449. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  8450. "license": "MIT",
  8451. "dependencies": {
  8452. "safer-buffer": ">= 2.1.2 < 3"
  8453. },
  8454. "engines": {
  8455. "node": ">=0.10.0"
  8456. }
  8457. },
  8458. "node_modules/ieee754": {
  8459. "version": "1.2.1",
  8460. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  8461. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8462. "funding": [
  8463. {
  8464. "type": "github",
  8465. "url": "https://github.com/sponsors/feross"
  8466. },
  8467. {
  8468. "type": "patreon",
  8469. "url": "https://www.patreon.com/feross"
  8470. },
  8471. {
  8472. "type": "consulting",
  8473. "url": "https://feross.org/support"
  8474. }
  8475. ],
  8476. "license": "BSD-3-Clause"
  8477. },
  8478. "node_modules/ignore": {
  8479. "version": "7.0.5",
  8480. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  8481. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  8482. "license": "MIT",
  8483. "engines": {
  8484. "node": ">= 4"
  8485. }
  8486. },
  8487. "node_modules/image-meta": {
  8488. "version": "0.2.2",
  8489. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.2.tgz",
  8490. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  8491. "license": "MIT"
  8492. },
  8493. "node_modules/immutable": {
  8494. "version": "5.1.1",
  8495. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  8496. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  8497. "devOptional": true,
  8498. "license": "MIT"
  8499. },
  8500. "node_modules/impound": {
  8501. "version": "1.0.0",
  8502. "resolved": "https://registry.npmmirror.com/impound/-/impound-1.0.0.tgz",
  8503. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  8504. "license": "MIT",
  8505. "dependencies": {
  8506. "exsolve": "^1.0.5",
  8507. "mocked-exports": "^0.1.1",
  8508. "pathe": "^2.0.3",
  8509. "unplugin": "^2.3.2",
  8510. "unplugin-utils": "^0.2.4"
  8511. }
  8512. },
  8513. "node_modules/inherits": {
  8514. "version": "2.0.4",
  8515. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  8516. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8517. "license": "ISC"
  8518. },
  8519. "node_modules/ini": {
  8520. "version": "4.1.1",
  8521. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  8522. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  8523. "license": "ISC",
  8524. "engines": {
  8525. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8526. }
  8527. },
  8528. "node_modules/ioredis": {
  8529. "version": "5.8.2",
  8530. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.8.2.tgz",
  8531. "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
  8532. "license": "MIT",
  8533. "dependencies": {
  8534. "@ioredis/commands": "1.4.0",
  8535. "cluster-key-slot": "^1.1.0",
  8536. "debug": "^4.3.4",
  8537. "denque": "^2.1.0",
  8538. "lodash.defaults": "^4.2.0",
  8539. "lodash.isarguments": "^3.1.0",
  8540. "redis-errors": "^1.2.0",
  8541. "redis-parser": "^3.0.0",
  8542. "standard-as-callback": "^2.1.0"
  8543. },
  8544. "engines": {
  8545. "node": ">=12.22.0"
  8546. },
  8547. "funding": {
  8548. "type": "opencollective",
  8549. "url": "https://opencollective.com/ioredis"
  8550. }
  8551. },
  8552. "node_modules/iron-webcrypto": {
  8553. "version": "1.2.1",
  8554. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  8555. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  8556. "license": "MIT",
  8557. "funding": {
  8558. "url": "https://github.com/sponsors/brc-dd"
  8559. }
  8560. },
  8561. "node_modules/is-buffer": {
  8562. "version": "1.1.6",
  8563. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
  8564. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  8565. "license": "MIT"
  8566. },
  8567. "node_modules/is-class-hotfix": {
  8568. "version": "0.0.6",
  8569. "resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  8570. "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  8571. "dev": true,
  8572. "license": "MIT"
  8573. },
  8574. "node_modules/is-core-module": {
  8575. "version": "2.16.1",
  8576. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  8577. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8578. "license": "MIT",
  8579. "dependencies": {
  8580. "hasown": "^2.0.2"
  8581. },
  8582. "engines": {
  8583. "node": ">= 0.4"
  8584. },
  8585. "funding": {
  8586. "url": "https://github.com/sponsors/ljharb"
  8587. }
  8588. },
  8589. "node_modules/is-docker": {
  8590. "version": "3.0.0",
  8591. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  8592. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  8593. "license": "MIT",
  8594. "bin": {
  8595. "is-docker": "cli.js"
  8596. },
  8597. "engines": {
  8598. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8599. },
  8600. "funding": {
  8601. "url": "https://github.com/sponsors/sindresorhus"
  8602. }
  8603. },
  8604. "node_modules/is-extendable": {
  8605. "version": "0.1.1",
  8606. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  8607. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  8608. "dev": true,
  8609. "license": "MIT",
  8610. "engines": {
  8611. "node": ">=0.10.0"
  8612. }
  8613. },
  8614. "node_modules/is-extglob": {
  8615. "version": "2.1.1",
  8616. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  8617. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8618. "license": "MIT",
  8619. "engines": {
  8620. "node": ">=0.10.0"
  8621. }
  8622. },
  8623. "node_modules/is-fullwidth-code-point": {
  8624. "version": "3.0.0",
  8625. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8626. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8627. "license": "MIT",
  8628. "engines": {
  8629. "node": ">=8"
  8630. }
  8631. },
  8632. "node_modules/is-glob": {
  8633. "version": "4.0.3",
  8634. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  8635. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8636. "license": "MIT",
  8637. "dependencies": {
  8638. "is-extglob": "^2.1.1"
  8639. },
  8640. "engines": {
  8641. "node": ">=0.10.0"
  8642. }
  8643. },
  8644. "node_modules/is-inside-container": {
  8645. "version": "1.0.0",
  8646. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  8647. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  8648. "license": "MIT",
  8649. "dependencies": {
  8650. "is-docker": "^3.0.0"
  8651. },
  8652. "bin": {
  8653. "is-inside-container": "cli.js"
  8654. },
  8655. "engines": {
  8656. "node": ">=14.16"
  8657. },
  8658. "funding": {
  8659. "url": "https://github.com/sponsors/sindresorhus"
  8660. }
  8661. },
  8662. "node_modules/is-installed-globally": {
  8663. "version": "1.0.0",
  8664. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  8665. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  8666. "license": "MIT",
  8667. "dependencies": {
  8668. "global-directory": "^4.0.1",
  8669. "is-path-inside": "^4.0.0"
  8670. },
  8671. "engines": {
  8672. "node": ">=18"
  8673. },
  8674. "funding": {
  8675. "url": "https://github.com/sponsors/sindresorhus"
  8676. }
  8677. },
  8678. "node_modules/is-module": {
  8679. "version": "1.0.0",
  8680. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  8681. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  8682. "license": "MIT"
  8683. },
  8684. "node_modules/is-number": {
  8685. "version": "7.0.0",
  8686. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  8687. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8688. "license": "MIT",
  8689. "engines": {
  8690. "node": ">=0.12.0"
  8691. }
  8692. },
  8693. "node_modules/is-path-inside": {
  8694. "version": "4.0.0",
  8695. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  8696. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  8697. "license": "MIT",
  8698. "engines": {
  8699. "node": ">=12"
  8700. },
  8701. "funding": {
  8702. "url": "https://github.com/sponsors/sindresorhus"
  8703. }
  8704. },
  8705. "node_modules/is-plain-obj": {
  8706. "version": "4.1.0",
  8707. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  8708. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  8709. "dev": true,
  8710. "license": "MIT",
  8711. "engines": {
  8712. "node": ">=12"
  8713. },
  8714. "funding": {
  8715. "url": "https://github.com/sponsors/sindresorhus"
  8716. }
  8717. },
  8718. "node_modules/is-plain-object": {
  8719. "version": "3.0.1",
  8720. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  8721. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  8722. "license": "MIT",
  8723. "engines": {
  8724. "node": ">=0.10.0"
  8725. }
  8726. },
  8727. "node_modules/is-property": {
  8728. "version": "1.0.2",
  8729. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  8730. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  8731. "license": "MIT"
  8732. },
  8733. "node_modules/is-reference": {
  8734. "version": "1.2.1",
  8735. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  8736. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  8737. "license": "MIT",
  8738. "dependencies": {
  8739. "@types/estree": "*"
  8740. }
  8741. },
  8742. "node_modules/is-ssh": {
  8743. "version": "1.4.1",
  8744. "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.1.tgz",
  8745. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  8746. "license": "MIT",
  8747. "dependencies": {
  8748. "protocols": "^2.0.1"
  8749. }
  8750. },
  8751. "node_modules/is-stream": {
  8752. "version": "4.0.1",
  8753. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  8754. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  8755. "dev": true,
  8756. "license": "MIT",
  8757. "engines": {
  8758. "node": ">=18"
  8759. },
  8760. "funding": {
  8761. "url": "https://github.com/sponsors/sindresorhus"
  8762. }
  8763. },
  8764. "node_modules/is-type-of": {
  8765. "version": "1.4.0",
  8766. "resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
  8767. "integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  8768. "dev": true,
  8769. "license": "MIT",
  8770. "dependencies": {
  8771. "core-util-is": "^1.0.2",
  8772. "is-class-hotfix": "~0.0.6",
  8773. "isstream": "~0.1.2"
  8774. }
  8775. },
  8776. "node_modules/is-unicode-supported": {
  8777. "version": "2.1.0",
  8778. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  8779. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  8780. "dev": true,
  8781. "license": "MIT",
  8782. "engines": {
  8783. "node": ">=18"
  8784. },
  8785. "funding": {
  8786. "url": "https://github.com/sponsors/sindresorhus"
  8787. }
  8788. },
  8789. "node_modules/is-what": {
  8790. "version": "4.1.16",
  8791. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  8792. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  8793. "license": "MIT",
  8794. "engines": {
  8795. "node": ">=12.13"
  8796. },
  8797. "funding": {
  8798. "url": "https://github.com/sponsors/mesqueeb"
  8799. }
  8800. },
  8801. "node_modules/is-wsl": {
  8802. "version": "3.1.0",
  8803. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  8804. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  8805. "license": "MIT",
  8806. "dependencies": {
  8807. "is-inside-container": "^1.0.0"
  8808. },
  8809. "engines": {
  8810. "node": ">=16"
  8811. },
  8812. "funding": {
  8813. "url": "https://github.com/sponsors/sindresorhus"
  8814. }
  8815. },
  8816. "node_modules/is64bit": {
  8817. "version": "2.0.0",
  8818. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  8819. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  8820. "license": "MIT",
  8821. "dependencies": {
  8822. "system-architecture": "^0.1.0"
  8823. },
  8824. "engines": {
  8825. "node": ">=18"
  8826. },
  8827. "funding": {
  8828. "url": "https://github.com/sponsors/sindresorhus"
  8829. }
  8830. },
  8831. "node_modules/isarray": {
  8832. "version": "1.0.0",
  8833. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  8834. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  8835. "license": "MIT"
  8836. },
  8837. "node_modules/isexe": {
  8838. "version": "3.1.1",
  8839. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  8840. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  8841. "license": "ISC",
  8842. "engines": {
  8843. "node": ">=16"
  8844. }
  8845. },
  8846. "node_modules/isstream": {
  8847. "version": "0.1.2",
  8848. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  8849. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  8850. "dev": true,
  8851. "license": "MIT"
  8852. },
  8853. "node_modules/jackspeak": {
  8854. "version": "3.4.3",
  8855. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  8856. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  8857. "license": "BlueOak-1.0.0",
  8858. "dependencies": {
  8859. "@isaacs/cliui": "^8.0.2"
  8860. },
  8861. "funding": {
  8862. "url": "https://github.com/sponsors/isaacs"
  8863. },
  8864. "optionalDependencies": {
  8865. "@pkgjs/parseargs": "^0.11.0"
  8866. }
  8867. },
  8868. "node_modules/jiti": {
  8869. "version": "2.6.1",
  8870. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  8871. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  8872. "license": "MIT",
  8873. "bin": {
  8874. "jiti": "lib/jiti-cli.mjs"
  8875. }
  8876. },
  8877. "node_modules/js-base64": {
  8878. "version": "2.6.4",
  8879. "resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
  8880. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
  8881. "dev": true,
  8882. "license": "BSD-3-Clause"
  8883. },
  8884. "node_modules/js-tokens": {
  8885. "version": "4.0.0",
  8886. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  8887. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  8888. "license": "MIT"
  8889. },
  8890. "node_modules/jsesc": {
  8891. "version": "3.1.0",
  8892. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  8893. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  8894. "license": "MIT",
  8895. "bin": {
  8896. "jsesc": "bin/jsesc"
  8897. },
  8898. "engines": {
  8899. "node": ">=6"
  8900. }
  8901. },
  8902. "node_modules/json-parse-even-better-errors": {
  8903. "version": "4.0.0",
  8904. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  8905. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  8906. "dev": true,
  8907. "license": "MIT",
  8908. "engines": {
  8909. "node": "^18.17.0 || >=20.5.0"
  8910. }
  8911. },
  8912. "node_modules/json5": {
  8913. "version": "2.2.3",
  8914. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  8915. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  8916. "license": "MIT",
  8917. "bin": {
  8918. "json5": "lib/cli.js"
  8919. },
  8920. "engines": {
  8921. "node": ">=6"
  8922. }
  8923. },
  8924. "node_modules/jsonfile": {
  8925. "version": "6.1.0",
  8926. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  8927. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  8928. "dev": true,
  8929. "license": "MIT",
  8930. "dependencies": {
  8931. "universalify": "^2.0.0"
  8932. },
  8933. "optionalDependencies": {
  8934. "graceful-fs": "^4.1.6"
  8935. }
  8936. },
  8937. "node_modules/jstoxml": {
  8938. "version": "2.2.9",
  8939. "resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
  8940. "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  8941. "dev": true,
  8942. "license": "MIT"
  8943. },
  8944. "node_modules/kleur": {
  8945. "version": "3.0.3",
  8946. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz",
  8947. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  8948. "license": "MIT",
  8949. "engines": {
  8950. "node": ">=6"
  8951. }
  8952. },
  8953. "node_modules/klona": {
  8954. "version": "2.0.6",
  8955. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  8956. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  8957. "license": "MIT",
  8958. "engines": {
  8959. "node": ">= 8"
  8960. }
  8961. },
  8962. "node_modules/knitwork": {
  8963. "version": "1.3.0",
  8964. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.3.0.tgz",
  8965. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  8966. "license": "MIT"
  8967. },
  8968. "node_modules/kolorist": {
  8969. "version": "1.8.0",
  8970. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  8971. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  8972. "dev": true,
  8973. "license": "MIT"
  8974. },
  8975. "node_modules/launch-editor": {
  8976. "version": "2.12.0",
  8977. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.12.0.tgz",
  8978. "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
  8979. "license": "MIT",
  8980. "dependencies": {
  8981. "picocolors": "^1.1.1",
  8982. "shell-quote": "^1.8.3"
  8983. }
  8984. },
  8985. "node_modules/lazystream": {
  8986. "version": "1.0.1",
  8987. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  8988. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  8989. "license": "MIT",
  8990. "dependencies": {
  8991. "readable-stream": "^2.0.5"
  8992. },
  8993. "engines": {
  8994. "node": ">= 0.6.3"
  8995. }
  8996. },
  8997. "node_modules/lazystream/node_modules/readable-stream": {
  8998. "version": "2.3.8",
  8999. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  9000. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  9001. "license": "MIT",
  9002. "dependencies": {
  9003. "core-util-is": "~1.0.0",
  9004. "inherits": "~2.0.3",
  9005. "isarray": "~1.0.0",
  9006. "process-nextick-args": "~2.0.0",
  9007. "safe-buffer": "~5.1.1",
  9008. "string_decoder": "~1.1.1",
  9009. "util-deprecate": "~1.0.1"
  9010. }
  9011. },
  9012. "node_modules/lazystream/node_modules/safe-buffer": {
  9013. "version": "5.1.2",
  9014. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  9015. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  9016. "license": "MIT"
  9017. },
  9018. "node_modules/lazystream/node_modules/string_decoder": {
  9019. "version": "1.1.1",
  9020. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  9021. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  9022. "license": "MIT",
  9023. "dependencies": {
  9024. "safe-buffer": "~5.1.0"
  9025. }
  9026. },
  9027. "node_modules/lilconfig": {
  9028. "version": "3.1.3",
  9029. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  9030. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  9031. "license": "MIT",
  9032. "engines": {
  9033. "node": ">=14"
  9034. },
  9035. "funding": {
  9036. "url": "https://github.com/sponsors/antonk52"
  9037. }
  9038. },
  9039. "node_modules/listhen": {
  9040. "version": "1.9.0",
  9041. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  9042. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  9043. "license": "MIT",
  9044. "dependencies": {
  9045. "@parcel/watcher": "^2.4.1",
  9046. "@parcel/watcher-wasm": "^2.4.1",
  9047. "citty": "^0.1.6",
  9048. "clipboardy": "^4.0.0",
  9049. "consola": "^3.2.3",
  9050. "crossws": ">=0.2.0 <0.4.0",
  9051. "defu": "^6.1.4",
  9052. "get-port-please": "^3.1.2",
  9053. "h3": "^1.12.0",
  9054. "http-shutdown": "^1.2.2",
  9055. "jiti": "^2.1.2",
  9056. "mlly": "^1.7.1",
  9057. "node-forge": "^1.3.1",
  9058. "pathe": "^1.1.2",
  9059. "std-env": "^3.7.0",
  9060. "ufo": "^1.5.4",
  9061. "untun": "^0.1.3",
  9062. "uqr": "^0.1.2"
  9063. },
  9064. "bin": {
  9065. "listen": "bin/listhen.mjs",
  9066. "listhen": "bin/listhen.mjs"
  9067. }
  9068. },
  9069. "node_modules/listhen/node_modules/pathe": {
  9070. "version": "1.1.2",
  9071. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  9072. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9073. "license": "MIT"
  9074. },
  9075. "node_modules/local-pkg": {
  9076. "version": "1.1.2",
  9077. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz",
  9078. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  9079. "license": "MIT",
  9080. "dependencies": {
  9081. "mlly": "^1.7.4",
  9082. "pkg-types": "^2.3.0",
  9083. "quansync": "^0.2.11"
  9084. },
  9085. "engines": {
  9086. "node": ">=14"
  9087. },
  9088. "funding": {
  9089. "url": "https://github.com/sponsors/antfu"
  9090. }
  9091. },
  9092. "node_modules/lodash": {
  9093. "version": "4.17.21",
  9094. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  9095. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  9096. "license": "MIT"
  9097. },
  9098. "node_modules/lodash-es": {
  9099. "version": "4.17.21",
  9100. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  9101. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  9102. },
  9103. "node_modules/lodash.defaults": {
  9104. "version": "4.2.0",
  9105. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  9106. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  9107. "license": "MIT"
  9108. },
  9109. "node_modules/lodash.isarguments": {
  9110. "version": "3.1.0",
  9111. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  9112. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  9113. "license": "MIT"
  9114. },
  9115. "node_modules/lodash.memoize": {
  9116. "version": "4.1.2",
  9117. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9118. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9119. "license": "MIT"
  9120. },
  9121. "node_modules/lodash.uniq": {
  9122. "version": "4.5.0",
  9123. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  9124. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  9125. "license": "MIT"
  9126. },
  9127. "node_modules/long": {
  9128. "version": "5.3.2",
  9129. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  9130. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  9131. "license": "Apache-2.0"
  9132. },
  9133. "node_modules/loose-envify": {
  9134. "version": "1.4.0",
  9135. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  9136. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9137. "license": "MIT",
  9138. "dependencies": {
  9139. "js-tokens": "^3.0.0 || ^4.0.0"
  9140. },
  9141. "bin": {
  9142. "loose-envify": "cli.js"
  9143. }
  9144. },
  9145. "node_modules/lru-cache": {
  9146. "version": "5.1.1",
  9147. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  9148. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9149. "license": "ISC",
  9150. "dependencies": {
  9151. "yallist": "^3.0.2"
  9152. }
  9153. },
  9154. "node_modules/lru.min": {
  9155. "version": "1.1.3",
  9156. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.3.tgz",
  9157. "integrity": "sha512-Lkk/vx6ak3rYkRR0Nhu4lFUT2VDnQSxBe8Hbl7f36358p6ow8Bnvr8lrLt98H8J1aGxfhbX4Fs5tYg2+FTwr5Q==",
  9158. "license": "MIT",
  9159. "engines": {
  9160. "bun": ">=1.0.0",
  9161. "deno": ">=1.30.0",
  9162. "node": ">=8.0.0"
  9163. },
  9164. "funding": {
  9165. "type": "github",
  9166. "url": "https://github.com/sponsors/wellwelwel"
  9167. }
  9168. },
  9169. "node_modules/magic-regexp": {
  9170. "version": "0.10.0",
  9171. "resolved": "https://registry.npmmirror.com/magic-regexp/-/magic-regexp-0.10.0.tgz",
  9172. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  9173. "license": "MIT",
  9174. "dependencies": {
  9175. "estree-walker": "^3.0.3",
  9176. "magic-string": "^0.30.12",
  9177. "mlly": "^1.7.2",
  9178. "regexp-tree": "^0.1.27",
  9179. "type-level-regexp": "~0.1.17",
  9180. "ufo": "^1.5.4",
  9181. "unplugin": "^2.0.0"
  9182. }
  9183. },
  9184. "node_modules/magic-regexp/node_modules/estree-walker": {
  9185. "version": "3.0.3",
  9186. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  9187. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9188. "license": "MIT",
  9189. "dependencies": {
  9190. "@types/estree": "^1.0.0"
  9191. }
  9192. },
  9193. "node_modules/magic-string": {
  9194. "version": "0.30.21",
  9195. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  9196. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  9197. "license": "MIT",
  9198. "dependencies": {
  9199. "@jridgewell/sourcemap-codec": "^1.5.5"
  9200. }
  9201. },
  9202. "node_modules/magic-string-ast": {
  9203. "version": "1.0.3",
  9204. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  9205. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  9206. "license": "MIT",
  9207. "dependencies": {
  9208. "magic-string": "^0.30.19"
  9209. },
  9210. "engines": {
  9211. "node": ">=20.19.0"
  9212. },
  9213. "funding": {
  9214. "url": "https://github.com/sponsors/sxzz"
  9215. }
  9216. },
  9217. "node_modules/magicast": {
  9218. "version": "0.5.1",
  9219. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.5.1.tgz",
  9220. "integrity": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==",
  9221. "license": "MIT",
  9222. "dependencies": {
  9223. "@babel/parser": "^7.28.5",
  9224. "@babel/types": "^7.28.5",
  9225. "source-map-js": "^1.2.1"
  9226. }
  9227. },
  9228. "node_modules/math-intrinsics": {
  9229. "version": "1.1.0",
  9230. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  9231. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  9232. "license": "MIT",
  9233. "engines": {
  9234. "node": ">= 0.4"
  9235. }
  9236. },
  9237. "node_modules/md5": {
  9238. "version": "2.3.0",
  9239. "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
  9240. "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  9241. "license": "BSD-3-Clause",
  9242. "dependencies": {
  9243. "charenc": "0.0.2",
  9244. "crypt": "0.0.2",
  9245. "is-buffer": "~1.1.6"
  9246. }
  9247. },
  9248. "node_modules/mdn-data": {
  9249. "version": "2.12.2",
  9250. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  9251. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  9252. "license": "CC0-1.0"
  9253. },
  9254. "node_modules/memorystream": {
  9255. "version": "0.3.1",
  9256. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  9257. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  9258. "dev": true,
  9259. "engines": {
  9260. "node": ">= 0.10.0"
  9261. }
  9262. },
  9263. "node_modules/merge-descriptors": {
  9264. "version": "1.0.3",
  9265. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  9266. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  9267. "dev": true,
  9268. "license": "MIT",
  9269. "funding": {
  9270. "url": "https://github.com/sponsors/sindresorhus"
  9271. }
  9272. },
  9273. "node_modules/merge-stream": {
  9274. "version": "2.0.0",
  9275. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  9276. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  9277. "license": "MIT"
  9278. },
  9279. "node_modules/merge2": {
  9280. "version": "1.4.1",
  9281. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  9282. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9283. "license": "MIT",
  9284. "engines": {
  9285. "node": ">= 8"
  9286. }
  9287. },
  9288. "node_modules/micromatch": {
  9289. "version": "4.0.8",
  9290. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  9291. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  9292. "license": "MIT",
  9293. "dependencies": {
  9294. "braces": "^3.0.3",
  9295. "picomatch": "^2.3.1"
  9296. },
  9297. "engines": {
  9298. "node": ">=8.6"
  9299. }
  9300. },
  9301. "node_modules/micromatch/node_modules/picomatch": {
  9302. "version": "2.3.1",
  9303. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9304. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9305. "license": "MIT",
  9306. "engines": {
  9307. "node": ">=8.6"
  9308. },
  9309. "funding": {
  9310. "url": "https://github.com/sponsors/jonschlinkert"
  9311. }
  9312. },
  9313. "node_modules/mime": {
  9314. "version": "2.6.0",
  9315. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  9316. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9317. "dev": true,
  9318. "license": "MIT",
  9319. "bin": {
  9320. "mime": "cli.js"
  9321. },
  9322. "engines": {
  9323. "node": ">=4.0.0"
  9324. }
  9325. },
  9326. "node_modules/mime-db": {
  9327. "version": "1.52.0",
  9328. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  9329. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9330. "license": "MIT",
  9331. "engines": {
  9332. "node": ">= 0.6"
  9333. }
  9334. },
  9335. "node_modules/mime-types": {
  9336. "version": "2.1.35",
  9337. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  9338. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9339. "license": "MIT",
  9340. "dependencies": {
  9341. "mime-db": "1.52.0"
  9342. },
  9343. "engines": {
  9344. "node": ">= 0.6"
  9345. }
  9346. },
  9347. "node_modules/mimic-fn": {
  9348. "version": "4.0.0",
  9349. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  9350. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  9351. "license": "MIT",
  9352. "engines": {
  9353. "node": ">=12"
  9354. },
  9355. "funding": {
  9356. "url": "https://github.com/sponsors/sindresorhus"
  9357. }
  9358. },
  9359. "node_modules/minimatch": {
  9360. "version": "9.0.5",
  9361. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9362. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9363. "license": "ISC",
  9364. "dependencies": {
  9365. "brace-expansion": "^2.0.1"
  9366. },
  9367. "engines": {
  9368. "node": ">=16 || 14 >=14.17"
  9369. },
  9370. "funding": {
  9371. "url": "https://github.com/sponsors/isaacs"
  9372. }
  9373. },
  9374. "node_modules/minimist": {
  9375. "version": "1.2.8",
  9376. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  9377. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9378. "dev": true,
  9379. "license": "MIT",
  9380. "funding": {
  9381. "url": "https://github.com/sponsors/ljharb"
  9382. }
  9383. },
  9384. "node_modules/minipass": {
  9385. "version": "7.1.2",
  9386. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  9387. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  9388. "license": "ISC",
  9389. "engines": {
  9390. "node": ">=16 || 14 >=14.17"
  9391. }
  9392. },
  9393. "node_modules/minizlib": {
  9394. "version": "3.1.0",
  9395. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.1.0.tgz",
  9396. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  9397. "license": "MIT",
  9398. "dependencies": {
  9399. "minipass": "^7.1.2"
  9400. },
  9401. "engines": {
  9402. "node": ">= 18"
  9403. }
  9404. },
  9405. "node_modules/mitt": {
  9406. "version": "3.0.1",
  9407. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  9408. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  9409. "license": "MIT"
  9410. },
  9411. "node_modules/mkdirp": {
  9412. "version": "0.5.6",
  9413. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  9414. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9415. "dev": true,
  9416. "license": "MIT",
  9417. "dependencies": {
  9418. "minimist": "^1.2.6"
  9419. },
  9420. "bin": {
  9421. "mkdirp": "bin/cmd.js"
  9422. }
  9423. },
  9424. "node_modules/mlly": {
  9425. "version": "1.8.0",
  9426. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.0.tgz",
  9427. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  9428. "license": "MIT",
  9429. "dependencies": {
  9430. "acorn": "^8.15.0",
  9431. "pathe": "^2.0.3",
  9432. "pkg-types": "^1.3.1",
  9433. "ufo": "^1.6.1"
  9434. }
  9435. },
  9436. "node_modules/mlly/node_modules/confbox": {
  9437. "version": "0.1.8",
  9438. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  9439. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  9440. "license": "MIT"
  9441. },
  9442. "node_modules/mlly/node_modules/pkg-types": {
  9443. "version": "1.3.1",
  9444. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  9445. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  9446. "license": "MIT",
  9447. "dependencies": {
  9448. "confbox": "^0.1.8",
  9449. "mlly": "^1.7.4",
  9450. "pathe": "^2.0.1"
  9451. }
  9452. },
  9453. "node_modules/mocked-exports": {
  9454. "version": "0.1.1",
  9455. "resolved": "https://registry.npmmirror.com/mocked-exports/-/mocked-exports-0.1.1.tgz",
  9456. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  9457. "license": "MIT"
  9458. },
  9459. "node_modules/mrmime": {
  9460. "version": "2.0.1",
  9461. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  9462. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  9463. "license": "MIT",
  9464. "engines": {
  9465. "node": ">=10"
  9466. }
  9467. },
  9468. "node_modules/ms": {
  9469. "version": "2.1.3",
  9470. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  9471. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  9472. "license": "MIT"
  9473. },
  9474. "node_modules/muggle-string": {
  9475. "version": "0.4.1",
  9476. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  9477. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  9478. "license": "MIT"
  9479. },
  9480. "node_modules/mute-stream": {
  9481. "version": "2.0.0",
  9482. "resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz",
  9483. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  9484. "dev": true,
  9485. "license": "ISC",
  9486. "engines": {
  9487. "node": "^18.17.0 || >=20.5.0"
  9488. }
  9489. },
  9490. "node_modules/mysql2": {
  9491. "version": "3.16.0",
  9492. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.16.0.tgz",
  9493. "integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
  9494. "license": "MIT",
  9495. "dependencies": {
  9496. "aws-ssl-profiles": "^1.1.1",
  9497. "denque": "^2.1.0",
  9498. "generate-function": "^2.3.1",
  9499. "iconv-lite": "^0.7.0",
  9500. "long": "^5.2.1",
  9501. "lru.min": "^1.0.0",
  9502. "named-placeholders": "^1.1.3",
  9503. "seq-queue": "^0.0.5",
  9504. "sqlstring": "^2.3.2"
  9505. },
  9506. "engines": {
  9507. "node": ">= 8.0"
  9508. }
  9509. },
  9510. "node_modules/mysql2/node_modules/iconv-lite": {
  9511. "version": "0.7.1",
  9512. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  9513. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  9514. "license": "MIT",
  9515. "dependencies": {
  9516. "safer-buffer": ">= 2.1.2 < 3.0.0"
  9517. },
  9518. "engines": {
  9519. "node": ">=0.10.0"
  9520. },
  9521. "funding": {
  9522. "type": "opencollective",
  9523. "url": "https://opencollective.com/express"
  9524. }
  9525. },
  9526. "node_modules/mz": {
  9527. "version": "2.7.0",
  9528. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  9529. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  9530. "dev": true,
  9531. "license": "MIT",
  9532. "dependencies": {
  9533. "any-promise": "^1.0.0",
  9534. "object-assign": "^4.0.1",
  9535. "thenify-all": "^1.0.0"
  9536. }
  9537. },
  9538. "node_modules/named-placeholders": {
  9539. "version": "1.1.6",
  9540. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.6.tgz",
  9541. "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  9542. "license": "MIT",
  9543. "dependencies": {
  9544. "lru.min": "^1.1.0"
  9545. },
  9546. "engines": {
  9547. "node": ">=8.0.0"
  9548. }
  9549. },
  9550. "node_modules/nanoid": {
  9551. "version": "3.3.11",
  9552. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9553. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9554. "funding": [
  9555. {
  9556. "type": "github",
  9557. "url": "https://github.com/sponsors/ai"
  9558. }
  9559. ],
  9560. "license": "MIT",
  9561. "bin": {
  9562. "nanoid": "bin/nanoid.cjs"
  9563. },
  9564. "engines": {
  9565. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9566. }
  9567. },
  9568. "node_modules/nanopop": {
  9569. "version": "2.4.2",
  9570. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  9571. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  9572. "license": "MIT"
  9573. },
  9574. "node_modules/nanotar": {
  9575. "version": "0.2.0",
  9576. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.2.0.tgz",
  9577. "integrity": "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==",
  9578. "license": "MIT"
  9579. },
  9580. "node_modules/nitropack": {
  9581. "version": "2.12.9",
  9582. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.12.9.tgz",
  9583. "integrity": "sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==",
  9584. "license": "MIT",
  9585. "dependencies": {
  9586. "@cloudflare/kv-asset-handler": "^0.4.0",
  9587. "@rollup/plugin-alias": "^5.1.1",
  9588. "@rollup/plugin-commonjs": "^28.0.9",
  9589. "@rollup/plugin-inject": "^5.0.5",
  9590. "@rollup/plugin-json": "^6.1.0",
  9591. "@rollup/plugin-node-resolve": "^16.0.3",
  9592. "@rollup/plugin-replace": "^6.0.2",
  9593. "@rollup/plugin-terser": "^0.4.4",
  9594. "@vercel/nft": "^0.30.3",
  9595. "archiver": "^7.0.1",
  9596. "c12": "^3.3.1",
  9597. "chokidar": "^4.0.3",
  9598. "citty": "^0.1.6",
  9599. "compatx": "^0.2.0",
  9600. "confbox": "^0.2.2",
  9601. "consola": "^3.4.2",
  9602. "cookie-es": "^2.0.0",
  9603. "croner": "^9.1.0",
  9604. "crossws": "^0.3.5",
  9605. "db0": "^0.3.4",
  9606. "defu": "^6.1.4",
  9607. "destr": "^2.0.5",
  9608. "dot-prop": "^10.1.0",
  9609. "esbuild": "^0.25.11",
  9610. "escape-string-regexp": "^5.0.0",
  9611. "etag": "^1.8.1",
  9612. "exsolve": "^1.0.7",
  9613. "globby": "^15.0.0",
  9614. "gzip-size": "^7.0.0",
  9615. "h3": "^1.15.4",
  9616. "hookable": "^5.5.3",
  9617. "httpxy": "^0.1.7",
  9618. "ioredis": "^5.8.2",
  9619. "jiti": "^2.6.1",
  9620. "klona": "^2.0.6",
  9621. "knitwork": "^1.2.0",
  9622. "listhen": "^1.9.0",
  9623. "magic-string": "^0.30.21",
  9624. "magicast": "^0.5.0",
  9625. "mime": "^4.1.0",
  9626. "mlly": "^1.8.0",
  9627. "node-fetch-native": "^1.6.7",
  9628. "node-mock-http": "^1.0.3",
  9629. "ofetch": "^1.5.0",
  9630. "ohash": "^2.0.11",
  9631. "pathe": "^2.0.3",
  9632. "perfect-debounce": "^2.0.0",
  9633. "pkg-types": "^2.3.0",
  9634. "pretty-bytes": "^7.1.0",
  9635. "radix3": "^1.1.2",
  9636. "rollup": "^4.52.5",
  9637. "rollup-plugin-visualizer": "^6.0.5",
  9638. "scule": "^1.3.0",
  9639. "semver": "^7.7.3",
  9640. "serve-placeholder": "^2.0.2",
  9641. "serve-static": "^2.2.0",
  9642. "source-map": "^0.7.6",
  9643. "std-env": "^3.10.0",
  9644. "ufo": "^1.6.1",
  9645. "ultrahtml": "^1.6.0",
  9646. "uncrypto": "^0.1.3",
  9647. "unctx": "^2.4.1",
  9648. "unenv": "^2.0.0-rc.23",
  9649. "unimport": "^5.5.0",
  9650. "unplugin-utils": "^0.3.1",
  9651. "unstorage": "^1.17.1",
  9652. "untyped": "^2.0.0",
  9653. "unwasm": "^0.3.11",
  9654. "youch": "^4.1.0-beta.11",
  9655. "youch-core": "^0.3.3"
  9656. },
  9657. "bin": {
  9658. "nitro": "dist/cli/index.mjs",
  9659. "nitropack": "dist/cli/index.mjs"
  9660. },
  9661. "engines": {
  9662. "node": "^20.19.0 || >=22.12.0"
  9663. },
  9664. "peerDependencies": {
  9665. "xml2js": "^0.6.2"
  9666. },
  9667. "peerDependenciesMeta": {
  9668. "xml2js": {
  9669. "optional": true
  9670. }
  9671. }
  9672. },
  9673. "node_modules/nitropack/node_modules/mime": {
  9674. "version": "4.1.0",
  9675. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
  9676. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  9677. "funding": [
  9678. "https://github.com/sponsors/broofa"
  9679. ],
  9680. "license": "MIT",
  9681. "bin": {
  9682. "mime": "bin/cli.js"
  9683. },
  9684. "engines": {
  9685. "node": ">=16"
  9686. }
  9687. },
  9688. "node_modules/nitropack/node_modules/perfect-debounce": {
  9689. "version": "2.0.0",
  9690. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  9691. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  9692. "license": "MIT"
  9693. },
  9694. "node_modules/nitropack/node_modules/semver": {
  9695. "version": "7.7.3",
  9696. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  9697. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  9698. "license": "ISC",
  9699. "bin": {
  9700. "semver": "bin/semver.js"
  9701. },
  9702. "engines": {
  9703. "node": ">=10"
  9704. }
  9705. },
  9706. "node_modules/nitropack/node_modules/unplugin-utils": {
  9707. "version": "0.3.1",
  9708. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9709. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9710. "license": "MIT",
  9711. "dependencies": {
  9712. "pathe": "^2.0.3",
  9713. "picomatch": "^4.0.3"
  9714. },
  9715. "engines": {
  9716. "node": ">=20.19.0"
  9717. },
  9718. "funding": {
  9719. "url": "https://github.com/sponsors/sxzz"
  9720. }
  9721. },
  9722. "node_modules/node-addon-api": {
  9723. "version": "7.1.1",
  9724. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9725. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9726. "license": "MIT"
  9727. },
  9728. "node_modules/node-fetch": {
  9729. "version": "2.7.0",
  9730. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  9731. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9732. "license": "MIT",
  9733. "dependencies": {
  9734. "whatwg-url": "^5.0.0"
  9735. },
  9736. "engines": {
  9737. "node": "4.x || >=6.0.0"
  9738. },
  9739. "peerDependencies": {
  9740. "encoding": "^0.1.0"
  9741. },
  9742. "peerDependenciesMeta": {
  9743. "encoding": {
  9744. "optional": true
  9745. }
  9746. }
  9747. },
  9748. "node_modules/node-fetch-native": {
  9749. "version": "1.6.7",
  9750. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9751. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9752. "license": "MIT"
  9753. },
  9754. "node_modules/node-forge": {
  9755. "version": "1.3.3",
  9756. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.3.tgz",
  9757. "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
  9758. "license": "(BSD-3-Clause OR GPL-2.0)",
  9759. "engines": {
  9760. "node": ">= 6.13.0"
  9761. }
  9762. },
  9763. "node_modules/node-gyp-build": {
  9764. "version": "4.8.4",
  9765. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9766. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9767. "license": "MIT",
  9768. "bin": {
  9769. "node-gyp-build": "bin.js",
  9770. "node-gyp-build-optional": "optional.js",
  9771. "node-gyp-build-test": "build-test.js"
  9772. }
  9773. },
  9774. "node_modules/node-hex": {
  9775. "version": "1.0.1",
  9776. "resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
  9777. "integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
  9778. "dev": true,
  9779. "license": "MIT",
  9780. "engines": {
  9781. "node": ">=8.0.0"
  9782. }
  9783. },
  9784. "node_modules/node-mock-http": {
  9785. "version": "1.0.4",
  9786. "resolved": "https://registry.npmmirror.com/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9787. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9788. "license": "MIT"
  9789. },
  9790. "node_modules/node-releases": {
  9791. "version": "2.0.27",
  9792. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  9793. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  9794. "license": "MIT"
  9795. },
  9796. "node_modules/nopt": {
  9797. "version": "8.1.0",
  9798. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz",
  9799. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9800. "license": "ISC",
  9801. "dependencies": {
  9802. "abbrev": "^3.0.0"
  9803. },
  9804. "bin": {
  9805. "nopt": "bin/nopt.js"
  9806. },
  9807. "engines": {
  9808. "node": "^18.17.0 || >=20.5.0"
  9809. }
  9810. },
  9811. "node_modules/normalize-path": {
  9812. "version": "3.0.0",
  9813. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  9814. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9815. "license": "MIT",
  9816. "engines": {
  9817. "node": ">=0.10.0"
  9818. }
  9819. },
  9820. "node_modules/npm-normalize-package-bin": {
  9821. "version": "4.0.0",
  9822. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  9823. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  9824. "dev": true,
  9825. "license": "ISC",
  9826. "engines": {
  9827. "node": "^18.17.0 || >=20.5.0"
  9828. }
  9829. },
  9830. "node_modules/npm-run-all2": {
  9831. "version": "7.0.2",
  9832. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  9833. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  9834. "dev": true,
  9835. "license": "MIT",
  9836. "dependencies": {
  9837. "ansi-styles": "^6.2.1",
  9838. "cross-spawn": "^7.0.6",
  9839. "memorystream": "^0.3.1",
  9840. "minimatch": "^9.0.0",
  9841. "pidtree": "^0.6.0",
  9842. "read-package-json-fast": "^4.0.0",
  9843. "shell-quote": "^1.7.3",
  9844. "which": "^5.0.0"
  9845. },
  9846. "bin": {
  9847. "npm-run-all": "bin/npm-run-all/index.js",
  9848. "npm-run-all2": "bin/npm-run-all/index.js",
  9849. "run-p": "bin/run-p/index.js",
  9850. "run-s": "bin/run-s/index.js"
  9851. },
  9852. "engines": {
  9853. "node": "^18.17.0 || >=20.5.0",
  9854. "npm": ">= 9"
  9855. }
  9856. },
  9857. "node_modules/npm-run-path": {
  9858. "version": "6.0.0",
  9859. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  9860. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  9861. "license": "MIT",
  9862. "dependencies": {
  9863. "path-key": "^4.0.0",
  9864. "unicorn-magic": "^0.3.0"
  9865. },
  9866. "engines": {
  9867. "node": ">=18"
  9868. },
  9869. "funding": {
  9870. "url": "https://github.com/sponsors/sindresorhus"
  9871. }
  9872. },
  9873. "node_modules/npm-run-path/node_modules/path-key": {
  9874. "version": "4.0.0",
  9875. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  9876. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9877. "license": "MIT",
  9878. "engines": {
  9879. "node": ">=12"
  9880. },
  9881. "funding": {
  9882. "url": "https://github.com/sponsors/sindresorhus"
  9883. }
  9884. },
  9885. "node_modules/nth-check": {
  9886. "version": "2.1.1",
  9887. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  9888. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9889. "license": "BSD-2-Clause",
  9890. "dependencies": {
  9891. "boolbase": "^1.0.0"
  9892. },
  9893. "funding": {
  9894. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9895. }
  9896. },
  9897. "node_modules/nuxt": {
  9898. "version": "4.2.2",
  9899. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-4.2.2.tgz",
  9900. "integrity": "sha512-n6oYFikgLEb70J4+K19jAzfx4exZcRSRX7yZn09P5qlf2Z59VNOBqNmaZO5ObzvyGUZ308SZfL629/Q2v2FVjw==",
  9901. "license": "MIT",
  9902. "dependencies": {
  9903. "@dxup/nuxt": "^0.2.2",
  9904. "@nuxt/cli": "^3.31.1",
  9905. "@nuxt/devtools": "^3.1.1",
  9906. "@nuxt/kit": "4.2.2",
  9907. "@nuxt/nitro-server": "4.2.2",
  9908. "@nuxt/schema": "4.2.2",
  9909. "@nuxt/telemetry": "^2.6.6",
  9910. "@nuxt/vite-builder": "4.2.2",
  9911. "@unhead/vue": "^2.0.19",
  9912. "@vue/shared": "^3.5.25",
  9913. "c12": "^3.3.2",
  9914. "chokidar": "^5.0.0",
  9915. "compatx": "^0.2.0",
  9916. "consola": "^3.4.2",
  9917. "cookie-es": "^2.0.0",
  9918. "defu": "^6.1.4",
  9919. "destr": "^2.0.5",
  9920. "devalue": "^5.6.0",
  9921. "errx": "^0.1.0",
  9922. "escape-string-regexp": "^5.0.0",
  9923. "exsolve": "^1.0.8",
  9924. "h3": "^1.15.4",
  9925. "hookable": "^5.5.3",
  9926. "ignore": "^7.0.5",
  9927. "impound": "^1.0.0",
  9928. "jiti": "^2.6.1",
  9929. "klona": "^2.0.6",
  9930. "knitwork": "^1.3.0",
  9931. "magic-string": "^0.30.21",
  9932. "mlly": "^1.8.0",
  9933. "nanotar": "^0.2.0",
  9934. "nypm": "^0.6.2",
  9935. "ofetch": "^1.5.1",
  9936. "ohash": "^2.0.11",
  9937. "on-change": "^6.0.1",
  9938. "oxc-minify": "^0.102.0",
  9939. "oxc-parser": "^0.102.0",
  9940. "oxc-transform": "^0.102.0",
  9941. "oxc-walker": "^0.6.0",
  9942. "pathe": "^2.0.3",
  9943. "perfect-debounce": "^2.0.0",
  9944. "pkg-types": "^2.3.0",
  9945. "radix3": "^1.1.2",
  9946. "scule": "^1.3.0",
  9947. "semver": "^7.7.3",
  9948. "std-env": "^3.10.0",
  9949. "tinyglobby": "^0.2.15",
  9950. "ufo": "^1.6.1",
  9951. "ultrahtml": "^1.6.0",
  9952. "uncrypto": "^0.1.3",
  9953. "unctx": "^2.4.1",
  9954. "unimport": "^5.5.0",
  9955. "unplugin": "^2.3.11",
  9956. "unplugin-vue-router": "^0.19.0",
  9957. "untyped": "^2.0.0",
  9958. "vue": "^3.5.25",
  9959. "vue-router": "^4.6.3"
  9960. },
  9961. "bin": {
  9962. "nuxi": "bin/nuxt.mjs",
  9963. "nuxt": "bin/nuxt.mjs"
  9964. },
  9965. "engines": {
  9966. "node": "^20.19.0 || >=22.12.0"
  9967. },
  9968. "peerDependencies": {
  9969. "@parcel/watcher": "^2.1.0",
  9970. "@types/node": ">=18.12.0"
  9971. },
  9972. "peerDependenciesMeta": {
  9973. "@parcel/watcher": {
  9974. "optional": true
  9975. },
  9976. "@types/node": {
  9977. "optional": true
  9978. }
  9979. }
  9980. },
  9981. "node_modules/nuxt/node_modules/@nuxt/kit": {
  9982. "version": "4.2.2",
  9983. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  9984. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  9985. "license": "MIT",
  9986. "dependencies": {
  9987. "c12": "^3.3.2",
  9988. "consola": "^3.4.2",
  9989. "defu": "^6.1.4",
  9990. "destr": "^2.0.5",
  9991. "errx": "^0.1.0",
  9992. "exsolve": "^1.0.8",
  9993. "ignore": "^7.0.5",
  9994. "jiti": "^2.6.1",
  9995. "klona": "^2.0.6",
  9996. "mlly": "^1.8.0",
  9997. "ohash": "^2.0.11",
  9998. "pathe": "^2.0.3",
  9999. "pkg-types": "^2.3.0",
  10000. "rc9": "^2.1.2",
  10001. "scule": "^1.3.0",
  10002. "semver": "^7.7.3",
  10003. "tinyglobby": "^0.2.15",
  10004. "ufo": "^1.6.1",
  10005. "unctx": "^2.4.1",
  10006. "untyped": "^2.0.0"
  10007. },
  10008. "engines": {
  10009. "node": ">=18.12.0"
  10010. }
  10011. },
  10012. "node_modules/nuxt/node_modules/chokidar": {
  10013. "version": "5.0.0",
  10014. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  10015. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  10016. "license": "MIT",
  10017. "dependencies": {
  10018. "readdirp": "^5.0.0"
  10019. },
  10020. "engines": {
  10021. "node": ">= 20.19.0"
  10022. },
  10023. "funding": {
  10024. "url": "https://paulmillr.com/funding/"
  10025. }
  10026. },
  10027. "node_modules/nuxt/node_modules/perfect-debounce": {
  10028. "version": "2.0.0",
  10029. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  10030. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  10031. "license": "MIT"
  10032. },
  10033. "node_modules/nuxt/node_modules/readdirp": {
  10034. "version": "5.0.0",
  10035. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  10036. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  10037. "license": "MIT",
  10038. "engines": {
  10039. "node": ">= 20.19.0"
  10040. },
  10041. "funding": {
  10042. "type": "individual",
  10043. "url": "https://paulmillr.com/funding/"
  10044. }
  10045. },
  10046. "node_modules/nuxt/node_modules/semver": {
  10047. "version": "7.7.3",
  10048. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  10049. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  10050. "license": "ISC",
  10051. "bin": {
  10052. "semver": "bin/semver.js"
  10053. },
  10054. "engines": {
  10055. "node": ">=10"
  10056. }
  10057. },
  10058. "node_modules/nypm": {
  10059. "version": "0.6.2",
  10060. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.6.2.tgz",
  10061. "integrity": "sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==",
  10062. "license": "MIT",
  10063. "dependencies": {
  10064. "citty": "^0.1.6",
  10065. "consola": "^3.4.2",
  10066. "pathe": "^2.0.3",
  10067. "pkg-types": "^2.3.0",
  10068. "tinyexec": "^1.0.1"
  10069. },
  10070. "bin": {
  10071. "nypm": "dist/cli.mjs"
  10072. },
  10073. "engines": {
  10074. "node": "^14.16.0 || >=16.10.0"
  10075. }
  10076. },
  10077. "node_modules/object-assign": {
  10078. "version": "4.1.1",
  10079. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  10080. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10081. "dev": true,
  10082. "license": "MIT",
  10083. "engines": {
  10084. "node": ">=0.10.0"
  10085. }
  10086. },
  10087. "node_modules/object-inspect": {
  10088. "version": "1.13.4",
  10089. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  10090. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10091. "dev": true,
  10092. "license": "MIT",
  10093. "engines": {
  10094. "node": ">= 0.4"
  10095. },
  10096. "funding": {
  10097. "url": "https://github.com/sponsors/ljharb"
  10098. }
  10099. },
  10100. "node_modules/obug": {
  10101. "version": "2.1.1",
  10102. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  10103. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  10104. "funding": [
  10105. "https://github.com/sponsors/sxzz",
  10106. "https://opencollective.com/debug"
  10107. ],
  10108. "license": "MIT"
  10109. },
  10110. "node_modules/ofetch": {
  10111. "version": "1.5.1",
  10112. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.5.1.tgz",
  10113. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  10114. "license": "MIT",
  10115. "dependencies": {
  10116. "destr": "^2.0.5",
  10117. "node-fetch-native": "^1.6.7",
  10118. "ufo": "^1.6.1"
  10119. }
  10120. },
  10121. "node_modules/ohash": {
  10122. "version": "2.0.11",
  10123. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  10124. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  10125. "license": "MIT"
  10126. },
  10127. "node_modules/on-change": {
  10128. "version": "6.0.1",
  10129. "resolved": "https://registry.npmmirror.com/on-change/-/on-change-6.0.1.tgz",
  10130. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  10131. "license": "MIT",
  10132. "engines": {
  10133. "node": ">=20"
  10134. },
  10135. "funding": {
  10136. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  10137. }
  10138. },
  10139. "node_modules/on-finished": {
  10140. "version": "2.4.1",
  10141. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  10142. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10143. "license": "MIT",
  10144. "dependencies": {
  10145. "ee-first": "1.1.1"
  10146. },
  10147. "engines": {
  10148. "node": ">= 0.8"
  10149. }
  10150. },
  10151. "node_modules/once": {
  10152. "version": "1.4.0",
  10153. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  10154. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10155. "dev": true,
  10156. "license": "ISC",
  10157. "dependencies": {
  10158. "wrappy": "1"
  10159. }
  10160. },
  10161. "node_modules/onetime": {
  10162. "version": "6.0.0",
  10163. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  10164. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  10165. "license": "MIT",
  10166. "dependencies": {
  10167. "mimic-fn": "^4.0.0"
  10168. },
  10169. "engines": {
  10170. "node": ">=12"
  10171. },
  10172. "funding": {
  10173. "url": "https://github.com/sponsors/sindresorhus"
  10174. }
  10175. },
  10176. "node_modules/open": {
  10177. "version": "10.2.0",
  10178. "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
  10179. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  10180. "license": "MIT",
  10181. "dependencies": {
  10182. "default-browser": "^5.2.1",
  10183. "define-lazy-prop": "^3.0.0",
  10184. "is-inside-container": "^1.0.0",
  10185. "wsl-utils": "^0.1.0"
  10186. },
  10187. "engines": {
  10188. "node": ">=18"
  10189. },
  10190. "funding": {
  10191. "url": "https://github.com/sponsors/sindresorhus"
  10192. }
  10193. },
  10194. "node_modules/os-name": {
  10195. "version": "1.0.3",
  10196. "resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
  10197. "integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  10198. "dev": true,
  10199. "license": "MIT",
  10200. "dependencies": {
  10201. "osx-release": "^1.0.0",
  10202. "win-release": "^1.0.0"
  10203. },
  10204. "bin": {
  10205. "os-name": "cli.js"
  10206. },
  10207. "engines": {
  10208. "node": ">=0.10.0"
  10209. }
  10210. },
  10211. "node_modules/osx-release": {
  10212. "version": "1.1.0",
  10213. "resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
  10214. "integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
  10215. "dev": true,
  10216. "license": "MIT",
  10217. "dependencies": {
  10218. "minimist": "^1.1.0"
  10219. },
  10220. "bin": {
  10221. "osx-release": "cli.js"
  10222. },
  10223. "engines": {
  10224. "node": ">=0.10.0"
  10225. }
  10226. },
  10227. "node_modules/oxc-minify": {
  10228. "version": "0.102.0",
  10229. "resolved": "https://registry.npmmirror.com/oxc-minify/-/oxc-minify-0.102.0.tgz",
  10230. "integrity": "sha512-FphAHDyTCNepQbiQTSyWFMbNc9zdUmj1WBsoLwvZhWm7rEe/IeIKYKRhy75lWOjwFsi5/i4Qucq43hgs3n2Exw==",
  10231. "license": "MIT",
  10232. "engines": {
  10233. "node": "^20.19.0 || >=22.12.0"
  10234. },
  10235. "funding": {
  10236. "url": "https://github.com/sponsors/Boshen"
  10237. },
  10238. "optionalDependencies": {
  10239. "@oxc-minify/binding-android-arm64": "0.102.0",
  10240. "@oxc-minify/binding-darwin-arm64": "0.102.0",
  10241. "@oxc-minify/binding-darwin-x64": "0.102.0",
  10242. "@oxc-minify/binding-freebsd-x64": "0.102.0",
  10243. "@oxc-minify/binding-linux-arm-gnueabihf": "0.102.0",
  10244. "@oxc-minify/binding-linux-arm64-gnu": "0.102.0",
  10245. "@oxc-minify/binding-linux-arm64-musl": "0.102.0",
  10246. "@oxc-minify/binding-linux-riscv64-gnu": "0.102.0",
  10247. "@oxc-minify/binding-linux-s390x-gnu": "0.102.0",
  10248. "@oxc-minify/binding-linux-x64-gnu": "0.102.0",
  10249. "@oxc-minify/binding-linux-x64-musl": "0.102.0",
  10250. "@oxc-minify/binding-openharmony-arm64": "0.102.0",
  10251. "@oxc-minify/binding-wasm32-wasi": "0.102.0",
  10252. "@oxc-minify/binding-win32-arm64-msvc": "0.102.0",
  10253. "@oxc-minify/binding-win32-x64-msvc": "0.102.0"
  10254. }
  10255. },
  10256. "node_modules/oxc-parser": {
  10257. "version": "0.102.0",
  10258. "resolved": "https://registry.npmmirror.com/oxc-parser/-/oxc-parser-0.102.0.tgz",
  10259. "integrity": "sha512-xMiyHgr2FZsphQ12ZCsXRvSYzmKXCm1ejmyG4GDZIiKOmhyt5iKtWq0klOfFsEQ6jcgbwrUdwcCVYzr1F+h5og==",
  10260. "license": "MIT",
  10261. "dependencies": {
  10262. "@oxc-project/types": "^0.102.0"
  10263. },
  10264. "engines": {
  10265. "node": "^20.19.0 || >=22.12.0"
  10266. },
  10267. "funding": {
  10268. "url": "https://github.com/sponsors/Boshen"
  10269. },
  10270. "optionalDependencies": {
  10271. "@oxc-parser/binding-android-arm64": "0.102.0",
  10272. "@oxc-parser/binding-darwin-arm64": "0.102.0",
  10273. "@oxc-parser/binding-darwin-x64": "0.102.0",
  10274. "@oxc-parser/binding-freebsd-x64": "0.102.0",
  10275. "@oxc-parser/binding-linux-arm-gnueabihf": "0.102.0",
  10276. "@oxc-parser/binding-linux-arm64-gnu": "0.102.0",
  10277. "@oxc-parser/binding-linux-arm64-musl": "0.102.0",
  10278. "@oxc-parser/binding-linux-riscv64-gnu": "0.102.0",
  10279. "@oxc-parser/binding-linux-s390x-gnu": "0.102.0",
  10280. "@oxc-parser/binding-linux-x64-gnu": "0.102.0",
  10281. "@oxc-parser/binding-linux-x64-musl": "0.102.0",
  10282. "@oxc-parser/binding-openharmony-arm64": "0.102.0",
  10283. "@oxc-parser/binding-wasm32-wasi": "0.102.0",
  10284. "@oxc-parser/binding-win32-arm64-msvc": "0.102.0",
  10285. "@oxc-parser/binding-win32-x64-msvc": "0.102.0"
  10286. }
  10287. },
  10288. "node_modules/oxc-transform": {
  10289. "version": "0.102.0",
  10290. "resolved": "https://registry.npmmirror.com/oxc-transform/-/oxc-transform-0.102.0.tgz",
  10291. "integrity": "sha512-MR5ohiBS6/kvxRpmUZ3LIDTTJBEC4xLAEZXfYr7vrA0eP7WHewQaNQPFDgT4Bee89TdmVQ5ZKrifGwxLjSyHHw==",
  10292. "license": "MIT",
  10293. "engines": {
  10294. "node": "^20.19.0 || >=22.12.0"
  10295. },
  10296. "funding": {
  10297. "url": "https://github.com/sponsors/Boshen"
  10298. },
  10299. "optionalDependencies": {
  10300. "@oxc-transform/binding-android-arm64": "0.102.0",
  10301. "@oxc-transform/binding-darwin-arm64": "0.102.0",
  10302. "@oxc-transform/binding-darwin-x64": "0.102.0",
  10303. "@oxc-transform/binding-freebsd-x64": "0.102.0",
  10304. "@oxc-transform/binding-linux-arm-gnueabihf": "0.102.0",
  10305. "@oxc-transform/binding-linux-arm64-gnu": "0.102.0",
  10306. "@oxc-transform/binding-linux-arm64-musl": "0.102.0",
  10307. "@oxc-transform/binding-linux-riscv64-gnu": "0.102.0",
  10308. "@oxc-transform/binding-linux-s390x-gnu": "0.102.0",
  10309. "@oxc-transform/binding-linux-x64-gnu": "0.102.0",
  10310. "@oxc-transform/binding-linux-x64-musl": "0.102.0",
  10311. "@oxc-transform/binding-openharmony-arm64": "0.102.0",
  10312. "@oxc-transform/binding-wasm32-wasi": "0.102.0",
  10313. "@oxc-transform/binding-win32-arm64-msvc": "0.102.0",
  10314. "@oxc-transform/binding-win32-x64-msvc": "0.102.0"
  10315. }
  10316. },
  10317. "node_modules/oxc-walker": {
  10318. "version": "0.6.0",
  10319. "resolved": "https://registry.npmmirror.com/oxc-walker/-/oxc-walker-0.6.0.tgz",
  10320. "integrity": "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==",
  10321. "license": "MIT",
  10322. "dependencies": {
  10323. "magic-regexp": "^0.10.0"
  10324. },
  10325. "peerDependencies": {
  10326. "oxc-parser": ">=0.98.0"
  10327. }
  10328. },
  10329. "node_modules/package-json-from-dist": {
  10330. "version": "1.0.1",
  10331. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  10332. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  10333. "license": "BlueOak-1.0.0"
  10334. },
  10335. "node_modules/package-manager-detector": {
  10336. "version": "1.3.0",
  10337. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  10338. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  10339. "license": "MIT"
  10340. },
  10341. "node_modules/parse-ms": {
  10342. "version": "4.0.0",
  10343. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  10344. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  10345. "dev": true,
  10346. "license": "MIT",
  10347. "engines": {
  10348. "node": ">=18"
  10349. },
  10350. "funding": {
  10351. "url": "https://github.com/sponsors/sindresorhus"
  10352. }
  10353. },
  10354. "node_modules/parse-path": {
  10355. "version": "7.1.0",
  10356. "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.1.0.tgz",
  10357. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  10358. "license": "MIT",
  10359. "dependencies": {
  10360. "protocols": "^2.0.0"
  10361. }
  10362. },
  10363. "node_modules/parse-url": {
  10364. "version": "9.2.0",
  10365. "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-9.2.0.tgz",
  10366. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  10367. "license": "MIT",
  10368. "dependencies": {
  10369. "@types/parse-path": "^7.0.0",
  10370. "parse-path": "^7.0.0"
  10371. },
  10372. "engines": {
  10373. "node": ">=14.13.0"
  10374. }
  10375. },
  10376. "node_modules/parseurl": {
  10377. "version": "1.3.3",
  10378. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  10379. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10380. "license": "MIT",
  10381. "engines": {
  10382. "node": ">= 0.8"
  10383. }
  10384. },
  10385. "node_modules/path-browserify": {
  10386. "version": "1.0.1",
  10387. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  10388. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  10389. "license": "MIT"
  10390. },
  10391. "node_modules/path-key": {
  10392. "version": "3.1.1",
  10393. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  10394. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10395. "license": "MIT",
  10396. "engines": {
  10397. "node": ">=8"
  10398. }
  10399. },
  10400. "node_modules/path-parse": {
  10401. "version": "1.0.7",
  10402. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  10403. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  10404. "license": "MIT"
  10405. },
  10406. "node_modules/path-scurry": {
  10407. "version": "1.11.1",
  10408. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  10409. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  10410. "license": "BlueOak-1.0.0",
  10411. "dependencies": {
  10412. "lru-cache": "^10.2.0",
  10413. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  10414. },
  10415. "engines": {
  10416. "node": ">=16 || 14 >=14.18"
  10417. },
  10418. "funding": {
  10419. "url": "https://github.com/sponsors/isaacs"
  10420. }
  10421. },
  10422. "node_modules/path-scurry/node_modules/lru-cache": {
  10423. "version": "10.4.3",
  10424. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  10425. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  10426. "license": "ISC"
  10427. },
  10428. "node_modules/path-type": {
  10429. "version": "6.0.0",
  10430. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-6.0.0.tgz",
  10431. "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
  10432. "license": "MIT",
  10433. "engines": {
  10434. "node": ">=18"
  10435. },
  10436. "funding": {
  10437. "url": "https://github.com/sponsors/sindresorhus"
  10438. }
  10439. },
  10440. "node_modules/pathe": {
  10441. "version": "2.0.3",
  10442. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  10443. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  10444. "license": "MIT"
  10445. },
  10446. "node_modules/pause-stream": {
  10447. "version": "0.0.11",
  10448. "resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
  10449. "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
  10450. "dev": true,
  10451. "license": [
  10452. "MIT",
  10453. "Apache2"
  10454. ],
  10455. "dependencies": {
  10456. "through": "~2.3"
  10457. }
  10458. },
  10459. "node_modules/perfect-debounce": {
  10460. "version": "1.0.0",
  10461. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  10462. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  10463. "license": "MIT"
  10464. },
  10465. "node_modules/picocolors": {
  10466. "version": "1.1.1",
  10467. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  10468. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  10469. "license": "ISC"
  10470. },
  10471. "node_modules/picomatch": {
  10472. "version": "4.0.3",
  10473. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  10474. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  10475. "license": "MIT",
  10476. "engines": {
  10477. "node": ">=12"
  10478. },
  10479. "funding": {
  10480. "url": "https://github.com/sponsors/jonschlinkert"
  10481. }
  10482. },
  10483. "node_modules/pidtree": {
  10484. "version": "0.6.0",
  10485. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  10486. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  10487. "dev": true,
  10488. "license": "MIT",
  10489. "bin": {
  10490. "pidtree": "bin/pidtree.js"
  10491. },
  10492. "engines": {
  10493. "node": ">=0.10"
  10494. }
  10495. },
  10496. "node_modules/pinia": {
  10497. "version": "3.0.3",
  10498. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  10499. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  10500. "license": "MIT",
  10501. "dependencies": {
  10502. "@vue/devtools-api": "^7.7.2"
  10503. },
  10504. "funding": {
  10505. "url": "https://github.com/sponsors/posva"
  10506. },
  10507. "peerDependencies": {
  10508. "typescript": ">=4.4.4",
  10509. "vue": "^2.7.0 || ^3.5.11"
  10510. },
  10511. "peerDependenciesMeta": {
  10512. "typescript": {
  10513. "optional": true
  10514. }
  10515. }
  10516. },
  10517. "node_modules/pkg-types": {
  10518. "version": "2.3.0",
  10519. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.0.tgz",
  10520. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  10521. "license": "MIT",
  10522. "dependencies": {
  10523. "confbox": "^0.2.2",
  10524. "exsolve": "^1.0.7",
  10525. "pathe": "^2.0.3"
  10526. }
  10527. },
  10528. "node_modules/platform": {
  10529. "version": "1.3.6",
  10530. "resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  10531. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  10532. "dev": true,
  10533. "license": "MIT"
  10534. },
  10535. "node_modules/polygon-clipping": {
  10536. "version": "0.15.7",
  10537. "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
  10538. "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
  10539. "license": "MIT",
  10540. "dependencies": {
  10541. "robust-predicates": "^3.0.2",
  10542. "splaytree": "^3.1.0"
  10543. }
  10544. },
  10545. "node_modules/postcss": {
  10546. "version": "8.5.6",
  10547. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  10548. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  10549. "funding": [
  10550. {
  10551. "type": "opencollective",
  10552. "url": "https://opencollective.com/postcss/"
  10553. },
  10554. {
  10555. "type": "tidelift",
  10556. "url": "https://tidelift.com/funding/github/npm/postcss"
  10557. },
  10558. {
  10559. "type": "github",
  10560. "url": "https://github.com/sponsors/ai"
  10561. }
  10562. ],
  10563. "license": "MIT",
  10564. "dependencies": {
  10565. "nanoid": "^3.3.11",
  10566. "picocolors": "^1.1.1",
  10567. "source-map-js": "^1.2.1"
  10568. },
  10569. "engines": {
  10570. "node": "^10 || ^12 || >=14"
  10571. }
  10572. },
  10573. "node_modules/postcss-calc": {
  10574. "version": "10.1.1",
  10575. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz",
  10576. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  10577. "license": "MIT",
  10578. "dependencies": {
  10579. "postcss-selector-parser": "^7.0.0",
  10580. "postcss-value-parser": "^4.2.0"
  10581. },
  10582. "engines": {
  10583. "node": "^18.12 || ^20.9 || >=22.0"
  10584. },
  10585. "peerDependencies": {
  10586. "postcss": "^8.4.38"
  10587. }
  10588. },
  10589. "node_modules/postcss-colormin": {
  10590. "version": "7.0.5",
  10591. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.5.tgz",
  10592. "integrity": "sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==",
  10593. "license": "MIT",
  10594. "dependencies": {
  10595. "browserslist": "^4.27.0",
  10596. "caniuse-api": "^3.0.0",
  10597. "colord": "^2.9.3",
  10598. "postcss-value-parser": "^4.2.0"
  10599. },
  10600. "engines": {
  10601. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10602. },
  10603. "peerDependencies": {
  10604. "postcss": "^8.4.32"
  10605. }
  10606. },
  10607. "node_modules/postcss-convert-values": {
  10608. "version": "7.0.8",
  10609. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz",
  10610. "integrity": "sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==",
  10611. "license": "MIT",
  10612. "dependencies": {
  10613. "browserslist": "^4.27.0",
  10614. "postcss-value-parser": "^4.2.0"
  10615. },
  10616. "engines": {
  10617. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10618. },
  10619. "peerDependencies": {
  10620. "postcss": "^8.4.32"
  10621. }
  10622. },
  10623. "node_modules/postcss-discard-comments": {
  10624. "version": "7.0.5",
  10625. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz",
  10626. "integrity": "sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==",
  10627. "license": "MIT",
  10628. "dependencies": {
  10629. "postcss-selector-parser": "^7.1.0"
  10630. },
  10631. "engines": {
  10632. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10633. },
  10634. "peerDependencies": {
  10635. "postcss": "^8.4.32"
  10636. }
  10637. },
  10638. "node_modules/postcss-discard-duplicates": {
  10639. "version": "7.0.2",
  10640. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  10641. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  10642. "license": "MIT",
  10643. "engines": {
  10644. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10645. },
  10646. "peerDependencies": {
  10647. "postcss": "^8.4.32"
  10648. }
  10649. },
  10650. "node_modules/postcss-discard-empty": {
  10651. "version": "7.0.1",
  10652. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  10653. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10654. "license": "MIT",
  10655. "engines": {
  10656. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10657. },
  10658. "peerDependencies": {
  10659. "postcss": "^8.4.32"
  10660. }
  10661. },
  10662. "node_modules/postcss-discard-overridden": {
  10663. "version": "7.0.1",
  10664. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10665. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10666. "license": "MIT",
  10667. "engines": {
  10668. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10669. },
  10670. "peerDependencies": {
  10671. "postcss": "^8.4.32"
  10672. }
  10673. },
  10674. "node_modules/postcss-merge-longhand": {
  10675. "version": "7.0.5",
  10676. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10677. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10678. "license": "MIT",
  10679. "dependencies": {
  10680. "postcss-value-parser": "^4.2.0",
  10681. "stylehacks": "^7.0.5"
  10682. },
  10683. "engines": {
  10684. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10685. },
  10686. "peerDependencies": {
  10687. "postcss": "^8.4.32"
  10688. }
  10689. },
  10690. "node_modules/postcss-merge-rules": {
  10691. "version": "7.0.7",
  10692. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz",
  10693. "integrity": "sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==",
  10694. "license": "MIT",
  10695. "dependencies": {
  10696. "browserslist": "^4.27.0",
  10697. "caniuse-api": "^3.0.0",
  10698. "cssnano-utils": "^5.0.1",
  10699. "postcss-selector-parser": "^7.1.0"
  10700. },
  10701. "engines": {
  10702. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10703. },
  10704. "peerDependencies": {
  10705. "postcss": "^8.4.32"
  10706. }
  10707. },
  10708. "node_modules/postcss-minify-font-values": {
  10709. "version": "7.0.1",
  10710. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10711. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10712. "license": "MIT",
  10713. "dependencies": {
  10714. "postcss-value-parser": "^4.2.0"
  10715. },
  10716. "engines": {
  10717. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10718. },
  10719. "peerDependencies": {
  10720. "postcss": "^8.4.32"
  10721. }
  10722. },
  10723. "node_modules/postcss-minify-gradients": {
  10724. "version": "7.0.1",
  10725. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10726. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10727. "license": "MIT",
  10728. "dependencies": {
  10729. "colord": "^2.9.3",
  10730. "cssnano-utils": "^5.0.1",
  10731. "postcss-value-parser": "^4.2.0"
  10732. },
  10733. "engines": {
  10734. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10735. },
  10736. "peerDependencies": {
  10737. "postcss": "^8.4.32"
  10738. }
  10739. },
  10740. "node_modules/postcss-minify-params": {
  10741. "version": "7.0.5",
  10742. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz",
  10743. "integrity": "sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==",
  10744. "license": "MIT",
  10745. "dependencies": {
  10746. "browserslist": "^4.27.0",
  10747. "cssnano-utils": "^5.0.1",
  10748. "postcss-value-parser": "^4.2.0"
  10749. },
  10750. "engines": {
  10751. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10752. },
  10753. "peerDependencies": {
  10754. "postcss": "^8.4.32"
  10755. }
  10756. },
  10757. "node_modules/postcss-minify-selectors": {
  10758. "version": "7.0.5",
  10759. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10760. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10761. "license": "MIT",
  10762. "dependencies": {
  10763. "cssesc": "^3.0.0",
  10764. "postcss-selector-parser": "^7.1.0"
  10765. },
  10766. "engines": {
  10767. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10768. },
  10769. "peerDependencies": {
  10770. "postcss": "^8.4.32"
  10771. }
  10772. },
  10773. "node_modules/postcss-normalize-charset": {
  10774. "version": "7.0.1",
  10775. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10776. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10777. "license": "MIT",
  10778. "engines": {
  10779. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10780. },
  10781. "peerDependencies": {
  10782. "postcss": "^8.4.32"
  10783. }
  10784. },
  10785. "node_modules/postcss-normalize-display-values": {
  10786. "version": "7.0.1",
  10787. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10788. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10789. "license": "MIT",
  10790. "dependencies": {
  10791. "postcss-value-parser": "^4.2.0"
  10792. },
  10793. "engines": {
  10794. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10795. },
  10796. "peerDependencies": {
  10797. "postcss": "^8.4.32"
  10798. }
  10799. },
  10800. "node_modules/postcss-normalize-positions": {
  10801. "version": "7.0.1",
  10802. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10803. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10804. "license": "MIT",
  10805. "dependencies": {
  10806. "postcss-value-parser": "^4.2.0"
  10807. },
  10808. "engines": {
  10809. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10810. },
  10811. "peerDependencies": {
  10812. "postcss": "^8.4.32"
  10813. }
  10814. },
  10815. "node_modules/postcss-normalize-repeat-style": {
  10816. "version": "7.0.1",
  10817. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10818. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10819. "license": "MIT",
  10820. "dependencies": {
  10821. "postcss-value-parser": "^4.2.0"
  10822. },
  10823. "engines": {
  10824. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10825. },
  10826. "peerDependencies": {
  10827. "postcss": "^8.4.32"
  10828. }
  10829. },
  10830. "node_modules/postcss-normalize-string": {
  10831. "version": "7.0.1",
  10832. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10833. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10834. "license": "MIT",
  10835. "dependencies": {
  10836. "postcss-value-parser": "^4.2.0"
  10837. },
  10838. "engines": {
  10839. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10840. },
  10841. "peerDependencies": {
  10842. "postcss": "^8.4.32"
  10843. }
  10844. },
  10845. "node_modules/postcss-normalize-timing-functions": {
  10846. "version": "7.0.1",
  10847. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10848. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10849. "license": "MIT",
  10850. "dependencies": {
  10851. "postcss-value-parser": "^4.2.0"
  10852. },
  10853. "engines": {
  10854. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10855. },
  10856. "peerDependencies": {
  10857. "postcss": "^8.4.32"
  10858. }
  10859. },
  10860. "node_modules/postcss-normalize-unicode": {
  10861. "version": "7.0.5",
  10862. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz",
  10863. "integrity": "sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==",
  10864. "license": "MIT",
  10865. "dependencies": {
  10866. "browserslist": "^4.27.0",
  10867. "postcss-value-parser": "^4.2.0"
  10868. },
  10869. "engines": {
  10870. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10871. },
  10872. "peerDependencies": {
  10873. "postcss": "^8.4.32"
  10874. }
  10875. },
  10876. "node_modules/postcss-normalize-url": {
  10877. "version": "7.0.1",
  10878. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10879. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10880. "license": "MIT",
  10881. "dependencies": {
  10882. "postcss-value-parser": "^4.2.0"
  10883. },
  10884. "engines": {
  10885. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10886. },
  10887. "peerDependencies": {
  10888. "postcss": "^8.4.32"
  10889. }
  10890. },
  10891. "node_modules/postcss-normalize-whitespace": {
  10892. "version": "7.0.1",
  10893. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10894. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10895. "license": "MIT",
  10896. "dependencies": {
  10897. "postcss-value-parser": "^4.2.0"
  10898. },
  10899. "engines": {
  10900. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10901. },
  10902. "peerDependencies": {
  10903. "postcss": "^8.4.32"
  10904. }
  10905. },
  10906. "node_modules/postcss-ordered-values": {
  10907. "version": "7.0.2",
  10908. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10909. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10910. "license": "MIT",
  10911. "dependencies": {
  10912. "cssnano-utils": "^5.0.1",
  10913. "postcss-value-parser": "^4.2.0"
  10914. },
  10915. "engines": {
  10916. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10917. },
  10918. "peerDependencies": {
  10919. "postcss": "^8.4.32"
  10920. }
  10921. },
  10922. "node_modules/postcss-reduce-initial": {
  10923. "version": "7.0.5",
  10924. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz",
  10925. "integrity": "sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==",
  10926. "license": "MIT",
  10927. "dependencies": {
  10928. "browserslist": "^4.27.0",
  10929. "caniuse-api": "^3.0.0"
  10930. },
  10931. "engines": {
  10932. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10933. },
  10934. "peerDependencies": {
  10935. "postcss": "^8.4.32"
  10936. }
  10937. },
  10938. "node_modules/postcss-reduce-transforms": {
  10939. "version": "7.0.1",
  10940. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10941. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10942. "license": "MIT",
  10943. "dependencies": {
  10944. "postcss-value-parser": "^4.2.0"
  10945. },
  10946. "engines": {
  10947. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10948. },
  10949. "peerDependencies": {
  10950. "postcss": "^8.4.32"
  10951. }
  10952. },
  10953. "node_modules/postcss-selector-parser": {
  10954. "version": "7.1.1",
  10955. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  10956. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  10957. "license": "MIT",
  10958. "dependencies": {
  10959. "cssesc": "^3.0.0",
  10960. "util-deprecate": "^1.0.2"
  10961. },
  10962. "engines": {
  10963. "node": ">=4"
  10964. }
  10965. },
  10966. "node_modules/postcss-svgo": {
  10967. "version": "7.1.0",
  10968. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10969. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10970. "license": "MIT",
  10971. "dependencies": {
  10972. "postcss-value-parser": "^4.2.0",
  10973. "svgo": "^4.0.0"
  10974. },
  10975. "engines": {
  10976. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10977. },
  10978. "peerDependencies": {
  10979. "postcss": "^8.4.32"
  10980. }
  10981. },
  10982. "node_modules/postcss-unique-selectors": {
  10983. "version": "7.0.4",
  10984. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10985. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10986. "license": "MIT",
  10987. "dependencies": {
  10988. "postcss-selector-parser": "^7.1.0"
  10989. },
  10990. "engines": {
  10991. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10992. },
  10993. "peerDependencies": {
  10994. "postcss": "^8.4.32"
  10995. }
  10996. },
  10997. "node_modules/postcss-value-parser": {
  10998. "version": "4.2.0",
  10999. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  11000. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  11001. "license": "MIT"
  11002. },
  11003. "node_modules/pretty-bytes": {
  11004. "version": "7.1.0",
  11005. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  11006. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  11007. "license": "MIT",
  11008. "engines": {
  11009. "node": ">=20"
  11010. },
  11011. "funding": {
  11012. "url": "https://github.com/sponsors/sindresorhus"
  11013. }
  11014. },
  11015. "node_modules/pretty-ms": {
  11016. "version": "9.2.0",
  11017. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  11018. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  11019. "dev": true,
  11020. "license": "MIT",
  11021. "dependencies": {
  11022. "parse-ms": "^4.0.0"
  11023. },
  11024. "engines": {
  11025. "node": ">=18"
  11026. },
  11027. "funding": {
  11028. "url": "https://github.com/sponsors/sindresorhus"
  11029. }
  11030. },
  11031. "node_modules/process": {
  11032. "version": "0.11.10",
  11033. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  11034. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  11035. "license": "MIT",
  11036. "engines": {
  11037. "node": ">= 0.6.0"
  11038. }
  11039. },
  11040. "node_modules/process-nextick-args": {
  11041. "version": "2.0.1",
  11042. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  11043. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  11044. "license": "MIT"
  11045. },
  11046. "node_modules/prompts": {
  11047. "version": "2.4.2",
  11048. "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
  11049. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11050. "license": "MIT",
  11051. "dependencies": {
  11052. "kleur": "^3.0.3",
  11053. "sisteransi": "^1.0.5"
  11054. },
  11055. "engines": {
  11056. "node": ">= 6"
  11057. }
  11058. },
  11059. "node_modules/protocols": {
  11060. "version": "2.0.2",
  11061. "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.2.tgz",
  11062. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  11063. "license": "MIT"
  11064. },
  11065. "node_modules/proxy-from-env": {
  11066. "version": "1.1.0",
  11067. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  11068. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  11069. "license": "MIT"
  11070. },
  11071. "node_modules/pump": {
  11072. "version": "3.0.2",
  11073. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  11074. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  11075. "dev": true,
  11076. "license": "MIT",
  11077. "dependencies": {
  11078. "end-of-stream": "^1.1.0",
  11079. "once": "^1.3.1"
  11080. }
  11081. },
  11082. "node_modules/qs": {
  11083. "version": "6.14.0",
  11084. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  11085. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  11086. "dev": true,
  11087. "license": "BSD-3-Clause",
  11088. "dependencies": {
  11089. "side-channel": "^1.1.0"
  11090. },
  11091. "engines": {
  11092. "node": ">=0.6"
  11093. },
  11094. "funding": {
  11095. "url": "https://github.com/sponsors/ljharb"
  11096. }
  11097. },
  11098. "node_modules/quansync": {
  11099. "version": "0.2.11",
  11100. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  11101. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  11102. "funding": [
  11103. {
  11104. "type": "individual",
  11105. "url": "https://github.com/sponsors/antfu"
  11106. },
  11107. {
  11108. "type": "individual",
  11109. "url": "https://github.com/sponsors/sxzz"
  11110. }
  11111. ],
  11112. "license": "MIT"
  11113. },
  11114. "node_modules/queue-microtask": {
  11115. "version": "1.2.3",
  11116. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11117. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11118. "funding": [
  11119. {
  11120. "type": "github",
  11121. "url": "https://github.com/sponsors/feross"
  11122. },
  11123. {
  11124. "type": "patreon",
  11125. "url": "https://www.patreon.com/feross"
  11126. },
  11127. {
  11128. "type": "consulting",
  11129. "url": "https://feross.org/support"
  11130. }
  11131. ],
  11132. "license": "MIT"
  11133. },
  11134. "node_modules/radix3": {
  11135. "version": "1.1.2",
  11136. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  11137. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  11138. "license": "MIT"
  11139. },
  11140. "node_modules/randombytes": {
  11141. "version": "2.1.0",
  11142. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  11143. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  11144. "license": "MIT",
  11145. "dependencies": {
  11146. "safe-buffer": "^5.1.0"
  11147. }
  11148. },
  11149. "node_modules/range-parser": {
  11150. "version": "1.2.1",
  11151. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  11152. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11153. "license": "MIT",
  11154. "engines": {
  11155. "node": ">= 0.6"
  11156. }
  11157. },
  11158. "node_modules/rc9": {
  11159. "version": "2.1.2",
  11160. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  11161. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  11162. "license": "MIT",
  11163. "dependencies": {
  11164. "defu": "^6.1.4",
  11165. "destr": "^2.0.3"
  11166. }
  11167. },
  11168. "node_modules/read-package-json-fast": {
  11169. "version": "4.0.0",
  11170. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  11171. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  11172. "dev": true,
  11173. "license": "ISC",
  11174. "dependencies": {
  11175. "json-parse-even-better-errors": "^4.0.0",
  11176. "npm-normalize-package-bin": "^4.0.0"
  11177. },
  11178. "engines": {
  11179. "node": "^18.17.0 || >=20.5.0"
  11180. }
  11181. },
  11182. "node_modules/readable-stream": {
  11183. "version": "4.7.0",
  11184. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
  11185. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  11186. "license": "MIT",
  11187. "dependencies": {
  11188. "abort-controller": "^3.0.0",
  11189. "buffer": "^6.0.3",
  11190. "events": "^3.3.0",
  11191. "process": "^0.11.10",
  11192. "string_decoder": "^1.3.0"
  11193. },
  11194. "engines": {
  11195. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  11196. }
  11197. },
  11198. "node_modules/readdir-glob": {
  11199. "version": "1.1.3",
  11200. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  11201. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  11202. "license": "Apache-2.0",
  11203. "dependencies": {
  11204. "minimatch": "^5.1.0"
  11205. }
  11206. },
  11207. "node_modules/readdir-glob/node_modules/minimatch": {
  11208. "version": "5.1.6",
  11209. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  11210. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  11211. "license": "ISC",
  11212. "dependencies": {
  11213. "brace-expansion": "^2.0.1"
  11214. },
  11215. "engines": {
  11216. "node": ">=10"
  11217. }
  11218. },
  11219. "node_modules/readdirp": {
  11220. "version": "4.1.2",
  11221. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  11222. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  11223. "license": "MIT",
  11224. "engines": {
  11225. "node": ">= 14.18.0"
  11226. },
  11227. "funding": {
  11228. "type": "individual",
  11229. "url": "https://paulmillr.com/funding/"
  11230. }
  11231. },
  11232. "node_modules/redis-errors": {
  11233. "version": "1.2.0",
  11234. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  11235. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  11236. "license": "MIT",
  11237. "engines": {
  11238. "node": ">=4"
  11239. }
  11240. },
  11241. "node_modules/redis-parser": {
  11242. "version": "3.0.0",
  11243. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  11244. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  11245. "license": "MIT",
  11246. "dependencies": {
  11247. "redis-errors": "^1.0.0"
  11248. },
  11249. "engines": {
  11250. "node": ">=4"
  11251. }
  11252. },
  11253. "node_modules/regexp-tree": {
  11254. "version": "0.1.27",
  11255. "resolved": "https://registry.npmmirror.com/regexp-tree/-/regexp-tree-0.1.27.tgz",
  11256. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  11257. "license": "MIT",
  11258. "bin": {
  11259. "regexp-tree": "bin/regexp-tree"
  11260. }
  11261. },
  11262. "node_modules/require-directory": {
  11263. "version": "2.1.1",
  11264. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  11265. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11266. "license": "MIT",
  11267. "engines": {
  11268. "node": ">=0.10.0"
  11269. }
  11270. },
  11271. "node_modules/resize-observer-polyfill": {
  11272. "version": "1.5.1",
  11273. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  11274. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  11275. "license": "MIT"
  11276. },
  11277. "node_modules/resolve": {
  11278. "version": "1.22.11",
  11279. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz",
  11280. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  11281. "license": "MIT",
  11282. "dependencies": {
  11283. "is-core-module": "^2.16.1",
  11284. "path-parse": "^1.0.7",
  11285. "supports-preserve-symlinks-flag": "^1.0.0"
  11286. },
  11287. "bin": {
  11288. "resolve": "bin/resolve"
  11289. },
  11290. "engines": {
  11291. "node": ">= 0.4"
  11292. },
  11293. "funding": {
  11294. "url": "https://github.com/sponsors/ljharb"
  11295. }
  11296. },
  11297. "node_modules/resolve-from": {
  11298. "version": "5.0.0",
  11299. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  11300. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11301. "license": "MIT",
  11302. "engines": {
  11303. "node": ">=8"
  11304. }
  11305. },
  11306. "node_modules/reusify": {
  11307. "version": "1.1.0",
  11308. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  11309. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  11310. "license": "MIT",
  11311. "engines": {
  11312. "iojs": ">=1.0.0",
  11313. "node": ">=0.10.0"
  11314. }
  11315. },
  11316. "node_modules/rfdc": {
  11317. "version": "1.4.1",
  11318. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  11319. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  11320. "license": "MIT"
  11321. },
  11322. "node_modules/robust-predicates": {
  11323. "version": "3.0.2",
  11324. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  11325. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  11326. "license": "Unlicense"
  11327. },
  11328. "node_modules/rollup": {
  11329. "version": "4.54.0",
  11330. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.54.0.tgz",
  11331. "integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
  11332. "license": "MIT",
  11333. "dependencies": {
  11334. "@types/estree": "1.0.8"
  11335. },
  11336. "bin": {
  11337. "rollup": "dist/bin/rollup"
  11338. },
  11339. "engines": {
  11340. "node": ">=18.0.0",
  11341. "npm": ">=8.0.0"
  11342. },
  11343. "optionalDependencies": {
  11344. "@rollup/rollup-android-arm-eabi": "4.54.0",
  11345. "@rollup/rollup-android-arm64": "4.54.0",
  11346. "@rollup/rollup-darwin-arm64": "4.54.0",
  11347. "@rollup/rollup-darwin-x64": "4.54.0",
  11348. "@rollup/rollup-freebsd-arm64": "4.54.0",
  11349. "@rollup/rollup-freebsd-x64": "4.54.0",
  11350. "@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
  11351. "@rollup/rollup-linux-arm-musleabihf": "4.54.0",
  11352. "@rollup/rollup-linux-arm64-gnu": "4.54.0",
  11353. "@rollup/rollup-linux-arm64-musl": "4.54.0",
  11354. "@rollup/rollup-linux-loong64-gnu": "4.54.0",
  11355. "@rollup/rollup-linux-ppc64-gnu": "4.54.0",
  11356. "@rollup/rollup-linux-riscv64-gnu": "4.54.0",
  11357. "@rollup/rollup-linux-riscv64-musl": "4.54.0",
  11358. "@rollup/rollup-linux-s390x-gnu": "4.54.0",
  11359. "@rollup/rollup-linux-x64-gnu": "4.54.0",
  11360. "@rollup/rollup-linux-x64-musl": "4.54.0",
  11361. "@rollup/rollup-openharmony-arm64": "4.54.0",
  11362. "@rollup/rollup-win32-arm64-msvc": "4.54.0",
  11363. "@rollup/rollup-win32-ia32-msvc": "4.54.0",
  11364. "@rollup/rollup-win32-x64-gnu": "4.54.0",
  11365. "@rollup/rollup-win32-x64-msvc": "4.54.0",
  11366. "fsevents": "~2.3.2"
  11367. }
  11368. },
  11369. "node_modules/rollup-plugin-visualizer": {
  11370. "version": "6.0.5",
  11371. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  11372. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  11373. "license": "MIT",
  11374. "dependencies": {
  11375. "open": "^8.0.0",
  11376. "picomatch": "^4.0.2",
  11377. "source-map": "^0.7.4",
  11378. "yargs": "^17.5.1"
  11379. },
  11380. "bin": {
  11381. "rollup-plugin-visualizer": "dist/bin/cli.js"
  11382. },
  11383. "engines": {
  11384. "node": ">=18"
  11385. },
  11386. "peerDependencies": {
  11387. "rolldown": "1.x || ^1.0.0-beta",
  11388. "rollup": "2.x || 3.x || 4.x"
  11389. },
  11390. "peerDependenciesMeta": {
  11391. "rolldown": {
  11392. "optional": true
  11393. },
  11394. "rollup": {
  11395. "optional": true
  11396. }
  11397. }
  11398. },
  11399. "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
  11400. "version": "2.0.0",
  11401. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  11402. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  11403. "license": "MIT",
  11404. "engines": {
  11405. "node": ">=8"
  11406. }
  11407. },
  11408. "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
  11409. "version": "2.2.1",
  11410. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  11411. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  11412. "license": "MIT",
  11413. "bin": {
  11414. "is-docker": "cli.js"
  11415. },
  11416. "engines": {
  11417. "node": ">=8"
  11418. },
  11419. "funding": {
  11420. "url": "https://github.com/sponsors/sindresorhus"
  11421. }
  11422. },
  11423. "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
  11424. "version": "2.2.0",
  11425. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  11426. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  11427. "license": "MIT",
  11428. "dependencies": {
  11429. "is-docker": "^2.0.0"
  11430. },
  11431. "engines": {
  11432. "node": ">=8"
  11433. }
  11434. },
  11435. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  11436. "version": "8.4.2",
  11437. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  11438. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  11439. "license": "MIT",
  11440. "dependencies": {
  11441. "define-lazy-prop": "^2.0.0",
  11442. "is-docker": "^2.1.1",
  11443. "is-wsl": "^2.2.0"
  11444. },
  11445. "engines": {
  11446. "node": ">=12"
  11447. },
  11448. "funding": {
  11449. "url": "https://github.com/sponsors/sindresorhus"
  11450. }
  11451. },
  11452. "node_modules/run-applescript": {
  11453. "version": "7.0.0",
  11454. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  11455. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  11456. "license": "MIT",
  11457. "engines": {
  11458. "node": ">=18"
  11459. },
  11460. "funding": {
  11461. "url": "https://github.com/sponsors/sindresorhus"
  11462. }
  11463. },
  11464. "node_modules/run-parallel": {
  11465. "version": "1.2.0",
  11466. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  11467. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11468. "funding": [
  11469. {
  11470. "type": "github",
  11471. "url": "https://github.com/sponsors/feross"
  11472. },
  11473. {
  11474. "type": "patreon",
  11475. "url": "https://www.patreon.com/feross"
  11476. },
  11477. {
  11478. "type": "consulting",
  11479. "url": "https://feross.org/support"
  11480. }
  11481. ],
  11482. "license": "MIT",
  11483. "dependencies": {
  11484. "queue-microtask": "^1.2.2"
  11485. }
  11486. },
  11487. "node_modules/safe-buffer": {
  11488. "version": "5.2.1",
  11489. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11490. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11491. "funding": [
  11492. {
  11493. "type": "github",
  11494. "url": "https://github.com/sponsors/feross"
  11495. },
  11496. {
  11497. "type": "patreon",
  11498. "url": "https://www.patreon.com/feross"
  11499. },
  11500. {
  11501. "type": "consulting",
  11502. "url": "https://feross.org/support"
  11503. }
  11504. ],
  11505. "license": "MIT"
  11506. },
  11507. "node_modules/safer-buffer": {
  11508. "version": "2.1.2",
  11509. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  11510. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  11511. "license": "MIT"
  11512. },
  11513. "node_modules/sass": {
  11514. "version": "1.87.0",
  11515. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.87.0.tgz",
  11516. "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
  11517. "devOptional": true,
  11518. "license": "MIT",
  11519. "dependencies": {
  11520. "chokidar": "^4.0.0",
  11521. "immutable": "^5.0.2",
  11522. "source-map-js": ">=0.6.2 <2.0.0"
  11523. },
  11524. "bin": {
  11525. "sass": "sass.js"
  11526. },
  11527. "engines": {
  11528. "node": ">=14.0.0"
  11529. },
  11530. "optionalDependencies": {
  11531. "@parcel/watcher": "^2.4.1"
  11532. }
  11533. },
  11534. "node_modules/sax": {
  11535. "version": "1.4.1",
  11536. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  11537. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  11538. "license": "ISC"
  11539. },
  11540. "node_modules/scroll-into-view-if-needed": {
  11541. "version": "2.2.31",
  11542. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  11543. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  11544. "license": "MIT",
  11545. "dependencies": {
  11546. "compute-scroll-into-view": "^1.0.20"
  11547. }
  11548. },
  11549. "node_modules/scule": {
  11550. "version": "1.3.0",
  11551. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  11552. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  11553. "license": "MIT"
  11554. },
  11555. "node_modules/sdk-base": {
  11556. "version": "2.0.1",
  11557. "resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
  11558. "integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
  11559. "dev": true,
  11560. "license": "MIT",
  11561. "dependencies": {
  11562. "get-ready": "~1.0.0"
  11563. }
  11564. },
  11565. "node_modules/semver": {
  11566. "version": "6.3.1",
  11567. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  11568. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11569. "license": "ISC",
  11570. "bin": {
  11571. "semver": "bin/semver.js"
  11572. }
  11573. },
  11574. "node_modules/send": {
  11575. "version": "1.2.1",
  11576. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.1.tgz",
  11577. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  11578. "license": "MIT",
  11579. "dependencies": {
  11580. "debug": "^4.4.3",
  11581. "encodeurl": "^2.0.0",
  11582. "escape-html": "^1.0.3",
  11583. "etag": "^1.8.1",
  11584. "fresh": "^2.0.0",
  11585. "http-errors": "^2.0.1",
  11586. "mime-types": "^3.0.2",
  11587. "ms": "^2.1.3",
  11588. "on-finished": "^2.4.1",
  11589. "range-parser": "^1.2.1",
  11590. "statuses": "^2.0.2"
  11591. },
  11592. "engines": {
  11593. "node": ">= 18"
  11594. },
  11595. "funding": {
  11596. "type": "opencollective",
  11597. "url": "https://opencollective.com/express"
  11598. }
  11599. },
  11600. "node_modules/send/node_modules/mime-db": {
  11601. "version": "1.54.0",
  11602. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  11603. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  11604. "license": "MIT",
  11605. "engines": {
  11606. "node": ">= 0.6"
  11607. }
  11608. },
  11609. "node_modules/send/node_modules/mime-types": {
  11610. "version": "3.0.2",
  11611. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.2.tgz",
  11612. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  11613. "license": "MIT",
  11614. "dependencies": {
  11615. "mime-db": "^1.54.0"
  11616. },
  11617. "engines": {
  11618. "node": ">=18"
  11619. },
  11620. "funding": {
  11621. "type": "opencollective",
  11622. "url": "https://opencollective.com/express"
  11623. }
  11624. },
  11625. "node_modules/send/node_modules/statuses": {
  11626. "version": "2.0.2",
  11627. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  11628. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11629. "license": "MIT",
  11630. "engines": {
  11631. "node": ">= 0.8"
  11632. }
  11633. },
  11634. "node_modules/seq-queue": {
  11635. "version": "0.0.5",
  11636. "resolved": "https://registry.npmmirror.com/seq-queue/-/seq-queue-0.0.5.tgz",
  11637. "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
  11638. },
  11639. "node_modules/serialize-javascript": {
  11640. "version": "6.0.2",
  11641. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  11642. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  11643. "license": "BSD-3-Clause",
  11644. "dependencies": {
  11645. "randombytes": "^2.1.0"
  11646. }
  11647. },
  11648. "node_modules/seroval": {
  11649. "version": "1.4.2",
  11650. "resolved": "https://registry.npmmirror.com/seroval/-/seroval-1.4.2.tgz",
  11651. "integrity": "sha512-N3HEHRCZYn3cQbsC4B5ldj9j+tHdf4JZoYPlcI4rRYu0Xy4qN8MQf1Z08EibzB0WpgRG5BGK08FTrmM66eSzKQ==",
  11652. "license": "MIT",
  11653. "engines": {
  11654. "node": ">=10"
  11655. }
  11656. },
  11657. "node_modules/serve-placeholder": {
  11658. "version": "2.0.2",
  11659. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  11660. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  11661. "license": "MIT",
  11662. "dependencies": {
  11663. "defu": "^6.1.4"
  11664. }
  11665. },
  11666. "node_modules/serve-static": {
  11667. "version": "2.2.1",
  11668. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.1.tgz",
  11669. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  11670. "license": "MIT",
  11671. "dependencies": {
  11672. "encodeurl": "^2.0.0",
  11673. "escape-html": "^1.0.3",
  11674. "parseurl": "^1.3.3",
  11675. "send": "^1.2.0"
  11676. },
  11677. "engines": {
  11678. "node": ">= 18"
  11679. },
  11680. "funding": {
  11681. "type": "opencollective",
  11682. "url": "https://opencollective.com/express"
  11683. }
  11684. },
  11685. "node_modules/setprototypeof": {
  11686. "version": "1.2.0",
  11687. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11688. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  11689. "license": "ISC"
  11690. },
  11691. "node_modules/shallow-equal": {
  11692. "version": "1.2.1",
  11693. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  11694. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  11695. "license": "MIT"
  11696. },
  11697. "node_modules/shebang-command": {
  11698. "version": "2.0.0",
  11699. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  11700. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11701. "license": "MIT",
  11702. "dependencies": {
  11703. "shebang-regex": "^3.0.0"
  11704. },
  11705. "engines": {
  11706. "node": ">=8"
  11707. }
  11708. },
  11709. "node_modules/shebang-regex": {
  11710. "version": "3.0.0",
  11711. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11712. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11713. "license": "MIT",
  11714. "engines": {
  11715. "node": ">=8"
  11716. }
  11717. },
  11718. "node_modules/shell-quote": {
  11719. "version": "1.8.3",
  11720. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  11721. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  11722. "license": "MIT",
  11723. "engines": {
  11724. "node": ">= 0.4"
  11725. },
  11726. "funding": {
  11727. "url": "https://github.com/sponsors/ljharb"
  11728. }
  11729. },
  11730. "node_modules/side-channel": {
  11731. "version": "1.1.0",
  11732. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  11733. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  11734. "dev": true,
  11735. "license": "MIT",
  11736. "dependencies": {
  11737. "es-errors": "^1.3.0",
  11738. "object-inspect": "^1.13.3",
  11739. "side-channel-list": "^1.0.0",
  11740. "side-channel-map": "^1.0.1",
  11741. "side-channel-weakmap": "^1.0.2"
  11742. },
  11743. "engines": {
  11744. "node": ">= 0.4"
  11745. },
  11746. "funding": {
  11747. "url": "https://github.com/sponsors/ljharb"
  11748. }
  11749. },
  11750. "node_modules/side-channel-list": {
  11751. "version": "1.0.0",
  11752. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  11753. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  11754. "dev": true,
  11755. "license": "MIT",
  11756. "dependencies": {
  11757. "es-errors": "^1.3.0",
  11758. "object-inspect": "^1.13.3"
  11759. },
  11760. "engines": {
  11761. "node": ">= 0.4"
  11762. },
  11763. "funding": {
  11764. "url": "https://github.com/sponsors/ljharb"
  11765. }
  11766. },
  11767. "node_modules/side-channel-map": {
  11768. "version": "1.0.1",
  11769. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  11770. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  11771. "dev": true,
  11772. "license": "MIT",
  11773. "dependencies": {
  11774. "call-bound": "^1.0.2",
  11775. "es-errors": "^1.3.0",
  11776. "get-intrinsic": "^1.2.5",
  11777. "object-inspect": "^1.13.3"
  11778. },
  11779. "engines": {
  11780. "node": ">= 0.4"
  11781. },
  11782. "funding": {
  11783. "url": "https://github.com/sponsors/ljharb"
  11784. }
  11785. },
  11786. "node_modules/side-channel-weakmap": {
  11787. "version": "1.0.2",
  11788. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  11789. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  11790. "dev": true,
  11791. "license": "MIT",
  11792. "dependencies": {
  11793. "call-bound": "^1.0.2",
  11794. "es-errors": "^1.3.0",
  11795. "get-intrinsic": "^1.2.5",
  11796. "object-inspect": "^1.13.3",
  11797. "side-channel-map": "^1.0.1"
  11798. },
  11799. "engines": {
  11800. "node": ">= 0.4"
  11801. },
  11802. "funding": {
  11803. "url": "https://github.com/sponsors/ljharb"
  11804. }
  11805. },
  11806. "node_modules/signal-exit": {
  11807. "version": "4.1.0",
  11808. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  11809. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11810. "license": "ISC",
  11811. "engines": {
  11812. "node": ">=14"
  11813. },
  11814. "funding": {
  11815. "url": "https://github.com/sponsors/isaacs"
  11816. }
  11817. },
  11818. "node_modules/simple-git": {
  11819. "version": "3.30.0",
  11820. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.30.0.tgz",
  11821. "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==",
  11822. "license": "MIT",
  11823. "dependencies": {
  11824. "@kwsites/file-exists": "^1.1.1",
  11825. "@kwsites/promise-deferred": "^1.1.1",
  11826. "debug": "^4.4.0"
  11827. },
  11828. "funding": {
  11829. "type": "github",
  11830. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11831. }
  11832. },
  11833. "node_modules/sirv": {
  11834. "version": "3.0.2",
  11835. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  11836. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11837. "license": "MIT",
  11838. "dependencies": {
  11839. "@polka/url": "^1.0.0-next.24",
  11840. "mrmime": "^2.0.0",
  11841. "totalist": "^3.0.0"
  11842. },
  11843. "engines": {
  11844. "node": ">=18"
  11845. }
  11846. },
  11847. "node_modules/sisteransi": {
  11848. "version": "1.0.5",
  11849. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  11850. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11851. "license": "MIT"
  11852. },
  11853. "node_modules/slash": {
  11854. "version": "5.1.0",
  11855. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  11856. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11857. "license": "MIT",
  11858. "engines": {
  11859. "node": ">=14.16"
  11860. },
  11861. "funding": {
  11862. "url": "https://github.com/sponsors/sindresorhus"
  11863. }
  11864. },
  11865. "node_modules/smob": {
  11866. "version": "1.5.0",
  11867. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz",
  11868. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==",
  11869. "license": "MIT"
  11870. },
  11871. "node_modules/source-map": {
  11872. "version": "0.7.6",
  11873. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  11874. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11875. "license": "BSD-3-Clause",
  11876. "engines": {
  11877. "node": ">= 12"
  11878. }
  11879. },
  11880. "node_modules/source-map-js": {
  11881. "version": "1.2.1",
  11882. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  11883. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11884. "license": "BSD-3-Clause",
  11885. "engines": {
  11886. "node": ">=0.10.0"
  11887. }
  11888. },
  11889. "node_modules/source-map-support": {
  11890. "version": "0.5.21",
  11891. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  11892. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11893. "license": "MIT",
  11894. "dependencies": {
  11895. "buffer-from": "^1.0.0",
  11896. "source-map": "^0.6.0"
  11897. }
  11898. },
  11899. "node_modules/source-map-support/node_modules/source-map": {
  11900. "version": "0.6.1",
  11901. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  11902. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11903. "license": "BSD-3-Clause",
  11904. "engines": {
  11905. "node": ">=0.10.0"
  11906. }
  11907. },
  11908. "node_modules/speakingurl": {
  11909. "version": "14.0.1",
  11910. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  11911. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11912. "license": "BSD-3-Clause",
  11913. "engines": {
  11914. "node": ">=0.10.0"
  11915. }
  11916. },
  11917. "node_modules/splaytree": {
  11918. "version": "3.1.2",
  11919. "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
  11920. "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
  11921. "license": "MIT"
  11922. },
  11923. "node_modules/sqlstring": {
  11924. "version": "2.3.3",
  11925. "resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.3.tgz",
  11926. "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
  11927. "license": "MIT",
  11928. "engines": {
  11929. "node": ">= 0.6"
  11930. }
  11931. },
  11932. "node_modules/srvx": {
  11933. "version": "0.9.8",
  11934. "resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.9.8.tgz",
  11935. "integrity": "sha512-RZaxTKJEE/14HYn8COLuUOJAt0U55N9l1Xf6jj+T0GoA01EUH1Xz5JtSUOI+EHn+AEgPCVn7gk6jHJffrr06fQ==",
  11936. "license": "MIT",
  11937. "bin": {
  11938. "srvx": "bin/srvx.mjs"
  11939. },
  11940. "engines": {
  11941. "node": ">=20.16.0"
  11942. }
  11943. },
  11944. "node_modules/standard-as-callback": {
  11945. "version": "2.1.0",
  11946. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11947. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11948. "license": "MIT"
  11949. },
  11950. "node_modules/statuses": {
  11951. "version": "1.5.0",
  11952. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
  11953. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  11954. "dev": true,
  11955. "license": "MIT",
  11956. "engines": {
  11957. "node": ">= 0.6"
  11958. }
  11959. },
  11960. "node_modules/std-env": {
  11961. "version": "3.10.0",
  11962. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  11963. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11964. "license": "MIT"
  11965. },
  11966. "node_modules/stream-http": {
  11967. "version": "2.8.2",
  11968. "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
  11969. "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  11970. "dev": true,
  11971. "license": "MIT",
  11972. "dependencies": {
  11973. "builtin-status-codes": "^3.0.0",
  11974. "inherits": "^2.0.1",
  11975. "readable-stream": "^2.3.6",
  11976. "to-arraybuffer": "^1.0.0",
  11977. "xtend": "^4.0.0"
  11978. }
  11979. },
  11980. "node_modules/stream-http/node_modules/readable-stream": {
  11981. "version": "2.3.8",
  11982. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  11983. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11984. "dev": true,
  11985. "license": "MIT",
  11986. "dependencies": {
  11987. "core-util-is": "~1.0.0",
  11988. "inherits": "~2.0.3",
  11989. "isarray": "~1.0.0",
  11990. "process-nextick-args": "~2.0.0",
  11991. "safe-buffer": "~5.1.1",
  11992. "string_decoder": "~1.1.1",
  11993. "util-deprecate": "~1.0.1"
  11994. }
  11995. },
  11996. "node_modules/stream-http/node_modules/safe-buffer": {
  11997. "version": "5.1.2",
  11998. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  11999. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  12000. "dev": true,
  12001. "license": "MIT"
  12002. },
  12003. "node_modules/stream-http/node_modules/string_decoder": {
  12004. "version": "1.1.1",
  12005. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  12006. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12007. "dev": true,
  12008. "license": "MIT",
  12009. "dependencies": {
  12010. "safe-buffer": "~5.1.0"
  12011. }
  12012. },
  12013. "node_modules/stream-wormhole": {
  12014. "version": "1.1.0",
  12015. "resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  12016. "integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  12017. "dev": true,
  12018. "license": "MIT",
  12019. "engines": {
  12020. "node": ">=4.0.0"
  12021. }
  12022. },
  12023. "node_modules/streamx": {
  12024. "version": "2.22.1",
  12025. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.22.1.tgz",
  12026. "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
  12027. "license": "MIT",
  12028. "dependencies": {
  12029. "fast-fifo": "^1.3.2",
  12030. "text-decoder": "^1.1.0"
  12031. },
  12032. "optionalDependencies": {
  12033. "bare-events": "^2.2.0"
  12034. }
  12035. },
  12036. "node_modules/string_decoder": {
  12037. "version": "1.3.0",
  12038. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  12039. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12040. "license": "MIT",
  12041. "dependencies": {
  12042. "safe-buffer": "~5.2.0"
  12043. }
  12044. },
  12045. "node_modules/string-width": {
  12046. "version": "4.2.3",
  12047. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12048. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12049. "license": "MIT",
  12050. "dependencies": {
  12051. "emoji-regex": "^8.0.0",
  12052. "is-fullwidth-code-point": "^3.0.0",
  12053. "strip-ansi": "^6.0.1"
  12054. },
  12055. "engines": {
  12056. "node": ">=8"
  12057. }
  12058. },
  12059. "node_modules/string-width-cjs": {
  12060. "name": "string-width",
  12061. "version": "4.2.3",
  12062. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12063. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12064. "license": "MIT",
  12065. "dependencies": {
  12066. "emoji-regex": "^8.0.0",
  12067. "is-fullwidth-code-point": "^3.0.0",
  12068. "strip-ansi": "^6.0.1"
  12069. },
  12070. "engines": {
  12071. "node": ">=8"
  12072. }
  12073. },
  12074. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  12075. "version": "5.0.1",
  12076. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12077. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12078. "license": "MIT",
  12079. "engines": {
  12080. "node": ">=8"
  12081. }
  12082. },
  12083. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  12084. "version": "6.0.1",
  12085. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12086. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12087. "license": "MIT",
  12088. "dependencies": {
  12089. "ansi-regex": "^5.0.1"
  12090. },
  12091. "engines": {
  12092. "node": ">=8"
  12093. }
  12094. },
  12095. "node_modules/string-width/node_modules/ansi-regex": {
  12096. "version": "5.0.1",
  12097. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12098. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12099. "license": "MIT",
  12100. "engines": {
  12101. "node": ">=8"
  12102. }
  12103. },
  12104. "node_modules/string-width/node_modules/strip-ansi": {
  12105. "version": "6.0.1",
  12106. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12107. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12108. "license": "MIT",
  12109. "dependencies": {
  12110. "ansi-regex": "^5.0.1"
  12111. },
  12112. "engines": {
  12113. "node": ">=8"
  12114. }
  12115. },
  12116. "node_modules/strip-ansi": {
  12117. "version": "7.1.2",
  12118. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz",
  12119. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  12120. "license": "MIT",
  12121. "dependencies": {
  12122. "ansi-regex": "^6.0.1"
  12123. },
  12124. "engines": {
  12125. "node": ">=12"
  12126. },
  12127. "funding": {
  12128. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  12129. }
  12130. },
  12131. "node_modules/strip-ansi-cjs": {
  12132. "name": "strip-ansi",
  12133. "version": "6.0.1",
  12134. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12135. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12136. "license": "MIT",
  12137. "dependencies": {
  12138. "ansi-regex": "^5.0.1"
  12139. },
  12140. "engines": {
  12141. "node": ">=8"
  12142. }
  12143. },
  12144. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  12145. "version": "5.0.1",
  12146. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12147. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12148. "license": "MIT",
  12149. "engines": {
  12150. "node": ">=8"
  12151. }
  12152. },
  12153. "node_modules/strip-final-newline": {
  12154. "version": "4.0.0",
  12155. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  12156. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  12157. "dev": true,
  12158. "license": "MIT",
  12159. "engines": {
  12160. "node": ">=18"
  12161. },
  12162. "funding": {
  12163. "url": "https://github.com/sponsors/sindresorhus"
  12164. }
  12165. },
  12166. "node_modules/strip-literal": {
  12167. "version": "3.1.0",
  12168. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.1.0.tgz",
  12169. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  12170. "license": "MIT",
  12171. "dependencies": {
  12172. "js-tokens": "^9.0.1"
  12173. },
  12174. "funding": {
  12175. "url": "https://github.com/sponsors/antfu"
  12176. }
  12177. },
  12178. "node_modules/strip-literal/node_modules/js-tokens": {
  12179. "version": "9.0.1",
  12180. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  12181. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  12182. "license": "MIT"
  12183. },
  12184. "node_modules/structured-clone-es": {
  12185. "version": "1.0.0",
  12186. "resolved": "https://registry.npmmirror.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  12187. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  12188. "license": "ISC"
  12189. },
  12190. "node_modules/stylehacks": {
  12191. "version": "7.0.7",
  12192. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.7.tgz",
  12193. "integrity": "sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==",
  12194. "license": "MIT",
  12195. "dependencies": {
  12196. "browserslist": "^4.27.0",
  12197. "postcss-selector-parser": "^7.1.0"
  12198. },
  12199. "engines": {
  12200. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12201. },
  12202. "peerDependencies": {
  12203. "postcss": "^8.4.32"
  12204. }
  12205. },
  12206. "node_modules/stylis": {
  12207. "version": "4.3.6",
  12208. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  12209. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  12210. "license": "MIT"
  12211. },
  12212. "node_modules/superjson": {
  12213. "version": "2.2.2",
  12214. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  12215. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  12216. "license": "MIT",
  12217. "dependencies": {
  12218. "copy-anything": "^3.0.2"
  12219. },
  12220. "engines": {
  12221. "node": ">=16"
  12222. }
  12223. },
  12224. "node_modules/supports-color": {
  12225. "version": "10.2.2",
  12226. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-10.2.2.tgz",
  12227. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  12228. "license": "MIT",
  12229. "engines": {
  12230. "node": ">=18"
  12231. },
  12232. "funding": {
  12233. "url": "https://github.com/chalk/supports-color?sponsor=1"
  12234. }
  12235. },
  12236. "node_modules/supports-preserve-symlinks-flag": {
  12237. "version": "1.0.0",
  12238. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12239. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12240. "license": "MIT",
  12241. "engines": {
  12242. "node": ">= 0.4"
  12243. },
  12244. "funding": {
  12245. "url": "https://github.com/sponsors/ljharb"
  12246. }
  12247. },
  12248. "node_modules/svgo": {
  12249. "version": "4.0.0",
  12250. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-4.0.0.tgz",
  12251. "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
  12252. "license": "MIT",
  12253. "dependencies": {
  12254. "commander": "^11.1.0",
  12255. "css-select": "^5.1.0",
  12256. "css-tree": "^3.0.1",
  12257. "css-what": "^6.1.0",
  12258. "csso": "^5.0.5",
  12259. "picocolors": "^1.1.1",
  12260. "sax": "^1.4.1"
  12261. },
  12262. "bin": {
  12263. "svgo": "bin/svgo.js"
  12264. },
  12265. "engines": {
  12266. "node": ">=16"
  12267. },
  12268. "funding": {
  12269. "type": "opencollective",
  12270. "url": "https://opencollective.com/svgo"
  12271. }
  12272. },
  12273. "node_modules/svgo/node_modules/commander": {
  12274. "version": "11.1.0",
  12275. "resolved": "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz",
  12276. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  12277. "license": "MIT",
  12278. "engines": {
  12279. "node": ">=16"
  12280. }
  12281. },
  12282. "node_modules/system-architecture": {
  12283. "version": "0.1.0",
  12284. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  12285. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  12286. "license": "MIT",
  12287. "engines": {
  12288. "node": ">=18"
  12289. },
  12290. "funding": {
  12291. "url": "https://github.com/sponsors/sindresorhus"
  12292. }
  12293. },
  12294. "node_modules/tagged-tag": {
  12295. "version": "1.0.0",
  12296. "resolved": "https://registry.npmmirror.com/tagged-tag/-/tagged-tag-1.0.0.tgz",
  12297. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  12298. "license": "MIT",
  12299. "engines": {
  12300. "node": ">=20"
  12301. },
  12302. "funding": {
  12303. "url": "https://github.com/sponsors/sindresorhus"
  12304. }
  12305. },
  12306. "node_modules/tailwindcss": {
  12307. "version": "4.2.1",
  12308. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.2.1.tgz",
  12309. "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
  12310. "license": "MIT",
  12311. "peer": true
  12312. },
  12313. "node_modules/tailwindcss-primeui": {
  12314. "version": "0.6.1",
  12315. "resolved": "https://registry.npmmirror.com/tailwindcss-primeui/-/tailwindcss-primeui-0.6.1.tgz",
  12316. "integrity": "sha512-T69Rylcrmnt8zy9ik+qZvsLuRIrS9/k6rYJSIgZ1trnbEzGDDQSCIdmfyZknevqiHwpSJHSmQ9XT2C+S/hJY4A==",
  12317. "license": "MIT",
  12318. "peerDependencies": {
  12319. "tailwindcss": ">=3.1.0"
  12320. }
  12321. },
  12322. "node_modules/tar": {
  12323. "version": "7.5.2",
  12324. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.5.2.tgz",
  12325. "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
  12326. "license": "BlueOak-1.0.0",
  12327. "dependencies": {
  12328. "@isaacs/fs-minipass": "^4.0.0",
  12329. "chownr": "^3.0.0",
  12330. "minipass": "^7.1.2",
  12331. "minizlib": "^3.1.0",
  12332. "yallist": "^5.0.0"
  12333. },
  12334. "engines": {
  12335. "node": ">=18"
  12336. }
  12337. },
  12338. "node_modules/tar-stream": {
  12339. "version": "3.1.7",
  12340. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  12341. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  12342. "license": "MIT",
  12343. "dependencies": {
  12344. "b4a": "^1.6.4",
  12345. "fast-fifo": "^1.2.0",
  12346. "streamx": "^2.15.0"
  12347. }
  12348. },
  12349. "node_modules/tar/node_modules/yallist": {
  12350. "version": "5.0.0",
  12351. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  12352. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  12353. "license": "BlueOak-1.0.0",
  12354. "engines": {
  12355. "node": ">=18"
  12356. }
  12357. },
  12358. "node_modules/terser": {
  12359. "version": "5.44.1",
  12360. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.44.1.tgz",
  12361. "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
  12362. "license": "BSD-2-Clause",
  12363. "dependencies": {
  12364. "@jridgewell/source-map": "^0.3.3",
  12365. "acorn": "^8.15.0",
  12366. "commander": "^2.20.0",
  12367. "source-map-support": "~0.5.20"
  12368. },
  12369. "bin": {
  12370. "terser": "bin/terser"
  12371. },
  12372. "engines": {
  12373. "node": ">=10"
  12374. }
  12375. },
  12376. "node_modules/terser/node_modules/commander": {
  12377. "version": "2.20.3",
  12378. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12379. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12380. "license": "MIT"
  12381. },
  12382. "node_modules/text-decoder": {
  12383. "version": "1.2.3",
  12384. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
  12385. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  12386. "license": "Apache-2.0",
  12387. "dependencies": {
  12388. "b4a": "^1.6.4"
  12389. }
  12390. },
  12391. "node_modules/thenify": {
  12392. "version": "3.3.1",
  12393. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  12394. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  12395. "dev": true,
  12396. "license": "MIT",
  12397. "dependencies": {
  12398. "any-promise": "^1.0.0"
  12399. }
  12400. },
  12401. "node_modules/thenify-all": {
  12402. "version": "1.6.0",
  12403. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  12404. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  12405. "dev": true,
  12406. "license": "MIT",
  12407. "dependencies": {
  12408. "thenify": ">= 3.1.0 < 4"
  12409. },
  12410. "engines": {
  12411. "node": ">=0.8"
  12412. }
  12413. },
  12414. "node_modules/throttle-debounce": {
  12415. "version": "5.0.2",
  12416. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  12417. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  12418. "license": "MIT",
  12419. "engines": {
  12420. "node": ">=12.22"
  12421. }
  12422. },
  12423. "node_modules/through": {
  12424. "version": "2.3.8",
  12425. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  12426. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  12427. "dev": true,
  12428. "license": "MIT"
  12429. },
  12430. "node_modules/tiny-invariant": {
  12431. "version": "1.3.3",
  12432. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  12433. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  12434. "license": "MIT"
  12435. },
  12436. "node_modules/tinyexec": {
  12437. "version": "1.0.2",
  12438. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  12439. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  12440. "license": "MIT",
  12441. "engines": {
  12442. "node": ">=18"
  12443. }
  12444. },
  12445. "node_modules/tinyglobby": {
  12446. "version": "0.2.15",
  12447. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  12448. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  12449. "license": "MIT",
  12450. "dependencies": {
  12451. "fdir": "^6.5.0",
  12452. "picomatch": "^4.0.3"
  12453. },
  12454. "engines": {
  12455. "node": ">=12.0.0"
  12456. },
  12457. "funding": {
  12458. "url": "https://github.com/sponsors/SuperchupuDev"
  12459. }
  12460. },
  12461. "node_modules/to-arraybuffer": {
  12462. "version": "1.0.1",
  12463. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  12464. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  12465. "dev": true,
  12466. "license": "MIT"
  12467. },
  12468. "node_modules/to-regex-range": {
  12469. "version": "5.0.1",
  12470. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  12471. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  12472. "license": "MIT",
  12473. "dependencies": {
  12474. "is-number": "^7.0.0"
  12475. },
  12476. "engines": {
  12477. "node": ">=8.0"
  12478. }
  12479. },
  12480. "node_modules/toidentifier": {
  12481. "version": "1.0.1",
  12482. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  12483. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  12484. "license": "MIT",
  12485. "engines": {
  12486. "node": ">=0.6"
  12487. }
  12488. },
  12489. "node_modules/topojson-client": {
  12490. "version": "3.1.0",
  12491. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  12492. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  12493. "license": "ISC",
  12494. "dependencies": {
  12495. "commander": "2"
  12496. },
  12497. "bin": {
  12498. "topo2geo": "bin/topo2geo",
  12499. "topomerge": "bin/topomerge",
  12500. "topoquantize": "bin/topoquantize"
  12501. }
  12502. },
  12503. "node_modules/topojson-client/node_modules/commander": {
  12504. "version": "2.20.3",
  12505. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12506. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12507. "license": "MIT"
  12508. },
  12509. "node_modules/totalist": {
  12510. "version": "3.0.1",
  12511. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  12512. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  12513. "license": "MIT",
  12514. "engines": {
  12515. "node": ">=6"
  12516. }
  12517. },
  12518. "node_modules/tr46": {
  12519. "version": "0.0.3",
  12520. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  12521. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  12522. "license": "MIT"
  12523. },
  12524. "node_modules/tslib": {
  12525. "version": "2.8.1",
  12526. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  12527. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  12528. "license": "0BSD"
  12529. },
  12530. "node_modules/type-level-regexp": {
  12531. "version": "0.1.17",
  12532. "resolved": "https://registry.npmmirror.com/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  12533. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  12534. "license": "MIT"
  12535. },
  12536. "node_modules/typescript": {
  12537. "version": "5.8.3",
  12538. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  12539. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  12540. "devOptional": true,
  12541. "license": "Apache-2.0",
  12542. "bin": {
  12543. "tsc": "bin/tsc",
  12544. "tsserver": "bin/tsserver"
  12545. },
  12546. "engines": {
  12547. "node": ">=14.17"
  12548. }
  12549. },
  12550. "node_modules/ufo": {
  12551. "version": "1.6.1",
  12552. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  12553. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  12554. "license": "MIT"
  12555. },
  12556. "node_modules/ultrahtml": {
  12557. "version": "1.6.0",
  12558. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.6.0.tgz",
  12559. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  12560. "license": "MIT"
  12561. },
  12562. "node_modules/uncrypto": {
  12563. "version": "0.1.3",
  12564. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  12565. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  12566. "license": "MIT"
  12567. },
  12568. "node_modules/unctx": {
  12569. "version": "2.4.1",
  12570. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.4.1.tgz",
  12571. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  12572. "license": "MIT",
  12573. "dependencies": {
  12574. "acorn": "^8.14.0",
  12575. "estree-walker": "^3.0.3",
  12576. "magic-string": "^0.30.17",
  12577. "unplugin": "^2.1.0"
  12578. }
  12579. },
  12580. "node_modules/unctx/node_modules/estree-walker": {
  12581. "version": "3.0.3",
  12582. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12583. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12584. "license": "MIT",
  12585. "dependencies": {
  12586. "@types/estree": "^1.0.0"
  12587. }
  12588. },
  12589. "node_modules/undici-types": {
  12590. "version": "6.21.0",
  12591. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  12592. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  12593. "devOptional": true,
  12594. "license": "MIT"
  12595. },
  12596. "node_modules/unenv": {
  12597. "version": "2.0.0-rc.24",
  12598. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-2.0.0-rc.24.tgz",
  12599. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  12600. "license": "MIT",
  12601. "dependencies": {
  12602. "pathe": "^2.0.3"
  12603. }
  12604. },
  12605. "node_modules/unescape": {
  12606. "version": "1.0.1",
  12607. "resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
  12608. "integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  12609. "dev": true,
  12610. "license": "MIT",
  12611. "dependencies": {
  12612. "extend-shallow": "^2.0.1"
  12613. },
  12614. "engines": {
  12615. "node": ">=0.10.0"
  12616. }
  12617. },
  12618. "node_modules/unhead": {
  12619. "version": "2.1.1",
  12620. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-2.1.1.tgz",
  12621. "integrity": "sha512-NOt8n2KybAOxSLfNXegAVai4SGU8bPKqWnqCzNAvnRH2i8mW+0bbFjN/L75LBgCSTiOjJSpANe5w2V34Grr7Cw==",
  12622. "license": "MIT",
  12623. "dependencies": {
  12624. "hookable": "^5.5.3"
  12625. },
  12626. "funding": {
  12627. "url": "https://github.com/sponsors/harlan-zw"
  12628. }
  12629. },
  12630. "node_modules/unicorn-magic": {
  12631. "version": "0.3.0",
  12632. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  12633. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  12634. "license": "MIT",
  12635. "engines": {
  12636. "node": ">=18"
  12637. },
  12638. "funding": {
  12639. "url": "https://github.com/sponsors/sindresorhus"
  12640. }
  12641. },
  12642. "node_modules/unimport": {
  12643. "version": "5.6.0",
  12644. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-5.6.0.tgz",
  12645. "integrity": "sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==",
  12646. "license": "MIT",
  12647. "dependencies": {
  12648. "acorn": "^8.15.0",
  12649. "escape-string-regexp": "^5.0.0",
  12650. "estree-walker": "^3.0.3",
  12651. "local-pkg": "^1.1.2",
  12652. "magic-string": "^0.30.21",
  12653. "mlly": "^1.8.0",
  12654. "pathe": "^2.0.3",
  12655. "picomatch": "^4.0.3",
  12656. "pkg-types": "^2.3.0",
  12657. "scule": "^1.3.0",
  12658. "strip-literal": "^3.1.0",
  12659. "tinyglobby": "^0.2.15",
  12660. "unplugin": "^2.3.11",
  12661. "unplugin-utils": "^0.3.1"
  12662. },
  12663. "engines": {
  12664. "node": ">=18.12.0"
  12665. }
  12666. },
  12667. "node_modules/unimport/node_modules/estree-walker": {
  12668. "version": "3.0.3",
  12669. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12670. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12671. "license": "MIT",
  12672. "dependencies": {
  12673. "@types/estree": "^1.0.0"
  12674. }
  12675. },
  12676. "node_modules/unimport/node_modules/unplugin-utils": {
  12677. "version": "0.3.1",
  12678. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12679. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12680. "license": "MIT",
  12681. "dependencies": {
  12682. "pathe": "^2.0.3",
  12683. "picomatch": "^4.0.3"
  12684. },
  12685. "engines": {
  12686. "node": ">=20.19.0"
  12687. },
  12688. "funding": {
  12689. "url": "https://github.com/sponsors/sxzz"
  12690. }
  12691. },
  12692. "node_modules/universalify": {
  12693. "version": "2.0.1",
  12694. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  12695. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  12696. "dev": true,
  12697. "license": "MIT",
  12698. "engines": {
  12699. "node": ">= 10.0.0"
  12700. }
  12701. },
  12702. "node_modules/unplugin": {
  12703. "version": "2.3.11",
  12704. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.11.tgz",
  12705. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  12706. "license": "MIT",
  12707. "dependencies": {
  12708. "@jridgewell/remapping": "^2.3.5",
  12709. "acorn": "^8.15.0",
  12710. "picomatch": "^4.0.3",
  12711. "webpack-virtual-modules": "^0.6.2"
  12712. },
  12713. "engines": {
  12714. "node": ">=18.12.0"
  12715. }
  12716. },
  12717. "node_modules/unplugin-utils": {
  12718. "version": "0.2.5",
  12719. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  12720. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  12721. "license": "MIT",
  12722. "dependencies": {
  12723. "pathe": "^2.0.3",
  12724. "picomatch": "^4.0.3"
  12725. },
  12726. "engines": {
  12727. "node": ">=18.12.0"
  12728. },
  12729. "funding": {
  12730. "url": "https://github.com/sponsors/sxzz"
  12731. }
  12732. },
  12733. "node_modules/unplugin-vue-router": {
  12734. "version": "0.19.1",
  12735. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.19.1.tgz",
  12736. "integrity": "sha512-LJVRzfxS4j34K4sx4pggzhqpfAtXNZ6mLLRHvlSbDw11lWKLluuLXRbSWLXfiVj4RHeNHXu/+XxsGX65Ogu07Q==",
  12737. "license": "MIT",
  12738. "dependencies": {
  12739. "@babel/generator": "^7.28.5",
  12740. "@vue-macros/common": "^3.1.1",
  12741. "@vue/language-core": "^3.1.8",
  12742. "ast-walker-scope": "^0.8.3",
  12743. "chokidar": "^5.0.0",
  12744. "json5": "^2.2.3",
  12745. "local-pkg": "^1.1.2",
  12746. "magic-string": "^0.30.21",
  12747. "mlly": "^1.8.0",
  12748. "muggle-string": "^0.4.1",
  12749. "pathe": "^2.0.3",
  12750. "picomatch": "^4.0.3",
  12751. "scule": "^1.3.0",
  12752. "tinyglobby": "^0.2.15",
  12753. "unplugin": "^2.3.11",
  12754. "unplugin-utils": "^0.3.1",
  12755. "yaml": "^2.8.2"
  12756. },
  12757. "peerDependencies": {
  12758. "@vue/compiler-sfc": "^3.5.17",
  12759. "vue-router": "^4.6.0"
  12760. },
  12761. "peerDependenciesMeta": {
  12762. "vue-router": {
  12763. "optional": true
  12764. }
  12765. }
  12766. },
  12767. "node_modules/unplugin-vue-router/node_modules/@volar/language-core": {
  12768. "version": "2.4.27",
  12769. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.27.tgz",
  12770. "integrity": "sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==",
  12771. "license": "MIT",
  12772. "dependencies": {
  12773. "@volar/source-map": "2.4.27"
  12774. }
  12775. },
  12776. "node_modules/unplugin-vue-router/node_modules/@volar/source-map": {
  12777. "version": "2.4.27",
  12778. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.27.tgz",
  12779. "integrity": "sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==",
  12780. "license": "MIT"
  12781. },
  12782. "node_modules/unplugin-vue-router/node_modules/@vue/language-core": {
  12783. "version": "3.2.1",
  12784. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-3.2.1.tgz",
  12785. "integrity": "sha512-g6oSenpnGMtpxHGAwKuu7HJJkNZpemK/zg3vZzZbJ6cnnXq1ssxuNrXSsAHYM3NvH8p4IkTw+NLmuxyeYz4r8A==",
  12786. "license": "MIT",
  12787. "dependencies": {
  12788. "@volar/language-core": "2.4.27",
  12789. "@vue/compiler-dom": "^3.5.0",
  12790. "@vue/shared": "^3.5.0",
  12791. "alien-signals": "^3.0.0",
  12792. "muggle-string": "^0.4.1",
  12793. "path-browserify": "^1.0.1",
  12794. "picomatch": "^4.0.2"
  12795. }
  12796. },
  12797. "node_modules/unplugin-vue-router/node_modules/alien-signals": {
  12798. "version": "3.1.2",
  12799. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-3.1.2.tgz",
  12800. "integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
  12801. "license": "MIT"
  12802. },
  12803. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  12804. "version": "5.0.0",
  12805. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  12806. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12807. "license": "MIT",
  12808. "dependencies": {
  12809. "readdirp": "^5.0.0"
  12810. },
  12811. "engines": {
  12812. "node": ">= 20.19.0"
  12813. },
  12814. "funding": {
  12815. "url": "https://paulmillr.com/funding/"
  12816. }
  12817. },
  12818. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  12819. "version": "5.0.0",
  12820. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  12821. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12822. "license": "MIT",
  12823. "engines": {
  12824. "node": ">= 20.19.0"
  12825. },
  12826. "funding": {
  12827. "type": "individual",
  12828. "url": "https://paulmillr.com/funding/"
  12829. }
  12830. },
  12831. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  12832. "version": "0.3.1",
  12833. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12834. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12835. "license": "MIT",
  12836. "dependencies": {
  12837. "pathe": "^2.0.3",
  12838. "picomatch": "^4.0.3"
  12839. },
  12840. "engines": {
  12841. "node": ">=20.19.0"
  12842. },
  12843. "funding": {
  12844. "url": "https://github.com/sponsors/sxzz"
  12845. }
  12846. },
  12847. "node_modules/unstorage": {
  12848. "version": "1.17.3",
  12849. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.17.3.tgz",
  12850. "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==",
  12851. "license": "MIT",
  12852. "dependencies": {
  12853. "anymatch": "^3.1.3",
  12854. "chokidar": "^4.0.3",
  12855. "destr": "^2.0.5",
  12856. "h3": "^1.15.4",
  12857. "lru-cache": "^10.4.3",
  12858. "node-fetch-native": "^1.6.7",
  12859. "ofetch": "^1.5.1",
  12860. "ufo": "^1.6.1"
  12861. },
  12862. "peerDependencies": {
  12863. "@azure/app-configuration": "^1.8.0",
  12864. "@azure/cosmos": "^4.2.0",
  12865. "@azure/data-tables": "^13.3.0",
  12866. "@azure/identity": "^4.6.0",
  12867. "@azure/keyvault-secrets": "^4.9.0",
  12868. "@azure/storage-blob": "^12.26.0",
  12869. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  12870. "@deno/kv": ">=0.9.0",
  12871. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  12872. "@planetscale/database": "^1.19.0",
  12873. "@upstash/redis": "^1.34.3",
  12874. "@vercel/blob": ">=0.27.1",
  12875. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12876. "@vercel/kv": "^1.0.1",
  12877. "aws4fetch": "^1.0.20",
  12878. "db0": ">=0.2.1",
  12879. "idb-keyval": "^6.2.1",
  12880. "ioredis": "^5.4.2",
  12881. "uploadthing": "^7.4.4"
  12882. },
  12883. "peerDependenciesMeta": {
  12884. "@azure/app-configuration": {
  12885. "optional": true
  12886. },
  12887. "@azure/cosmos": {
  12888. "optional": true
  12889. },
  12890. "@azure/data-tables": {
  12891. "optional": true
  12892. },
  12893. "@azure/identity": {
  12894. "optional": true
  12895. },
  12896. "@azure/keyvault-secrets": {
  12897. "optional": true
  12898. },
  12899. "@azure/storage-blob": {
  12900. "optional": true
  12901. },
  12902. "@capacitor/preferences": {
  12903. "optional": true
  12904. },
  12905. "@deno/kv": {
  12906. "optional": true
  12907. },
  12908. "@netlify/blobs": {
  12909. "optional": true
  12910. },
  12911. "@planetscale/database": {
  12912. "optional": true
  12913. },
  12914. "@upstash/redis": {
  12915. "optional": true
  12916. },
  12917. "@vercel/blob": {
  12918. "optional": true
  12919. },
  12920. "@vercel/functions": {
  12921. "optional": true
  12922. },
  12923. "@vercel/kv": {
  12924. "optional": true
  12925. },
  12926. "aws4fetch": {
  12927. "optional": true
  12928. },
  12929. "db0": {
  12930. "optional": true
  12931. },
  12932. "idb-keyval": {
  12933. "optional": true
  12934. },
  12935. "ioredis": {
  12936. "optional": true
  12937. },
  12938. "uploadthing": {
  12939. "optional": true
  12940. }
  12941. }
  12942. },
  12943. "node_modules/unstorage/node_modules/lru-cache": {
  12944. "version": "10.4.3",
  12945. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  12946. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  12947. "license": "ISC"
  12948. },
  12949. "node_modules/untun": {
  12950. "version": "0.1.3",
  12951. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  12952. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12953. "license": "MIT",
  12954. "dependencies": {
  12955. "citty": "^0.1.5",
  12956. "consola": "^3.2.3",
  12957. "pathe": "^1.1.1"
  12958. },
  12959. "bin": {
  12960. "untun": "bin/untun.mjs"
  12961. }
  12962. },
  12963. "node_modules/untun/node_modules/pathe": {
  12964. "version": "1.1.2",
  12965. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  12966. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12967. "license": "MIT"
  12968. },
  12969. "node_modules/untyped": {
  12970. "version": "2.0.0",
  12971. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-2.0.0.tgz",
  12972. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12973. "license": "MIT",
  12974. "dependencies": {
  12975. "citty": "^0.1.6",
  12976. "defu": "^6.1.4",
  12977. "jiti": "^2.4.2",
  12978. "knitwork": "^1.2.0",
  12979. "scule": "^1.3.0"
  12980. },
  12981. "bin": {
  12982. "untyped": "dist/cli.mjs"
  12983. }
  12984. },
  12985. "node_modules/unwasm": {
  12986. "version": "0.3.11",
  12987. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.11.tgz",
  12988. "integrity": "sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==",
  12989. "license": "MIT",
  12990. "dependencies": {
  12991. "knitwork": "^1.2.0",
  12992. "magic-string": "^0.30.17",
  12993. "mlly": "^1.7.4",
  12994. "pathe": "^2.0.3",
  12995. "pkg-types": "^2.2.0",
  12996. "unplugin": "^2.3.6"
  12997. }
  12998. },
  12999. "node_modules/update-browserslist-db": {
  13000. "version": "1.2.3",
  13001. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  13002. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  13003. "funding": [
  13004. {
  13005. "type": "opencollective",
  13006. "url": "https://opencollective.com/browserslist"
  13007. },
  13008. {
  13009. "type": "tidelift",
  13010. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13011. },
  13012. {
  13013. "type": "github",
  13014. "url": "https://github.com/sponsors/ai"
  13015. }
  13016. ],
  13017. "license": "MIT",
  13018. "dependencies": {
  13019. "escalade": "^3.2.0",
  13020. "picocolors": "^1.1.1"
  13021. },
  13022. "bin": {
  13023. "update-browserslist-db": "cli.js"
  13024. },
  13025. "peerDependencies": {
  13026. "browserslist": ">= 4.21.0"
  13027. }
  13028. },
  13029. "node_modules/uqr": {
  13030. "version": "0.1.2",
  13031. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  13032. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  13033. "license": "MIT"
  13034. },
  13035. "node_modules/urllib": {
  13036. "version": "2.44.0",
  13037. "resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  13038. "integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  13039. "dev": true,
  13040. "license": "MIT",
  13041. "dependencies": {
  13042. "any-promise": "^1.3.0",
  13043. "content-type": "^1.0.2",
  13044. "default-user-agent": "^1.0.0",
  13045. "digest-header": "^1.0.0",
  13046. "ee-first": "~1.1.1",
  13047. "formstream": "^1.1.0",
  13048. "humanize-ms": "^1.2.0",
  13049. "iconv-lite": "^0.6.3",
  13050. "pump": "^3.0.0",
  13051. "qs": "^6.4.0",
  13052. "statuses": "^1.3.1",
  13053. "utility": "^1.16.1"
  13054. },
  13055. "engines": {
  13056. "node": ">= 0.10.0"
  13057. },
  13058. "peerDependencies": {
  13059. "proxy-agent": "^5.0.0"
  13060. },
  13061. "peerDependenciesMeta": {
  13062. "proxy-agent": {
  13063. "optional": true
  13064. }
  13065. }
  13066. },
  13067. "node_modules/urllib/node_modules/iconv-lite": {
  13068. "version": "0.6.3",
  13069. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  13070. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  13071. "dev": true,
  13072. "license": "MIT",
  13073. "dependencies": {
  13074. "safer-buffer": ">= 2.1.2 < 3.0.0"
  13075. },
  13076. "engines": {
  13077. "node": ">=0.10.0"
  13078. }
  13079. },
  13080. "node_modules/util-deprecate": {
  13081. "version": "1.0.2",
  13082. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13083. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13084. "license": "MIT"
  13085. },
  13086. "node_modules/utility": {
  13087. "version": "1.18.0",
  13088. "resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  13089. "integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  13090. "dev": true,
  13091. "license": "MIT",
  13092. "dependencies": {
  13093. "copy-to": "^2.0.1",
  13094. "escape-html": "^1.0.3",
  13095. "mkdirp": "^0.5.1",
  13096. "mz": "^2.7.0",
  13097. "unescape": "^1.0.1"
  13098. },
  13099. "engines": {
  13100. "node": ">= 0.12.0"
  13101. }
  13102. },
  13103. "node_modules/vite": {
  13104. "version": "6.4.1",
  13105. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz",
  13106. "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
  13107. "license": "MIT",
  13108. "dependencies": {
  13109. "esbuild": "^0.25.0",
  13110. "fdir": "^6.4.4",
  13111. "picomatch": "^4.0.2",
  13112. "postcss": "^8.5.3",
  13113. "rollup": "^4.34.9",
  13114. "tinyglobby": "^0.2.13"
  13115. },
  13116. "bin": {
  13117. "vite": "bin/vite.js"
  13118. },
  13119. "engines": {
  13120. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  13121. },
  13122. "funding": {
  13123. "url": "https://github.com/vitejs/vite?sponsor=1"
  13124. },
  13125. "optionalDependencies": {
  13126. "fsevents": "~2.3.3"
  13127. },
  13128. "peerDependencies": {
  13129. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  13130. "jiti": ">=1.21.0",
  13131. "less": "*",
  13132. "lightningcss": "^1.21.0",
  13133. "sass": "*",
  13134. "sass-embedded": "*",
  13135. "stylus": "*",
  13136. "sugarss": "*",
  13137. "terser": "^5.16.0",
  13138. "tsx": "^4.8.1",
  13139. "yaml": "^2.4.2"
  13140. },
  13141. "peerDependenciesMeta": {
  13142. "@types/node": {
  13143. "optional": true
  13144. },
  13145. "jiti": {
  13146. "optional": true
  13147. },
  13148. "less": {
  13149. "optional": true
  13150. },
  13151. "lightningcss": {
  13152. "optional": true
  13153. },
  13154. "sass": {
  13155. "optional": true
  13156. },
  13157. "sass-embedded": {
  13158. "optional": true
  13159. },
  13160. "stylus": {
  13161. "optional": true
  13162. },
  13163. "sugarss": {
  13164. "optional": true
  13165. },
  13166. "terser": {
  13167. "optional": true
  13168. },
  13169. "tsx": {
  13170. "optional": true
  13171. },
  13172. "yaml": {
  13173. "optional": true
  13174. }
  13175. }
  13176. },
  13177. "node_modules/vite-dev-rpc": {
  13178. "version": "1.1.0",
  13179. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  13180. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  13181. "license": "MIT",
  13182. "dependencies": {
  13183. "birpc": "^2.4.0",
  13184. "vite-hot-client": "^2.1.0"
  13185. },
  13186. "funding": {
  13187. "url": "https://github.com/sponsors/antfu"
  13188. },
  13189. "peerDependencies": {
  13190. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  13191. }
  13192. },
  13193. "node_modules/vite-hot-client": {
  13194. "version": "2.1.0",
  13195. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  13196. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  13197. "license": "MIT",
  13198. "funding": {
  13199. "url": "https://github.com/sponsors/antfu"
  13200. },
  13201. "peerDependencies": {
  13202. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  13203. }
  13204. },
  13205. "node_modules/vite-node": {
  13206. "version": "5.2.0",
  13207. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-5.2.0.tgz",
  13208. "integrity": "sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==",
  13209. "license": "MIT",
  13210. "dependencies": {
  13211. "cac": "^6.7.14",
  13212. "es-module-lexer": "^1.7.0",
  13213. "obug": "^2.0.0",
  13214. "pathe": "^2.0.3",
  13215. "vite": "^7.2.2"
  13216. },
  13217. "bin": {
  13218. "vite-node": "dist/cli.mjs"
  13219. },
  13220. "engines": {
  13221. "node": "^20.19.0 || >=22.12.0"
  13222. },
  13223. "funding": {
  13224. "url": "https://opencollective.com/antfu"
  13225. }
  13226. },
  13227. "node_modules/vite-node/node_modules/@esbuild/aix-ppc64": {
  13228. "version": "0.27.2",
  13229. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  13230. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  13231. "cpu": [
  13232. "ppc64"
  13233. ],
  13234. "license": "MIT",
  13235. "optional": true,
  13236. "os": [
  13237. "aix"
  13238. ],
  13239. "engines": {
  13240. "node": ">=18"
  13241. }
  13242. },
  13243. "node_modules/vite-node/node_modules/@esbuild/android-arm": {
  13244. "version": "0.27.2",
  13245. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  13246. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  13247. "cpu": [
  13248. "arm"
  13249. ],
  13250. "license": "MIT",
  13251. "optional": true,
  13252. "os": [
  13253. "android"
  13254. ],
  13255. "engines": {
  13256. "node": ">=18"
  13257. }
  13258. },
  13259. "node_modules/vite-node/node_modules/@esbuild/android-arm64": {
  13260. "version": "0.27.2",
  13261. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  13262. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  13263. "cpu": [
  13264. "arm64"
  13265. ],
  13266. "license": "MIT",
  13267. "optional": true,
  13268. "os": [
  13269. "android"
  13270. ],
  13271. "engines": {
  13272. "node": ">=18"
  13273. }
  13274. },
  13275. "node_modules/vite-node/node_modules/@esbuild/android-x64": {
  13276. "version": "0.27.2",
  13277. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  13278. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  13279. "cpu": [
  13280. "x64"
  13281. ],
  13282. "license": "MIT",
  13283. "optional": true,
  13284. "os": [
  13285. "android"
  13286. ],
  13287. "engines": {
  13288. "node": ">=18"
  13289. }
  13290. },
  13291. "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": {
  13292. "version": "0.27.2",
  13293. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  13294. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  13295. "cpu": [
  13296. "arm64"
  13297. ],
  13298. "license": "MIT",
  13299. "optional": true,
  13300. "os": [
  13301. "darwin"
  13302. ],
  13303. "engines": {
  13304. "node": ">=18"
  13305. }
  13306. },
  13307. "node_modules/vite-node/node_modules/@esbuild/darwin-x64": {
  13308. "version": "0.27.2",
  13309. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  13310. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  13311. "cpu": [
  13312. "x64"
  13313. ],
  13314. "license": "MIT",
  13315. "optional": true,
  13316. "os": [
  13317. "darwin"
  13318. ],
  13319. "engines": {
  13320. "node": ">=18"
  13321. }
  13322. },
  13323. "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": {
  13324. "version": "0.27.2",
  13325. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  13326. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  13327. "cpu": [
  13328. "arm64"
  13329. ],
  13330. "license": "MIT",
  13331. "optional": true,
  13332. "os": [
  13333. "freebsd"
  13334. ],
  13335. "engines": {
  13336. "node": ">=18"
  13337. }
  13338. },
  13339. "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": {
  13340. "version": "0.27.2",
  13341. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  13342. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  13343. "cpu": [
  13344. "x64"
  13345. ],
  13346. "license": "MIT",
  13347. "optional": true,
  13348. "os": [
  13349. "freebsd"
  13350. ],
  13351. "engines": {
  13352. "node": ">=18"
  13353. }
  13354. },
  13355. "node_modules/vite-node/node_modules/@esbuild/linux-arm": {
  13356. "version": "0.27.2",
  13357. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  13358. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  13359. "cpu": [
  13360. "arm"
  13361. ],
  13362. "license": "MIT",
  13363. "optional": true,
  13364. "os": [
  13365. "linux"
  13366. ],
  13367. "engines": {
  13368. "node": ">=18"
  13369. }
  13370. },
  13371. "node_modules/vite-node/node_modules/@esbuild/linux-arm64": {
  13372. "version": "0.27.2",
  13373. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  13374. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  13375. "cpu": [
  13376. "arm64"
  13377. ],
  13378. "license": "MIT",
  13379. "optional": true,
  13380. "os": [
  13381. "linux"
  13382. ],
  13383. "engines": {
  13384. "node": ">=18"
  13385. }
  13386. },
  13387. "node_modules/vite-node/node_modules/@esbuild/linux-ia32": {
  13388. "version": "0.27.2",
  13389. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  13390. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  13391. "cpu": [
  13392. "ia32"
  13393. ],
  13394. "license": "MIT",
  13395. "optional": true,
  13396. "os": [
  13397. "linux"
  13398. ],
  13399. "engines": {
  13400. "node": ">=18"
  13401. }
  13402. },
  13403. "node_modules/vite-node/node_modules/@esbuild/linux-loong64": {
  13404. "version": "0.27.2",
  13405. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  13406. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  13407. "cpu": [
  13408. "loong64"
  13409. ],
  13410. "license": "MIT",
  13411. "optional": true,
  13412. "os": [
  13413. "linux"
  13414. ],
  13415. "engines": {
  13416. "node": ">=18"
  13417. }
  13418. },
  13419. "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": {
  13420. "version": "0.27.2",
  13421. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  13422. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  13423. "cpu": [
  13424. "mips64el"
  13425. ],
  13426. "license": "MIT",
  13427. "optional": true,
  13428. "os": [
  13429. "linux"
  13430. ],
  13431. "engines": {
  13432. "node": ">=18"
  13433. }
  13434. },
  13435. "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": {
  13436. "version": "0.27.2",
  13437. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  13438. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  13439. "cpu": [
  13440. "ppc64"
  13441. ],
  13442. "license": "MIT",
  13443. "optional": true,
  13444. "os": [
  13445. "linux"
  13446. ],
  13447. "engines": {
  13448. "node": ">=18"
  13449. }
  13450. },
  13451. "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": {
  13452. "version": "0.27.2",
  13453. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  13454. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  13455. "cpu": [
  13456. "riscv64"
  13457. ],
  13458. "license": "MIT",
  13459. "optional": true,
  13460. "os": [
  13461. "linux"
  13462. ],
  13463. "engines": {
  13464. "node": ">=18"
  13465. }
  13466. },
  13467. "node_modules/vite-node/node_modules/@esbuild/linux-s390x": {
  13468. "version": "0.27.2",
  13469. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  13470. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  13471. "cpu": [
  13472. "s390x"
  13473. ],
  13474. "license": "MIT",
  13475. "optional": true,
  13476. "os": [
  13477. "linux"
  13478. ],
  13479. "engines": {
  13480. "node": ">=18"
  13481. }
  13482. },
  13483. "node_modules/vite-node/node_modules/@esbuild/linux-x64": {
  13484. "version": "0.27.2",
  13485. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  13486. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  13487. "cpu": [
  13488. "x64"
  13489. ],
  13490. "license": "MIT",
  13491. "optional": true,
  13492. "os": [
  13493. "linux"
  13494. ],
  13495. "engines": {
  13496. "node": ">=18"
  13497. }
  13498. },
  13499. "node_modules/vite-node/node_modules/@esbuild/netbsd-arm64": {
  13500. "version": "0.27.2",
  13501. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  13502. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  13503. "cpu": [
  13504. "arm64"
  13505. ],
  13506. "license": "MIT",
  13507. "optional": true,
  13508. "os": [
  13509. "netbsd"
  13510. ],
  13511. "engines": {
  13512. "node": ">=18"
  13513. }
  13514. },
  13515. "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": {
  13516. "version": "0.27.2",
  13517. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  13518. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  13519. "cpu": [
  13520. "x64"
  13521. ],
  13522. "license": "MIT",
  13523. "optional": true,
  13524. "os": [
  13525. "netbsd"
  13526. ],
  13527. "engines": {
  13528. "node": ">=18"
  13529. }
  13530. },
  13531. "node_modules/vite-node/node_modules/@esbuild/openbsd-arm64": {
  13532. "version": "0.27.2",
  13533. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  13534. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  13535. "cpu": [
  13536. "arm64"
  13537. ],
  13538. "license": "MIT",
  13539. "optional": true,
  13540. "os": [
  13541. "openbsd"
  13542. ],
  13543. "engines": {
  13544. "node": ">=18"
  13545. }
  13546. },
  13547. "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": {
  13548. "version": "0.27.2",
  13549. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  13550. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  13551. "cpu": [
  13552. "x64"
  13553. ],
  13554. "license": "MIT",
  13555. "optional": true,
  13556. "os": [
  13557. "openbsd"
  13558. ],
  13559. "engines": {
  13560. "node": ">=18"
  13561. }
  13562. },
  13563. "node_modules/vite-node/node_modules/@esbuild/openharmony-arm64": {
  13564. "version": "0.27.2",
  13565. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  13566. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  13567. "cpu": [
  13568. "arm64"
  13569. ],
  13570. "license": "MIT",
  13571. "optional": true,
  13572. "os": [
  13573. "openharmony"
  13574. ],
  13575. "engines": {
  13576. "node": ">=18"
  13577. }
  13578. },
  13579. "node_modules/vite-node/node_modules/@esbuild/sunos-x64": {
  13580. "version": "0.27.2",
  13581. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  13582. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  13583. "cpu": [
  13584. "x64"
  13585. ],
  13586. "license": "MIT",
  13587. "optional": true,
  13588. "os": [
  13589. "sunos"
  13590. ],
  13591. "engines": {
  13592. "node": ">=18"
  13593. }
  13594. },
  13595. "node_modules/vite-node/node_modules/@esbuild/win32-arm64": {
  13596. "version": "0.27.2",
  13597. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  13598. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  13599. "cpu": [
  13600. "arm64"
  13601. ],
  13602. "license": "MIT",
  13603. "optional": true,
  13604. "os": [
  13605. "win32"
  13606. ],
  13607. "engines": {
  13608. "node": ">=18"
  13609. }
  13610. },
  13611. "node_modules/vite-node/node_modules/@esbuild/win32-ia32": {
  13612. "version": "0.27.2",
  13613. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  13614. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  13615. "cpu": [
  13616. "ia32"
  13617. ],
  13618. "license": "MIT",
  13619. "optional": true,
  13620. "os": [
  13621. "win32"
  13622. ],
  13623. "engines": {
  13624. "node": ">=18"
  13625. }
  13626. },
  13627. "node_modules/vite-node/node_modules/@esbuild/win32-x64": {
  13628. "version": "0.27.2",
  13629. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  13630. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  13631. "cpu": [
  13632. "x64"
  13633. ],
  13634. "license": "MIT",
  13635. "optional": true,
  13636. "os": [
  13637. "win32"
  13638. ],
  13639. "engines": {
  13640. "node": ">=18"
  13641. }
  13642. },
  13643. "node_modules/vite-node/node_modules/esbuild": {
  13644. "version": "0.27.2",
  13645. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  13646. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  13647. "hasInstallScript": true,
  13648. "license": "MIT",
  13649. "bin": {
  13650. "esbuild": "bin/esbuild"
  13651. },
  13652. "engines": {
  13653. "node": ">=18"
  13654. },
  13655. "optionalDependencies": {
  13656. "@esbuild/aix-ppc64": "0.27.2",
  13657. "@esbuild/android-arm": "0.27.2",
  13658. "@esbuild/android-arm64": "0.27.2",
  13659. "@esbuild/android-x64": "0.27.2",
  13660. "@esbuild/darwin-arm64": "0.27.2",
  13661. "@esbuild/darwin-x64": "0.27.2",
  13662. "@esbuild/freebsd-arm64": "0.27.2",
  13663. "@esbuild/freebsd-x64": "0.27.2",
  13664. "@esbuild/linux-arm": "0.27.2",
  13665. "@esbuild/linux-arm64": "0.27.2",
  13666. "@esbuild/linux-ia32": "0.27.2",
  13667. "@esbuild/linux-loong64": "0.27.2",
  13668. "@esbuild/linux-mips64el": "0.27.2",
  13669. "@esbuild/linux-ppc64": "0.27.2",
  13670. "@esbuild/linux-riscv64": "0.27.2",
  13671. "@esbuild/linux-s390x": "0.27.2",
  13672. "@esbuild/linux-x64": "0.27.2",
  13673. "@esbuild/netbsd-arm64": "0.27.2",
  13674. "@esbuild/netbsd-x64": "0.27.2",
  13675. "@esbuild/openbsd-arm64": "0.27.2",
  13676. "@esbuild/openbsd-x64": "0.27.2",
  13677. "@esbuild/openharmony-arm64": "0.27.2",
  13678. "@esbuild/sunos-x64": "0.27.2",
  13679. "@esbuild/win32-arm64": "0.27.2",
  13680. "@esbuild/win32-ia32": "0.27.2",
  13681. "@esbuild/win32-x64": "0.27.2"
  13682. }
  13683. },
  13684. "node_modules/vite-node/node_modules/vite": {
  13685. "version": "7.3.0",
  13686. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  13687. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  13688. "license": "MIT",
  13689. "dependencies": {
  13690. "esbuild": "^0.27.0",
  13691. "fdir": "^6.5.0",
  13692. "picomatch": "^4.0.3",
  13693. "postcss": "^8.5.6",
  13694. "rollup": "^4.43.0",
  13695. "tinyglobby": "^0.2.15"
  13696. },
  13697. "bin": {
  13698. "vite": "bin/vite.js"
  13699. },
  13700. "engines": {
  13701. "node": "^20.19.0 || >=22.12.0"
  13702. },
  13703. "funding": {
  13704. "url": "https://github.com/vitejs/vite?sponsor=1"
  13705. },
  13706. "optionalDependencies": {
  13707. "fsevents": "~2.3.3"
  13708. },
  13709. "peerDependencies": {
  13710. "@types/node": "^20.19.0 || >=22.12.0",
  13711. "jiti": ">=1.21.0",
  13712. "less": "^4.0.0",
  13713. "lightningcss": "^1.21.0",
  13714. "sass": "^1.70.0",
  13715. "sass-embedded": "^1.70.0",
  13716. "stylus": ">=0.54.8",
  13717. "sugarss": "^5.0.0",
  13718. "terser": "^5.16.0",
  13719. "tsx": "^4.8.1",
  13720. "yaml": "^2.4.2"
  13721. },
  13722. "peerDependenciesMeta": {
  13723. "@types/node": {
  13724. "optional": true
  13725. },
  13726. "jiti": {
  13727. "optional": true
  13728. },
  13729. "less": {
  13730. "optional": true
  13731. },
  13732. "lightningcss": {
  13733. "optional": true
  13734. },
  13735. "sass": {
  13736. "optional": true
  13737. },
  13738. "sass-embedded": {
  13739. "optional": true
  13740. },
  13741. "stylus": {
  13742. "optional": true
  13743. },
  13744. "sugarss": {
  13745. "optional": true
  13746. },
  13747. "terser": {
  13748. "optional": true
  13749. },
  13750. "tsx": {
  13751. "optional": true
  13752. },
  13753. "yaml": {
  13754. "optional": true
  13755. }
  13756. }
  13757. },
  13758. "node_modules/vite-plugin-checker": {
  13759. "version": "0.12.0",
  13760. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  13761. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  13762. "license": "MIT",
  13763. "dependencies": {
  13764. "@babel/code-frame": "^7.27.1",
  13765. "chokidar": "^4.0.3",
  13766. "npm-run-path": "^6.0.0",
  13767. "picocolors": "^1.1.1",
  13768. "picomatch": "^4.0.3",
  13769. "tiny-invariant": "^1.3.3",
  13770. "tinyglobby": "^0.2.15",
  13771. "vscode-uri": "^3.1.0"
  13772. },
  13773. "engines": {
  13774. "node": ">=16.11"
  13775. },
  13776. "peerDependencies": {
  13777. "@biomejs/biome": ">=1.7",
  13778. "eslint": ">=9.39.1",
  13779. "meow": "^13.2.0",
  13780. "optionator": "^0.9.4",
  13781. "oxlint": ">=1",
  13782. "stylelint": ">=16",
  13783. "typescript": "*",
  13784. "vite": ">=5.4.21",
  13785. "vls": "*",
  13786. "vti": "*",
  13787. "vue-tsc": "~2.2.10 || ^3.0.0"
  13788. },
  13789. "peerDependenciesMeta": {
  13790. "@biomejs/biome": {
  13791. "optional": true
  13792. },
  13793. "eslint": {
  13794. "optional": true
  13795. },
  13796. "meow": {
  13797. "optional": true
  13798. },
  13799. "optionator": {
  13800. "optional": true
  13801. },
  13802. "oxlint": {
  13803. "optional": true
  13804. },
  13805. "stylelint": {
  13806. "optional": true
  13807. },
  13808. "typescript": {
  13809. "optional": true
  13810. },
  13811. "vls": {
  13812. "optional": true
  13813. },
  13814. "vti": {
  13815. "optional": true
  13816. },
  13817. "vue-tsc": {
  13818. "optional": true
  13819. }
  13820. }
  13821. },
  13822. "node_modules/vite-plugin-inspect": {
  13823. "version": "0.8.9",
  13824. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  13825. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  13826. "dev": true,
  13827. "license": "MIT",
  13828. "dependencies": {
  13829. "@antfu/utils": "^0.7.10",
  13830. "@rollup/pluginutils": "^5.1.3",
  13831. "debug": "^4.3.7",
  13832. "error-stack-parser-es": "^0.1.5",
  13833. "fs-extra": "^11.2.0",
  13834. "open": "^10.1.0",
  13835. "perfect-debounce": "^1.0.0",
  13836. "picocolors": "^1.1.1",
  13837. "sirv": "^3.0.0"
  13838. },
  13839. "engines": {
  13840. "node": ">=14"
  13841. },
  13842. "funding": {
  13843. "url": "https://github.com/sponsors/antfu"
  13844. },
  13845. "peerDependencies": {
  13846. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  13847. },
  13848. "peerDependenciesMeta": {
  13849. "@nuxt/kit": {
  13850. "optional": true
  13851. }
  13852. }
  13853. },
  13854. "node_modules/vite-plugin-vue-devtools": {
  13855. "version": "7.7.5",
  13856. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.5.tgz",
  13857. "integrity": "sha512-cSlQYI1E+8d0qubBg70suTBbXMFbTHLn7vLPYUPK9GjNNJ0nw+Yks0ZLOAp7/+PjmqSpN5fK1taor6HeAjKb1g==",
  13858. "dev": true,
  13859. "license": "MIT",
  13860. "dependencies": {
  13861. "@vue/devtools-core": "^7.7.5",
  13862. "@vue/devtools-kit": "^7.7.5",
  13863. "@vue/devtools-shared": "^7.7.5",
  13864. "execa": "^9.5.2",
  13865. "sirv": "^3.0.1",
  13866. "vite-plugin-inspect": "0.8.9",
  13867. "vite-plugin-vue-inspector": "^5.3.1"
  13868. },
  13869. "engines": {
  13870. "node": ">=v14.21.3"
  13871. },
  13872. "peerDependencies": {
  13873. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13874. }
  13875. },
  13876. "node_modules/vite-plugin-vue-inspector": {
  13877. "version": "5.3.1",
  13878. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  13879. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  13880. "dev": true,
  13881. "license": "MIT",
  13882. "dependencies": {
  13883. "@babel/core": "^7.23.0",
  13884. "@babel/plugin-proposal-decorators": "^7.23.0",
  13885. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  13886. "@babel/plugin-syntax-import-meta": "^7.10.4",
  13887. "@babel/plugin-transform-typescript": "^7.22.15",
  13888. "@vue/babel-plugin-jsx": "^1.1.5",
  13889. "@vue/compiler-dom": "^3.3.4",
  13890. "kolorist": "^1.8.0",
  13891. "magic-string": "^0.30.4"
  13892. },
  13893. "peerDependencies": {
  13894. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13895. }
  13896. },
  13897. "node_modules/vite-plugin-vue-tracer": {
  13898. "version": "1.2.0",
  13899. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.2.0.tgz",
  13900. "integrity": "sha512-a9Z/TLpxwmoE9kIcv28wqQmiszM7ec4zgndXWEsVD/2lEZLRGzcg7ONXmplzGF/UP5W59QNtS809OdywwpUWQQ==",
  13901. "license": "MIT",
  13902. "dependencies": {
  13903. "estree-walker": "^3.0.3",
  13904. "exsolve": "^1.0.8",
  13905. "magic-string": "^0.30.21",
  13906. "pathe": "^2.0.3",
  13907. "source-map-js": "^1.2.1"
  13908. },
  13909. "funding": {
  13910. "url": "https://github.com/sponsors/antfu"
  13911. },
  13912. "peerDependencies": {
  13913. "vite": "^6.0.0 || ^7.0.0",
  13914. "vue": "^3.5.0"
  13915. }
  13916. },
  13917. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  13918. "version": "3.0.3",
  13919. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  13920. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13921. "license": "MIT",
  13922. "dependencies": {
  13923. "@types/estree": "^1.0.0"
  13924. }
  13925. },
  13926. "node_modules/vscode-uri": {
  13927. "version": "3.1.0",
  13928. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13929. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13930. "license": "MIT"
  13931. },
  13932. "node_modules/vue": {
  13933. "version": "3.5.26",
  13934. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz",
  13935. "integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
  13936. "license": "MIT",
  13937. "dependencies": {
  13938. "@vue/compiler-dom": "3.5.26",
  13939. "@vue/compiler-sfc": "3.5.26",
  13940. "@vue/runtime-dom": "3.5.26",
  13941. "@vue/server-renderer": "3.5.26",
  13942. "@vue/shared": "3.5.26"
  13943. },
  13944. "peerDependencies": {
  13945. "typescript": "*"
  13946. },
  13947. "peerDependenciesMeta": {
  13948. "typescript": {
  13949. "optional": true
  13950. }
  13951. }
  13952. },
  13953. "node_modules/vue-bundle-renderer": {
  13954. "version": "2.2.0",
  13955. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13956. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13957. "license": "MIT",
  13958. "dependencies": {
  13959. "ufo": "^1.6.1"
  13960. }
  13961. },
  13962. "node_modules/vue-devtools-stub": {
  13963. "version": "0.1.0",
  13964. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13965. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13966. "license": "MIT"
  13967. },
  13968. "node_modules/vue-router": {
  13969. "version": "4.6.4",
  13970. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  13971. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  13972. "license": "MIT",
  13973. "dependencies": {
  13974. "@vue/devtools-api": "^6.6.4"
  13975. },
  13976. "funding": {
  13977. "url": "https://github.com/sponsors/posva"
  13978. },
  13979. "peerDependencies": {
  13980. "vue": "^3.5.0"
  13981. }
  13982. },
  13983. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  13984. "version": "6.6.4",
  13985. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  13986. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  13987. "license": "MIT"
  13988. },
  13989. "node_modules/vue-tsc": {
  13990. "version": "2.2.10",
  13991. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  13992. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  13993. "devOptional": true,
  13994. "license": "MIT",
  13995. "dependencies": {
  13996. "@volar/typescript": "~2.4.11",
  13997. "@vue/language-core": "2.2.10"
  13998. },
  13999. "bin": {
  14000. "vue-tsc": "bin/vue-tsc.js"
  14001. },
  14002. "peerDependencies": {
  14003. "typescript": ">=5.0.0"
  14004. }
  14005. },
  14006. "node_modules/vue-types": {
  14007. "version": "3.0.2",
  14008. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  14009. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  14010. "license": "MIT",
  14011. "dependencies": {
  14012. "is-plain-object": "3.0.1"
  14013. },
  14014. "engines": {
  14015. "node": ">=10.15.0"
  14016. },
  14017. "peerDependencies": {
  14018. "vue": "^3.0.0"
  14019. }
  14020. },
  14021. "node_modules/vue3-carousel": {
  14022. "version": "0.15.0",
  14023. "resolved": "https://registry.npmmirror.com/vue3-carousel/-/vue3-carousel-0.15.0.tgz",
  14024. "integrity": "sha512-yYBBEdmvsMNlgKivVHiFMKV7TlWDoMEiVLA+Vb31t1JEQILAQYADMDYYuE9mp6OSGEQpCBgt8e/EpO2MZlQhcw==",
  14025. "license": "MIT",
  14026. "peerDependencies": {
  14027. "vue": "^3.5.0"
  14028. }
  14029. },
  14030. "node_modules/warning": {
  14031. "version": "4.0.3",
  14032. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  14033. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  14034. "license": "MIT",
  14035. "dependencies": {
  14036. "loose-envify": "^1.0.0"
  14037. }
  14038. },
  14039. "node_modules/webidl-conversions": {
  14040. "version": "3.0.1",
  14041. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  14042. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  14043. "license": "BSD-2-Clause"
  14044. },
  14045. "node_modules/webpack-virtual-modules": {
  14046. "version": "0.6.2",
  14047. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  14048. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  14049. "license": "MIT"
  14050. },
  14051. "node_modules/whatwg-url": {
  14052. "version": "5.0.0",
  14053. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  14054. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  14055. "license": "MIT",
  14056. "dependencies": {
  14057. "tr46": "~0.0.3",
  14058. "webidl-conversions": "^3.0.0"
  14059. }
  14060. },
  14061. "node_modules/which": {
  14062. "version": "5.0.0",
  14063. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  14064. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  14065. "license": "ISC",
  14066. "dependencies": {
  14067. "isexe": "^3.1.1"
  14068. },
  14069. "bin": {
  14070. "node-which": "bin/which.js"
  14071. },
  14072. "engines": {
  14073. "node": "^18.17.0 || >=20.5.0"
  14074. }
  14075. },
  14076. "node_modules/win-release": {
  14077. "version": "1.1.1",
  14078. "resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
  14079. "integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
  14080. "dev": true,
  14081. "license": "MIT",
  14082. "dependencies": {
  14083. "semver": "^5.0.1"
  14084. },
  14085. "engines": {
  14086. "node": ">=0.10.0"
  14087. }
  14088. },
  14089. "node_modules/win-release/node_modules/semver": {
  14090. "version": "5.7.2",
  14091. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  14092. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  14093. "dev": true,
  14094. "license": "ISC",
  14095. "bin": {
  14096. "semver": "bin/semver"
  14097. }
  14098. },
  14099. "node_modules/wrap-ansi": {
  14100. "version": "6.2.0",
  14101. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  14102. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  14103. "dev": true,
  14104. "license": "MIT",
  14105. "dependencies": {
  14106. "ansi-styles": "^4.0.0",
  14107. "string-width": "^4.1.0",
  14108. "strip-ansi": "^6.0.0"
  14109. },
  14110. "engines": {
  14111. "node": ">=8"
  14112. }
  14113. },
  14114. "node_modules/wrap-ansi-cjs": {
  14115. "name": "wrap-ansi",
  14116. "version": "7.0.0",
  14117. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  14118. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  14119. "license": "MIT",
  14120. "dependencies": {
  14121. "ansi-styles": "^4.0.0",
  14122. "string-width": "^4.1.0",
  14123. "strip-ansi": "^6.0.0"
  14124. },
  14125. "engines": {
  14126. "node": ">=10"
  14127. },
  14128. "funding": {
  14129. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  14130. }
  14131. },
  14132. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  14133. "version": "5.0.1",
  14134. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14135. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14136. "license": "MIT",
  14137. "engines": {
  14138. "node": ">=8"
  14139. }
  14140. },
  14141. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  14142. "version": "4.3.0",
  14143. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14144. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14145. "license": "MIT",
  14146. "dependencies": {
  14147. "color-convert": "^2.0.1"
  14148. },
  14149. "engines": {
  14150. "node": ">=8"
  14151. },
  14152. "funding": {
  14153. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14154. }
  14155. },
  14156. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  14157. "version": "6.0.1",
  14158. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14159. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14160. "license": "MIT",
  14161. "dependencies": {
  14162. "ansi-regex": "^5.0.1"
  14163. },
  14164. "engines": {
  14165. "node": ">=8"
  14166. }
  14167. },
  14168. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  14169. "version": "5.0.1",
  14170. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14171. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14172. "dev": true,
  14173. "license": "MIT",
  14174. "engines": {
  14175. "node": ">=8"
  14176. }
  14177. },
  14178. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  14179. "version": "4.3.0",
  14180. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14181. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14182. "dev": true,
  14183. "license": "MIT",
  14184. "dependencies": {
  14185. "color-convert": "^2.0.1"
  14186. },
  14187. "engines": {
  14188. "node": ">=8"
  14189. },
  14190. "funding": {
  14191. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14192. }
  14193. },
  14194. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  14195. "version": "6.0.1",
  14196. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14197. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14198. "dev": true,
  14199. "license": "MIT",
  14200. "dependencies": {
  14201. "ansi-regex": "^5.0.1"
  14202. },
  14203. "engines": {
  14204. "node": ">=8"
  14205. }
  14206. },
  14207. "node_modules/wrappy": {
  14208. "version": "1.0.2",
  14209. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  14210. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  14211. "dev": true,
  14212. "license": "ISC"
  14213. },
  14214. "node_modules/ws": {
  14215. "version": "8.18.3",
  14216. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
  14217. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  14218. "license": "MIT",
  14219. "engines": {
  14220. "node": ">=10.0.0"
  14221. },
  14222. "peerDependencies": {
  14223. "bufferutil": "^4.0.1",
  14224. "utf-8-validate": ">=5.0.2"
  14225. },
  14226. "peerDependenciesMeta": {
  14227. "bufferutil": {
  14228. "optional": true
  14229. },
  14230. "utf-8-validate": {
  14231. "optional": true
  14232. }
  14233. }
  14234. },
  14235. "node_modules/wsl-utils": {
  14236. "version": "0.1.0",
  14237. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
  14238. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  14239. "license": "MIT",
  14240. "dependencies": {
  14241. "is-wsl": "^3.1.0"
  14242. },
  14243. "engines": {
  14244. "node": ">=18"
  14245. },
  14246. "funding": {
  14247. "url": "https://github.com/sponsors/sindresorhus"
  14248. }
  14249. },
  14250. "node_modules/xml2js": {
  14251. "version": "0.6.2",
  14252. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
  14253. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  14254. "devOptional": true,
  14255. "license": "MIT",
  14256. "dependencies": {
  14257. "sax": ">=0.6.0",
  14258. "xmlbuilder": "~11.0.0"
  14259. },
  14260. "engines": {
  14261. "node": ">=4.0.0"
  14262. }
  14263. },
  14264. "node_modules/xmlbuilder": {
  14265. "version": "11.0.1",
  14266. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  14267. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  14268. "devOptional": true,
  14269. "license": "MIT",
  14270. "engines": {
  14271. "node": ">=4.0"
  14272. }
  14273. },
  14274. "node_modules/xtend": {
  14275. "version": "4.0.2",
  14276. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  14277. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  14278. "dev": true,
  14279. "license": "MIT",
  14280. "engines": {
  14281. "node": ">=0.4"
  14282. }
  14283. },
  14284. "node_modules/y18n": {
  14285. "version": "5.0.8",
  14286. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  14287. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  14288. "license": "ISC",
  14289. "engines": {
  14290. "node": ">=10"
  14291. }
  14292. },
  14293. "node_modules/yallist": {
  14294. "version": "3.1.1",
  14295. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  14296. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  14297. "license": "ISC"
  14298. },
  14299. "node_modules/yaml": {
  14300. "version": "2.8.2",
  14301. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
  14302. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  14303. "license": "ISC",
  14304. "bin": {
  14305. "yaml": "bin.mjs"
  14306. },
  14307. "engines": {
  14308. "node": ">= 14.6"
  14309. },
  14310. "funding": {
  14311. "url": "https://github.com/sponsors/eemeli"
  14312. }
  14313. },
  14314. "node_modules/yargs": {
  14315. "version": "17.7.2",
  14316. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  14317. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  14318. "license": "MIT",
  14319. "dependencies": {
  14320. "cliui": "^8.0.1",
  14321. "escalade": "^3.1.1",
  14322. "get-caller-file": "^2.0.5",
  14323. "require-directory": "^2.1.1",
  14324. "string-width": "^4.2.3",
  14325. "y18n": "^5.0.5",
  14326. "yargs-parser": "^21.1.1"
  14327. },
  14328. "engines": {
  14329. "node": ">=12"
  14330. }
  14331. },
  14332. "node_modules/yargs-parser": {
  14333. "version": "21.1.1",
  14334. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  14335. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  14336. "license": "ISC",
  14337. "engines": {
  14338. "node": ">=12"
  14339. }
  14340. },
  14341. "node_modules/yoctocolors": {
  14342. "version": "2.1.1",
  14343. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  14344. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  14345. "dev": true,
  14346. "license": "MIT",
  14347. "engines": {
  14348. "node": ">=18"
  14349. },
  14350. "funding": {
  14351. "url": "https://github.com/sponsors/sindresorhus"
  14352. }
  14353. },
  14354. "node_modules/yoctocolors-cjs": {
  14355. "version": "2.1.3",
  14356. "resolved": "https://registry.npmmirror.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  14357. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  14358. "dev": true,
  14359. "license": "MIT",
  14360. "engines": {
  14361. "node": ">=18"
  14362. },
  14363. "funding": {
  14364. "url": "https://github.com/sponsors/sindresorhus"
  14365. }
  14366. },
  14367. "node_modules/youch": {
  14368. "version": "4.1.0-beta.13",
  14369. "resolved": "https://registry.npmmirror.com/youch/-/youch-4.1.0-beta.13.tgz",
  14370. "integrity": "sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==",
  14371. "license": "MIT",
  14372. "dependencies": {
  14373. "@poppinss/colors": "^4.1.5",
  14374. "@poppinss/dumper": "^0.6.5",
  14375. "@speed-highlight/core": "^1.2.9",
  14376. "cookie-es": "^2.0.0",
  14377. "youch-core": "^0.3.3"
  14378. }
  14379. },
  14380. "node_modules/youch-core": {
  14381. "version": "0.3.3",
  14382. "resolved": "https://registry.npmmirror.com/youch-core/-/youch-core-0.3.3.tgz",
  14383. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  14384. "license": "MIT",
  14385. "dependencies": {
  14386. "@poppinss/exception": "^1.2.2",
  14387. "error-stack-parser-es": "^1.0.5"
  14388. }
  14389. },
  14390. "node_modules/youch-core/node_modules/error-stack-parser-es": {
  14391. "version": "1.0.5",
  14392. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  14393. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  14394. "license": "MIT",
  14395. "funding": {
  14396. "url": "https://github.com/sponsors/antfu"
  14397. }
  14398. },
  14399. "node_modules/zip-stream": {
  14400. "version": "6.0.1",
  14401. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  14402. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  14403. "license": "MIT",
  14404. "dependencies": {
  14405. "archiver-utils": "^5.0.0",
  14406. "compress-commons": "^6.0.2",
  14407. "readable-stream": "^4.0.0"
  14408. },
  14409. "engines": {
  14410. "node": ">= 14"
  14411. }
  14412. }
  14413. }
  14414. }