package-lock.json 463 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@nuxt/image": "^2.0.0",
  11. "@nuxt/ui": "^4.2.1",
  12. "@tailwindcss/vite": "^4.1.16",
  13. "nuxt": "^4.2.0",
  14. "tailwindcss": "^4.1.16",
  15. "vue": "^3.5.22",
  16. "vue-router": "^4.6.3"
  17. }
  18. },
  19. "node_modules/@alloc/quick-lru": {
  20. "version": "5.2.0",
  21. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  22. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  23. "license": "MIT",
  24. "engines": {
  25. "node": ">=10"
  26. },
  27. "funding": {
  28. "url": "https://github.com/sponsors/sindresorhus"
  29. }
  30. },
  31. "node_modules/@antfu/install-pkg": {
  32. "version": "1.1.0",
  33. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  34. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  35. "license": "MIT",
  36. "dependencies": {
  37. "package-manager-detector": "^1.3.0",
  38. "tinyexec": "^1.0.1"
  39. },
  40. "funding": {
  41. "url": "https://github.com/sponsors/antfu"
  42. }
  43. },
  44. "node_modules/@babel/code-frame": {
  45. "version": "7.27.1",
  46. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  47. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  48. "license": "MIT",
  49. "dependencies": {
  50. "@babel/helper-validator-identifier": "^7.27.1",
  51. "js-tokens": "^4.0.0",
  52. "picocolors": "^1.1.1"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. }
  57. },
  58. "node_modules/@babel/compat-data": {
  59. "version": "7.28.5",
  60. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  61. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.28.5",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
  70. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  71. "license": "MIT",
  72. "peer": true,
  73. "dependencies": {
  74. "@babel/code-frame": "^7.27.1",
  75. "@babel/generator": "^7.28.5",
  76. "@babel/helper-compilation-targets": "^7.27.2",
  77. "@babel/helper-module-transforms": "^7.28.3",
  78. "@babel/helpers": "^7.28.4",
  79. "@babel/parser": "^7.28.5",
  80. "@babel/template": "^7.27.2",
  81. "@babel/traverse": "^7.28.5",
  82. "@babel/types": "^7.28.5",
  83. "@jridgewell/remapping": "^2.3.5",
  84. "convert-source-map": "^2.0.0",
  85. "debug": "^4.1.0",
  86. "gensync": "^1.0.0-beta.2",
  87. "json5": "^2.2.3",
  88. "semver": "^6.3.1"
  89. },
  90. "engines": {
  91. "node": ">=6.9.0"
  92. },
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/babel"
  96. }
  97. },
  98. "node_modules/@babel/core/node_modules/semver": {
  99. "version": "6.3.1",
  100. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  101. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  102. "license": "ISC",
  103. "bin": {
  104. "semver": "bin/semver.js"
  105. }
  106. },
  107. "node_modules/@babel/generator": {
  108. "version": "7.28.5",
  109. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  110. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  111. "license": "MIT",
  112. "dependencies": {
  113. "@babel/parser": "^7.28.5",
  114. "@babel/types": "^7.28.5",
  115. "@jridgewell/gen-mapping": "^0.3.12",
  116. "@jridgewell/trace-mapping": "^0.3.28",
  117. "jsesc": "^3.0.2"
  118. },
  119. "engines": {
  120. "node": ">=6.9.0"
  121. }
  122. },
  123. "node_modules/@babel/helper-annotate-as-pure": {
  124. "version": "7.27.3",
  125. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  126. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  127. "license": "MIT",
  128. "dependencies": {
  129. "@babel/types": "^7.27.3"
  130. },
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/helper-compilation-targets": {
  136. "version": "7.27.2",
  137. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  138. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  139. "license": "MIT",
  140. "dependencies": {
  141. "@babel/compat-data": "^7.27.2",
  142. "@babel/helper-validator-option": "^7.27.1",
  143. "browserslist": "^4.24.0",
  144. "lru-cache": "^5.1.1",
  145. "semver": "^6.3.1"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. }
  150. },
  151. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  152. "version": "6.3.1",
  153. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  154. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  155. "license": "ISC",
  156. "bin": {
  157. "semver": "bin/semver.js"
  158. }
  159. },
  160. "node_modules/@babel/helper-create-class-features-plugin": {
  161. "version": "7.28.5",
  162. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  163. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  164. "license": "MIT",
  165. "dependencies": {
  166. "@babel/helper-annotate-as-pure": "^7.27.3",
  167. "@babel/helper-member-expression-to-functions": "^7.28.5",
  168. "@babel/helper-optimise-call-expression": "^7.27.1",
  169. "@babel/helper-replace-supers": "^7.27.1",
  170. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  171. "@babel/traverse": "^7.28.5",
  172. "semver": "^6.3.1"
  173. },
  174. "engines": {
  175. "node": ">=6.9.0"
  176. },
  177. "peerDependencies": {
  178. "@babel/core": "^7.0.0"
  179. }
  180. },
  181. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  182. "version": "6.3.1",
  183. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  184. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  185. "license": "ISC",
  186. "bin": {
  187. "semver": "bin/semver.js"
  188. }
  189. },
  190. "node_modules/@babel/helper-globals": {
  191. "version": "7.28.0",
  192. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  193. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  194. "license": "MIT",
  195. "engines": {
  196. "node": ">=6.9.0"
  197. }
  198. },
  199. "node_modules/@babel/helper-member-expression-to-functions": {
  200. "version": "7.28.5",
  201. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  202. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  203. "license": "MIT",
  204. "dependencies": {
  205. "@babel/traverse": "^7.28.5",
  206. "@babel/types": "^7.28.5"
  207. },
  208. "engines": {
  209. "node": ">=6.9.0"
  210. }
  211. },
  212. "node_modules/@babel/helper-module-imports": {
  213. "version": "7.27.1",
  214. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  215. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  216. "license": "MIT",
  217. "dependencies": {
  218. "@babel/traverse": "^7.27.1",
  219. "@babel/types": "^7.27.1"
  220. },
  221. "engines": {
  222. "node": ">=6.9.0"
  223. }
  224. },
  225. "node_modules/@babel/helper-module-transforms": {
  226. "version": "7.28.3",
  227. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  228. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  229. "license": "MIT",
  230. "dependencies": {
  231. "@babel/helper-module-imports": "^7.27.1",
  232. "@babel/helper-validator-identifier": "^7.27.1",
  233. "@babel/traverse": "^7.28.3"
  234. },
  235. "engines": {
  236. "node": ">=6.9.0"
  237. },
  238. "peerDependencies": {
  239. "@babel/core": "^7.0.0"
  240. }
  241. },
  242. "node_modules/@babel/helper-optimise-call-expression": {
  243. "version": "7.27.1",
  244. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  245. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  246. "license": "MIT",
  247. "dependencies": {
  248. "@babel/types": "^7.27.1"
  249. },
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/helper-plugin-utils": {
  255. "version": "7.27.1",
  256. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  257. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  258. "license": "MIT",
  259. "engines": {
  260. "node": ">=6.9.0"
  261. }
  262. },
  263. "node_modules/@babel/helper-replace-supers": {
  264. "version": "7.27.1",
  265. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  266. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  267. "license": "MIT",
  268. "dependencies": {
  269. "@babel/helper-member-expression-to-functions": "^7.27.1",
  270. "@babel/helper-optimise-call-expression": "^7.27.1",
  271. "@babel/traverse": "^7.27.1"
  272. },
  273. "engines": {
  274. "node": ">=6.9.0"
  275. },
  276. "peerDependencies": {
  277. "@babel/core": "^7.0.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  281. "version": "7.27.1",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  283. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  284. "license": "MIT",
  285. "dependencies": {
  286. "@babel/traverse": "^7.27.1",
  287. "@babel/types": "^7.27.1"
  288. },
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-string-parser": {
  294. "version": "7.27.1",
  295. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  296. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  297. "license": "MIT",
  298. "engines": {
  299. "node": ">=6.9.0"
  300. }
  301. },
  302. "node_modules/@babel/helper-validator-identifier": {
  303. "version": "7.28.5",
  304. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  305. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  306. "license": "MIT",
  307. "engines": {
  308. "node": ">=6.9.0"
  309. }
  310. },
  311. "node_modules/@babel/helper-validator-option": {
  312. "version": "7.27.1",
  313. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  314. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  315. "license": "MIT",
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/helpers": {
  321. "version": "7.28.4",
  322. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  323. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/template": "^7.27.2",
  327. "@babel/types": "^7.28.4"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/parser": {
  334. "version": "7.29.2",
  335. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  336. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  337. "license": "MIT",
  338. "peer": true,
  339. "dependencies": {
  340. "@babel/types": "^7.29.0"
  341. },
  342. "bin": {
  343. "parser": "bin/babel-parser.js"
  344. },
  345. "engines": {
  346. "node": ">=6.0.0"
  347. }
  348. },
  349. "node_modules/@babel/plugin-syntax-jsx": {
  350. "version": "7.27.1",
  351. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  352. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/helper-plugin-utils": "^7.27.1"
  356. },
  357. "engines": {
  358. "node": ">=6.9.0"
  359. },
  360. "peerDependencies": {
  361. "@babel/core": "^7.0.0-0"
  362. }
  363. },
  364. "node_modules/@babel/plugin-syntax-typescript": {
  365. "version": "7.27.1",
  366. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  367. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  368. "license": "MIT",
  369. "dependencies": {
  370. "@babel/helper-plugin-utils": "^7.27.1"
  371. },
  372. "engines": {
  373. "node": ">=6.9.0"
  374. },
  375. "peerDependencies": {
  376. "@babel/core": "^7.0.0-0"
  377. }
  378. },
  379. "node_modules/@babel/plugin-transform-typescript": {
  380. "version": "7.28.5",
  381. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  382. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  383. "license": "MIT",
  384. "dependencies": {
  385. "@babel/helper-annotate-as-pure": "^7.27.3",
  386. "@babel/helper-create-class-features-plugin": "^7.28.5",
  387. "@babel/helper-plugin-utils": "^7.27.1",
  388. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  389. "@babel/plugin-syntax-typescript": "^7.27.1"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "peerDependencies": {
  395. "@babel/core": "^7.0.0-0"
  396. }
  397. },
  398. "node_modules/@babel/template": {
  399. "version": "7.27.2",
  400. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  401. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/code-frame": "^7.27.1",
  405. "@babel/parser": "^7.27.2",
  406. "@babel/types": "^7.27.1"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. }
  411. },
  412. "node_modules/@babel/traverse": {
  413. "version": "7.28.5",
  414. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  415. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  416. "license": "MIT",
  417. "dependencies": {
  418. "@babel/code-frame": "^7.27.1",
  419. "@babel/generator": "^7.28.5",
  420. "@babel/helper-globals": "^7.28.0",
  421. "@babel/parser": "^7.28.5",
  422. "@babel/template": "^7.27.2",
  423. "@babel/types": "^7.28.5",
  424. "debug": "^4.3.1"
  425. },
  426. "engines": {
  427. "node": ">=6.9.0"
  428. }
  429. },
  430. "node_modules/@babel/types": {
  431. "version": "7.29.0",
  432. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  433. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  434. "license": "MIT",
  435. "dependencies": {
  436. "@babel/helper-string-parser": "^7.27.1",
  437. "@babel/helper-validator-identifier": "^7.28.5"
  438. },
  439. "engines": {
  440. "node": ">=6.9.0"
  441. }
  442. },
  443. "node_modules/@capsizecss/unpack": {
  444. "version": "3.0.1",
  445. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
  446. "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
  447. "license": "MIT",
  448. "dependencies": {
  449. "fontkit": "^2.0.2"
  450. },
  451. "engines": {
  452. "node": ">=18"
  453. }
  454. },
  455. "node_modules/@clack/core": {
  456. "version": "1.2.0",
  457. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  458. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  459. "license": "MIT",
  460. "dependencies": {
  461. "fast-wrap-ansi": "^0.1.3",
  462. "sisteransi": "^1.0.5"
  463. }
  464. },
  465. "node_modules/@clack/prompts": {
  466. "version": "1.2.0",
  467. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  468. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@clack/core": "1.2.0",
  472. "fast-string-width": "^1.1.0",
  473. "fast-wrap-ansi": "^0.1.3",
  474. "sisteransi": "^1.0.5"
  475. }
  476. },
  477. "node_modules/@cloudflare/kv-asset-handler": {
  478. "version": "0.4.2",
  479. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  480. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  481. "license": "MIT OR Apache-2.0",
  482. "engines": {
  483. "node": ">=18.0.0"
  484. }
  485. },
  486. "node_modules/@dxup/nuxt": {
  487. "version": "0.2.0",
  488. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.0.tgz",
  489. "integrity": "sha512-tUS2040HEiGwjwZ8hTczfuRoiXSOuA+ATPXO9Bllf03nHHj1lSlmaAyVJHFsSXL5Os5NZqimNAZ1iDed7VElzA==",
  490. "license": "MIT",
  491. "dependencies": {
  492. "@dxup/unimport": "^0.1.0",
  493. "@nuxt/kit": "^4.1.3",
  494. "chokidar": "^4.0.3",
  495. "pathe": "2.0.3",
  496. "tinyglobby": "^0.2.15"
  497. }
  498. },
  499. "node_modules/@dxup/unimport": {
  500. "version": "0.1.0",
  501. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.0.tgz",
  502. "integrity": "sha512-6Q/Po8qGmlrShdG/R9+rpIhme9N/PGJumpvmwr1UAxGpt9DfOCt9kF8+yJkxhtPdJFL37KgUILZBRAkSU8cJZg==",
  503. "license": "MIT"
  504. },
  505. "node_modules/@emnapi/core": {
  506. "version": "1.6.0",
  507. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  508. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  509. "license": "MIT",
  510. "optional": true,
  511. "dependencies": {
  512. "@emnapi/wasi-threads": "1.1.0",
  513. "tslib": "^2.4.0"
  514. }
  515. },
  516. "node_modules/@emnapi/runtime": {
  517. "version": "1.10.0",
  518. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  519. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  520. "license": "MIT",
  521. "optional": true,
  522. "dependencies": {
  523. "tslib": "^2.4.0"
  524. }
  525. },
  526. "node_modules/@emnapi/wasi-threads": {
  527. "version": "1.1.0",
  528. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  529. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  530. "license": "MIT",
  531. "optional": true,
  532. "dependencies": {
  533. "tslib": "^2.4.0"
  534. }
  535. },
  536. "node_modules/@esbuild/aix-ppc64": {
  537. "version": "0.25.12",
  538. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  539. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  540. "cpu": [
  541. "ppc64"
  542. ],
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "aix"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/android-arm": {
  553. "version": "0.25.12",
  554. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  555. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  556. "cpu": [
  557. "arm"
  558. ],
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "android"
  563. ],
  564. "engines": {
  565. "node": ">=18"
  566. }
  567. },
  568. "node_modules/@esbuild/android-arm64": {
  569. "version": "0.25.12",
  570. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  571. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  572. "cpu": [
  573. "arm64"
  574. ],
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "android"
  579. ],
  580. "engines": {
  581. "node": ">=18"
  582. }
  583. },
  584. "node_modules/@esbuild/android-x64": {
  585. "version": "0.25.12",
  586. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  587. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  588. "cpu": [
  589. "x64"
  590. ],
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "android"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/darwin-arm64": {
  601. "version": "0.25.12",
  602. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  603. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  604. "cpu": [
  605. "arm64"
  606. ],
  607. "license": "MIT",
  608. "optional": true,
  609. "os": [
  610. "darwin"
  611. ],
  612. "engines": {
  613. "node": ">=18"
  614. }
  615. },
  616. "node_modules/@esbuild/darwin-x64": {
  617. "version": "0.25.12",
  618. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  619. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  620. "cpu": [
  621. "x64"
  622. ],
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "darwin"
  627. ],
  628. "engines": {
  629. "node": ">=18"
  630. }
  631. },
  632. "node_modules/@esbuild/freebsd-arm64": {
  633. "version": "0.25.12",
  634. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  635. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  636. "cpu": [
  637. "arm64"
  638. ],
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "freebsd"
  643. ],
  644. "engines": {
  645. "node": ">=18"
  646. }
  647. },
  648. "node_modules/@esbuild/freebsd-x64": {
  649. "version": "0.25.12",
  650. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  651. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  652. "cpu": [
  653. "x64"
  654. ],
  655. "license": "MIT",
  656. "optional": true,
  657. "os": [
  658. "freebsd"
  659. ],
  660. "engines": {
  661. "node": ">=18"
  662. }
  663. },
  664. "node_modules/@esbuild/linux-arm": {
  665. "version": "0.25.12",
  666. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  667. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  668. "cpu": [
  669. "arm"
  670. ],
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "linux"
  675. ],
  676. "engines": {
  677. "node": ">=18"
  678. }
  679. },
  680. "node_modules/@esbuild/linux-arm64": {
  681. "version": "0.25.12",
  682. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  683. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  684. "cpu": [
  685. "arm64"
  686. ],
  687. "license": "MIT",
  688. "optional": true,
  689. "os": [
  690. "linux"
  691. ],
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@esbuild/linux-ia32": {
  697. "version": "0.25.12",
  698. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  699. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  700. "cpu": [
  701. "ia32"
  702. ],
  703. "license": "MIT",
  704. "optional": true,
  705. "os": [
  706. "linux"
  707. ],
  708. "engines": {
  709. "node": ">=18"
  710. }
  711. },
  712. "node_modules/@esbuild/linux-loong64": {
  713. "version": "0.25.12",
  714. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  715. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  716. "cpu": [
  717. "loong64"
  718. ],
  719. "license": "MIT",
  720. "optional": true,
  721. "os": [
  722. "linux"
  723. ],
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/linux-mips64el": {
  729. "version": "0.25.12",
  730. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  731. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  732. "cpu": [
  733. "mips64el"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ],
  740. "engines": {
  741. "node": ">=18"
  742. }
  743. },
  744. "node_modules/@esbuild/linux-ppc64": {
  745. "version": "0.25.12",
  746. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  747. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  748. "cpu": [
  749. "ppc64"
  750. ],
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "linux"
  755. ],
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@esbuild/linux-riscv64": {
  761. "version": "0.25.12",
  762. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  763. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  764. "cpu": [
  765. "riscv64"
  766. ],
  767. "license": "MIT",
  768. "optional": true,
  769. "os": [
  770. "linux"
  771. ],
  772. "engines": {
  773. "node": ">=18"
  774. }
  775. },
  776. "node_modules/@esbuild/linux-s390x": {
  777. "version": "0.25.12",
  778. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  779. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  780. "cpu": [
  781. "s390x"
  782. ],
  783. "license": "MIT",
  784. "optional": true,
  785. "os": [
  786. "linux"
  787. ],
  788. "engines": {
  789. "node": ">=18"
  790. }
  791. },
  792. "node_modules/@esbuild/linux-x64": {
  793. "version": "0.25.12",
  794. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  795. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  796. "cpu": [
  797. "x64"
  798. ],
  799. "license": "MIT",
  800. "optional": true,
  801. "os": [
  802. "linux"
  803. ],
  804. "engines": {
  805. "node": ">=18"
  806. }
  807. },
  808. "node_modules/@esbuild/netbsd-arm64": {
  809. "version": "0.25.12",
  810. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  811. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  812. "cpu": [
  813. "arm64"
  814. ],
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "netbsd"
  819. ],
  820. "engines": {
  821. "node": ">=18"
  822. }
  823. },
  824. "node_modules/@esbuild/netbsd-x64": {
  825. "version": "0.25.12",
  826. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  827. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  828. "cpu": [
  829. "x64"
  830. ],
  831. "license": "MIT",
  832. "optional": true,
  833. "os": [
  834. "netbsd"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/openbsd-arm64": {
  841. "version": "0.25.12",
  842. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  843. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  844. "cpu": [
  845. "arm64"
  846. ],
  847. "license": "MIT",
  848. "optional": true,
  849. "os": [
  850. "openbsd"
  851. ],
  852. "engines": {
  853. "node": ">=18"
  854. }
  855. },
  856. "node_modules/@esbuild/openbsd-x64": {
  857. "version": "0.25.12",
  858. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  859. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  860. "cpu": [
  861. "x64"
  862. ],
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "openbsd"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/openharmony-arm64": {
  873. "version": "0.25.12",
  874. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  875. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  876. "cpu": [
  877. "arm64"
  878. ],
  879. "license": "MIT",
  880. "optional": true,
  881. "os": [
  882. "openharmony"
  883. ],
  884. "engines": {
  885. "node": ">=18"
  886. }
  887. },
  888. "node_modules/@esbuild/sunos-x64": {
  889. "version": "0.25.12",
  890. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  891. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  892. "cpu": [
  893. "x64"
  894. ],
  895. "license": "MIT",
  896. "optional": true,
  897. "os": [
  898. "sunos"
  899. ],
  900. "engines": {
  901. "node": ">=18"
  902. }
  903. },
  904. "node_modules/@esbuild/win32-arm64": {
  905. "version": "0.25.12",
  906. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  907. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  908. "cpu": [
  909. "arm64"
  910. ],
  911. "license": "MIT",
  912. "optional": true,
  913. "os": [
  914. "win32"
  915. ],
  916. "engines": {
  917. "node": ">=18"
  918. }
  919. },
  920. "node_modules/@esbuild/win32-ia32": {
  921. "version": "0.25.12",
  922. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  923. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  924. "cpu": [
  925. "ia32"
  926. ],
  927. "license": "MIT",
  928. "optional": true,
  929. "os": [
  930. "win32"
  931. ],
  932. "engines": {
  933. "node": ">=18"
  934. }
  935. },
  936. "node_modules/@esbuild/win32-x64": {
  937. "version": "0.25.12",
  938. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  939. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  940. "cpu": [
  941. "x64"
  942. ],
  943. "license": "MIT",
  944. "optional": true,
  945. "os": [
  946. "win32"
  947. ],
  948. "engines": {
  949. "node": ">=18"
  950. }
  951. },
  952. "node_modules/@fastify/accept-negotiator": {
  953. "version": "2.0.1",
  954. "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
  955. "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
  956. "funding": [
  957. {
  958. "type": "github",
  959. "url": "https://github.com/sponsors/fastify"
  960. },
  961. {
  962. "type": "opencollective",
  963. "url": "https://opencollective.com/fastify"
  964. }
  965. ],
  966. "license": "MIT",
  967. "optional": true
  968. },
  969. "node_modules/@floating-ui/core": {
  970. "version": "1.7.3",
  971. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
  972. "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
  973. "license": "MIT",
  974. "dependencies": {
  975. "@floating-ui/utils": "^0.2.10"
  976. }
  977. },
  978. "node_modules/@floating-ui/dom": {
  979. "version": "1.7.4",
  980. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
  981. "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
  982. "license": "MIT",
  983. "dependencies": {
  984. "@floating-ui/core": "^1.7.3",
  985. "@floating-ui/utils": "^0.2.10"
  986. }
  987. },
  988. "node_modules/@floating-ui/utils": {
  989. "version": "0.2.10",
  990. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
  991. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  992. "license": "MIT"
  993. },
  994. "node_modules/@floating-ui/vue": {
  995. "version": "1.1.9",
  996. "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.9.tgz",
  997. "integrity": "sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "@floating-ui/dom": "^1.7.4",
  1001. "@floating-ui/utils": "^0.2.10",
  1002. "vue-demi": ">=0.13.0"
  1003. }
  1004. },
  1005. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  1006. "version": "0.14.10",
  1007. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1008. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1009. "hasInstallScript": true,
  1010. "license": "MIT",
  1011. "bin": {
  1012. "vue-demi-fix": "bin/vue-demi-fix.js",
  1013. "vue-demi-switch": "bin/vue-demi-switch.js"
  1014. },
  1015. "engines": {
  1016. "node": ">=12"
  1017. },
  1018. "funding": {
  1019. "url": "https://github.com/sponsors/antfu"
  1020. },
  1021. "peerDependencies": {
  1022. "@vue/composition-api": "^1.0.0-rc.1",
  1023. "vue": "^3.0.0-0 || ^2.6.0"
  1024. },
  1025. "peerDependenciesMeta": {
  1026. "@vue/composition-api": {
  1027. "optional": true
  1028. }
  1029. }
  1030. },
  1031. "node_modules/@iconify/collections": {
  1032. "version": "1.0.624",
  1033. "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.624.tgz",
  1034. "integrity": "sha512-xNhIO7CH4S85O7yp0zW+Sw5btqKXdBxPEKSk2ClCsmDTqA5OtS8eCIseQM4Jp7IS3d1mbO9KQV4Tx4nredaGxg==",
  1035. "license": "MIT",
  1036. "dependencies": {
  1037. "@iconify/types": "*"
  1038. }
  1039. },
  1040. "node_modules/@iconify/types": {
  1041. "version": "2.0.0",
  1042. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1043. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1044. "license": "MIT"
  1045. },
  1046. "node_modules/@iconify/utils": {
  1047. "version": "3.1.0",
  1048. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
  1049. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1050. "license": "MIT",
  1051. "dependencies": {
  1052. "@antfu/install-pkg": "^1.1.0",
  1053. "@iconify/types": "^2.0.0",
  1054. "mlly": "^1.8.0"
  1055. }
  1056. },
  1057. "node_modules/@iconify/vue": {
  1058. "version": "5.0.0",
  1059. "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-5.0.0.tgz",
  1060. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1061. "license": "MIT",
  1062. "dependencies": {
  1063. "@iconify/types": "^2.0.0"
  1064. },
  1065. "funding": {
  1066. "url": "https://github.com/sponsors/cyberalien"
  1067. },
  1068. "peerDependencies": {
  1069. "vue": ">=3"
  1070. }
  1071. },
  1072. "node_modules/@img/colour": {
  1073. "version": "1.1.0",
  1074. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  1075. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  1076. "license": "MIT",
  1077. "optional": true,
  1078. "engines": {
  1079. "node": ">=18"
  1080. }
  1081. },
  1082. "node_modules/@img/sharp-darwin-arm64": {
  1083. "version": "0.34.5",
  1084. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  1085. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  1086. "cpu": [
  1087. "arm64"
  1088. ],
  1089. "license": "Apache-2.0",
  1090. "optional": true,
  1091. "os": [
  1092. "darwin"
  1093. ],
  1094. "engines": {
  1095. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1096. },
  1097. "funding": {
  1098. "url": "https://opencollective.com/libvips"
  1099. },
  1100. "optionalDependencies": {
  1101. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1102. }
  1103. },
  1104. "node_modules/@img/sharp-darwin-x64": {
  1105. "version": "0.34.5",
  1106. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1107. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1108. "cpu": [
  1109. "x64"
  1110. ],
  1111. "license": "Apache-2.0",
  1112. "optional": true,
  1113. "os": [
  1114. "darwin"
  1115. ],
  1116. "engines": {
  1117. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1118. },
  1119. "funding": {
  1120. "url": "https://opencollective.com/libvips"
  1121. },
  1122. "optionalDependencies": {
  1123. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1124. }
  1125. },
  1126. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1127. "version": "1.2.4",
  1128. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1129. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1130. "cpu": [
  1131. "arm64"
  1132. ],
  1133. "license": "LGPL-3.0-or-later",
  1134. "optional": true,
  1135. "os": [
  1136. "darwin"
  1137. ],
  1138. "funding": {
  1139. "url": "https://opencollective.com/libvips"
  1140. }
  1141. },
  1142. "node_modules/@img/sharp-libvips-darwin-x64": {
  1143. "version": "1.2.4",
  1144. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1145. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1146. "cpu": [
  1147. "x64"
  1148. ],
  1149. "license": "LGPL-3.0-or-later",
  1150. "optional": true,
  1151. "os": [
  1152. "darwin"
  1153. ],
  1154. "funding": {
  1155. "url": "https://opencollective.com/libvips"
  1156. }
  1157. },
  1158. "node_modules/@img/sharp-libvips-linux-arm": {
  1159. "version": "1.2.4",
  1160. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1161. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1162. "cpu": [
  1163. "arm"
  1164. ],
  1165. "license": "LGPL-3.0-or-later",
  1166. "optional": true,
  1167. "os": [
  1168. "linux"
  1169. ],
  1170. "funding": {
  1171. "url": "https://opencollective.com/libvips"
  1172. }
  1173. },
  1174. "node_modules/@img/sharp-libvips-linux-arm64": {
  1175. "version": "1.2.4",
  1176. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1177. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1178. "cpu": [
  1179. "arm64"
  1180. ],
  1181. "license": "LGPL-3.0-or-later",
  1182. "optional": true,
  1183. "os": [
  1184. "linux"
  1185. ],
  1186. "funding": {
  1187. "url": "https://opencollective.com/libvips"
  1188. }
  1189. },
  1190. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1191. "version": "1.2.4",
  1192. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1193. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1194. "cpu": [
  1195. "ppc64"
  1196. ],
  1197. "license": "LGPL-3.0-or-later",
  1198. "optional": true,
  1199. "os": [
  1200. "linux"
  1201. ],
  1202. "funding": {
  1203. "url": "https://opencollective.com/libvips"
  1204. }
  1205. },
  1206. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1207. "version": "1.2.4",
  1208. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1209. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1210. "cpu": [
  1211. "riscv64"
  1212. ],
  1213. "license": "LGPL-3.0-or-later",
  1214. "optional": true,
  1215. "os": [
  1216. "linux"
  1217. ],
  1218. "funding": {
  1219. "url": "https://opencollective.com/libvips"
  1220. }
  1221. },
  1222. "node_modules/@img/sharp-libvips-linux-s390x": {
  1223. "version": "1.2.4",
  1224. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1225. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1226. "cpu": [
  1227. "s390x"
  1228. ],
  1229. "license": "LGPL-3.0-or-later",
  1230. "optional": true,
  1231. "os": [
  1232. "linux"
  1233. ],
  1234. "funding": {
  1235. "url": "https://opencollective.com/libvips"
  1236. }
  1237. },
  1238. "node_modules/@img/sharp-libvips-linux-x64": {
  1239. "version": "1.2.4",
  1240. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1241. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1242. "cpu": [
  1243. "x64"
  1244. ],
  1245. "license": "LGPL-3.0-or-later",
  1246. "optional": true,
  1247. "os": [
  1248. "linux"
  1249. ],
  1250. "funding": {
  1251. "url": "https://opencollective.com/libvips"
  1252. }
  1253. },
  1254. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1255. "version": "1.2.4",
  1256. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1257. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1258. "cpu": [
  1259. "arm64"
  1260. ],
  1261. "license": "LGPL-3.0-or-later",
  1262. "optional": true,
  1263. "os": [
  1264. "linux"
  1265. ],
  1266. "funding": {
  1267. "url": "https://opencollective.com/libvips"
  1268. }
  1269. },
  1270. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1271. "version": "1.2.4",
  1272. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1273. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1274. "cpu": [
  1275. "x64"
  1276. ],
  1277. "license": "LGPL-3.0-or-later",
  1278. "optional": true,
  1279. "os": [
  1280. "linux"
  1281. ],
  1282. "funding": {
  1283. "url": "https://opencollective.com/libvips"
  1284. }
  1285. },
  1286. "node_modules/@img/sharp-linux-arm": {
  1287. "version": "0.34.5",
  1288. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1289. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1290. "cpu": [
  1291. "arm"
  1292. ],
  1293. "license": "Apache-2.0",
  1294. "optional": true,
  1295. "os": [
  1296. "linux"
  1297. ],
  1298. "engines": {
  1299. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1300. },
  1301. "funding": {
  1302. "url": "https://opencollective.com/libvips"
  1303. },
  1304. "optionalDependencies": {
  1305. "@img/sharp-libvips-linux-arm": "1.2.4"
  1306. }
  1307. },
  1308. "node_modules/@img/sharp-linux-arm64": {
  1309. "version": "0.34.5",
  1310. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1311. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1312. "cpu": [
  1313. "arm64"
  1314. ],
  1315. "license": "Apache-2.0",
  1316. "optional": true,
  1317. "os": [
  1318. "linux"
  1319. ],
  1320. "engines": {
  1321. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1322. },
  1323. "funding": {
  1324. "url": "https://opencollective.com/libvips"
  1325. },
  1326. "optionalDependencies": {
  1327. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1328. }
  1329. },
  1330. "node_modules/@img/sharp-linux-ppc64": {
  1331. "version": "0.34.5",
  1332. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1333. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1334. "cpu": [
  1335. "ppc64"
  1336. ],
  1337. "license": "Apache-2.0",
  1338. "optional": true,
  1339. "os": [
  1340. "linux"
  1341. ],
  1342. "engines": {
  1343. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1344. },
  1345. "funding": {
  1346. "url": "https://opencollective.com/libvips"
  1347. },
  1348. "optionalDependencies": {
  1349. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1350. }
  1351. },
  1352. "node_modules/@img/sharp-linux-riscv64": {
  1353. "version": "0.34.5",
  1354. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1355. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1356. "cpu": [
  1357. "riscv64"
  1358. ],
  1359. "license": "Apache-2.0",
  1360. "optional": true,
  1361. "os": [
  1362. "linux"
  1363. ],
  1364. "engines": {
  1365. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1366. },
  1367. "funding": {
  1368. "url": "https://opencollective.com/libvips"
  1369. },
  1370. "optionalDependencies": {
  1371. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1372. }
  1373. },
  1374. "node_modules/@img/sharp-linux-s390x": {
  1375. "version": "0.34.5",
  1376. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1377. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1378. "cpu": [
  1379. "s390x"
  1380. ],
  1381. "license": "Apache-2.0",
  1382. "optional": true,
  1383. "os": [
  1384. "linux"
  1385. ],
  1386. "engines": {
  1387. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1388. },
  1389. "funding": {
  1390. "url": "https://opencollective.com/libvips"
  1391. },
  1392. "optionalDependencies": {
  1393. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1394. }
  1395. },
  1396. "node_modules/@img/sharp-linux-x64": {
  1397. "version": "0.34.5",
  1398. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1399. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1400. "cpu": [
  1401. "x64"
  1402. ],
  1403. "license": "Apache-2.0",
  1404. "optional": true,
  1405. "os": [
  1406. "linux"
  1407. ],
  1408. "engines": {
  1409. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1410. },
  1411. "funding": {
  1412. "url": "https://opencollective.com/libvips"
  1413. },
  1414. "optionalDependencies": {
  1415. "@img/sharp-libvips-linux-x64": "1.2.4"
  1416. }
  1417. },
  1418. "node_modules/@img/sharp-linuxmusl-arm64": {
  1419. "version": "0.34.5",
  1420. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1421. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1422. "cpu": [
  1423. "arm64"
  1424. ],
  1425. "license": "Apache-2.0",
  1426. "optional": true,
  1427. "os": [
  1428. "linux"
  1429. ],
  1430. "engines": {
  1431. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1432. },
  1433. "funding": {
  1434. "url": "https://opencollective.com/libvips"
  1435. },
  1436. "optionalDependencies": {
  1437. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1438. }
  1439. },
  1440. "node_modules/@img/sharp-linuxmusl-x64": {
  1441. "version": "0.34.5",
  1442. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1443. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1444. "cpu": [
  1445. "x64"
  1446. ],
  1447. "license": "Apache-2.0",
  1448. "optional": true,
  1449. "os": [
  1450. "linux"
  1451. ],
  1452. "engines": {
  1453. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1454. },
  1455. "funding": {
  1456. "url": "https://opencollective.com/libvips"
  1457. },
  1458. "optionalDependencies": {
  1459. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1460. }
  1461. },
  1462. "node_modules/@img/sharp-wasm32": {
  1463. "version": "0.34.5",
  1464. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1465. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1466. "cpu": [
  1467. "wasm32"
  1468. ],
  1469. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1470. "optional": true,
  1471. "dependencies": {
  1472. "@emnapi/runtime": "^1.7.0"
  1473. },
  1474. "engines": {
  1475. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1476. },
  1477. "funding": {
  1478. "url": "https://opencollective.com/libvips"
  1479. }
  1480. },
  1481. "node_modules/@img/sharp-win32-arm64": {
  1482. "version": "0.34.5",
  1483. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1484. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1485. "cpu": [
  1486. "arm64"
  1487. ],
  1488. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1489. "optional": true,
  1490. "os": [
  1491. "win32"
  1492. ],
  1493. "engines": {
  1494. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1495. },
  1496. "funding": {
  1497. "url": "https://opencollective.com/libvips"
  1498. }
  1499. },
  1500. "node_modules/@img/sharp-win32-ia32": {
  1501. "version": "0.34.5",
  1502. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1503. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1504. "cpu": [
  1505. "ia32"
  1506. ],
  1507. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1508. "optional": true,
  1509. "os": [
  1510. "win32"
  1511. ],
  1512. "engines": {
  1513. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1514. },
  1515. "funding": {
  1516. "url": "https://opencollective.com/libvips"
  1517. }
  1518. },
  1519. "node_modules/@img/sharp-win32-x64": {
  1520. "version": "0.34.5",
  1521. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1522. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1523. "cpu": [
  1524. "x64"
  1525. ],
  1526. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1527. "optional": true,
  1528. "os": [
  1529. "win32"
  1530. ],
  1531. "engines": {
  1532. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1533. },
  1534. "funding": {
  1535. "url": "https://opencollective.com/libvips"
  1536. }
  1537. },
  1538. "node_modules/@internationalized/date": {
  1539. "version": "3.10.0",
  1540. "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
  1541. "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
  1542. "license": "Apache-2.0",
  1543. "dependencies": {
  1544. "@swc/helpers": "^0.5.0"
  1545. }
  1546. },
  1547. "node_modules/@internationalized/number": {
  1548. "version": "3.6.5",
  1549. "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
  1550. "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
  1551. "license": "Apache-2.0",
  1552. "dependencies": {
  1553. "@swc/helpers": "^0.5.0"
  1554. }
  1555. },
  1556. "node_modules/@ioredis/commands": {
  1557. "version": "1.5.1",
  1558. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1559. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1560. "license": "MIT"
  1561. },
  1562. "node_modules/@isaacs/cliui": {
  1563. "version": "8.0.2",
  1564. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1565. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1566. "license": "ISC",
  1567. "dependencies": {
  1568. "string-width": "^5.1.2",
  1569. "string-width-cjs": "npm:string-width@^4.2.0",
  1570. "strip-ansi": "^7.0.1",
  1571. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1572. "wrap-ansi": "^8.1.0",
  1573. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1574. },
  1575. "engines": {
  1576. "node": ">=12"
  1577. }
  1578. },
  1579. "node_modules/@isaacs/fs-minipass": {
  1580. "version": "4.0.1",
  1581. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1582. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1583. "license": "ISC",
  1584. "dependencies": {
  1585. "minipass": "^7.0.4"
  1586. },
  1587. "engines": {
  1588. "node": ">=18.0.0"
  1589. }
  1590. },
  1591. "node_modules/@jridgewell/gen-mapping": {
  1592. "version": "0.3.13",
  1593. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1594. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1595. "license": "MIT",
  1596. "dependencies": {
  1597. "@jridgewell/sourcemap-codec": "^1.5.0",
  1598. "@jridgewell/trace-mapping": "^0.3.24"
  1599. }
  1600. },
  1601. "node_modules/@jridgewell/remapping": {
  1602. "version": "2.3.5",
  1603. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1604. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1605. "license": "MIT",
  1606. "dependencies": {
  1607. "@jridgewell/gen-mapping": "^0.3.5",
  1608. "@jridgewell/trace-mapping": "^0.3.24"
  1609. }
  1610. },
  1611. "node_modules/@jridgewell/resolve-uri": {
  1612. "version": "3.1.2",
  1613. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1614. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1615. "license": "MIT",
  1616. "engines": {
  1617. "node": ">=6.0.0"
  1618. }
  1619. },
  1620. "node_modules/@jridgewell/source-map": {
  1621. "version": "0.3.11",
  1622. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1623. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1624. "license": "MIT",
  1625. "dependencies": {
  1626. "@jridgewell/gen-mapping": "^0.3.5",
  1627. "@jridgewell/trace-mapping": "^0.3.25"
  1628. }
  1629. },
  1630. "node_modules/@jridgewell/sourcemap-codec": {
  1631. "version": "1.5.5",
  1632. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1633. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/@jridgewell/trace-mapping": {
  1637. "version": "0.3.31",
  1638. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1639. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1640. "license": "MIT",
  1641. "dependencies": {
  1642. "@jridgewell/resolve-uri": "^3.1.0",
  1643. "@jridgewell/sourcemap-codec": "^1.4.14"
  1644. }
  1645. },
  1646. "node_modules/@kwsites/file-exists": {
  1647. "version": "1.1.1",
  1648. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1649. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1650. "license": "MIT",
  1651. "dependencies": {
  1652. "debug": "^4.1.1"
  1653. }
  1654. },
  1655. "node_modules/@kwsites/promise-deferred": {
  1656. "version": "1.1.1",
  1657. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1658. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1659. "license": "MIT"
  1660. },
  1661. "node_modules/@mapbox/node-pre-gyp": {
  1662. "version": "2.0.3",
  1663. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1664. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1665. "license": "BSD-3-Clause",
  1666. "dependencies": {
  1667. "consola": "^3.2.3",
  1668. "detect-libc": "^2.0.0",
  1669. "https-proxy-agent": "^7.0.5",
  1670. "node-fetch": "^2.6.7",
  1671. "nopt": "^8.0.0",
  1672. "semver": "^7.5.3",
  1673. "tar": "^7.4.0"
  1674. },
  1675. "bin": {
  1676. "node-pre-gyp": "bin/node-pre-gyp"
  1677. },
  1678. "engines": {
  1679. "node": ">=18"
  1680. }
  1681. },
  1682. "node_modules/@napi-rs/wasm-runtime": {
  1683. "version": "1.0.7",
  1684. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
  1685. "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
  1686. "license": "MIT",
  1687. "optional": true,
  1688. "dependencies": {
  1689. "@emnapi/core": "^1.5.0",
  1690. "@emnapi/runtime": "^1.5.0",
  1691. "@tybys/wasm-util": "^0.10.1"
  1692. }
  1693. },
  1694. "node_modules/@nodelib/fs.scandir": {
  1695. "version": "2.1.5",
  1696. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1697. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1698. "license": "MIT",
  1699. "dependencies": {
  1700. "@nodelib/fs.stat": "2.0.5",
  1701. "run-parallel": "^1.1.9"
  1702. },
  1703. "engines": {
  1704. "node": ">= 8"
  1705. }
  1706. },
  1707. "node_modules/@nodelib/fs.stat": {
  1708. "version": "2.0.5",
  1709. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1710. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1711. "license": "MIT",
  1712. "engines": {
  1713. "node": ">= 8"
  1714. }
  1715. },
  1716. "node_modules/@nodelib/fs.walk": {
  1717. "version": "1.2.8",
  1718. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1719. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1720. "license": "MIT",
  1721. "dependencies": {
  1722. "@nodelib/fs.scandir": "2.1.5",
  1723. "fastq": "^1.6.0"
  1724. },
  1725. "engines": {
  1726. "node": ">= 8"
  1727. }
  1728. },
  1729. "node_modules/@nuxt/cli": {
  1730. "version": "3.35.0",
  1731. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.35.0.tgz",
  1732. "integrity": "sha512-mptQTKMkLJaIr3VASTap6iWswU2XZ+J55pb6oUagxm9LOzsd7i2LzfC6IclU6Dp+ihRjYYzW+JPuvHvPOKQmuQ==",
  1733. "license": "MIT",
  1734. "dependencies": {
  1735. "@bomb.sh/tab": "^0.0.14",
  1736. "@clack/prompts": "^1.2.0",
  1737. "c12": "^3.3.4",
  1738. "citty": "^0.2.2",
  1739. "confbox": "^0.2.4",
  1740. "consola": "^3.4.2",
  1741. "debug": "^4.4.3",
  1742. "defu": "^6.1.7",
  1743. "exsolve": "^1.0.8",
  1744. "fuse.js": "^7.3.0",
  1745. "fzf": "^0.5.2",
  1746. "giget": "^3.2.0",
  1747. "jiti": "^2.6.1",
  1748. "listhen": "^1.9.1",
  1749. "nypm": "^0.6.6",
  1750. "ofetch": "^1.5.1",
  1751. "ohash": "^2.0.11",
  1752. "pathe": "^2.0.3",
  1753. "perfect-debounce": "^2.1.0",
  1754. "pkg-types": "^2.3.0",
  1755. "scule": "^1.3.0",
  1756. "semver": "^7.7.4",
  1757. "srvx": "^0.11.15",
  1758. "std-env": "^4.1.0",
  1759. "tinyclip": "^0.1.12",
  1760. "tinyexec": "^1.1.1",
  1761. "ufo": "^1.6.3",
  1762. "youch": "^4.1.1"
  1763. },
  1764. "bin": {
  1765. "nuxi": "bin/nuxi.mjs",
  1766. "nuxi-ng": "bin/nuxi.mjs",
  1767. "nuxt": "bin/nuxi.mjs",
  1768. "nuxt-cli": "bin/nuxi.mjs"
  1769. },
  1770. "engines": {
  1771. "node": "^16.14.0 || >=18.0.0"
  1772. },
  1773. "peerDependencies": {
  1774. "@nuxt/schema": "^4.4.2"
  1775. },
  1776. "peerDependenciesMeta": {
  1777. "@nuxt/schema": {
  1778. "optional": true
  1779. }
  1780. }
  1781. },
  1782. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1783. "version": "0.0.14",
  1784. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  1785. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  1786. "license": "MIT",
  1787. "bin": {
  1788. "tab": "dist/bin/cli.mjs"
  1789. },
  1790. "peerDependencies": {
  1791. "cac": "^6.7.14",
  1792. "citty": "^0.1.6 || ^0.2.0",
  1793. "commander": "^13.1.0"
  1794. },
  1795. "peerDependenciesMeta": {
  1796. "cac": {
  1797. "optional": true
  1798. },
  1799. "citty": {
  1800. "optional": true
  1801. },
  1802. "commander": {
  1803. "optional": true
  1804. }
  1805. }
  1806. },
  1807. "node_modules/@nuxt/cli/node_modules/citty": {
  1808. "version": "0.2.2",
  1809. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  1810. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  1811. "license": "MIT",
  1812. "peer": true
  1813. },
  1814. "node_modules/@nuxt/cli/node_modules/std-env": {
  1815. "version": "4.1.0",
  1816. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  1817. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  1818. "license": "MIT"
  1819. },
  1820. "node_modules/@nuxt/devalue": {
  1821. "version": "2.0.2",
  1822. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1823. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1824. "license": "MIT"
  1825. },
  1826. "node_modules/@nuxt/devtools": {
  1827. "version": "2.7.0",
  1828. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-2.7.0.tgz",
  1829. "integrity": "sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==",
  1830. "license": "MIT",
  1831. "dependencies": {
  1832. "@nuxt/devtools-kit": "2.7.0",
  1833. "@nuxt/devtools-wizard": "2.7.0",
  1834. "@nuxt/kit": "^3.19.3",
  1835. "@vue/devtools-core": "^7.7.7",
  1836. "@vue/devtools-kit": "^7.7.7",
  1837. "birpc": "^2.6.1",
  1838. "consola": "^3.4.2",
  1839. "destr": "^2.0.5",
  1840. "error-stack-parser-es": "^1.0.5",
  1841. "execa": "^8.0.1",
  1842. "fast-npm-meta": "^0.4.7",
  1843. "get-port-please": "^3.2.0",
  1844. "hookable": "^5.5.3",
  1845. "image-meta": "^0.2.2",
  1846. "is-installed-globally": "^1.0.0",
  1847. "launch-editor": "^2.11.1",
  1848. "local-pkg": "^1.1.2",
  1849. "magicast": "^0.3.5",
  1850. "nypm": "^0.6.2",
  1851. "ohash": "^2.0.11",
  1852. "pathe": "^2.0.3",
  1853. "perfect-debounce": "^1.0.0",
  1854. "pkg-types": "^2.3.0",
  1855. "semver": "^7.7.3",
  1856. "simple-git": "^3.28.0",
  1857. "sirv": "^3.0.2",
  1858. "structured-clone-es": "^1.0.0",
  1859. "tinyglobby": "^0.2.15",
  1860. "vite-plugin-inspect": "^11.3.3",
  1861. "vite-plugin-vue-tracer": "^1.0.1",
  1862. "which": "^5.0.0",
  1863. "ws": "^8.18.3"
  1864. },
  1865. "bin": {
  1866. "devtools": "cli.mjs"
  1867. },
  1868. "peerDependencies": {
  1869. "vite": ">=6.0"
  1870. }
  1871. },
  1872. "node_modules/@nuxt/devtools-kit": {
  1873. "version": "2.7.0",
  1874. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-2.7.0.tgz",
  1875. "integrity": "sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==",
  1876. "license": "MIT",
  1877. "dependencies": {
  1878. "@nuxt/kit": "^3.19.3",
  1879. "execa": "^8.0.1"
  1880. },
  1881. "peerDependencies": {
  1882. "vite": ">=6.0"
  1883. }
  1884. },
  1885. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  1886. "version": "3.19.3",
  1887. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1888. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "c12": "^3.3.0",
  1892. "consola": "^3.4.2",
  1893. "defu": "^6.1.4",
  1894. "destr": "^2.0.5",
  1895. "errx": "^0.1.0",
  1896. "exsolve": "^1.0.7",
  1897. "ignore": "^7.0.5",
  1898. "jiti": "^2.6.1",
  1899. "klona": "^2.0.6",
  1900. "knitwork": "^1.2.0",
  1901. "mlly": "^1.8.0",
  1902. "ohash": "^2.0.11",
  1903. "pathe": "^2.0.3",
  1904. "pkg-types": "^2.3.0",
  1905. "rc9": "^2.1.2",
  1906. "scule": "^1.3.0",
  1907. "semver": "^7.7.2",
  1908. "std-env": "^3.9.0",
  1909. "tinyglobby": "^0.2.15",
  1910. "ufo": "^1.6.1",
  1911. "unctx": "^2.4.1",
  1912. "unimport": "^5.4.1",
  1913. "untyped": "^2.0.0"
  1914. },
  1915. "engines": {
  1916. "node": ">=18.12.0"
  1917. }
  1918. },
  1919. "node_modules/@nuxt/devtools-wizard": {
  1920. "version": "2.7.0",
  1921. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-2.7.0.tgz",
  1922. "integrity": "sha512-iWuWR0U6BRpF7D6xrgq9ZkQ6ajsw2EA/gVmbU9V5JPKRUtV6DVpCPi+h34VFNeQ104Sf531XgvT0sl3h93AjXA==",
  1923. "license": "MIT",
  1924. "dependencies": {
  1925. "consola": "^3.4.2",
  1926. "diff": "^8.0.2",
  1927. "execa": "^8.0.1",
  1928. "magicast": "^0.3.5",
  1929. "pathe": "^2.0.3",
  1930. "pkg-types": "^2.3.0",
  1931. "prompts": "^2.4.2",
  1932. "semver": "^7.7.3"
  1933. },
  1934. "bin": {
  1935. "devtools-wizard": "cli.mjs"
  1936. }
  1937. },
  1938. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  1939. "version": "3.19.3",
  1940. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1941. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1942. "license": "MIT",
  1943. "dependencies": {
  1944. "c12": "^3.3.0",
  1945. "consola": "^3.4.2",
  1946. "defu": "^6.1.4",
  1947. "destr": "^2.0.5",
  1948. "errx": "^0.1.0",
  1949. "exsolve": "^1.0.7",
  1950. "ignore": "^7.0.5",
  1951. "jiti": "^2.6.1",
  1952. "klona": "^2.0.6",
  1953. "knitwork": "^1.2.0",
  1954. "mlly": "^1.8.0",
  1955. "ohash": "^2.0.11",
  1956. "pathe": "^2.0.3",
  1957. "pkg-types": "^2.3.0",
  1958. "rc9": "^2.1.2",
  1959. "scule": "^1.3.0",
  1960. "semver": "^7.7.2",
  1961. "std-env": "^3.9.0",
  1962. "tinyglobby": "^0.2.15",
  1963. "ufo": "^1.6.1",
  1964. "unctx": "^2.4.1",
  1965. "unimport": "^5.4.1",
  1966. "untyped": "^2.0.0"
  1967. },
  1968. "engines": {
  1969. "node": ">=18.12.0"
  1970. }
  1971. },
  1972. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1973. "version": "1.0.0",
  1974. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1975. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1976. "license": "MIT"
  1977. },
  1978. "node_modules/@nuxt/fonts": {
  1979. "version": "0.12.1",
  1980. "resolved": "https://registry.npmjs.org/@nuxt/fonts/-/fonts-0.12.1.tgz",
  1981. "integrity": "sha512-ALajI/HE+uqqL/PWkWwaSUm1IdpyGPbP3mYGy2U1l26/o4lUZBxjFaduMxaZ85jS5yQeJfCu2eEHANYFjAoujQ==",
  1982. "license": "MIT",
  1983. "dependencies": {
  1984. "@nuxt/devtools-kit": "^3.0.1",
  1985. "@nuxt/kit": "^4.2.1",
  1986. "consola": "^3.4.2",
  1987. "css-tree": "^3.1.0",
  1988. "defu": "^6.1.4",
  1989. "esbuild": "^0.25.12",
  1990. "fontaine": "^0.7.0",
  1991. "fontless": "^0.1.0",
  1992. "h3": "^1.15.4",
  1993. "jiti": "^2.6.1",
  1994. "magic-regexp": "^0.10.0",
  1995. "magic-string": "^0.30.21",
  1996. "node-fetch-native": "^1.6.7",
  1997. "ohash": "^2.0.11",
  1998. "pathe": "^2.0.3",
  1999. "sirv": "^3.0.2",
  2000. "tinyglobby": "^0.2.15",
  2001. "ufo": "^1.6.1",
  2002. "unifont": "^0.6.0",
  2003. "unplugin": "^2.3.10",
  2004. "unstorage": "^1.17.2"
  2005. }
  2006. },
  2007. "node_modules/@nuxt/fonts/node_modules/@nuxt/devtools-kit": {
  2008. "version": "3.1.1",
  2009. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2010. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2011. "license": "MIT",
  2012. "dependencies": {
  2013. "@nuxt/kit": "^4.2.1",
  2014. "execa": "^8.0.1"
  2015. },
  2016. "peerDependencies": {
  2017. "vite": ">=6.0"
  2018. }
  2019. },
  2020. "node_modules/@nuxt/fonts/node_modules/@nuxt/kit": {
  2021. "version": "4.2.1",
  2022. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2023. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2024. "license": "MIT",
  2025. "dependencies": {
  2026. "c12": "^3.3.1",
  2027. "consola": "^3.4.2",
  2028. "defu": "^6.1.4",
  2029. "destr": "^2.0.5",
  2030. "errx": "^0.1.0",
  2031. "exsolve": "^1.0.7",
  2032. "ignore": "^7.0.5",
  2033. "jiti": "^2.6.1",
  2034. "klona": "^2.0.6",
  2035. "mlly": "^1.8.0",
  2036. "ohash": "^2.0.11",
  2037. "pathe": "^2.0.3",
  2038. "pkg-types": "^2.3.0",
  2039. "rc9": "^2.1.2",
  2040. "scule": "^1.3.0",
  2041. "semver": "^7.7.3",
  2042. "tinyglobby": "^0.2.15",
  2043. "ufo": "^1.6.1",
  2044. "unctx": "^2.4.1",
  2045. "untyped": "^2.0.0"
  2046. },
  2047. "engines": {
  2048. "node": ">=18.12.0"
  2049. }
  2050. },
  2051. "node_modules/@nuxt/icon": {
  2052. "version": "2.1.0",
  2053. "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.1.0.tgz",
  2054. "integrity": "sha512-m+XQrgzeK5gQ1HkB7G7u1os6egoD07fiHKijG7NPxqT5yZUGOjKJ7X/Le10l3QWRKyCB+IiU0t+eUqSvh+SULg==",
  2055. "license": "MIT",
  2056. "dependencies": {
  2057. "@iconify/collections": "^1.0.608",
  2058. "@iconify/types": "^2.0.0",
  2059. "@iconify/utils": "^3.0.2",
  2060. "@iconify/vue": "^5.0.0",
  2061. "@nuxt/devtools-kit": "^2.6.5",
  2062. "@nuxt/kit": "^4.1.3",
  2063. "consola": "^3.4.2",
  2064. "local-pkg": "^1.1.2",
  2065. "mlly": "^1.8.0",
  2066. "ohash": "^2.0.11",
  2067. "pathe": "^2.0.3",
  2068. "picomatch": "^4.0.3",
  2069. "std-env": "^3.10.0",
  2070. "tinyglobby": "^0.2.15"
  2071. }
  2072. },
  2073. "node_modules/@nuxt/image": {
  2074. "version": "2.0.0",
  2075. "resolved": "https://registry.npmjs.org/@nuxt/image/-/image-2.0.0.tgz",
  2076. "integrity": "sha512-otHi6gAoYXKLrp8m27ZjX1PjxOPaltQ4OiUs/BhkW995mF/vXf8SWQTw68fww+Uric0v+XgoVrP9icDi+yT6zw==",
  2077. "license": "MIT",
  2078. "dependencies": {
  2079. "@nuxt/kit": "^4.2.0",
  2080. "consola": "^3.4.2",
  2081. "defu": "^6.1.4",
  2082. "h3": "^1.15.4",
  2083. "image-meta": "^0.2.2",
  2084. "knitwork": "^1.2.0",
  2085. "ohash": "^2.0.11",
  2086. "pathe": "^2.0.3",
  2087. "std-env": "^3.10.0",
  2088. "ufo": "^1.6.1"
  2089. },
  2090. "engines": {
  2091. "node": ">=18.20.6"
  2092. },
  2093. "optionalDependencies": {
  2094. "ipx": "^3.1.1"
  2095. }
  2096. },
  2097. "node_modules/@nuxt/kit": {
  2098. "version": "4.2.0",
  2099. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
  2100. "integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
  2101. "license": "MIT",
  2102. "dependencies": {
  2103. "c12": "^3.3.1",
  2104. "consola": "^3.4.2",
  2105. "defu": "^6.1.4",
  2106. "destr": "^2.0.5",
  2107. "errx": "^0.1.0",
  2108. "exsolve": "^1.0.7",
  2109. "ignore": "^7.0.5",
  2110. "jiti": "^2.6.1",
  2111. "klona": "^2.0.6",
  2112. "mlly": "^1.8.0",
  2113. "ohash": "^2.0.11",
  2114. "pathe": "^2.0.3",
  2115. "pkg-types": "^2.3.0",
  2116. "rc9": "^2.1.2",
  2117. "scule": "^1.3.0",
  2118. "semver": "^7.7.3",
  2119. "tinyglobby": "^0.2.15",
  2120. "ufo": "^1.6.1",
  2121. "unctx": "^2.4.1",
  2122. "untyped": "^2.0.0"
  2123. },
  2124. "engines": {
  2125. "node": ">=18.12.0"
  2126. }
  2127. },
  2128. "node_modules/@nuxt/nitro-server": {
  2129. "version": "4.2.0",
  2130. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.2.0.tgz",
  2131. "integrity": "sha512-1fZwAV+VTQwmPVUYKH+eoeB+3jPE+c/mreK3PpuY6vvrIDuMh9L4QIeLFB0fIcY2MJ4XkvjU/5w3B9uu3GR9yQ==",
  2132. "license": "MIT",
  2133. "dependencies": {
  2134. "@nuxt/devalue": "^2.0.2",
  2135. "@nuxt/kit": "4.2.0",
  2136. "@unhead/vue": "^2.0.19",
  2137. "@vue/shared": "^3.5.22",
  2138. "consola": "^3.4.2",
  2139. "defu": "^6.1.4",
  2140. "destr": "^2.0.5",
  2141. "devalue": "^5.4.2",
  2142. "errx": "^0.1.0",
  2143. "escape-string-regexp": "^5.0.0",
  2144. "exsolve": "^1.0.7",
  2145. "h3": "^1.15.4",
  2146. "impound": "^1.0.0",
  2147. "klona": "^2.0.6",
  2148. "mocked-exports": "^0.1.1",
  2149. "nitropack": "^2.12.8",
  2150. "pathe": "^2.0.3",
  2151. "pkg-types": "^2.3.0",
  2152. "radix3": "^1.1.2",
  2153. "std-env": "^3.10.0",
  2154. "ufo": "^1.6.1",
  2155. "unctx": "^2.4.1",
  2156. "unstorage": "^1.17.1",
  2157. "vue": "^3.5.22",
  2158. "vue-bundle-renderer": "^2.2.0",
  2159. "vue-devtools-stub": "^0.1.0"
  2160. },
  2161. "engines": {
  2162. "node": "^20.19.0 || >=22.12.0"
  2163. },
  2164. "peerDependencies": {
  2165. "nuxt": "^4.2.0"
  2166. }
  2167. },
  2168. "node_modules/@nuxt/schema": {
  2169. "version": "4.4.2",
  2170. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  2171. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  2172. "license": "MIT",
  2173. "dependencies": {
  2174. "@vue/shared": "^3.5.30",
  2175. "defu": "^6.1.4",
  2176. "pathe": "^2.0.3",
  2177. "pkg-types": "^2.3.0",
  2178. "std-env": "^4.0.0"
  2179. },
  2180. "engines": {
  2181. "node": "^14.18.0 || >=16.10.0"
  2182. }
  2183. },
  2184. "node_modules/@nuxt/schema/node_modules/@vue/shared": {
  2185. "version": "3.5.33",
  2186. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz",
  2187. "integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==",
  2188. "license": "MIT"
  2189. },
  2190. "node_modules/@nuxt/schema/node_modules/std-env": {
  2191. "version": "4.1.0",
  2192. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  2193. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  2194. "license": "MIT"
  2195. },
  2196. "node_modules/@nuxt/telemetry": {
  2197. "version": "2.6.6",
  2198. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2199. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2200. "license": "MIT",
  2201. "dependencies": {
  2202. "@nuxt/kit": "^3.15.4",
  2203. "citty": "^0.1.6",
  2204. "consola": "^3.4.2",
  2205. "destr": "^2.0.3",
  2206. "dotenv": "^16.4.7",
  2207. "git-url-parse": "^16.0.1",
  2208. "is-docker": "^3.0.0",
  2209. "ofetch": "^1.4.1",
  2210. "package-manager-detector": "^1.1.0",
  2211. "pathe": "^2.0.3",
  2212. "rc9": "^2.1.2",
  2213. "std-env": "^3.8.1"
  2214. },
  2215. "bin": {
  2216. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2217. },
  2218. "engines": {
  2219. "node": ">=18.12.0"
  2220. }
  2221. },
  2222. "node_modules/@nuxt/telemetry/node_modules/@nuxt/kit": {
  2223. "version": "3.19.3",
  2224. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  2225. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  2226. "license": "MIT",
  2227. "dependencies": {
  2228. "c12": "^3.3.0",
  2229. "consola": "^3.4.2",
  2230. "defu": "^6.1.4",
  2231. "destr": "^2.0.5",
  2232. "errx": "^0.1.0",
  2233. "exsolve": "^1.0.7",
  2234. "ignore": "^7.0.5",
  2235. "jiti": "^2.6.1",
  2236. "klona": "^2.0.6",
  2237. "knitwork": "^1.2.0",
  2238. "mlly": "^1.8.0",
  2239. "ohash": "^2.0.11",
  2240. "pathe": "^2.0.3",
  2241. "pkg-types": "^2.3.0",
  2242. "rc9": "^2.1.2",
  2243. "scule": "^1.3.0",
  2244. "semver": "^7.7.2",
  2245. "std-env": "^3.9.0",
  2246. "tinyglobby": "^0.2.15",
  2247. "ufo": "^1.6.1",
  2248. "unctx": "^2.4.1",
  2249. "unimport": "^5.4.1",
  2250. "untyped": "^2.0.0"
  2251. },
  2252. "engines": {
  2253. "node": ">=18.12.0"
  2254. }
  2255. },
  2256. "node_modules/@nuxt/ui": {
  2257. "version": "4.2.1",
  2258. "resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.2.1.tgz",
  2259. "integrity": "sha512-H5/0w1ktRDGk4ORKmGegqhNsR8DZEc+3Bb9a8aHsQVzDkGKqEJLh2iUJtalKs4QdUGkocDXaQy/xRudajOD4kg==",
  2260. "license": "MIT",
  2261. "dependencies": {
  2262. "@iconify/vue": "^5.0.0",
  2263. "@internationalized/date": "^3.10.0",
  2264. "@internationalized/number": "^3.6.5",
  2265. "@nuxt/fonts": "^0.12.1",
  2266. "@nuxt/icon": "^2.1.0",
  2267. "@nuxt/kit": "^4.2.1",
  2268. "@nuxt/schema": "^4.2.1",
  2269. "@nuxtjs/color-mode": "^3.5.2",
  2270. "@standard-schema/spec": "^1.0.0",
  2271. "@tailwindcss/postcss": "^4.1.17",
  2272. "@tailwindcss/vite": "^4.1.17",
  2273. "@tanstack/vue-table": "^8.21.3",
  2274. "@tanstack/vue-virtual": "^3.13.12",
  2275. "@unhead/vue": "^2.0.19",
  2276. "@vueuse/core": "^13.9.0",
  2277. "@vueuse/integrations": "^13.9.0",
  2278. "colortranslator": "^5.0.0",
  2279. "consola": "^3.4.2",
  2280. "defu": "^6.1.4",
  2281. "embla-carousel-auto-height": "^8.6.0",
  2282. "embla-carousel-auto-scroll": "^8.6.0",
  2283. "embla-carousel-autoplay": "^8.6.0",
  2284. "embla-carousel-class-names": "^8.6.0",
  2285. "embla-carousel-fade": "^8.6.0",
  2286. "embla-carousel-vue": "^8.6.0",
  2287. "embla-carousel-wheel-gestures": "^8.1.0",
  2288. "fuse.js": "^7.1.0",
  2289. "hookable": "^5.5.3",
  2290. "knitwork": "^1.3.0",
  2291. "magic-string": "^0.30.21",
  2292. "mlly": "^1.8.0",
  2293. "motion-v": "^1.7.3",
  2294. "ohash": "^2.0.11",
  2295. "pathe": "^2.0.3",
  2296. "reka-ui": "2.6.0",
  2297. "scule": "^1.3.0",
  2298. "tailwind-merge": "^3.4.0",
  2299. "tailwind-variants": "^3.1.1",
  2300. "tailwindcss": "^4.1.17",
  2301. "tinyglobby": "^0.2.15",
  2302. "unplugin": "^2.3.10",
  2303. "unplugin-auto-import": "^20.2.0",
  2304. "unplugin-vue-components": "^30.0.0",
  2305. "vaul-vue": "0.4.1",
  2306. "vue-component-type-helpers": "^3.1.4"
  2307. },
  2308. "bin": {
  2309. "nuxt-ui": "cli/index.mjs"
  2310. },
  2311. "peerDependencies": {
  2312. "@inertiajs/vue3": "^2.0.7",
  2313. "@nuxt/content": "^3.0.0",
  2314. "joi": "^18.0.0",
  2315. "superstruct": "^2.0.0",
  2316. "typescript": "^5.6.3",
  2317. "valibot": "^1.0.0",
  2318. "vue-router": "^4.5.0",
  2319. "yup": "^1.7.0",
  2320. "zod": "^3.24.0 || ^4.0.0"
  2321. },
  2322. "peerDependenciesMeta": {
  2323. "@inertiajs/vue3": {
  2324. "optional": true
  2325. },
  2326. "@nuxt/content": {
  2327. "optional": true
  2328. },
  2329. "joi": {
  2330. "optional": true
  2331. },
  2332. "superstruct": {
  2333. "optional": true
  2334. },
  2335. "valibot": {
  2336. "optional": true
  2337. },
  2338. "vue-router": {
  2339. "optional": true
  2340. },
  2341. "yup": {
  2342. "optional": true
  2343. },
  2344. "zod": {
  2345. "optional": true
  2346. }
  2347. }
  2348. },
  2349. "node_modules/@nuxt/ui/node_modules/@nuxt/kit": {
  2350. "version": "4.2.1",
  2351. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2352. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2353. "license": "MIT",
  2354. "dependencies": {
  2355. "c12": "^3.3.1",
  2356. "consola": "^3.4.2",
  2357. "defu": "^6.1.4",
  2358. "destr": "^2.0.5",
  2359. "errx": "^0.1.0",
  2360. "exsolve": "^1.0.7",
  2361. "ignore": "^7.0.5",
  2362. "jiti": "^2.6.1",
  2363. "klona": "^2.0.6",
  2364. "mlly": "^1.8.0",
  2365. "ohash": "^2.0.11",
  2366. "pathe": "^2.0.3",
  2367. "pkg-types": "^2.3.0",
  2368. "rc9": "^2.1.2",
  2369. "scule": "^1.3.0",
  2370. "semver": "^7.7.3",
  2371. "tinyglobby": "^0.2.15",
  2372. "ufo": "^1.6.1",
  2373. "unctx": "^2.4.1",
  2374. "untyped": "^2.0.0"
  2375. },
  2376. "engines": {
  2377. "node": ">=18.12.0"
  2378. }
  2379. },
  2380. "node_modules/@nuxt/vite-builder": {
  2381. "version": "4.2.0",
  2382. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.2.0.tgz",
  2383. "integrity": "sha512-pNHIoO8kiSsOnoMo2zmxy0mk71ZBP4KJCiXr7Ahq8ewOm4W4vFQ1NV1O46wJGZyxlPC6nqFuYBvcUwVp1LgTNg==",
  2384. "license": "MIT",
  2385. "dependencies": {
  2386. "@nuxt/kit": "4.2.0",
  2387. "@rollup/plugin-replace": "^6.0.2",
  2388. "@vitejs/plugin-vue": "^6.0.1",
  2389. "@vitejs/plugin-vue-jsx": "^5.1.1",
  2390. "autoprefixer": "^10.4.21",
  2391. "consola": "^3.4.2",
  2392. "cssnano": "^7.1.1",
  2393. "defu": "^6.1.4",
  2394. "esbuild": "^0.25.11",
  2395. "escape-string-regexp": "^5.0.0",
  2396. "exsolve": "^1.0.7",
  2397. "get-port-please": "^3.2.0",
  2398. "h3": "^1.15.4",
  2399. "jiti": "^2.6.1",
  2400. "knitwork": "^1.2.0",
  2401. "magic-string": "^0.30.21",
  2402. "mlly": "^1.8.0",
  2403. "mocked-exports": "^0.1.1",
  2404. "pathe": "^2.0.3",
  2405. "pkg-types": "^2.3.0",
  2406. "postcss": "^8.5.6",
  2407. "rollup-plugin-visualizer": "^6.0.5",
  2408. "seroval": "^1.3.2",
  2409. "std-env": "^3.10.0",
  2410. "ufo": "^1.6.1",
  2411. "unenv": "^2.0.0-rc.22",
  2412. "vite": "^7.1.12",
  2413. "vite-node": "^3.2.4",
  2414. "vite-plugin-checker": "^0.11.0",
  2415. "vue-bundle-renderer": "^2.2.0"
  2416. },
  2417. "engines": {
  2418. "node": "^20.19.0 || >=22.12.0"
  2419. },
  2420. "peerDependencies": {
  2421. "nuxt": "4.2.0",
  2422. "rolldown": "^1.0.0-beta.38",
  2423. "vue": "^3.3.4"
  2424. },
  2425. "peerDependenciesMeta": {
  2426. "rolldown": {
  2427. "optional": true
  2428. }
  2429. }
  2430. },
  2431. "node_modules/@nuxtjs/color-mode": {
  2432. "version": "3.5.2",
  2433. "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-3.5.2.tgz",
  2434. "integrity": "sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==",
  2435. "license": "MIT",
  2436. "dependencies": {
  2437. "@nuxt/kit": "^3.13.2",
  2438. "pathe": "^1.1.2",
  2439. "pkg-types": "^1.2.1",
  2440. "semver": "^7.6.3"
  2441. }
  2442. },
  2443. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit": {
  2444. "version": "3.20.1",
  2445. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.20.1.tgz",
  2446. "integrity": "sha512-TIslaylfI5kd3AxX5qts0qyrIQ9Uq3HAA1bgIIJ+c+zpDfK338YS+YrCWxBBzDMECRCbAS58mqAd2MtJfG1ENA==",
  2447. "license": "MIT",
  2448. "dependencies": {
  2449. "c12": "^3.3.1",
  2450. "consola": "^3.4.2",
  2451. "defu": "^6.1.4",
  2452. "destr": "^2.0.5",
  2453. "errx": "^0.1.0",
  2454. "exsolve": "^1.0.7",
  2455. "ignore": "^7.0.5",
  2456. "jiti": "^2.6.1",
  2457. "klona": "^2.0.6",
  2458. "knitwork": "^1.2.0",
  2459. "mlly": "^1.8.0",
  2460. "ohash": "^2.0.11",
  2461. "pathe": "^2.0.3",
  2462. "pkg-types": "^2.3.0",
  2463. "rc9": "^2.1.2",
  2464. "scule": "^1.3.0",
  2465. "semver": "^7.7.3",
  2466. "tinyglobby": "^0.2.15",
  2467. "ufo": "^1.6.1",
  2468. "unctx": "^2.4.1",
  2469. "untyped": "^2.0.0"
  2470. },
  2471. "engines": {
  2472. "node": ">=18.12.0"
  2473. }
  2474. },
  2475. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pathe": {
  2476. "version": "2.0.3",
  2477. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2478. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2479. "license": "MIT"
  2480. },
  2481. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pkg-types": {
  2482. "version": "2.3.0",
  2483. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  2484. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  2485. "license": "MIT",
  2486. "dependencies": {
  2487. "confbox": "^0.2.2",
  2488. "exsolve": "^1.0.7",
  2489. "pathe": "^2.0.3"
  2490. }
  2491. },
  2492. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2493. "version": "1.1.2",
  2494. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  2495. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  2496. "license": "MIT"
  2497. },
  2498. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2499. "version": "1.3.1",
  2500. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2501. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2502. "license": "MIT",
  2503. "dependencies": {
  2504. "confbox": "^0.1.8",
  2505. "mlly": "^1.7.4",
  2506. "pathe": "^2.0.1"
  2507. }
  2508. },
  2509. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/confbox": {
  2510. "version": "0.1.8",
  2511. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2512. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2513. "license": "MIT"
  2514. },
  2515. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2516. "version": "2.0.3",
  2517. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2518. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2519. "license": "MIT"
  2520. },
  2521. "node_modules/@oxc-minify/binding-android-arm64": {
  2522. "version": "0.95.0",
  2523. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2524. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  2525. "cpu": [
  2526. "arm64"
  2527. ],
  2528. "license": "MIT",
  2529. "optional": true,
  2530. "os": [
  2531. "android"
  2532. ],
  2533. "engines": {
  2534. "node": "^20.19.0 || >=22.12.0"
  2535. }
  2536. },
  2537. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2538. "version": "0.95.0",
  2539. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2540. "integrity": "sha512-uvRkBVsh88DgMqddCIHcL1tKycKThfzLHNuBOm7csfpOD85TJimpl/1qAfrTCNrdaiteFK4U9QRKBdDvZay4RQ==",
  2541. "cpu": [
  2542. "arm64"
  2543. ],
  2544. "license": "MIT",
  2545. "optional": true,
  2546. "os": [
  2547. "darwin"
  2548. ],
  2549. "engines": {
  2550. "node": "^20.19.0 || >=22.12.0"
  2551. }
  2552. },
  2553. "node_modules/@oxc-minify/binding-darwin-x64": {
  2554. "version": "0.95.0",
  2555. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2556. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  2557. "cpu": [
  2558. "x64"
  2559. ],
  2560. "license": "MIT",
  2561. "optional": true,
  2562. "os": [
  2563. "darwin"
  2564. ],
  2565. "engines": {
  2566. "node": "^20.19.0 || >=22.12.0"
  2567. }
  2568. },
  2569. "node_modules/@oxc-minify/binding-freebsd-x64": {
  2570. "version": "0.95.0",
  2571. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2572. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  2573. "cpu": [
  2574. "x64"
  2575. ],
  2576. "license": "MIT",
  2577. "optional": true,
  2578. "os": [
  2579. "freebsd"
  2580. ],
  2581. "engines": {
  2582. "node": "^20.19.0 || >=22.12.0"
  2583. }
  2584. },
  2585. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  2586. "version": "0.95.0",
  2587. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2588. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  2589. "cpu": [
  2590. "arm"
  2591. ],
  2592. "license": "MIT",
  2593. "optional": true,
  2594. "os": [
  2595. "linux"
  2596. ],
  2597. "engines": {
  2598. "node": "^20.19.0 || >=22.12.0"
  2599. }
  2600. },
  2601. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  2602. "version": "0.95.0",
  2603. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2604. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  2605. "cpu": [
  2606. "arm"
  2607. ],
  2608. "license": "MIT",
  2609. "optional": true,
  2610. "os": [
  2611. "linux"
  2612. ],
  2613. "engines": {
  2614. "node": "^20.19.0 || >=22.12.0"
  2615. }
  2616. },
  2617. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  2618. "version": "0.95.0",
  2619. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2620. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  2621. "cpu": [
  2622. "arm64"
  2623. ],
  2624. "license": "MIT",
  2625. "optional": true,
  2626. "os": [
  2627. "linux"
  2628. ],
  2629. "engines": {
  2630. "node": "^20.19.0 || >=22.12.0"
  2631. }
  2632. },
  2633. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  2634. "version": "0.95.0",
  2635. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2636. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  2637. "cpu": [
  2638. "arm64"
  2639. ],
  2640. "license": "MIT",
  2641. "optional": true,
  2642. "os": [
  2643. "linux"
  2644. ],
  2645. "engines": {
  2646. "node": "^20.19.0 || >=22.12.0"
  2647. }
  2648. },
  2649. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  2650. "version": "0.95.0",
  2651. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2652. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  2653. "cpu": [
  2654. "riscv64"
  2655. ],
  2656. "license": "MIT",
  2657. "optional": true,
  2658. "os": [
  2659. "linux"
  2660. ],
  2661. "engines": {
  2662. "node": "^20.19.0 || >=22.12.0"
  2663. }
  2664. },
  2665. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  2666. "version": "0.95.0",
  2667. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2668. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  2669. "cpu": [
  2670. "s390x"
  2671. ],
  2672. "license": "MIT",
  2673. "optional": true,
  2674. "os": [
  2675. "linux"
  2676. ],
  2677. "engines": {
  2678. "node": "^20.19.0 || >=22.12.0"
  2679. }
  2680. },
  2681. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  2682. "version": "0.95.0",
  2683. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2684. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  2685. "cpu": [
  2686. "x64"
  2687. ],
  2688. "license": "MIT",
  2689. "optional": true,
  2690. "os": [
  2691. "linux"
  2692. ],
  2693. "engines": {
  2694. "node": "^20.19.0 || >=22.12.0"
  2695. }
  2696. },
  2697. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  2698. "version": "0.95.0",
  2699. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2700. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  2701. "cpu": [
  2702. "x64"
  2703. ],
  2704. "license": "MIT",
  2705. "optional": true,
  2706. "os": [
  2707. "linux"
  2708. ],
  2709. "engines": {
  2710. "node": "^20.19.0 || >=22.12.0"
  2711. }
  2712. },
  2713. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  2714. "version": "0.95.0",
  2715. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2716. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  2717. "cpu": [
  2718. "wasm32"
  2719. ],
  2720. "license": "MIT",
  2721. "optional": true,
  2722. "dependencies": {
  2723. "@napi-rs/wasm-runtime": "^1.0.7"
  2724. },
  2725. "engines": {
  2726. "node": ">=14.0.0"
  2727. }
  2728. },
  2729. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  2730. "version": "0.95.0",
  2731. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2732. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  2733. "cpu": [
  2734. "arm64"
  2735. ],
  2736. "license": "MIT",
  2737. "optional": true,
  2738. "os": [
  2739. "win32"
  2740. ],
  2741. "engines": {
  2742. "node": "^20.19.0 || >=22.12.0"
  2743. }
  2744. },
  2745. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  2746. "version": "0.95.0",
  2747. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2748. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  2749. "cpu": [
  2750. "x64"
  2751. ],
  2752. "license": "MIT",
  2753. "optional": true,
  2754. "os": [
  2755. "win32"
  2756. ],
  2757. "engines": {
  2758. "node": "^20.19.0 || >=22.12.0"
  2759. }
  2760. },
  2761. "node_modules/@oxc-parser/binding-android-arm64": {
  2762. "version": "0.95.0",
  2763. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2764. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  2765. "cpu": [
  2766. "arm64"
  2767. ],
  2768. "license": "MIT",
  2769. "optional": true,
  2770. "os": [
  2771. "android"
  2772. ],
  2773. "engines": {
  2774. "node": "^20.19.0 || >=22.12.0"
  2775. }
  2776. },
  2777. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2778. "version": "0.95.0",
  2779. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2780. "integrity": "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==",
  2781. "cpu": [
  2782. "arm64"
  2783. ],
  2784. "license": "MIT",
  2785. "optional": true,
  2786. "os": [
  2787. "darwin"
  2788. ],
  2789. "engines": {
  2790. "node": "^20.19.0 || >=22.12.0"
  2791. }
  2792. },
  2793. "node_modules/@oxc-parser/binding-darwin-x64": {
  2794. "version": "0.95.0",
  2795. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2796. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  2797. "cpu": [
  2798. "x64"
  2799. ],
  2800. "license": "MIT",
  2801. "optional": true,
  2802. "os": [
  2803. "darwin"
  2804. ],
  2805. "engines": {
  2806. "node": "^20.19.0 || >=22.12.0"
  2807. }
  2808. },
  2809. "node_modules/@oxc-parser/binding-freebsd-x64": {
  2810. "version": "0.95.0",
  2811. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2812. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  2813. "cpu": [
  2814. "x64"
  2815. ],
  2816. "license": "MIT",
  2817. "optional": true,
  2818. "os": [
  2819. "freebsd"
  2820. ],
  2821. "engines": {
  2822. "node": "^20.19.0 || >=22.12.0"
  2823. }
  2824. },
  2825. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  2826. "version": "0.95.0",
  2827. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2828. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  2829. "cpu": [
  2830. "arm"
  2831. ],
  2832. "license": "MIT",
  2833. "optional": true,
  2834. "os": [
  2835. "linux"
  2836. ],
  2837. "engines": {
  2838. "node": "^20.19.0 || >=22.12.0"
  2839. }
  2840. },
  2841. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  2842. "version": "0.95.0",
  2843. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2844. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  2845. "cpu": [
  2846. "arm"
  2847. ],
  2848. "license": "MIT",
  2849. "optional": true,
  2850. "os": [
  2851. "linux"
  2852. ],
  2853. "engines": {
  2854. "node": "^20.19.0 || >=22.12.0"
  2855. }
  2856. },
  2857. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  2858. "version": "0.95.0",
  2859. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2860. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  2861. "cpu": [
  2862. "arm64"
  2863. ],
  2864. "license": "MIT",
  2865. "optional": true,
  2866. "os": [
  2867. "linux"
  2868. ],
  2869. "engines": {
  2870. "node": "^20.19.0 || >=22.12.0"
  2871. }
  2872. },
  2873. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  2874. "version": "0.95.0",
  2875. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2876. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  2877. "cpu": [
  2878. "arm64"
  2879. ],
  2880. "license": "MIT",
  2881. "optional": true,
  2882. "os": [
  2883. "linux"
  2884. ],
  2885. "engines": {
  2886. "node": "^20.19.0 || >=22.12.0"
  2887. }
  2888. },
  2889. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  2890. "version": "0.95.0",
  2891. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2892. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  2893. "cpu": [
  2894. "riscv64"
  2895. ],
  2896. "license": "MIT",
  2897. "optional": true,
  2898. "os": [
  2899. "linux"
  2900. ],
  2901. "engines": {
  2902. "node": "^20.19.0 || >=22.12.0"
  2903. }
  2904. },
  2905. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  2906. "version": "0.95.0",
  2907. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2908. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  2909. "cpu": [
  2910. "s390x"
  2911. ],
  2912. "license": "MIT",
  2913. "optional": true,
  2914. "os": [
  2915. "linux"
  2916. ],
  2917. "engines": {
  2918. "node": "^20.19.0 || >=22.12.0"
  2919. }
  2920. },
  2921. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  2922. "version": "0.95.0",
  2923. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2924. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  2925. "cpu": [
  2926. "x64"
  2927. ],
  2928. "license": "MIT",
  2929. "optional": true,
  2930. "os": [
  2931. "linux"
  2932. ],
  2933. "engines": {
  2934. "node": "^20.19.0 || >=22.12.0"
  2935. }
  2936. },
  2937. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  2938. "version": "0.95.0",
  2939. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2940. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  2941. "cpu": [
  2942. "x64"
  2943. ],
  2944. "license": "MIT",
  2945. "optional": true,
  2946. "os": [
  2947. "linux"
  2948. ],
  2949. "engines": {
  2950. "node": "^20.19.0 || >=22.12.0"
  2951. }
  2952. },
  2953. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  2954. "version": "0.95.0",
  2955. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2956. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  2957. "cpu": [
  2958. "wasm32"
  2959. ],
  2960. "license": "MIT",
  2961. "optional": true,
  2962. "dependencies": {
  2963. "@napi-rs/wasm-runtime": "^1.0.7"
  2964. },
  2965. "engines": {
  2966. "node": ">=14.0.0"
  2967. }
  2968. },
  2969. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  2970. "version": "0.95.0",
  2971. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2972. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  2973. "cpu": [
  2974. "arm64"
  2975. ],
  2976. "license": "MIT",
  2977. "optional": true,
  2978. "os": [
  2979. "win32"
  2980. ],
  2981. "engines": {
  2982. "node": "^20.19.0 || >=22.12.0"
  2983. }
  2984. },
  2985. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2986. "version": "0.95.0",
  2987. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2988. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  2989. "cpu": [
  2990. "x64"
  2991. ],
  2992. "license": "MIT",
  2993. "optional": true,
  2994. "os": [
  2995. "win32"
  2996. ],
  2997. "engines": {
  2998. "node": "^20.19.0 || >=22.12.0"
  2999. }
  3000. },
  3001. "node_modules/@oxc-project/types": {
  3002. "version": "0.95.0",
  3003. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz",
  3004. "integrity": "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==",
  3005. "license": "MIT",
  3006. "funding": {
  3007. "url": "https://github.com/sponsors/Boshen"
  3008. }
  3009. },
  3010. "node_modules/@oxc-transform/binding-android-arm64": {
  3011. "version": "0.95.0",
  3012. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  3013. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  3014. "cpu": [
  3015. "arm64"
  3016. ],
  3017. "license": "MIT",
  3018. "optional": true,
  3019. "os": [
  3020. "android"
  3021. ],
  3022. "engines": {
  3023. "node": "^20.19.0 || >=22.12.0"
  3024. }
  3025. },
  3026. "node_modules/@oxc-transform/binding-darwin-arm64": {
  3027. "version": "0.95.0",
  3028. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  3029. "integrity": "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==",
  3030. "cpu": [
  3031. "arm64"
  3032. ],
  3033. "license": "MIT",
  3034. "optional": true,
  3035. "os": [
  3036. "darwin"
  3037. ],
  3038. "engines": {
  3039. "node": "^20.19.0 || >=22.12.0"
  3040. }
  3041. },
  3042. "node_modules/@oxc-transform/binding-darwin-x64": {
  3043. "version": "0.95.0",
  3044. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  3045. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  3046. "cpu": [
  3047. "x64"
  3048. ],
  3049. "license": "MIT",
  3050. "optional": true,
  3051. "os": [
  3052. "darwin"
  3053. ],
  3054. "engines": {
  3055. "node": "^20.19.0 || >=22.12.0"
  3056. }
  3057. },
  3058. "node_modules/@oxc-transform/binding-freebsd-x64": {
  3059. "version": "0.95.0",
  3060. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  3061. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  3062. "cpu": [
  3063. "x64"
  3064. ],
  3065. "license": "MIT",
  3066. "optional": true,
  3067. "os": [
  3068. "freebsd"
  3069. ],
  3070. "engines": {
  3071. "node": "^20.19.0 || >=22.12.0"
  3072. }
  3073. },
  3074. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  3075. "version": "0.95.0",
  3076. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  3077. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  3078. "cpu": [
  3079. "arm"
  3080. ],
  3081. "license": "MIT",
  3082. "optional": true,
  3083. "os": [
  3084. "linux"
  3085. ],
  3086. "engines": {
  3087. "node": "^20.19.0 || >=22.12.0"
  3088. }
  3089. },
  3090. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  3091. "version": "0.95.0",
  3092. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  3093. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  3094. "cpu": [
  3095. "arm"
  3096. ],
  3097. "license": "MIT",
  3098. "optional": true,
  3099. "os": [
  3100. "linux"
  3101. ],
  3102. "engines": {
  3103. "node": "^20.19.0 || >=22.12.0"
  3104. }
  3105. },
  3106. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  3107. "version": "0.95.0",
  3108. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  3109. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  3110. "cpu": [
  3111. "arm64"
  3112. ],
  3113. "license": "MIT",
  3114. "optional": true,
  3115. "os": [
  3116. "linux"
  3117. ],
  3118. "engines": {
  3119. "node": "^20.19.0 || >=22.12.0"
  3120. }
  3121. },
  3122. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  3123. "version": "0.95.0",
  3124. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  3125. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  3126. "cpu": [
  3127. "arm64"
  3128. ],
  3129. "license": "MIT",
  3130. "optional": true,
  3131. "os": [
  3132. "linux"
  3133. ],
  3134. "engines": {
  3135. "node": "^20.19.0 || >=22.12.0"
  3136. }
  3137. },
  3138. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  3139. "version": "0.95.0",
  3140. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  3141. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  3142. "cpu": [
  3143. "riscv64"
  3144. ],
  3145. "license": "MIT",
  3146. "optional": true,
  3147. "os": [
  3148. "linux"
  3149. ],
  3150. "engines": {
  3151. "node": "^20.19.0 || >=22.12.0"
  3152. }
  3153. },
  3154. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  3155. "version": "0.95.0",
  3156. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  3157. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  3158. "cpu": [
  3159. "s390x"
  3160. ],
  3161. "license": "MIT",
  3162. "optional": true,
  3163. "os": [
  3164. "linux"
  3165. ],
  3166. "engines": {
  3167. "node": "^20.19.0 || >=22.12.0"
  3168. }
  3169. },
  3170. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  3171. "version": "0.95.0",
  3172. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  3173. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  3174. "cpu": [
  3175. "x64"
  3176. ],
  3177. "license": "MIT",
  3178. "optional": true,
  3179. "os": [
  3180. "linux"
  3181. ],
  3182. "engines": {
  3183. "node": "^20.19.0 || >=22.12.0"
  3184. }
  3185. },
  3186. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  3187. "version": "0.95.0",
  3188. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  3189. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  3190. "cpu": [
  3191. "x64"
  3192. ],
  3193. "license": "MIT",
  3194. "optional": true,
  3195. "os": [
  3196. "linux"
  3197. ],
  3198. "engines": {
  3199. "node": "^20.19.0 || >=22.12.0"
  3200. }
  3201. },
  3202. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  3203. "version": "0.95.0",
  3204. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  3205. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  3206. "cpu": [
  3207. "wasm32"
  3208. ],
  3209. "license": "MIT",
  3210. "optional": true,
  3211. "dependencies": {
  3212. "@napi-rs/wasm-runtime": "^1.0.7"
  3213. },
  3214. "engines": {
  3215. "node": ">=14.0.0"
  3216. }
  3217. },
  3218. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  3219. "version": "0.95.0",
  3220. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  3221. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  3222. "cpu": [
  3223. "arm64"
  3224. ],
  3225. "license": "MIT",
  3226. "optional": true,
  3227. "os": [
  3228. "win32"
  3229. ],
  3230. "engines": {
  3231. "node": "^20.19.0 || >=22.12.0"
  3232. }
  3233. },
  3234. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  3235. "version": "0.95.0",
  3236. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  3237. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  3238. "cpu": [
  3239. "x64"
  3240. ],
  3241. "license": "MIT",
  3242. "optional": true,
  3243. "os": [
  3244. "win32"
  3245. ],
  3246. "engines": {
  3247. "node": "^20.19.0 || >=22.12.0"
  3248. }
  3249. },
  3250. "node_modules/@parcel/watcher": {
  3251. "version": "2.5.6",
  3252. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  3253. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  3254. "hasInstallScript": true,
  3255. "license": "MIT",
  3256. "peer": true,
  3257. "dependencies": {
  3258. "detect-libc": "^2.0.3",
  3259. "is-glob": "^4.0.3",
  3260. "node-addon-api": "^7.0.0",
  3261. "picomatch": "^4.0.3"
  3262. },
  3263. "engines": {
  3264. "node": ">= 10.0.0"
  3265. },
  3266. "funding": {
  3267. "type": "opencollective",
  3268. "url": "https://opencollective.com/parcel"
  3269. },
  3270. "optionalDependencies": {
  3271. "@parcel/watcher-android-arm64": "2.5.6",
  3272. "@parcel/watcher-darwin-arm64": "2.5.6",
  3273. "@parcel/watcher-darwin-x64": "2.5.6",
  3274. "@parcel/watcher-freebsd-x64": "2.5.6",
  3275. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  3276. "@parcel/watcher-linux-arm-musl": "2.5.6",
  3277. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  3278. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  3279. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  3280. "@parcel/watcher-linux-x64-musl": "2.5.6",
  3281. "@parcel/watcher-win32-arm64": "2.5.6",
  3282. "@parcel/watcher-win32-ia32": "2.5.6",
  3283. "@parcel/watcher-win32-x64": "2.5.6"
  3284. }
  3285. },
  3286. "node_modules/@parcel/watcher-android-arm64": {
  3287. "version": "2.5.6",
  3288. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  3289. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  3290. "cpu": [
  3291. "arm64"
  3292. ],
  3293. "license": "MIT",
  3294. "optional": true,
  3295. "os": [
  3296. "android"
  3297. ],
  3298. "engines": {
  3299. "node": ">= 10.0.0"
  3300. },
  3301. "funding": {
  3302. "type": "opencollective",
  3303. "url": "https://opencollective.com/parcel"
  3304. }
  3305. },
  3306. "node_modules/@parcel/watcher-darwin-arm64": {
  3307. "version": "2.5.6",
  3308. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  3309. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  3310. "cpu": [
  3311. "arm64"
  3312. ],
  3313. "license": "MIT",
  3314. "optional": true,
  3315. "os": [
  3316. "darwin"
  3317. ],
  3318. "engines": {
  3319. "node": ">= 10.0.0"
  3320. },
  3321. "funding": {
  3322. "type": "opencollective",
  3323. "url": "https://opencollective.com/parcel"
  3324. }
  3325. },
  3326. "node_modules/@parcel/watcher-darwin-x64": {
  3327. "version": "2.5.6",
  3328. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  3329. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  3330. "cpu": [
  3331. "x64"
  3332. ],
  3333. "license": "MIT",
  3334. "optional": true,
  3335. "os": [
  3336. "darwin"
  3337. ],
  3338. "engines": {
  3339. "node": ">= 10.0.0"
  3340. },
  3341. "funding": {
  3342. "type": "opencollective",
  3343. "url": "https://opencollective.com/parcel"
  3344. }
  3345. },
  3346. "node_modules/@parcel/watcher-freebsd-x64": {
  3347. "version": "2.5.6",
  3348. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  3349. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  3350. "cpu": [
  3351. "x64"
  3352. ],
  3353. "license": "MIT",
  3354. "optional": true,
  3355. "os": [
  3356. "freebsd"
  3357. ],
  3358. "engines": {
  3359. "node": ">= 10.0.0"
  3360. },
  3361. "funding": {
  3362. "type": "opencollective",
  3363. "url": "https://opencollective.com/parcel"
  3364. }
  3365. },
  3366. "node_modules/@parcel/watcher-linux-arm-glibc": {
  3367. "version": "2.5.6",
  3368. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  3369. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  3370. "cpu": [
  3371. "arm"
  3372. ],
  3373. "license": "MIT",
  3374. "optional": true,
  3375. "os": [
  3376. "linux"
  3377. ],
  3378. "engines": {
  3379. "node": ">= 10.0.0"
  3380. },
  3381. "funding": {
  3382. "type": "opencollective",
  3383. "url": "https://opencollective.com/parcel"
  3384. }
  3385. },
  3386. "node_modules/@parcel/watcher-linux-arm-musl": {
  3387. "version": "2.5.6",
  3388. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  3389. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  3390. "cpu": [
  3391. "arm"
  3392. ],
  3393. "license": "MIT",
  3394. "optional": true,
  3395. "os": [
  3396. "linux"
  3397. ],
  3398. "engines": {
  3399. "node": ">= 10.0.0"
  3400. },
  3401. "funding": {
  3402. "type": "opencollective",
  3403. "url": "https://opencollective.com/parcel"
  3404. }
  3405. },
  3406. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3407. "version": "2.5.6",
  3408. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  3409. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  3410. "cpu": [
  3411. "arm64"
  3412. ],
  3413. "license": "MIT",
  3414. "optional": true,
  3415. "os": [
  3416. "linux"
  3417. ],
  3418. "engines": {
  3419. "node": ">= 10.0.0"
  3420. },
  3421. "funding": {
  3422. "type": "opencollective",
  3423. "url": "https://opencollective.com/parcel"
  3424. }
  3425. },
  3426. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3427. "version": "2.5.6",
  3428. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  3429. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  3430. "cpu": [
  3431. "arm64"
  3432. ],
  3433. "license": "MIT",
  3434. "optional": true,
  3435. "os": [
  3436. "linux"
  3437. ],
  3438. "engines": {
  3439. "node": ">= 10.0.0"
  3440. },
  3441. "funding": {
  3442. "type": "opencollective",
  3443. "url": "https://opencollective.com/parcel"
  3444. }
  3445. },
  3446. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3447. "version": "2.5.6",
  3448. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  3449. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  3450. "cpu": [
  3451. "x64"
  3452. ],
  3453. "license": "MIT",
  3454. "optional": true,
  3455. "os": [
  3456. "linux"
  3457. ],
  3458. "engines": {
  3459. "node": ">= 10.0.0"
  3460. },
  3461. "funding": {
  3462. "type": "opencollective",
  3463. "url": "https://opencollective.com/parcel"
  3464. }
  3465. },
  3466. "node_modules/@parcel/watcher-linux-x64-musl": {
  3467. "version": "2.5.6",
  3468. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  3469. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  3470. "cpu": [
  3471. "x64"
  3472. ],
  3473. "license": "MIT",
  3474. "optional": true,
  3475. "os": [
  3476. "linux"
  3477. ],
  3478. "engines": {
  3479. "node": ">= 10.0.0"
  3480. },
  3481. "funding": {
  3482. "type": "opencollective",
  3483. "url": "https://opencollective.com/parcel"
  3484. }
  3485. },
  3486. "node_modules/@parcel/watcher-wasm": {
  3487. "version": "2.5.6",
  3488. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  3489. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  3490. "bundleDependencies": [
  3491. "napi-wasm"
  3492. ],
  3493. "license": "MIT",
  3494. "dependencies": {
  3495. "is-glob": "^4.0.3",
  3496. "napi-wasm": "^1.1.0",
  3497. "picomatch": "^4.0.3"
  3498. },
  3499. "engines": {
  3500. "node": ">= 10.0.0"
  3501. },
  3502. "funding": {
  3503. "type": "opencollective",
  3504. "url": "https://opencollective.com/parcel"
  3505. }
  3506. },
  3507. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  3508. "version": "1.1.0",
  3509. "inBundle": true,
  3510. "license": "MIT"
  3511. },
  3512. "node_modules/@parcel/watcher-win32-arm64": {
  3513. "version": "2.5.6",
  3514. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  3515. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  3516. "cpu": [
  3517. "arm64"
  3518. ],
  3519. "license": "MIT",
  3520. "optional": true,
  3521. "os": [
  3522. "win32"
  3523. ],
  3524. "engines": {
  3525. "node": ">= 10.0.0"
  3526. },
  3527. "funding": {
  3528. "type": "opencollective",
  3529. "url": "https://opencollective.com/parcel"
  3530. }
  3531. },
  3532. "node_modules/@parcel/watcher-win32-ia32": {
  3533. "version": "2.5.6",
  3534. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  3535. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  3536. "cpu": [
  3537. "ia32"
  3538. ],
  3539. "license": "MIT",
  3540. "optional": true,
  3541. "os": [
  3542. "win32"
  3543. ],
  3544. "engines": {
  3545. "node": ">= 10.0.0"
  3546. },
  3547. "funding": {
  3548. "type": "opencollective",
  3549. "url": "https://opencollective.com/parcel"
  3550. }
  3551. },
  3552. "node_modules/@parcel/watcher-win32-x64": {
  3553. "version": "2.5.6",
  3554. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  3555. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  3556. "cpu": [
  3557. "x64"
  3558. ],
  3559. "license": "MIT",
  3560. "optional": true,
  3561. "os": [
  3562. "win32"
  3563. ],
  3564. "engines": {
  3565. "node": ">= 10.0.0"
  3566. },
  3567. "funding": {
  3568. "type": "opencollective",
  3569. "url": "https://opencollective.com/parcel"
  3570. }
  3571. },
  3572. "node_modules/@pkgjs/parseargs": {
  3573. "version": "0.11.0",
  3574. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3575. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3576. "license": "MIT",
  3577. "optional": true,
  3578. "engines": {
  3579. "node": ">=14"
  3580. }
  3581. },
  3582. "node_modules/@polka/url": {
  3583. "version": "1.0.0-next.29",
  3584. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3585. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3586. "license": "MIT"
  3587. },
  3588. "node_modules/@poppinss/colors": {
  3589. "version": "4.1.6",
  3590. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  3591. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  3592. "license": "MIT",
  3593. "dependencies": {
  3594. "kleur": "^4.1.5"
  3595. }
  3596. },
  3597. "node_modules/@poppinss/colors/node_modules/kleur": {
  3598. "version": "4.1.5",
  3599. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  3600. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  3601. "license": "MIT",
  3602. "engines": {
  3603. "node": ">=6"
  3604. }
  3605. },
  3606. "node_modules/@poppinss/dumper": {
  3607. "version": "0.7.0",
  3608. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  3609. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  3610. "license": "MIT",
  3611. "dependencies": {
  3612. "@poppinss/colors": "^4.1.5",
  3613. "@sindresorhus/is": "^7.0.2",
  3614. "supports-color": "^10.0.0"
  3615. }
  3616. },
  3617. "node_modules/@poppinss/exception": {
  3618. "version": "1.2.2",
  3619. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
  3620. "integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
  3621. "license": "MIT"
  3622. },
  3623. "node_modules/@rolldown/pluginutils": {
  3624. "version": "1.0.0-beta.29",
  3625. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
  3626. "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
  3627. "license": "MIT"
  3628. },
  3629. "node_modules/@rollup/plugin-alias": {
  3630. "version": "6.0.0",
  3631. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  3632. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  3633. "license": "MIT",
  3634. "engines": {
  3635. "node": ">=20.19.0"
  3636. },
  3637. "peerDependencies": {
  3638. "rollup": ">=4.0.0"
  3639. },
  3640. "peerDependenciesMeta": {
  3641. "rollup": {
  3642. "optional": true
  3643. }
  3644. }
  3645. },
  3646. "node_modules/@rollup/plugin-commonjs": {
  3647. "version": "29.0.2",
  3648. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  3649. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  3650. "license": "MIT",
  3651. "dependencies": {
  3652. "@rollup/pluginutils": "^5.0.1",
  3653. "commondir": "^1.0.1",
  3654. "estree-walker": "^2.0.2",
  3655. "fdir": "^6.2.0",
  3656. "is-reference": "1.2.1",
  3657. "magic-string": "^0.30.3",
  3658. "picomatch": "^4.0.2"
  3659. },
  3660. "engines": {
  3661. "node": ">=16.0.0 || 14 >= 14.17"
  3662. },
  3663. "peerDependencies": {
  3664. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  3665. },
  3666. "peerDependenciesMeta": {
  3667. "rollup": {
  3668. "optional": true
  3669. }
  3670. }
  3671. },
  3672. "node_modules/@rollup/plugin-inject": {
  3673. "version": "5.0.5",
  3674. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  3675. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  3676. "license": "MIT",
  3677. "dependencies": {
  3678. "@rollup/pluginutils": "^5.0.1",
  3679. "estree-walker": "^2.0.2",
  3680. "magic-string": "^0.30.3"
  3681. },
  3682. "engines": {
  3683. "node": ">=14.0.0"
  3684. },
  3685. "peerDependencies": {
  3686. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3687. },
  3688. "peerDependenciesMeta": {
  3689. "rollup": {
  3690. "optional": true
  3691. }
  3692. }
  3693. },
  3694. "node_modules/@rollup/plugin-json": {
  3695. "version": "6.1.0",
  3696. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  3697. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  3698. "license": "MIT",
  3699. "dependencies": {
  3700. "@rollup/pluginutils": "^5.1.0"
  3701. },
  3702. "engines": {
  3703. "node": ">=14.0.0"
  3704. },
  3705. "peerDependencies": {
  3706. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3707. },
  3708. "peerDependenciesMeta": {
  3709. "rollup": {
  3710. "optional": true
  3711. }
  3712. }
  3713. },
  3714. "node_modules/@rollup/plugin-node-resolve": {
  3715. "version": "16.0.3",
  3716. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  3717. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  3718. "license": "MIT",
  3719. "dependencies": {
  3720. "@rollup/pluginutils": "^5.0.1",
  3721. "@types/resolve": "1.20.2",
  3722. "deepmerge": "^4.2.2",
  3723. "is-module": "^1.0.0",
  3724. "resolve": "^1.22.1"
  3725. },
  3726. "engines": {
  3727. "node": ">=14.0.0"
  3728. },
  3729. "peerDependencies": {
  3730. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  3731. },
  3732. "peerDependenciesMeta": {
  3733. "rollup": {
  3734. "optional": true
  3735. }
  3736. }
  3737. },
  3738. "node_modules/@rollup/plugin-replace": {
  3739. "version": "6.0.3",
  3740. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  3741. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  3742. "license": "MIT",
  3743. "dependencies": {
  3744. "@rollup/pluginutils": "^5.0.1",
  3745. "magic-string": "^0.30.3"
  3746. },
  3747. "engines": {
  3748. "node": ">=14.0.0"
  3749. },
  3750. "peerDependencies": {
  3751. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3752. },
  3753. "peerDependenciesMeta": {
  3754. "rollup": {
  3755. "optional": true
  3756. }
  3757. }
  3758. },
  3759. "node_modules/@rollup/plugin-terser": {
  3760. "version": "1.0.0",
  3761. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  3762. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  3763. "license": "MIT",
  3764. "dependencies": {
  3765. "serialize-javascript": "^7.0.3",
  3766. "smob": "^1.0.0",
  3767. "terser": "^5.17.4"
  3768. },
  3769. "engines": {
  3770. "node": ">=20.0.0"
  3771. },
  3772. "peerDependencies": {
  3773. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  3774. },
  3775. "peerDependenciesMeta": {
  3776. "rollup": {
  3777. "optional": true
  3778. }
  3779. }
  3780. },
  3781. "node_modules/@rollup/pluginutils": {
  3782. "version": "5.3.0",
  3783. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  3784. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  3785. "license": "MIT",
  3786. "dependencies": {
  3787. "@types/estree": "^1.0.0",
  3788. "estree-walker": "^2.0.2",
  3789. "picomatch": "^4.0.2"
  3790. },
  3791. "engines": {
  3792. "node": ">=14.0.0"
  3793. },
  3794. "peerDependencies": {
  3795. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3796. },
  3797. "peerDependenciesMeta": {
  3798. "rollup": {
  3799. "optional": true
  3800. }
  3801. }
  3802. },
  3803. "node_modules/@rollup/rollup-android-arm-eabi": {
  3804. "version": "4.60.2",
  3805. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
  3806. "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
  3807. "cpu": [
  3808. "arm"
  3809. ],
  3810. "license": "MIT",
  3811. "optional": true,
  3812. "os": [
  3813. "android"
  3814. ]
  3815. },
  3816. "node_modules/@rollup/rollup-android-arm64": {
  3817. "version": "4.60.2",
  3818. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
  3819. "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
  3820. "cpu": [
  3821. "arm64"
  3822. ],
  3823. "license": "MIT",
  3824. "optional": true,
  3825. "os": [
  3826. "android"
  3827. ]
  3828. },
  3829. "node_modules/@rollup/rollup-darwin-arm64": {
  3830. "version": "4.60.2",
  3831. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
  3832. "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
  3833. "cpu": [
  3834. "arm64"
  3835. ],
  3836. "license": "MIT",
  3837. "optional": true,
  3838. "os": [
  3839. "darwin"
  3840. ]
  3841. },
  3842. "node_modules/@rollup/rollup-darwin-x64": {
  3843. "version": "4.60.2",
  3844. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
  3845. "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
  3846. "cpu": [
  3847. "x64"
  3848. ],
  3849. "license": "MIT",
  3850. "optional": true,
  3851. "os": [
  3852. "darwin"
  3853. ]
  3854. },
  3855. "node_modules/@rollup/rollup-freebsd-arm64": {
  3856. "version": "4.60.2",
  3857. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
  3858. "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
  3859. "cpu": [
  3860. "arm64"
  3861. ],
  3862. "license": "MIT",
  3863. "optional": true,
  3864. "os": [
  3865. "freebsd"
  3866. ]
  3867. },
  3868. "node_modules/@rollup/rollup-freebsd-x64": {
  3869. "version": "4.60.2",
  3870. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
  3871. "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
  3872. "cpu": [
  3873. "x64"
  3874. ],
  3875. "license": "MIT",
  3876. "optional": true,
  3877. "os": [
  3878. "freebsd"
  3879. ]
  3880. },
  3881. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  3882. "version": "4.60.2",
  3883. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
  3884. "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
  3885. "cpu": [
  3886. "arm"
  3887. ],
  3888. "license": "MIT",
  3889. "optional": true,
  3890. "os": [
  3891. "linux"
  3892. ]
  3893. },
  3894. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  3895. "version": "4.60.2",
  3896. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
  3897. "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
  3898. "cpu": [
  3899. "arm"
  3900. ],
  3901. "license": "MIT",
  3902. "optional": true,
  3903. "os": [
  3904. "linux"
  3905. ]
  3906. },
  3907. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  3908. "version": "4.60.2",
  3909. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
  3910. "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
  3911. "cpu": [
  3912. "arm64"
  3913. ],
  3914. "license": "MIT",
  3915. "optional": true,
  3916. "os": [
  3917. "linux"
  3918. ]
  3919. },
  3920. "node_modules/@rollup/rollup-linux-arm64-musl": {
  3921. "version": "4.60.2",
  3922. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
  3923. "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
  3924. "cpu": [
  3925. "arm64"
  3926. ],
  3927. "license": "MIT",
  3928. "optional": true,
  3929. "os": [
  3930. "linux"
  3931. ]
  3932. },
  3933. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  3934. "version": "4.60.2",
  3935. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
  3936. "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
  3937. "cpu": [
  3938. "loong64"
  3939. ],
  3940. "license": "MIT",
  3941. "optional": true,
  3942. "os": [
  3943. "linux"
  3944. ]
  3945. },
  3946. "node_modules/@rollup/rollup-linux-loong64-musl": {
  3947. "version": "4.60.2",
  3948. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
  3949. "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
  3950. "cpu": [
  3951. "loong64"
  3952. ],
  3953. "license": "MIT",
  3954. "optional": true,
  3955. "os": [
  3956. "linux"
  3957. ]
  3958. },
  3959. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  3960. "version": "4.60.2",
  3961. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
  3962. "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
  3963. "cpu": [
  3964. "ppc64"
  3965. ],
  3966. "license": "MIT",
  3967. "optional": true,
  3968. "os": [
  3969. "linux"
  3970. ]
  3971. },
  3972. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  3973. "version": "4.60.2",
  3974. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
  3975. "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
  3976. "cpu": [
  3977. "ppc64"
  3978. ],
  3979. "license": "MIT",
  3980. "optional": true,
  3981. "os": [
  3982. "linux"
  3983. ]
  3984. },
  3985. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  3986. "version": "4.60.2",
  3987. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
  3988. "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
  3989. "cpu": [
  3990. "riscv64"
  3991. ],
  3992. "license": "MIT",
  3993. "optional": true,
  3994. "os": [
  3995. "linux"
  3996. ]
  3997. },
  3998. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  3999. "version": "4.60.2",
  4000. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
  4001. "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
  4002. "cpu": [
  4003. "riscv64"
  4004. ],
  4005. "license": "MIT",
  4006. "optional": true,
  4007. "os": [
  4008. "linux"
  4009. ]
  4010. },
  4011. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4012. "version": "4.60.2",
  4013. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
  4014. "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
  4015. "cpu": [
  4016. "s390x"
  4017. ],
  4018. "license": "MIT",
  4019. "optional": true,
  4020. "os": [
  4021. "linux"
  4022. ]
  4023. },
  4024. "node_modules/@rollup/rollup-linux-x64-gnu": {
  4025. "version": "4.60.2",
  4026. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
  4027. "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
  4028. "cpu": [
  4029. "x64"
  4030. ],
  4031. "license": "MIT",
  4032. "optional": true,
  4033. "os": [
  4034. "linux"
  4035. ]
  4036. },
  4037. "node_modules/@rollup/rollup-linux-x64-musl": {
  4038. "version": "4.60.2",
  4039. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
  4040. "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
  4041. "cpu": [
  4042. "x64"
  4043. ],
  4044. "license": "MIT",
  4045. "optional": true,
  4046. "os": [
  4047. "linux"
  4048. ]
  4049. },
  4050. "node_modules/@rollup/rollup-openbsd-x64": {
  4051. "version": "4.60.2",
  4052. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
  4053. "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
  4054. "cpu": [
  4055. "x64"
  4056. ],
  4057. "license": "MIT",
  4058. "optional": true,
  4059. "os": [
  4060. "openbsd"
  4061. ]
  4062. },
  4063. "node_modules/@rollup/rollup-openharmony-arm64": {
  4064. "version": "4.60.2",
  4065. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
  4066. "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
  4067. "cpu": [
  4068. "arm64"
  4069. ],
  4070. "license": "MIT",
  4071. "optional": true,
  4072. "os": [
  4073. "openharmony"
  4074. ]
  4075. },
  4076. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  4077. "version": "4.60.2",
  4078. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
  4079. "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
  4080. "cpu": [
  4081. "arm64"
  4082. ],
  4083. "license": "MIT",
  4084. "optional": true,
  4085. "os": [
  4086. "win32"
  4087. ]
  4088. },
  4089. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  4090. "version": "4.60.2",
  4091. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
  4092. "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
  4093. "cpu": [
  4094. "ia32"
  4095. ],
  4096. "license": "MIT",
  4097. "optional": true,
  4098. "os": [
  4099. "win32"
  4100. ]
  4101. },
  4102. "node_modules/@rollup/rollup-win32-x64-gnu": {
  4103. "version": "4.60.2",
  4104. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
  4105. "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
  4106. "cpu": [
  4107. "x64"
  4108. ],
  4109. "license": "MIT",
  4110. "optional": true,
  4111. "os": [
  4112. "win32"
  4113. ]
  4114. },
  4115. "node_modules/@rollup/rollup-win32-x64-msvc": {
  4116. "version": "4.60.2",
  4117. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
  4118. "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
  4119. "cpu": [
  4120. "x64"
  4121. ],
  4122. "license": "MIT",
  4123. "optional": true,
  4124. "os": [
  4125. "win32"
  4126. ]
  4127. },
  4128. "node_modules/@simple-git/args-pathspec": {
  4129. "version": "1.0.3",
  4130. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
  4131. "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
  4132. "license": "MIT"
  4133. },
  4134. "node_modules/@simple-git/argv-parser": {
  4135. "version": "1.1.1",
  4136. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
  4137. "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
  4138. "license": "MIT",
  4139. "dependencies": {
  4140. "@simple-git/args-pathspec": "^1.0.3"
  4141. }
  4142. },
  4143. "node_modules/@sindresorhus/is": {
  4144. "version": "7.2.0",
  4145. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  4146. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  4147. "license": "MIT",
  4148. "engines": {
  4149. "node": ">=18"
  4150. },
  4151. "funding": {
  4152. "url": "https://github.com/sindresorhus/is?sponsor=1"
  4153. }
  4154. },
  4155. "node_modules/@sindresorhus/merge-streams": {
  4156. "version": "4.0.0",
  4157. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  4158. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  4159. "license": "MIT",
  4160. "engines": {
  4161. "node": ">=18"
  4162. },
  4163. "funding": {
  4164. "url": "https://github.com/sponsors/sindresorhus"
  4165. }
  4166. },
  4167. "node_modules/@speed-highlight/core": {
  4168. "version": "1.2.15",
  4169. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  4170. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  4171. "license": "CC0-1.0"
  4172. },
  4173. "node_modules/@standard-schema/spec": {
  4174. "version": "1.0.0",
  4175. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
  4176. "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
  4177. "license": "MIT"
  4178. },
  4179. "node_modules/@swc/helpers": {
  4180. "version": "0.5.17",
  4181. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
  4182. "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
  4183. "license": "Apache-2.0",
  4184. "dependencies": {
  4185. "tslib": "^2.8.0"
  4186. }
  4187. },
  4188. "node_modules/@tailwindcss/node": {
  4189. "version": "4.1.17",
  4190. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
  4191. "integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==",
  4192. "license": "MIT",
  4193. "dependencies": {
  4194. "@jridgewell/remapping": "^2.3.4",
  4195. "enhanced-resolve": "^5.18.3",
  4196. "jiti": "^2.6.1",
  4197. "lightningcss": "1.30.2",
  4198. "magic-string": "^0.30.21",
  4199. "source-map-js": "^1.2.1",
  4200. "tailwindcss": "4.1.17"
  4201. }
  4202. },
  4203. "node_modules/@tailwindcss/oxide": {
  4204. "version": "4.1.17",
  4205. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz",
  4206. "integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==",
  4207. "license": "MIT",
  4208. "engines": {
  4209. "node": ">= 10"
  4210. },
  4211. "optionalDependencies": {
  4212. "@tailwindcss/oxide-android-arm64": "4.1.17",
  4213. "@tailwindcss/oxide-darwin-arm64": "4.1.17",
  4214. "@tailwindcss/oxide-darwin-x64": "4.1.17",
  4215. "@tailwindcss/oxide-freebsd-x64": "4.1.17",
  4216. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17",
  4217. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.17",
  4218. "@tailwindcss/oxide-linux-arm64-musl": "4.1.17",
  4219. "@tailwindcss/oxide-linux-x64-gnu": "4.1.17",
  4220. "@tailwindcss/oxide-linux-x64-musl": "4.1.17",
  4221. "@tailwindcss/oxide-wasm32-wasi": "4.1.17",
  4222. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.17",
  4223. "@tailwindcss/oxide-win32-x64-msvc": "4.1.17"
  4224. }
  4225. },
  4226. "node_modules/@tailwindcss/oxide-android-arm64": {
  4227. "version": "4.1.17",
  4228. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz",
  4229. "integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==",
  4230. "cpu": [
  4231. "arm64"
  4232. ],
  4233. "license": "MIT",
  4234. "optional": true,
  4235. "os": [
  4236. "android"
  4237. ],
  4238. "engines": {
  4239. "node": ">= 10"
  4240. }
  4241. },
  4242. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  4243. "version": "4.1.17",
  4244. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz",
  4245. "integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==",
  4246. "cpu": [
  4247. "arm64"
  4248. ],
  4249. "license": "MIT",
  4250. "optional": true,
  4251. "os": [
  4252. "darwin"
  4253. ],
  4254. "engines": {
  4255. "node": ">= 10"
  4256. }
  4257. },
  4258. "node_modules/@tailwindcss/oxide-darwin-x64": {
  4259. "version": "4.1.17",
  4260. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz",
  4261. "integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==",
  4262. "cpu": [
  4263. "x64"
  4264. ],
  4265. "license": "MIT",
  4266. "optional": true,
  4267. "os": [
  4268. "darwin"
  4269. ],
  4270. "engines": {
  4271. "node": ">= 10"
  4272. }
  4273. },
  4274. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  4275. "version": "4.1.17",
  4276. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz",
  4277. "integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==",
  4278. "cpu": [
  4279. "x64"
  4280. ],
  4281. "license": "MIT",
  4282. "optional": true,
  4283. "os": [
  4284. "freebsd"
  4285. ],
  4286. "engines": {
  4287. "node": ">= 10"
  4288. }
  4289. },
  4290. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  4291. "version": "4.1.17",
  4292. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz",
  4293. "integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==",
  4294. "cpu": [
  4295. "arm"
  4296. ],
  4297. "license": "MIT",
  4298. "optional": true,
  4299. "os": [
  4300. "linux"
  4301. ],
  4302. "engines": {
  4303. "node": ">= 10"
  4304. }
  4305. },
  4306. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  4307. "version": "4.1.17",
  4308. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz",
  4309. "integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==",
  4310. "cpu": [
  4311. "arm64"
  4312. ],
  4313. "license": "MIT",
  4314. "optional": true,
  4315. "os": [
  4316. "linux"
  4317. ],
  4318. "engines": {
  4319. "node": ">= 10"
  4320. }
  4321. },
  4322. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  4323. "version": "4.1.17",
  4324. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz",
  4325. "integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==",
  4326. "cpu": [
  4327. "arm64"
  4328. ],
  4329. "license": "MIT",
  4330. "optional": true,
  4331. "os": [
  4332. "linux"
  4333. ],
  4334. "engines": {
  4335. "node": ">= 10"
  4336. }
  4337. },
  4338. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  4339. "version": "4.1.17",
  4340. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz",
  4341. "integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==",
  4342. "cpu": [
  4343. "x64"
  4344. ],
  4345. "license": "MIT",
  4346. "optional": true,
  4347. "os": [
  4348. "linux"
  4349. ],
  4350. "engines": {
  4351. "node": ">= 10"
  4352. }
  4353. },
  4354. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  4355. "version": "4.1.17",
  4356. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz",
  4357. "integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==",
  4358. "cpu": [
  4359. "x64"
  4360. ],
  4361. "license": "MIT",
  4362. "optional": true,
  4363. "os": [
  4364. "linux"
  4365. ],
  4366. "engines": {
  4367. "node": ">= 10"
  4368. }
  4369. },
  4370. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  4371. "version": "4.1.17",
  4372. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz",
  4373. "integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==",
  4374. "bundleDependencies": [
  4375. "@napi-rs/wasm-runtime",
  4376. "@emnapi/core",
  4377. "@emnapi/runtime",
  4378. "@tybys/wasm-util",
  4379. "@emnapi/wasi-threads",
  4380. "tslib"
  4381. ],
  4382. "cpu": [
  4383. "wasm32"
  4384. ],
  4385. "license": "MIT",
  4386. "optional": true,
  4387. "dependencies": {
  4388. "@emnapi/core": "^1.6.0",
  4389. "@emnapi/runtime": "^1.6.0",
  4390. "@emnapi/wasi-threads": "^1.1.0",
  4391. "@napi-rs/wasm-runtime": "^1.0.7",
  4392. "@tybys/wasm-util": "^0.10.1",
  4393. "tslib": "^2.4.0"
  4394. },
  4395. "engines": {
  4396. "node": ">=14.0.0"
  4397. }
  4398. },
  4399. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  4400. "version": "4.1.17",
  4401. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz",
  4402. "integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==",
  4403. "cpu": [
  4404. "arm64"
  4405. ],
  4406. "license": "MIT",
  4407. "optional": true,
  4408. "os": [
  4409. "win32"
  4410. ],
  4411. "engines": {
  4412. "node": ">= 10"
  4413. }
  4414. },
  4415. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  4416. "version": "4.1.17",
  4417. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz",
  4418. "integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==",
  4419. "cpu": [
  4420. "x64"
  4421. ],
  4422. "license": "MIT",
  4423. "optional": true,
  4424. "os": [
  4425. "win32"
  4426. ],
  4427. "engines": {
  4428. "node": ">= 10"
  4429. }
  4430. },
  4431. "node_modules/@tailwindcss/postcss": {
  4432. "version": "4.1.17",
  4433. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.17.tgz",
  4434. "integrity": "sha512-+nKl9N9mN5uJ+M7dBOOCzINw94MPstNR/GtIhz1fpZysxL/4a+No64jCBD6CPN+bIHWFx3KWuu8XJRrj/572Dw==",
  4435. "license": "MIT",
  4436. "dependencies": {
  4437. "@alloc/quick-lru": "^5.2.0",
  4438. "@tailwindcss/node": "4.1.17",
  4439. "@tailwindcss/oxide": "4.1.17",
  4440. "postcss": "^8.4.41",
  4441. "tailwindcss": "4.1.17"
  4442. }
  4443. },
  4444. "node_modules/@tailwindcss/vite": {
  4445. "version": "4.1.17",
  4446. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz",
  4447. "integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==",
  4448. "license": "MIT",
  4449. "dependencies": {
  4450. "@tailwindcss/node": "4.1.17",
  4451. "@tailwindcss/oxide": "4.1.17",
  4452. "tailwindcss": "4.1.17"
  4453. },
  4454. "peerDependencies": {
  4455. "vite": "^5.2.0 || ^6 || ^7"
  4456. }
  4457. },
  4458. "node_modules/@tanstack/table-core": {
  4459. "version": "8.21.3",
  4460. "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
  4461. "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
  4462. "license": "MIT",
  4463. "engines": {
  4464. "node": ">=12"
  4465. },
  4466. "funding": {
  4467. "type": "github",
  4468. "url": "https://github.com/sponsors/tannerlinsley"
  4469. }
  4470. },
  4471. "node_modules/@tanstack/virtual-core": {
  4472. "version": "3.13.12",
  4473. "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
  4474. "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
  4475. "license": "MIT",
  4476. "funding": {
  4477. "type": "github",
  4478. "url": "https://github.com/sponsors/tannerlinsley"
  4479. }
  4480. },
  4481. "node_modules/@tanstack/vue-table": {
  4482. "version": "8.21.3",
  4483. "resolved": "https://registry.npmjs.org/@tanstack/vue-table/-/vue-table-8.21.3.tgz",
  4484. "integrity": "sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==",
  4485. "license": "MIT",
  4486. "dependencies": {
  4487. "@tanstack/table-core": "8.21.3"
  4488. },
  4489. "engines": {
  4490. "node": ">=12"
  4491. },
  4492. "funding": {
  4493. "type": "github",
  4494. "url": "https://github.com/sponsors/tannerlinsley"
  4495. },
  4496. "peerDependencies": {
  4497. "vue": ">=3.2"
  4498. }
  4499. },
  4500. "node_modules/@tanstack/vue-virtual": {
  4501. "version": "3.13.12",
  4502. "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz",
  4503. "integrity": "sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==",
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "@tanstack/virtual-core": "3.13.12"
  4507. },
  4508. "funding": {
  4509. "type": "github",
  4510. "url": "https://github.com/sponsors/tannerlinsley"
  4511. },
  4512. "peerDependencies": {
  4513. "vue": "^2.7.0 || ^3.0.0"
  4514. }
  4515. },
  4516. "node_modules/@tybys/wasm-util": {
  4517. "version": "0.10.1",
  4518. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  4519. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  4520. "license": "MIT",
  4521. "optional": true,
  4522. "dependencies": {
  4523. "tslib": "^2.4.0"
  4524. }
  4525. },
  4526. "node_modules/@types/estree": {
  4527. "version": "1.0.8",
  4528. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  4529. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  4530. "license": "MIT"
  4531. },
  4532. "node_modules/@types/parse-path": {
  4533. "version": "7.0.3",
  4534. "resolved": "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz",
  4535. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  4536. "license": "MIT"
  4537. },
  4538. "node_modules/@types/resolve": {
  4539. "version": "1.20.2",
  4540. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  4541. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  4542. "license": "MIT"
  4543. },
  4544. "node_modules/@types/web-bluetooth": {
  4545. "version": "0.0.21",
  4546. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  4547. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  4548. "license": "MIT"
  4549. },
  4550. "node_modules/@unhead/vue": {
  4551. "version": "2.1.13",
  4552. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  4553. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  4554. "license": "MIT",
  4555. "dependencies": {
  4556. "hookable": "^6.0.1",
  4557. "unhead": "2.1.13"
  4558. },
  4559. "funding": {
  4560. "url": "https://github.com/sponsors/harlan-zw"
  4561. },
  4562. "peerDependencies": {
  4563. "vue": ">=3.5.18"
  4564. }
  4565. },
  4566. "node_modules/@unhead/vue/node_modules/hookable": {
  4567. "version": "6.1.1",
  4568. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  4569. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  4570. "license": "MIT"
  4571. },
  4572. "node_modules/@vercel/nft": {
  4573. "version": "1.5.0",
  4574. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  4575. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  4576. "license": "MIT",
  4577. "dependencies": {
  4578. "@mapbox/node-pre-gyp": "^2.0.0",
  4579. "@rollup/pluginutils": "^5.1.3",
  4580. "acorn": "^8.6.0",
  4581. "acorn-import-attributes": "^1.9.5",
  4582. "async-sema": "^3.1.1",
  4583. "bindings": "^1.4.0",
  4584. "estree-walker": "2.0.2",
  4585. "glob": "^13.0.0",
  4586. "graceful-fs": "^4.2.9",
  4587. "node-gyp-build": "^4.2.2",
  4588. "picomatch": "^4.0.2",
  4589. "resolve-from": "^5.0.0"
  4590. },
  4591. "bin": {
  4592. "nft": "out/cli.js"
  4593. },
  4594. "engines": {
  4595. "node": ">=20"
  4596. }
  4597. },
  4598. "node_modules/@vercel/nft/node_modules/balanced-match": {
  4599. "version": "4.0.4",
  4600. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4601. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4602. "license": "MIT",
  4603. "engines": {
  4604. "node": "18 || 20 || >=22"
  4605. }
  4606. },
  4607. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  4608. "version": "5.0.5",
  4609. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4610. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4611. "license": "MIT",
  4612. "dependencies": {
  4613. "balanced-match": "^4.0.2"
  4614. },
  4615. "engines": {
  4616. "node": "18 || 20 || >=22"
  4617. }
  4618. },
  4619. "node_modules/@vercel/nft/node_modules/glob": {
  4620. "version": "13.0.6",
  4621. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  4622. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  4623. "license": "BlueOak-1.0.0",
  4624. "dependencies": {
  4625. "minimatch": "^10.2.2",
  4626. "minipass": "^7.1.3",
  4627. "path-scurry": "^2.0.2"
  4628. },
  4629. "engines": {
  4630. "node": "18 || 20 || >=22"
  4631. },
  4632. "funding": {
  4633. "url": "https://github.com/sponsors/isaacs"
  4634. }
  4635. },
  4636. "node_modules/@vercel/nft/node_modules/lru-cache": {
  4637. "version": "11.3.5",
  4638. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  4639. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  4640. "license": "BlueOak-1.0.0",
  4641. "engines": {
  4642. "node": "20 || >=22"
  4643. }
  4644. },
  4645. "node_modules/@vercel/nft/node_modules/minimatch": {
  4646. "version": "10.2.5",
  4647. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4648. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4649. "license": "BlueOak-1.0.0",
  4650. "dependencies": {
  4651. "brace-expansion": "^5.0.5"
  4652. },
  4653. "engines": {
  4654. "node": "18 || 20 || >=22"
  4655. },
  4656. "funding": {
  4657. "url": "https://github.com/sponsors/isaacs"
  4658. }
  4659. },
  4660. "node_modules/@vercel/nft/node_modules/path-scurry": {
  4661. "version": "2.0.2",
  4662. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  4663. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  4664. "license": "BlueOak-1.0.0",
  4665. "dependencies": {
  4666. "lru-cache": "^11.0.0",
  4667. "minipass": "^7.1.2"
  4668. },
  4669. "engines": {
  4670. "node": "18 || 20 || >=22"
  4671. },
  4672. "funding": {
  4673. "url": "https://github.com/sponsors/isaacs"
  4674. }
  4675. },
  4676. "node_modules/@vitejs/plugin-vue": {
  4677. "version": "6.0.1",
  4678. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
  4679. "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
  4680. "license": "MIT",
  4681. "dependencies": {
  4682. "@rolldown/pluginutils": "1.0.0-beta.29"
  4683. },
  4684. "engines": {
  4685. "node": "^20.19.0 || >=22.12.0"
  4686. },
  4687. "peerDependencies": {
  4688. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4689. "vue": "^3.2.25"
  4690. }
  4691. },
  4692. "node_modules/@vitejs/plugin-vue-jsx": {
  4693. "version": "5.1.1",
  4694. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz",
  4695. "integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==",
  4696. "license": "MIT",
  4697. "dependencies": {
  4698. "@babel/core": "^7.28.3",
  4699. "@babel/plugin-syntax-typescript": "^7.27.1",
  4700. "@babel/plugin-transform-typescript": "^7.28.0",
  4701. "@rolldown/pluginutils": "^1.0.0-beta.34",
  4702. "@vue/babel-plugin-jsx": "^1.5.0"
  4703. },
  4704. "engines": {
  4705. "node": "^20.19.0 || >=22.12.0"
  4706. },
  4707. "peerDependencies": {
  4708. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4709. "vue": "^3.0.0"
  4710. }
  4711. },
  4712. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  4713. "version": "1.0.0-beta.45",
  4714. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.45.tgz",
  4715. "integrity": "sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==",
  4716. "license": "MIT"
  4717. },
  4718. "node_modules/@volar/language-core": {
  4719. "version": "2.4.23",
  4720. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz",
  4721. "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==",
  4722. "license": "MIT",
  4723. "dependencies": {
  4724. "@volar/source-map": "2.4.23"
  4725. }
  4726. },
  4727. "node_modules/@volar/source-map": {
  4728. "version": "2.4.23",
  4729. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz",
  4730. "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==",
  4731. "license": "MIT"
  4732. },
  4733. "node_modules/@vue-macros/common": {
  4734. "version": "3.1.1",
  4735. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.1.tgz",
  4736. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "@vue/compiler-sfc": "^3.5.22",
  4740. "ast-kit": "^2.1.2",
  4741. "local-pkg": "^1.1.2",
  4742. "magic-string-ast": "^1.0.2",
  4743. "unplugin-utils": "^0.3.0"
  4744. },
  4745. "engines": {
  4746. "node": ">=20.19.0"
  4747. },
  4748. "funding": {
  4749. "url": "https://github.com/sponsors/vue-macros"
  4750. },
  4751. "peerDependencies": {
  4752. "vue": "^2.7.0 || ^3.2.25"
  4753. },
  4754. "peerDependenciesMeta": {
  4755. "vue": {
  4756. "optional": true
  4757. }
  4758. }
  4759. },
  4760. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  4761. "version": "0.3.1",
  4762. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4763. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4764. "license": "MIT",
  4765. "dependencies": {
  4766. "pathe": "^2.0.3",
  4767. "picomatch": "^4.0.3"
  4768. },
  4769. "engines": {
  4770. "node": ">=20.19.0"
  4771. },
  4772. "funding": {
  4773. "url": "https://github.com/sponsors/sxzz"
  4774. }
  4775. },
  4776. "node_modules/@vue/babel-helper-vue-transform-on": {
  4777. "version": "1.5.0",
  4778. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  4779. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  4780. "license": "MIT"
  4781. },
  4782. "node_modules/@vue/babel-plugin-jsx": {
  4783. "version": "1.5.0",
  4784. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  4785. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  4786. "license": "MIT",
  4787. "dependencies": {
  4788. "@babel/helper-module-imports": "^7.27.1",
  4789. "@babel/helper-plugin-utils": "^7.27.1",
  4790. "@babel/plugin-syntax-jsx": "^7.27.1",
  4791. "@babel/template": "^7.27.2",
  4792. "@babel/traverse": "^7.28.0",
  4793. "@babel/types": "^7.28.2",
  4794. "@vue/babel-helper-vue-transform-on": "1.5.0",
  4795. "@vue/babel-plugin-resolve-type": "1.5.0",
  4796. "@vue/shared": "^3.5.18"
  4797. },
  4798. "peerDependencies": {
  4799. "@babel/core": "^7.0.0-0"
  4800. },
  4801. "peerDependenciesMeta": {
  4802. "@babel/core": {
  4803. "optional": true
  4804. }
  4805. }
  4806. },
  4807. "node_modules/@vue/babel-plugin-resolve-type": {
  4808. "version": "1.5.0",
  4809. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  4810. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  4811. "license": "MIT",
  4812. "dependencies": {
  4813. "@babel/code-frame": "^7.27.1",
  4814. "@babel/helper-module-imports": "^7.27.1",
  4815. "@babel/helper-plugin-utils": "^7.27.1",
  4816. "@babel/parser": "^7.28.0",
  4817. "@vue/compiler-sfc": "^3.5.18"
  4818. },
  4819. "funding": {
  4820. "url": "https://github.com/sponsors/sxzz"
  4821. },
  4822. "peerDependencies": {
  4823. "@babel/core": "^7.0.0-0"
  4824. }
  4825. },
  4826. "node_modules/@vue/compiler-core": {
  4827. "version": "3.5.22",
  4828. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
  4829. "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
  4830. "license": "MIT",
  4831. "dependencies": {
  4832. "@babel/parser": "^7.28.4",
  4833. "@vue/shared": "3.5.22",
  4834. "entities": "^4.5.0",
  4835. "estree-walker": "^2.0.2",
  4836. "source-map-js": "^1.2.1"
  4837. }
  4838. },
  4839. "node_modules/@vue/compiler-dom": {
  4840. "version": "3.5.22",
  4841. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
  4842. "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
  4843. "license": "MIT",
  4844. "dependencies": {
  4845. "@vue/compiler-core": "3.5.22",
  4846. "@vue/shared": "3.5.22"
  4847. }
  4848. },
  4849. "node_modules/@vue/compiler-sfc": {
  4850. "version": "3.5.22",
  4851. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
  4852. "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
  4853. "license": "MIT",
  4854. "peer": true,
  4855. "dependencies": {
  4856. "@babel/parser": "^7.28.4",
  4857. "@vue/compiler-core": "3.5.22",
  4858. "@vue/compiler-dom": "3.5.22",
  4859. "@vue/compiler-ssr": "3.5.22",
  4860. "@vue/shared": "3.5.22",
  4861. "estree-walker": "^2.0.2",
  4862. "magic-string": "^0.30.19",
  4863. "postcss": "^8.5.6",
  4864. "source-map-js": "^1.2.1"
  4865. }
  4866. },
  4867. "node_modules/@vue/compiler-ssr": {
  4868. "version": "3.5.22",
  4869. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
  4870. "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
  4871. "license": "MIT",
  4872. "dependencies": {
  4873. "@vue/compiler-dom": "3.5.22",
  4874. "@vue/shared": "3.5.22"
  4875. }
  4876. },
  4877. "node_modules/@vue/devtools-api": {
  4878. "version": "6.6.4",
  4879. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4880. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4881. "license": "MIT"
  4882. },
  4883. "node_modules/@vue/devtools-core": {
  4884. "version": "7.7.7",
  4885. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  4886. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  4887. "license": "MIT",
  4888. "dependencies": {
  4889. "@vue/devtools-kit": "^7.7.7",
  4890. "@vue/devtools-shared": "^7.7.7",
  4891. "mitt": "^3.0.1",
  4892. "nanoid": "^5.1.0",
  4893. "pathe": "^2.0.3",
  4894. "vite-hot-client": "^2.0.4"
  4895. },
  4896. "peerDependencies": {
  4897. "vue": "^3.0.0"
  4898. }
  4899. },
  4900. "node_modules/@vue/devtools-kit": {
  4901. "version": "7.7.7",
  4902. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  4903. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  4904. "license": "MIT",
  4905. "dependencies": {
  4906. "@vue/devtools-shared": "^7.7.7",
  4907. "birpc": "^2.3.0",
  4908. "hookable": "^5.5.3",
  4909. "mitt": "^3.0.1",
  4910. "perfect-debounce": "^1.0.0",
  4911. "speakingurl": "^14.0.1",
  4912. "superjson": "^2.2.2"
  4913. }
  4914. },
  4915. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  4916. "version": "1.0.0",
  4917. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4918. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4919. "license": "MIT"
  4920. },
  4921. "node_modules/@vue/devtools-shared": {
  4922. "version": "7.7.7",
  4923. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  4924. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  4925. "license": "MIT",
  4926. "dependencies": {
  4927. "rfdc": "^1.4.1"
  4928. }
  4929. },
  4930. "node_modules/@vue/language-core": {
  4931. "version": "3.1.2",
  4932. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
  4933. "integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
  4934. "license": "MIT",
  4935. "dependencies": {
  4936. "@volar/language-core": "2.4.23",
  4937. "@vue/compiler-dom": "^3.5.0",
  4938. "@vue/shared": "^3.5.0",
  4939. "alien-signals": "^3.0.0",
  4940. "muggle-string": "^0.4.1",
  4941. "path-browserify": "^1.0.1",
  4942. "picomatch": "^4.0.2"
  4943. },
  4944. "peerDependencies": {
  4945. "typescript": "*"
  4946. },
  4947. "peerDependenciesMeta": {
  4948. "typescript": {
  4949. "optional": true
  4950. }
  4951. }
  4952. },
  4953. "node_modules/@vue/reactivity": {
  4954. "version": "3.5.22",
  4955. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz",
  4956. "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
  4957. "license": "MIT",
  4958. "dependencies": {
  4959. "@vue/shared": "3.5.22"
  4960. }
  4961. },
  4962. "node_modules/@vue/runtime-core": {
  4963. "version": "3.5.22",
  4964. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
  4965. "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
  4966. "license": "MIT",
  4967. "dependencies": {
  4968. "@vue/reactivity": "3.5.22",
  4969. "@vue/shared": "3.5.22"
  4970. }
  4971. },
  4972. "node_modules/@vue/runtime-dom": {
  4973. "version": "3.5.22",
  4974. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
  4975. "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
  4976. "license": "MIT",
  4977. "dependencies": {
  4978. "@vue/reactivity": "3.5.22",
  4979. "@vue/runtime-core": "3.5.22",
  4980. "@vue/shared": "3.5.22",
  4981. "csstype": "^3.1.3"
  4982. }
  4983. },
  4984. "node_modules/@vue/server-renderer": {
  4985. "version": "3.5.22",
  4986. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
  4987. "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
  4988. "license": "MIT",
  4989. "dependencies": {
  4990. "@vue/compiler-ssr": "3.5.22",
  4991. "@vue/shared": "3.5.22"
  4992. },
  4993. "peerDependencies": {
  4994. "vue": "3.5.22"
  4995. }
  4996. },
  4997. "node_modules/@vue/shared": {
  4998. "version": "3.5.22",
  4999. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz",
  5000. "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
  5001. "license": "MIT"
  5002. },
  5003. "node_modules/@vueuse/core": {
  5004. "version": "13.9.0",
  5005. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.9.0.tgz",
  5006. "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==",
  5007. "license": "MIT",
  5008. "peer": true,
  5009. "dependencies": {
  5010. "@types/web-bluetooth": "^0.0.21",
  5011. "@vueuse/metadata": "13.9.0",
  5012. "@vueuse/shared": "13.9.0"
  5013. },
  5014. "funding": {
  5015. "url": "https://github.com/sponsors/antfu"
  5016. },
  5017. "peerDependencies": {
  5018. "vue": "^3.5.0"
  5019. }
  5020. },
  5021. "node_modules/@vueuse/integrations": {
  5022. "version": "13.9.0",
  5023. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.9.0.tgz",
  5024. "integrity": "sha512-SDobKBbPIOe0cVL7QxMzGkuUGHvWTdihi9zOrrWaWUgFKe15cwEcwfWmgrcNzjT6kHnNmWuTajPHoIzUjYNYYQ==",
  5025. "license": "MIT",
  5026. "dependencies": {
  5027. "@vueuse/core": "13.9.0",
  5028. "@vueuse/shared": "13.9.0"
  5029. },
  5030. "funding": {
  5031. "url": "https://github.com/sponsors/antfu"
  5032. },
  5033. "peerDependencies": {
  5034. "async-validator": "^4",
  5035. "axios": "^1",
  5036. "change-case": "^5",
  5037. "drauu": "^0.4",
  5038. "focus-trap": "^7",
  5039. "fuse.js": "^7",
  5040. "idb-keyval": "^6",
  5041. "jwt-decode": "^4",
  5042. "nprogress": "^0.2",
  5043. "qrcode": "^1.5",
  5044. "sortablejs": "^1",
  5045. "universal-cookie": "^7 || ^8",
  5046. "vue": "^3.5.0"
  5047. },
  5048. "peerDependenciesMeta": {
  5049. "async-validator": {
  5050. "optional": true
  5051. },
  5052. "axios": {
  5053. "optional": true
  5054. },
  5055. "change-case": {
  5056. "optional": true
  5057. },
  5058. "drauu": {
  5059. "optional": true
  5060. },
  5061. "focus-trap": {
  5062. "optional": true
  5063. },
  5064. "fuse.js": {
  5065. "optional": true
  5066. },
  5067. "idb-keyval": {
  5068. "optional": true
  5069. },
  5070. "jwt-decode": {
  5071. "optional": true
  5072. },
  5073. "nprogress": {
  5074. "optional": true
  5075. },
  5076. "qrcode": {
  5077. "optional": true
  5078. },
  5079. "sortablejs": {
  5080. "optional": true
  5081. },
  5082. "universal-cookie": {
  5083. "optional": true
  5084. }
  5085. }
  5086. },
  5087. "node_modules/@vueuse/metadata": {
  5088. "version": "13.9.0",
  5089. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.9.0.tgz",
  5090. "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==",
  5091. "license": "MIT",
  5092. "funding": {
  5093. "url": "https://github.com/sponsors/antfu"
  5094. }
  5095. },
  5096. "node_modules/@vueuse/shared": {
  5097. "version": "13.9.0",
  5098. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.9.0.tgz",
  5099. "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==",
  5100. "license": "MIT",
  5101. "funding": {
  5102. "url": "https://github.com/sponsors/antfu"
  5103. },
  5104. "peerDependencies": {
  5105. "vue": "^3.5.0"
  5106. }
  5107. },
  5108. "node_modules/abbrev": {
  5109. "version": "3.0.1",
  5110. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  5111. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5112. "license": "ISC",
  5113. "engines": {
  5114. "node": "^18.17.0 || >=20.5.0"
  5115. }
  5116. },
  5117. "node_modules/abort-controller": {
  5118. "version": "3.0.0",
  5119. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  5120. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5121. "license": "MIT",
  5122. "dependencies": {
  5123. "event-target-shim": "^5.0.0"
  5124. },
  5125. "engines": {
  5126. "node": ">=6.5"
  5127. }
  5128. },
  5129. "node_modules/acorn": {
  5130. "version": "8.16.0",
  5131. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  5132. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  5133. "license": "MIT",
  5134. "peer": true,
  5135. "bin": {
  5136. "acorn": "bin/acorn"
  5137. },
  5138. "engines": {
  5139. "node": ">=0.4.0"
  5140. }
  5141. },
  5142. "node_modules/acorn-import-attributes": {
  5143. "version": "1.9.5",
  5144. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5145. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5146. "license": "MIT",
  5147. "peerDependencies": {
  5148. "acorn": "^8"
  5149. }
  5150. },
  5151. "node_modules/agent-base": {
  5152. "version": "7.1.4",
  5153. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  5154. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5155. "license": "MIT",
  5156. "engines": {
  5157. "node": ">= 14"
  5158. }
  5159. },
  5160. "node_modules/alien-signals": {
  5161. "version": "3.0.3",
  5162. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
  5163. "integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
  5164. "license": "MIT"
  5165. },
  5166. "node_modules/ansi-regex": {
  5167. "version": "6.2.2",
  5168. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5169. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5170. "license": "MIT",
  5171. "engines": {
  5172. "node": ">=12"
  5173. },
  5174. "funding": {
  5175. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5176. }
  5177. },
  5178. "node_modules/ansi-styles": {
  5179. "version": "6.2.3",
  5180. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5181. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5182. "license": "MIT",
  5183. "engines": {
  5184. "node": ">=12"
  5185. },
  5186. "funding": {
  5187. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5188. }
  5189. },
  5190. "node_modules/ansis": {
  5191. "version": "4.2.0",
  5192. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5193. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5194. "license": "ISC",
  5195. "engines": {
  5196. "node": ">=14"
  5197. }
  5198. },
  5199. "node_modules/anymatch": {
  5200. "version": "3.1.3",
  5201. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5202. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5203. "license": "ISC",
  5204. "dependencies": {
  5205. "normalize-path": "^3.0.0",
  5206. "picomatch": "^2.0.4"
  5207. },
  5208. "engines": {
  5209. "node": ">= 8"
  5210. }
  5211. },
  5212. "node_modules/anymatch/node_modules/picomatch": {
  5213. "version": "2.3.2",
  5214. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5215. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5216. "license": "MIT",
  5217. "engines": {
  5218. "node": ">=8.6"
  5219. },
  5220. "funding": {
  5221. "url": "https://github.com/sponsors/jonschlinkert"
  5222. }
  5223. },
  5224. "node_modules/archiver": {
  5225. "version": "7.0.1",
  5226. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  5227. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5228. "license": "MIT",
  5229. "dependencies": {
  5230. "archiver-utils": "^5.0.2",
  5231. "async": "^3.2.4",
  5232. "buffer-crc32": "^1.0.0",
  5233. "readable-stream": "^4.0.0",
  5234. "readdir-glob": "^1.1.2",
  5235. "tar-stream": "^3.0.0",
  5236. "zip-stream": "^6.0.1"
  5237. },
  5238. "engines": {
  5239. "node": ">= 14"
  5240. }
  5241. },
  5242. "node_modules/archiver-utils": {
  5243. "version": "5.0.2",
  5244. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5245. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5246. "license": "MIT",
  5247. "dependencies": {
  5248. "glob": "^10.0.0",
  5249. "graceful-fs": "^4.2.0",
  5250. "is-stream": "^2.0.1",
  5251. "lazystream": "^1.0.0",
  5252. "lodash": "^4.17.15",
  5253. "normalize-path": "^3.0.0",
  5254. "readable-stream": "^4.0.0"
  5255. },
  5256. "engines": {
  5257. "node": ">= 14"
  5258. }
  5259. },
  5260. "node_modules/archiver-utils/node_modules/is-stream": {
  5261. "version": "2.0.1",
  5262. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5263. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5264. "license": "MIT",
  5265. "engines": {
  5266. "node": ">=8"
  5267. },
  5268. "funding": {
  5269. "url": "https://github.com/sponsors/sindresorhus"
  5270. }
  5271. },
  5272. "node_modules/aria-hidden": {
  5273. "version": "1.2.6",
  5274. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  5275. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  5276. "license": "MIT",
  5277. "dependencies": {
  5278. "tslib": "^2.0.0"
  5279. },
  5280. "engines": {
  5281. "node": ">=10"
  5282. }
  5283. },
  5284. "node_modules/ast-kit": {
  5285. "version": "2.1.3",
  5286. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.1.3.tgz",
  5287. "integrity": "sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==",
  5288. "license": "MIT",
  5289. "dependencies": {
  5290. "@babel/parser": "^7.28.4",
  5291. "pathe": "^2.0.3"
  5292. },
  5293. "engines": {
  5294. "node": ">=20.19.0"
  5295. },
  5296. "funding": {
  5297. "url": "https://github.com/sponsors/sxzz"
  5298. }
  5299. },
  5300. "node_modules/ast-walker-scope": {
  5301. "version": "0.8.3",
  5302. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  5303. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  5304. "license": "MIT",
  5305. "dependencies": {
  5306. "@babel/parser": "^7.28.4",
  5307. "ast-kit": "^2.1.3"
  5308. },
  5309. "engines": {
  5310. "node": ">=20.19.0"
  5311. },
  5312. "funding": {
  5313. "url": "https://github.com/sponsors/sxzz"
  5314. }
  5315. },
  5316. "node_modules/async": {
  5317. "version": "3.2.6",
  5318. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  5319. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  5320. "license": "MIT"
  5321. },
  5322. "node_modules/async-sema": {
  5323. "version": "3.1.1",
  5324. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  5325. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  5326. "license": "MIT"
  5327. },
  5328. "node_modules/autoprefixer": {
  5329. "version": "10.4.21",
  5330. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  5331. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  5332. "funding": [
  5333. {
  5334. "type": "opencollective",
  5335. "url": "https://opencollective.com/postcss/"
  5336. },
  5337. {
  5338. "type": "tidelift",
  5339. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  5340. },
  5341. {
  5342. "type": "github",
  5343. "url": "https://github.com/sponsors/ai"
  5344. }
  5345. ],
  5346. "license": "MIT",
  5347. "dependencies": {
  5348. "browserslist": "^4.24.4",
  5349. "caniuse-lite": "^1.0.30001702",
  5350. "fraction.js": "^4.3.7",
  5351. "normalize-range": "^0.1.2",
  5352. "picocolors": "^1.1.1",
  5353. "postcss-value-parser": "^4.2.0"
  5354. },
  5355. "bin": {
  5356. "autoprefixer": "bin/autoprefixer"
  5357. },
  5358. "engines": {
  5359. "node": "^10 || ^12 || >=14"
  5360. },
  5361. "peerDependencies": {
  5362. "postcss": "^8.1.0"
  5363. }
  5364. },
  5365. "node_modules/b4a": {
  5366. "version": "1.7.3",
  5367. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
  5368. "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
  5369. "license": "Apache-2.0",
  5370. "peerDependencies": {
  5371. "react-native-b4a": "*"
  5372. },
  5373. "peerDependenciesMeta": {
  5374. "react-native-b4a": {
  5375. "optional": true
  5376. }
  5377. }
  5378. },
  5379. "node_modules/balanced-match": {
  5380. "version": "1.0.2",
  5381. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5382. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5383. "license": "MIT"
  5384. },
  5385. "node_modules/bare-events": {
  5386. "version": "2.8.1",
  5387. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
  5388. "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
  5389. "license": "Apache-2.0",
  5390. "peerDependencies": {
  5391. "bare-abort-controller": "*"
  5392. },
  5393. "peerDependenciesMeta": {
  5394. "bare-abort-controller": {
  5395. "optional": true
  5396. }
  5397. }
  5398. },
  5399. "node_modules/base64-js": {
  5400. "version": "1.5.1",
  5401. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5402. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5403. "funding": [
  5404. {
  5405. "type": "github",
  5406. "url": "https://github.com/sponsors/feross"
  5407. },
  5408. {
  5409. "type": "patreon",
  5410. "url": "https://www.patreon.com/feross"
  5411. },
  5412. {
  5413. "type": "consulting",
  5414. "url": "https://feross.org/support"
  5415. }
  5416. ],
  5417. "license": "MIT"
  5418. },
  5419. "node_modules/baseline-browser-mapping": {
  5420. "version": "2.8.20",
  5421. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  5422. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  5423. "license": "Apache-2.0",
  5424. "bin": {
  5425. "baseline-browser-mapping": "dist/cli.js"
  5426. }
  5427. },
  5428. "node_modules/bindings": {
  5429. "version": "1.5.0",
  5430. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5431. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5432. "license": "MIT",
  5433. "dependencies": {
  5434. "file-uri-to-path": "1.0.0"
  5435. }
  5436. },
  5437. "node_modules/birpc": {
  5438. "version": "2.6.1",
  5439. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.6.1.tgz",
  5440. "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
  5441. "license": "MIT",
  5442. "funding": {
  5443. "url": "https://github.com/sponsors/antfu"
  5444. }
  5445. },
  5446. "node_modules/boolbase": {
  5447. "version": "1.0.0",
  5448. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5449. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  5450. "license": "ISC"
  5451. },
  5452. "node_modules/brace-expansion": {
  5453. "version": "2.1.0",
  5454. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  5455. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  5456. "license": "MIT",
  5457. "dependencies": {
  5458. "balanced-match": "^1.0.0"
  5459. }
  5460. },
  5461. "node_modules/braces": {
  5462. "version": "3.0.3",
  5463. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5464. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5465. "license": "MIT",
  5466. "dependencies": {
  5467. "fill-range": "^7.1.1"
  5468. },
  5469. "engines": {
  5470. "node": ">=8"
  5471. }
  5472. },
  5473. "node_modules/brotli": {
  5474. "version": "1.3.3",
  5475. "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
  5476. "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
  5477. "license": "MIT",
  5478. "dependencies": {
  5479. "base64-js": "^1.1.2"
  5480. }
  5481. },
  5482. "node_modules/browserslist": {
  5483. "version": "4.27.0",
  5484. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  5485. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  5486. "funding": [
  5487. {
  5488. "type": "opencollective",
  5489. "url": "https://opencollective.com/browserslist"
  5490. },
  5491. {
  5492. "type": "tidelift",
  5493. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5494. },
  5495. {
  5496. "type": "github",
  5497. "url": "https://github.com/sponsors/ai"
  5498. }
  5499. ],
  5500. "license": "MIT",
  5501. "peer": true,
  5502. "dependencies": {
  5503. "baseline-browser-mapping": "^2.8.19",
  5504. "caniuse-lite": "^1.0.30001751",
  5505. "electron-to-chromium": "^1.5.238",
  5506. "node-releases": "^2.0.26",
  5507. "update-browserslist-db": "^1.1.4"
  5508. },
  5509. "bin": {
  5510. "browserslist": "cli.js"
  5511. },
  5512. "engines": {
  5513. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5514. }
  5515. },
  5516. "node_modules/buffer": {
  5517. "version": "6.0.3",
  5518. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  5519. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  5520. "funding": [
  5521. {
  5522. "type": "github",
  5523. "url": "https://github.com/sponsors/feross"
  5524. },
  5525. {
  5526. "type": "patreon",
  5527. "url": "https://www.patreon.com/feross"
  5528. },
  5529. {
  5530. "type": "consulting",
  5531. "url": "https://feross.org/support"
  5532. }
  5533. ],
  5534. "license": "MIT",
  5535. "dependencies": {
  5536. "base64-js": "^1.3.1",
  5537. "ieee754": "^1.2.1"
  5538. }
  5539. },
  5540. "node_modules/buffer-crc32": {
  5541. "version": "1.0.0",
  5542. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  5543. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  5544. "license": "MIT",
  5545. "engines": {
  5546. "node": ">=8.0.0"
  5547. }
  5548. },
  5549. "node_modules/buffer-from": {
  5550. "version": "1.1.2",
  5551. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5552. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5553. "license": "MIT"
  5554. },
  5555. "node_modules/bundle-name": {
  5556. "version": "4.1.0",
  5557. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  5558. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  5559. "license": "MIT",
  5560. "dependencies": {
  5561. "run-applescript": "^7.0.0"
  5562. },
  5563. "engines": {
  5564. "node": ">=18"
  5565. },
  5566. "funding": {
  5567. "url": "https://github.com/sponsors/sindresorhus"
  5568. }
  5569. },
  5570. "node_modules/c12": {
  5571. "version": "3.3.4",
  5572. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  5573. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  5574. "license": "MIT",
  5575. "dependencies": {
  5576. "chokidar": "^5.0.0",
  5577. "confbox": "^0.2.4",
  5578. "defu": "^6.1.6",
  5579. "dotenv": "^17.3.1",
  5580. "exsolve": "^1.0.8",
  5581. "giget": "^3.2.0",
  5582. "jiti": "^2.6.1",
  5583. "ohash": "^2.0.11",
  5584. "pathe": "^2.0.3",
  5585. "perfect-debounce": "^2.1.0",
  5586. "pkg-types": "^2.3.0",
  5587. "rc9": "^3.0.1"
  5588. },
  5589. "peerDependencies": {
  5590. "magicast": "*"
  5591. },
  5592. "peerDependenciesMeta": {
  5593. "magicast": {
  5594. "optional": true
  5595. }
  5596. }
  5597. },
  5598. "node_modules/c12/node_modules/chokidar": {
  5599. "version": "5.0.0",
  5600. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  5601. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  5602. "license": "MIT",
  5603. "dependencies": {
  5604. "readdirp": "^5.0.0"
  5605. },
  5606. "engines": {
  5607. "node": ">= 20.19.0"
  5608. },
  5609. "funding": {
  5610. "url": "https://paulmillr.com/funding/"
  5611. }
  5612. },
  5613. "node_modules/c12/node_modules/dotenv": {
  5614. "version": "17.4.2",
  5615. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  5616. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  5617. "license": "BSD-2-Clause",
  5618. "engines": {
  5619. "node": ">=12"
  5620. },
  5621. "funding": {
  5622. "url": "https://dotenvx.com"
  5623. }
  5624. },
  5625. "node_modules/c12/node_modules/rc9": {
  5626. "version": "3.0.1",
  5627. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  5628. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  5629. "license": "MIT",
  5630. "dependencies": {
  5631. "defu": "^6.1.6",
  5632. "destr": "^2.0.5"
  5633. }
  5634. },
  5635. "node_modules/c12/node_modules/readdirp": {
  5636. "version": "5.0.0",
  5637. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5638. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5639. "license": "MIT",
  5640. "engines": {
  5641. "node": ">= 20.19.0"
  5642. },
  5643. "funding": {
  5644. "type": "individual",
  5645. "url": "https://paulmillr.com/funding/"
  5646. }
  5647. },
  5648. "node_modules/cac": {
  5649. "version": "6.7.14",
  5650. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  5651. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  5652. "license": "MIT",
  5653. "peer": true,
  5654. "engines": {
  5655. "node": ">=8"
  5656. }
  5657. },
  5658. "node_modules/caniuse-api": {
  5659. "version": "3.0.0",
  5660. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5661. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5662. "license": "MIT",
  5663. "dependencies": {
  5664. "browserslist": "^4.0.0",
  5665. "caniuse-lite": "^1.0.0",
  5666. "lodash.memoize": "^4.1.2",
  5667. "lodash.uniq": "^4.5.0"
  5668. }
  5669. },
  5670. "node_modules/caniuse-lite": {
  5671. "version": "1.0.30001751",
  5672. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  5673. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  5674. "funding": [
  5675. {
  5676. "type": "opencollective",
  5677. "url": "https://opencollective.com/browserslist"
  5678. },
  5679. {
  5680. "type": "tidelift",
  5681. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5682. },
  5683. {
  5684. "type": "github",
  5685. "url": "https://github.com/sponsors/ai"
  5686. }
  5687. ],
  5688. "license": "CC-BY-4.0"
  5689. },
  5690. "node_modules/chokidar": {
  5691. "version": "4.0.3",
  5692. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  5693. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5694. "license": "MIT",
  5695. "dependencies": {
  5696. "readdirp": "^4.0.1"
  5697. },
  5698. "engines": {
  5699. "node": ">= 14.16.0"
  5700. },
  5701. "funding": {
  5702. "url": "https://paulmillr.com/funding/"
  5703. }
  5704. },
  5705. "node_modules/chownr": {
  5706. "version": "3.0.0",
  5707. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  5708. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  5709. "license": "BlueOak-1.0.0",
  5710. "engines": {
  5711. "node": ">=18"
  5712. }
  5713. },
  5714. "node_modules/citty": {
  5715. "version": "0.1.6",
  5716. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  5717. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  5718. "license": "MIT",
  5719. "dependencies": {
  5720. "consola": "^3.2.3"
  5721. }
  5722. },
  5723. "node_modules/cliui": {
  5724. "version": "8.0.1",
  5725. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  5726. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  5727. "license": "ISC",
  5728. "dependencies": {
  5729. "string-width": "^4.2.0",
  5730. "strip-ansi": "^6.0.1",
  5731. "wrap-ansi": "^7.0.0"
  5732. },
  5733. "engines": {
  5734. "node": ">=12"
  5735. }
  5736. },
  5737. "node_modules/cliui/node_modules/ansi-regex": {
  5738. "version": "5.0.1",
  5739. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5740. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5741. "license": "MIT",
  5742. "engines": {
  5743. "node": ">=8"
  5744. }
  5745. },
  5746. "node_modules/cliui/node_modules/ansi-styles": {
  5747. "version": "4.3.0",
  5748. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5749. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5750. "license": "MIT",
  5751. "dependencies": {
  5752. "color-convert": "^2.0.1"
  5753. },
  5754. "engines": {
  5755. "node": ">=8"
  5756. },
  5757. "funding": {
  5758. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5759. }
  5760. },
  5761. "node_modules/cliui/node_modules/emoji-regex": {
  5762. "version": "8.0.0",
  5763. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5764. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5765. "license": "MIT"
  5766. },
  5767. "node_modules/cliui/node_modules/string-width": {
  5768. "version": "4.2.3",
  5769. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5770. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5771. "license": "MIT",
  5772. "dependencies": {
  5773. "emoji-regex": "^8.0.0",
  5774. "is-fullwidth-code-point": "^3.0.0",
  5775. "strip-ansi": "^6.0.1"
  5776. },
  5777. "engines": {
  5778. "node": ">=8"
  5779. }
  5780. },
  5781. "node_modules/cliui/node_modules/strip-ansi": {
  5782. "version": "6.0.1",
  5783. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5784. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5785. "license": "MIT",
  5786. "dependencies": {
  5787. "ansi-regex": "^5.0.1"
  5788. },
  5789. "engines": {
  5790. "node": ">=8"
  5791. }
  5792. },
  5793. "node_modules/cliui/node_modules/wrap-ansi": {
  5794. "version": "7.0.0",
  5795. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5796. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5797. "license": "MIT",
  5798. "dependencies": {
  5799. "ansi-styles": "^4.0.0",
  5800. "string-width": "^4.1.0",
  5801. "strip-ansi": "^6.0.0"
  5802. },
  5803. "engines": {
  5804. "node": ">=10"
  5805. },
  5806. "funding": {
  5807. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5808. }
  5809. },
  5810. "node_modules/clone": {
  5811. "version": "2.1.2",
  5812. "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  5813. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  5814. "license": "MIT",
  5815. "engines": {
  5816. "node": ">=0.8"
  5817. }
  5818. },
  5819. "node_modules/cluster-key-slot": {
  5820. "version": "1.1.2",
  5821. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  5822. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  5823. "license": "Apache-2.0",
  5824. "engines": {
  5825. "node": ">=0.10.0"
  5826. }
  5827. },
  5828. "node_modules/color-convert": {
  5829. "version": "2.0.1",
  5830. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5831. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5832. "license": "MIT",
  5833. "dependencies": {
  5834. "color-name": "~1.1.4"
  5835. },
  5836. "engines": {
  5837. "node": ">=7.0.0"
  5838. }
  5839. },
  5840. "node_modules/color-name": {
  5841. "version": "1.1.4",
  5842. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5843. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5844. "license": "MIT"
  5845. },
  5846. "node_modules/colord": {
  5847. "version": "2.9.3",
  5848. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5849. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  5850. "license": "MIT"
  5851. },
  5852. "node_modules/colortranslator": {
  5853. "version": "5.0.0",
  5854. "resolved": "https://registry.npmjs.org/colortranslator/-/colortranslator-5.0.0.tgz",
  5855. "integrity": "sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==",
  5856. "license": "Apache-2.0"
  5857. },
  5858. "node_modules/commander": {
  5859. "version": "11.1.0",
  5860. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  5861. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  5862. "license": "MIT",
  5863. "engines": {
  5864. "node": ">=16"
  5865. }
  5866. },
  5867. "node_modules/commondir": {
  5868. "version": "1.0.1",
  5869. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5870. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  5871. "license": "MIT"
  5872. },
  5873. "node_modules/compatx": {
  5874. "version": "0.2.0",
  5875. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  5876. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  5877. "license": "MIT"
  5878. },
  5879. "node_modules/compress-commons": {
  5880. "version": "6.0.2",
  5881. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  5882. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  5883. "license": "MIT",
  5884. "dependencies": {
  5885. "crc-32": "^1.2.0",
  5886. "crc32-stream": "^6.0.0",
  5887. "is-stream": "^2.0.1",
  5888. "normalize-path": "^3.0.0",
  5889. "readable-stream": "^4.0.0"
  5890. },
  5891. "engines": {
  5892. "node": ">= 14"
  5893. }
  5894. },
  5895. "node_modules/compress-commons/node_modules/is-stream": {
  5896. "version": "2.0.1",
  5897. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5898. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5899. "license": "MIT",
  5900. "engines": {
  5901. "node": ">=8"
  5902. },
  5903. "funding": {
  5904. "url": "https://github.com/sponsors/sindresorhus"
  5905. }
  5906. },
  5907. "node_modules/confbox": {
  5908. "version": "0.2.4",
  5909. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  5910. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  5911. "license": "MIT"
  5912. },
  5913. "node_modules/consola": {
  5914. "version": "3.4.2",
  5915. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  5916. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  5917. "license": "MIT",
  5918. "engines": {
  5919. "node": "^14.18.0 || >=16.10.0"
  5920. }
  5921. },
  5922. "node_modules/convert-source-map": {
  5923. "version": "2.0.0",
  5924. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5925. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5926. "license": "MIT"
  5927. },
  5928. "node_modules/cookie-es": {
  5929. "version": "2.0.1",
  5930. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  5931. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  5932. "license": "MIT"
  5933. },
  5934. "node_modules/copy-anything": {
  5935. "version": "4.0.5",
  5936. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  5937. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  5938. "license": "MIT",
  5939. "dependencies": {
  5940. "is-what": "^5.2.0"
  5941. },
  5942. "engines": {
  5943. "node": ">=18"
  5944. },
  5945. "funding": {
  5946. "url": "https://github.com/sponsors/mesqueeb"
  5947. }
  5948. },
  5949. "node_modules/core-util-is": {
  5950. "version": "1.0.3",
  5951. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5952. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  5953. "license": "MIT"
  5954. },
  5955. "node_modules/crc-32": {
  5956. "version": "1.2.2",
  5957. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  5958. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5959. "license": "Apache-2.0",
  5960. "bin": {
  5961. "crc32": "bin/crc32.njs"
  5962. },
  5963. "engines": {
  5964. "node": ">=0.8"
  5965. }
  5966. },
  5967. "node_modules/crc32-stream": {
  5968. "version": "6.0.0",
  5969. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  5970. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  5971. "license": "MIT",
  5972. "dependencies": {
  5973. "crc-32": "^1.2.0",
  5974. "readable-stream": "^4.0.0"
  5975. },
  5976. "engines": {
  5977. "node": ">= 14"
  5978. }
  5979. },
  5980. "node_modules/croner": {
  5981. "version": "10.0.1",
  5982. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  5983. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  5984. "funding": [
  5985. {
  5986. "type": "other",
  5987. "url": "https://paypal.me/hexagonpp"
  5988. },
  5989. {
  5990. "type": "github",
  5991. "url": "https://github.com/sponsors/hexagon"
  5992. }
  5993. ],
  5994. "license": "MIT",
  5995. "engines": {
  5996. "node": ">=18.0"
  5997. }
  5998. },
  5999. "node_modules/cross-spawn": {
  6000. "version": "7.0.6",
  6001. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6002. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6003. "license": "MIT",
  6004. "dependencies": {
  6005. "path-key": "^3.1.0",
  6006. "shebang-command": "^2.0.0",
  6007. "which": "^2.0.1"
  6008. },
  6009. "engines": {
  6010. "node": ">= 8"
  6011. }
  6012. },
  6013. "node_modules/cross-spawn/node_modules/isexe": {
  6014. "version": "2.0.0",
  6015. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6016. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6017. "license": "ISC"
  6018. },
  6019. "node_modules/cross-spawn/node_modules/which": {
  6020. "version": "2.0.2",
  6021. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6022. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6023. "license": "ISC",
  6024. "dependencies": {
  6025. "isexe": "^2.0.0"
  6026. },
  6027. "bin": {
  6028. "node-which": "bin/node-which"
  6029. },
  6030. "engines": {
  6031. "node": ">= 8"
  6032. }
  6033. },
  6034. "node_modules/crossws": {
  6035. "version": "0.3.5",
  6036. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  6037. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6038. "license": "MIT",
  6039. "dependencies": {
  6040. "uncrypto": "^0.1.3"
  6041. }
  6042. },
  6043. "node_modules/css-declaration-sorter": {
  6044. "version": "7.3.0",
  6045. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  6046. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  6047. "license": "ISC",
  6048. "engines": {
  6049. "node": "^14 || ^16 || >=18"
  6050. },
  6051. "peerDependencies": {
  6052. "postcss": "^8.0.9"
  6053. }
  6054. },
  6055. "node_modules/css-select": {
  6056. "version": "5.2.2",
  6057. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  6058. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  6059. "license": "BSD-2-Clause",
  6060. "dependencies": {
  6061. "boolbase": "^1.0.0",
  6062. "css-what": "^6.1.0",
  6063. "domhandler": "^5.0.2",
  6064. "domutils": "^3.0.1",
  6065. "nth-check": "^2.0.1"
  6066. },
  6067. "funding": {
  6068. "url": "https://github.com/sponsors/fb55"
  6069. }
  6070. },
  6071. "node_modules/css-tree": {
  6072. "version": "3.1.0",
  6073. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  6074. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  6075. "license": "MIT",
  6076. "dependencies": {
  6077. "mdn-data": "2.12.2",
  6078. "source-map-js": "^1.0.1"
  6079. },
  6080. "engines": {
  6081. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  6082. }
  6083. },
  6084. "node_modules/css-what": {
  6085. "version": "6.2.2",
  6086. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  6087. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  6088. "license": "BSD-2-Clause",
  6089. "engines": {
  6090. "node": ">= 6"
  6091. },
  6092. "funding": {
  6093. "url": "https://github.com/sponsors/fb55"
  6094. }
  6095. },
  6096. "node_modules/cssesc": {
  6097. "version": "3.0.0",
  6098. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6099. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6100. "license": "MIT",
  6101. "bin": {
  6102. "cssesc": "bin/cssesc"
  6103. },
  6104. "engines": {
  6105. "node": ">=4"
  6106. }
  6107. },
  6108. "node_modules/cssfilter": {
  6109. "version": "0.0.10",
  6110. "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
  6111. "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
  6112. "license": "MIT",
  6113. "optional": true
  6114. },
  6115. "node_modules/cssnano": {
  6116. "version": "7.1.1",
  6117. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.1.tgz",
  6118. "integrity": "sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==",
  6119. "license": "MIT",
  6120. "dependencies": {
  6121. "cssnano-preset-default": "^7.0.9",
  6122. "lilconfig": "^3.1.3"
  6123. },
  6124. "engines": {
  6125. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6126. },
  6127. "funding": {
  6128. "type": "opencollective",
  6129. "url": "https://opencollective.com/cssnano"
  6130. },
  6131. "peerDependencies": {
  6132. "postcss": "^8.4.32"
  6133. }
  6134. },
  6135. "node_modules/cssnano-preset-default": {
  6136. "version": "7.0.9",
  6137. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.9.tgz",
  6138. "integrity": "sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==",
  6139. "license": "MIT",
  6140. "dependencies": {
  6141. "browserslist": "^4.25.1",
  6142. "css-declaration-sorter": "^7.2.0",
  6143. "cssnano-utils": "^5.0.1",
  6144. "postcss-calc": "^10.1.1",
  6145. "postcss-colormin": "^7.0.4",
  6146. "postcss-convert-values": "^7.0.7",
  6147. "postcss-discard-comments": "^7.0.4",
  6148. "postcss-discard-duplicates": "^7.0.2",
  6149. "postcss-discard-empty": "^7.0.1",
  6150. "postcss-discard-overridden": "^7.0.1",
  6151. "postcss-merge-longhand": "^7.0.5",
  6152. "postcss-merge-rules": "^7.0.6",
  6153. "postcss-minify-font-values": "^7.0.1",
  6154. "postcss-minify-gradients": "^7.0.1",
  6155. "postcss-minify-params": "^7.0.4",
  6156. "postcss-minify-selectors": "^7.0.5",
  6157. "postcss-normalize-charset": "^7.0.1",
  6158. "postcss-normalize-display-values": "^7.0.1",
  6159. "postcss-normalize-positions": "^7.0.1",
  6160. "postcss-normalize-repeat-style": "^7.0.1",
  6161. "postcss-normalize-string": "^7.0.1",
  6162. "postcss-normalize-timing-functions": "^7.0.1",
  6163. "postcss-normalize-unicode": "^7.0.4",
  6164. "postcss-normalize-url": "^7.0.1",
  6165. "postcss-normalize-whitespace": "^7.0.1",
  6166. "postcss-ordered-values": "^7.0.2",
  6167. "postcss-reduce-initial": "^7.0.4",
  6168. "postcss-reduce-transforms": "^7.0.1",
  6169. "postcss-svgo": "^7.1.0",
  6170. "postcss-unique-selectors": "^7.0.4"
  6171. },
  6172. "engines": {
  6173. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6174. },
  6175. "peerDependencies": {
  6176. "postcss": "^8.4.32"
  6177. }
  6178. },
  6179. "node_modules/cssnano-utils": {
  6180. "version": "5.0.1",
  6181. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  6182. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  6183. "license": "MIT",
  6184. "engines": {
  6185. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6186. },
  6187. "peerDependencies": {
  6188. "postcss": "^8.4.32"
  6189. }
  6190. },
  6191. "node_modules/csso": {
  6192. "version": "5.0.5",
  6193. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  6194. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  6195. "license": "MIT",
  6196. "dependencies": {
  6197. "css-tree": "~2.2.0"
  6198. },
  6199. "engines": {
  6200. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6201. "npm": ">=7.0.0"
  6202. }
  6203. },
  6204. "node_modules/csso/node_modules/css-tree": {
  6205. "version": "2.2.1",
  6206. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  6207. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  6208. "license": "MIT",
  6209. "dependencies": {
  6210. "mdn-data": "2.0.28",
  6211. "source-map-js": "^1.0.1"
  6212. },
  6213. "engines": {
  6214. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6215. "npm": ">=7.0.0"
  6216. }
  6217. },
  6218. "node_modules/csso/node_modules/mdn-data": {
  6219. "version": "2.0.28",
  6220. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  6221. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  6222. "license": "CC0-1.0"
  6223. },
  6224. "node_modules/csstype": {
  6225. "version": "3.1.3",
  6226. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  6227. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  6228. "license": "MIT"
  6229. },
  6230. "node_modules/db0": {
  6231. "version": "0.3.4",
  6232. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  6233. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  6234. "license": "MIT",
  6235. "peerDependencies": {
  6236. "@electric-sql/pglite": "*",
  6237. "@libsql/client": "*",
  6238. "better-sqlite3": "*",
  6239. "drizzle-orm": "*",
  6240. "mysql2": "*",
  6241. "sqlite3": "*"
  6242. },
  6243. "peerDependenciesMeta": {
  6244. "@electric-sql/pglite": {
  6245. "optional": true
  6246. },
  6247. "@libsql/client": {
  6248. "optional": true
  6249. },
  6250. "better-sqlite3": {
  6251. "optional": true
  6252. },
  6253. "drizzle-orm": {
  6254. "optional": true
  6255. },
  6256. "mysql2": {
  6257. "optional": true
  6258. },
  6259. "sqlite3": {
  6260. "optional": true
  6261. }
  6262. }
  6263. },
  6264. "node_modules/debug": {
  6265. "version": "4.4.3",
  6266. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6267. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6268. "license": "MIT",
  6269. "dependencies": {
  6270. "ms": "^2.1.3"
  6271. },
  6272. "engines": {
  6273. "node": ">=6.0"
  6274. },
  6275. "peerDependenciesMeta": {
  6276. "supports-color": {
  6277. "optional": true
  6278. }
  6279. }
  6280. },
  6281. "node_modules/deepmerge": {
  6282. "version": "4.3.1",
  6283. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6284. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6285. "license": "MIT",
  6286. "engines": {
  6287. "node": ">=0.10.0"
  6288. }
  6289. },
  6290. "node_modules/default-browser": {
  6291. "version": "5.5.0",
  6292. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  6293. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  6294. "license": "MIT",
  6295. "dependencies": {
  6296. "bundle-name": "^4.1.0",
  6297. "default-browser-id": "^5.0.0"
  6298. },
  6299. "engines": {
  6300. "node": ">=18"
  6301. },
  6302. "funding": {
  6303. "url": "https://github.com/sponsors/sindresorhus"
  6304. }
  6305. },
  6306. "node_modules/default-browser-id": {
  6307. "version": "5.0.0",
  6308. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  6309. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  6310. "license": "MIT",
  6311. "engines": {
  6312. "node": ">=18"
  6313. },
  6314. "funding": {
  6315. "url": "https://github.com/sponsors/sindresorhus"
  6316. }
  6317. },
  6318. "node_modules/define-lazy-prop": {
  6319. "version": "2.0.0",
  6320. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6321. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6322. "license": "MIT",
  6323. "engines": {
  6324. "node": ">=8"
  6325. }
  6326. },
  6327. "node_modules/defu": {
  6328. "version": "6.1.7",
  6329. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  6330. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  6331. "license": "MIT"
  6332. },
  6333. "node_modules/denque": {
  6334. "version": "2.1.0",
  6335. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  6336. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  6337. "license": "Apache-2.0",
  6338. "engines": {
  6339. "node": ">=0.10"
  6340. }
  6341. },
  6342. "node_modules/depd": {
  6343. "version": "2.0.0",
  6344. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6345. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6346. "license": "MIT",
  6347. "engines": {
  6348. "node": ">= 0.8"
  6349. }
  6350. },
  6351. "node_modules/destr": {
  6352. "version": "2.0.5",
  6353. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  6354. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  6355. "license": "MIT"
  6356. },
  6357. "node_modules/detect-libc": {
  6358. "version": "2.1.2",
  6359. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6360. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6361. "license": "Apache-2.0",
  6362. "engines": {
  6363. "node": ">=8"
  6364. }
  6365. },
  6366. "node_modules/devalue": {
  6367. "version": "5.7.1",
  6368. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  6369. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  6370. "license": "MIT"
  6371. },
  6372. "node_modules/dfa": {
  6373. "version": "1.2.0",
  6374. "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
  6375. "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
  6376. "license": "MIT"
  6377. },
  6378. "node_modules/diff": {
  6379. "version": "8.0.4",
  6380. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  6381. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  6382. "license": "BSD-3-Clause",
  6383. "engines": {
  6384. "node": ">=0.3.1"
  6385. }
  6386. },
  6387. "node_modules/dom-serializer": {
  6388. "version": "2.0.0",
  6389. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  6390. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  6391. "license": "MIT",
  6392. "dependencies": {
  6393. "domelementtype": "^2.3.0",
  6394. "domhandler": "^5.0.2",
  6395. "entities": "^4.2.0"
  6396. },
  6397. "funding": {
  6398. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6399. }
  6400. },
  6401. "node_modules/domelementtype": {
  6402. "version": "2.3.0",
  6403. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6404. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6405. "funding": [
  6406. {
  6407. "type": "github",
  6408. "url": "https://github.com/sponsors/fb55"
  6409. }
  6410. ],
  6411. "license": "BSD-2-Clause"
  6412. },
  6413. "node_modules/domhandler": {
  6414. "version": "5.0.3",
  6415. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  6416. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  6417. "license": "BSD-2-Clause",
  6418. "dependencies": {
  6419. "domelementtype": "^2.3.0"
  6420. },
  6421. "engines": {
  6422. "node": ">= 4"
  6423. },
  6424. "funding": {
  6425. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6426. }
  6427. },
  6428. "node_modules/domutils": {
  6429. "version": "3.2.2",
  6430. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  6431. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  6432. "license": "BSD-2-Clause",
  6433. "dependencies": {
  6434. "dom-serializer": "^2.0.0",
  6435. "domelementtype": "^2.3.0",
  6436. "domhandler": "^5.0.3"
  6437. },
  6438. "funding": {
  6439. "url": "https://github.com/fb55/domutils?sponsor=1"
  6440. }
  6441. },
  6442. "node_modules/dot-prop": {
  6443. "version": "10.1.0",
  6444. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  6445. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  6446. "license": "MIT",
  6447. "dependencies": {
  6448. "type-fest": "^5.0.0"
  6449. },
  6450. "engines": {
  6451. "node": ">=20"
  6452. },
  6453. "funding": {
  6454. "url": "https://github.com/sponsors/sindresorhus"
  6455. }
  6456. },
  6457. "node_modules/dotenv": {
  6458. "version": "16.6.1",
  6459. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6460. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6461. "license": "BSD-2-Clause",
  6462. "engines": {
  6463. "node": ">=12"
  6464. },
  6465. "funding": {
  6466. "url": "https://dotenvx.com"
  6467. }
  6468. },
  6469. "node_modules/duplexer": {
  6470. "version": "0.1.2",
  6471. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6472. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  6473. "license": "MIT"
  6474. },
  6475. "node_modules/eastasianwidth": {
  6476. "version": "0.2.0",
  6477. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6478. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6479. "license": "MIT"
  6480. },
  6481. "node_modules/ee-first": {
  6482. "version": "1.1.1",
  6483. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6484. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6485. "license": "MIT"
  6486. },
  6487. "node_modules/electron-to-chromium": {
  6488. "version": "1.5.240",
  6489. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
  6490. "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
  6491. "license": "ISC"
  6492. },
  6493. "node_modules/embla-carousel": {
  6494. "version": "8.6.0",
  6495. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  6496. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  6497. "license": "MIT",
  6498. "peer": true
  6499. },
  6500. "node_modules/embla-carousel-auto-height": {
  6501. "version": "8.6.0",
  6502. "resolved": "https://registry.npmjs.org/embla-carousel-auto-height/-/embla-carousel-auto-height-8.6.0.tgz",
  6503. "integrity": "sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==",
  6504. "license": "MIT",
  6505. "peerDependencies": {
  6506. "embla-carousel": "8.6.0"
  6507. }
  6508. },
  6509. "node_modules/embla-carousel-auto-scroll": {
  6510. "version": "8.6.0",
  6511. "resolved": "https://registry.npmjs.org/embla-carousel-auto-scroll/-/embla-carousel-auto-scroll-8.6.0.tgz",
  6512. "integrity": "sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==",
  6513. "license": "MIT",
  6514. "peerDependencies": {
  6515. "embla-carousel": "8.6.0"
  6516. }
  6517. },
  6518. "node_modules/embla-carousel-autoplay": {
  6519. "version": "8.6.0",
  6520. "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
  6521. "integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
  6522. "license": "MIT",
  6523. "peerDependencies": {
  6524. "embla-carousel": "8.6.0"
  6525. }
  6526. },
  6527. "node_modules/embla-carousel-class-names": {
  6528. "version": "8.6.0",
  6529. "resolved": "https://registry.npmjs.org/embla-carousel-class-names/-/embla-carousel-class-names-8.6.0.tgz",
  6530. "integrity": "sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==",
  6531. "license": "MIT",
  6532. "peerDependencies": {
  6533. "embla-carousel": "8.6.0"
  6534. }
  6535. },
  6536. "node_modules/embla-carousel-fade": {
  6537. "version": "8.6.0",
  6538. "resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
  6539. "integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
  6540. "license": "MIT",
  6541. "peerDependencies": {
  6542. "embla-carousel": "8.6.0"
  6543. }
  6544. },
  6545. "node_modules/embla-carousel-reactive-utils": {
  6546. "version": "8.6.0",
  6547. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  6548. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  6549. "license": "MIT",
  6550. "peerDependencies": {
  6551. "embla-carousel": "8.6.0"
  6552. }
  6553. },
  6554. "node_modules/embla-carousel-vue": {
  6555. "version": "8.6.0",
  6556. "resolved": "https://registry.npmjs.org/embla-carousel-vue/-/embla-carousel-vue-8.6.0.tgz",
  6557. "integrity": "sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==",
  6558. "license": "MIT",
  6559. "dependencies": {
  6560. "embla-carousel": "8.6.0",
  6561. "embla-carousel-reactive-utils": "8.6.0"
  6562. },
  6563. "peerDependencies": {
  6564. "vue": "^3.2.37"
  6565. }
  6566. },
  6567. "node_modules/embla-carousel-wheel-gestures": {
  6568. "version": "8.1.0",
  6569. "resolved": "https://registry.npmjs.org/embla-carousel-wheel-gestures/-/embla-carousel-wheel-gestures-8.1.0.tgz",
  6570. "integrity": "sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==",
  6571. "license": "MIT",
  6572. "dependencies": {
  6573. "wheel-gestures": "^2.2.5"
  6574. },
  6575. "engines": {
  6576. "node": ">=10"
  6577. },
  6578. "peerDependencies": {
  6579. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  6580. }
  6581. },
  6582. "node_modules/emoji-regex": {
  6583. "version": "9.2.2",
  6584. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6585. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6586. "license": "MIT"
  6587. },
  6588. "node_modules/encodeurl": {
  6589. "version": "2.0.0",
  6590. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6591. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6592. "license": "MIT",
  6593. "engines": {
  6594. "node": ">= 0.8"
  6595. }
  6596. },
  6597. "node_modules/enhanced-resolve": {
  6598. "version": "5.18.3",
  6599. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  6600. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  6601. "license": "MIT",
  6602. "dependencies": {
  6603. "graceful-fs": "^4.2.4",
  6604. "tapable": "^2.2.0"
  6605. },
  6606. "engines": {
  6607. "node": ">=10.13.0"
  6608. }
  6609. },
  6610. "node_modules/entities": {
  6611. "version": "4.5.0",
  6612. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  6613. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  6614. "license": "BSD-2-Clause",
  6615. "engines": {
  6616. "node": ">=0.12"
  6617. },
  6618. "funding": {
  6619. "url": "https://github.com/fb55/entities?sponsor=1"
  6620. }
  6621. },
  6622. "node_modules/error-stack-parser-es": {
  6623. "version": "1.0.5",
  6624. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  6625. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  6626. "license": "MIT",
  6627. "funding": {
  6628. "url": "https://github.com/sponsors/antfu"
  6629. }
  6630. },
  6631. "node_modules/errx": {
  6632. "version": "0.1.0",
  6633. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  6634. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  6635. "license": "MIT"
  6636. },
  6637. "node_modules/es-module-lexer": {
  6638. "version": "1.7.0",
  6639. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  6640. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  6641. "license": "MIT"
  6642. },
  6643. "node_modules/esbuild": {
  6644. "version": "0.25.12",
  6645. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  6646. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  6647. "hasInstallScript": true,
  6648. "license": "MIT",
  6649. "bin": {
  6650. "esbuild": "bin/esbuild"
  6651. },
  6652. "engines": {
  6653. "node": ">=18"
  6654. },
  6655. "optionalDependencies": {
  6656. "@esbuild/aix-ppc64": "0.25.12",
  6657. "@esbuild/android-arm": "0.25.12",
  6658. "@esbuild/android-arm64": "0.25.12",
  6659. "@esbuild/android-x64": "0.25.12",
  6660. "@esbuild/darwin-arm64": "0.25.12",
  6661. "@esbuild/darwin-x64": "0.25.12",
  6662. "@esbuild/freebsd-arm64": "0.25.12",
  6663. "@esbuild/freebsd-x64": "0.25.12",
  6664. "@esbuild/linux-arm": "0.25.12",
  6665. "@esbuild/linux-arm64": "0.25.12",
  6666. "@esbuild/linux-ia32": "0.25.12",
  6667. "@esbuild/linux-loong64": "0.25.12",
  6668. "@esbuild/linux-mips64el": "0.25.12",
  6669. "@esbuild/linux-ppc64": "0.25.12",
  6670. "@esbuild/linux-riscv64": "0.25.12",
  6671. "@esbuild/linux-s390x": "0.25.12",
  6672. "@esbuild/linux-x64": "0.25.12",
  6673. "@esbuild/netbsd-arm64": "0.25.12",
  6674. "@esbuild/netbsd-x64": "0.25.12",
  6675. "@esbuild/openbsd-arm64": "0.25.12",
  6676. "@esbuild/openbsd-x64": "0.25.12",
  6677. "@esbuild/openharmony-arm64": "0.25.12",
  6678. "@esbuild/sunos-x64": "0.25.12",
  6679. "@esbuild/win32-arm64": "0.25.12",
  6680. "@esbuild/win32-ia32": "0.25.12",
  6681. "@esbuild/win32-x64": "0.25.12"
  6682. }
  6683. },
  6684. "node_modules/escalade": {
  6685. "version": "3.2.0",
  6686. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  6687. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6688. "license": "MIT",
  6689. "engines": {
  6690. "node": ">=6"
  6691. }
  6692. },
  6693. "node_modules/escape-html": {
  6694. "version": "1.0.3",
  6695. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6696. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  6697. "license": "MIT"
  6698. },
  6699. "node_modules/escape-string-regexp": {
  6700. "version": "5.0.0",
  6701. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6702. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6703. "license": "MIT",
  6704. "engines": {
  6705. "node": ">=12"
  6706. },
  6707. "funding": {
  6708. "url": "https://github.com/sponsors/sindresorhus"
  6709. }
  6710. },
  6711. "node_modules/estree-walker": {
  6712. "version": "2.0.2",
  6713. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  6714. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  6715. "license": "MIT"
  6716. },
  6717. "node_modules/etag": {
  6718. "version": "1.8.1",
  6719. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6720. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6721. "license": "MIT",
  6722. "engines": {
  6723. "node": ">= 0.6"
  6724. }
  6725. },
  6726. "node_modules/event-target-shim": {
  6727. "version": "5.0.1",
  6728. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6729. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6730. "license": "MIT",
  6731. "engines": {
  6732. "node": ">=6"
  6733. }
  6734. },
  6735. "node_modules/events": {
  6736. "version": "3.3.0",
  6737. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  6738. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6739. "license": "MIT",
  6740. "engines": {
  6741. "node": ">=0.8.x"
  6742. }
  6743. },
  6744. "node_modules/events-universal": {
  6745. "version": "1.0.1",
  6746. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  6747. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  6748. "license": "Apache-2.0",
  6749. "dependencies": {
  6750. "bare-events": "^2.7.0"
  6751. }
  6752. },
  6753. "node_modules/execa": {
  6754. "version": "8.0.1",
  6755. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  6756. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6757. "license": "MIT",
  6758. "dependencies": {
  6759. "cross-spawn": "^7.0.3",
  6760. "get-stream": "^8.0.1",
  6761. "human-signals": "^5.0.0",
  6762. "is-stream": "^3.0.0",
  6763. "merge-stream": "^2.0.0",
  6764. "npm-run-path": "^5.1.0",
  6765. "onetime": "^6.0.0",
  6766. "signal-exit": "^4.1.0",
  6767. "strip-final-newline": "^3.0.0"
  6768. },
  6769. "engines": {
  6770. "node": ">=16.17"
  6771. },
  6772. "funding": {
  6773. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6774. }
  6775. },
  6776. "node_modules/exsolve": {
  6777. "version": "1.0.8",
  6778. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  6779. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  6780. "license": "MIT"
  6781. },
  6782. "node_modules/fast-deep-equal": {
  6783. "version": "3.1.3",
  6784. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6785. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6786. "license": "MIT"
  6787. },
  6788. "node_modules/fast-fifo": {
  6789. "version": "1.3.2",
  6790. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  6791. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  6792. "license": "MIT"
  6793. },
  6794. "node_modules/fast-glob": {
  6795. "version": "3.3.3",
  6796. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  6797. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  6798. "license": "MIT",
  6799. "dependencies": {
  6800. "@nodelib/fs.stat": "^2.0.2",
  6801. "@nodelib/fs.walk": "^1.2.3",
  6802. "glob-parent": "^5.1.2",
  6803. "merge2": "^1.3.0",
  6804. "micromatch": "^4.0.8"
  6805. },
  6806. "engines": {
  6807. "node": ">=8.6.0"
  6808. }
  6809. },
  6810. "node_modules/fast-npm-meta": {
  6811. "version": "0.4.7",
  6812. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  6813. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  6814. "license": "MIT",
  6815. "funding": {
  6816. "url": "https://github.com/sponsors/antfu"
  6817. }
  6818. },
  6819. "node_modules/fast-string-truncated-width": {
  6820. "version": "1.2.1",
  6821. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  6822. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  6823. "license": "MIT"
  6824. },
  6825. "node_modules/fast-string-width": {
  6826. "version": "1.1.0",
  6827. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  6828. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  6829. "license": "MIT",
  6830. "dependencies": {
  6831. "fast-string-truncated-width": "^1.2.0"
  6832. }
  6833. },
  6834. "node_modules/fast-wrap-ansi": {
  6835. "version": "0.1.6",
  6836. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  6837. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  6838. "license": "MIT",
  6839. "dependencies": {
  6840. "fast-string-width": "^1.1.0"
  6841. }
  6842. },
  6843. "node_modules/fastq": {
  6844. "version": "1.20.1",
  6845. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  6846. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  6847. "license": "ISC",
  6848. "dependencies": {
  6849. "reusify": "^1.0.4"
  6850. }
  6851. },
  6852. "node_modules/fdir": {
  6853. "version": "6.5.0",
  6854. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6855. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6856. "license": "MIT",
  6857. "engines": {
  6858. "node": ">=12.0.0"
  6859. },
  6860. "peerDependencies": {
  6861. "picomatch": "^3 || ^4"
  6862. },
  6863. "peerDependenciesMeta": {
  6864. "picomatch": {
  6865. "optional": true
  6866. }
  6867. }
  6868. },
  6869. "node_modules/file-uri-to-path": {
  6870. "version": "1.0.0",
  6871. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  6872. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  6873. "license": "MIT"
  6874. },
  6875. "node_modules/fill-range": {
  6876. "version": "7.1.1",
  6877. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  6878. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6879. "license": "MIT",
  6880. "dependencies": {
  6881. "to-regex-range": "^5.0.1"
  6882. },
  6883. "engines": {
  6884. "node": ">=8"
  6885. }
  6886. },
  6887. "node_modules/fontaine": {
  6888. "version": "0.7.0",
  6889. "resolved": "https://registry.npmjs.org/fontaine/-/fontaine-0.7.0.tgz",
  6890. "integrity": "sha512-vlaWLyoJrOnCBqycmFo/CA8ZmPzuyJHYmgu261KYKByZ4YLz9sTyHZ4qoHgWSYiDsZXhiLo2XndVMz0WOAyZ8Q==",
  6891. "license": "MIT",
  6892. "dependencies": {
  6893. "@capsizecss/unpack": "^3.0.0",
  6894. "css-tree": "^3.1.0",
  6895. "magic-regexp": "^0.10.0",
  6896. "magic-string": "^0.30.21",
  6897. "pathe": "^2.0.3",
  6898. "ufo": "^1.6.1",
  6899. "unplugin": "^2.3.10"
  6900. },
  6901. "engines": {
  6902. "node": ">=18.12.0"
  6903. }
  6904. },
  6905. "node_modules/fontkit": {
  6906. "version": "2.0.4",
  6907. "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
  6908. "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
  6909. "license": "MIT",
  6910. "dependencies": {
  6911. "@swc/helpers": "^0.5.12",
  6912. "brotli": "^1.3.2",
  6913. "clone": "^2.1.2",
  6914. "dfa": "^1.2.0",
  6915. "fast-deep-equal": "^3.1.3",
  6916. "restructure": "^3.0.0",
  6917. "tiny-inflate": "^1.0.3",
  6918. "unicode-properties": "^1.4.0",
  6919. "unicode-trie": "^2.0.0"
  6920. }
  6921. },
  6922. "node_modules/fontless": {
  6923. "version": "0.1.0",
  6924. "resolved": "https://registry.npmjs.org/fontless/-/fontless-0.1.0.tgz",
  6925. "integrity": "sha512-KyvRd732HuVd/XP9iEFTb1w8Q01TPSA5GaCJV9HYmPiEs/ZZg/on2YdrQmlKfi9gDGpmN5Bn27Ze/CHqk0vE+w==",
  6926. "license": "MIT",
  6927. "dependencies": {
  6928. "consola": "^3.4.2",
  6929. "css-tree": "^3.1.0",
  6930. "defu": "^6.1.4",
  6931. "esbuild": "^0.25.12",
  6932. "fontaine": "0.7.0",
  6933. "jiti": "^2.6.1",
  6934. "lightningcss": "^1.30.2",
  6935. "magic-string": "^0.30.21",
  6936. "ohash": "^2.0.11",
  6937. "pathe": "^2.0.3",
  6938. "ufo": "^1.6.1",
  6939. "unifont": "^0.6.0",
  6940. "unstorage": "^1.17.1"
  6941. },
  6942. "engines": {
  6943. "node": ">=18.12.0"
  6944. },
  6945. "peerDependencies": {
  6946. "vite": "*"
  6947. },
  6948. "peerDependenciesMeta": {
  6949. "vite": {
  6950. "optional": true
  6951. }
  6952. }
  6953. },
  6954. "node_modules/foreground-child": {
  6955. "version": "3.3.1",
  6956. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  6957. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  6958. "license": "ISC",
  6959. "dependencies": {
  6960. "cross-spawn": "^7.0.6",
  6961. "signal-exit": "^4.0.1"
  6962. },
  6963. "engines": {
  6964. "node": ">=14"
  6965. },
  6966. "funding": {
  6967. "url": "https://github.com/sponsors/isaacs"
  6968. }
  6969. },
  6970. "node_modules/fraction.js": {
  6971. "version": "4.3.7",
  6972. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  6973. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6974. "license": "MIT",
  6975. "engines": {
  6976. "node": "*"
  6977. },
  6978. "funding": {
  6979. "type": "patreon",
  6980. "url": "https://github.com/sponsors/rawify"
  6981. }
  6982. },
  6983. "node_modules/framer-motion": {
  6984. "version": "12.23.12",
  6985. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz",
  6986. "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==",
  6987. "license": "MIT",
  6988. "dependencies": {
  6989. "motion-dom": "^12.23.12",
  6990. "motion-utils": "^12.23.6",
  6991. "tslib": "^2.4.0"
  6992. },
  6993. "peerDependencies": {
  6994. "@emotion/is-prop-valid": "*",
  6995. "react": "^18.0.0 || ^19.0.0",
  6996. "react-dom": "^18.0.0 || ^19.0.0"
  6997. },
  6998. "peerDependenciesMeta": {
  6999. "@emotion/is-prop-valid": {
  7000. "optional": true
  7001. },
  7002. "react": {
  7003. "optional": true
  7004. },
  7005. "react-dom": {
  7006. "optional": true
  7007. }
  7008. }
  7009. },
  7010. "node_modules/fresh": {
  7011. "version": "2.0.0",
  7012. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  7013. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7014. "license": "MIT",
  7015. "engines": {
  7016. "node": ">= 0.8"
  7017. }
  7018. },
  7019. "node_modules/fsevents": {
  7020. "version": "2.3.3",
  7021. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7022. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7023. "hasInstallScript": true,
  7024. "license": "MIT",
  7025. "optional": true,
  7026. "os": [
  7027. "darwin"
  7028. ],
  7029. "engines": {
  7030. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7031. }
  7032. },
  7033. "node_modules/function-bind": {
  7034. "version": "1.1.2",
  7035. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7036. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7037. "license": "MIT",
  7038. "funding": {
  7039. "url": "https://github.com/sponsors/ljharb"
  7040. }
  7041. },
  7042. "node_modules/fuse.js": {
  7043. "version": "7.3.0",
  7044. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  7045. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  7046. "license": "Apache-2.0",
  7047. "peer": true,
  7048. "engines": {
  7049. "node": ">=10"
  7050. },
  7051. "funding": {
  7052. "type": "github",
  7053. "url": "https://github.com/sponsors/krisk"
  7054. }
  7055. },
  7056. "node_modules/fzf": {
  7057. "version": "0.5.2",
  7058. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  7059. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  7060. "license": "BSD-3-Clause"
  7061. },
  7062. "node_modules/gensync": {
  7063. "version": "1.0.0-beta.2",
  7064. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7065. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7066. "license": "MIT",
  7067. "engines": {
  7068. "node": ">=6.9.0"
  7069. }
  7070. },
  7071. "node_modules/get-caller-file": {
  7072. "version": "2.0.5",
  7073. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7074. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7075. "license": "ISC",
  7076. "engines": {
  7077. "node": "6.* || 8.* || >= 10.*"
  7078. }
  7079. },
  7080. "node_modules/get-east-asian-width": {
  7081. "version": "1.5.0",
  7082. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  7083. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  7084. "license": "MIT",
  7085. "engines": {
  7086. "node": ">=18"
  7087. },
  7088. "funding": {
  7089. "url": "https://github.com/sponsors/sindresorhus"
  7090. }
  7091. },
  7092. "node_modules/get-port-please": {
  7093. "version": "3.2.0",
  7094. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  7095. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  7096. "license": "MIT"
  7097. },
  7098. "node_modules/get-stream": {
  7099. "version": "8.0.1",
  7100. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  7101. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7102. "license": "MIT",
  7103. "engines": {
  7104. "node": ">=16"
  7105. },
  7106. "funding": {
  7107. "url": "https://github.com/sponsors/sindresorhus"
  7108. }
  7109. },
  7110. "node_modules/giget": {
  7111. "version": "3.2.0",
  7112. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  7113. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  7114. "license": "MIT",
  7115. "bin": {
  7116. "giget": "dist/cli.mjs"
  7117. }
  7118. },
  7119. "node_modules/git-up": {
  7120. "version": "8.1.1",
  7121. "resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
  7122. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  7123. "license": "MIT",
  7124. "dependencies": {
  7125. "is-ssh": "^1.4.0",
  7126. "parse-url": "^9.2.0"
  7127. }
  7128. },
  7129. "node_modules/git-url-parse": {
  7130. "version": "16.1.0",
  7131. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz",
  7132. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  7133. "license": "MIT",
  7134. "dependencies": {
  7135. "git-up": "^8.1.0"
  7136. }
  7137. },
  7138. "node_modules/glob": {
  7139. "version": "10.5.0",
  7140. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  7141. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  7142. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  7143. "license": "ISC",
  7144. "dependencies": {
  7145. "foreground-child": "^3.1.0",
  7146. "jackspeak": "^3.1.2",
  7147. "minimatch": "^9.0.4",
  7148. "minipass": "^7.1.2",
  7149. "package-json-from-dist": "^1.0.0",
  7150. "path-scurry": "^1.11.1"
  7151. },
  7152. "bin": {
  7153. "glob": "dist/esm/bin.mjs"
  7154. },
  7155. "funding": {
  7156. "url": "https://github.com/sponsors/isaacs"
  7157. }
  7158. },
  7159. "node_modules/glob-parent": {
  7160. "version": "5.1.2",
  7161. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7162. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7163. "license": "ISC",
  7164. "dependencies": {
  7165. "is-glob": "^4.0.1"
  7166. },
  7167. "engines": {
  7168. "node": ">= 6"
  7169. }
  7170. },
  7171. "node_modules/global-directory": {
  7172. "version": "4.0.1",
  7173. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  7174. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  7175. "license": "MIT",
  7176. "dependencies": {
  7177. "ini": "4.1.1"
  7178. },
  7179. "engines": {
  7180. "node": ">=18"
  7181. },
  7182. "funding": {
  7183. "url": "https://github.com/sponsors/sindresorhus"
  7184. }
  7185. },
  7186. "node_modules/globby": {
  7187. "version": "16.2.0",
  7188. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  7189. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  7190. "license": "MIT",
  7191. "dependencies": {
  7192. "@sindresorhus/merge-streams": "^4.0.0",
  7193. "fast-glob": "^3.3.3",
  7194. "ignore": "^7.0.5",
  7195. "is-path-inside": "^4.0.0",
  7196. "slash": "^5.1.0",
  7197. "unicorn-magic": "^0.4.0"
  7198. },
  7199. "engines": {
  7200. "node": ">=20"
  7201. },
  7202. "funding": {
  7203. "url": "https://github.com/sponsors/sindresorhus"
  7204. }
  7205. },
  7206. "node_modules/globby/node_modules/unicorn-magic": {
  7207. "version": "0.4.0",
  7208. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7209. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7210. "license": "MIT",
  7211. "engines": {
  7212. "node": ">=20"
  7213. },
  7214. "funding": {
  7215. "url": "https://github.com/sponsors/sindresorhus"
  7216. }
  7217. },
  7218. "node_modules/graceful-fs": {
  7219. "version": "4.2.11",
  7220. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  7221. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  7222. "license": "ISC"
  7223. },
  7224. "node_modules/gzip-size": {
  7225. "version": "7.0.0",
  7226. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  7227. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  7228. "license": "MIT",
  7229. "dependencies": {
  7230. "duplexer": "^0.1.2"
  7231. },
  7232. "engines": {
  7233. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7234. },
  7235. "funding": {
  7236. "url": "https://github.com/sponsors/sindresorhus"
  7237. }
  7238. },
  7239. "node_modules/h3": {
  7240. "version": "1.15.11",
  7241. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  7242. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  7243. "license": "MIT",
  7244. "dependencies": {
  7245. "cookie-es": "^1.2.3",
  7246. "crossws": "^0.3.5",
  7247. "defu": "^6.1.6",
  7248. "destr": "^2.0.5",
  7249. "iron-webcrypto": "^1.2.1",
  7250. "node-mock-http": "^1.0.4",
  7251. "radix3": "^1.1.2",
  7252. "ufo": "^1.6.3",
  7253. "uncrypto": "^0.1.3"
  7254. }
  7255. },
  7256. "node_modules/h3/node_modules/cookie-es": {
  7257. "version": "1.2.3",
  7258. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  7259. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  7260. "license": "MIT"
  7261. },
  7262. "node_modules/hasown": {
  7263. "version": "2.0.2",
  7264. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  7265. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  7266. "license": "MIT",
  7267. "dependencies": {
  7268. "function-bind": "^1.1.2"
  7269. },
  7270. "engines": {
  7271. "node": ">= 0.4"
  7272. }
  7273. },
  7274. "node_modules/hey-listen": {
  7275. "version": "1.0.8",
  7276. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  7277. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  7278. "license": "MIT"
  7279. },
  7280. "node_modules/hookable": {
  7281. "version": "5.5.3",
  7282. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  7283. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  7284. "license": "MIT"
  7285. },
  7286. "node_modules/http-errors": {
  7287. "version": "2.0.1",
  7288. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  7289. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  7290. "license": "MIT",
  7291. "dependencies": {
  7292. "depd": "~2.0.0",
  7293. "inherits": "~2.0.4",
  7294. "setprototypeof": "~1.2.0",
  7295. "statuses": "~2.0.2",
  7296. "toidentifier": "~1.0.1"
  7297. },
  7298. "engines": {
  7299. "node": ">= 0.8"
  7300. },
  7301. "funding": {
  7302. "type": "opencollective",
  7303. "url": "https://opencollective.com/express"
  7304. }
  7305. },
  7306. "node_modules/http-shutdown": {
  7307. "version": "1.2.2",
  7308. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  7309. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  7310. "license": "MIT",
  7311. "engines": {
  7312. "iojs": ">= 1.0.0",
  7313. "node": ">= 0.12.0"
  7314. }
  7315. },
  7316. "node_modules/https-proxy-agent": {
  7317. "version": "7.0.6",
  7318. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  7319. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  7320. "license": "MIT",
  7321. "dependencies": {
  7322. "agent-base": "^7.1.2",
  7323. "debug": "4"
  7324. },
  7325. "engines": {
  7326. "node": ">= 14"
  7327. }
  7328. },
  7329. "node_modules/httpxy": {
  7330. "version": "0.5.1",
  7331. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.1.tgz",
  7332. "integrity": "sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==",
  7333. "license": "MIT"
  7334. },
  7335. "node_modules/human-signals": {
  7336. "version": "5.0.0",
  7337. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  7338. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7339. "license": "Apache-2.0",
  7340. "engines": {
  7341. "node": ">=16.17.0"
  7342. }
  7343. },
  7344. "node_modules/ieee754": {
  7345. "version": "1.2.1",
  7346. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7347. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  7348. "funding": [
  7349. {
  7350. "type": "github",
  7351. "url": "https://github.com/sponsors/feross"
  7352. },
  7353. {
  7354. "type": "patreon",
  7355. "url": "https://www.patreon.com/feross"
  7356. },
  7357. {
  7358. "type": "consulting",
  7359. "url": "https://feross.org/support"
  7360. }
  7361. ],
  7362. "license": "BSD-3-Clause"
  7363. },
  7364. "node_modules/ignore": {
  7365. "version": "7.0.5",
  7366. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  7367. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  7368. "license": "MIT",
  7369. "engines": {
  7370. "node": ">= 4"
  7371. }
  7372. },
  7373. "node_modules/image-meta": {
  7374. "version": "0.2.2",
  7375. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  7376. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  7377. "license": "MIT"
  7378. },
  7379. "node_modules/impound": {
  7380. "version": "1.0.0",
  7381. "resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  7382. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  7383. "license": "MIT",
  7384. "dependencies": {
  7385. "exsolve": "^1.0.5",
  7386. "mocked-exports": "^0.1.1",
  7387. "pathe": "^2.0.3",
  7388. "unplugin": "^2.3.2",
  7389. "unplugin-utils": "^0.2.4"
  7390. }
  7391. },
  7392. "node_modules/inherits": {
  7393. "version": "2.0.4",
  7394. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7395. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  7396. "license": "ISC"
  7397. },
  7398. "node_modules/ini": {
  7399. "version": "4.1.1",
  7400. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  7401. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  7402. "license": "ISC",
  7403. "engines": {
  7404. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7405. }
  7406. },
  7407. "node_modules/ioredis": {
  7408. "version": "5.10.1",
  7409. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  7410. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  7411. "license": "MIT",
  7412. "dependencies": {
  7413. "@ioredis/commands": "1.5.1",
  7414. "cluster-key-slot": "^1.1.0",
  7415. "debug": "^4.3.4",
  7416. "denque": "^2.1.0",
  7417. "lodash.defaults": "^4.2.0",
  7418. "lodash.isarguments": "^3.1.0",
  7419. "redis-errors": "^1.2.0",
  7420. "redis-parser": "^3.0.0",
  7421. "standard-as-callback": "^2.1.0"
  7422. },
  7423. "engines": {
  7424. "node": ">=12.22.0"
  7425. },
  7426. "funding": {
  7427. "type": "opencollective",
  7428. "url": "https://opencollective.com/ioredis"
  7429. }
  7430. },
  7431. "node_modules/ipx": {
  7432. "version": "3.1.1",
  7433. "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
  7434. "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
  7435. "license": "MIT",
  7436. "optional": true,
  7437. "dependencies": {
  7438. "@fastify/accept-negotiator": "^2.0.1",
  7439. "citty": "^0.1.6",
  7440. "consola": "^3.4.2",
  7441. "defu": "^6.1.4",
  7442. "destr": "^2.0.5",
  7443. "etag": "^1.8.1",
  7444. "h3": "^1.15.3",
  7445. "image-meta": "^0.2.1",
  7446. "listhen": "^1.9.0",
  7447. "ofetch": "^1.4.1",
  7448. "pathe": "^2.0.3",
  7449. "sharp": "^0.34.3",
  7450. "svgo": "^4.0.0",
  7451. "ufo": "^1.6.1",
  7452. "unstorage": "^1.16.1",
  7453. "xss": "^1.0.15"
  7454. },
  7455. "bin": {
  7456. "ipx": "bin/ipx.mjs"
  7457. }
  7458. },
  7459. "node_modules/iron-webcrypto": {
  7460. "version": "1.2.1",
  7461. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  7462. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  7463. "license": "MIT",
  7464. "funding": {
  7465. "url": "https://github.com/sponsors/brc-dd"
  7466. }
  7467. },
  7468. "node_modules/is-core-module": {
  7469. "version": "2.16.1",
  7470. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  7471. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  7472. "license": "MIT",
  7473. "dependencies": {
  7474. "hasown": "^2.0.2"
  7475. },
  7476. "engines": {
  7477. "node": ">= 0.4"
  7478. },
  7479. "funding": {
  7480. "url": "https://github.com/sponsors/ljharb"
  7481. }
  7482. },
  7483. "node_modules/is-docker": {
  7484. "version": "3.0.0",
  7485. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  7486. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  7487. "license": "MIT",
  7488. "bin": {
  7489. "is-docker": "cli.js"
  7490. },
  7491. "engines": {
  7492. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7493. },
  7494. "funding": {
  7495. "url": "https://github.com/sponsors/sindresorhus"
  7496. }
  7497. },
  7498. "node_modules/is-extglob": {
  7499. "version": "2.1.1",
  7500. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7501. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7502. "license": "MIT",
  7503. "engines": {
  7504. "node": ">=0.10.0"
  7505. }
  7506. },
  7507. "node_modules/is-fullwidth-code-point": {
  7508. "version": "3.0.0",
  7509. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7510. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7511. "license": "MIT",
  7512. "engines": {
  7513. "node": ">=8"
  7514. }
  7515. },
  7516. "node_modules/is-glob": {
  7517. "version": "4.0.3",
  7518. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7519. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7520. "license": "MIT",
  7521. "dependencies": {
  7522. "is-extglob": "^2.1.1"
  7523. },
  7524. "engines": {
  7525. "node": ">=0.10.0"
  7526. }
  7527. },
  7528. "node_modules/is-in-ssh": {
  7529. "version": "1.0.0",
  7530. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  7531. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  7532. "license": "MIT",
  7533. "engines": {
  7534. "node": ">=20"
  7535. },
  7536. "funding": {
  7537. "url": "https://github.com/sponsors/sindresorhus"
  7538. }
  7539. },
  7540. "node_modules/is-inside-container": {
  7541. "version": "1.0.0",
  7542. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  7543. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  7544. "license": "MIT",
  7545. "dependencies": {
  7546. "is-docker": "^3.0.0"
  7547. },
  7548. "bin": {
  7549. "is-inside-container": "cli.js"
  7550. },
  7551. "engines": {
  7552. "node": ">=14.16"
  7553. },
  7554. "funding": {
  7555. "url": "https://github.com/sponsors/sindresorhus"
  7556. }
  7557. },
  7558. "node_modules/is-installed-globally": {
  7559. "version": "1.0.0",
  7560. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  7561. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  7562. "license": "MIT",
  7563. "dependencies": {
  7564. "global-directory": "^4.0.1",
  7565. "is-path-inside": "^4.0.0"
  7566. },
  7567. "engines": {
  7568. "node": ">=18"
  7569. },
  7570. "funding": {
  7571. "url": "https://github.com/sponsors/sindresorhus"
  7572. }
  7573. },
  7574. "node_modules/is-module": {
  7575. "version": "1.0.0",
  7576. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  7577. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  7578. "license": "MIT"
  7579. },
  7580. "node_modules/is-number": {
  7581. "version": "7.0.0",
  7582. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7583. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7584. "license": "MIT",
  7585. "engines": {
  7586. "node": ">=0.12.0"
  7587. }
  7588. },
  7589. "node_modules/is-path-inside": {
  7590. "version": "4.0.0",
  7591. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  7592. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  7593. "license": "MIT",
  7594. "engines": {
  7595. "node": ">=12"
  7596. },
  7597. "funding": {
  7598. "url": "https://github.com/sponsors/sindresorhus"
  7599. }
  7600. },
  7601. "node_modules/is-reference": {
  7602. "version": "1.2.1",
  7603. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  7604. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  7605. "license": "MIT",
  7606. "dependencies": {
  7607. "@types/estree": "*"
  7608. }
  7609. },
  7610. "node_modules/is-ssh": {
  7611. "version": "1.4.1",
  7612. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
  7613. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  7614. "license": "MIT",
  7615. "dependencies": {
  7616. "protocols": "^2.0.1"
  7617. }
  7618. },
  7619. "node_modules/is-stream": {
  7620. "version": "3.0.0",
  7621. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  7622. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7623. "license": "MIT",
  7624. "engines": {
  7625. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7626. },
  7627. "funding": {
  7628. "url": "https://github.com/sponsors/sindresorhus"
  7629. }
  7630. },
  7631. "node_modules/is-what": {
  7632. "version": "5.5.0",
  7633. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  7634. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  7635. "license": "MIT",
  7636. "engines": {
  7637. "node": ">=18"
  7638. },
  7639. "funding": {
  7640. "url": "https://github.com/sponsors/mesqueeb"
  7641. }
  7642. },
  7643. "node_modules/is-wsl": {
  7644. "version": "3.1.0",
  7645. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  7646. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  7647. "license": "MIT",
  7648. "dependencies": {
  7649. "is-inside-container": "^1.0.0"
  7650. },
  7651. "engines": {
  7652. "node": ">=16"
  7653. },
  7654. "funding": {
  7655. "url": "https://github.com/sponsors/sindresorhus"
  7656. }
  7657. },
  7658. "node_modules/isarray": {
  7659. "version": "1.0.0",
  7660. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7661. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  7662. "license": "MIT"
  7663. },
  7664. "node_modules/isexe": {
  7665. "version": "3.1.1",
  7666. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7667. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7668. "license": "ISC",
  7669. "engines": {
  7670. "node": ">=16"
  7671. }
  7672. },
  7673. "node_modules/jackspeak": {
  7674. "version": "3.4.3",
  7675. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  7676. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  7677. "license": "BlueOak-1.0.0",
  7678. "dependencies": {
  7679. "@isaacs/cliui": "^8.0.2"
  7680. },
  7681. "funding": {
  7682. "url": "https://github.com/sponsors/isaacs"
  7683. },
  7684. "optionalDependencies": {
  7685. "@pkgjs/parseargs": "^0.11.0"
  7686. }
  7687. },
  7688. "node_modules/jiti": {
  7689. "version": "2.6.1",
  7690. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  7691. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  7692. "license": "MIT",
  7693. "bin": {
  7694. "jiti": "lib/jiti-cli.mjs"
  7695. }
  7696. },
  7697. "node_modules/js-tokens": {
  7698. "version": "4.0.0",
  7699. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7700. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7701. "license": "MIT"
  7702. },
  7703. "node_modules/jsesc": {
  7704. "version": "3.1.0",
  7705. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  7706. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7707. "license": "MIT",
  7708. "bin": {
  7709. "jsesc": "bin/jsesc"
  7710. },
  7711. "engines": {
  7712. "node": ">=6"
  7713. }
  7714. },
  7715. "node_modules/json5": {
  7716. "version": "2.2.3",
  7717. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7718. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7719. "license": "MIT",
  7720. "bin": {
  7721. "json5": "lib/cli.js"
  7722. },
  7723. "engines": {
  7724. "node": ">=6"
  7725. }
  7726. },
  7727. "node_modules/kleur": {
  7728. "version": "3.0.3",
  7729. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  7730. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  7731. "license": "MIT",
  7732. "engines": {
  7733. "node": ">=6"
  7734. }
  7735. },
  7736. "node_modules/klona": {
  7737. "version": "2.0.6",
  7738. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  7739. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  7740. "license": "MIT",
  7741. "engines": {
  7742. "node": ">= 8"
  7743. }
  7744. },
  7745. "node_modules/knitwork": {
  7746. "version": "1.3.0",
  7747. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  7748. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  7749. "license": "MIT"
  7750. },
  7751. "node_modules/launch-editor": {
  7752. "version": "2.11.1",
  7753. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
  7754. "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
  7755. "license": "MIT",
  7756. "dependencies": {
  7757. "picocolors": "^1.1.1",
  7758. "shell-quote": "^1.8.3"
  7759. }
  7760. },
  7761. "node_modules/lazystream": {
  7762. "version": "1.0.1",
  7763. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  7764. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  7765. "license": "MIT",
  7766. "dependencies": {
  7767. "readable-stream": "^2.0.5"
  7768. },
  7769. "engines": {
  7770. "node": ">= 0.6.3"
  7771. }
  7772. },
  7773. "node_modules/lazystream/node_modules/readable-stream": {
  7774. "version": "2.3.8",
  7775. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  7776. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  7777. "license": "MIT",
  7778. "dependencies": {
  7779. "core-util-is": "~1.0.0",
  7780. "inherits": "~2.0.3",
  7781. "isarray": "~1.0.0",
  7782. "process-nextick-args": "~2.0.0",
  7783. "safe-buffer": "~5.1.1",
  7784. "string_decoder": "~1.1.1",
  7785. "util-deprecate": "~1.0.1"
  7786. }
  7787. },
  7788. "node_modules/lazystream/node_modules/safe-buffer": {
  7789. "version": "5.1.2",
  7790. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  7791. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  7792. "license": "MIT"
  7793. },
  7794. "node_modules/lazystream/node_modules/string_decoder": {
  7795. "version": "1.1.1",
  7796. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  7797. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  7798. "license": "MIT",
  7799. "dependencies": {
  7800. "safe-buffer": "~5.1.0"
  7801. }
  7802. },
  7803. "node_modules/lightningcss": {
  7804. "version": "1.30.2",
  7805. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  7806. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  7807. "license": "MPL-2.0",
  7808. "dependencies": {
  7809. "detect-libc": "^2.0.3"
  7810. },
  7811. "engines": {
  7812. "node": ">= 12.0.0"
  7813. },
  7814. "funding": {
  7815. "type": "opencollective",
  7816. "url": "https://opencollective.com/parcel"
  7817. },
  7818. "optionalDependencies": {
  7819. "lightningcss-android-arm64": "1.30.2",
  7820. "lightningcss-darwin-arm64": "1.30.2",
  7821. "lightningcss-darwin-x64": "1.30.2",
  7822. "lightningcss-freebsd-x64": "1.30.2",
  7823. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7824. "lightningcss-linux-arm64-gnu": "1.30.2",
  7825. "lightningcss-linux-arm64-musl": "1.30.2",
  7826. "lightningcss-linux-x64-gnu": "1.30.2",
  7827. "lightningcss-linux-x64-musl": "1.30.2",
  7828. "lightningcss-win32-arm64-msvc": "1.30.2",
  7829. "lightningcss-win32-x64-msvc": "1.30.2"
  7830. }
  7831. },
  7832. "node_modules/lightningcss-android-arm64": {
  7833. "version": "1.30.2",
  7834. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7835. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7836. "cpu": [
  7837. "arm64"
  7838. ],
  7839. "license": "MPL-2.0",
  7840. "optional": true,
  7841. "os": [
  7842. "android"
  7843. ],
  7844. "engines": {
  7845. "node": ">= 12.0.0"
  7846. },
  7847. "funding": {
  7848. "type": "opencollective",
  7849. "url": "https://opencollective.com/parcel"
  7850. }
  7851. },
  7852. "node_modules/lightningcss-darwin-arm64": {
  7853. "version": "1.30.2",
  7854. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  7855. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  7856. "cpu": [
  7857. "arm64"
  7858. ],
  7859. "license": "MPL-2.0",
  7860. "optional": true,
  7861. "os": [
  7862. "darwin"
  7863. ],
  7864. "engines": {
  7865. "node": ">= 12.0.0"
  7866. },
  7867. "funding": {
  7868. "type": "opencollective",
  7869. "url": "https://opencollective.com/parcel"
  7870. }
  7871. },
  7872. "node_modules/lightningcss-darwin-x64": {
  7873. "version": "1.30.2",
  7874. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7875. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7876. "cpu": [
  7877. "x64"
  7878. ],
  7879. "license": "MPL-2.0",
  7880. "optional": true,
  7881. "os": [
  7882. "darwin"
  7883. ],
  7884. "engines": {
  7885. "node": ">= 12.0.0"
  7886. },
  7887. "funding": {
  7888. "type": "opencollective",
  7889. "url": "https://opencollective.com/parcel"
  7890. }
  7891. },
  7892. "node_modules/lightningcss-freebsd-x64": {
  7893. "version": "1.30.2",
  7894. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7895. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7896. "cpu": [
  7897. "x64"
  7898. ],
  7899. "license": "MPL-2.0",
  7900. "optional": true,
  7901. "os": [
  7902. "freebsd"
  7903. ],
  7904. "engines": {
  7905. "node": ">= 12.0.0"
  7906. },
  7907. "funding": {
  7908. "type": "opencollective",
  7909. "url": "https://opencollective.com/parcel"
  7910. }
  7911. },
  7912. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7913. "version": "1.30.2",
  7914. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7915. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7916. "cpu": [
  7917. "arm"
  7918. ],
  7919. "license": "MPL-2.0",
  7920. "optional": true,
  7921. "os": [
  7922. "linux"
  7923. ],
  7924. "engines": {
  7925. "node": ">= 12.0.0"
  7926. },
  7927. "funding": {
  7928. "type": "opencollective",
  7929. "url": "https://opencollective.com/parcel"
  7930. }
  7931. },
  7932. "node_modules/lightningcss-linux-arm64-gnu": {
  7933. "version": "1.30.2",
  7934. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7935. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7936. "cpu": [
  7937. "arm64"
  7938. ],
  7939. "license": "MPL-2.0",
  7940. "optional": true,
  7941. "os": [
  7942. "linux"
  7943. ],
  7944. "engines": {
  7945. "node": ">= 12.0.0"
  7946. },
  7947. "funding": {
  7948. "type": "opencollective",
  7949. "url": "https://opencollective.com/parcel"
  7950. }
  7951. },
  7952. "node_modules/lightningcss-linux-arm64-musl": {
  7953. "version": "1.30.2",
  7954. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7955. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7956. "cpu": [
  7957. "arm64"
  7958. ],
  7959. "license": "MPL-2.0",
  7960. "optional": true,
  7961. "os": [
  7962. "linux"
  7963. ],
  7964. "engines": {
  7965. "node": ">= 12.0.0"
  7966. },
  7967. "funding": {
  7968. "type": "opencollective",
  7969. "url": "https://opencollective.com/parcel"
  7970. }
  7971. },
  7972. "node_modules/lightningcss-linux-x64-gnu": {
  7973. "version": "1.30.2",
  7974. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7975. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7976. "cpu": [
  7977. "x64"
  7978. ],
  7979. "license": "MPL-2.0",
  7980. "optional": true,
  7981. "os": [
  7982. "linux"
  7983. ],
  7984. "engines": {
  7985. "node": ">= 12.0.0"
  7986. },
  7987. "funding": {
  7988. "type": "opencollective",
  7989. "url": "https://opencollective.com/parcel"
  7990. }
  7991. },
  7992. "node_modules/lightningcss-linux-x64-musl": {
  7993. "version": "1.30.2",
  7994. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7995. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7996. "cpu": [
  7997. "x64"
  7998. ],
  7999. "license": "MPL-2.0",
  8000. "optional": true,
  8001. "os": [
  8002. "linux"
  8003. ],
  8004. "engines": {
  8005. "node": ">= 12.0.0"
  8006. },
  8007. "funding": {
  8008. "type": "opencollective",
  8009. "url": "https://opencollective.com/parcel"
  8010. }
  8011. },
  8012. "node_modules/lightningcss-win32-arm64-msvc": {
  8013. "version": "1.30.2",
  8014. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  8015. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  8016. "cpu": [
  8017. "arm64"
  8018. ],
  8019. "license": "MPL-2.0",
  8020. "optional": true,
  8021. "os": [
  8022. "win32"
  8023. ],
  8024. "engines": {
  8025. "node": ">= 12.0.0"
  8026. },
  8027. "funding": {
  8028. "type": "opencollective",
  8029. "url": "https://opencollective.com/parcel"
  8030. }
  8031. },
  8032. "node_modules/lightningcss-win32-x64-msvc": {
  8033. "version": "1.30.2",
  8034. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  8035. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  8036. "cpu": [
  8037. "x64"
  8038. ],
  8039. "license": "MPL-2.0",
  8040. "optional": true,
  8041. "os": [
  8042. "win32"
  8043. ],
  8044. "engines": {
  8045. "node": ">= 12.0.0"
  8046. },
  8047. "funding": {
  8048. "type": "opencollective",
  8049. "url": "https://opencollective.com/parcel"
  8050. }
  8051. },
  8052. "node_modules/lilconfig": {
  8053. "version": "3.1.3",
  8054. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  8055. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  8056. "license": "MIT",
  8057. "engines": {
  8058. "node": ">=14"
  8059. },
  8060. "funding": {
  8061. "url": "https://github.com/sponsors/antonk52"
  8062. }
  8063. },
  8064. "node_modules/listhen": {
  8065. "version": "1.9.1",
  8066. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  8067. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  8068. "license": "MIT",
  8069. "dependencies": {
  8070. "@parcel/watcher": "^2.5.6",
  8071. "@parcel/watcher-wasm": "^2.5.6",
  8072. "citty": "^0.2.2",
  8073. "consola": "^3.4.2",
  8074. "crossws": ">=0.2.0 <0.5.0",
  8075. "defu": "^6.1.6",
  8076. "get-port-please": "^3.2.0",
  8077. "h3": "^1.15.11",
  8078. "http-shutdown": "^1.2.2",
  8079. "jiti": "^2.6.1",
  8080. "mlly": "^1.8.2",
  8081. "node-forge": "^1.4.0",
  8082. "pathe": "^2.0.3",
  8083. "std-env": "^4.0.0",
  8084. "tinyclip": "^0.1.12",
  8085. "ufo": "^1.6.3",
  8086. "untun": "^0.1.3",
  8087. "uqr": "^0.1.2"
  8088. },
  8089. "bin": {
  8090. "listen": "bin/listhen.mjs",
  8091. "listhen": "bin/listhen.mjs"
  8092. }
  8093. },
  8094. "node_modules/listhen/node_modules/citty": {
  8095. "version": "0.2.2",
  8096. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8097. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8098. "license": "MIT"
  8099. },
  8100. "node_modules/listhen/node_modules/std-env": {
  8101. "version": "4.1.0",
  8102. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  8103. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  8104. "license": "MIT"
  8105. },
  8106. "node_modules/local-pkg": {
  8107. "version": "1.1.2",
  8108. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  8109. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  8110. "license": "MIT",
  8111. "dependencies": {
  8112. "mlly": "^1.7.4",
  8113. "pkg-types": "^2.3.0",
  8114. "quansync": "^0.2.11"
  8115. },
  8116. "engines": {
  8117. "node": ">=14"
  8118. },
  8119. "funding": {
  8120. "url": "https://github.com/sponsors/antfu"
  8121. }
  8122. },
  8123. "node_modules/lodash": {
  8124. "version": "4.18.1",
  8125. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  8126. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  8127. "license": "MIT"
  8128. },
  8129. "node_modules/lodash.defaults": {
  8130. "version": "4.2.0",
  8131. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  8132. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  8133. "license": "MIT"
  8134. },
  8135. "node_modules/lodash.isarguments": {
  8136. "version": "3.1.0",
  8137. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  8138. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  8139. "license": "MIT"
  8140. },
  8141. "node_modules/lodash.memoize": {
  8142. "version": "4.1.2",
  8143. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  8144. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  8145. "license": "MIT"
  8146. },
  8147. "node_modules/lodash.uniq": {
  8148. "version": "4.5.0",
  8149. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  8150. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  8151. "license": "MIT"
  8152. },
  8153. "node_modules/lru-cache": {
  8154. "version": "5.1.1",
  8155. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  8156. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  8157. "license": "ISC",
  8158. "dependencies": {
  8159. "yallist": "^3.0.2"
  8160. }
  8161. },
  8162. "node_modules/magic-regexp": {
  8163. "version": "0.10.0",
  8164. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  8165. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  8166. "license": "MIT",
  8167. "dependencies": {
  8168. "estree-walker": "^3.0.3",
  8169. "magic-string": "^0.30.12",
  8170. "mlly": "^1.7.2",
  8171. "regexp-tree": "^0.1.27",
  8172. "type-level-regexp": "~0.1.17",
  8173. "ufo": "^1.5.4",
  8174. "unplugin": "^2.0.0"
  8175. }
  8176. },
  8177. "node_modules/magic-regexp/node_modules/estree-walker": {
  8178. "version": "3.0.3",
  8179. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8180. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8181. "license": "MIT",
  8182. "dependencies": {
  8183. "@types/estree": "^1.0.0"
  8184. }
  8185. },
  8186. "node_modules/magic-string": {
  8187. "version": "0.30.21",
  8188. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  8189. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  8190. "license": "MIT",
  8191. "dependencies": {
  8192. "@jridgewell/sourcemap-codec": "^1.5.5"
  8193. }
  8194. },
  8195. "node_modules/magic-string-ast": {
  8196. "version": "1.0.3",
  8197. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  8198. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  8199. "license": "MIT",
  8200. "dependencies": {
  8201. "magic-string": "^0.30.19"
  8202. },
  8203. "engines": {
  8204. "node": ">=20.19.0"
  8205. },
  8206. "funding": {
  8207. "url": "https://github.com/sponsors/sxzz"
  8208. }
  8209. },
  8210. "node_modules/magicast": {
  8211. "version": "0.3.5",
  8212. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  8213. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  8214. "license": "MIT",
  8215. "dependencies": {
  8216. "@babel/parser": "^7.25.4",
  8217. "@babel/types": "^7.25.4",
  8218. "source-map-js": "^1.2.0"
  8219. }
  8220. },
  8221. "node_modules/mdn-data": {
  8222. "version": "2.12.2",
  8223. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  8224. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  8225. "license": "CC0-1.0"
  8226. },
  8227. "node_modules/merge-stream": {
  8228. "version": "2.0.0",
  8229. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  8230. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  8231. "license": "MIT"
  8232. },
  8233. "node_modules/merge2": {
  8234. "version": "1.4.1",
  8235. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  8236. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  8237. "license": "MIT",
  8238. "engines": {
  8239. "node": ">= 8"
  8240. }
  8241. },
  8242. "node_modules/micromatch": {
  8243. "version": "4.0.8",
  8244. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  8245. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8246. "license": "MIT",
  8247. "dependencies": {
  8248. "braces": "^3.0.3",
  8249. "picomatch": "^2.3.1"
  8250. },
  8251. "engines": {
  8252. "node": ">=8.6"
  8253. }
  8254. },
  8255. "node_modules/micromatch/node_modules/picomatch": {
  8256. "version": "2.3.2",
  8257. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  8258. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  8259. "license": "MIT",
  8260. "engines": {
  8261. "node": ">=8.6"
  8262. },
  8263. "funding": {
  8264. "url": "https://github.com/sponsors/jonschlinkert"
  8265. }
  8266. },
  8267. "node_modules/mime": {
  8268. "version": "4.1.0",
  8269. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  8270. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  8271. "funding": [
  8272. "https://github.com/sponsors/broofa"
  8273. ],
  8274. "license": "MIT",
  8275. "bin": {
  8276. "mime": "bin/cli.js"
  8277. },
  8278. "engines": {
  8279. "node": ">=16"
  8280. }
  8281. },
  8282. "node_modules/mime-db": {
  8283. "version": "1.54.0",
  8284. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  8285. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  8286. "license": "MIT",
  8287. "engines": {
  8288. "node": ">= 0.6"
  8289. }
  8290. },
  8291. "node_modules/mime-types": {
  8292. "version": "3.0.2",
  8293. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  8294. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  8295. "license": "MIT",
  8296. "dependencies": {
  8297. "mime-db": "^1.54.0"
  8298. },
  8299. "engines": {
  8300. "node": ">=18"
  8301. },
  8302. "funding": {
  8303. "type": "opencollective",
  8304. "url": "https://opencollective.com/express"
  8305. }
  8306. },
  8307. "node_modules/mimic-fn": {
  8308. "version": "4.0.0",
  8309. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  8310. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  8311. "license": "MIT",
  8312. "engines": {
  8313. "node": ">=12"
  8314. },
  8315. "funding": {
  8316. "url": "https://github.com/sponsors/sindresorhus"
  8317. }
  8318. },
  8319. "node_modules/minimatch": {
  8320. "version": "9.0.9",
  8321. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  8322. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  8323. "license": "ISC",
  8324. "dependencies": {
  8325. "brace-expansion": "^2.0.2"
  8326. },
  8327. "engines": {
  8328. "node": ">=16 || 14 >=14.17"
  8329. },
  8330. "funding": {
  8331. "url": "https://github.com/sponsors/isaacs"
  8332. }
  8333. },
  8334. "node_modules/minipass": {
  8335. "version": "7.1.3",
  8336. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  8337. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  8338. "license": "BlueOak-1.0.0",
  8339. "engines": {
  8340. "node": ">=16 || 14 >=14.17"
  8341. }
  8342. },
  8343. "node_modules/minizlib": {
  8344. "version": "3.1.0",
  8345. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  8346. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  8347. "license": "MIT",
  8348. "dependencies": {
  8349. "minipass": "^7.1.2"
  8350. },
  8351. "engines": {
  8352. "node": ">= 18"
  8353. }
  8354. },
  8355. "node_modules/mitt": {
  8356. "version": "3.0.1",
  8357. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  8358. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  8359. "license": "MIT"
  8360. },
  8361. "node_modules/mlly": {
  8362. "version": "1.8.2",
  8363. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  8364. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  8365. "license": "MIT",
  8366. "dependencies": {
  8367. "acorn": "^8.16.0",
  8368. "pathe": "^2.0.3",
  8369. "pkg-types": "^1.3.1",
  8370. "ufo": "^1.6.3"
  8371. }
  8372. },
  8373. "node_modules/mlly/node_modules/confbox": {
  8374. "version": "0.1.8",
  8375. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  8376. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8377. "license": "MIT"
  8378. },
  8379. "node_modules/mlly/node_modules/pkg-types": {
  8380. "version": "1.3.1",
  8381. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  8382. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8383. "license": "MIT",
  8384. "dependencies": {
  8385. "confbox": "^0.1.8",
  8386. "mlly": "^1.7.4",
  8387. "pathe": "^2.0.1"
  8388. }
  8389. },
  8390. "node_modules/mocked-exports": {
  8391. "version": "0.1.1",
  8392. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  8393. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  8394. "license": "MIT"
  8395. },
  8396. "node_modules/motion-dom": {
  8397. "version": "12.23.12",
  8398. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz",
  8399. "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==",
  8400. "license": "MIT",
  8401. "dependencies": {
  8402. "motion-utils": "^12.23.6"
  8403. }
  8404. },
  8405. "node_modules/motion-utils": {
  8406. "version": "12.23.6",
  8407. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
  8408. "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
  8409. "license": "MIT"
  8410. },
  8411. "node_modules/motion-v": {
  8412. "version": "1.7.4",
  8413. "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.7.4.tgz",
  8414. "integrity": "sha512-YNDUAsany04wfI7YtHxQK3kxzNvh+OdFUk9GpA3+hMt7j6P+5WrVAAgr8kmPPoVza9EsJiAVhqoN3YYFN0Twrw==",
  8415. "license": "MIT",
  8416. "dependencies": {
  8417. "framer-motion": "12.23.12",
  8418. "hey-listen": "^1.0.8",
  8419. "motion-dom": "12.23.12"
  8420. },
  8421. "peerDependencies": {
  8422. "@vueuse/core": ">=10.0.0",
  8423. "vue": ">=3.0.0"
  8424. }
  8425. },
  8426. "node_modules/mrmime": {
  8427. "version": "2.0.1",
  8428. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  8429. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  8430. "license": "MIT",
  8431. "engines": {
  8432. "node": ">=10"
  8433. }
  8434. },
  8435. "node_modules/ms": {
  8436. "version": "2.1.3",
  8437. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  8438. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8439. "license": "MIT"
  8440. },
  8441. "node_modules/muggle-string": {
  8442. "version": "0.4.1",
  8443. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  8444. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  8445. "license": "MIT"
  8446. },
  8447. "node_modules/nanoid": {
  8448. "version": "5.1.6",
  8449. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  8450. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  8451. "funding": [
  8452. {
  8453. "type": "github",
  8454. "url": "https://github.com/sponsors/ai"
  8455. }
  8456. ],
  8457. "license": "MIT",
  8458. "bin": {
  8459. "nanoid": "bin/nanoid.js"
  8460. },
  8461. "engines": {
  8462. "node": "^18 || >=20"
  8463. }
  8464. },
  8465. "node_modules/nanotar": {
  8466. "version": "0.2.1",
  8467. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.2.1.tgz",
  8468. "integrity": "sha512-MUrzzDUcIOPbv7ubhDV/L4CIfVTATd9XhDE2ixFeCrM5yp9AlzUpn91JrnN0HD6hksdxvz9IW9aKANz0Bta0GA==",
  8469. "license": "MIT"
  8470. },
  8471. "node_modules/nitropack": {
  8472. "version": "2.13.3",
  8473. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  8474. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  8475. "license": "MIT",
  8476. "dependencies": {
  8477. "@cloudflare/kv-asset-handler": "^0.4.2",
  8478. "@rollup/plugin-alias": "^6.0.0",
  8479. "@rollup/plugin-commonjs": "^29.0.2",
  8480. "@rollup/plugin-inject": "^5.0.5",
  8481. "@rollup/plugin-json": "^6.1.0",
  8482. "@rollup/plugin-node-resolve": "^16.0.3",
  8483. "@rollup/plugin-replace": "^6.0.3",
  8484. "@rollup/plugin-terser": "^1.0.0",
  8485. "@vercel/nft": "^1.5.0",
  8486. "archiver": "^7.0.1",
  8487. "c12": "^3.3.4",
  8488. "chokidar": "^5.0.0",
  8489. "citty": "^0.2.2",
  8490. "compatx": "^0.2.0",
  8491. "confbox": "^0.2.4",
  8492. "consola": "^3.4.2",
  8493. "cookie-es": "^2.0.1",
  8494. "croner": "^10.0.1",
  8495. "crossws": "^0.3.5",
  8496. "db0": "^0.3.4",
  8497. "defu": "^6.1.6",
  8498. "destr": "^2.0.5",
  8499. "dot-prop": "^10.1.0",
  8500. "esbuild": "^0.27.5",
  8501. "escape-string-regexp": "^5.0.0",
  8502. "etag": "^1.8.1",
  8503. "exsolve": "^1.0.8",
  8504. "globby": "^16.2.0",
  8505. "gzip-size": "^7.0.0",
  8506. "h3": "^1.15.10",
  8507. "hookable": "^5.5.3",
  8508. "httpxy": "^0.5.0",
  8509. "ioredis": "^5.10.1",
  8510. "jiti": "^2.6.1",
  8511. "klona": "^2.0.6",
  8512. "knitwork": "^1.3.0",
  8513. "listhen": "^1.9.1",
  8514. "magic-string": "^0.30.21",
  8515. "magicast": "^0.5.2",
  8516. "mime": "^4.1.0",
  8517. "mlly": "^1.8.2",
  8518. "node-fetch-native": "^1.6.7",
  8519. "node-mock-http": "^1.0.4",
  8520. "ofetch": "^1.5.1",
  8521. "ohash": "^2.0.11",
  8522. "pathe": "^2.0.3",
  8523. "perfect-debounce": "^2.1.0",
  8524. "pkg-types": "^2.3.0",
  8525. "pretty-bytes": "^7.1.0",
  8526. "radix3": "^1.1.2",
  8527. "rollup": "^4.60.1",
  8528. "rollup-plugin-visualizer": "^7.0.1",
  8529. "scule": "^1.3.0",
  8530. "semver": "^7.7.4",
  8531. "serve-placeholder": "^2.0.2",
  8532. "serve-static": "^2.2.1",
  8533. "source-map": "^0.7.6",
  8534. "std-env": "^4.0.0",
  8535. "ufo": "^1.6.3",
  8536. "ultrahtml": "^1.6.0",
  8537. "uncrypto": "^0.1.3",
  8538. "unctx": "^2.5.0",
  8539. "unenv": "2.0.0-rc.24",
  8540. "unimport": "^6.0.2",
  8541. "unplugin-utils": "^0.3.1",
  8542. "unstorage": "^1.17.5",
  8543. "untyped": "^2.0.0",
  8544. "unwasm": "^0.5.3",
  8545. "youch": "^4.1.1",
  8546. "youch-core": "^0.3.3"
  8547. },
  8548. "bin": {
  8549. "nitro": "dist/cli/index.mjs",
  8550. "nitropack": "dist/cli/index.mjs"
  8551. },
  8552. "engines": {
  8553. "node": "^20.19.0 || >=22.12.0"
  8554. },
  8555. "peerDependencies": {
  8556. "xml2js": "^0.6.2"
  8557. },
  8558. "peerDependenciesMeta": {
  8559. "xml2js": {
  8560. "optional": true
  8561. }
  8562. }
  8563. },
  8564. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  8565. "version": "0.27.7",
  8566. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  8567. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  8568. "cpu": [
  8569. "ppc64"
  8570. ],
  8571. "license": "MIT",
  8572. "optional": true,
  8573. "os": [
  8574. "aix"
  8575. ],
  8576. "engines": {
  8577. "node": ">=18"
  8578. }
  8579. },
  8580. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  8581. "version": "0.27.7",
  8582. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  8583. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  8584. "cpu": [
  8585. "arm"
  8586. ],
  8587. "license": "MIT",
  8588. "optional": true,
  8589. "os": [
  8590. "android"
  8591. ],
  8592. "engines": {
  8593. "node": ">=18"
  8594. }
  8595. },
  8596. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  8597. "version": "0.27.7",
  8598. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  8599. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  8600. "cpu": [
  8601. "arm64"
  8602. ],
  8603. "license": "MIT",
  8604. "optional": true,
  8605. "os": [
  8606. "android"
  8607. ],
  8608. "engines": {
  8609. "node": ">=18"
  8610. }
  8611. },
  8612. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  8613. "version": "0.27.7",
  8614. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  8615. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  8616. "cpu": [
  8617. "x64"
  8618. ],
  8619. "license": "MIT",
  8620. "optional": true,
  8621. "os": [
  8622. "android"
  8623. ],
  8624. "engines": {
  8625. "node": ">=18"
  8626. }
  8627. },
  8628. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  8629. "version": "0.27.7",
  8630. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  8631. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  8632. "cpu": [
  8633. "arm64"
  8634. ],
  8635. "license": "MIT",
  8636. "optional": true,
  8637. "os": [
  8638. "darwin"
  8639. ],
  8640. "engines": {
  8641. "node": ">=18"
  8642. }
  8643. },
  8644. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  8645. "version": "0.27.7",
  8646. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  8647. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  8648. "cpu": [
  8649. "x64"
  8650. ],
  8651. "license": "MIT",
  8652. "optional": true,
  8653. "os": [
  8654. "darwin"
  8655. ],
  8656. "engines": {
  8657. "node": ">=18"
  8658. }
  8659. },
  8660. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  8661. "version": "0.27.7",
  8662. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  8663. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  8664. "cpu": [
  8665. "arm64"
  8666. ],
  8667. "license": "MIT",
  8668. "optional": true,
  8669. "os": [
  8670. "freebsd"
  8671. ],
  8672. "engines": {
  8673. "node": ">=18"
  8674. }
  8675. },
  8676. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  8677. "version": "0.27.7",
  8678. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  8679. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  8680. "cpu": [
  8681. "x64"
  8682. ],
  8683. "license": "MIT",
  8684. "optional": true,
  8685. "os": [
  8686. "freebsd"
  8687. ],
  8688. "engines": {
  8689. "node": ">=18"
  8690. }
  8691. },
  8692. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  8693. "version": "0.27.7",
  8694. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  8695. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  8696. "cpu": [
  8697. "arm"
  8698. ],
  8699. "license": "MIT",
  8700. "optional": true,
  8701. "os": [
  8702. "linux"
  8703. ],
  8704. "engines": {
  8705. "node": ">=18"
  8706. }
  8707. },
  8708. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  8709. "version": "0.27.7",
  8710. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  8711. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  8712. "cpu": [
  8713. "arm64"
  8714. ],
  8715. "license": "MIT",
  8716. "optional": true,
  8717. "os": [
  8718. "linux"
  8719. ],
  8720. "engines": {
  8721. "node": ">=18"
  8722. }
  8723. },
  8724. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  8725. "version": "0.27.7",
  8726. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  8727. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  8728. "cpu": [
  8729. "ia32"
  8730. ],
  8731. "license": "MIT",
  8732. "optional": true,
  8733. "os": [
  8734. "linux"
  8735. ],
  8736. "engines": {
  8737. "node": ">=18"
  8738. }
  8739. },
  8740. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  8741. "version": "0.27.7",
  8742. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  8743. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  8744. "cpu": [
  8745. "loong64"
  8746. ],
  8747. "license": "MIT",
  8748. "optional": true,
  8749. "os": [
  8750. "linux"
  8751. ],
  8752. "engines": {
  8753. "node": ">=18"
  8754. }
  8755. },
  8756. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  8757. "version": "0.27.7",
  8758. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  8759. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  8760. "cpu": [
  8761. "mips64el"
  8762. ],
  8763. "license": "MIT",
  8764. "optional": true,
  8765. "os": [
  8766. "linux"
  8767. ],
  8768. "engines": {
  8769. "node": ">=18"
  8770. }
  8771. },
  8772. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  8773. "version": "0.27.7",
  8774. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  8775. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  8776. "cpu": [
  8777. "ppc64"
  8778. ],
  8779. "license": "MIT",
  8780. "optional": true,
  8781. "os": [
  8782. "linux"
  8783. ],
  8784. "engines": {
  8785. "node": ">=18"
  8786. }
  8787. },
  8788. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  8789. "version": "0.27.7",
  8790. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  8791. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  8792. "cpu": [
  8793. "riscv64"
  8794. ],
  8795. "license": "MIT",
  8796. "optional": true,
  8797. "os": [
  8798. "linux"
  8799. ],
  8800. "engines": {
  8801. "node": ">=18"
  8802. }
  8803. },
  8804. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  8805. "version": "0.27.7",
  8806. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  8807. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  8808. "cpu": [
  8809. "s390x"
  8810. ],
  8811. "license": "MIT",
  8812. "optional": true,
  8813. "os": [
  8814. "linux"
  8815. ],
  8816. "engines": {
  8817. "node": ">=18"
  8818. }
  8819. },
  8820. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  8821. "version": "0.27.7",
  8822. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  8823. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  8824. "cpu": [
  8825. "x64"
  8826. ],
  8827. "license": "MIT",
  8828. "optional": true,
  8829. "os": [
  8830. "linux"
  8831. ],
  8832. "engines": {
  8833. "node": ">=18"
  8834. }
  8835. },
  8836. "node_modules/nitropack/node_modules/@esbuild/netbsd-arm64": {
  8837. "version": "0.27.7",
  8838. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  8839. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  8840. "cpu": [
  8841. "arm64"
  8842. ],
  8843. "license": "MIT",
  8844. "optional": true,
  8845. "os": [
  8846. "netbsd"
  8847. ],
  8848. "engines": {
  8849. "node": ">=18"
  8850. }
  8851. },
  8852. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  8853. "version": "0.27.7",
  8854. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  8855. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  8856. "cpu": [
  8857. "x64"
  8858. ],
  8859. "license": "MIT",
  8860. "optional": true,
  8861. "os": [
  8862. "netbsd"
  8863. ],
  8864. "engines": {
  8865. "node": ">=18"
  8866. }
  8867. },
  8868. "node_modules/nitropack/node_modules/@esbuild/openbsd-arm64": {
  8869. "version": "0.27.7",
  8870. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  8871. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  8872. "cpu": [
  8873. "arm64"
  8874. ],
  8875. "license": "MIT",
  8876. "optional": true,
  8877. "os": [
  8878. "openbsd"
  8879. ],
  8880. "engines": {
  8881. "node": ">=18"
  8882. }
  8883. },
  8884. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  8885. "version": "0.27.7",
  8886. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  8887. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  8888. "cpu": [
  8889. "x64"
  8890. ],
  8891. "license": "MIT",
  8892. "optional": true,
  8893. "os": [
  8894. "openbsd"
  8895. ],
  8896. "engines": {
  8897. "node": ">=18"
  8898. }
  8899. },
  8900. "node_modules/nitropack/node_modules/@esbuild/openharmony-arm64": {
  8901. "version": "0.27.7",
  8902. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  8903. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  8904. "cpu": [
  8905. "arm64"
  8906. ],
  8907. "license": "MIT",
  8908. "optional": true,
  8909. "os": [
  8910. "openharmony"
  8911. ],
  8912. "engines": {
  8913. "node": ">=18"
  8914. }
  8915. },
  8916. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  8917. "version": "0.27.7",
  8918. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  8919. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  8920. "cpu": [
  8921. "x64"
  8922. ],
  8923. "license": "MIT",
  8924. "optional": true,
  8925. "os": [
  8926. "sunos"
  8927. ],
  8928. "engines": {
  8929. "node": ">=18"
  8930. }
  8931. },
  8932. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  8933. "version": "0.27.7",
  8934. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  8935. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  8936. "cpu": [
  8937. "arm64"
  8938. ],
  8939. "license": "MIT",
  8940. "optional": true,
  8941. "os": [
  8942. "win32"
  8943. ],
  8944. "engines": {
  8945. "node": ">=18"
  8946. }
  8947. },
  8948. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  8949. "version": "0.27.7",
  8950. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  8951. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  8952. "cpu": [
  8953. "ia32"
  8954. ],
  8955. "license": "MIT",
  8956. "optional": true,
  8957. "os": [
  8958. "win32"
  8959. ],
  8960. "engines": {
  8961. "node": ">=18"
  8962. }
  8963. },
  8964. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  8965. "version": "0.27.7",
  8966. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  8967. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  8968. "cpu": [
  8969. "x64"
  8970. ],
  8971. "license": "MIT",
  8972. "optional": true,
  8973. "os": [
  8974. "win32"
  8975. ],
  8976. "engines": {
  8977. "node": ">=18"
  8978. }
  8979. },
  8980. "node_modules/nitropack/node_modules/chokidar": {
  8981. "version": "5.0.0",
  8982. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  8983. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  8984. "license": "MIT",
  8985. "dependencies": {
  8986. "readdirp": "^5.0.0"
  8987. },
  8988. "engines": {
  8989. "node": ">= 20.19.0"
  8990. },
  8991. "funding": {
  8992. "url": "https://paulmillr.com/funding/"
  8993. }
  8994. },
  8995. "node_modules/nitropack/node_modules/citty": {
  8996. "version": "0.2.2",
  8997. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8998. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8999. "license": "MIT"
  9000. },
  9001. "node_modules/nitropack/node_modules/cliui": {
  9002. "version": "9.0.1",
  9003. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  9004. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  9005. "license": "ISC",
  9006. "dependencies": {
  9007. "string-width": "^7.2.0",
  9008. "strip-ansi": "^7.1.0",
  9009. "wrap-ansi": "^9.0.0"
  9010. },
  9011. "engines": {
  9012. "node": ">=20"
  9013. }
  9014. },
  9015. "node_modules/nitropack/node_modules/define-lazy-prop": {
  9016. "version": "3.0.0",
  9017. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9018. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9019. "license": "MIT",
  9020. "engines": {
  9021. "node": ">=12"
  9022. },
  9023. "funding": {
  9024. "url": "https://github.com/sponsors/sindresorhus"
  9025. }
  9026. },
  9027. "node_modules/nitropack/node_modules/emoji-regex": {
  9028. "version": "10.6.0",
  9029. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  9030. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  9031. "license": "MIT"
  9032. },
  9033. "node_modules/nitropack/node_modules/esbuild": {
  9034. "version": "0.27.7",
  9035. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  9036. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  9037. "hasInstallScript": true,
  9038. "license": "MIT",
  9039. "bin": {
  9040. "esbuild": "bin/esbuild"
  9041. },
  9042. "engines": {
  9043. "node": ">=18"
  9044. },
  9045. "optionalDependencies": {
  9046. "@esbuild/aix-ppc64": "0.27.7",
  9047. "@esbuild/android-arm": "0.27.7",
  9048. "@esbuild/android-arm64": "0.27.7",
  9049. "@esbuild/android-x64": "0.27.7",
  9050. "@esbuild/darwin-arm64": "0.27.7",
  9051. "@esbuild/darwin-x64": "0.27.7",
  9052. "@esbuild/freebsd-arm64": "0.27.7",
  9053. "@esbuild/freebsd-x64": "0.27.7",
  9054. "@esbuild/linux-arm": "0.27.7",
  9055. "@esbuild/linux-arm64": "0.27.7",
  9056. "@esbuild/linux-ia32": "0.27.7",
  9057. "@esbuild/linux-loong64": "0.27.7",
  9058. "@esbuild/linux-mips64el": "0.27.7",
  9059. "@esbuild/linux-ppc64": "0.27.7",
  9060. "@esbuild/linux-riscv64": "0.27.7",
  9061. "@esbuild/linux-s390x": "0.27.7",
  9062. "@esbuild/linux-x64": "0.27.7",
  9063. "@esbuild/netbsd-arm64": "0.27.7",
  9064. "@esbuild/netbsd-x64": "0.27.7",
  9065. "@esbuild/openbsd-arm64": "0.27.7",
  9066. "@esbuild/openbsd-x64": "0.27.7",
  9067. "@esbuild/openharmony-arm64": "0.27.7",
  9068. "@esbuild/sunos-x64": "0.27.7",
  9069. "@esbuild/win32-arm64": "0.27.7",
  9070. "@esbuild/win32-ia32": "0.27.7",
  9071. "@esbuild/win32-x64": "0.27.7"
  9072. }
  9073. },
  9074. "node_modules/nitropack/node_modules/estree-walker": {
  9075. "version": "3.0.3",
  9076. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9077. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9078. "license": "MIT",
  9079. "dependencies": {
  9080. "@types/estree": "^1.0.0"
  9081. }
  9082. },
  9083. "node_modules/nitropack/node_modules/magicast": {
  9084. "version": "0.5.2",
  9085. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  9086. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  9087. "license": "MIT",
  9088. "dependencies": {
  9089. "@babel/parser": "^7.29.0",
  9090. "@babel/types": "^7.29.0",
  9091. "source-map-js": "^1.2.1"
  9092. }
  9093. },
  9094. "node_modules/nitropack/node_modules/open": {
  9095. "version": "11.0.0",
  9096. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  9097. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  9098. "license": "MIT",
  9099. "dependencies": {
  9100. "default-browser": "^5.4.0",
  9101. "define-lazy-prop": "^3.0.0",
  9102. "is-in-ssh": "^1.0.0",
  9103. "is-inside-container": "^1.0.0",
  9104. "powershell-utils": "^0.1.0",
  9105. "wsl-utils": "^0.3.0"
  9106. },
  9107. "engines": {
  9108. "node": ">=20"
  9109. },
  9110. "funding": {
  9111. "url": "https://github.com/sponsors/sindresorhus"
  9112. }
  9113. },
  9114. "node_modules/nitropack/node_modules/readdirp": {
  9115. "version": "5.0.0",
  9116. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  9117. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  9118. "license": "MIT",
  9119. "engines": {
  9120. "node": ">= 20.19.0"
  9121. },
  9122. "funding": {
  9123. "type": "individual",
  9124. "url": "https://paulmillr.com/funding/"
  9125. }
  9126. },
  9127. "node_modules/nitropack/node_modules/rollup-plugin-visualizer": {
  9128. "version": "7.0.1",
  9129. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  9130. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  9131. "license": "MIT",
  9132. "dependencies": {
  9133. "open": "^11.0.0",
  9134. "picomatch": "^4.0.2",
  9135. "source-map": "^0.7.4",
  9136. "yargs": "^18.0.0"
  9137. },
  9138. "bin": {
  9139. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9140. },
  9141. "engines": {
  9142. "node": ">=22"
  9143. },
  9144. "peerDependencies": {
  9145. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  9146. "rollup": "2.x || 3.x || 4.x"
  9147. },
  9148. "peerDependenciesMeta": {
  9149. "rolldown": {
  9150. "optional": true
  9151. },
  9152. "rollup": {
  9153. "optional": true
  9154. }
  9155. }
  9156. },
  9157. "node_modules/nitropack/node_modules/std-env": {
  9158. "version": "4.1.0",
  9159. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  9160. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  9161. "license": "MIT"
  9162. },
  9163. "node_modules/nitropack/node_modules/string-width": {
  9164. "version": "7.2.0",
  9165. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  9166. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  9167. "license": "MIT",
  9168. "dependencies": {
  9169. "emoji-regex": "^10.3.0",
  9170. "get-east-asian-width": "^1.0.0",
  9171. "strip-ansi": "^7.1.0"
  9172. },
  9173. "engines": {
  9174. "node": ">=18"
  9175. },
  9176. "funding": {
  9177. "url": "https://github.com/sponsors/sindresorhus"
  9178. }
  9179. },
  9180. "node_modules/nitropack/node_modules/unimport": {
  9181. "version": "6.1.1",
  9182. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.1.tgz",
  9183. "integrity": "sha512-ZY3adHF8WFSaiF1O+Eqtltt4wMZPGQ+WWLtnbc31TxglU/dx7q8B66kvXdfyGTWA25X8OO00X9b9iyLzrWOZmw==",
  9184. "license": "MIT",
  9185. "dependencies": {
  9186. "acorn": "^8.16.0",
  9187. "escape-string-regexp": "^5.0.0",
  9188. "estree-walker": "^3.0.3",
  9189. "local-pkg": "^1.1.2",
  9190. "magic-string": "^0.30.21",
  9191. "mlly": "^1.8.2",
  9192. "pathe": "^2.0.3",
  9193. "picomatch": "^4.0.4",
  9194. "pkg-types": "^2.3.0",
  9195. "scule": "^1.3.0",
  9196. "strip-literal": "^3.1.0",
  9197. "tinyglobby": "^0.2.16",
  9198. "unplugin": "^3.0.0",
  9199. "unplugin-utils": "^0.3.1"
  9200. },
  9201. "engines": {
  9202. "node": ">=18.12.0"
  9203. }
  9204. },
  9205. "node_modules/nitropack/node_modules/unplugin": {
  9206. "version": "3.0.0",
  9207. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  9208. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  9209. "license": "MIT",
  9210. "dependencies": {
  9211. "@jridgewell/remapping": "^2.3.5",
  9212. "picomatch": "^4.0.3",
  9213. "webpack-virtual-modules": "^0.6.2"
  9214. },
  9215. "engines": {
  9216. "node": "^20.19.0 || >=22.12.0"
  9217. }
  9218. },
  9219. "node_modules/nitropack/node_modules/unplugin-utils": {
  9220. "version": "0.3.1",
  9221. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9222. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9223. "license": "MIT",
  9224. "dependencies": {
  9225. "pathe": "^2.0.3",
  9226. "picomatch": "^4.0.3"
  9227. },
  9228. "engines": {
  9229. "node": ">=20.19.0"
  9230. },
  9231. "funding": {
  9232. "url": "https://github.com/sponsors/sxzz"
  9233. }
  9234. },
  9235. "node_modules/nitropack/node_modules/wrap-ansi": {
  9236. "version": "9.0.2",
  9237. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  9238. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  9239. "license": "MIT",
  9240. "dependencies": {
  9241. "ansi-styles": "^6.2.1",
  9242. "string-width": "^7.0.0",
  9243. "strip-ansi": "^7.1.0"
  9244. },
  9245. "engines": {
  9246. "node": ">=18"
  9247. },
  9248. "funding": {
  9249. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9250. }
  9251. },
  9252. "node_modules/nitropack/node_modules/wsl-utils": {
  9253. "version": "0.3.1",
  9254. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  9255. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  9256. "license": "MIT",
  9257. "dependencies": {
  9258. "is-wsl": "^3.1.0",
  9259. "powershell-utils": "^0.1.0"
  9260. },
  9261. "engines": {
  9262. "node": ">=20"
  9263. },
  9264. "funding": {
  9265. "url": "https://github.com/sponsors/sindresorhus"
  9266. }
  9267. },
  9268. "node_modules/nitropack/node_modules/yargs": {
  9269. "version": "18.0.0",
  9270. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  9271. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  9272. "license": "MIT",
  9273. "dependencies": {
  9274. "cliui": "^9.0.1",
  9275. "escalade": "^3.1.1",
  9276. "get-caller-file": "^2.0.5",
  9277. "string-width": "^7.2.0",
  9278. "y18n": "^5.0.5",
  9279. "yargs-parser": "^22.0.0"
  9280. },
  9281. "engines": {
  9282. "node": "^20.19.0 || ^22.12.0 || >=23"
  9283. }
  9284. },
  9285. "node_modules/nitropack/node_modules/yargs-parser": {
  9286. "version": "22.0.0",
  9287. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  9288. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  9289. "license": "ISC",
  9290. "engines": {
  9291. "node": "^20.19.0 || ^22.12.0 || >=23"
  9292. }
  9293. },
  9294. "node_modules/node-addon-api": {
  9295. "version": "7.1.1",
  9296. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9297. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9298. "license": "MIT"
  9299. },
  9300. "node_modules/node-fetch": {
  9301. "version": "2.7.0",
  9302. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  9303. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9304. "license": "MIT",
  9305. "dependencies": {
  9306. "whatwg-url": "^5.0.0"
  9307. },
  9308. "engines": {
  9309. "node": "4.x || >=6.0.0"
  9310. },
  9311. "peerDependencies": {
  9312. "encoding": "^0.1.0"
  9313. },
  9314. "peerDependenciesMeta": {
  9315. "encoding": {
  9316. "optional": true
  9317. }
  9318. }
  9319. },
  9320. "node_modules/node-fetch-native": {
  9321. "version": "1.6.7",
  9322. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9323. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9324. "license": "MIT"
  9325. },
  9326. "node_modules/node-forge": {
  9327. "version": "1.4.0",
  9328. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  9329. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  9330. "license": "(BSD-3-Clause OR GPL-2.0)",
  9331. "engines": {
  9332. "node": ">= 6.13.0"
  9333. }
  9334. },
  9335. "node_modules/node-gyp-build": {
  9336. "version": "4.8.4",
  9337. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9338. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9339. "license": "MIT",
  9340. "bin": {
  9341. "node-gyp-build": "bin.js",
  9342. "node-gyp-build-optional": "optional.js",
  9343. "node-gyp-build-test": "build-test.js"
  9344. }
  9345. },
  9346. "node_modules/node-mock-http": {
  9347. "version": "1.0.4",
  9348. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9349. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9350. "license": "MIT"
  9351. },
  9352. "node_modules/node-releases": {
  9353. "version": "2.0.26",
  9354. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  9355. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  9356. "license": "MIT"
  9357. },
  9358. "node_modules/nopt": {
  9359. "version": "8.1.0",
  9360. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  9361. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9362. "license": "ISC",
  9363. "dependencies": {
  9364. "abbrev": "^3.0.0"
  9365. },
  9366. "bin": {
  9367. "nopt": "bin/nopt.js"
  9368. },
  9369. "engines": {
  9370. "node": "^18.17.0 || >=20.5.0"
  9371. }
  9372. },
  9373. "node_modules/normalize-path": {
  9374. "version": "3.0.0",
  9375. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9376. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9377. "license": "MIT",
  9378. "engines": {
  9379. "node": ">=0.10.0"
  9380. }
  9381. },
  9382. "node_modules/normalize-range": {
  9383. "version": "0.1.2",
  9384. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  9385. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  9386. "license": "MIT",
  9387. "engines": {
  9388. "node": ">=0.10.0"
  9389. }
  9390. },
  9391. "node_modules/npm-run-path": {
  9392. "version": "5.3.0",
  9393. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  9394. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  9395. "license": "MIT",
  9396. "dependencies": {
  9397. "path-key": "^4.0.0"
  9398. },
  9399. "engines": {
  9400. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9401. },
  9402. "funding": {
  9403. "url": "https://github.com/sponsors/sindresorhus"
  9404. }
  9405. },
  9406. "node_modules/npm-run-path/node_modules/path-key": {
  9407. "version": "4.0.0",
  9408. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9409. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9410. "license": "MIT",
  9411. "engines": {
  9412. "node": ">=12"
  9413. },
  9414. "funding": {
  9415. "url": "https://github.com/sponsors/sindresorhus"
  9416. }
  9417. },
  9418. "node_modules/nth-check": {
  9419. "version": "2.1.1",
  9420. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  9421. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9422. "license": "BSD-2-Clause",
  9423. "dependencies": {
  9424. "boolbase": "^1.0.0"
  9425. },
  9426. "funding": {
  9427. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9428. }
  9429. },
  9430. "node_modules/nuxt": {
  9431. "version": "4.2.0",
  9432. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.2.0.tgz",
  9433. "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==",
  9434. "license": "MIT",
  9435. "peer": true,
  9436. "dependencies": {
  9437. "@dxup/nuxt": "^0.2.0",
  9438. "@nuxt/cli": "^3.29.3",
  9439. "@nuxt/devtools": "^2.6.5",
  9440. "@nuxt/kit": "4.2.0",
  9441. "@nuxt/nitro-server": "4.2.0",
  9442. "@nuxt/schema": "4.2.0",
  9443. "@nuxt/telemetry": "^2.6.6",
  9444. "@nuxt/vite-builder": "4.2.0",
  9445. "@unhead/vue": "^2.0.19",
  9446. "@vue/shared": "^3.5.22",
  9447. "c12": "^3.3.1",
  9448. "chokidar": "^4.0.3",
  9449. "compatx": "^0.2.0",
  9450. "consola": "^3.4.2",
  9451. "cookie-es": "^2.0.0",
  9452. "defu": "^6.1.4",
  9453. "destr": "^2.0.5",
  9454. "devalue": "^5.4.2",
  9455. "errx": "^0.1.0",
  9456. "escape-string-regexp": "^5.0.0",
  9457. "exsolve": "^1.0.7",
  9458. "h3": "^1.15.4",
  9459. "hookable": "^5.5.3",
  9460. "ignore": "^7.0.5",
  9461. "impound": "^1.0.0",
  9462. "jiti": "^2.6.1",
  9463. "klona": "^2.0.6",
  9464. "knitwork": "^1.2.0",
  9465. "magic-string": "^0.30.21",
  9466. "mlly": "^1.8.0",
  9467. "nanotar": "^0.2.0",
  9468. "nypm": "^0.6.2",
  9469. "ofetch": "^1.4.1",
  9470. "ohash": "^2.0.11",
  9471. "on-change": "^6.0.0",
  9472. "oxc-minify": "^0.95.0",
  9473. "oxc-parser": "^0.95.0",
  9474. "oxc-transform": "^0.95.0",
  9475. "oxc-walker": "^0.5.2",
  9476. "pathe": "^2.0.3",
  9477. "perfect-debounce": "^2.0.0",
  9478. "pkg-types": "^2.3.0",
  9479. "radix3": "^1.1.2",
  9480. "scule": "^1.3.0",
  9481. "semver": "^7.7.3",
  9482. "std-env": "^3.10.0",
  9483. "tinyglobby": "^0.2.15",
  9484. "ufo": "^1.6.1",
  9485. "ultrahtml": "^1.6.0",
  9486. "uncrypto": "^0.1.3",
  9487. "unctx": "^2.4.1",
  9488. "unimport": "^5.5.0",
  9489. "unplugin": "^2.3.10",
  9490. "unplugin-vue-router": "^0.16.0",
  9491. "untyped": "^2.0.0",
  9492. "vue": "^3.5.22",
  9493. "vue-router": "^4.6.3"
  9494. },
  9495. "bin": {
  9496. "nuxi": "bin/nuxt.mjs",
  9497. "nuxt": "bin/nuxt.mjs"
  9498. },
  9499. "engines": {
  9500. "node": "^20.19.0 || >=22.12.0"
  9501. },
  9502. "peerDependencies": {
  9503. "@parcel/watcher": "^2.1.0",
  9504. "@types/node": ">=18.12.0"
  9505. },
  9506. "peerDependenciesMeta": {
  9507. "@parcel/watcher": {
  9508. "optional": true
  9509. },
  9510. "@types/node": {
  9511. "optional": true
  9512. }
  9513. }
  9514. },
  9515. "node_modules/nuxt/node_modules/@nuxt/schema": {
  9516. "version": "4.2.0",
  9517. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.2.0.tgz",
  9518. "integrity": "sha512-YMbgpEyPokgOYME6BvY8Okk7GAIwhEFYzrkkkoU9IVgu0tKWetYRrjUwbd0eICqPm9EWDBQl5tTTNJ8xCndVbw==",
  9519. "license": "MIT",
  9520. "dependencies": {
  9521. "@vue/shared": "^3.5.22",
  9522. "defu": "^6.1.4",
  9523. "pathe": "^2.0.3",
  9524. "pkg-types": "^2.3.0",
  9525. "std-env": "^3.10.0"
  9526. },
  9527. "engines": {
  9528. "node": "^14.18.0 || >=16.10.0"
  9529. }
  9530. },
  9531. "node_modules/nypm": {
  9532. "version": "0.6.6",
  9533. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz",
  9534. "integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==",
  9535. "license": "MIT",
  9536. "dependencies": {
  9537. "citty": "^0.2.2",
  9538. "pathe": "^2.0.3",
  9539. "tinyexec": "^1.1.1"
  9540. },
  9541. "bin": {
  9542. "nypm": "dist/cli.mjs"
  9543. },
  9544. "engines": {
  9545. "node": ">=18"
  9546. }
  9547. },
  9548. "node_modules/nypm/node_modules/citty": {
  9549. "version": "0.2.2",
  9550. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  9551. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  9552. "license": "MIT"
  9553. },
  9554. "node_modules/ofetch": {
  9555. "version": "1.5.1",
  9556. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  9557. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  9558. "license": "MIT",
  9559. "dependencies": {
  9560. "destr": "^2.0.5",
  9561. "node-fetch-native": "^1.6.7",
  9562. "ufo": "^1.6.1"
  9563. }
  9564. },
  9565. "node_modules/ohash": {
  9566. "version": "2.0.11",
  9567. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  9568. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  9569. "license": "MIT"
  9570. },
  9571. "node_modules/on-change": {
  9572. "version": "6.0.1",
  9573. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
  9574. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  9575. "license": "MIT",
  9576. "engines": {
  9577. "node": ">=20"
  9578. },
  9579. "funding": {
  9580. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  9581. }
  9582. },
  9583. "node_modules/on-finished": {
  9584. "version": "2.4.1",
  9585. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  9586. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  9587. "license": "MIT",
  9588. "dependencies": {
  9589. "ee-first": "1.1.1"
  9590. },
  9591. "engines": {
  9592. "node": ">= 0.8"
  9593. }
  9594. },
  9595. "node_modules/onetime": {
  9596. "version": "6.0.0",
  9597. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  9598. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  9599. "license": "MIT",
  9600. "dependencies": {
  9601. "mimic-fn": "^4.0.0"
  9602. },
  9603. "engines": {
  9604. "node": ">=12"
  9605. },
  9606. "funding": {
  9607. "url": "https://github.com/sponsors/sindresorhus"
  9608. }
  9609. },
  9610. "node_modules/open": {
  9611. "version": "8.4.2",
  9612. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  9613. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  9614. "license": "MIT",
  9615. "dependencies": {
  9616. "define-lazy-prop": "^2.0.0",
  9617. "is-docker": "^2.1.1",
  9618. "is-wsl": "^2.2.0"
  9619. },
  9620. "engines": {
  9621. "node": ">=12"
  9622. },
  9623. "funding": {
  9624. "url": "https://github.com/sponsors/sindresorhus"
  9625. }
  9626. },
  9627. "node_modules/open/node_modules/is-docker": {
  9628. "version": "2.2.1",
  9629. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  9630. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  9631. "license": "MIT",
  9632. "bin": {
  9633. "is-docker": "cli.js"
  9634. },
  9635. "engines": {
  9636. "node": ">=8"
  9637. },
  9638. "funding": {
  9639. "url": "https://github.com/sponsors/sindresorhus"
  9640. }
  9641. },
  9642. "node_modules/open/node_modules/is-wsl": {
  9643. "version": "2.2.0",
  9644. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9645. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9646. "license": "MIT",
  9647. "dependencies": {
  9648. "is-docker": "^2.0.0"
  9649. },
  9650. "engines": {
  9651. "node": ">=8"
  9652. }
  9653. },
  9654. "node_modules/oxc-minify": {
  9655. "version": "0.95.0",
  9656. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.95.0.tgz",
  9657. "integrity": "sha512-3k//447vscNk5JZXVnr2qv0QONjUU7F8Y6ewAPFVQNgdvYh3gCLYCRjQ/DR5kVkqxFgVa8R/FFBV3X5jlztSzw==",
  9658. "license": "MIT",
  9659. "engines": {
  9660. "node": "^20.19.0 || >=22.12.0"
  9661. },
  9662. "funding": {
  9663. "url": "https://github.com/sponsors/Boshen"
  9664. },
  9665. "optionalDependencies": {
  9666. "@oxc-minify/binding-android-arm64": "0.95.0",
  9667. "@oxc-minify/binding-darwin-arm64": "0.95.0",
  9668. "@oxc-minify/binding-darwin-x64": "0.95.0",
  9669. "@oxc-minify/binding-freebsd-x64": "0.95.0",
  9670. "@oxc-minify/binding-linux-arm-gnueabihf": "0.95.0",
  9671. "@oxc-minify/binding-linux-arm-musleabihf": "0.95.0",
  9672. "@oxc-minify/binding-linux-arm64-gnu": "0.95.0",
  9673. "@oxc-minify/binding-linux-arm64-musl": "0.95.0",
  9674. "@oxc-minify/binding-linux-riscv64-gnu": "0.95.0",
  9675. "@oxc-minify/binding-linux-s390x-gnu": "0.95.0",
  9676. "@oxc-minify/binding-linux-x64-gnu": "0.95.0",
  9677. "@oxc-minify/binding-linux-x64-musl": "0.95.0",
  9678. "@oxc-minify/binding-wasm32-wasi": "0.95.0",
  9679. "@oxc-minify/binding-win32-arm64-msvc": "0.95.0",
  9680. "@oxc-minify/binding-win32-x64-msvc": "0.95.0"
  9681. }
  9682. },
  9683. "node_modules/oxc-parser": {
  9684. "version": "0.95.0",
  9685. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.95.0.tgz",
  9686. "integrity": "sha512-Te8fE/SmiiKWIrwBwxz5Dod87uYvsbcZ9JAL5ylPg1DevyKgTkxCXnPEaewk1Su2qpfNmry5RHoN+NywWFCG+A==",
  9687. "license": "MIT",
  9688. "peer": true,
  9689. "dependencies": {
  9690. "@oxc-project/types": "^0.95.0"
  9691. },
  9692. "engines": {
  9693. "node": "^20.19.0 || >=22.12.0"
  9694. },
  9695. "funding": {
  9696. "url": "https://github.com/sponsors/Boshen"
  9697. },
  9698. "optionalDependencies": {
  9699. "@oxc-parser/binding-android-arm64": "0.95.0",
  9700. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  9701. "@oxc-parser/binding-darwin-x64": "0.95.0",
  9702. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  9703. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  9704. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  9705. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  9706. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  9707. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  9708. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  9709. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  9710. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  9711. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  9712. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  9713. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  9714. }
  9715. },
  9716. "node_modules/oxc-transform": {
  9717. "version": "0.95.0",
  9718. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz",
  9719. "integrity": "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==",
  9720. "license": "MIT",
  9721. "engines": {
  9722. "node": "^20.19.0 || >=22.12.0"
  9723. },
  9724. "funding": {
  9725. "url": "https://github.com/sponsors/Boshen"
  9726. },
  9727. "optionalDependencies": {
  9728. "@oxc-transform/binding-android-arm64": "0.95.0",
  9729. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  9730. "@oxc-transform/binding-darwin-x64": "0.95.0",
  9731. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  9732. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  9733. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  9734. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  9735. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  9736. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  9737. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  9738. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  9739. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  9740. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  9741. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  9742. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  9743. }
  9744. },
  9745. "node_modules/oxc-walker": {
  9746. "version": "0.5.2",
  9747. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz",
  9748. "integrity": "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==",
  9749. "license": "MIT",
  9750. "dependencies": {
  9751. "magic-regexp": "^0.10.0"
  9752. },
  9753. "peerDependencies": {
  9754. "oxc-parser": ">=0.72.0"
  9755. }
  9756. },
  9757. "node_modules/package-json-from-dist": {
  9758. "version": "1.0.1",
  9759. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  9760. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  9761. "license": "BlueOak-1.0.0"
  9762. },
  9763. "node_modules/package-manager-detector": {
  9764. "version": "1.5.0",
  9765. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
  9766. "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
  9767. "license": "MIT"
  9768. },
  9769. "node_modules/pako": {
  9770. "version": "0.2.9",
  9771. "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
  9772. "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
  9773. "license": "MIT"
  9774. },
  9775. "node_modules/parse-path": {
  9776. "version": "7.1.0",
  9777. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz",
  9778. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  9779. "license": "MIT",
  9780. "dependencies": {
  9781. "protocols": "^2.0.0"
  9782. }
  9783. },
  9784. "node_modules/parse-url": {
  9785. "version": "9.2.0",
  9786. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz",
  9787. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  9788. "license": "MIT",
  9789. "dependencies": {
  9790. "@types/parse-path": "^7.0.0",
  9791. "parse-path": "^7.0.0"
  9792. },
  9793. "engines": {
  9794. "node": ">=14.13.0"
  9795. }
  9796. },
  9797. "node_modules/parseurl": {
  9798. "version": "1.3.3",
  9799. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  9800. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  9801. "license": "MIT",
  9802. "engines": {
  9803. "node": ">= 0.8"
  9804. }
  9805. },
  9806. "node_modules/path-browserify": {
  9807. "version": "1.0.1",
  9808. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  9809. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  9810. "license": "MIT"
  9811. },
  9812. "node_modules/path-key": {
  9813. "version": "3.1.1",
  9814. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  9815. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9816. "license": "MIT",
  9817. "engines": {
  9818. "node": ">=8"
  9819. }
  9820. },
  9821. "node_modules/path-parse": {
  9822. "version": "1.0.7",
  9823. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  9824. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9825. "license": "MIT"
  9826. },
  9827. "node_modules/path-scurry": {
  9828. "version": "1.11.1",
  9829. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  9830. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  9831. "license": "BlueOak-1.0.0",
  9832. "dependencies": {
  9833. "lru-cache": "^10.2.0",
  9834. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  9835. },
  9836. "engines": {
  9837. "node": ">=16 || 14 >=14.18"
  9838. },
  9839. "funding": {
  9840. "url": "https://github.com/sponsors/isaacs"
  9841. }
  9842. },
  9843. "node_modules/path-scurry/node_modules/lru-cache": {
  9844. "version": "10.4.3",
  9845. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9846. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9847. "license": "ISC"
  9848. },
  9849. "node_modules/pathe": {
  9850. "version": "2.0.3",
  9851. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  9852. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  9853. "license": "MIT"
  9854. },
  9855. "node_modules/perfect-debounce": {
  9856. "version": "2.1.0",
  9857. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  9858. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  9859. "license": "MIT"
  9860. },
  9861. "node_modules/picocolors": {
  9862. "version": "1.1.1",
  9863. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  9864. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9865. "license": "ISC"
  9866. },
  9867. "node_modules/picomatch": {
  9868. "version": "4.0.4",
  9869. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  9870. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  9871. "license": "MIT",
  9872. "engines": {
  9873. "node": ">=12"
  9874. },
  9875. "funding": {
  9876. "url": "https://github.com/sponsors/jonschlinkert"
  9877. }
  9878. },
  9879. "node_modules/pkg-types": {
  9880. "version": "2.3.0",
  9881. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  9882. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  9883. "license": "MIT",
  9884. "dependencies": {
  9885. "confbox": "^0.2.2",
  9886. "exsolve": "^1.0.7",
  9887. "pathe": "^2.0.3"
  9888. }
  9889. },
  9890. "node_modules/postcss": {
  9891. "version": "8.5.12",
  9892. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
  9893. "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
  9894. "funding": [
  9895. {
  9896. "type": "opencollective",
  9897. "url": "https://opencollective.com/postcss/"
  9898. },
  9899. {
  9900. "type": "tidelift",
  9901. "url": "https://tidelift.com/funding/github/npm/postcss"
  9902. },
  9903. {
  9904. "type": "github",
  9905. "url": "https://github.com/sponsors/ai"
  9906. }
  9907. ],
  9908. "license": "MIT",
  9909. "peer": true,
  9910. "dependencies": {
  9911. "nanoid": "^3.3.11",
  9912. "picocolors": "^1.1.1",
  9913. "source-map-js": "^1.2.1"
  9914. },
  9915. "engines": {
  9916. "node": "^10 || ^12 || >=14"
  9917. }
  9918. },
  9919. "node_modules/postcss-calc": {
  9920. "version": "10.1.1",
  9921. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  9922. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  9923. "license": "MIT",
  9924. "dependencies": {
  9925. "postcss-selector-parser": "^7.0.0",
  9926. "postcss-value-parser": "^4.2.0"
  9927. },
  9928. "engines": {
  9929. "node": "^18.12 || ^20.9 || >=22.0"
  9930. },
  9931. "peerDependencies": {
  9932. "postcss": "^8.4.38"
  9933. }
  9934. },
  9935. "node_modules/postcss-colormin": {
  9936. "version": "7.0.4",
  9937. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.4.tgz",
  9938. "integrity": "sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==",
  9939. "license": "MIT",
  9940. "dependencies": {
  9941. "browserslist": "^4.25.1",
  9942. "caniuse-api": "^3.0.0",
  9943. "colord": "^2.9.3",
  9944. "postcss-value-parser": "^4.2.0"
  9945. },
  9946. "engines": {
  9947. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9948. },
  9949. "peerDependencies": {
  9950. "postcss": "^8.4.32"
  9951. }
  9952. },
  9953. "node_modules/postcss-convert-values": {
  9954. "version": "7.0.7",
  9955. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.7.tgz",
  9956. "integrity": "sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==",
  9957. "license": "MIT",
  9958. "dependencies": {
  9959. "browserslist": "^4.25.1",
  9960. "postcss-value-parser": "^4.2.0"
  9961. },
  9962. "engines": {
  9963. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9964. },
  9965. "peerDependencies": {
  9966. "postcss": "^8.4.32"
  9967. }
  9968. },
  9969. "node_modules/postcss-discard-comments": {
  9970. "version": "7.0.4",
  9971. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.4.tgz",
  9972. "integrity": "sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==",
  9973. "license": "MIT",
  9974. "dependencies": {
  9975. "postcss-selector-parser": "^7.1.0"
  9976. },
  9977. "engines": {
  9978. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9979. },
  9980. "peerDependencies": {
  9981. "postcss": "^8.4.32"
  9982. }
  9983. },
  9984. "node_modules/postcss-discard-duplicates": {
  9985. "version": "7.0.2",
  9986. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  9987. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  9988. "license": "MIT",
  9989. "engines": {
  9990. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9991. },
  9992. "peerDependencies": {
  9993. "postcss": "^8.4.32"
  9994. }
  9995. },
  9996. "node_modules/postcss-discard-empty": {
  9997. "version": "7.0.1",
  9998. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  9999. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10000. "license": "MIT",
  10001. "engines": {
  10002. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10003. },
  10004. "peerDependencies": {
  10005. "postcss": "^8.4.32"
  10006. }
  10007. },
  10008. "node_modules/postcss-discard-overridden": {
  10009. "version": "7.0.1",
  10010. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10011. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10012. "license": "MIT",
  10013. "engines": {
  10014. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10015. },
  10016. "peerDependencies": {
  10017. "postcss": "^8.4.32"
  10018. }
  10019. },
  10020. "node_modules/postcss-merge-longhand": {
  10021. "version": "7.0.5",
  10022. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10023. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10024. "license": "MIT",
  10025. "dependencies": {
  10026. "postcss-value-parser": "^4.2.0",
  10027. "stylehacks": "^7.0.5"
  10028. },
  10029. "engines": {
  10030. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10031. },
  10032. "peerDependencies": {
  10033. "postcss": "^8.4.32"
  10034. }
  10035. },
  10036. "node_modules/postcss-merge-rules": {
  10037. "version": "7.0.6",
  10038. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.6.tgz",
  10039. "integrity": "sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==",
  10040. "license": "MIT",
  10041. "dependencies": {
  10042. "browserslist": "^4.25.1",
  10043. "caniuse-api": "^3.0.0",
  10044. "cssnano-utils": "^5.0.1",
  10045. "postcss-selector-parser": "^7.1.0"
  10046. },
  10047. "engines": {
  10048. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10049. },
  10050. "peerDependencies": {
  10051. "postcss": "^8.4.32"
  10052. }
  10053. },
  10054. "node_modules/postcss-minify-font-values": {
  10055. "version": "7.0.1",
  10056. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10057. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10058. "license": "MIT",
  10059. "dependencies": {
  10060. "postcss-value-parser": "^4.2.0"
  10061. },
  10062. "engines": {
  10063. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10064. },
  10065. "peerDependencies": {
  10066. "postcss": "^8.4.32"
  10067. }
  10068. },
  10069. "node_modules/postcss-minify-gradients": {
  10070. "version": "7.0.1",
  10071. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10072. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10073. "license": "MIT",
  10074. "dependencies": {
  10075. "colord": "^2.9.3",
  10076. "cssnano-utils": "^5.0.1",
  10077. "postcss-value-parser": "^4.2.0"
  10078. },
  10079. "engines": {
  10080. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10081. },
  10082. "peerDependencies": {
  10083. "postcss": "^8.4.32"
  10084. }
  10085. },
  10086. "node_modules/postcss-minify-params": {
  10087. "version": "7.0.4",
  10088. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.4.tgz",
  10089. "integrity": "sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==",
  10090. "license": "MIT",
  10091. "dependencies": {
  10092. "browserslist": "^4.25.1",
  10093. "cssnano-utils": "^5.0.1",
  10094. "postcss-value-parser": "^4.2.0"
  10095. },
  10096. "engines": {
  10097. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10098. },
  10099. "peerDependencies": {
  10100. "postcss": "^8.4.32"
  10101. }
  10102. },
  10103. "node_modules/postcss-minify-selectors": {
  10104. "version": "7.0.5",
  10105. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10106. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10107. "license": "MIT",
  10108. "dependencies": {
  10109. "cssesc": "^3.0.0",
  10110. "postcss-selector-parser": "^7.1.0"
  10111. },
  10112. "engines": {
  10113. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10114. },
  10115. "peerDependencies": {
  10116. "postcss": "^8.4.32"
  10117. }
  10118. },
  10119. "node_modules/postcss-normalize-charset": {
  10120. "version": "7.0.1",
  10121. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10122. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10123. "license": "MIT",
  10124. "engines": {
  10125. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10126. },
  10127. "peerDependencies": {
  10128. "postcss": "^8.4.32"
  10129. }
  10130. },
  10131. "node_modules/postcss-normalize-display-values": {
  10132. "version": "7.0.1",
  10133. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10134. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10135. "license": "MIT",
  10136. "dependencies": {
  10137. "postcss-value-parser": "^4.2.0"
  10138. },
  10139. "engines": {
  10140. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10141. },
  10142. "peerDependencies": {
  10143. "postcss": "^8.4.32"
  10144. }
  10145. },
  10146. "node_modules/postcss-normalize-positions": {
  10147. "version": "7.0.1",
  10148. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10149. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10150. "license": "MIT",
  10151. "dependencies": {
  10152. "postcss-value-parser": "^4.2.0"
  10153. },
  10154. "engines": {
  10155. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10156. },
  10157. "peerDependencies": {
  10158. "postcss": "^8.4.32"
  10159. }
  10160. },
  10161. "node_modules/postcss-normalize-repeat-style": {
  10162. "version": "7.0.1",
  10163. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10164. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10165. "license": "MIT",
  10166. "dependencies": {
  10167. "postcss-value-parser": "^4.2.0"
  10168. },
  10169. "engines": {
  10170. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10171. },
  10172. "peerDependencies": {
  10173. "postcss": "^8.4.32"
  10174. }
  10175. },
  10176. "node_modules/postcss-normalize-string": {
  10177. "version": "7.0.1",
  10178. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10179. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10180. "license": "MIT",
  10181. "dependencies": {
  10182. "postcss-value-parser": "^4.2.0"
  10183. },
  10184. "engines": {
  10185. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10186. },
  10187. "peerDependencies": {
  10188. "postcss": "^8.4.32"
  10189. }
  10190. },
  10191. "node_modules/postcss-normalize-timing-functions": {
  10192. "version": "7.0.1",
  10193. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10194. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10195. "license": "MIT",
  10196. "dependencies": {
  10197. "postcss-value-parser": "^4.2.0"
  10198. },
  10199. "engines": {
  10200. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10201. },
  10202. "peerDependencies": {
  10203. "postcss": "^8.4.32"
  10204. }
  10205. },
  10206. "node_modules/postcss-normalize-unicode": {
  10207. "version": "7.0.4",
  10208. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.4.tgz",
  10209. "integrity": "sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==",
  10210. "license": "MIT",
  10211. "dependencies": {
  10212. "browserslist": "^4.25.1",
  10213. "postcss-value-parser": "^4.2.0"
  10214. },
  10215. "engines": {
  10216. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10217. },
  10218. "peerDependencies": {
  10219. "postcss": "^8.4.32"
  10220. }
  10221. },
  10222. "node_modules/postcss-normalize-url": {
  10223. "version": "7.0.1",
  10224. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10225. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10226. "license": "MIT",
  10227. "dependencies": {
  10228. "postcss-value-parser": "^4.2.0"
  10229. },
  10230. "engines": {
  10231. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10232. },
  10233. "peerDependencies": {
  10234. "postcss": "^8.4.32"
  10235. }
  10236. },
  10237. "node_modules/postcss-normalize-whitespace": {
  10238. "version": "7.0.1",
  10239. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10240. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10241. "license": "MIT",
  10242. "dependencies": {
  10243. "postcss-value-parser": "^4.2.0"
  10244. },
  10245. "engines": {
  10246. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10247. },
  10248. "peerDependencies": {
  10249. "postcss": "^8.4.32"
  10250. }
  10251. },
  10252. "node_modules/postcss-ordered-values": {
  10253. "version": "7.0.2",
  10254. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10255. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10256. "license": "MIT",
  10257. "dependencies": {
  10258. "cssnano-utils": "^5.0.1",
  10259. "postcss-value-parser": "^4.2.0"
  10260. },
  10261. "engines": {
  10262. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10263. },
  10264. "peerDependencies": {
  10265. "postcss": "^8.4.32"
  10266. }
  10267. },
  10268. "node_modules/postcss-reduce-initial": {
  10269. "version": "7.0.4",
  10270. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.4.tgz",
  10271. "integrity": "sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==",
  10272. "license": "MIT",
  10273. "dependencies": {
  10274. "browserslist": "^4.25.1",
  10275. "caniuse-api": "^3.0.0"
  10276. },
  10277. "engines": {
  10278. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10279. },
  10280. "peerDependencies": {
  10281. "postcss": "^8.4.32"
  10282. }
  10283. },
  10284. "node_modules/postcss-reduce-transforms": {
  10285. "version": "7.0.1",
  10286. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10287. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10288. "license": "MIT",
  10289. "dependencies": {
  10290. "postcss-value-parser": "^4.2.0"
  10291. },
  10292. "engines": {
  10293. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10294. },
  10295. "peerDependencies": {
  10296. "postcss": "^8.4.32"
  10297. }
  10298. },
  10299. "node_modules/postcss-selector-parser": {
  10300. "version": "7.1.0",
  10301. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  10302. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  10303. "license": "MIT",
  10304. "dependencies": {
  10305. "cssesc": "^3.0.0",
  10306. "util-deprecate": "^1.0.2"
  10307. },
  10308. "engines": {
  10309. "node": ">=4"
  10310. }
  10311. },
  10312. "node_modules/postcss-svgo": {
  10313. "version": "7.1.0",
  10314. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10315. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10316. "license": "MIT",
  10317. "dependencies": {
  10318. "postcss-value-parser": "^4.2.0",
  10319. "svgo": "^4.0.0"
  10320. },
  10321. "engines": {
  10322. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10323. },
  10324. "peerDependencies": {
  10325. "postcss": "^8.4.32"
  10326. }
  10327. },
  10328. "node_modules/postcss-unique-selectors": {
  10329. "version": "7.0.4",
  10330. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10331. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10332. "license": "MIT",
  10333. "dependencies": {
  10334. "postcss-selector-parser": "^7.1.0"
  10335. },
  10336. "engines": {
  10337. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10338. },
  10339. "peerDependencies": {
  10340. "postcss": "^8.4.32"
  10341. }
  10342. },
  10343. "node_modules/postcss-value-parser": {
  10344. "version": "4.2.0",
  10345. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  10346. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  10347. "license": "MIT"
  10348. },
  10349. "node_modules/postcss/node_modules/nanoid": {
  10350. "version": "3.3.11",
  10351. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  10352. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  10353. "funding": [
  10354. {
  10355. "type": "github",
  10356. "url": "https://github.com/sponsors/ai"
  10357. }
  10358. ],
  10359. "license": "MIT",
  10360. "bin": {
  10361. "nanoid": "bin/nanoid.cjs"
  10362. },
  10363. "engines": {
  10364. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10365. }
  10366. },
  10367. "node_modules/powershell-utils": {
  10368. "version": "0.1.0",
  10369. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  10370. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  10371. "license": "MIT",
  10372. "engines": {
  10373. "node": ">=20"
  10374. },
  10375. "funding": {
  10376. "url": "https://github.com/sponsors/sindresorhus"
  10377. }
  10378. },
  10379. "node_modules/pretty-bytes": {
  10380. "version": "7.1.0",
  10381. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  10382. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  10383. "license": "MIT",
  10384. "engines": {
  10385. "node": ">=20"
  10386. },
  10387. "funding": {
  10388. "url": "https://github.com/sponsors/sindresorhus"
  10389. }
  10390. },
  10391. "node_modules/process": {
  10392. "version": "0.11.10",
  10393. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  10394. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  10395. "license": "MIT",
  10396. "engines": {
  10397. "node": ">= 0.6.0"
  10398. }
  10399. },
  10400. "node_modules/process-nextick-args": {
  10401. "version": "2.0.1",
  10402. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10403. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  10404. "license": "MIT"
  10405. },
  10406. "node_modules/prompts": {
  10407. "version": "2.4.2",
  10408. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10409. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10410. "license": "MIT",
  10411. "dependencies": {
  10412. "kleur": "^3.0.3",
  10413. "sisteransi": "^1.0.5"
  10414. },
  10415. "engines": {
  10416. "node": ">= 6"
  10417. }
  10418. },
  10419. "node_modules/protocols": {
  10420. "version": "2.0.2",
  10421. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
  10422. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  10423. "license": "MIT"
  10424. },
  10425. "node_modules/quansync": {
  10426. "version": "0.2.11",
  10427. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  10428. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  10429. "funding": [
  10430. {
  10431. "type": "individual",
  10432. "url": "https://github.com/sponsors/antfu"
  10433. },
  10434. {
  10435. "type": "individual",
  10436. "url": "https://github.com/sponsors/sxzz"
  10437. }
  10438. ],
  10439. "license": "MIT"
  10440. },
  10441. "node_modules/queue-microtask": {
  10442. "version": "1.2.3",
  10443. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10444. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10445. "funding": [
  10446. {
  10447. "type": "github",
  10448. "url": "https://github.com/sponsors/feross"
  10449. },
  10450. {
  10451. "type": "patreon",
  10452. "url": "https://www.patreon.com/feross"
  10453. },
  10454. {
  10455. "type": "consulting",
  10456. "url": "https://feross.org/support"
  10457. }
  10458. ],
  10459. "license": "MIT"
  10460. },
  10461. "node_modules/radix3": {
  10462. "version": "1.1.2",
  10463. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  10464. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  10465. "license": "MIT"
  10466. },
  10467. "node_modules/range-parser": {
  10468. "version": "1.2.1",
  10469. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10470. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10471. "license": "MIT",
  10472. "engines": {
  10473. "node": ">= 0.6"
  10474. }
  10475. },
  10476. "node_modules/rc9": {
  10477. "version": "2.1.2",
  10478. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  10479. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  10480. "license": "MIT",
  10481. "dependencies": {
  10482. "defu": "^6.1.4",
  10483. "destr": "^2.0.3"
  10484. }
  10485. },
  10486. "node_modules/readable-stream": {
  10487. "version": "4.7.0",
  10488. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  10489. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  10490. "license": "MIT",
  10491. "dependencies": {
  10492. "abort-controller": "^3.0.0",
  10493. "buffer": "^6.0.3",
  10494. "events": "^3.3.0",
  10495. "process": "^0.11.10",
  10496. "string_decoder": "^1.3.0"
  10497. },
  10498. "engines": {
  10499. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10500. }
  10501. },
  10502. "node_modules/readdir-glob": {
  10503. "version": "1.1.3",
  10504. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  10505. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  10506. "license": "Apache-2.0",
  10507. "dependencies": {
  10508. "minimatch": "^5.1.0"
  10509. }
  10510. },
  10511. "node_modules/readdir-glob/node_modules/minimatch": {
  10512. "version": "5.1.9",
  10513. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  10514. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  10515. "license": "ISC",
  10516. "dependencies": {
  10517. "brace-expansion": "^2.0.1"
  10518. },
  10519. "engines": {
  10520. "node": ">=10"
  10521. }
  10522. },
  10523. "node_modules/readdirp": {
  10524. "version": "4.1.2",
  10525. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  10526. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10527. "license": "MIT",
  10528. "engines": {
  10529. "node": ">= 14.18.0"
  10530. },
  10531. "funding": {
  10532. "type": "individual",
  10533. "url": "https://paulmillr.com/funding/"
  10534. }
  10535. },
  10536. "node_modules/redis-errors": {
  10537. "version": "1.2.0",
  10538. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  10539. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  10540. "license": "MIT",
  10541. "engines": {
  10542. "node": ">=4"
  10543. }
  10544. },
  10545. "node_modules/redis-parser": {
  10546. "version": "3.0.0",
  10547. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  10548. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  10549. "license": "MIT",
  10550. "dependencies": {
  10551. "redis-errors": "^1.0.0"
  10552. },
  10553. "engines": {
  10554. "node": ">=4"
  10555. }
  10556. },
  10557. "node_modules/regexp-tree": {
  10558. "version": "0.1.27",
  10559. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  10560. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  10561. "license": "MIT",
  10562. "bin": {
  10563. "regexp-tree": "bin/regexp-tree"
  10564. }
  10565. },
  10566. "node_modules/reka-ui": {
  10567. "version": "2.6.0",
  10568. "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz",
  10569. "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==",
  10570. "license": "MIT",
  10571. "dependencies": {
  10572. "@floating-ui/dom": "^1.6.13",
  10573. "@floating-ui/vue": "^1.1.6",
  10574. "@internationalized/date": "^3.5.0",
  10575. "@internationalized/number": "^3.5.0",
  10576. "@tanstack/vue-virtual": "^3.12.0",
  10577. "@vueuse/core": "^12.5.0",
  10578. "@vueuse/shared": "^12.5.0",
  10579. "aria-hidden": "^1.2.4",
  10580. "defu": "^6.1.4",
  10581. "ohash": "^2.0.11"
  10582. },
  10583. "peerDependencies": {
  10584. "vue": ">= 3.2.0"
  10585. }
  10586. },
  10587. "node_modules/reka-ui/node_modules/@vueuse/core": {
  10588. "version": "12.8.2",
  10589. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
  10590. "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
  10591. "license": "MIT",
  10592. "dependencies": {
  10593. "@types/web-bluetooth": "^0.0.21",
  10594. "@vueuse/metadata": "12.8.2",
  10595. "@vueuse/shared": "12.8.2",
  10596. "vue": "^3.5.13"
  10597. },
  10598. "funding": {
  10599. "url": "https://github.com/sponsors/antfu"
  10600. }
  10601. },
  10602. "node_modules/reka-ui/node_modules/@vueuse/metadata": {
  10603. "version": "12.8.2",
  10604. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
  10605. "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
  10606. "license": "MIT",
  10607. "funding": {
  10608. "url": "https://github.com/sponsors/antfu"
  10609. }
  10610. },
  10611. "node_modules/reka-ui/node_modules/@vueuse/shared": {
  10612. "version": "12.8.2",
  10613. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
  10614. "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
  10615. "license": "MIT",
  10616. "dependencies": {
  10617. "vue": "^3.5.13"
  10618. },
  10619. "funding": {
  10620. "url": "https://github.com/sponsors/antfu"
  10621. }
  10622. },
  10623. "node_modules/require-directory": {
  10624. "version": "2.1.1",
  10625. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  10626. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  10627. "license": "MIT",
  10628. "engines": {
  10629. "node": ">=0.10.0"
  10630. }
  10631. },
  10632. "node_modules/resolve": {
  10633. "version": "1.22.11",
  10634. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  10635. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  10636. "license": "MIT",
  10637. "dependencies": {
  10638. "is-core-module": "^2.16.1",
  10639. "path-parse": "^1.0.7",
  10640. "supports-preserve-symlinks-flag": "^1.0.0"
  10641. },
  10642. "bin": {
  10643. "resolve": "bin/resolve"
  10644. },
  10645. "engines": {
  10646. "node": ">= 0.4"
  10647. },
  10648. "funding": {
  10649. "url": "https://github.com/sponsors/ljharb"
  10650. }
  10651. },
  10652. "node_modules/resolve-from": {
  10653. "version": "5.0.0",
  10654. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  10655. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  10656. "license": "MIT",
  10657. "engines": {
  10658. "node": ">=8"
  10659. }
  10660. },
  10661. "node_modules/restructure": {
  10662. "version": "3.0.2",
  10663. "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
  10664. "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
  10665. "license": "MIT"
  10666. },
  10667. "node_modules/reusify": {
  10668. "version": "1.1.0",
  10669. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  10670. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10671. "license": "MIT",
  10672. "engines": {
  10673. "iojs": ">=1.0.0",
  10674. "node": ">=0.10.0"
  10675. }
  10676. },
  10677. "node_modules/rfdc": {
  10678. "version": "1.4.1",
  10679. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  10680. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  10681. "license": "MIT"
  10682. },
  10683. "node_modules/rollup": {
  10684. "version": "4.60.2",
  10685. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
  10686. "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
  10687. "license": "MIT",
  10688. "peer": true,
  10689. "dependencies": {
  10690. "@types/estree": "1.0.8"
  10691. },
  10692. "bin": {
  10693. "rollup": "dist/bin/rollup"
  10694. },
  10695. "engines": {
  10696. "node": ">=18.0.0",
  10697. "npm": ">=8.0.0"
  10698. },
  10699. "optionalDependencies": {
  10700. "@rollup/rollup-android-arm-eabi": "4.60.2",
  10701. "@rollup/rollup-android-arm64": "4.60.2",
  10702. "@rollup/rollup-darwin-arm64": "4.60.2",
  10703. "@rollup/rollup-darwin-x64": "4.60.2",
  10704. "@rollup/rollup-freebsd-arm64": "4.60.2",
  10705. "@rollup/rollup-freebsd-x64": "4.60.2",
  10706. "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
  10707. "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
  10708. "@rollup/rollup-linux-arm64-gnu": "4.60.2",
  10709. "@rollup/rollup-linux-arm64-musl": "4.60.2",
  10710. "@rollup/rollup-linux-loong64-gnu": "4.60.2",
  10711. "@rollup/rollup-linux-loong64-musl": "4.60.2",
  10712. "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
  10713. "@rollup/rollup-linux-ppc64-musl": "4.60.2",
  10714. "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
  10715. "@rollup/rollup-linux-riscv64-musl": "4.60.2",
  10716. "@rollup/rollup-linux-s390x-gnu": "4.60.2",
  10717. "@rollup/rollup-linux-x64-gnu": "4.60.2",
  10718. "@rollup/rollup-linux-x64-musl": "4.60.2",
  10719. "@rollup/rollup-openbsd-x64": "4.60.2",
  10720. "@rollup/rollup-openharmony-arm64": "4.60.2",
  10721. "@rollup/rollup-win32-arm64-msvc": "4.60.2",
  10722. "@rollup/rollup-win32-ia32-msvc": "4.60.2",
  10723. "@rollup/rollup-win32-x64-gnu": "4.60.2",
  10724. "@rollup/rollup-win32-x64-msvc": "4.60.2",
  10725. "fsevents": "~2.3.2"
  10726. }
  10727. },
  10728. "node_modules/rollup-plugin-visualizer": {
  10729. "version": "6.0.5",
  10730. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  10731. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  10732. "license": "MIT",
  10733. "dependencies": {
  10734. "open": "^8.0.0",
  10735. "picomatch": "^4.0.2",
  10736. "source-map": "^0.7.4",
  10737. "yargs": "^17.5.1"
  10738. },
  10739. "bin": {
  10740. "rollup-plugin-visualizer": "dist/bin/cli.js"
  10741. },
  10742. "engines": {
  10743. "node": ">=18"
  10744. },
  10745. "peerDependencies": {
  10746. "rolldown": "1.x || ^1.0.0-beta",
  10747. "rollup": "2.x || 3.x || 4.x"
  10748. },
  10749. "peerDependenciesMeta": {
  10750. "rolldown": {
  10751. "optional": true
  10752. },
  10753. "rollup": {
  10754. "optional": true
  10755. }
  10756. }
  10757. },
  10758. "node_modules/run-applescript": {
  10759. "version": "7.1.0",
  10760. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  10761. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  10762. "license": "MIT",
  10763. "engines": {
  10764. "node": ">=18"
  10765. },
  10766. "funding": {
  10767. "url": "https://github.com/sponsors/sindresorhus"
  10768. }
  10769. },
  10770. "node_modules/run-parallel": {
  10771. "version": "1.2.0",
  10772. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  10773. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10774. "funding": [
  10775. {
  10776. "type": "github",
  10777. "url": "https://github.com/sponsors/feross"
  10778. },
  10779. {
  10780. "type": "patreon",
  10781. "url": "https://www.patreon.com/feross"
  10782. },
  10783. {
  10784. "type": "consulting",
  10785. "url": "https://feross.org/support"
  10786. }
  10787. ],
  10788. "license": "MIT",
  10789. "dependencies": {
  10790. "queue-microtask": "^1.2.2"
  10791. }
  10792. },
  10793. "node_modules/safe-buffer": {
  10794. "version": "5.2.1",
  10795. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  10796. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  10797. "funding": [
  10798. {
  10799. "type": "github",
  10800. "url": "https://github.com/sponsors/feross"
  10801. },
  10802. {
  10803. "type": "patreon",
  10804. "url": "https://www.patreon.com/feross"
  10805. },
  10806. {
  10807. "type": "consulting",
  10808. "url": "https://feross.org/support"
  10809. }
  10810. ],
  10811. "license": "MIT"
  10812. },
  10813. "node_modules/sax": {
  10814. "version": "1.6.0",
  10815. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  10816. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  10817. "license": "BlueOak-1.0.0",
  10818. "engines": {
  10819. "node": ">=11.0.0"
  10820. }
  10821. },
  10822. "node_modules/scule": {
  10823. "version": "1.3.0",
  10824. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  10825. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  10826. "license": "MIT"
  10827. },
  10828. "node_modules/semver": {
  10829. "version": "7.7.4",
  10830. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  10831. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10832. "license": "ISC",
  10833. "bin": {
  10834. "semver": "bin/semver.js"
  10835. },
  10836. "engines": {
  10837. "node": ">=10"
  10838. }
  10839. },
  10840. "node_modules/send": {
  10841. "version": "1.2.1",
  10842. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  10843. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  10844. "license": "MIT",
  10845. "dependencies": {
  10846. "debug": "^4.4.3",
  10847. "encodeurl": "^2.0.0",
  10848. "escape-html": "^1.0.3",
  10849. "etag": "^1.8.1",
  10850. "fresh": "^2.0.0",
  10851. "http-errors": "^2.0.1",
  10852. "mime-types": "^3.0.2",
  10853. "ms": "^2.1.3",
  10854. "on-finished": "^2.4.1",
  10855. "range-parser": "^1.2.1",
  10856. "statuses": "^2.0.2"
  10857. },
  10858. "engines": {
  10859. "node": ">= 18"
  10860. },
  10861. "funding": {
  10862. "type": "opencollective",
  10863. "url": "https://opencollective.com/express"
  10864. }
  10865. },
  10866. "node_modules/serialize-javascript": {
  10867. "version": "7.0.5",
  10868. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  10869. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  10870. "license": "BSD-3-Clause",
  10871. "engines": {
  10872. "node": ">=20.0.0"
  10873. }
  10874. },
  10875. "node_modules/seroval": {
  10876. "version": "1.5.2",
  10877. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  10878. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  10879. "license": "MIT",
  10880. "engines": {
  10881. "node": ">=10"
  10882. }
  10883. },
  10884. "node_modules/serve-placeholder": {
  10885. "version": "2.0.2",
  10886. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  10887. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  10888. "license": "MIT",
  10889. "dependencies": {
  10890. "defu": "^6.1.4"
  10891. }
  10892. },
  10893. "node_modules/serve-static": {
  10894. "version": "2.2.1",
  10895. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  10896. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  10897. "license": "MIT",
  10898. "dependencies": {
  10899. "encodeurl": "^2.0.0",
  10900. "escape-html": "^1.0.3",
  10901. "parseurl": "^1.3.3",
  10902. "send": "^1.2.0"
  10903. },
  10904. "engines": {
  10905. "node": ">= 18"
  10906. },
  10907. "funding": {
  10908. "type": "opencollective",
  10909. "url": "https://opencollective.com/express"
  10910. }
  10911. },
  10912. "node_modules/setprototypeof": {
  10913. "version": "1.2.0",
  10914. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  10915. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  10916. "license": "ISC"
  10917. },
  10918. "node_modules/sharp": {
  10919. "version": "0.34.5",
  10920. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  10921. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  10922. "hasInstallScript": true,
  10923. "license": "Apache-2.0",
  10924. "optional": true,
  10925. "dependencies": {
  10926. "@img/colour": "^1.0.0",
  10927. "detect-libc": "^2.1.2",
  10928. "semver": "^7.7.3"
  10929. },
  10930. "engines": {
  10931. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10932. },
  10933. "funding": {
  10934. "url": "https://opencollective.com/libvips"
  10935. },
  10936. "optionalDependencies": {
  10937. "@img/sharp-darwin-arm64": "0.34.5",
  10938. "@img/sharp-darwin-x64": "0.34.5",
  10939. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  10940. "@img/sharp-libvips-darwin-x64": "1.2.4",
  10941. "@img/sharp-libvips-linux-arm": "1.2.4",
  10942. "@img/sharp-libvips-linux-arm64": "1.2.4",
  10943. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  10944. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  10945. "@img/sharp-libvips-linux-s390x": "1.2.4",
  10946. "@img/sharp-libvips-linux-x64": "1.2.4",
  10947. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  10948. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  10949. "@img/sharp-linux-arm": "0.34.5",
  10950. "@img/sharp-linux-arm64": "0.34.5",
  10951. "@img/sharp-linux-ppc64": "0.34.5",
  10952. "@img/sharp-linux-riscv64": "0.34.5",
  10953. "@img/sharp-linux-s390x": "0.34.5",
  10954. "@img/sharp-linux-x64": "0.34.5",
  10955. "@img/sharp-linuxmusl-arm64": "0.34.5",
  10956. "@img/sharp-linuxmusl-x64": "0.34.5",
  10957. "@img/sharp-wasm32": "0.34.5",
  10958. "@img/sharp-win32-arm64": "0.34.5",
  10959. "@img/sharp-win32-ia32": "0.34.5",
  10960. "@img/sharp-win32-x64": "0.34.5"
  10961. }
  10962. },
  10963. "node_modules/shebang-command": {
  10964. "version": "2.0.0",
  10965. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  10966. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10967. "license": "MIT",
  10968. "dependencies": {
  10969. "shebang-regex": "^3.0.0"
  10970. },
  10971. "engines": {
  10972. "node": ">=8"
  10973. }
  10974. },
  10975. "node_modules/shebang-regex": {
  10976. "version": "3.0.0",
  10977. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10978. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10979. "license": "MIT",
  10980. "engines": {
  10981. "node": ">=8"
  10982. }
  10983. },
  10984. "node_modules/shell-quote": {
  10985. "version": "1.8.3",
  10986. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  10987. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  10988. "license": "MIT",
  10989. "engines": {
  10990. "node": ">= 0.4"
  10991. },
  10992. "funding": {
  10993. "url": "https://github.com/sponsors/ljharb"
  10994. }
  10995. },
  10996. "node_modules/signal-exit": {
  10997. "version": "4.1.0",
  10998. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  10999. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11000. "license": "ISC",
  11001. "engines": {
  11002. "node": ">=14"
  11003. },
  11004. "funding": {
  11005. "url": "https://github.com/sponsors/isaacs"
  11006. }
  11007. },
  11008. "node_modules/simple-git": {
  11009. "version": "3.36.0",
  11010. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
  11011. "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
  11012. "license": "MIT",
  11013. "dependencies": {
  11014. "@kwsites/file-exists": "^1.1.1",
  11015. "@kwsites/promise-deferred": "^1.1.1",
  11016. "@simple-git/args-pathspec": "^1.0.3",
  11017. "@simple-git/argv-parser": "^1.1.0",
  11018. "debug": "^4.4.0"
  11019. },
  11020. "funding": {
  11021. "type": "github",
  11022. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11023. }
  11024. },
  11025. "node_modules/sirv": {
  11026. "version": "3.0.2",
  11027. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  11028. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11029. "license": "MIT",
  11030. "dependencies": {
  11031. "@polka/url": "^1.0.0-next.24",
  11032. "mrmime": "^2.0.0",
  11033. "totalist": "^3.0.0"
  11034. },
  11035. "engines": {
  11036. "node": ">=18"
  11037. }
  11038. },
  11039. "node_modules/sisteransi": {
  11040. "version": "1.0.5",
  11041. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11042. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11043. "license": "MIT"
  11044. },
  11045. "node_modules/slash": {
  11046. "version": "5.1.0",
  11047. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  11048. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11049. "license": "MIT",
  11050. "engines": {
  11051. "node": ">=14.16"
  11052. },
  11053. "funding": {
  11054. "url": "https://github.com/sponsors/sindresorhus"
  11055. }
  11056. },
  11057. "node_modules/smob": {
  11058. "version": "1.6.1",
  11059. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  11060. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  11061. "license": "MIT",
  11062. "engines": {
  11063. "node": ">=20.0.0"
  11064. }
  11065. },
  11066. "node_modules/source-map": {
  11067. "version": "0.7.6",
  11068. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  11069. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11070. "license": "BSD-3-Clause",
  11071. "engines": {
  11072. "node": ">= 12"
  11073. }
  11074. },
  11075. "node_modules/source-map-js": {
  11076. "version": "1.2.1",
  11077. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  11078. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11079. "license": "BSD-3-Clause",
  11080. "engines": {
  11081. "node": ">=0.10.0"
  11082. }
  11083. },
  11084. "node_modules/source-map-support": {
  11085. "version": "0.5.21",
  11086. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11087. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11088. "license": "MIT",
  11089. "dependencies": {
  11090. "buffer-from": "^1.0.0",
  11091. "source-map": "^0.6.0"
  11092. }
  11093. },
  11094. "node_modules/source-map-support/node_modules/source-map": {
  11095. "version": "0.6.1",
  11096. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11097. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11098. "license": "BSD-3-Clause",
  11099. "engines": {
  11100. "node": ">=0.10.0"
  11101. }
  11102. },
  11103. "node_modules/speakingurl": {
  11104. "version": "14.0.1",
  11105. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  11106. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11107. "license": "BSD-3-Clause",
  11108. "engines": {
  11109. "node": ">=0.10.0"
  11110. }
  11111. },
  11112. "node_modules/srvx": {
  11113. "version": "0.11.15",
  11114. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  11115. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  11116. "license": "MIT",
  11117. "bin": {
  11118. "srvx": "bin/srvx.mjs"
  11119. },
  11120. "engines": {
  11121. "node": ">=20.16.0"
  11122. }
  11123. },
  11124. "node_modules/standard-as-callback": {
  11125. "version": "2.1.0",
  11126. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11127. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11128. "license": "MIT"
  11129. },
  11130. "node_modules/statuses": {
  11131. "version": "2.0.2",
  11132. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  11133. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11134. "license": "MIT",
  11135. "engines": {
  11136. "node": ">= 0.8"
  11137. }
  11138. },
  11139. "node_modules/std-env": {
  11140. "version": "3.10.0",
  11141. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  11142. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11143. "license": "MIT"
  11144. },
  11145. "node_modules/streamx": {
  11146. "version": "2.23.0",
  11147. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
  11148. "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
  11149. "license": "MIT",
  11150. "dependencies": {
  11151. "events-universal": "^1.0.0",
  11152. "fast-fifo": "^1.3.2",
  11153. "text-decoder": "^1.1.0"
  11154. }
  11155. },
  11156. "node_modules/string_decoder": {
  11157. "version": "1.3.0",
  11158. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11159. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11160. "license": "MIT",
  11161. "dependencies": {
  11162. "safe-buffer": "~5.2.0"
  11163. }
  11164. },
  11165. "node_modules/string-width": {
  11166. "version": "5.1.2",
  11167. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  11168. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  11169. "license": "MIT",
  11170. "dependencies": {
  11171. "eastasianwidth": "^0.2.0",
  11172. "emoji-regex": "^9.2.2",
  11173. "strip-ansi": "^7.0.1"
  11174. },
  11175. "engines": {
  11176. "node": ">=12"
  11177. },
  11178. "funding": {
  11179. "url": "https://github.com/sponsors/sindresorhus"
  11180. }
  11181. },
  11182. "node_modules/string-width-cjs": {
  11183. "name": "string-width",
  11184. "version": "4.2.3",
  11185. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11186. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11187. "license": "MIT",
  11188. "dependencies": {
  11189. "emoji-regex": "^8.0.0",
  11190. "is-fullwidth-code-point": "^3.0.0",
  11191. "strip-ansi": "^6.0.1"
  11192. },
  11193. "engines": {
  11194. "node": ">=8"
  11195. }
  11196. },
  11197. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  11198. "version": "5.0.1",
  11199. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11200. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11201. "license": "MIT",
  11202. "engines": {
  11203. "node": ">=8"
  11204. }
  11205. },
  11206. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  11207. "version": "8.0.0",
  11208. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  11209. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  11210. "license": "MIT"
  11211. },
  11212. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  11213. "version": "6.0.1",
  11214. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11215. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11216. "license": "MIT",
  11217. "dependencies": {
  11218. "ansi-regex": "^5.0.1"
  11219. },
  11220. "engines": {
  11221. "node": ">=8"
  11222. }
  11223. },
  11224. "node_modules/strip-ansi": {
  11225. "version": "7.1.2",
  11226. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  11227. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  11228. "license": "MIT",
  11229. "dependencies": {
  11230. "ansi-regex": "^6.0.1"
  11231. },
  11232. "engines": {
  11233. "node": ">=12"
  11234. },
  11235. "funding": {
  11236. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11237. }
  11238. },
  11239. "node_modules/strip-ansi-cjs": {
  11240. "name": "strip-ansi",
  11241. "version": "6.0.1",
  11242. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11243. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11244. "license": "MIT",
  11245. "dependencies": {
  11246. "ansi-regex": "^5.0.1"
  11247. },
  11248. "engines": {
  11249. "node": ">=8"
  11250. }
  11251. },
  11252. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  11253. "version": "5.0.1",
  11254. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11255. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11256. "license": "MIT",
  11257. "engines": {
  11258. "node": ">=8"
  11259. }
  11260. },
  11261. "node_modules/strip-final-newline": {
  11262. "version": "3.0.0",
  11263. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  11264. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  11265. "license": "MIT",
  11266. "engines": {
  11267. "node": ">=12"
  11268. },
  11269. "funding": {
  11270. "url": "https://github.com/sponsors/sindresorhus"
  11271. }
  11272. },
  11273. "node_modules/strip-literal": {
  11274. "version": "3.1.0",
  11275. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  11276. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  11277. "license": "MIT",
  11278. "dependencies": {
  11279. "js-tokens": "^9.0.1"
  11280. },
  11281. "funding": {
  11282. "url": "https://github.com/sponsors/antfu"
  11283. }
  11284. },
  11285. "node_modules/strip-literal/node_modules/js-tokens": {
  11286. "version": "9.0.1",
  11287. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  11288. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  11289. "license": "MIT"
  11290. },
  11291. "node_modules/structured-clone-es": {
  11292. "version": "1.0.0",
  11293. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  11294. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  11295. "license": "ISC"
  11296. },
  11297. "node_modules/stylehacks": {
  11298. "version": "7.0.6",
  11299. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.6.tgz",
  11300. "integrity": "sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==",
  11301. "license": "MIT",
  11302. "dependencies": {
  11303. "browserslist": "^4.25.1",
  11304. "postcss-selector-parser": "^7.1.0"
  11305. },
  11306. "engines": {
  11307. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11308. },
  11309. "peerDependencies": {
  11310. "postcss": "^8.4.32"
  11311. }
  11312. },
  11313. "node_modules/superjson": {
  11314. "version": "2.2.3",
  11315. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.3.tgz",
  11316. "integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==",
  11317. "license": "MIT",
  11318. "dependencies": {
  11319. "copy-anything": "^4"
  11320. },
  11321. "engines": {
  11322. "node": ">=16"
  11323. }
  11324. },
  11325. "node_modules/supports-color": {
  11326. "version": "10.2.2",
  11327. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  11328. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  11329. "license": "MIT",
  11330. "engines": {
  11331. "node": ">=18"
  11332. },
  11333. "funding": {
  11334. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11335. }
  11336. },
  11337. "node_modules/supports-preserve-symlinks-flag": {
  11338. "version": "1.0.0",
  11339. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11340. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11341. "license": "MIT",
  11342. "engines": {
  11343. "node": ">= 0.4"
  11344. },
  11345. "funding": {
  11346. "url": "https://github.com/sponsors/ljharb"
  11347. }
  11348. },
  11349. "node_modules/svgo": {
  11350. "version": "4.0.1",
  11351. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  11352. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  11353. "license": "MIT",
  11354. "dependencies": {
  11355. "commander": "^11.1.0",
  11356. "css-select": "^5.1.0",
  11357. "css-tree": "^3.0.1",
  11358. "css-what": "^6.1.0",
  11359. "csso": "^5.0.5",
  11360. "picocolors": "^1.1.1",
  11361. "sax": "^1.5.0"
  11362. },
  11363. "bin": {
  11364. "svgo": "bin/svgo.js"
  11365. },
  11366. "engines": {
  11367. "node": ">=16"
  11368. },
  11369. "funding": {
  11370. "type": "opencollective",
  11371. "url": "https://opencollective.com/svgo"
  11372. }
  11373. },
  11374. "node_modules/tagged-tag": {
  11375. "version": "1.0.0",
  11376. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  11377. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  11378. "license": "MIT",
  11379. "engines": {
  11380. "node": ">=20"
  11381. },
  11382. "funding": {
  11383. "url": "https://github.com/sponsors/sindresorhus"
  11384. }
  11385. },
  11386. "node_modules/tailwind-merge": {
  11387. "version": "3.4.0",
  11388. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
  11389. "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
  11390. "license": "MIT",
  11391. "peer": true,
  11392. "funding": {
  11393. "type": "github",
  11394. "url": "https://github.com/sponsors/dcastil"
  11395. }
  11396. },
  11397. "node_modules/tailwind-variants": {
  11398. "version": "3.2.2",
  11399. "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
  11400. "integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
  11401. "license": "MIT",
  11402. "engines": {
  11403. "node": ">=16.x",
  11404. "pnpm": ">=7.x"
  11405. },
  11406. "peerDependencies": {
  11407. "tailwind-merge": ">=3.0.0",
  11408. "tailwindcss": "*"
  11409. },
  11410. "peerDependenciesMeta": {
  11411. "tailwind-merge": {
  11412. "optional": true
  11413. }
  11414. }
  11415. },
  11416. "node_modules/tailwindcss": {
  11417. "version": "4.1.17",
  11418. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
  11419. "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==",
  11420. "license": "MIT",
  11421. "peer": true
  11422. },
  11423. "node_modules/tapable": {
  11424. "version": "2.3.0",
  11425. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  11426. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  11427. "license": "MIT",
  11428. "engines": {
  11429. "node": ">=6"
  11430. },
  11431. "funding": {
  11432. "type": "opencollective",
  11433. "url": "https://opencollective.com/webpack"
  11434. }
  11435. },
  11436. "node_modules/tar": {
  11437. "version": "7.5.13",
  11438. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  11439. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  11440. "license": "BlueOak-1.0.0",
  11441. "dependencies": {
  11442. "@isaacs/fs-minipass": "^4.0.0",
  11443. "chownr": "^3.0.0",
  11444. "minipass": "^7.1.2",
  11445. "minizlib": "^3.1.0",
  11446. "yallist": "^5.0.0"
  11447. },
  11448. "engines": {
  11449. "node": ">=18"
  11450. }
  11451. },
  11452. "node_modules/tar-stream": {
  11453. "version": "3.1.7",
  11454. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  11455. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  11456. "license": "MIT",
  11457. "dependencies": {
  11458. "b4a": "^1.6.4",
  11459. "fast-fifo": "^1.2.0",
  11460. "streamx": "^2.15.0"
  11461. }
  11462. },
  11463. "node_modules/tar/node_modules/yallist": {
  11464. "version": "5.0.0",
  11465. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  11466. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11467. "license": "BlueOak-1.0.0",
  11468. "engines": {
  11469. "node": ">=18"
  11470. }
  11471. },
  11472. "node_modules/terser": {
  11473. "version": "5.44.0",
  11474. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
  11475. "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
  11476. "license": "BSD-2-Clause",
  11477. "dependencies": {
  11478. "@jridgewell/source-map": "^0.3.3",
  11479. "acorn": "^8.15.0",
  11480. "commander": "^2.20.0",
  11481. "source-map-support": "~0.5.20"
  11482. },
  11483. "bin": {
  11484. "terser": "bin/terser"
  11485. },
  11486. "engines": {
  11487. "node": ">=10"
  11488. }
  11489. },
  11490. "node_modules/terser/node_modules/commander": {
  11491. "version": "2.20.3",
  11492. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11493. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  11494. "license": "MIT"
  11495. },
  11496. "node_modules/text-decoder": {
  11497. "version": "1.2.3",
  11498. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  11499. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  11500. "license": "Apache-2.0",
  11501. "dependencies": {
  11502. "b4a": "^1.6.4"
  11503. }
  11504. },
  11505. "node_modules/tiny-inflate": {
  11506. "version": "1.0.3",
  11507. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  11508. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  11509. "license": "MIT"
  11510. },
  11511. "node_modules/tiny-invariant": {
  11512. "version": "1.3.3",
  11513. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  11514. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  11515. "license": "MIT"
  11516. },
  11517. "node_modules/tinyclip": {
  11518. "version": "0.1.12",
  11519. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  11520. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  11521. "license": "MIT",
  11522. "engines": {
  11523. "node": "^16.14.0 || >= 17.3.0"
  11524. }
  11525. },
  11526. "node_modules/tinyexec": {
  11527. "version": "1.1.1",
  11528. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  11529. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  11530. "license": "MIT",
  11531. "engines": {
  11532. "node": ">=18"
  11533. }
  11534. },
  11535. "node_modules/tinyglobby": {
  11536. "version": "0.2.16",
  11537. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  11538. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  11539. "license": "MIT",
  11540. "dependencies": {
  11541. "fdir": "^6.5.0",
  11542. "picomatch": "^4.0.4"
  11543. },
  11544. "engines": {
  11545. "node": ">=12.0.0"
  11546. },
  11547. "funding": {
  11548. "url": "https://github.com/sponsors/SuperchupuDev"
  11549. }
  11550. },
  11551. "node_modules/to-regex-range": {
  11552. "version": "5.0.1",
  11553. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11554. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11555. "license": "MIT",
  11556. "dependencies": {
  11557. "is-number": "^7.0.0"
  11558. },
  11559. "engines": {
  11560. "node": ">=8.0"
  11561. }
  11562. },
  11563. "node_modules/toidentifier": {
  11564. "version": "1.0.1",
  11565. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11566. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11567. "license": "MIT",
  11568. "engines": {
  11569. "node": ">=0.6"
  11570. }
  11571. },
  11572. "node_modules/totalist": {
  11573. "version": "3.0.1",
  11574. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  11575. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  11576. "license": "MIT",
  11577. "engines": {
  11578. "node": ">=6"
  11579. }
  11580. },
  11581. "node_modules/tr46": {
  11582. "version": "0.0.3",
  11583. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11584. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  11585. "license": "MIT"
  11586. },
  11587. "node_modules/tslib": {
  11588. "version": "2.8.1",
  11589. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  11590. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11591. "license": "0BSD"
  11592. },
  11593. "node_modules/type-fest": {
  11594. "version": "5.1.0",
  11595. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz",
  11596. "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==",
  11597. "license": "(MIT OR CC0-1.0)",
  11598. "dependencies": {
  11599. "tagged-tag": "^1.0.0"
  11600. },
  11601. "engines": {
  11602. "node": ">=20"
  11603. },
  11604. "funding": {
  11605. "url": "https://github.com/sponsors/sindresorhus"
  11606. }
  11607. },
  11608. "node_modules/type-level-regexp": {
  11609. "version": "0.1.17",
  11610. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  11611. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  11612. "license": "MIT"
  11613. },
  11614. "node_modules/typescript": {
  11615. "version": "5.9.3",
  11616. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  11617. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  11618. "license": "Apache-2.0",
  11619. "peer": true,
  11620. "bin": {
  11621. "tsc": "bin/tsc",
  11622. "tsserver": "bin/tsserver"
  11623. },
  11624. "engines": {
  11625. "node": ">=14.17"
  11626. }
  11627. },
  11628. "node_modules/ufo": {
  11629. "version": "1.6.3",
  11630. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  11631. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  11632. "license": "MIT"
  11633. },
  11634. "node_modules/ultrahtml": {
  11635. "version": "1.6.0",
  11636. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  11637. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  11638. "license": "MIT"
  11639. },
  11640. "node_modules/uncrypto": {
  11641. "version": "0.1.3",
  11642. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  11643. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  11644. "license": "MIT"
  11645. },
  11646. "node_modules/unctx": {
  11647. "version": "2.5.0",
  11648. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  11649. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  11650. "license": "MIT",
  11651. "dependencies": {
  11652. "acorn": "^8.15.0",
  11653. "estree-walker": "^3.0.3",
  11654. "magic-string": "^0.30.21",
  11655. "unplugin": "^2.3.11"
  11656. }
  11657. },
  11658. "node_modules/unctx/node_modules/estree-walker": {
  11659. "version": "3.0.3",
  11660. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11661. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11662. "license": "MIT",
  11663. "dependencies": {
  11664. "@types/estree": "^1.0.0"
  11665. }
  11666. },
  11667. "node_modules/unenv": {
  11668. "version": "2.0.0-rc.24",
  11669. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  11670. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  11671. "license": "MIT",
  11672. "dependencies": {
  11673. "pathe": "^2.0.3"
  11674. }
  11675. },
  11676. "node_modules/unhead": {
  11677. "version": "2.1.13",
  11678. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  11679. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  11680. "license": "MIT",
  11681. "dependencies": {
  11682. "hookable": "^6.0.1"
  11683. },
  11684. "funding": {
  11685. "url": "https://github.com/sponsors/harlan-zw"
  11686. }
  11687. },
  11688. "node_modules/unhead/node_modules/hookable": {
  11689. "version": "6.1.1",
  11690. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  11691. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  11692. "license": "MIT"
  11693. },
  11694. "node_modules/unicode-properties": {
  11695. "version": "1.4.1",
  11696. "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
  11697. "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
  11698. "license": "MIT",
  11699. "dependencies": {
  11700. "base64-js": "^1.3.0",
  11701. "unicode-trie": "^2.0.0"
  11702. }
  11703. },
  11704. "node_modules/unicode-trie": {
  11705. "version": "2.0.0",
  11706. "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
  11707. "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
  11708. "license": "MIT",
  11709. "dependencies": {
  11710. "pako": "^0.2.5",
  11711. "tiny-inflate": "^1.0.0"
  11712. }
  11713. },
  11714. "node_modules/unicorn-magic": {
  11715. "version": "0.3.0",
  11716. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  11717. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  11718. "license": "MIT",
  11719. "engines": {
  11720. "node": ">=18"
  11721. },
  11722. "funding": {
  11723. "url": "https://github.com/sponsors/sindresorhus"
  11724. }
  11725. },
  11726. "node_modules/unifont": {
  11727. "version": "0.6.0",
  11728. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
  11729. "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
  11730. "license": "MIT",
  11731. "dependencies": {
  11732. "css-tree": "^3.0.0",
  11733. "ofetch": "^1.4.1",
  11734. "ohash": "^2.0.0"
  11735. }
  11736. },
  11737. "node_modules/unimport": {
  11738. "version": "5.5.0",
  11739. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.5.0.tgz",
  11740. "integrity": "sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==",
  11741. "license": "MIT",
  11742. "dependencies": {
  11743. "acorn": "^8.15.0",
  11744. "escape-string-regexp": "^5.0.0",
  11745. "estree-walker": "^3.0.3",
  11746. "local-pkg": "^1.1.2",
  11747. "magic-string": "^0.30.19",
  11748. "mlly": "^1.8.0",
  11749. "pathe": "^2.0.3",
  11750. "picomatch": "^4.0.3",
  11751. "pkg-types": "^2.3.0",
  11752. "scule": "^1.3.0",
  11753. "strip-literal": "^3.1.0",
  11754. "tinyglobby": "^0.2.15",
  11755. "unplugin": "^2.3.10",
  11756. "unplugin-utils": "^0.3.0"
  11757. },
  11758. "engines": {
  11759. "node": ">=18.12.0"
  11760. }
  11761. },
  11762. "node_modules/unimport/node_modules/estree-walker": {
  11763. "version": "3.0.3",
  11764. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11765. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11766. "license": "MIT",
  11767. "dependencies": {
  11768. "@types/estree": "^1.0.0"
  11769. }
  11770. },
  11771. "node_modules/unimport/node_modules/unplugin-utils": {
  11772. "version": "0.3.1",
  11773. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11774. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11775. "license": "MIT",
  11776. "dependencies": {
  11777. "pathe": "^2.0.3",
  11778. "picomatch": "^4.0.3"
  11779. },
  11780. "engines": {
  11781. "node": ">=20.19.0"
  11782. },
  11783. "funding": {
  11784. "url": "https://github.com/sponsors/sxzz"
  11785. }
  11786. },
  11787. "node_modules/unplugin": {
  11788. "version": "2.3.11",
  11789. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  11790. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  11791. "license": "MIT",
  11792. "dependencies": {
  11793. "@jridgewell/remapping": "^2.3.5",
  11794. "acorn": "^8.15.0",
  11795. "picomatch": "^4.0.3",
  11796. "webpack-virtual-modules": "^0.6.2"
  11797. },
  11798. "engines": {
  11799. "node": ">=18.12.0"
  11800. }
  11801. },
  11802. "node_modules/unplugin-auto-import": {
  11803. "version": "20.3.0",
  11804. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-20.3.0.tgz",
  11805. "integrity": "sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==",
  11806. "license": "MIT",
  11807. "dependencies": {
  11808. "local-pkg": "^1.1.2",
  11809. "magic-string": "^0.30.21",
  11810. "picomatch": "^4.0.3",
  11811. "unimport": "^5.5.0",
  11812. "unplugin": "^2.3.11",
  11813. "unplugin-utils": "^0.3.1"
  11814. },
  11815. "engines": {
  11816. "node": ">=14"
  11817. },
  11818. "funding": {
  11819. "url": "https://github.com/sponsors/antfu"
  11820. },
  11821. "peerDependencies": {
  11822. "@nuxt/kit": "^4.0.0",
  11823. "@vueuse/core": "*"
  11824. },
  11825. "peerDependenciesMeta": {
  11826. "@nuxt/kit": {
  11827. "optional": true
  11828. },
  11829. "@vueuse/core": {
  11830. "optional": true
  11831. }
  11832. }
  11833. },
  11834. "node_modules/unplugin-auto-import/node_modules/unplugin-utils": {
  11835. "version": "0.3.1",
  11836. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11837. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11838. "license": "MIT",
  11839. "dependencies": {
  11840. "pathe": "^2.0.3",
  11841. "picomatch": "^4.0.3"
  11842. },
  11843. "engines": {
  11844. "node": ">=20.19.0"
  11845. },
  11846. "funding": {
  11847. "url": "https://github.com/sponsors/sxzz"
  11848. }
  11849. },
  11850. "node_modules/unplugin-utils": {
  11851. "version": "0.2.5",
  11852. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  11853. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  11854. "license": "MIT",
  11855. "dependencies": {
  11856. "pathe": "^2.0.3",
  11857. "picomatch": "^4.0.3"
  11858. },
  11859. "engines": {
  11860. "node": ">=18.12.0"
  11861. },
  11862. "funding": {
  11863. "url": "https://github.com/sponsors/sxzz"
  11864. }
  11865. },
  11866. "node_modules/unplugin-vue-components": {
  11867. "version": "30.0.0",
  11868. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  11869. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  11870. "license": "MIT",
  11871. "dependencies": {
  11872. "chokidar": "^4.0.3",
  11873. "debug": "^4.4.3",
  11874. "local-pkg": "^1.1.2",
  11875. "magic-string": "^0.30.19",
  11876. "mlly": "^1.8.0",
  11877. "tinyglobby": "^0.2.15",
  11878. "unplugin": "^2.3.10",
  11879. "unplugin-utils": "^0.3.1"
  11880. },
  11881. "engines": {
  11882. "node": ">=14"
  11883. },
  11884. "funding": {
  11885. "url": "https://github.com/sponsors/antfu"
  11886. },
  11887. "peerDependencies": {
  11888. "@babel/parser": "^7.15.8",
  11889. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  11890. "vue": "2 || 3"
  11891. },
  11892. "peerDependenciesMeta": {
  11893. "@babel/parser": {
  11894. "optional": true
  11895. },
  11896. "@nuxt/kit": {
  11897. "optional": true
  11898. }
  11899. }
  11900. },
  11901. "node_modules/unplugin-vue-components/node_modules/unplugin-utils": {
  11902. "version": "0.3.1",
  11903. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11904. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11905. "license": "MIT",
  11906. "dependencies": {
  11907. "pathe": "^2.0.3",
  11908. "picomatch": "^4.0.3"
  11909. },
  11910. "engines": {
  11911. "node": ">=20.19.0"
  11912. },
  11913. "funding": {
  11914. "url": "https://github.com/sponsors/sxzz"
  11915. }
  11916. },
  11917. "node_modules/unplugin-vue-router": {
  11918. "version": "0.16.0",
  11919. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.0.tgz",
  11920. "integrity": "sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==",
  11921. "license": "MIT",
  11922. "dependencies": {
  11923. "@babel/generator": "^7.28.3",
  11924. "@vue-macros/common": "^3.1.1",
  11925. "@vue/language-core": "^3.1.0",
  11926. "ast-walker-scope": "^0.8.2",
  11927. "chokidar": "^4.0.3",
  11928. "json5": "^2.2.3",
  11929. "local-pkg": "^1.1.2",
  11930. "magic-string": "^0.30.19",
  11931. "mlly": "^1.8.0",
  11932. "muggle-string": "^0.4.1",
  11933. "pathe": "^2.0.3",
  11934. "picomatch": "^4.0.3",
  11935. "scule": "^1.3.0",
  11936. "tinyglobby": "^0.2.15",
  11937. "unplugin": "^2.3.10",
  11938. "unplugin-utils": "^0.3.0",
  11939. "yaml": "^2.8.1"
  11940. },
  11941. "peerDependencies": {
  11942. "@vue/compiler-sfc": "^3.5.17",
  11943. "vue-router": "^4.6.0"
  11944. },
  11945. "peerDependenciesMeta": {
  11946. "vue-router": {
  11947. "optional": true
  11948. }
  11949. }
  11950. },
  11951. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  11952. "version": "0.3.1",
  11953. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11954. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11955. "license": "MIT",
  11956. "dependencies": {
  11957. "pathe": "^2.0.3",
  11958. "picomatch": "^4.0.3"
  11959. },
  11960. "engines": {
  11961. "node": ">=20.19.0"
  11962. },
  11963. "funding": {
  11964. "url": "https://github.com/sponsors/sxzz"
  11965. }
  11966. },
  11967. "node_modules/unstorage": {
  11968. "version": "1.17.5",
  11969. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  11970. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  11971. "license": "MIT",
  11972. "dependencies": {
  11973. "anymatch": "^3.1.3",
  11974. "chokidar": "^5.0.0",
  11975. "destr": "^2.0.5",
  11976. "h3": "^1.15.10",
  11977. "lru-cache": "^11.2.7",
  11978. "node-fetch-native": "^1.6.7",
  11979. "ofetch": "^1.5.1",
  11980. "ufo": "^1.6.3"
  11981. },
  11982. "peerDependencies": {
  11983. "@azure/app-configuration": "^1.8.0",
  11984. "@azure/cosmos": "^4.2.0",
  11985. "@azure/data-tables": "^13.3.0",
  11986. "@azure/identity": "^4.6.0",
  11987. "@azure/keyvault-secrets": "^4.9.0",
  11988. "@azure/storage-blob": "^12.26.0",
  11989. "@capacitor/preferences": "^6 || ^7 || ^8",
  11990. "@deno/kv": ">=0.9.0",
  11991. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  11992. "@planetscale/database": "^1.19.0",
  11993. "@upstash/redis": "^1.34.3",
  11994. "@vercel/blob": ">=0.27.1",
  11995. "@vercel/functions": "^2.2.12 || ^3.0.0",
  11996. "@vercel/kv": "^1 || ^2 || ^3",
  11997. "aws4fetch": "^1.0.20",
  11998. "db0": ">=0.2.1",
  11999. "idb-keyval": "^6.2.1",
  12000. "ioredis": "^5.4.2",
  12001. "uploadthing": "^7.4.4"
  12002. },
  12003. "peerDependenciesMeta": {
  12004. "@azure/app-configuration": {
  12005. "optional": true
  12006. },
  12007. "@azure/cosmos": {
  12008. "optional": true
  12009. },
  12010. "@azure/data-tables": {
  12011. "optional": true
  12012. },
  12013. "@azure/identity": {
  12014. "optional": true
  12015. },
  12016. "@azure/keyvault-secrets": {
  12017. "optional": true
  12018. },
  12019. "@azure/storage-blob": {
  12020. "optional": true
  12021. },
  12022. "@capacitor/preferences": {
  12023. "optional": true
  12024. },
  12025. "@deno/kv": {
  12026. "optional": true
  12027. },
  12028. "@netlify/blobs": {
  12029. "optional": true
  12030. },
  12031. "@planetscale/database": {
  12032. "optional": true
  12033. },
  12034. "@upstash/redis": {
  12035. "optional": true
  12036. },
  12037. "@vercel/blob": {
  12038. "optional": true
  12039. },
  12040. "@vercel/functions": {
  12041. "optional": true
  12042. },
  12043. "@vercel/kv": {
  12044. "optional": true
  12045. },
  12046. "aws4fetch": {
  12047. "optional": true
  12048. },
  12049. "db0": {
  12050. "optional": true
  12051. },
  12052. "idb-keyval": {
  12053. "optional": true
  12054. },
  12055. "ioredis": {
  12056. "optional": true
  12057. },
  12058. "uploadthing": {
  12059. "optional": true
  12060. }
  12061. }
  12062. },
  12063. "node_modules/unstorage/node_modules/chokidar": {
  12064. "version": "5.0.0",
  12065. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  12066. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12067. "license": "MIT",
  12068. "dependencies": {
  12069. "readdirp": "^5.0.0"
  12070. },
  12071. "engines": {
  12072. "node": ">= 20.19.0"
  12073. },
  12074. "funding": {
  12075. "url": "https://paulmillr.com/funding/"
  12076. }
  12077. },
  12078. "node_modules/unstorage/node_modules/lru-cache": {
  12079. "version": "11.3.5",
  12080. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  12081. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  12082. "license": "BlueOak-1.0.0",
  12083. "engines": {
  12084. "node": "20 || >=22"
  12085. }
  12086. },
  12087. "node_modules/unstorage/node_modules/readdirp": {
  12088. "version": "5.0.0",
  12089. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  12090. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12091. "license": "MIT",
  12092. "engines": {
  12093. "node": ">= 20.19.0"
  12094. },
  12095. "funding": {
  12096. "type": "individual",
  12097. "url": "https://paulmillr.com/funding/"
  12098. }
  12099. },
  12100. "node_modules/untun": {
  12101. "version": "0.1.3",
  12102. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  12103. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12104. "license": "MIT",
  12105. "dependencies": {
  12106. "citty": "^0.1.5",
  12107. "consola": "^3.2.3",
  12108. "pathe": "^1.1.1"
  12109. },
  12110. "bin": {
  12111. "untun": "bin/untun.mjs"
  12112. }
  12113. },
  12114. "node_modules/untun/node_modules/pathe": {
  12115. "version": "1.1.2",
  12116. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  12117. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12118. "license": "MIT"
  12119. },
  12120. "node_modules/untyped": {
  12121. "version": "2.0.0",
  12122. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  12123. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12124. "license": "MIT",
  12125. "dependencies": {
  12126. "citty": "^0.1.6",
  12127. "defu": "^6.1.4",
  12128. "jiti": "^2.4.2",
  12129. "knitwork": "^1.2.0",
  12130. "scule": "^1.3.0"
  12131. },
  12132. "bin": {
  12133. "untyped": "dist/cli.mjs"
  12134. }
  12135. },
  12136. "node_modules/unwasm": {
  12137. "version": "0.5.3",
  12138. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  12139. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  12140. "license": "MIT",
  12141. "dependencies": {
  12142. "exsolve": "^1.0.8",
  12143. "knitwork": "^1.3.0",
  12144. "magic-string": "^0.30.21",
  12145. "mlly": "^1.8.0",
  12146. "pathe": "^2.0.3",
  12147. "pkg-types": "^2.3.0"
  12148. }
  12149. },
  12150. "node_modules/update-browserslist-db": {
  12151. "version": "1.1.4",
  12152. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  12153. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  12154. "funding": [
  12155. {
  12156. "type": "opencollective",
  12157. "url": "https://opencollective.com/browserslist"
  12158. },
  12159. {
  12160. "type": "tidelift",
  12161. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12162. },
  12163. {
  12164. "type": "github",
  12165. "url": "https://github.com/sponsors/ai"
  12166. }
  12167. ],
  12168. "license": "MIT",
  12169. "dependencies": {
  12170. "escalade": "^3.2.0",
  12171. "picocolors": "^1.1.1"
  12172. },
  12173. "bin": {
  12174. "update-browserslist-db": "cli.js"
  12175. },
  12176. "peerDependencies": {
  12177. "browserslist": ">= 4.21.0"
  12178. }
  12179. },
  12180. "node_modules/uqr": {
  12181. "version": "0.1.2",
  12182. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  12183. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  12184. "license": "MIT"
  12185. },
  12186. "node_modules/util-deprecate": {
  12187. "version": "1.0.2",
  12188. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12189. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12190. "license": "MIT"
  12191. },
  12192. "node_modules/vaul-vue": {
  12193. "version": "0.4.1",
  12194. "resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
  12195. "integrity": "sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==",
  12196. "dependencies": {
  12197. "@vueuse/core": "^10.8.0",
  12198. "reka-ui": "^2.0.0",
  12199. "vue": "^3.4.5"
  12200. },
  12201. "peerDependencies": {
  12202. "reka-ui": "^2.0.0",
  12203. "vue": "^3.3.0"
  12204. }
  12205. },
  12206. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  12207. "version": "0.0.20",
  12208. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  12209. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  12210. "license": "MIT"
  12211. },
  12212. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  12213. "version": "10.11.1",
  12214. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  12215. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  12216. "license": "MIT",
  12217. "dependencies": {
  12218. "@types/web-bluetooth": "^0.0.20",
  12219. "@vueuse/metadata": "10.11.1",
  12220. "@vueuse/shared": "10.11.1",
  12221. "vue-demi": ">=0.14.8"
  12222. },
  12223. "funding": {
  12224. "url": "https://github.com/sponsors/antfu"
  12225. }
  12226. },
  12227. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  12228. "version": "0.14.10",
  12229. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12230. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12231. "hasInstallScript": true,
  12232. "license": "MIT",
  12233. "bin": {
  12234. "vue-demi-fix": "bin/vue-demi-fix.js",
  12235. "vue-demi-switch": "bin/vue-demi-switch.js"
  12236. },
  12237. "engines": {
  12238. "node": ">=12"
  12239. },
  12240. "funding": {
  12241. "url": "https://github.com/sponsors/antfu"
  12242. },
  12243. "peerDependencies": {
  12244. "@vue/composition-api": "^1.0.0-rc.1",
  12245. "vue": "^3.0.0-0 || ^2.6.0"
  12246. },
  12247. "peerDependenciesMeta": {
  12248. "@vue/composition-api": {
  12249. "optional": true
  12250. }
  12251. }
  12252. },
  12253. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  12254. "version": "10.11.1",
  12255. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  12256. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  12257. "license": "MIT",
  12258. "funding": {
  12259. "url": "https://github.com/sponsors/antfu"
  12260. }
  12261. },
  12262. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  12263. "version": "10.11.1",
  12264. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  12265. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  12266. "license": "MIT",
  12267. "dependencies": {
  12268. "vue-demi": ">=0.14.8"
  12269. },
  12270. "funding": {
  12271. "url": "https://github.com/sponsors/antfu"
  12272. }
  12273. },
  12274. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  12275. "version": "0.14.10",
  12276. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12277. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12278. "hasInstallScript": true,
  12279. "license": "MIT",
  12280. "bin": {
  12281. "vue-demi-fix": "bin/vue-demi-fix.js",
  12282. "vue-demi-switch": "bin/vue-demi-switch.js"
  12283. },
  12284. "engines": {
  12285. "node": ">=12"
  12286. },
  12287. "funding": {
  12288. "url": "https://github.com/sponsors/antfu"
  12289. },
  12290. "peerDependencies": {
  12291. "@vue/composition-api": "^1.0.0-rc.1",
  12292. "vue": "^3.0.0-0 || ^2.6.0"
  12293. },
  12294. "peerDependenciesMeta": {
  12295. "@vue/composition-api": {
  12296. "optional": true
  12297. }
  12298. }
  12299. },
  12300. "node_modules/vite": {
  12301. "version": "7.3.2",
  12302. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  12303. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  12304. "license": "MIT",
  12305. "peer": true,
  12306. "dependencies": {
  12307. "esbuild": "^0.27.0",
  12308. "fdir": "^6.5.0",
  12309. "picomatch": "^4.0.3",
  12310. "postcss": "^8.5.6",
  12311. "rollup": "^4.43.0",
  12312. "tinyglobby": "^0.2.15"
  12313. },
  12314. "bin": {
  12315. "vite": "bin/vite.js"
  12316. },
  12317. "engines": {
  12318. "node": "^20.19.0 || >=22.12.0"
  12319. },
  12320. "funding": {
  12321. "url": "https://github.com/vitejs/vite?sponsor=1"
  12322. },
  12323. "optionalDependencies": {
  12324. "fsevents": "~2.3.3"
  12325. },
  12326. "peerDependencies": {
  12327. "@types/node": "^20.19.0 || >=22.12.0",
  12328. "jiti": ">=1.21.0",
  12329. "less": "^4.0.0",
  12330. "lightningcss": "^1.21.0",
  12331. "sass": "^1.70.0",
  12332. "sass-embedded": "^1.70.0",
  12333. "stylus": ">=0.54.8",
  12334. "sugarss": "^5.0.0",
  12335. "terser": "^5.16.0",
  12336. "tsx": "^4.8.1",
  12337. "yaml": "^2.4.2"
  12338. },
  12339. "peerDependenciesMeta": {
  12340. "@types/node": {
  12341. "optional": true
  12342. },
  12343. "jiti": {
  12344. "optional": true
  12345. },
  12346. "less": {
  12347. "optional": true
  12348. },
  12349. "lightningcss": {
  12350. "optional": true
  12351. },
  12352. "sass": {
  12353. "optional": true
  12354. },
  12355. "sass-embedded": {
  12356. "optional": true
  12357. },
  12358. "stylus": {
  12359. "optional": true
  12360. },
  12361. "sugarss": {
  12362. "optional": true
  12363. },
  12364. "terser": {
  12365. "optional": true
  12366. },
  12367. "tsx": {
  12368. "optional": true
  12369. },
  12370. "yaml": {
  12371. "optional": true
  12372. }
  12373. }
  12374. },
  12375. "node_modules/vite-dev-rpc": {
  12376. "version": "1.1.0",
  12377. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  12378. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  12379. "license": "MIT",
  12380. "dependencies": {
  12381. "birpc": "^2.4.0",
  12382. "vite-hot-client": "^2.1.0"
  12383. },
  12384. "funding": {
  12385. "url": "https://github.com/sponsors/antfu"
  12386. },
  12387. "peerDependencies": {
  12388. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  12389. }
  12390. },
  12391. "node_modules/vite-hot-client": {
  12392. "version": "2.1.0",
  12393. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  12394. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  12395. "license": "MIT",
  12396. "funding": {
  12397. "url": "https://github.com/sponsors/antfu"
  12398. },
  12399. "peerDependencies": {
  12400. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  12401. }
  12402. },
  12403. "node_modules/vite-node": {
  12404. "version": "3.2.4",
  12405. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  12406. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  12407. "license": "MIT",
  12408. "dependencies": {
  12409. "cac": "^6.7.14",
  12410. "debug": "^4.4.1",
  12411. "es-module-lexer": "^1.7.0",
  12412. "pathe": "^2.0.3",
  12413. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  12414. },
  12415. "bin": {
  12416. "vite-node": "vite-node.mjs"
  12417. },
  12418. "engines": {
  12419. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  12420. },
  12421. "funding": {
  12422. "url": "https://opencollective.com/vitest"
  12423. }
  12424. },
  12425. "node_modules/vite-plugin-checker": {
  12426. "version": "0.11.0",
  12427. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz",
  12428. "integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==",
  12429. "license": "MIT",
  12430. "dependencies": {
  12431. "@babel/code-frame": "^7.27.1",
  12432. "chokidar": "^4.0.3",
  12433. "npm-run-path": "^6.0.0",
  12434. "picocolors": "^1.1.1",
  12435. "picomatch": "^4.0.3",
  12436. "tiny-invariant": "^1.3.3",
  12437. "tinyglobby": "^0.2.14",
  12438. "vscode-uri": "^3.1.0"
  12439. },
  12440. "engines": {
  12441. "node": ">=16.11"
  12442. },
  12443. "peerDependencies": {
  12444. "@biomejs/biome": ">=1.7",
  12445. "eslint": ">=7",
  12446. "meow": "^13.2.0",
  12447. "optionator": "^0.9.4",
  12448. "oxlint": ">=1",
  12449. "stylelint": ">=16",
  12450. "typescript": "*",
  12451. "vite": ">=5.4.20",
  12452. "vls": "*",
  12453. "vti": "*",
  12454. "vue-tsc": "~2.2.10 || ^3.0.0"
  12455. },
  12456. "peerDependenciesMeta": {
  12457. "@biomejs/biome": {
  12458. "optional": true
  12459. },
  12460. "eslint": {
  12461. "optional": true
  12462. },
  12463. "meow": {
  12464. "optional": true
  12465. },
  12466. "optionator": {
  12467. "optional": true
  12468. },
  12469. "oxlint": {
  12470. "optional": true
  12471. },
  12472. "stylelint": {
  12473. "optional": true
  12474. },
  12475. "typescript": {
  12476. "optional": true
  12477. },
  12478. "vls": {
  12479. "optional": true
  12480. },
  12481. "vti": {
  12482. "optional": true
  12483. },
  12484. "vue-tsc": {
  12485. "optional": true
  12486. }
  12487. }
  12488. },
  12489. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  12490. "version": "6.0.0",
  12491. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  12492. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  12493. "license": "MIT",
  12494. "dependencies": {
  12495. "path-key": "^4.0.0",
  12496. "unicorn-magic": "^0.3.0"
  12497. },
  12498. "engines": {
  12499. "node": ">=18"
  12500. },
  12501. "funding": {
  12502. "url": "https://github.com/sponsors/sindresorhus"
  12503. }
  12504. },
  12505. "node_modules/vite-plugin-checker/node_modules/path-key": {
  12506. "version": "4.0.0",
  12507. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  12508. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  12509. "license": "MIT",
  12510. "engines": {
  12511. "node": ">=12"
  12512. },
  12513. "funding": {
  12514. "url": "https://github.com/sponsors/sindresorhus"
  12515. }
  12516. },
  12517. "node_modules/vite-plugin-inspect": {
  12518. "version": "11.3.3",
  12519. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  12520. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  12521. "license": "MIT",
  12522. "dependencies": {
  12523. "ansis": "^4.1.0",
  12524. "debug": "^4.4.1",
  12525. "error-stack-parser-es": "^1.0.5",
  12526. "ohash": "^2.0.11",
  12527. "open": "^10.2.0",
  12528. "perfect-debounce": "^2.0.0",
  12529. "sirv": "^3.0.1",
  12530. "unplugin-utils": "^0.3.0",
  12531. "vite-dev-rpc": "^1.1.0"
  12532. },
  12533. "engines": {
  12534. "node": ">=14"
  12535. },
  12536. "funding": {
  12537. "url": "https://github.com/sponsors/antfu"
  12538. },
  12539. "peerDependencies": {
  12540. "vite": "^6.0.0 || ^7.0.0-0"
  12541. },
  12542. "peerDependenciesMeta": {
  12543. "@nuxt/kit": {
  12544. "optional": true
  12545. }
  12546. }
  12547. },
  12548. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  12549. "version": "3.0.0",
  12550. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  12551. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  12552. "license": "MIT",
  12553. "engines": {
  12554. "node": ">=12"
  12555. },
  12556. "funding": {
  12557. "url": "https://github.com/sponsors/sindresorhus"
  12558. }
  12559. },
  12560. "node_modules/vite-plugin-inspect/node_modules/open": {
  12561. "version": "10.2.0",
  12562. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  12563. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  12564. "license": "MIT",
  12565. "dependencies": {
  12566. "default-browser": "^5.2.1",
  12567. "define-lazy-prop": "^3.0.0",
  12568. "is-inside-container": "^1.0.0",
  12569. "wsl-utils": "^0.1.0"
  12570. },
  12571. "engines": {
  12572. "node": ">=18"
  12573. },
  12574. "funding": {
  12575. "url": "https://github.com/sponsors/sindresorhus"
  12576. }
  12577. },
  12578. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  12579. "version": "0.3.1",
  12580. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12581. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12582. "license": "MIT",
  12583. "dependencies": {
  12584. "pathe": "^2.0.3",
  12585. "picomatch": "^4.0.3"
  12586. },
  12587. "engines": {
  12588. "node": ">=20.19.0"
  12589. },
  12590. "funding": {
  12591. "url": "https://github.com/sponsors/sxzz"
  12592. }
  12593. },
  12594. "node_modules/vite-plugin-vue-tracer": {
  12595. "version": "1.0.1",
  12596. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz",
  12597. "integrity": "sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==",
  12598. "license": "MIT",
  12599. "dependencies": {
  12600. "estree-walker": "^3.0.3",
  12601. "exsolve": "^1.0.7",
  12602. "magic-string": "^0.30.19",
  12603. "pathe": "^2.0.3",
  12604. "source-map-js": "^1.2.1"
  12605. },
  12606. "funding": {
  12607. "url": "https://github.com/sponsors/antfu"
  12608. },
  12609. "peerDependencies": {
  12610. "vite": "^6.0.0 || ^7.0.0",
  12611. "vue": "^3.5.0"
  12612. }
  12613. },
  12614. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  12615. "version": "3.0.3",
  12616. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  12617. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12618. "license": "MIT",
  12619. "dependencies": {
  12620. "@types/estree": "^1.0.0"
  12621. }
  12622. },
  12623. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  12624. "version": "0.27.7",
  12625. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  12626. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  12627. "cpu": [
  12628. "ppc64"
  12629. ],
  12630. "license": "MIT",
  12631. "optional": true,
  12632. "os": [
  12633. "aix"
  12634. ],
  12635. "engines": {
  12636. "node": ">=18"
  12637. }
  12638. },
  12639. "node_modules/vite/node_modules/@esbuild/android-arm": {
  12640. "version": "0.27.7",
  12641. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  12642. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  12643. "cpu": [
  12644. "arm"
  12645. ],
  12646. "license": "MIT",
  12647. "optional": true,
  12648. "os": [
  12649. "android"
  12650. ],
  12651. "engines": {
  12652. "node": ">=18"
  12653. }
  12654. },
  12655. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  12656. "version": "0.27.7",
  12657. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  12658. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  12659. "cpu": [
  12660. "arm64"
  12661. ],
  12662. "license": "MIT",
  12663. "optional": true,
  12664. "os": [
  12665. "android"
  12666. ],
  12667. "engines": {
  12668. "node": ">=18"
  12669. }
  12670. },
  12671. "node_modules/vite/node_modules/@esbuild/android-x64": {
  12672. "version": "0.27.7",
  12673. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  12674. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  12675. "cpu": [
  12676. "x64"
  12677. ],
  12678. "license": "MIT",
  12679. "optional": true,
  12680. "os": [
  12681. "android"
  12682. ],
  12683. "engines": {
  12684. "node": ">=18"
  12685. }
  12686. },
  12687. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  12688. "version": "0.27.7",
  12689. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  12690. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  12691. "cpu": [
  12692. "arm64"
  12693. ],
  12694. "license": "MIT",
  12695. "optional": true,
  12696. "os": [
  12697. "darwin"
  12698. ],
  12699. "engines": {
  12700. "node": ">=18"
  12701. }
  12702. },
  12703. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  12704. "version": "0.27.7",
  12705. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  12706. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  12707. "cpu": [
  12708. "x64"
  12709. ],
  12710. "license": "MIT",
  12711. "optional": true,
  12712. "os": [
  12713. "darwin"
  12714. ],
  12715. "engines": {
  12716. "node": ">=18"
  12717. }
  12718. },
  12719. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  12720. "version": "0.27.7",
  12721. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  12722. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  12723. "cpu": [
  12724. "arm64"
  12725. ],
  12726. "license": "MIT",
  12727. "optional": true,
  12728. "os": [
  12729. "freebsd"
  12730. ],
  12731. "engines": {
  12732. "node": ">=18"
  12733. }
  12734. },
  12735. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  12736. "version": "0.27.7",
  12737. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  12738. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  12739. "cpu": [
  12740. "x64"
  12741. ],
  12742. "license": "MIT",
  12743. "optional": true,
  12744. "os": [
  12745. "freebsd"
  12746. ],
  12747. "engines": {
  12748. "node": ">=18"
  12749. }
  12750. },
  12751. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  12752. "version": "0.27.7",
  12753. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  12754. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  12755. "cpu": [
  12756. "arm"
  12757. ],
  12758. "license": "MIT",
  12759. "optional": true,
  12760. "os": [
  12761. "linux"
  12762. ],
  12763. "engines": {
  12764. "node": ">=18"
  12765. }
  12766. },
  12767. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  12768. "version": "0.27.7",
  12769. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  12770. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  12771. "cpu": [
  12772. "arm64"
  12773. ],
  12774. "license": "MIT",
  12775. "optional": true,
  12776. "os": [
  12777. "linux"
  12778. ],
  12779. "engines": {
  12780. "node": ">=18"
  12781. }
  12782. },
  12783. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  12784. "version": "0.27.7",
  12785. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  12786. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  12787. "cpu": [
  12788. "ia32"
  12789. ],
  12790. "license": "MIT",
  12791. "optional": true,
  12792. "os": [
  12793. "linux"
  12794. ],
  12795. "engines": {
  12796. "node": ">=18"
  12797. }
  12798. },
  12799. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  12800. "version": "0.27.7",
  12801. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  12802. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  12803. "cpu": [
  12804. "loong64"
  12805. ],
  12806. "license": "MIT",
  12807. "optional": true,
  12808. "os": [
  12809. "linux"
  12810. ],
  12811. "engines": {
  12812. "node": ">=18"
  12813. }
  12814. },
  12815. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  12816. "version": "0.27.7",
  12817. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  12818. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  12819. "cpu": [
  12820. "mips64el"
  12821. ],
  12822. "license": "MIT",
  12823. "optional": true,
  12824. "os": [
  12825. "linux"
  12826. ],
  12827. "engines": {
  12828. "node": ">=18"
  12829. }
  12830. },
  12831. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  12832. "version": "0.27.7",
  12833. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  12834. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  12835. "cpu": [
  12836. "ppc64"
  12837. ],
  12838. "license": "MIT",
  12839. "optional": true,
  12840. "os": [
  12841. "linux"
  12842. ],
  12843. "engines": {
  12844. "node": ">=18"
  12845. }
  12846. },
  12847. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  12848. "version": "0.27.7",
  12849. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  12850. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  12851. "cpu": [
  12852. "riscv64"
  12853. ],
  12854. "license": "MIT",
  12855. "optional": true,
  12856. "os": [
  12857. "linux"
  12858. ],
  12859. "engines": {
  12860. "node": ">=18"
  12861. }
  12862. },
  12863. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  12864. "version": "0.27.7",
  12865. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  12866. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  12867. "cpu": [
  12868. "s390x"
  12869. ],
  12870. "license": "MIT",
  12871. "optional": true,
  12872. "os": [
  12873. "linux"
  12874. ],
  12875. "engines": {
  12876. "node": ">=18"
  12877. }
  12878. },
  12879. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  12880. "version": "0.27.7",
  12881. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  12882. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  12883. "cpu": [
  12884. "x64"
  12885. ],
  12886. "license": "MIT",
  12887. "optional": true,
  12888. "os": [
  12889. "linux"
  12890. ],
  12891. "engines": {
  12892. "node": ">=18"
  12893. }
  12894. },
  12895. "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
  12896. "version": "0.27.7",
  12897. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  12898. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  12899. "cpu": [
  12900. "arm64"
  12901. ],
  12902. "license": "MIT",
  12903. "optional": true,
  12904. "os": [
  12905. "netbsd"
  12906. ],
  12907. "engines": {
  12908. "node": ">=18"
  12909. }
  12910. },
  12911. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  12912. "version": "0.27.7",
  12913. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  12914. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  12915. "cpu": [
  12916. "x64"
  12917. ],
  12918. "license": "MIT",
  12919. "optional": true,
  12920. "os": [
  12921. "netbsd"
  12922. ],
  12923. "engines": {
  12924. "node": ">=18"
  12925. }
  12926. },
  12927. "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
  12928. "version": "0.27.7",
  12929. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  12930. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  12931. "cpu": [
  12932. "arm64"
  12933. ],
  12934. "license": "MIT",
  12935. "optional": true,
  12936. "os": [
  12937. "openbsd"
  12938. ],
  12939. "engines": {
  12940. "node": ">=18"
  12941. }
  12942. },
  12943. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  12944. "version": "0.27.7",
  12945. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  12946. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  12947. "cpu": [
  12948. "x64"
  12949. ],
  12950. "license": "MIT",
  12951. "optional": true,
  12952. "os": [
  12953. "openbsd"
  12954. ],
  12955. "engines": {
  12956. "node": ">=18"
  12957. }
  12958. },
  12959. "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
  12960. "version": "0.27.7",
  12961. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  12962. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  12963. "cpu": [
  12964. "arm64"
  12965. ],
  12966. "license": "MIT",
  12967. "optional": true,
  12968. "os": [
  12969. "openharmony"
  12970. ],
  12971. "engines": {
  12972. "node": ">=18"
  12973. }
  12974. },
  12975. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  12976. "version": "0.27.7",
  12977. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  12978. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  12979. "cpu": [
  12980. "x64"
  12981. ],
  12982. "license": "MIT",
  12983. "optional": true,
  12984. "os": [
  12985. "sunos"
  12986. ],
  12987. "engines": {
  12988. "node": ">=18"
  12989. }
  12990. },
  12991. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  12992. "version": "0.27.7",
  12993. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  12994. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  12995. "cpu": [
  12996. "arm64"
  12997. ],
  12998. "license": "MIT",
  12999. "optional": true,
  13000. "os": [
  13001. "win32"
  13002. ],
  13003. "engines": {
  13004. "node": ">=18"
  13005. }
  13006. },
  13007. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  13008. "version": "0.27.7",
  13009. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  13010. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  13011. "cpu": [
  13012. "ia32"
  13013. ],
  13014. "license": "MIT",
  13015. "optional": true,
  13016. "os": [
  13017. "win32"
  13018. ],
  13019. "engines": {
  13020. "node": ">=18"
  13021. }
  13022. },
  13023. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  13024. "version": "0.27.7",
  13025. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  13026. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  13027. "cpu": [
  13028. "x64"
  13029. ],
  13030. "license": "MIT",
  13031. "optional": true,
  13032. "os": [
  13033. "win32"
  13034. ],
  13035. "engines": {
  13036. "node": ">=18"
  13037. }
  13038. },
  13039. "node_modules/vite/node_modules/esbuild": {
  13040. "version": "0.27.7",
  13041. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  13042. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  13043. "hasInstallScript": true,
  13044. "license": "MIT",
  13045. "bin": {
  13046. "esbuild": "bin/esbuild"
  13047. },
  13048. "engines": {
  13049. "node": ">=18"
  13050. },
  13051. "optionalDependencies": {
  13052. "@esbuild/aix-ppc64": "0.27.7",
  13053. "@esbuild/android-arm": "0.27.7",
  13054. "@esbuild/android-arm64": "0.27.7",
  13055. "@esbuild/android-x64": "0.27.7",
  13056. "@esbuild/darwin-arm64": "0.27.7",
  13057. "@esbuild/darwin-x64": "0.27.7",
  13058. "@esbuild/freebsd-arm64": "0.27.7",
  13059. "@esbuild/freebsd-x64": "0.27.7",
  13060. "@esbuild/linux-arm": "0.27.7",
  13061. "@esbuild/linux-arm64": "0.27.7",
  13062. "@esbuild/linux-ia32": "0.27.7",
  13063. "@esbuild/linux-loong64": "0.27.7",
  13064. "@esbuild/linux-mips64el": "0.27.7",
  13065. "@esbuild/linux-ppc64": "0.27.7",
  13066. "@esbuild/linux-riscv64": "0.27.7",
  13067. "@esbuild/linux-s390x": "0.27.7",
  13068. "@esbuild/linux-x64": "0.27.7",
  13069. "@esbuild/netbsd-arm64": "0.27.7",
  13070. "@esbuild/netbsd-x64": "0.27.7",
  13071. "@esbuild/openbsd-arm64": "0.27.7",
  13072. "@esbuild/openbsd-x64": "0.27.7",
  13073. "@esbuild/openharmony-arm64": "0.27.7",
  13074. "@esbuild/sunos-x64": "0.27.7",
  13075. "@esbuild/win32-arm64": "0.27.7",
  13076. "@esbuild/win32-ia32": "0.27.7",
  13077. "@esbuild/win32-x64": "0.27.7"
  13078. }
  13079. },
  13080. "node_modules/vscode-uri": {
  13081. "version": "3.1.0",
  13082. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13083. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13084. "license": "MIT"
  13085. },
  13086. "node_modules/vue": {
  13087. "version": "3.5.22",
  13088. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz",
  13089. "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
  13090. "license": "MIT",
  13091. "peer": true,
  13092. "dependencies": {
  13093. "@vue/compiler-dom": "3.5.22",
  13094. "@vue/compiler-sfc": "3.5.22",
  13095. "@vue/runtime-dom": "3.5.22",
  13096. "@vue/server-renderer": "3.5.22",
  13097. "@vue/shared": "3.5.22"
  13098. },
  13099. "peerDependencies": {
  13100. "typescript": "*"
  13101. },
  13102. "peerDependenciesMeta": {
  13103. "typescript": {
  13104. "optional": true
  13105. }
  13106. }
  13107. },
  13108. "node_modules/vue-bundle-renderer": {
  13109. "version": "2.2.0",
  13110. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13111. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13112. "license": "MIT",
  13113. "dependencies": {
  13114. "ufo": "^1.6.1"
  13115. }
  13116. },
  13117. "node_modules/vue-component-type-helpers": {
  13118. "version": "3.1.5",
  13119. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.1.5.tgz",
  13120. "integrity": "sha512-7V3yJuNWW7/1jxCcI1CswnpDsvs02Qcx/N43LkV+ZqhLj2PKj50slUflHAroNkN4UWiYfzMUUUXiNuv9khmSpQ==",
  13121. "license": "MIT"
  13122. },
  13123. "node_modules/vue-devtools-stub": {
  13124. "version": "0.1.0",
  13125. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13126. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13127. "license": "MIT"
  13128. },
  13129. "node_modules/vue-router": {
  13130. "version": "4.6.3",
  13131. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  13132. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  13133. "license": "MIT",
  13134. "peer": true,
  13135. "dependencies": {
  13136. "@vue/devtools-api": "^6.6.4"
  13137. },
  13138. "funding": {
  13139. "url": "https://github.com/sponsors/posva"
  13140. },
  13141. "peerDependencies": {
  13142. "vue": "^3.5.0"
  13143. }
  13144. },
  13145. "node_modules/webidl-conversions": {
  13146. "version": "3.0.1",
  13147. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  13148. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  13149. "license": "BSD-2-Clause"
  13150. },
  13151. "node_modules/webpack-virtual-modules": {
  13152. "version": "0.6.2",
  13153. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  13154. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  13155. "license": "MIT"
  13156. },
  13157. "node_modules/whatwg-url": {
  13158. "version": "5.0.0",
  13159. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  13160. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  13161. "license": "MIT",
  13162. "dependencies": {
  13163. "tr46": "~0.0.3",
  13164. "webidl-conversions": "^3.0.0"
  13165. }
  13166. },
  13167. "node_modules/wheel-gestures": {
  13168. "version": "2.2.48",
  13169. "resolved": "https://registry.npmjs.org/wheel-gestures/-/wheel-gestures-2.2.48.tgz",
  13170. "integrity": "sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==",
  13171. "license": "MIT",
  13172. "engines": {
  13173. "node": ">=18"
  13174. }
  13175. },
  13176. "node_modules/which": {
  13177. "version": "5.0.0",
  13178. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  13179. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  13180. "license": "ISC",
  13181. "dependencies": {
  13182. "isexe": "^3.1.1"
  13183. },
  13184. "bin": {
  13185. "node-which": "bin/which.js"
  13186. },
  13187. "engines": {
  13188. "node": "^18.17.0 || >=20.5.0"
  13189. }
  13190. },
  13191. "node_modules/wrap-ansi": {
  13192. "version": "8.1.0",
  13193. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  13194. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  13195. "license": "MIT",
  13196. "dependencies": {
  13197. "ansi-styles": "^6.1.0",
  13198. "string-width": "^5.0.1",
  13199. "strip-ansi": "^7.0.1"
  13200. },
  13201. "engines": {
  13202. "node": ">=12"
  13203. },
  13204. "funding": {
  13205. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13206. }
  13207. },
  13208. "node_modules/wrap-ansi-cjs": {
  13209. "name": "wrap-ansi",
  13210. "version": "7.0.0",
  13211. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13212. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13213. "license": "MIT",
  13214. "dependencies": {
  13215. "ansi-styles": "^4.0.0",
  13216. "string-width": "^4.1.0",
  13217. "strip-ansi": "^6.0.0"
  13218. },
  13219. "engines": {
  13220. "node": ">=10"
  13221. },
  13222. "funding": {
  13223. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13224. }
  13225. },
  13226. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  13227. "version": "5.0.1",
  13228. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13229. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13230. "license": "MIT",
  13231. "engines": {
  13232. "node": ">=8"
  13233. }
  13234. },
  13235. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  13236. "version": "4.3.0",
  13237. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13238. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13239. "license": "MIT",
  13240. "dependencies": {
  13241. "color-convert": "^2.0.1"
  13242. },
  13243. "engines": {
  13244. "node": ">=8"
  13245. },
  13246. "funding": {
  13247. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13248. }
  13249. },
  13250. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  13251. "version": "8.0.0",
  13252. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13253. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13254. "license": "MIT"
  13255. },
  13256. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  13257. "version": "4.2.3",
  13258. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13259. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13260. "license": "MIT",
  13261. "dependencies": {
  13262. "emoji-regex": "^8.0.0",
  13263. "is-fullwidth-code-point": "^3.0.0",
  13264. "strip-ansi": "^6.0.1"
  13265. },
  13266. "engines": {
  13267. "node": ">=8"
  13268. }
  13269. },
  13270. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  13271. "version": "6.0.1",
  13272. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13273. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13274. "license": "MIT",
  13275. "dependencies": {
  13276. "ansi-regex": "^5.0.1"
  13277. },
  13278. "engines": {
  13279. "node": ">=8"
  13280. }
  13281. },
  13282. "node_modules/ws": {
  13283. "version": "8.18.3",
  13284. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  13285. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  13286. "license": "MIT",
  13287. "engines": {
  13288. "node": ">=10.0.0"
  13289. },
  13290. "peerDependencies": {
  13291. "bufferutil": "^4.0.1",
  13292. "utf-8-validate": ">=5.0.2"
  13293. },
  13294. "peerDependenciesMeta": {
  13295. "bufferutil": {
  13296. "optional": true
  13297. },
  13298. "utf-8-validate": {
  13299. "optional": true
  13300. }
  13301. }
  13302. },
  13303. "node_modules/wsl-utils": {
  13304. "version": "0.1.0",
  13305. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  13306. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  13307. "license": "MIT",
  13308. "dependencies": {
  13309. "is-wsl": "^3.1.0"
  13310. },
  13311. "engines": {
  13312. "node": ">=18"
  13313. },
  13314. "funding": {
  13315. "url": "https://github.com/sponsors/sindresorhus"
  13316. }
  13317. },
  13318. "node_modules/xss": {
  13319. "version": "1.0.15",
  13320. "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
  13321. "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  13322. "license": "MIT",
  13323. "optional": true,
  13324. "dependencies": {
  13325. "commander": "^2.20.3",
  13326. "cssfilter": "0.0.10"
  13327. },
  13328. "bin": {
  13329. "xss": "bin/xss"
  13330. },
  13331. "engines": {
  13332. "node": ">= 0.10.0"
  13333. }
  13334. },
  13335. "node_modules/xss/node_modules/commander": {
  13336. "version": "2.20.3",
  13337. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  13338. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13339. "license": "MIT",
  13340. "optional": true
  13341. },
  13342. "node_modules/y18n": {
  13343. "version": "5.0.8",
  13344. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  13345. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13346. "license": "ISC",
  13347. "engines": {
  13348. "node": ">=10"
  13349. }
  13350. },
  13351. "node_modules/yallist": {
  13352. "version": "3.1.1",
  13353. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  13354. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  13355. "license": "ISC"
  13356. },
  13357. "node_modules/yaml": {
  13358. "version": "2.8.3",
  13359. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  13360. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  13361. "license": "ISC",
  13362. "peer": true,
  13363. "bin": {
  13364. "yaml": "bin.mjs"
  13365. },
  13366. "engines": {
  13367. "node": ">= 14.6"
  13368. },
  13369. "funding": {
  13370. "url": "https://github.com/sponsors/eemeli"
  13371. }
  13372. },
  13373. "node_modules/yargs": {
  13374. "version": "17.7.2",
  13375. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  13376. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  13377. "license": "MIT",
  13378. "dependencies": {
  13379. "cliui": "^8.0.1",
  13380. "escalade": "^3.1.1",
  13381. "get-caller-file": "^2.0.5",
  13382. "require-directory": "^2.1.1",
  13383. "string-width": "^4.2.3",
  13384. "y18n": "^5.0.5",
  13385. "yargs-parser": "^21.1.1"
  13386. },
  13387. "engines": {
  13388. "node": ">=12"
  13389. }
  13390. },
  13391. "node_modules/yargs-parser": {
  13392. "version": "21.1.1",
  13393. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  13394. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  13395. "license": "ISC",
  13396. "engines": {
  13397. "node": ">=12"
  13398. }
  13399. },
  13400. "node_modules/yargs/node_modules/ansi-regex": {
  13401. "version": "5.0.1",
  13402. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13403. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13404. "license": "MIT",
  13405. "engines": {
  13406. "node": ">=8"
  13407. }
  13408. },
  13409. "node_modules/yargs/node_modules/emoji-regex": {
  13410. "version": "8.0.0",
  13411. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13412. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13413. "license": "MIT"
  13414. },
  13415. "node_modules/yargs/node_modules/string-width": {
  13416. "version": "4.2.3",
  13417. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13418. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13419. "license": "MIT",
  13420. "dependencies": {
  13421. "emoji-regex": "^8.0.0",
  13422. "is-fullwidth-code-point": "^3.0.0",
  13423. "strip-ansi": "^6.0.1"
  13424. },
  13425. "engines": {
  13426. "node": ">=8"
  13427. }
  13428. },
  13429. "node_modules/yargs/node_modules/strip-ansi": {
  13430. "version": "6.0.1",
  13431. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13432. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13433. "license": "MIT",
  13434. "dependencies": {
  13435. "ansi-regex": "^5.0.1"
  13436. },
  13437. "engines": {
  13438. "node": ">=8"
  13439. }
  13440. },
  13441. "node_modules/youch": {
  13442. "version": "4.1.1",
  13443. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  13444. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  13445. "license": "MIT",
  13446. "dependencies": {
  13447. "@poppinss/colors": "^4.1.6",
  13448. "@poppinss/dumper": "^0.7.0",
  13449. "@speed-highlight/core": "^1.2.14",
  13450. "cookie-es": "^3.0.1",
  13451. "youch-core": "^0.3.3"
  13452. }
  13453. },
  13454. "node_modules/youch-core": {
  13455. "version": "0.3.3",
  13456. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  13457. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  13458. "license": "MIT",
  13459. "dependencies": {
  13460. "@poppinss/exception": "^1.2.2",
  13461. "error-stack-parser-es": "^1.0.5"
  13462. }
  13463. },
  13464. "node_modules/youch/node_modules/cookie-es": {
  13465. "version": "3.1.1",
  13466. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  13467. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  13468. "license": "MIT"
  13469. },
  13470. "node_modules/zip-stream": {
  13471. "version": "6.0.1",
  13472. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  13473. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  13474. "license": "MIT",
  13475. "dependencies": {
  13476. "archiver-utils": "^5.0.0",
  13477. "compress-commons": "^6.0.2",
  13478. "readable-stream": "^4.0.0"
  13479. },
  13480. "engines": {
  13481. "node": ">= 14"
  13482. }
  13483. }
  13484. }
  13485. }