package-lock.json 503 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941139421394313944139451394613947139481394913950139511395213953139541395513956139571395813959139601396113962139631396413965139661396713968139691397013971139721397313974139751397613977139781397913980139811398213983139841398513986139871398813989139901399113992139931399413995139961399713998139991400014001140021400314004140051400614007140081400914010140111401214013140141401514016140171401814019140201402114022140231402414025140261402714028140291403014031140321403314034140351403614037140381403914040140411404214043140441404514046140471404814049140501405114052140531405414055140561405714058140591406014061140621406314064140651406614067140681406914070140711407214073140741407514076140771407814079140801408114082140831408414085140861408714088140891409014091140921409314094140951409614097140981409914100141011410214103141041410514106141071410814109141101411114112141131411414115141161411714118141191412014121141221412314124141251412614127141281412914130141311413214133141341413514136141371413814139141401414114142141431414414145141461414714148141491415014151141521415314154141551415614157141581415914160141611416214163141641416514166141671416814169141701417114172141731417414175141761417714178141791418014181141821418314184141851418614187141881418914190141911419214193141941419514196141971419814199142001420114202142031420414205142061420714208142091421014211142121421314214142151421614217142181421914220142211422214223142241422514226142271422814229142301423114232142331423414235142361423714238142391424014241142421424314244142451424614247142481424914250142511425214253142541425514256142571425814259142601426114262142631426414265142661426714268142691427014271142721427314274142751427614277142781427914280142811428214283142841428514286142871428814289142901429114292142931429414295142961429714298142991430014301143021430314304143051430614307143081430914310143111431214313143141431514316143171431814319143201432114322143231432414325143261432714328143291433014331143321433314334143351433614337143381433914340143411434214343143441434514346143471434814349143501435114352143531435414355143561435714358143591436014361143621436314364143651436614367143681436914370143711437214373143741437514376143771437814379143801438114382143831438414385143861438714388143891439014391143921439314394143951439614397143981439914400144011440214403144041440514406144071440814409144101441114412144131441414415144161441714418144191442014421144221442314424
  1. {
  2. "name": "wenbao-website",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "wenbao-website",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design-vue/nuxt": "^1.4.6",
  12. "@imengyu/imengyu-utils": "^0.0.26",
  13. "@imengyu/js-request-transform": "^0.4.0",
  14. "@imengyu/vue-dynamic-form": "^0.1.1",
  15. "@imengyu/vue-scroll-rect": "^0.1.8",
  16. "@nuxt/icon": "^2.1.1",
  17. "@pinia/nuxt": "^0.11.1",
  18. "@popperjs/core": "^2.11.8",
  19. "@vuemap/vue-amap": "^2.1.12",
  20. "ant-design-vue": "^4.2.6",
  21. "axios": "^1.13.2",
  22. "bootstrap": "^5.3.8",
  23. "json5": "^2.2.3",
  24. "lodash-es": "^4.17.21",
  25. "md5": "^2.3.0",
  26. "mitt": "^3.0.1",
  27. "mysql2": "^3.16.0",
  28. "nuxt": "^4.2.2",
  29. "pinia": "^3.0.1",
  30. "tailwindcss-primeui": "^0.6.1",
  31. "tslib": "^2.8.1",
  32. "vue": "^3.5.13",
  33. "vue-router": "^4.5.0",
  34. "vue3-carousel": "^0.15.0"
  35. },
  36. "devDependencies": {
  37. "@iconify-json/material-symbols": "^1.2.50",
  38. "@inquirer/prompts": "^7.10.1",
  39. "@tsconfig/node22": "^22.0.1",
  40. "@types/node": "^22.14.0",
  41. "@vitejs/plugin-vue": "^5.2.3",
  42. "@vitejs/plugin-vue-jsx": "^4.1.2",
  43. "@vue/tsconfig": "^0.7.0",
  44. "ali-oss": "^6.23.0",
  45. "archiver": "^7.0.1",
  46. "cli-progress": "^3.12.0",
  47. "cli-table3": "^0.6.5",
  48. "commander": "^14.0.2",
  49. "npm-run-all2": "^7.0.2",
  50. "sass": "^1.87.0",
  51. "terser": "^5.44.1",
  52. "typescript": "~5.8.0",
  53. "vite": "^6.2.4",
  54. "vite-plugin-vue-devtools": "^7.7.2",
  55. "vue-tsc": "^2.2.8"
  56. }
  57. },
  58. "node_modules/@ant-design-vue/nuxt": {
  59. "version": "1.4.6",
  60. "resolved": "https://registry.npmmirror.com/@ant-design-vue/nuxt/-/nuxt-1.4.6.tgz",
  61. "integrity": "sha512-RtczDfCbd1GtVXoKvZQPbEHiajSGp9BE9S7PHkotz0I59WmfMq/JhxRWR07X8Glb0e/3FfLBWgv7u9n6xqQ5fQ==",
  62. "license": "MIT",
  63. "dependencies": {
  64. "@ant-design/icons-vue": "^7.0.1",
  65. "@nuxt/kit": "^3.13.2"
  66. },
  67. "peerDependencies": {
  68. "ant-design-vue": ">=4"
  69. }
  70. },
  71. "node_modules/@ant-design/colors": {
  72. "version": "6.0.0",
  73. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  74. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "@ctrl/tinycolor": "^3.4.0"
  78. }
  79. },
  80. "node_modules/@ant-design/icons-svg": {
  81. "version": "4.4.2",
  82. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  83. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  84. "license": "MIT"
  85. },
  86. "node_modules/@ant-design/icons-vue": {
  87. "version": "7.0.1",
  88. "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  89. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  90. "license": "MIT",
  91. "dependencies": {
  92. "@ant-design/colors": "^6.0.0",
  93. "@ant-design/icons-svg": "^4.2.1"
  94. },
  95. "peerDependencies": {
  96. "vue": ">=3.0.3"
  97. }
  98. },
  99. "node_modules/@antfu/install-pkg": {
  100. "version": "1.1.0",
  101. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  102. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  103. "license": "MIT",
  104. "dependencies": {
  105. "package-manager-detector": "^1.3.0",
  106. "tinyexec": "^1.0.1"
  107. },
  108. "funding": {
  109. "url": "https://github.com/sponsors/antfu"
  110. }
  111. },
  112. "node_modules/@antfu/utils": {
  113. "version": "0.7.10",
  114. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  115. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  116. "dev": true,
  117. "license": "MIT",
  118. "funding": {
  119. "url": "https://github.com/sponsors/antfu"
  120. }
  121. },
  122. "node_modules/@babel/code-frame": {
  123. "version": "7.27.1",
  124. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  125. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  126. "license": "MIT",
  127. "dependencies": {
  128. "@babel/helper-validator-identifier": "^7.27.1",
  129. "js-tokens": "^4.0.0",
  130. "picocolors": "^1.1.1"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/compat-data": {
  137. "version": "7.27.7",
  138. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.7.tgz",
  139. "integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
  140. "license": "MIT",
  141. "engines": {
  142. "node": ">=6.9.0"
  143. }
  144. },
  145. "node_modules/@babel/core": {
  146. "version": "7.28.5",
  147. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.5.tgz",
  148. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  149. "license": "MIT",
  150. "dependencies": {
  151. "@babel/code-frame": "^7.27.1",
  152. "@babel/generator": "^7.28.5",
  153. "@babel/helper-compilation-targets": "^7.27.2",
  154. "@babel/helper-module-transforms": "^7.28.3",
  155. "@babel/helpers": "^7.28.4",
  156. "@babel/parser": "^7.28.5",
  157. "@babel/template": "^7.27.2",
  158. "@babel/traverse": "^7.28.5",
  159. "@babel/types": "^7.28.5",
  160. "@jridgewell/remapping": "^2.3.5",
  161. "convert-source-map": "^2.0.0",
  162. "debug": "^4.1.0",
  163. "gensync": "^1.0.0-beta.2",
  164. "json5": "^2.2.3",
  165. "semver": "^6.3.1"
  166. },
  167. "engines": {
  168. "node": ">=6.9.0"
  169. },
  170. "funding": {
  171. "type": "opencollective",
  172. "url": "https://opencollective.com/babel"
  173. }
  174. },
  175. "node_modules/@babel/generator": {
  176. "version": "7.28.5",
  177. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.5.tgz",
  178. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  179. "license": "MIT",
  180. "dependencies": {
  181. "@babel/parser": "^7.28.5",
  182. "@babel/types": "^7.28.5",
  183. "@jridgewell/gen-mapping": "^0.3.12",
  184. "@jridgewell/trace-mapping": "^0.3.28",
  185. "jsesc": "^3.0.2"
  186. },
  187. "engines": {
  188. "node": ">=6.9.0"
  189. }
  190. },
  191. "node_modules/@babel/helper-annotate-as-pure": {
  192. "version": "7.27.3",
  193. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  194. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  195. "license": "MIT",
  196. "dependencies": {
  197. "@babel/types": "^7.27.3"
  198. },
  199. "engines": {
  200. "node": ">=6.9.0"
  201. }
  202. },
  203. "node_modules/@babel/helper-compilation-targets": {
  204. "version": "7.27.2",
  205. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  206. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  207. "license": "MIT",
  208. "dependencies": {
  209. "@babel/compat-data": "^7.27.2",
  210. "@babel/helper-validator-option": "^7.27.1",
  211. "browserslist": "^4.24.0",
  212. "lru-cache": "^5.1.1",
  213. "semver": "^6.3.1"
  214. },
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/helper-create-class-features-plugin": {
  220. "version": "7.28.5",
  221. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  222. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/helper-annotate-as-pure": "^7.27.3",
  226. "@babel/helper-member-expression-to-functions": "^7.28.5",
  227. "@babel/helper-optimise-call-expression": "^7.27.1",
  228. "@babel/helper-replace-supers": "^7.27.1",
  229. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  230. "@babel/traverse": "^7.28.5",
  231. "semver": "^6.3.1"
  232. },
  233. "engines": {
  234. "node": ">=6.9.0"
  235. },
  236. "peerDependencies": {
  237. "@babel/core": "^7.0.0"
  238. }
  239. },
  240. "node_modules/@babel/helper-globals": {
  241. "version": "7.28.0",
  242. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  243. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  244. "license": "MIT",
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-member-expression-to-functions": {
  250. "version": "7.28.5",
  251. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  252. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  253. "license": "MIT",
  254. "dependencies": {
  255. "@babel/traverse": "^7.28.5",
  256. "@babel/types": "^7.28.5"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-module-imports": {
  263. "version": "7.27.1",
  264. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  265. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  266. "license": "MIT",
  267. "dependencies": {
  268. "@babel/traverse": "^7.27.1",
  269. "@babel/types": "^7.27.1"
  270. },
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-module-transforms": {
  276. "version": "7.28.3",
  277. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  278. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "@babel/helper-module-imports": "^7.27.1",
  282. "@babel/helper-validator-identifier": "^7.27.1",
  283. "@babel/traverse": "^7.28.3"
  284. },
  285. "engines": {
  286. "node": ">=6.9.0"
  287. },
  288. "peerDependencies": {
  289. "@babel/core": "^7.0.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-optimise-call-expression": {
  293. "version": "7.27.1",
  294. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  295. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  296. "license": "MIT",
  297. "dependencies": {
  298. "@babel/types": "^7.27.1"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-plugin-utils": {
  305. "version": "7.27.1",
  306. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  307. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  308. "license": "MIT",
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@babel/helper-replace-supers": {
  314. "version": "7.27.1",
  315. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  316. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  317. "license": "MIT",
  318. "dependencies": {
  319. "@babel/helper-member-expression-to-functions": "^7.27.1",
  320. "@babel/helper-optimise-call-expression": "^7.27.1",
  321. "@babel/traverse": "^7.27.1"
  322. },
  323. "engines": {
  324. "node": ">=6.9.0"
  325. },
  326. "peerDependencies": {
  327. "@babel/core": "^7.0.0"
  328. }
  329. },
  330. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  331. "version": "7.27.1",
  332. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  333. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  334. "license": "MIT",
  335. "dependencies": {
  336. "@babel/traverse": "^7.27.1",
  337. "@babel/types": "^7.27.1"
  338. },
  339. "engines": {
  340. "node": ">=6.9.0"
  341. }
  342. },
  343. "node_modules/@babel/helper-string-parser": {
  344. "version": "7.27.1",
  345. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  346. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  347. "license": "MIT",
  348. "engines": {
  349. "node": ">=6.9.0"
  350. }
  351. },
  352. "node_modules/@babel/helper-validator-identifier": {
  353. "version": "7.28.5",
  354. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  355. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  356. "license": "MIT",
  357. "engines": {
  358. "node": ">=6.9.0"
  359. }
  360. },
  361. "node_modules/@babel/helper-validator-option": {
  362. "version": "7.27.1",
  363. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  364. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  365. "license": "MIT",
  366. "engines": {
  367. "node": ">=6.9.0"
  368. }
  369. },
  370. "node_modules/@babel/helpers": {
  371. "version": "7.28.4",
  372. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.4.tgz",
  373. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  374. "license": "MIT",
  375. "dependencies": {
  376. "@babel/template": "^7.27.2",
  377. "@babel/types": "^7.28.4"
  378. },
  379. "engines": {
  380. "node": ">=6.9.0"
  381. }
  382. },
  383. "node_modules/@babel/parser": {
  384. "version": "7.28.5",
  385. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
  386. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  387. "license": "MIT",
  388. "dependencies": {
  389. "@babel/types": "^7.28.5"
  390. },
  391. "bin": {
  392. "parser": "bin/babel-parser.js"
  393. },
  394. "engines": {
  395. "node": ">=6.0.0"
  396. }
  397. },
  398. "node_modules/@babel/plugin-proposal-decorators": {
  399. "version": "7.25.9",
  400. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  401. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-create-class-features-plugin": "^7.25.9",
  406. "@babel/helper-plugin-utils": "^7.25.9",
  407. "@babel/plugin-syntax-decorators": "^7.25.9"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. },
  412. "peerDependencies": {
  413. "@babel/core": "^7.0.0-0"
  414. }
  415. },
  416. "node_modules/@babel/plugin-syntax-decorators": {
  417. "version": "7.25.9",
  418. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  419. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  420. "dev": true,
  421. "license": "MIT",
  422. "dependencies": {
  423. "@babel/helper-plugin-utils": "^7.25.9"
  424. },
  425. "engines": {
  426. "node": ">=6.9.0"
  427. },
  428. "peerDependencies": {
  429. "@babel/core": "^7.0.0-0"
  430. }
  431. },
  432. "node_modules/@babel/plugin-syntax-import-attributes": {
  433. "version": "7.26.0",
  434. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  435. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  436. "dev": true,
  437. "license": "MIT",
  438. "dependencies": {
  439. "@babel/helper-plugin-utils": "^7.25.9"
  440. },
  441. "engines": {
  442. "node": ">=6.9.0"
  443. },
  444. "peerDependencies": {
  445. "@babel/core": "^7.0.0-0"
  446. }
  447. },
  448. "node_modules/@babel/plugin-syntax-import-meta": {
  449. "version": "7.10.4",
  450. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  451. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  452. "dev": true,
  453. "license": "MIT",
  454. "dependencies": {
  455. "@babel/helper-plugin-utils": "^7.10.4"
  456. },
  457. "peerDependencies": {
  458. "@babel/core": "^7.0.0-0"
  459. }
  460. },
  461. "node_modules/@babel/plugin-syntax-jsx": {
  462. "version": "7.27.1",
  463. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  464. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  465. "license": "MIT",
  466. "dependencies": {
  467. "@babel/helper-plugin-utils": "^7.27.1"
  468. },
  469. "engines": {
  470. "node": ">=6.9.0"
  471. },
  472. "peerDependencies": {
  473. "@babel/core": "^7.0.0-0"
  474. }
  475. },
  476. "node_modules/@babel/plugin-syntax-typescript": {
  477. "version": "7.27.1",
  478. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  479. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  480. "license": "MIT",
  481. "dependencies": {
  482. "@babel/helper-plugin-utils": "^7.27.1"
  483. },
  484. "engines": {
  485. "node": ">=6.9.0"
  486. },
  487. "peerDependencies": {
  488. "@babel/core": "^7.0.0-0"
  489. }
  490. },
  491. "node_modules/@babel/plugin-transform-typescript": {
  492. "version": "7.28.5",
  493. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  494. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  495. "license": "MIT",
  496. "dependencies": {
  497. "@babel/helper-annotate-as-pure": "^7.27.3",
  498. "@babel/helper-create-class-features-plugin": "^7.28.5",
  499. "@babel/helper-plugin-utils": "^7.27.1",
  500. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  501. "@babel/plugin-syntax-typescript": "^7.27.1"
  502. },
  503. "engines": {
  504. "node": ">=6.9.0"
  505. },
  506. "peerDependencies": {
  507. "@babel/core": "^7.0.0-0"
  508. }
  509. },
  510. "node_modules/@babel/runtime": {
  511. "version": "7.27.1",
  512. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  513. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  514. "license": "MIT",
  515. "engines": {
  516. "node": ">=6.9.0"
  517. }
  518. },
  519. "node_modules/@babel/template": {
  520. "version": "7.27.2",
  521. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  522. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  523. "license": "MIT",
  524. "dependencies": {
  525. "@babel/code-frame": "^7.27.1",
  526. "@babel/parser": "^7.27.2",
  527. "@babel/types": "^7.27.1"
  528. },
  529. "engines": {
  530. "node": ">=6.9.0"
  531. }
  532. },
  533. "node_modules/@babel/traverse": {
  534. "version": "7.28.5",
  535. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.5.tgz",
  536. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  537. "license": "MIT",
  538. "dependencies": {
  539. "@babel/code-frame": "^7.27.1",
  540. "@babel/generator": "^7.28.5",
  541. "@babel/helper-globals": "^7.28.0",
  542. "@babel/parser": "^7.28.5",
  543. "@babel/template": "^7.27.2",
  544. "@babel/types": "^7.28.5",
  545. "debug": "^4.3.1"
  546. },
  547. "engines": {
  548. "node": ">=6.9.0"
  549. }
  550. },
  551. "node_modules/@babel/types": {
  552. "version": "7.28.5",
  553. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
  554. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  555. "license": "MIT",
  556. "dependencies": {
  557. "@babel/helper-string-parser": "^7.27.1",
  558. "@babel/helper-validator-identifier": "^7.28.5"
  559. },
  560. "engines": {
  561. "node": ">=6.9.0"
  562. }
  563. },
  564. "node_modules/@clack/core": {
  565. "version": "1.0.0-alpha.7",
  566. "resolved": "https://registry.npmmirror.com/@clack/core/-/core-1.0.0-alpha.7.tgz",
  567. "integrity": "sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ==",
  568. "license": "MIT",
  569. "dependencies": {
  570. "picocolors": "^1.0.0",
  571. "sisteransi": "^1.0.5"
  572. }
  573. },
  574. "node_modules/@clack/prompts": {
  575. "version": "1.0.0-alpha.8",
  576. "resolved": "https://registry.npmmirror.com/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz",
  577. "integrity": "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ==",
  578. "license": "MIT",
  579. "dependencies": {
  580. "@clack/core": "1.0.0-alpha.7",
  581. "picocolors": "^1.0.0",
  582. "sisteransi": "^1.0.5"
  583. }
  584. },
  585. "node_modules/@cloudflare/kv-asset-handler": {
  586. "version": "0.4.1",
  587. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.1.tgz",
  588. "integrity": "sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==",
  589. "license": "MIT OR Apache-2.0",
  590. "dependencies": {
  591. "mime": "^3.0.0"
  592. },
  593. "engines": {
  594. "node": ">=18.0.0"
  595. }
  596. },
  597. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  598. "version": "3.0.0",
  599. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  600. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  601. "license": "MIT",
  602. "bin": {
  603. "mime": "cli.js"
  604. },
  605. "engines": {
  606. "node": ">=10.0.0"
  607. }
  608. },
  609. "node_modules/@colors/colors": {
  610. "version": "1.5.0",
  611. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz",
  612. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  613. "dev": true,
  614. "license": "MIT",
  615. "optional": true,
  616. "engines": {
  617. "node": ">=0.1.90"
  618. }
  619. },
  620. "node_modules/@ctrl/tinycolor": {
  621. "version": "3.6.1",
  622. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  623. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  624. "license": "MIT",
  625. "engines": {
  626. "node": ">=10"
  627. }
  628. },
  629. "node_modules/@dxup/nuxt": {
  630. "version": "0.2.2",
  631. "resolved": "https://registry.npmmirror.com/@dxup/nuxt/-/nuxt-0.2.2.tgz",
  632. "integrity": "sha512-RNpJjDZs9+JcT9N87AnOuHsNM75DEd58itADNd/s1LIF6BZbTLZV0xxilJZb55lntn4TYvscTaXLCBX2fq9CXg==",
  633. "license": "MIT",
  634. "dependencies": {
  635. "@dxup/unimport": "^0.1.2",
  636. "@nuxt/kit": "^4.2.1",
  637. "chokidar": "^4.0.3",
  638. "pathe": "^2.0.3",
  639. "tinyglobby": "^0.2.15"
  640. }
  641. },
  642. "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
  643. "version": "4.2.2",
  644. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  645. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  646. "license": "MIT",
  647. "dependencies": {
  648. "c12": "^3.3.2",
  649. "consola": "^3.4.2",
  650. "defu": "^6.1.4",
  651. "destr": "^2.0.5",
  652. "errx": "^0.1.0",
  653. "exsolve": "^1.0.8",
  654. "ignore": "^7.0.5",
  655. "jiti": "^2.6.1",
  656. "klona": "^2.0.6",
  657. "mlly": "^1.8.0",
  658. "ohash": "^2.0.11",
  659. "pathe": "^2.0.3",
  660. "pkg-types": "^2.3.0",
  661. "rc9": "^2.1.2",
  662. "scule": "^1.3.0",
  663. "semver": "^7.7.3",
  664. "tinyglobby": "^0.2.15",
  665. "ufo": "^1.6.1",
  666. "unctx": "^2.4.1",
  667. "untyped": "^2.0.0"
  668. },
  669. "engines": {
  670. "node": ">=18.12.0"
  671. }
  672. },
  673. "node_modules/@dxup/nuxt/node_modules/semver": {
  674. "version": "7.7.3",
  675. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  676. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  677. "license": "ISC",
  678. "bin": {
  679. "semver": "bin/semver.js"
  680. },
  681. "engines": {
  682. "node": ">=10"
  683. }
  684. },
  685. "node_modules/@dxup/unimport": {
  686. "version": "0.1.2",
  687. "resolved": "https://registry.npmmirror.com/@dxup/unimport/-/unimport-0.1.2.tgz",
  688. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  689. "license": "MIT"
  690. },
  691. "node_modules/@emnapi/core": {
  692. "version": "1.7.1",
  693. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.7.1.tgz",
  694. "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
  695. "license": "MIT",
  696. "optional": true,
  697. "dependencies": {
  698. "@emnapi/wasi-threads": "1.1.0",
  699. "tslib": "^2.4.0"
  700. }
  701. },
  702. "node_modules/@emnapi/runtime": {
  703. "version": "1.7.1",
  704. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.7.1.tgz",
  705. "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
  706. "license": "MIT",
  707. "optional": true,
  708. "dependencies": {
  709. "tslib": "^2.4.0"
  710. }
  711. },
  712. "node_modules/@emnapi/wasi-threads": {
  713. "version": "1.1.0",
  714. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  715. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  716. "license": "MIT",
  717. "optional": true,
  718. "dependencies": {
  719. "tslib": "^2.4.0"
  720. }
  721. },
  722. "node_modules/@emotion/hash": {
  723. "version": "0.9.2",
  724. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  725. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  726. "license": "MIT"
  727. },
  728. "node_modules/@emotion/unitless": {
  729. "version": "0.8.1",
  730. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  731. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  732. "license": "MIT"
  733. },
  734. "node_modules/@esbuild/aix-ppc64": {
  735. "version": "0.25.12",
  736. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  737. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  738. "cpu": [
  739. "ppc64"
  740. ],
  741. "license": "MIT",
  742. "optional": true,
  743. "os": [
  744. "aix"
  745. ],
  746. "engines": {
  747. "node": ">=18"
  748. }
  749. },
  750. "node_modules/@esbuild/android-arm": {
  751. "version": "0.25.12",
  752. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  753. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  754. "cpu": [
  755. "arm"
  756. ],
  757. "license": "MIT",
  758. "optional": true,
  759. "os": [
  760. "android"
  761. ],
  762. "engines": {
  763. "node": ">=18"
  764. }
  765. },
  766. "node_modules/@esbuild/android-arm64": {
  767. "version": "0.25.12",
  768. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  769. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  770. "cpu": [
  771. "arm64"
  772. ],
  773. "license": "MIT",
  774. "optional": true,
  775. "os": [
  776. "android"
  777. ],
  778. "engines": {
  779. "node": ">=18"
  780. }
  781. },
  782. "node_modules/@esbuild/android-x64": {
  783. "version": "0.25.12",
  784. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  785. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  786. "cpu": [
  787. "x64"
  788. ],
  789. "license": "MIT",
  790. "optional": true,
  791. "os": [
  792. "android"
  793. ],
  794. "engines": {
  795. "node": ">=18"
  796. }
  797. },
  798. "node_modules/@esbuild/darwin-arm64": {
  799. "version": "0.25.12",
  800. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  801. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  802. "cpu": [
  803. "arm64"
  804. ],
  805. "license": "MIT",
  806. "optional": true,
  807. "os": [
  808. "darwin"
  809. ],
  810. "engines": {
  811. "node": ">=18"
  812. }
  813. },
  814. "node_modules/@esbuild/darwin-x64": {
  815. "version": "0.25.12",
  816. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  817. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  818. "cpu": [
  819. "x64"
  820. ],
  821. "license": "MIT",
  822. "optional": true,
  823. "os": [
  824. "darwin"
  825. ],
  826. "engines": {
  827. "node": ">=18"
  828. }
  829. },
  830. "node_modules/@esbuild/freebsd-arm64": {
  831. "version": "0.25.12",
  832. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  833. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  834. "cpu": [
  835. "arm64"
  836. ],
  837. "license": "MIT",
  838. "optional": true,
  839. "os": [
  840. "freebsd"
  841. ],
  842. "engines": {
  843. "node": ">=18"
  844. }
  845. },
  846. "node_modules/@esbuild/freebsd-x64": {
  847. "version": "0.25.12",
  848. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  849. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "license": "MIT",
  854. "optional": true,
  855. "os": [
  856. "freebsd"
  857. ],
  858. "engines": {
  859. "node": ">=18"
  860. }
  861. },
  862. "node_modules/@esbuild/linux-arm": {
  863. "version": "0.25.12",
  864. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  865. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  866. "cpu": [
  867. "arm"
  868. ],
  869. "license": "MIT",
  870. "optional": true,
  871. "os": [
  872. "linux"
  873. ],
  874. "engines": {
  875. "node": ">=18"
  876. }
  877. },
  878. "node_modules/@esbuild/linux-arm64": {
  879. "version": "0.25.12",
  880. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  881. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  882. "cpu": [
  883. "arm64"
  884. ],
  885. "license": "MIT",
  886. "optional": true,
  887. "os": [
  888. "linux"
  889. ],
  890. "engines": {
  891. "node": ">=18"
  892. }
  893. },
  894. "node_modules/@esbuild/linux-ia32": {
  895. "version": "0.25.12",
  896. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  897. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  898. "cpu": [
  899. "ia32"
  900. ],
  901. "license": "MIT",
  902. "optional": true,
  903. "os": [
  904. "linux"
  905. ],
  906. "engines": {
  907. "node": ">=18"
  908. }
  909. },
  910. "node_modules/@esbuild/linux-loong64": {
  911. "version": "0.25.12",
  912. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  913. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  914. "cpu": [
  915. "loong64"
  916. ],
  917. "license": "MIT",
  918. "optional": true,
  919. "os": [
  920. "linux"
  921. ],
  922. "engines": {
  923. "node": ">=18"
  924. }
  925. },
  926. "node_modules/@esbuild/linux-mips64el": {
  927. "version": "0.25.12",
  928. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  929. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  930. "cpu": [
  931. "mips64el"
  932. ],
  933. "license": "MIT",
  934. "optional": true,
  935. "os": [
  936. "linux"
  937. ],
  938. "engines": {
  939. "node": ">=18"
  940. }
  941. },
  942. "node_modules/@esbuild/linux-ppc64": {
  943. "version": "0.25.12",
  944. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  945. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  946. "cpu": [
  947. "ppc64"
  948. ],
  949. "license": "MIT",
  950. "optional": true,
  951. "os": [
  952. "linux"
  953. ],
  954. "engines": {
  955. "node": ">=18"
  956. }
  957. },
  958. "node_modules/@esbuild/linux-riscv64": {
  959. "version": "0.25.12",
  960. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  961. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  962. "cpu": [
  963. "riscv64"
  964. ],
  965. "license": "MIT",
  966. "optional": true,
  967. "os": [
  968. "linux"
  969. ],
  970. "engines": {
  971. "node": ">=18"
  972. }
  973. },
  974. "node_modules/@esbuild/linux-s390x": {
  975. "version": "0.25.12",
  976. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  977. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  978. "cpu": [
  979. "s390x"
  980. ],
  981. "license": "MIT",
  982. "optional": true,
  983. "os": [
  984. "linux"
  985. ],
  986. "engines": {
  987. "node": ">=18"
  988. }
  989. },
  990. "node_modules/@esbuild/linux-x64": {
  991. "version": "0.25.12",
  992. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  993. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  994. "cpu": [
  995. "x64"
  996. ],
  997. "license": "MIT",
  998. "optional": true,
  999. "os": [
  1000. "linux"
  1001. ],
  1002. "engines": {
  1003. "node": ">=18"
  1004. }
  1005. },
  1006. "node_modules/@esbuild/netbsd-arm64": {
  1007. "version": "0.25.12",
  1008. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  1009. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  1010. "cpu": [
  1011. "arm64"
  1012. ],
  1013. "license": "MIT",
  1014. "optional": true,
  1015. "os": [
  1016. "netbsd"
  1017. ],
  1018. "engines": {
  1019. "node": ">=18"
  1020. }
  1021. },
  1022. "node_modules/@esbuild/netbsd-x64": {
  1023. "version": "0.25.12",
  1024. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  1025. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  1026. "cpu": [
  1027. "x64"
  1028. ],
  1029. "license": "MIT",
  1030. "optional": true,
  1031. "os": [
  1032. "netbsd"
  1033. ],
  1034. "engines": {
  1035. "node": ">=18"
  1036. }
  1037. },
  1038. "node_modules/@esbuild/openbsd-arm64": {
  1039. "version": "0.25.12",
  1040. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  1041. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  1042. "cpu": [
  1043. "arm64"
  1044. ],
  1045. "license": "MIT",
  1046. "optional": true,
  1047. "os": [
  1048. "openbsd"
  1049. ],
  1050. "engines": {
  1051. "node": ">=18"
  1052. }
  1053. },
  1054. "node_modules/@esbuild/openbsd-x64": {
  1055. "version": "0.25.12",
  1056. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  1057. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "openbsd"
  1065. ],
  1066. "engines": {
  1067. "node": ">=18"
  1068. }
  1069. },
  1070. "node_modules/@esbuild/openharmony-arm64": {
  1071. "version": "0.25.12",
  1072. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  1073. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  1074. "cpu": [
  1075. "arm64"
  1076. ],
  1077. "license": "MIT",
  1078. "optional": true,
  1079. "os": [
  1080. "openharmony"
  1081. ],
  1082. "engines": {
  1083. "node": ">=18"
  1084. }
  1085. },
  1086. "node_modules/@esbuild/sunos-x64": {
  1087. "version": "0.25.12",
  1088. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  1089. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  1090. "cpu": [
  1091. "x64"
  1092. ],
  1093. "license": "MIT",
  1094. "optional": true,
  1095. "os": [
  1096. "sunos"
  1097. ],
  1098. "engines": {
  1099. "node": ">=18"
  1100. }
  1101. },
  1102. "node_modules/@esbuild/win32-arm64": {
  1103. "version": "0.25.12",
  1104. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  1105. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  1106. "cpu": [
  1107. "arm64"
  1108. ],
  1109. "license": "MIT",
  1110. "optional": true,
  1111. "os": [
  1112. "win32"
  1113. ],
  1114. "engines": {
  1115. "node": ">=18"
  1116. }
  1117. },
  1118. "node_modules/@esbuild/win32-ia32": {
  1119. "version": "0.25.12",
  1120. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  1121. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  1122. "cpu": [
  1123. "ia32"
  1124. ],
  1125. "license": "MIT",
  1126. "optional": true,
  1127. "os": [
  1128. "win32"
  1129. ],
  1130. "engines": {
  1131. "node": ">=18"
  1132. }
  1133. },
  1134. "node_modules/@esbuild/win32-x64": {
  1135. "version": "0.25.12",
  1136. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  1137. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  1138. "cpu": [
  1139. "x64"
  1140. ],
  1141. "license": "MIT",
  1142. "optional": true,
  1143. "os": [
  1144. "win32"
  1145. ],
  1146. "engines": {
  1147. "node": ">=18"
  1148. }
  1149. },
  1150. "node_modules/@iconify-json/material-symbols": {
  1151. "version": "1.2.50",
  1152. "resolved": "https://registry.npmmirror.com/@iconify-json/material-symbols/-/material-symbols-1.2.50.tgz",
  1153. "integrity": "sha512-71tjHR70h46LHtBFab3fAd2V/wPTO7JMV5lKnRn3IcF303LaFgAlO0BZeTJDcmCv9d0snRZmnoLZAJVD7/eisw==",
  1154. "dev": true,
  1155. "license": "Apache-2.0",
  1156. "dependencies": {
  1157. "@iconify/types": "*"
  1158. }
  1159. },
  1160. "node_modules/@iconify/collections": {
  1161. "version": "1.0.632",
  1162. "resolved": "https://registry.npmmirror.com/@iconify/collections/-/collections-1.0.632.tgz",
  1163. "integrity": "sha512-7P03mskPh9cg6O/hnURtQ6nCNKamtKrTGHnVsGX6mJaTpsaLGlpsyGEpayS7trMLvtSvIgKhpN0SPzLwa8HKnA==",
  1164. "license": "MIT",
  1165. "dependencies": {
  1166. "@iconify/types": "*"
  1167. }
  1168. },
  1169. "node_modules/@iconify/types": {
  1170. "version": "2.0.0",
  1171. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1172. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1173. "license": "MIT"
  1174. },
  1175. "node_modules/@iconify/utils": {
  1176. "version": "3.1.0",
  1177. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-3.1.0.tgz",
  1178. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1179. "license": "MIT",
  1180. "dependencies": {
  1181. "@antfu/install-pkg": "^1.1.0",
  1182. "@iconify/types": "^2.0.0",
  1183. "mlly": "^1.8.0"
  1184. }
  1185. },
  1186. "node_modules/@iconify/vue": {
  1187. "version": "5.0.0",
  1188. "resolved": "https://registry.npmmirror.com/@iconify/vue/-/vue-5.0.0.tgz",
  1189. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1190. "license": "MIT",
  1191. "dependencies": {
  1192. "@iconify/types": "^2.0.0"
  1193. },
  1194. "funding": {
  1195. "url": "https://github.com/sponsors/cyberalien"
  1196. },
  1197. "peerDependencies": {
  1198. "vue": ">=3"
  1199. }
  1200. },
  1201. "node_modules/@imengyu/imengyu-utils": {
  1202. "version": "0.0.26",
  1203. "resolved": "https://registry.npmmirror.com/@imengyu/imengyu-utils/-/imengyu-utils-0.0.26.tgz",
  1204. "integrity": "sha512-cveTHptpu5ISLgIBroY/Ke+YZOE2lwybfq0HdPVx+vvttMzEhSkejesYTWF2FKY+5hOwYmWmOglutS143DUBFA==",
  1205. "license": "MIT",
  1206. "dependencies": {
  1207. "@imengyu/js-request-transform": "^0.3.6"
  1208. }
  1209. },
  1210. "node_modules/@imengyu/imengyu-utils/node_modules/@imengyu/js-request-transform": {
  1211. "version": "0.3.10",
  1212. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.3.10.tgz",
  1213. "integrity": "sha512-OpzBZvLOB5n9cIbMDibxD2VHgj0HISRty0q/ob7/drYXXz/yQHE40cTwTH2BaUNXOZlkTGplW9OPgXGupbnRhw==",
  1214. "license": "MIT",
  1215. "dependencies": {
  1216. "dayjs": "^1.11.7"
  1217. }
  1218. },
  1219. "node_modules/@imengyu/js-request-transform": {
  1220. "version": "0.4.0",
  1221. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.4.0.tgz",
  1222. "integrity": "sha512-gVS9y1EdS1r9Eg8/srCSUKFw2qJZ4kYLiOVIMPUan4TT2CXbFsqZIUcMA43mvIkSXQXgapmhV1WxABb/6ejYxg==",
  1223. "license": "MIT"
  1224. },
  1225. "node_modules/@imengyu/vue-dynamic-form": {
  1226. "version": "0.1.1",
  1227. "resolved": "https://registry.npmmirror.com/@imengyu/vue-dynamic-form/-/vue-dynamic-form-0.1.1.tgz",
  1228. "integrity": "sha512-xyzO7hSwAjp/B8ROwZEMHK4m3Id94ViTb0JSpD/Z7QYb78m72/Io0LkeKkL2t/qBAyo3dvvi3Dewv+Y+ljWP9Q==",
  1229. "dependencies": {
  1230. "async-validator": "^4.2.5",
  1231. "scroll-into-view-if-needed": "^3.0.3",
  1232. "vue": "^3.2.45"
  1233. }
  1234. },
  1235. "node_modules/@imengyu/vue-dynamic-form/node_modules/compute-scroll-into-view": {
  1236. "version": "3.1.1",
  1237. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  1238. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
  1239. },
  1240. "node_modules/@imengyu/vue-dynamic-form/node_modules/scroll-into-view-if-needed": {
  1241. "version": "3.1.0",
  1242. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  1243. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  1244. "dependencies": {
  1245. "compute-scroll-into-view": "^3.0.2"
  1246. }
  1247. },
  1248. "node_modules/@imengyu/vue-scroll-rect": {
  1249. "version": "0.1.8",
  1250. "resolved": "https://registry.npmmirror.com/@imengyu/vue-scroll-rect/-/vue-scroll-rect-0.1.8.tgz",
  1251. "integrity": "sha512-Mg7rgHlsGPO0tcMFjp1kB2BZ3oRrRtFN8MoE52jTgQnlc+Y0N6ttFnbIxOh2fc9j82uhdQ8zgZcXlFHUXeGnCA==",
  1252. "license": "MIT"
  1253. },
  1254. "node_modules/@inquirer/ansi": {
  1255. "version": "1.0.2",
  1256. "resolved": "https://registry.npmmirror.com/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1257. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1258. "dev": true,
  1259. "license": "MIT",
  1260. "engines": {
  1261. "node": ">=18"
  1262. }
  1263. },
  1264. "node_modules/@inquirer/checkbox": {
  1265. "version": "4.3.2",
  1266. "resolved": "https://registry.npmmirror.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1267. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1268. "dev": true,
  1269. "license": "MIT",
  1270. "dependencies": {
  1271. "@inquirer/ansi": "^1.0.2",
  1272. "@inquirer/core": "^10.3.2",
  1273. "@inquirer/figures": "^1.0.15",
  1274. "@inquirer/type": "^3.0.10",
  1275. "yoctocolors-cjs": "^2.1.3"
  1276. },
  1277. "engines": {
  1278. "node": ">=18"
  1279. },
  1280. "peerDependencies": {
  1281. "@types/node": ">=18"
  1282. },
  1283. "peerDependenciesMeta": {
  1284. "@types/node": {
  1285. "optional": true
  1286. }
  1287. }
  1288. },
  1289. "node_modules/@inquirer/confirm": {
  1290. "version": "5.1.21",
  1291. "resolved": "https://registry.npmmirror.com/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1292. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1293. "dev": true,
  1294. "license": "MIT",
  1295. "dependencies": {
  1296. "@inquirer/core": "^10.3.2",
  1297. "@inquirer/type": "^3.0.10"
  1298. },
  1299. "engines": {
  1300. "node": ">=18"
  1301. },
  1302. "peerDependencies": {
  1303. "@types/node": ">=18"
  1304. },
  1305. "peerDependenciesMeta": {
  1306. "@types/node": {
  1307. "optional": true
  1308. }
  1309. }
  1310. },
  1311. "node_modules/@inquirer/core": {
  1312. "version": "10.3.2",
  1313. "resolved": "https://registry.npmmirror.com/@inquirer/core/-/core-10.3.2.tgz",
  1314. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1315. "dev": true,
  1316. "license": "MIT",
  1317. "dependencies": {
  1318. "@inquirer/ansi": "^1.0.2",
  1319. "@inquirer/figures": "^1.0.15",
  1320. "@inquirer/type": "^3.0.10",
  1321. "cli-width": "^4.1.0",
  1322. "mute-stream": "^2.0.0",
  1323. "signal-exit": "^4.1.0",
  1324. "wrap-ansi": "^6.2.0",
  1325. "yoctocolors-cjs": "^2.1.3"
  1326. },
  1327. "engines": {
  1328. "node": ">=18"
  1329. },
  1330. "peerDependencies": {
  1331. "@types/node": ">=18"
  1332. },
  1333. "peerDependenciesMeta": {
  1334. "@types/node": {
  1335. "optional": true
  1336. }
  1337. }
  1338. },
  1339. "node_modules/@inquirer/editor": {
  1340. "version": "4.2.23",
  1341. "resolved": "https://registry.npmmirror.com/@inquirer/editor/-/editor-4.2.23.tgz",
  1342. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1343. "dev": true,
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@inquirer/core": "^10.3.2",
  1347. "@inquirer/external-editor": "^1.0.3",
  1348. "@inquirer/type": "^3.0.10"
  1349. },
  1350. "engines": {
  1351. "node": ">=18"
  1352. },
  1353. "peerDependencies": {
  1354. "@types/node": ">=18"
  1355. },
  1356. "peerDependenciesMeta": {
  1357. "@types/node": {
  1358. "optional": true
  1359. }
  1360. }
  1361. },
  1362. "node_modules/@inquirer/expand": {
  1363. "version": "4.0.23",
  1364. "resolved": "https://registry.npmmirror.com/@inquirer/expand/-/expand-4.0.23.tgz",
  1365. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1366. "dev": true,
  1367. "license": "MIT",
  1368. "dependencies": {
  1369. "@inquirer/core": "^10.3.2",
  1370. "@inquirer/type": "^3.0.10",
  1371. "yoctocolors-cjs": "^2.1.3"
  1372. },
  1373. "engines": {
  1374. "node": ">=18"
  1375. },
  1376. "peerDependencies": {
  1377. "@types/node": ">=18"
  1378. },
  1379. "peerDependenciesMeta": {
  1380. "@types/node": {
  1381. "optional": true
  1382. }
  1383. }
  1384. },
  1385. "node_modules/@inquirer/external-editor": {
  1386. "version": "1.0.3",
  1387. "resolved": "https://registry.npmmirror.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1388. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1389. "dev": true,
  1390. "license": "MIT",
  1391. "dependencies": {
  1392. "chardet": "^2.1.1",
  1393. "iconv-lite": "^0.7.0"
  1394. },
  1395. "engines": {
  1396. "node": ">=18"
  1397. },
  1398. "peerDependencies": {
  1399. "@types/node": ">=18"
  1400. },
  1401. "peerDependenciesMeta": {
  1402. "@types/node": {
  1403. "optional": true
  1404. }
  1405. }
  1406. },
  1407. "node_modules/@inquirer/external-editor/node_modules/iconv-lite": {
  1408. "version": "0.7.1",
  1409. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  1410. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  1411. "dev": true,
  1412. "license": "MIT",
  1413. "dependencies": {
  1414. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1415. },
  1416. "engines": {
  1417. "node": ">=0.10.0"
  1418. },
  1419. "funding": {
  1420. "type": "opencollective",
  1421. "url": "https://opencollective.com/express"
  1422. }
  1423. },
  1424. "node_modules/@inquirer/figures": {
  1425. "version": "1.0.15",
  1426. "resolved": "https://registry.npmmirror.com/@inquirer/figures/-/figures-1.0.15.tgz",
  1427. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1428. "dev": true,
  1429. "license": "MIT",
  1430. "engines": {
  1431. "node": ">=18"
  1432. }
  1433. },
  1434. "node_modules/@inquirer/input": {
  1435. "version": "4.3.1",
  1436. "resolved": "https://registry.npmmirror.com/@inquirer/input/-/input-4.3.1.tgz",
  1437. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1438. "dev": true,
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@inquirer/core": "^10.3.2",
  1442. "@inquirer/type": "^3.0.10"
  1443. },
  1444. "engines": {
  1445. "node": ">=18"
  1446. },
  1447. "peerDependencies": {
  1448. "@types/node": ">=18"
  1449. },
  1450. "peerDependenciesMeta": {
  1451. "@types/node": {
  1452. "optional": true
  1453. }
  1454. }
  1455. },
  1456. "node_modules/@inquirer/number": {
  1457. "version": "3.0.23",
  1458. "resolved": "https://registry.npmmirror.com/@inquirer/number/-/number-3.0.23.tgz",
  1459. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1460. "dev": true,
  1461. "license": "MIT",
  1462. "dependencies": {
  1463. "@inquirer/core": "^10.3.2",
  1464. "@inquirer/type": "^3.0.10"
  1465. },
  1466. "engines": {
  1467. "node": ">=18"
  1468. },
  1469. "peerDependencies": {
  1470. "@types/node": ">=18"
  1471. },
  1472. "peerDependenciesMeta": {
  1473. "@types/node": {
  1474. "optional": true
  1475. }
  1476. }
  1477. },
  1478. "node_modules/@inquirer/password": {
  1479. "version": "4.0.23",
  1480. "resolved": "https://registry.npmmirror.com/@inquirer/password/-/password-4.0.23.tgz",
  1481. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1482. "dev": true,
  1483. "license": "MIT",
  1484. "dependencies": {
  1485. "@inquirer/ansi": "^1.0.2",
  1486. "@inquirer/core": "^10.3.2",
  1487. "@inquirer/type": "^3.0.10"
  1488. },
  1489. "engines": {
  1490. "node": ">=18"
  1491. },
  1492. "peerDependencies": {
  1493. "@types/node": ">=18"
  1494. },
  1495. "peerDependenciesMeta": {
  1496. "@types/node": {
  1497. "optional": true
  1498. }
  1499. }
  1500. },
  1501. "node_modules/@inquirer/prompts": {
  1502. "version": "7.10.1",
  1503. "resolved": "https://registry.npmmirror.com/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1504. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1505. "dev": true,
  1506. "license": "MIT",
  1507. "dependencies": {
  1508. "@inquirer/checkbox": "^4.3.2",
  1509. "@inquirer/confirm": "^5.1.21",
  1510. "@inquirer/editor": "^4.2.23",
  1511. "@inquirer/expand": "^4.0.23",
  1512. "@inquirer/input": "^4.3.1",
  1513. "@inquirer/number": "^3.0.23",
  1514. "@inquirer/password": "^4.0.23",
  1515. "@inquirer/rawlist": "^4.1.11",
  1516. "@inquirer/search": "^3.2.2",
  1517. "@inquirer/select": "^4.4.2"
  1518. },
  1519. "engines": {
  1520. "node": ">=18"
  1521. },
  1522. "peerDependencies": {
  1523. "@types/node": ">=18"
  1524. },
  1525. "peerDependenciesMeta": {
  1526. "@types/node": {
  1527. "optional": true
  1528. }
  1529. }
  1530. },
  1531. "node_modules/@inquirer/rawlist": {
  1532. "version": "4.1.11",
  1533. "resolved": "https://registry.npmmirror.com/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1534. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1535. "dev": true,
  1536. "license": "MIT",
  1537. "dependencies": {
  1538. "@inquirer/core": "^10.3.2",
  1539. "@inquirer/type": "^3.0.10",
  1540. "yoctocolors-cjs": "^2.1.3"
  1541. },
  1542. "engines": {
  1543. "node": ">=18"
  1544. },
  1545. "peerDependencies": {
  1546. "@types/node": ">=18"
  1547. },
  1548. "peerDependenciesMeta": {
  1549. "@types/node": {
  1550. "optional": true
  1551. }
  1552. }
  1553. },
  1554. "node_modules/@inquirer/search": {
  1555. "version": "3.2.2",
  1556. "resolved": "https://registry.npmmirror.com/@inquirer/search/-/search-3.2.2.tgz",
  1557. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1558. "dev": true,
  1559. "license": "MIT",
  1560. "dependencies": {
  1561. "@inquirer/core": "^10.3.2",
  1562. "@inquirer/figures": "^1.0.15",
  1563. "@inquirer/type": "^3.0.10",
  1564. "yoctocolors-cjs": "^2.1.3"
  1565. },
  1566. "engines": {
  1567. "node": ">=18"
  1568. },
  1569. "peerDependencies": {
  1570. "@types/node": ">=18"
  1571. },
  1572. "peerDependenciesMeta": {
  1573. "@types/node": {
  1574. "optional": true
  1575. }
  1576. }
  1577. },
  1578. "node_modules/@inquirer/select": {
  1579. "version": "4.4.2",
  1580. "resolved": "https://registry.npmmirror.com/@inquirer/select/-/select-4.4.2.tgz",
  1581. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1582. "dev": true,
  1583. "license": "MIT",
  1584. "dependencies": {
  1585. "@inquirer/ansi": "^1.0.2",
  1586. "@inquirer/core": "^10.3.2",
  1587. "@inquirer/figures": "^1.0.15",
  1588. "@inquirer/type": "^3.0.10",
  1589. "yoctocolors-cjs": "^2.1.3"
  1590. },
  1591. "engines": {
  1592. "node": ">=18"
  1593. },
  1594. "peerDependencies": {
  1595. "@types/node": ">=18"
  1596. },
  1597. "peerDependenciesMeta": {
  1598. "@types/node": {
  1599. "optional": true
  1600. }
  1601. }
  1602. },
  1603. "node_modules/@inquirer/type": {
  1604. "version": "3.0.10",
  1605. "resolved": "https://registry.npmmirror.com/@inquirer/type/-/type-3.0.10.tgz",
  1606. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1607. "dev": true,
  1608. "license": "MIT",
  1609. "engines": {
  1610. "node": ">=18"
  1611. },
  1612. "peerDependencies": {
  1613. "@types/node": ">=18"
  1614. },
  1615. "peerDependenciesMeta": {
  1616. "@types/node": {
  1617. "optional": true
  1618. }
  1619. }
  1620. },
  1621. "node_modules/@ioredis/commands": {
  1622. "version": "1.4.0",
  1623. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.4.0.tgz",
  1624. "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==",
  1625. "license": "MIT"
  1626. },
  1627. "node_modules/@isaacs/cliui": {
  1628. "version": "8.0.2",
  1629. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1630. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1631. "license": "ISC",
  1632. "dependencies": {
  1633. "string-width": "^5.1.2",
  1634. "string-width-cjs": "npm:string-width@^4.2.0",
  1635. "strip-ansi": "^7.0.1",
  1636. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1637. "wrap-ansi": "^8.1.0",
  1638. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1639. },
  1640. "engines": {
  1641. "node": ">=12"
  1642. }
  1643. },
  1644. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1645. "version": "9.2.2",
  1646. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1647. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1648. "license": "MIT"
  1649. },
  1650. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1651. "version": "5.1.2",
  1652. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  1653. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1654. "license": "MIT",
  1655. "dependencies": {
  1656. "eastasianwidth": "^0.2.0",
  1657. "emoji-regex": "^9.2.2",
  1658. "strip-ansi": "^7.0.1"
  1659. },
  1660. "engines": {
  1661. "node": ">=12"
  1662. },
  1663. "funding": {
  1664. "url": "https://github.com/sponsors/sindresorhus"
  1665. }
  1666. },
  1667. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1668. "version": "8.1.0",
  1669. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1670. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1671. "license": "MIT",
  1672. "dependencies": {
  1673. "ansi-styles": "^6.1.0",
  1674. "string-width": "^5.0.1",
  1675. "strip-ansi": "^7.0.1"
  1676. },
  1677. "engines": {
  1678. "node": ">=12"
  1679. },
  1680. "funding": {
  1681. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1682. }
  1683. },
  1684. "node_modules/@isaacs/fs-minipass": {
  1685. "version": "4.0.1",
  1686. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1687. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1688. "license": "ISC",
  1689. "dependencies": {
  1690. "minipass": "^7.0.4"
  1691. },
  1692. "engines": {
  1693. "node": ">=18.0.0"
  1694. }
  1695. },
  1696. "node_modules/@jridgewell/gen-mapping": {
  1697. "version": "0.3.13",
  1698. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1699. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1700. "license": "MIT",
  1701. "dependencies": {
  1702. "@jridgewell/sourcemap-codec": "^1.5.0",
  1703. "@jridgewell/trace-mapping": "^0.3.24"
  1704. }
  1705. },
  1706. "node_modules/@jridgewell/remapping": {
  1707. "version": "2.3.5",
  1708. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1709. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1710. "license": "MIT",
  1711. "dependencies": {
  1712. "@jridgewell/gen-mapping": "^0.3.5",
  1713. "@jridgewell/trace-mapping": "^0.3.24"
  1714. }
  1715. },
  1716. "node_modules/@jridgewell/resolve-uri": {
  1717. "version": "3.1.2",
  1718. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1719. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1720. "license": "MIT",
  1721. "engines": {
  1722. "node": ">=6.0.0"
  1723. }
  1724. },
  1725. "node_modules/@jridgewell/source-map": {
  1726. "version": "0.3.10",
  1727. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  1728. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  1729. "license": "MIT",
  1730. "dependencies": {
  1731. "@jridgewell/gen-mapping": "^0.3.5",
  1732. "@jridgewell/trace-mapping": "^0.3.25"
  1733. }
  1734. },
  1735. "node_modules/@jridgewell/sourcemap-codec": {
  1736. "version": "1.5.5",
  1737. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1738. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1739. "license": "MIT"
  1740. },
  1741. "node_modules/@jridgewell/trace-mapping": {
  1742. "version": "0.3.31",
  1743. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1744. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1745. "license": "MIT",
  1746. "dependencies": {
  1747. "@jridgewell/resolve-uri": "^3.1.0",
  1748. "@jridgewell/sourcemap-codec": "^1.4.14"
  1749. }
  1750. },
  1751. "node_modules/@kwsites/file-exists": {
  1752. "version": "1.1.1",
  1753. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1754. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1755. "license": "MIT",
  1756. "dependencies": {
  1757. "debug": "^4.1.1"
  1758. }
  1759. },
  1760. "node_modules/@kwsites/promise-deferred": {
  1761. "version": "1.1.1",
  1762. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1763. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1764. "license": "MIT"
  1765. },
  1766. "node_modules/@mapbox/node-pre-gyp": {
  1767. "version": "2.0.3",
  1768. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1769. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1770. "license": "BSD-3-Clause",
  1771. "dependencies": {
  1772. "consola": "^3.2.3",
  1773. "detect-libc": "^2.0.0",
  1774. "https-proxy-agent": "^7.0.5",
  1775. "node-fetch": "^2.6.7",
  1776. "nopt": "^8.0.0",
  1777. "semver": "^7.5.3",
  1778. "tar": "^7.4.0"
  1779. },
  1780. "bin": {
  1781. "node-pre-gyp": "bin/node-pre-gyp"
  1782. },
  1783. "engines": {
  1784. "node": ">=18"
  1785. }
  1786. },
  1787. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1788. "version": "2.1.2",
  1789. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1790. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1791. "license": "Apache-2.0",
  1792. "engines": {
  1793. "node": ">=8"
  1794. }
  1795. },
  1796. "node_modules/@mapbox/node-pre-gyp/node_modules/semver": {
  1797. "version": "7.7.3",
  1798. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1799. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1800. "license": "ISC",
  1801. "bin": {
  1802. "semver": "bin/semver.js"
  1803. },
  1804. "engines": {
  1805. "node": ">=10"
  1806. }
  1807. },
  1808. "node_modules/@math.gl/core": {
  1809. "version": "3.6.3",
  1810. "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
  1811. "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
  1812. "license": "MIT",
  1813. "dependencies": {
  1814. "@babel/runtime": "^7.12.0",
  1815. "@math.gl/types": "3.6.3",
  1816. "gl-matrix": "^3.4.0"
  1817. }
  1818. },
  1819. "node_modules/@math.gl/types": {
  1820. "version": "3.6.3",
  1821. "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
  1822. "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
  1823. "license": "MIT"
  1824. },
  1825. "node_modules/@napi-rs/wasm-runtime": {
  1826. "version": "1.1.0",
  1827. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz",
  1828. "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==",
  1829. "license": "MIT",
  1830. "optional": true,
  1831. "dependencies": {
  1832. "@emnapi/core": "^1.7.1",
  1833. "@emnapi/runtime": "^1.7.1",
  1834. "@tybys/wasm-util": "^0.10.1"
  1835. }
  1836. },
  1837. "node_modules/@nodelib/fs.scandir": {
  1838. "version": "2.1.5",
  1839. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1840. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1841. "license": "MIT",
  1842. "dependencies": {
  1843. "@nodelib/fs.stat": "2.0.5",
  1844. "run-parallel": "^1.1.9"
  1845. },
  1846. "engines": {
  1847. "node": ">= 8"
  1848. }
  1849. },
  1850. "node_modules/@nodelib/fs.stat": {
  1851. "version": "2.0.5",
  1852. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1853. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1854. "license": "MIT",
  1855. "engines": {
  1856. "node": ">= 8"
  1857. }
  1858. },
  1859. "node_modules/@nodelib/fs.walk": {
  1860. "version": "1.2.8",
  1861. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1862. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1863. "license": "MIT",
  1864. "dependencies": {
  1865. "@nodelib/fs.scandir": "2.1.5",
  1866. "fastq": "^1.6.0"
  1867. },
  1868. "engines": {
  1869. "node": ">= 8"
  1870. }
  1871. },
  1872. "node_modules/@nuxt/cli": {
  1873. "version": "3.31.3",
  1874. "resolved": "https://registry.npmmirror.com/@nuxt/cli/-/cli-3.31.3.tgz",
  1875. "integrity": "sha512-K0T1ZpBXnlb41NU/RWf1F0U0C14KzlEXCoaSgD2y8BiLoCBWcgQ1UAlRtx4cThqWbJmIxaNZZTDL0NZ9d1U7ag==",
  1876. "license": "MIT",
  1877. "dependencies": {
  1878. "@bomb.sh/tab": "^0.0.10",
  1879. "@clack/prompts": "1.0.0-alpha.8",
  1880. "c12": "^3.3.2",
  1881. "citty": "^0.1.6",
  1882. "confbox": "^0.2.2",
  1883. "consola": "^3.4.2",
  1884. "copy-paste": "^2.2.0",
  1885. "debug": "^4.4.3",
  1886. "defu": "^6.1.4",
  1887. "exsolve": "^1.0.8",
  1888. "fuse.js": "^7.1.0",
  1889. "giget": "^2.0.0",
  1890. "jiti": "^2.6.1",
  1891. "listhen": "^1.9.0",
  1892. "nypm": "^0.6.2",
  1893. "ofetch": "^1.5.1",
  1894. "ohash": "^2.0.11",
  1895. "pathe": "^2.0.3",
  1896. "perfect-debounce": "^2.0.0",
  1897. "pkg-types": "^2.3.0",
  1898. "scule": "^1.3.0",
  1899. "semver": "^7.7.3",
  1900. "srvx": "^0.9.8",
  1901. "std-env": "^3.10.0",
  1902. "tinyexec": "^1.0.2",
  1903. "ufo": "^1.6.1",
  1904. "youch": "^4.1.0-beta.13"
  1905. },
  1906. "bin": {
  1907. "nuxi": "bin/nuxi.mjs",
  1908. "nuxi-ng": "bin/nuxi.mjs",
  1909. "nuxt": "bin/nuxi.mjs",
  1910. "nuxt-cli": "bin/nuxi.mjs"
  1911. },
  1912. "engines": {
  1913. "node": "^16.10.0 || >=18.0.0"
  1914. }
  1915. },
  1916. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1917. "version": "0.0.10",
  1918. "resolved": "https://registry.npmmirror.com/@bomb.sh/tab/-/tab-0.0.10.tgz",
  1919. "integrity": "sha512-6ALS2rh/4LKn0Yxwm35V6LcgQuSiECHbqQo7+9g4rkgGyXZ0siOc8K+IuWIq/4u0Zkv2mevP9QSqgKhGIvLJMw==",
  1920. "license": "MIT",
  1921. "bin": {
  1922. "tab": "dist/bin/cli.js"
  1923. },
  1924. "peerDependencies": {
  1925. "cac": "^6.7.14",
  1926. "citty": "^0.1.6",
  1927. "commander": "^13.1.0"
  1928. },
  1929. "peerDependenciesMeta": {
  1930. "cac": {
  1931. "optional": true
  1932. },
  1933. "citty": {
  1934. "optional": true
  1935. },
  1936. "commander": {
  1937. "optional": true
  1938. }
  1939. }
  1940. },
  1941. "node_modules/@nuxt/cli/node_modules/commander": {
  1942. "version": "13.1.0",
  1943. "resolved": "https://registry.npmmirror.com/commander/-/commander-13.1.0.tgz",
  1944. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1945. "license": "MIT",
  1946. "optional": true,
  1947. "peer": true,
  1948. "engines": {
  1949. "node": ">=18"
  1950. }
  1951. },
  1952. "node_modules/@nuxt/cli/node_modules/perfect-debounce": {
  1953. "version": "2.0.0",
  1954. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  1955. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  1956. "license": "MIT"
  1957. },
  1958. "node_modules/@nuxt/cli/node_modules/semver": {
  1959. "version": "7.7.3",
  1960. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1961. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1962. "license": "ISC",
  1963. "bin": {
  1964. "semver": "bin/semver.js"
  1965. },
  1966. "engines": {
  1967. "node": ">=10"
  1968. }
  1969. },
  1970. "node_modules/@nuxt/devalue": {
  1971. "version": "2.0.2",
  1972. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1973. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1974. "license": "MIT"
  1975. },
  1976. "node_modules/@nuxt/devtools": {
  1977. "version": "3.1.1",
  1978. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-3.1.1.tgz",
  1979. "integrity": "sha512-UG8oKQqcSyzwBe1l0z24zypmwn6FLW/HQMHK/F/gscUU5LeMHzgBhLPD+cuLlDvwlGAbifexWNMsS/I7n95KlA==",
  1980. "license": "MIT",
  1981. "dependencies": {
  1982. "@nuxt/devtools-kit": "3.1.1",
  1983. "@nuxt/devtools-wizard": "3.1.1",
  1984. "@nuxt/kit": "^4.2.1",
  1985. "@vue/devtools-core": "^8.0.5",
  1986. "@vue/devtools-kit": "^8.0.5",
  1987. "birpc": "^2.8.0",
  1988. "consola": "^3.4.2",
  1989. "destr": "^2.0.5",
  1990. "error-stack-parser-es": "^1.0.5",
  1991. "execa": "^8.0.1",
  1992. "fast-npm-meta": "^0.4.7",
  1993. "get-port-please": "^3.2.0",
  1994. "hookable": "^5.5.3",
  1995. "image-meta": "^0.2.2",
  1996. "is-installed-globally": "^1.0.0",
  1997. "launch-editor": "^2.12.0",
  1998. "local-pkg": "^1.1.2",
  1999. "magicast": "^0.5.1",
  2000. "nypm": "^0.6.2",
  2001. "ohash": "^2.0.11",
  2002. "pathe": "^2.0.3",
  2003. "perfect-debounce": "^2.0.0",
  2004. "pkg-types": "^2.3.0",
  2005. "semver": "^7.7.3",
  2006. "simple-git": "^3.30.0",
  2007. "sirv": "^3.0.2",
  2008. "structured-clone-es": "^1.0.0",
  2009. "tinyglobby": "^0.2.15",
  2010. "vite-plugin-inspect": "^11.3.3",
  2011. "vite-plugin-vue-tracer": "^1.1.3",
  2012. "which": "^5.0.0",
  2013. "ws": "^8.18.3"
  2014. },
  2015. "bin": {
  2016. "devtools": "cli.mjs"
  2017. },
  2018. "peerDependencies": {
  2019. "@vitejs/devtools": "*",
  2020. "vite": ">=6.0"
  2021. },
  2022. "peerDependenciesMeta": {
  2023. "@vitejs/devtools": {
  2024. "optional": true
  2025. }
  2026. }
  2027. },
  2028. "node_modules/@nuxt/devtools-kit": {
  2029. "version": "3.1.1",
  2030. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2031. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2032. "license": "MIT",
  2033. "dependencies": {
  2034. "@nuxt/kit": "^4.2.1",
  2035. "execa": "^8.0.1"
  2036. },
  2037. "peerDependencies": {
  2038. "vite": ">=6.0"
  2039. }
  2040. },
  2041. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  2042. "version": "4.2.2",
  2043. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2044. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2045. "license": "MIT",
  2046. "dependencies": {
  2047. "c12": "^3.3.2",
  2048. "consola": "^3.4.2",
  2049. "defu": "^6.1.4",
  2050. "destr": "^2.0.5",
  2051. "errx": "^0.1.0",
  2052. "exsolve": "^1.0.8",
  2053. "ignore": "^7.0.5",
  2054. "jiti": "^2.6.1",
  2055. "klona": "^2.0.6",
  2056. "mlly": "^1.8.0",
  2057. "ohash": "^2.0.11",
  2058. "pathe": "^2.0.3",
  2059. "pkg-types": "^2.3.0",
  2060. "rc9": "^2.1.2",
  2061. "scule": "^1.3.0",
  2062. "semver": "^7.7.3",
  2063. "tinyglobby": "^0.2.15",
  2064. "ufo": "^1.6.1",
  2065. "unctx": "^2.4.1",
  2066. "untyped": "^2.0.0"
  2067. },
  2068. "engines": {
  2069. "node": ">=18.12.0"
  2070. }
  2071. },
  2072. "node_modules/@nuxt/devtools-kit/node_modules/execa": {
  2073. "version": "8.0.1",
  2074. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2075. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2076. "license": "MIT",
  2077. "dependencies": {
  2078. "cross-spawn": "^7.0.3",
  2079. "get-stream": "^8.0.1",
  2080. "human-signals": "^5.0.0",
  2081. "is-stream": "^3.0.0",
  2082. "merge-stream": "^2.0.0",
  2083. "npm-run-path": "^5.1.0",
  2084. "onetime": "^6.0.0",
  2085. "signal-exit": "^4.1.0",
  2086. "strip-final-newline": "^3.0.0"
  2087. },
  2088. "engines": {
  2089. "node": ">=16.17"
  2090. },
  2091. "funding": {
  2092. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2093. }
  2094. },
  2095. "node_modules/@nuxt/devtools-kit/node_modules/get-stream": {
  2096. "version": "8.0.1",
  2097. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2098. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2099. "license": "MIT",
  2100. "engines": {
  2101. "node": ">=16"
  2102. },
  2103. "funding": {
  2104. "url": "https://github.com/sponsors/sindresorhus"
  2105. }
  2106. },
  2107. "node_modules/@nuxt/devtools-kit/node_modules/human-signals": {
  2108. "version": "5.0.0",
  2109. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2110. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2111. "license": "Apache-2.0",
  2112. "engines": {
  2113. "node": ">=16.17.0"
  2114. }
  2115. },
  2116. "node_modules/@nuxt/devtools-kit/node_modules/is-stream": {
  2117. "version": "3.0.0",
  2118. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2119. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2120. "license": "MIT",
  2121. "engines": {
  2122. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2123. },
  2124. "funding": {
  2125. "url": "https://github.com/sponsors/sindresorhus"
  2126. }
  2127. },
  2128. "node_modules/@nuxt/devtools-kit/node_modules/npm-run-path": {
  2129. "version": "5.3.0",
  2130. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2131. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2132. "license": "MIT",
  2133. "dependencies": {
  2134. "path-key": "^4.0.0"
  2135. },
  2136. "engines": {
  2137. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2138. },
  2139. "funding": {
  2140. "url": "https://github.com/sponsors/sindresorhus"
  2141. }
  2142. },
  2143. "node_modules/@nuxt/devtools-kit/node_modules/path-key": {
  2144. "version": "4.0.0",
  2145. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2146. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2147. "license": "MIT",
  2148. "engines": {
  2149. "node": ">=12"
  2150. },
  2151. "funding": {
  2152. "url": "https://github.com/sponsors/sindresorhus"
  2153. }
  2154. },
  2155. "node_modules/@nuxt/devtools-kit/node_modules/semver": {
  2156. "version": "7.7.3",
  2157. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2158. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2159. "license": "ISC",
  2160. "bin": {
  2161. "semver": "bin/semver.js"
  2162. },
  2163. "engines": {
  2164. "node": ">=10"
  2165. }
  2166. },
  2167. "node_modules/@nuxt/devtools-kit/node_modules/strip-final-newline": {
  2168. "version": "3.0.0",
  2169. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2170. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2171. "license": "MIT",
  2172. "engines": {
  2173. "node": ">=12"
  2174. },
  2175. "funding": {
  2176. "url": "https://github.com/sponsors/sindresorhus"
  2177. }
  2178. },
  2179. "node_modules/@nuxt/devtools-wizard": {
  2180. "version": "3.1.1",
  2181. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-3.1.1.tgz",
  2182. "integrity": "sha512-6UORjapNKko2buv+3o57DQp69n5Z91TeJ75qdtNKcTvOfCTJrO78Ew0nZSgMMGrjbIJ4pFsHQEqXfgYLw3pNxg==",
  2183. "license": "MIT",
  2184. "dependencies": {
  2185. "consola": "^3.4.2",
  2186. "diff": "^8.0.2",
  2187. "execa": "^8.0.1",
  2188. "magicast": "^0.5.1",
  2189. "pathe": "^2.0.3",
  2190. "pkg-types": "^2.3.0",
  2191. "prompts": "^2.4.2",
  2192. "semver": "^7.7.3"
  2193. },
  2194. "bin": {
  2195. "devtools-wizard": "cli.mjs"
  2196. }
  2197. },
  2198. "node_modules/@nuxt/devtools-wizard/node_modules/execa": {
  2199. "version": "8.0.1",
  2200. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2201. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2202. "license": "MIT",
  2203. "dependencies": {
  2204. "cross-spawn": "^7.0.3",
  2205. "get-stream": "^8.0.1",
  2206. "human-signals": "^5.0.0",
  2207. "is-stream": "^3.0.0",
  2208. "merge-stream": "^2.0.0",
  2209. "npm-run-path": "^5.1.0",
  2210. "onetime": "^6.0.0",
  2211. "signal-exit": "^4.1.0",
  2212. "strip-final-newline": "^3.0.0"
  2213. },
  2214. "engines": {
  2215. "node": ">=16.17"
  2216. },
  2217. "funding": {
  2218. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2219. }
  2220. },
  2221. "node_modules/@nuxt/devtools-wizard/node_modules/get-stream": {
  2222. "version": "8.0.1",
  2223. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2224. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2225. "license": "MIT",
  2226. "engines": {
  2227. "node": ">=16"
  2228. },
  2229. "funding": {
  2230. "url": "https://github.com/sponsors/sindresorhus"
  2231. }
  2232. },
  2233. "node_modules/@nuxt/devtools-wizard/node_modules/human-signals": {
  2234. "version": "5.0.0",
  2235. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2236. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2237. "license": "Apache-2.0",
  2238. "engines": {
  2239. "node": ">=16.17.0"
  2240. }
  2241. },
  2242. "node_modules/@nuxt/devtools-wizard/node_modules/is-stream": {
  2243. "version": "3.0.0",
  2244. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2245. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2246. "license": "MIT",
  2247. "engines": {
  2248. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2249. },
  2250. "funding": {
  2251. "url": "https://github.com/sponsors/sindresorhus"
  2252. }
  2253. },
  2254. "node_modules/@nuxt/devtools-wizard/node_modules/npm-run-path": {
  2255. "version": "5.3.0",
  2256. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2257. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2258. "license": "MIT",
  2259. "dependencies": {
  2260. "path-key": "^4.0.0"
  2261. },
  2262. "engines": {
  2263. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2264. },
  2265. "funding": {
  2266. "url": "https://github.com/sponsors/sindresorhus"
  2267. }
  2268. },
  2269. "node_modules/@nuxt/devtools-wizard/node_modules/path-key": {
  2270. "version": "4.0.0",
  2271. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2272. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2273. "license": "MIT",
  2274. "engines": {
  2275. "node": ">=12"
  2276. },
  2277. "funding": {
  2278. "url": "https://github.com/sponsors/sindresorhus"
  2279. }
  2280. },
  2281. "node_modules/@nuxt/devtools-wizard/node_modules/semver": {
  2282. "version": "7.7.3",
  2283. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2284. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2285. "license": "ISC",
  2286. "bin": {
  2287. "semver": "bin/semver.js"
  2288. },
  2289. "engines": {
  2290. "node": ">=10"
  2291. }
  2292. },
  2293. "node_modules/@nuxt/devtools-wizard/node_modules/strip-final-newline": {
  2294. "version": "3.0.0",
  2295. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2296. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2297. "license": "MIT",
  2298. "engines": {
  2299. "node": ">=12"
  2300. },
  2301. "funding": {
  2302. "url": "https://github.com/sponsors/sindresorhus"
  2303. }
  2304. },
  2305. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  2306. "version": "4.2.2",
  2307. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2308. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2309. "license": "MIT",
  2310. "dependencies": {
  2311. "c12": "^3.3.2",
  2312. "consola": "^3.4.2",
  2313. "defu": "^6.1.4",
  2314. "destr": "^2.0.5",
  2315. "errx": "^0.1.0",
  2316. "exsolve": "^1.0.8",
  2317. "ignore": "^7.0.5",
  2318. "jiti": "^2.6.1",
  2319. "klona": "^2.0.6",
  2320. "mlly": "^1.8.0",
  2321. "ohash": "^2.0.11",
  2322. "pathe": "^2.0.3",
  2323. "pkg-types": "^2.3.0",
  2324. "rc9": "^2.1.2",
  2325. "scule": "^1.3.0",
  2326. "semver": "^7.7.3",
  2327. "tinyglobby": "^0.2.15",
  2328. "ufo": "^1.6.1",
  2329. "unctx": "^2.4.1",
  2330. "untyped": "^2.0.0"
  2331. },
  2332. "engines": {
  2333. "node": ">=18.12.0"
  2334. }
  2335. },
  2336. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-core": {
  2337. "version": "8.0.5",
  2338. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.0.5.tgz",
  2339. "integrity": "sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==",
  2340. "license": "MIT",
  2341. "dependencies": {
  2342. "@vue/devtools-kit": "^8.0.5",
  2343. "@vue/devtools-shared": "^8.0.5",
  2344. "mitt": "^3.0.1",
  2345. "nanoid": "^5.1.5",
  2346. "pathe": "^2.0.3",
  2347. "vite-hot-client": "^2.1.0"
  2348. },
  2349. "peerDependencies": {
  2350. "vue": "^3.0.0"
  2351. }
  2352. },
  2353. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit": {
  2354. "version": "8.0.5",
  2355. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.0.5.tgz",
  2356. "integrity": "sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==",
  2357. "license": "MIT",
  2358. "dependencies": {
  2359. "@vue/devtools-shared": "^8.0.5",
  2360. "birpc": "^2.6.1",
  2361. "hookable": "^5.5.3",
  2362. "mitt": "^3.0.1",
  2363. "perfect-debounce": "^2.0.0",
  2364. "speakingurl": "^14.0.1",
  2365. "superjson": "^2.2.2"
  2366. }
  2367. },
  2368. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-shared": {
  2369. "version": "8.0.5",
  2370. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.0.5.tgz",
  2371. "integrity": "sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==",
  2372. "license": "MIT",
  2373. "dependencies": {
  2374. "rfdc": "^1.4.1"
  2375. }
  2376. },
  2377. "node_modules/@nuxt/devtools/node_modules/error-stack-parser-es": {
  2378. "version": "1.0.5",
  2379. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2380. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2381. "license": "MIT",
  2382. "funding": {
  2383. "url": "https://github.com/sponsors/antfu"
  2384. }
  2385. },
  2386. "node_modules/@nuxt/devtools/node_modules/execa": {
  2387. "version": "8.0.1",
  2388. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2389. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2390. "license": "MIT",
  2391. "dependencies": {
  2392. "cross-spawn": "^7.0.3",
  2393. "get-stream": "^8.0.1",
  2394. "human-signals": "^5.0.0",
  2395. "is-stream": "^3.0.0",
  2396. "merge-stream": "^2.0.0",
  2397. "npm-run-path": "^5.1.0",
  2398. "onetime": "^6.0.0",
  2399. "signal-exit": "^4.1.0",
  2400. "strip-final-newline": "^3.0.0"
  2401. },
  2402. "engines": {
  2403. "node": ">=16.17"
  2404. },
  2405. "funding": {
  2406. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2407. }
  2408. },
  2409. "node_modules/@nuxt/devtools/node_modules/get-stream": {
  2410. "version": "8.0.1",
  2411. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2412. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2413. "license": "MIT",
  2414. "engines": {
  2415. "node": ">=16"
  2416. },
  2417. "funding": {
  2418. "url": "https://github.com/sponsors/sindresorhus"
  2419. }
  2420. },
  2421. "node_modules/@nuxt/devtools/node_modules/human-signals": {
  2422. "version": "5.0.0",
  2423. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2424. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2425. "license": "Apache-2.0",
  2426. "engines": {
  2427. "node": ">=16.17.0"
  2428. }
  2429. },
  2430. "node_modules/@nuxt/devtools/node_modules/is-stream": {
  2431. "version": "3.0.0",
  2432. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2433. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2434. "license": "MIT",
  2435. "engines": {
  2436. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2437. },
  2438. "funding": {
  2439. "url": "https://github.com/sponsors/sindresorhus"
  2440. }
  2441. },
  2442. "node_modules/@nuxt/devtools/node_modules/nanoid": {
  2443. "version": "5.1.6",
  2444. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  2445. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  2446. "funding": [
  2447. {
  2448. "type": "github",
  2449. "url": "https://github.com/sponsors/ai"
  2450. }
  2451. ],
  2452. "license": "MIT",
  2453. "bin": {
  2454. "nanoid": "bin/nanoid.js"
  2455. },
  2456. "engines": {
  2457. "node": "^18 || >=20"
  2458. }
  2459. },
  2460. "node_modules/@nuxt/devtools/node_modules/npm-run-path": {
  2461. "version": "5.3.0",
  2462. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2463. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2464. "license": "MIT",
  2465. "dependencies": {
  2466. "path-key": "^4.0.0"
  2467. },
  2468. "engines": {
  2469. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2470. },
  2471. "funding": {
  2472. "url": "https://github.com/sponsors/sindresorhus"
  2473. }
  2474. },
  2475. "node_modules/@nuxt/devtools/node_modules/path-key": {
  2476. "version": "4.0.0",
  2477. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2478. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2479. "license": "MIT",
  2480. "engines": {
  2481. "node": ">=12"
  2482. },
  2483. "funding": {
  2484. "url": "https://github.com/sponsors/sindresorhus"
  2485. }
  2486. },
  2487. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  2488. "version": "2.0.0",
  2489. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  2490. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  2491. "license": "MIT"
  2492. },
  2493. "node_modules/@nuxt/devtools/node_modules/semver": {
  2494. "version": "7.7.3",
  2495. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2496. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2497. "license": "ISC",
  2498. "bin": {
  2499. "semver": "bin/semver.js"
  2500. },
  2501. "engines": {
  2502. "node": ">=10"
  2503. }
  2504. },
  2505. "node_modules/@nuxt/devtools/node_modules/strip-final-newline": {
  2506. "version": "3.0.0",
  2507. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2508. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2509. "license": "MIT",
  2510. "engines": {
  2511. "node": ">=12"
  2512. },
  2513. "funding": {
  2514. "url": "https://github.com/sponsors/sindresorhus"
  2515. }
  2516. },
  2517. "node_modules/@nuxt/devtools/node_modules/unplugin-utils": {
  2518. "version": "0.3.1",
  2519. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  2520. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  2521. "license": "MIT",
  2522. "dependencies": {
  2523. "pathe": "^2.0.3",
  2524. "picomatch": "^4.0.3"
  2525. },
  2526. "engines": {
  2527. "node": ">=20.19.0"
  2528. },
  2529. "funding": {
  2530. "url": "https://github.com/sponsors/sxzz"
  2531. }
  2532. },
  2533. "node_modules/@nuxt/devtools/node_modules/vite-plugin-inspect": {
  2534. "version": "11.3.3",
  2535. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  2536. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  2537. "license": "MIT",
  2538. "dependencies": {
  2539. "ansis": "^4.1.0",
  2540. "debug": "^4.4.1",
  2541. "error-stack-parser-es": "^1.0.5",
  2542. "ohash": "^2.0.11",
  2543. "open": "^10.2.0",
  2544. "perfect-debounce": "^2.0.0",
  2545. "sirv": "^3.0.1",
  2546. "unplugin-utils": "^0.3.0",
  2547. "vite-dev-rpc": "^1.1.0"
  2548. },
  2549. "engines": {
  2550. "node": ">=14"
  2551. },
  2552. "funding": {
  2553. "url": "https://github.com/sponsors/antfu"
  2554. },
  2555. "peerDependencies": {
  2556. "vite": "^6.0.0 || ^7.0.0-0"
  2557. },
  2558. "peerDependenciesMeta": {
  2559. "@nuxt/kit": {
  2560. "optional": true
  2561. }
  2562. }
  2563. },
  2564. "node_modules/@nuxt/icon": {
  2565. "version": "2.1.1",
  2566. "resolved": "https://registry.npmmirror.com/@nuxt/icon/-/icon-2.1.1.tgz",
  2567. "integrity": "sha512-KX991xA64ttUQYXnLFafOw8EYxmmGRtnd2z1P9PjMOeSxxLXxUL1v9fKH2njqtPkamiOI0fvthxfJpJ4uH71sw==",
  2568. "license": "MIT",
  2569. "dependencies": {
  2570. "@iconify/collections": "^1.0.628",
  2571. "@iconify/types": "^2.0.0",
  2572. "@iconify/utils": "^3.1.0",
  2573. "@iconify/vue": "^5.0.0",
  2574. "@nuxt/devtools-kit": "^3.1.1",
  2575. "@nuxt/kit": "^4.2.2",
  2576. "consola": "^3.4.2",
  2577. "local-pkg": "^1.1.2",
  2578. "mlly": "^1.8.0",
  2579. "ohash": "^2.0.11",
  2580. "pathe": "^2.0.3",
  2581. "picomatch": "^4.0.3",
  2582. "std-env": "^3.10.0",
  2583. "tinyglobby": "^0.2.15"
  2584. }
  2585. },
  2586. "node_modules/@nuxt/icon/node_modules/@nuxt/kit": {
  2587. "version": "4.2.2",
  2588. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2589. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2590. "license": "MIT",
  2591. "dependencies": {
  2592. "c12": "^3.3.2",
  2593. "consola": "^3.4.2",
  2594. "defu": "^6.1.4",
  2595. "destr": "^2.0.5",
  2596. "errx": "^0.1.0",
  2597. "exsolve": "^1.0.8",
  2598. "ignore": "^7.0.5",
  2599. "jiti": "^2.6.1",
  2600. "klona": "^2.0.6",
  2601. "mlly": "^1.8.0",
  2602. "ohash": "^2.0.11",
  2603. "pathe": "^2.0.3",
  2604. "pkg-types": "^2.3.0",
  2605. "rc9": "^2.1.2",
  2606. "scule": "^1.3.0",
  2607. "semver": "^7.7.3",
  2608. "tinyglobby": "^0.2.15",
  2609. "ufo": "^1.6.1",
  2610. "unctx": "^2.4.1",
  2611. "untyped": "^2.0.0"
  2612. },
  2613. "engines": {
  2614. "node": ">=18.12.0"
  2615. }
  2616. },
  2617. "node_modules/@nuxt/icon/node_modules/semver": {
  2618. "version": "7.7.3",
  2619. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2620. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2621. "license": "ISC",
  2622. "bin": {
  2623. "semver": "bin/semver.js"
  2624. },
  2625. "engines": {
  2626. "node": ">=10"
  2627. }
  2628. },
  2629. "node_modules/@nuxt/kit": {
  2630. "version": "3.20.2",
  2631. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.20.2.tgz",
  2632. "integrity": "sha512-laqfmMcWWNV1FsVmm1+RQUoGY8NIJvCRl0z0K8ikqPukoEry0LXMqlQ+xaf8xJRvoH2/78OhZmsEEsUBTXipcw==",
  2633. "license": "MIT",
  2634. "dependencies": {
  2635. "c12": "^3.3.2",
  2636. "consola": "^3.4.2",
  2637. "defu": "^6.1.4",
  2638. "destr": "^2.0.5",
  2639. "errx": "^0.1.0",
  2640. "exsolve": "^1.0.8",
  2641. "ignore": "^7.0.5",
  2642. "jiti": "^2.6.1",
  2643. "klona": "^2.0.6",
  2644. "knitwork": "^1.3.0",
  2645. "mlly": "^1.8.0",
  2646. "ohash": "^2.0.11",
  2647. "pathe": "^2.0.3",
  2648. "pkg-types": "^2.3.0",
  2649. "rc9": "^2.1.2",
  2650. "scule": "^1.3.0",
  2651. "semver": "^7.7.3",
  2652. "tinyglobby": "^0.2.15",
  2653. "ufo": "^1.6.1",
  2654. "unctx": "^2.4.1",
  2655. "untyped": "^2.0.0"
  2656. },
  2657. "engines": {
  2658. "node": ">=18.12.0"
  2659. }
  2660. },
  2661. "node_modules/@nuxt/kit/node_modules/semver": {
  2662. "version": "7.7.3",
  2663. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2664. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2665. "license": "ISC",
  2666. "bin": {
  2667. "semver": "bin/semver.js"
  2668. },
  2669. "engines": {
  2670. "node": ">=10"
  2671. }
  2672. },
  2673. "node_modules/@nuxt/nitro-server": {
  2674. "version": "4.2.2",
  2675. "resolved": "https://registry.npmmirror.com/@nuxt/nitro-server/-/nitro-server-4.2.2.tgz",
  2676. "integrity": "sha512-lDITf4n5bHQ6a5MO7pvkpdQbPdWAUgSvztSHCfui/3ioLZsM2XntlN02ue6GSoh3oV9H4xSB3qGa+qlSjgxN0A==",
  2677. "license": "MIT",
  2678. "dependencies": {
  2679. "@nuxt/devalue": "^2.0.2",
  2680. "@nuxt/kit": "4.2.2",
  2681. "@unhead/vue": "^2.0.19",
  2682. "@vue/shared": "^3.5.25",
  2683. "consola": "^3.4.2",
  2684. "defu": "^6.1.4",
  2685. "destr": "^2.0.5",
  2686. "devalue": "^5.6.0",
  2687. "errx": "^0.1.0",
  2688. "escape-string-regexp": "^5.0.0",
  2689. "exsolve": "^1.0.8",
  2690. "h3": "^1.15.4",
  2691. "impound": "^1.0.0",
  2692. "klona": "^2.0.6",
  2693. "mocked-exports": "^0.1.1",
  2694. "nitropack": "^2.12.9",
  2695. "pathe": "^2.0.3",
  2696. "pkg-types": "^2.3.0",
  2697. "radix3": "^1.1.2",
  2698. "std-env": "^3.10.0",
  2699. "ufo": "^1.6.1",
  2700. "unctx": "^2.4.1",
  2701. "unstorage": "^1.17.3",
  2702. "vue": "^3.5.25",
  2703. "vue-bundle-renderer": "^2.2.0",
  2704. "vue-devtools-stub": "^0.1.0"
  2705. },
  2706. "engines": {
  2707. "node": "^20.19.0 || >=22.12.0"
  2708. },
  2709. "peerDependencies": {
  2710. "nuxt": "^4.2.2"
  2711. }
  2712. },
  2713. "node_modules/@nuxt/nitro-server/node_modules/@nuxt/kit": {
  2714. "version": "4.2.2",
  2715. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2716. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2717. "license": "MIT",
  2718. "dependencies": {
  2719. "c12": "^3.3.2",
  2720. "consola": "^3.4.2",
  2721. "defu": "^6.1.4",
  2722. "destr": "^2.0.5",
  2723. "errx": "^0.1.0",
  2724. "exsolve": "^1.0.8",
  2725. "ignore": "^7.0.5",
  2726. "jiti": "^2.6.1",
  2727. "klona": "^2.0.6",
  2728. "mlly": "^1.8.0",
  2729. "ohash": "^2.0.11",
  2730. "pathe": "^2.0.3",
  2731. "pkg-types": "^2.3.0",
  2732. "rc9": "^2.1.2",
  2733. "scule": "^1.3.0",
  2734. "semver": "^7.7.3",
  2735. "tinyglobby": "^0.2.15",
  2736. "ufo": "^1.6.1",
  2737. "unctx": "^2.4.1",
  2738. "untyped": "^2.0.0"
  2739. },
  2740. "engines": {
  2741. "node": ">=18.12.0"
  2742. }
  2743. },
  2744. "node_modules/@nuxt/nitro-server/node_modules/semver": {
  2745. "version": "7.7.3",
  2746. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2747. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2748. "license": "ISC",
  2749. "bin": {
  2750. "semver": "bin/semver.js"
  2751. },
  2752. "engines": {
  2753. "node": ">=10"
  2754. }
  2755. },
  2756. "node_modules/@nuxt/schema": {
  2757. "version": "4.2.2",
  2758. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-4.2.2.tgz",
  2759. "integrity": "sha512-lW/1MNpO01r5eR/VoeanQio8Lg4QpDklMOHa4mBHhhPNlBO1qiRtVYzjcnNdun3hujGauRaO9khGjv93Z5TZZA==",
  2760. "license": "MIT",
  2761. "dependencies": {
  2762. "@vue/shared": "^3.5.25",
  2763. "defu": "^6.1.4",
  2764. "pathe": "^2.0.3",
  2765. "pkg-types": "^2.3.0",
  2766. "std-env": "^3.10.0"
  2767. },
  2768. "engines": {
  2769. "node": "^14.18.0 || >=16.10.0"
  2770. }
  2771. },
  2772. "node_modules/@nuxt/telemetry": {
  2773. "version": "2.6.6",
  2774. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2775. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2776. "license": "MIT",
  2777. "dependencies": {
  2778. "@nuxt/kit": "^3.15.4",
  2779. "citty": "^0.1.6",
  2780. "consola": "^3.4.2",
  2781. "destr": "^2.0.3",
  2782. "dotenv": "^16.4.7",
  2783. "git-url-parse": "^16.0.1",
  2784. "is-docker": "^3.0.0",
  2785. "ofetch": "^1.4.1",
  2786. "package-manager-detector": "^1.1.0",
  2787. "pathe": "^2.0.3",
  2788. "rc9": "^2.1.2",
  2789. "std-env": "^3.8.1"
  2790. },
  2791. "bin": {
  2792. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2793. },
  2794. "engines": {
  2795. "node": ">=18.12.0"
  2796. }
  2797. },
  2798. "node_modules/@nuxt/vite-builder": {
  2799. "version": "4.2.2",
  2800. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-4.2.2.tgz",
  2801. "integrity": "sha512-Bot8fpJNtHZrM4cS1iSR7bEAZ1mFLAtJvD/JOSQ6kT62F4hSFWfMubMXOwDkLK2tnn3bnAdSqGy1nLNDBCahpQ==",
  2802. "license": "MIT",
  2803. "dependencies": {
  2804. "@nuxt/kit": "4.2.2",
  2805. "@rollup/plugin-replace": "^6.0.3",
  2806. "@vitejs/plugin-vue": "^6.0.2",
  2807. "@vitejs/plugin-vue-jsx": "^5.1.2",
  2808. "autoprefixer": "^10.4.22",
  2809. "consola": "^3.4.2",
  2810. "cssnano": "^7.1.2",
  2811. "defu": "^6.1.4",
  2812. "esbuild": "^0.27.1",
  2813. "escape-string-regexp": "^5.0.0",
  2814. "exsolve": "^1.0.8",
  2815. "get-port-please": "^3.2.0",
  2816. "h3": "^1.15.4",
  2817. "jiti": "^2.6.1",
  2818. "knitwork": "^1.3.0",
  2819. "magic-string": "^0.30.21",
  2820. "mlly": "^1.8.0",
  2821. "mocked-exports": "^0.1.1",
  2822. "pathe": "^2.0.3",
  2823. "pkg-types": "^2.3.0",
  2824. "postcss": "^8.5.6",
  2825. "rollup-plugin-visualizer": "^6.0.5",
  2826. "seroval": "^1.4.0",
  2827. "std-env": "^3.10.0",
  2828. "ufo": "^1.6.1",
  2829. "unenv": "^2.0.0-rc.24",
  2830. "vite": "^7.2.7",
  2831. "vite-node": "^5.2.0",
  2832. "vite-plugin-checker": "^0.12.0",
  2833. "vue-bundle-renderer": "^2.2.0"
  2834. },
  2835. "engines": {
  2836. "node": "^20.19.0 || >=22.12.0"
  2837. },
  2838. "peerDependencies": {
  2839. "nuxt": "4.2.2",
  2840. "rolldown": "^1.0.0-beta.38",
  2841. "vue": "^3.3.4"
  2842. },
  2843. "peerDependenciesMeta": {
  2844. "rolldown": {
  2845. "optional": true
  2846. }
  2847. }
  2848. },
  2849. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/aix-ppc64": {
  2850. "version": "0.27.2",
  2851. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  2852. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  2853. "cpu": [
  2854. "ppc64"
  2855. ],
  2856. "license": "MIT",
  2857. "optional": true,
  2858. "os": [
  2859. "aix"
  2860. ],
  2861. "engines": {
  2862. "node": ">=18"
  2863. }
  2864. },
  2865. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm": {
  2866. "version": "0.27.2",
  2867. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  2868. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  2869. "cpu": [
  2870. "arm"
  2871. ],
  2872. "license": "MIT",
  2873. "optional": true,
  2874. "os": [
  2875. "android"
  2876. ],
  2877. "engines": {
  2878. "node": ">=18"
  2879. }
  2880. },
  2881. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm64": {
  2882. "version": "0.27.2",
  2883. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  2884. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  2885. "cpu": [
  2886. "arm64"
  2887. ],
  2888. "license": "MIT",
  2889. "optional": true,
  2890. "os": [
  2891. "android"
  2892. ],
  2893. "engines": {
  2894. "node": ">=18"
  2895. }
  2896. },
  2897. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-x64": {
  2898. "version": "0.27.2",
  2899. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  2900. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  2901. "cpu": [
  2902. "x64"
  2903. ],
  2904. "license": "MIT",
  2905. "optional": true,
  2906. "os": [
  2907. "android"
  2908. ],
  2909. "engines": {
  2910. "node": ">=18"
  2911. }
  2912. },
  2913. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-arm64": {
  2914. "version": "0.27.2",
  2915. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  2916. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  2917. "cpu": [
  2918. "arm64"
  2919. ],
  2920. "license": "MIT",
  2921. "optional": true,
  2922. "os": [
  2923. "darwin"
  2924. ],
  2925. "engines": {
  2926. "node": ">=18"
  2927. }
  2928. },
  2929. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-x64": {
  2930. "version": "0.27.2",
  2931. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  2932. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  2933. "cpu": [
  2934. "x64"
  2935. ],
  2936. "license": "MIT",
  2937. "optional": true,
  2938. "os": [
  2939. "darwin"
  2940. ],
  2941. "engines": {
  2942. "node": ">=18"
  2943. }
  2944. },
  2945. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-arm64": {
  2946. "version": "0.27.2",
  2947. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  2948. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  2949. "cpu": [
  2950. "arm64"
  2951. ],
  2952. "license": "MIT",
  2953. "optional": true,
  2954. "os": [
  2955. "freebsd"
  2956. ],
  2957. "engines": {
  2958. "node": ">=18"
  2959. }
  2960. },
  2961. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-x64": {
  2962. "version": "0.27.2",
  2963. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  2964. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  2965. "cpu": [
  2966. "x64"
  2967. ],
  2968. "license": "MIT",
  2969. "optional": true,
  2970. "os": [
  2971. "freebsd"
  2972. ],
  2973. "engines": {
  2974. "node": ">=18"
  2975. }
  2976. },
  2977. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm": {
  2978. "version": "0.27.2",
  2979. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  2980. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  2981. "cpu": [
  2982. "arm"
  2983. ],
  2984. "license": "MIT",
  2985. "optional": true,
  2986. "os": [
  2987. "linux"
  2988. ],
  2989. "engines": {
  2990. "node": ">=18"
  2991. }
  2992. },
  2993. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm64": {
  2994. "version": "0.27.2",
  2995. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  2996. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  2997. "cpu": [
  2998. "arm64"
  2999. ],
  3000. "license": "MIT",
  3001. "optional": true,
  3002. "os": [
  3003. "linux"
  3004. ],
  3005. "engines": {
  3006. "node": ">=18"
  3007. }
  3008. },
  3009. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ia32": {
  3010. "version": "0.27.2",
  3011. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  3012. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  3013. "cpu": [
  3014. "ia32"
  3015. ],
  3016. "license": "MIT",
  3017. "optional": true,
  3018. "os": [
  3019. "linux"
  3020. ],
  3021. "engines": {
  3022. "node": ">=18"
  3023. }
  3024. },
  3025. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-loong64": {
  3026. "version": "0.27.2",
  3027. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  3028. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  3029. "cpu": [
  3030. "loong64"
  3031. ],
  3032. "license": "MIT",
  3033. "optional": true,
  3034. "os": [
  3035. "linux"
  3036. ],
  3037. "engines": {
  3038. "node": ">=18"
  3039. }
  3040. },
  3041. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-mips64el": {
  3042. "version": "0.27.2",
  3043. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  3044. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  3045. "cpu": [
  3046. "mips64el"
  3047. ],
  3048. "license": "MIT",
  3049. "optional": true,
  3050. "os": [
  3051. "linux"
  3052. ],
  3053. "engines": {
  3054. "node": ">=18"
  3055. }
  3056. },
  3057. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ppc64": {
  3058. "version": "0.27.2",
  3059. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  3060. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  3061. "cpu": [
  3062. "ppc64"
  3063. ],
  3064. "license": "MIT",
  3065. "optional": true,
  3066. "os": [
  3067. "linux"
  3068. ],
  3069. "engines": {
  3070. "node": ">=18"
  3071. }
  3072. },
  3073. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-riscv64": {
  3074. "version": "0.27.2",
  3075. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  3076. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  3077. "cpu": [
  3078. "riscv64"
  3079. ],
  3080. "license": "MIT",
  3081. "optional": true,
  3082. "os": [
  3083. "linux"
  3084. ],
  3085. "engines": {
  3086. "node": ">=18"
  3087. }
  3088. },
  3089. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-s390x": {
  3090. "version": "0.27.2",
  3091. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  3092. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  3093. "cpu": [
  3094. "s390x"
  3095. ],
  3096. "license": "MIT",
  3097. "optional": true,
  3098. "os": [
  3099. "linux"
  3100. ],
  3101. "engines": {
  3102. "node": ">=18"
  3103. }
  3104. },
  3105. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-x64": {
  3106. "version": "0.27.2",
  3107. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  3108. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  3109. "cpu": [
  3110. "x64"
  3111. ],
  3112. "license": "MIT",
  3113. "optional": true,
  3114. "os": [
  3115. "linux"
  3116. ],
  3117. "engines": {
  3118. "node": ">=18"
  3119. }
  3120. },
  3121. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-arm64": {
  3122. "version": "0.27.2",
  3123. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  3124. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  3125. "cpu": [
  3126. "arm64"
  3127. ],
  3128. "license": "MIT",
  3129. "optional": true,
  3130. "os": [
  3131. "netbsd"
  3132. ],
  3133. "engines": {
  3134. "node": ">=18"
  3135. }
  3136. },
  3137. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-x64": {
  3138. "version": "0.27.2",
  3139. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  3140. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  3141. "cpu": [
  3142. "x64"
  3143. ],
  3144. "license": "MIT",
  3145. "optional": true,
  3146. "os": [
  3147. "netbsd"
  3148. ],
  3149. "engines": {
  3150. "node": ">=18"
  3151. }
  3152. },
  3153. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-arm64": {
  3154. "version": "0.27.2",
  3155. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  3156. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  3157. "cpu": [
  3158. "arm64"
  3159. ],
  3160. "license": "MIT",
  3161. "optional": true,
  3162. "os": [
  3163. "openbsd"
  3164. ],
  3165. "engines": {
  3166. "node": ">=18"
  3167. }
  3168. },
  3169. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-x64": {
  3170. "version": "0.27.2",
  3171. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  3172. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  3173. "cpu": [
  3174. "x64"
  3175. ],
  3176. "license": "MIT",
  3177. "optional": true,
  3178. "os": [
  3179. "openbsd"
  3180. ],
  3181. "engines": {
  3182. "node": ">=18"
  3183. }
  3184. },
  3185. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openharmony-arm64": {
  3186. "version": "0.27.2",
  3187. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  3188. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  3189. "cpu": [
  3190. "arm64"
  3191. ],
  3192. "license": "MIT",
  3193. "optional": true,
  3194. "os": [
  3195. "openharmony"
  3196. ],
  3197. "engines": {
  3198. "node": ">=18"
  3199. }
  3200. },
  3201. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/sunos-x64": {
  3202. "version": "0.27.2",
  3203. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  3204. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  3205. "cpu": [
  3206. "x64"
  3207. ],
  3208. "license": "MIT",
  3209. "optional": true,
  3210. "os": [
  3211. "sunos"
  3212. ],
  3213. "engines": {
  3214. "node": ">=18"
  3215. }
  3216. },
  3217. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-arm64": {
  3218. "version": "0.27.2",
  3219. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  3220. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  3221. "cpu": [
  3222. "arm64"
  3223. ],
  3224. "license": "MIT",
  3225. "optional": true,
  3226. "os": [
  3227. "win32"
  3228. ],
  3229. "engines": {
  3230. "node": ">=18"
  3231. }
  3232. },
  3233. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-ia32": {
  3234. "version": "0.27.2",
  3235. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  3236. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  3237. "cpu": [
  3238. "ia32"
  3239. ],
  3240. "license": "MIT",
  3241. "optional": true,
  3242. "os": [
  3243. "win32"
  3244. ],
  3245. "engines": {
  3246. "node": ">=18"
  3247. }
  3248. },
  3249. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-x64": {
  3250. "version": "0.27.2",
  3251. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  3252. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  3253. "cpu": [
  3254. "x64"
  3255. ],
  3256. "license": "MIT",
  3257. "optional": true,
  3258. "os": [
  3259. "win32"
  3260. ],
  3261. "engines": {
  3262. "node": ">=18"
  3263. }
  3264. },
  3265. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  3266. "version": "4.2.2",
  3267. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  3268. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "c12": "^3.3.2",
  3272. "consola": "^3.4.2",
  3273. "defu": "^6.1.4",
  3274. "destr": "^2.0.5",
  3275. "errx": "^0.1.0",
  3276. "exsolve": "^1.0.8",
  3277. "ignore": "^7.0.5",
  3278. "jiti": "^2.6.1",
  3279. "klona": "^2.0.6",
  3280. "mlly": "^1.8.0",
  3281. "ohash": "^2.0.11",
  3282. "pathe": "^2.0.3",
  3283. "pkg-types": "^2.3.0",
  3284. "rc9": "^2.1.2",
  3285. "scule": "^1.3.0",
  3286. "semver": "^7.7.3",
  3287. "tinyglobby": "^0.2.15",
  3288. "ufo": "^1.6.1",
  3289. "unctx": "^2.4.1",
  3290. "untyped": "^2.0.0"
  3291. },
  3292. "engines": {
  3293. "node": ">=18.12.0"
  3294. }
  3295. },
  3296. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue": {
  3297. "version": "6.0.3",
  3298. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz",
  3299. "integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==",
  3300. "license": "MIT",
  3301. "dependencies": {
  3302. "@rolldown/pluginutils": "1.0.0-beta.53"
  3303. },
  3304. "engines": {
  3305. "node": "^20.19.0 || >=22.12.0"
  3306. },
  3307. "peerDependencies": {
  3308. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3309. "vue": "^3.2.25"
  3310. }
  3311. },
  3312. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx": {
  3313. "version": "5.1.3",
  3314. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.3.tgz",
  3315. "integrity": "sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==",
  3316. "license": "MIT",
  3317. "dependencies": {
  3318. "@babel/core": "^7.28.5",
  3319. "@babel/plugin-syntax-typescript": "^7.27.1",
  3320. "@babel/plugin-transform-typescript": "^7.28.5",
  3321. "@rolldown/pluginutils": "^1.0.0-beta.56",
  3322. "@vue/babel-plugin-jsx": "^2.0.1"
  3323. },
  3324. "engines": {
  3325. "node": "^20.19.0 || >=22.12.0"
  3326. },
  3327. "peerDependencies": {
  3328. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3329. "vue": "^3.0.0"
  3330. }
  3331. },
  3332. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  3333. "version": "1.0.0-beta.57",
  3334. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.57.tgz",
  3335. "integrity": "sha512-aQNelgx14tGA+n2tNSa9x6/jeoCL9fkDeCei7nOKnHx0fEFRRMu5ReiITo+zZD5TzWDGGRjbSYCs93IfRIyTuQ==",
  3336. "license": "MIT"
  3337. },
  3338. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-helper-vue-transform-on": {
  3339. "version": "2.0.1",
  3340. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  3341. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  3342. "license": "MIT"
  3343. },
  3344. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-jsx": {
  3345. "version": "2.0.1",
  3346. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  3347. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  3348. "license": "MIT",
  3349. "dependencies": {
  3350. "@babel/helper-module-imports": "^7.27.1",
  3351. "@babel/helper-plugin-utils": "^7.27.1",
  3352. "@babel/plugin-syntax-jsx": "^7.27.1",
  3353. "@babel/template": "^7.27.2",
  3354. "@babel/traverse": "^7.28.4",
  3355. "@babel/types": "^7.28.4",
  3356. "@vue/babel-helper-vue-transform-on": "2.0.1",
  3357. "@vue/babel-plugin-resolve-type": "2.0.1",
  3358. "@vue/shared": "^3.5.22"
  3359. },
  3360. "peerDependencies": {
  3361. "@babel/core": "^7.0.0-0"
  3362. },
  3363. "peerDependenciesMeta": {
  3364. "@babel/core": {
  3365. "optional": true
  3366. }
  3367. }
  3368. },
  3369. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-resolve-type": {
  3370. "version": "2.0.1",
  3371. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  3372. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  3373. "license": "MIT",
  3374. "dependencies": {
  3375. "@babel/code-frame": "^7.27.1",
  3376. "@babel/helper-module-imports": "^7.27.1",
  3377. "@babel/helper-plugin-utils": "^7.27.1",
  3378. "@babel/parser": "^7.28.4",
  3379. "@vue/compiler-sfc": "^3.5.22"
  3380. },
  3381. "funding": {
  3382. "url": "https://github.com/sponsors/sxzz"
  3383. },
  3384. "peerDependencies": {
  3385. "@babel/core": "^7.0.0-0"
  3386. }
  3387. },
  3388. "node_modules/@nuxt/vite-builder/node_modules/esbuild": {
  3389. "version": "0.27.2",
  3390. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  3391. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  3392. "hasInstallScript": true,
  3393. "license": "MIT",
  3394. "bin": {
  3395. "esbuild": "bin/esbuild"
  3396. },
  3397. "engines": {
  3398. "node": ">=18"
  3399. },
  3400. "optionalDependencies": {
  3401. "@esbuild/aix-ppc64": "0.27.2",
  3402. "@esbuild/android-arm": "0.27.2",
  3403. "@esbuild/android-arm64": "0.27.2",
  3404. "@esbuild/android-x64": "0.27.2",
  3405. "@esbuild/darwin-arm64": "0.27.2",
  3406. "@esbuild/darwin-x64": "0.27.2",
  3407. "@esbuild/freebsd-arm64": "0.27.2",
  3408. "@esbuild/freebsd-x64": "0.27.2",
  3409. "@esbuild/linux-arm": "0.27.2",
  3410. "@esbuild/linux-arm64": "0.27.2",
  3411. "@esbuild/linux-ia32": "0.27.2",
  3412. "@esbuild/linux-loong64": "0.27.2",
  3413. "@esbuild/linux-mips64el": "0.27.2",
  3414. "@esbuild/linux-ppc64": "0.27.2",
  3415. "@esbuild/linux-riscv64": "0.27.2",
  3416. "@esbuild/linux-s390x": "0.27.2",
  3417. "@esbuild/linux-x64": "0.27.2",
  3418. "@esbuild/netbsd-arm64": "0.27.2",
  3419. "@esbuild/netbsd-x64": "0.27.2",
  3420. "@esbuild/openbsd-arm64": "0.27.2",
  3421. "@esbuild/openbsd-x64": "0.27.2",
  3422. "@esbuild/openharmony-arm64": "0.27.2",
  3423. "@esbuild/sunos-x64": "0.27.2",
  3424. "@esbuild/win32-arm64": "0.27.2",
  3425. "@esbuild/win32-ia32": "0.27.2",
  3426. "@esbuild/win32-x64": "0.27.2"
  3427. }
  3428. },
  3429. "node_modules/@nuxt/vite-builder/node_modules/semver": {
  3430. "version": "7.7.3",
  3431. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  3432. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  3433. "license": "ISC",
  3434. "bin": {
  3435. "semver": "bin/semver.js"
  3436. },
  3437. "engines": {
  3438. "node": ">=10"
  3439. }
  3440. },
  3441. "node_modules/@nuxt/vite-builder/node_modules/vite": {
  3442. "version": "7.3.0",
  3443. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  3444. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  3445. "license": "MIT",
  3446. "dependencies": {
  3447. "esbuild": "^0.27.0",
  3448. "fdir": "^6.5.0",
  3449. "picomatch": "^4.0.3",
  3450. "postcss": "^8.5.6",
  3451. "rollup": "^4.43.0",
  3452. "tinyglobby": "^0.2.15"
  3453. },
  3454. "bin": {
  3455. "vite": "bin/vite.js"
  3456. },
  3457. "engines": {
  3458. "node": "^20.19.0 || >=22.12.0"
  3459. },
  3460. "funding": {
  3461. "url": "https://github.com/vitejs/vite?sponsor=1"
  3462. },
  3463. "optionalDependencies": {
  3464. "fsevents": "~2.3.3"
  3465. },
  3466. "peerDependencies": {
  3467. "@types/node": "^20.19.0 || >=22.12.0",
  3468. "jiti": ">=1.21.0",
  3469. "less": "^4.0.0",
  3470. "lightningcss": "^1.21.0",
  3471. "sass": "^1.70.0",
  3472. "sass-embedded": "^1.70.0",
  3473. "stylus": ">=0.54.8",
  3474. "sugarss": "^5.0.0",
  3475. "terser": "^5.16.0",
  3476. "tsx": "^4.8.1",
  3477. "yaml": "^2.4.2"
  3478. },
  3479. "peerDependenciesMeta": {
  3480. "@types/node": {
  3481. "optional": true
  3482. },
  3483. "jiti": {
  3484. "optional": true
  3485. },
  3486. "less": {
  3487. "optional": true
  3488. },
  3489. "lightningcss": {
  3490. "optional": true
  3491. },
  3492. "sass": {
  3493. "optional": true
  3494. },
  3495. "sass-embedded": {
  3496. "optional": true
  3497. },
  3498. "stylus": {
  3499. "optional": true
  3500. },
  3501. "sugarss": {
  3502. "optional": true
  3503. },
  3504. "terser": {
  3505. "optional": true
  3506. },
  3507. "tsx": {
  3508. "optional": true
  3509. },
  3510. "yaml": {
  3511. "optional": true
  3512. }
  3513. }
  3514. },
  3515. "node_modules/@oxc-minify/binding-android-arm64": {
  3516. "version": "0.102.0",
  3517. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3518. "integrity": "sha512-pknM+ttJTwRr7ezn1v5K+o2P4RRjLAzKI10bjVDPybwWQ544AZW6jxm7/YDgF2yUbWEV9o7cAQPkIUOmCiW8vg==",
  3519. "cpu": [
  3520. "arm64"
  3521. ],
  3522. "license": "MIT",
  3523. "optional": true,
  3524. "os": [
  3525. "android"
  3526. ],
  3527. "engines": {
  3528. "node": "^20.19.0 || >=22.12.0"
  3529. }
  3530. },
  3531. "node_modules/@oxc-minify/binding-darwin-arm64": {
  3532. "version": "0.102.0",
  3533. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3534. "integrity": "sha512-BDLiH41ZctNND38+GCEL3ZxFn9j7qMZJLrr6SLWMt8xlG4Sl64xTkZ0zeUy4RdVEatKKZdrRIhFZ2e5wPDQT6Q==",
  3535. "cpu": [
  3536. "arm64"
  3537. ],
  3538. "license": "MIT",
  3539. "optional": true,
  3540. "os": [
  3541. "darwin"
  3542. ],
  3543. "engines": {
  3544. "node": "^20.19.0 || >=22.12.0"
  3545. }
  3546. },
  3547. "node_modules/@oxc-minify/binding-darwin-x64": {
  3548. "version": "0.102.0",
  3549. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3550. "integrity": "sha512-AcB8ZZ711w4hTDhMfMHNjT2d+hekTQ2XmNSUBqJdXB+a2bJbE50UCRq/nxXl44zkjaQTit3lcQbFvhk2wwKcpw==",
  3551. "cpu": [
  3552. "x64"
  3553. ],
  3554. "license": "MIT",
  3555. "optional": true,
  3556. "os": [
  3557. "darwin"
  3558. ],
  3559. "engines": {
  3560. "node": "^20.19.0 || >=22.12.0"
  3561. }
  3562. },
  3563. "node_modules/@oxc-minify/binding-freebsd-x64": {
  3564. "version": "0.102.0",
  3565. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3566. "integrity": "sha512-UlLEN9mR5QaviYVMWZQsN9DgAH3qyV67XUXDEzSrbVMLsqHsVHhFU8ZIeO0fxWTQW/cgpvldvKp9/+RdrggqWw==",
  3567. "cpu": [
  3568. "x64"
  3569. ],
  3570. "license": "MIT",
  3571. "optional": true,
  3572. "os": [
  3573. "freebsd"
  3574. ],
  3575. "engines": {
  3576. "node": "^20.19.0 || >=22.12.0"
  3577. }
  3578. },
  3579. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  3580. "version": "0.102.0",
  3581. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3582. "integrity": "sha512-CWyCwedZrUt47n56/RwHSwKXxVI3p98hB0ntLaBNeH5qjjBujs9uOh4bQ0aAlzUWunT77b3/Y+xcQnmV42HN4A==",
  3583. "cpu": [
  3584. "arm"
  3585. ],
  3586. "license": "MIT",
  3587. "optional": true,
  3588. "os": [
  3589. "linux"
  3590. ],
  3591. "engines": {
  3592. "node": "^20.19.0 || >=22.12.0"
  3593. }
  3594. },
  3595. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  3596. "version": "0.102.0",
  3597. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3598. "integrity": "sha512-W/DCw+Ys8rXj4j38ylJ2l6Kvp6SV+eO5SUWA11imz7yCWntNL001KJyGQ9PJNUFHg0jbxe3yqm4M50v6miWzeA==",
  3599. "cpu": [
  3600. "arm64"
  3601. ],
  3602. "license": "MIT",
  3603. "optional": true,
  3604. "os": [
  3605. "linux"
  3606. ],
  3607. "engines": {
  3608. "node": "^20.19.0 || >=22.12.0"
  3609. }
  3610. },
  3611. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  3612. "version": "0.102.0",
  3613. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3614. "integrity": "sha512-DyH/t/zSZHuX4Nn239oBteeMC4OP7B13EyXWX18Qg8aJoZ+lZo90WPGOvhP04zII33jJ7di+vrtAUhsX64lp+A==",
  3615. "cpu": [
  3616. "arm64"
  3617. ],
  3618. "license": "MIT",
  3619. "optional": true,
  3620. "os": [
  3621. "linux"
  3622. ],
  3623. "engines": {
  3624. "node": "^20.19.0 || >=22.12.0"
  3625. }
  3626. },
  3627. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  3628. "version": "0.102.0",
  3629. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3630. "integrity": "sha512-CMvzrmOg+Gs44E7TRK/IgrHYp+wwVJxVV8niUrDR2b3SsrCO3NQz5LI+7bM1qDbWnuu5Cl1aiitoMfjRY61dSg==",
  3631. "cpu": [
  3632. "riscv64"
  3633. ],
  3634. "license": "MIT",
  3635. "optional": true,
  3636. "os": [
  3637. "linux"
  3638. ],
  3639. "engines": {
  3640. "node": "^20.19.0 || >=22.12.0"
  3641. }
  3642. },
  3643. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  3644. "version": "0.102.0",
  3645. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3646. "integrity": "sha512-tZWr6j2s0ddm9MTfWTI3myaAArg9GDy4UgvpF00kMQAjLcGUNhEEQbB9Bd9KtCvDQzaan8HQs0GVWUp+DWrymw==",
  3647. "cpu": [
  3648. "s390x"
  3649. ],
  3650. "license": "MIT",
  3651. "optional": true,
  3652. "os": [
  3653. "linux"
  3654. ],
  3655. "engines": {
  3656. "node": "^20.19.0 || >=22.12.0"
  3657. }
  3658. },
  3659. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  3660. "version": "0.102.0",
  3661. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3662. "integrity": "sha512-0YEKmAIun1bS+Iy5Shx6WOTSj3GuilVuctJjc5/vP8/EMTZ/RI8j0eq0Mu3UFPoT/bMULL3MBXuHuEIXmq7Ddg==",
  3663. "cpu": [
  3664. "x64"
  3665. ],
  3666. "license": "MIT",
  3667. "optional": true,
  3668. "os": [
  3669. "linux"
  3670. ],
  3671. "engines": {
  3672. "node": "^20.19.0 || >=22.12.0"
  3673. }
  3674. },
  3675. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  3676. "version": "0.102.0",
  3677. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3678. "integrity": "sha512-Ew4QDpEsXoV+pG5+bJpheEy3GH436GBe6ASPB0X27Hh9cQ2gb1NVZ7cY7xJj68+fizwS/PtT8GHoG3uxyH17Pg==",
  3679. "cpu": [
  3680. "x64"
  3681. ],
  3682. "license": "MIT",
  3683. "optional": true,
  3684. "os": [
  3685. "linux"
  3686. ],
  3687. "engines": {
  3688. "node": "^20.19.0 || >=22.12.0"
  3689. }
  3690. },
  3691. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  3692. "version": "0.102.0",
  3693. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3694. "integrity": "sha512-wYPXS8IOu/sXiP3CGHJNPzZo4hfPAwJKevcFH2syvU2zyqUxym7hx6smfcK/mgJBiX7VchwArdGRwrEQKcBSaQ==",
  3695. "cpu": [
  3696. "arm64"
  3697. ],
  3698. "license": "MIT",
  3699. "optional": true,
  3700. "os": [
  3701. "openharmony"
  3702. ],
  3703. "engines": {
  3704. "node": "^20.19.0 || >=22.12.0"
  3705. }
  3706. },
  3707. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  3708. "version": "0.102.0",
  3709. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3710. "integrity": "sha512-52SepCb9e+8cVisGa9S/F14K8PxW0AnbV1j4KEYi8uwfkUIxeDNKRHVHzPoBXNrr0yxW0EHLn/3i8J7a2YCpWw==",
  3711. "cpu": [
  3712. "wasm32"
  3713. ],
  3714. "license": "MIT",
  3715. "optional": true,
  3716. "dependencies": {
  3717. "@napi-rs/wasm-runtime": "^1.1.0"
  3718. },
  3719. "engines": {
  3720. "node": ">=14.0.0"
  3721. }
  3722. },
  3723. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  3724. "version": "0.102.0",
  3725. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3726. "integrity": "sha512-kLs6H1y6sDBKcIimkNwu5th28SLkyvFpHNxdLtCChda0KIGeIXNSiupy5BqEutY+VlWJivKT1OV3Ev3KC5Euzg==",
  3727. "cpu": [
  3728. "arm64"
  3729. ],
  3730. "license": "MIT",
  3731. "optional": true,
  3732. "os": [
  3733. "win32"
  3734. ],
  3735. "engines": {
  3736. "node": "^20.19.0 || >=22.12.0"
  3737. }
  3738. },
  3739. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  3740. "version": "0.102.0",
  3741. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3742. "integrity": "sha512-XdyJZdSMN8rbBXH10CrFuU+Q9jIP2+MnxHmNzjK4+bldbTI1UxqwjUMS9bKVC5VCaIEZhh8IE8x4Vf8gmCgrKQ==",
  3743. "cpu": [
  3744. "x64"
  3745. ],
  3746. "license": "MIT",
  3747. "optional": true,
  3748. "os": [
  3749. "win32"
  3750. ],
  3751. "engines": {
  3752. "node": "^20.19.0 || >=22.12.0"
  3753. }
  3754. },
  3755. "node_modules/@oxc-parser/binding-android-arm64": {
  3756. "version": "0.102.0",
  3757. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3758. "integrity": "sha512-pD2if3w3cxPvYbsBSTbhxAYGDaG6WVwnqYG0mYRQ142D6SJ6BpNs7YVQrqpRA2AJQCmzaPP5TRp/koFLebagfQ==",
  3759. "cpu": [
  3760. "arm64"
  3761. ],
  3762. "license": "MIT",
  3763. "optional": true,
  3764. "os": [
  3765. "android"
  3766. ],
  3767. "engines": {
  3768. "node": "^20.19.0 || >=22.12.0"
  3769. }
  3770. },
  3771. "node_modules/@oxc-parser/binding-darwin-arm64": {
  3772. "version": "0.102.0",
  3773. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3774. "integrity": "sha512-RzMN6f6MrjjpQC2Dandyod3iOscofYBpHaTecmoRRbC5sJMwsurkqUMHzoJX9F6IM87kn8m/JcClnoOfx5Sesw==",
  3775. "cpu": [
  3776. "arm64"
  3777. ],
  3778. "license": "MIT",
  3779. "optional": true,
  3780. "os": [
  3781. "darwin"
  3782. ],
  3783. "engines": {
  3784. "node": "^20.19.0 || >=22.12.0"
  3785. }
  3786. },
  3787. "node_modules/@oxc-parser/binding-darwin-x64": {
  3788. "version": "0.102.0",
  3789. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3790. "integrity": "sha512-Sr2/3K6GEcejY+HgWp5HaxRPzW5XHe9IfGKVn9OhLt8fzVLnXbK5/GjXj7JjMCNKI3G3ZPZDG2Dgm6CX3MaHCA==",
  3791. "cpu": [
  3792. "x64"
  3793. ],
  3794. "license": "MIT",
  3795. "optional": true,
  3796. "os": [
  3797. "darwin"
  3798. ],
  3799. "engines": {
  3800. "node": "^20.19.0 || >=22.12.0"
  3801. }
  3802. },
  3803. "node_modules/@oxc-parser/binding-freebsd-x64": {
  3804. "version": "0.102.0",
  3805. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3806. "integrity": "sha512-s9F2N0KJCGEpuBW6ChpFfR06m2Id9ReaHSl8DCca4HvFNt8SJFPp8fq42n2PZy68rtkremQasM0JDrK2BoBeBQ==",
  3807. "cpu": [
  3808. "x64"
  3809. ],
  3810. "license": "MIT",
  3811. "optional": true,
  3812. "os": [
  3813. "freebsd"
  3814. ],
  3815. "engines": {
  3816. "node": "^20.19.0 || >=22.12.0"
  3817. }
  3818. },
  3819. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  3820. "version": "0.102.0",
  3821. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3822. "integrity": "sha512-zRCIOWzLbqhfY4g8KIZDyYfO2Fl5ltxdQI1v2GlePj66vFWRl8cf4qcBGzxKfsH3wCZHAhmWd1Ht59mnrfH/UQ==",
  3823. "cpu": [
  3824. "arm"
  3825. ],
  3826. "license": "MIT",
  3827. "optional": true,
  3828. "os": [
  3829. "linux"
  3830. ],
  3831. "engines": {
  3832. "node": "^20.19.0 || >=22.12.0"
  3833. }
  3834. },
  3835. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  3836. "version": "0.102.0",
  3837. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3838. "integrity": "sha512-5n5RbHgfjulRhKB0pW5p0X/NkQeOpI4uI9WHgIZbORUDATGFC8yeyPA6xYGEs+S3MyEAFxl4v544UEIWwqAgsA==",
  3839. "cpu": [
  3840. "arm64"
  3841. ],
  3842. "license": "MIT",
  3843. "optional": true,
  3844. "os": [
  3845. "linux"
  3846. ],
  3847. "engines": {
  3848. "node": "^20.19.0 || >=22.12.0"
  3849. }
  3850. },
  3851. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  3852. "version": "0.102.0",
  3853. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3854. "integrity": "sha512-/XWcmglH/VJ4yKAGTLRgPKSSikh3xciNxkwGiURt8dS30b+3pwc4ZZmudMu0tQ3mjSu0o7V9APZLMpbHK8Bp5w==",
  3855. "cpu": [
  3856. "arm64"
  3857. ],
  3858. "license": "MIT",
  3859. "optional": true,
  3860. "os": [
  3861. "linux"
  3862. ],
  3863. "engines": {
  3864. "node": "^20.19.0 || >=22.12.0"
  3865. }
  3866. },
  3867. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  3868. "version": "0.102.0",
  3869. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3870. "integrity": "sha512-2jtIq4nswvy6xdqv1ndWyvVlaRpS0yqomLCvvHdCFx3pFXo5Aoq4RZ39kgvFWrbAtpeYSYeAGFnwgnqjx9ftdw==",
  3871. "cpu": [
  3872. "riscv64"
  3873. ],
  3874. "license": "MIT",
  3875. "optional": true,
  3876. "os": [
  3877. "linux"
  3878. ],
  3879. "engines": {
  3880. "node": "^20.19.0 || >=22.12.0"
  3881. }
  3882. },
  3883. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  3884. "version": "0.102.0",
  3885. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3886. "integrity": "sha512-Yp6HX/574mvYryiqj0jNvNTJqo4pdAsNP2LPBTxlDQ1cU3lPd7DUA4MQZadaeLI8+AGB2Pn50mPuPyEwFIxeFg==",
  3887. "cpu": [
  3888. "s390x"
  3889. ],
  3890. "license": "MIT",
  3891. "optional": true,
  3892. "os": [
  3893. "linux"
  3894. ],
  3895. "engines": {
  3896. "node": "^20.19.0 || >=22.12.0"
  3897. }
  3898. },
  3899. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  3900. "version": "0.102.0",
  3901. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3902. "integrity": "sha512-R4b0xZpDRhoNB2XZy0kLTSYm0ZmWeKjTii9fcv1Mk3/SIGPrrglwt4U6zEtwK54Dfi4Bve5JnQYduigR/gyDzw==",
  3903. "cpu": [
  3904. "x64"
  3905. ],
  3906. "license": "MIT",
  3907. "optional": true,
  3908. "os": [
  3909. "linux"
  3910. ],
  3911. "engines": {
  3912. "node": "^20.19.0 || >=22.12.0"
  3913. }
  3914. },
  3915. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  3916. "version": "0.102.0",
  3917. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3918. "integrity": "sha512-xM5A+03Ti3jvWYZoqaBRS3lusvnvIQjA46Fc9aBE/MHgvKgHSkrGEluLWg/33QEwBwxupkH25Pxc1yu97oZCtg==",
  3919. "cpu": [
  3920. "x64"
  3921. ],
  3922. "license": "MIT",
  3923. "optional": true,
  3924. "os": [
  3925. "linux"
  3926. ],
  3927. "engines": {
  3928. "node": "^20.19.0 || >=22.12.0"
  3929. }
  3930. },
  3931. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  3932. "version": "0.102.0",
  3933. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3934. "integrity": "sha512-AieLlsliblyaTFq7Iw9Nc618tgwV02JT4fQ6VIUd/3ZzbluHIHfPjIXa6Sds+04krw5TvCS8lsegtDYAyzcyhg==",
  3935. "cpu": [
  3936. "arm64"
  3937. ],
  3938. "license": "MIT",
  3939. "optional": true,
  3940. "os": [
  3941. "openharmony"
  3942. ],
  3943. "engines": {
  3944. "node": "^20.19.0 || >=22.12.0"
  3945. }
  3946. },
  3947. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  3948. "version": "0.102.0",
  3949. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3950. "integrity": "sha512-w6HRyArs1PBb9rDsQSHlooe31buUlUI2iY8sBzp62jZ1tmvaJo9EIVTQlRNDkwJmk9DF9uEyIJ82EkZcCZTs9A==",
  3951. "cpu": [
  3952. "wasm32"
  3953. ],
  3954. "license": "MIT",
  3955. "optional": true,
  3956. "dependencies": {
  3957. "@napi-rs/wasm-runtime": "^1.1.0"
  3958. },
  3959. "engines": {
  3960. "node": ">=14.0.0"
  3961. }
  3962. },
  3963. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  3964. "version": "0.102.0",
  3965. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3966. "integrity": "sha512-pqP5UuLiiFONQxqGiUFMdsfybaK1EOK4AXiPlvOvacLaatSEPObZGpyCkAcj9aZcvvNwYdeY9cxGM9IT3togaA==",
  3967. "cpu": [
  3968. "arm64"
  3969. ],
  3970. "license": "MIT",
  3971. "optional": true,
  3972. "os": [
  3973. "win32"
  3974. ],
  3975. "engines": {
  3976. "node": "^20.19.0 || >=22.12.0"
  3977. }
  3978. },
  3979. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  3980. "version": "0.102.0",
  3981. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3982. "integrity": "sha512-ntMcL35wuLR1A145rLSmm7m7j8JBZGkROoB9Du0KFIFcfi/w1qk75BdCeiTl3HAKrreAnuhW3QOGs6mJhntowA==",
  3983. "cpu": [
  3984. "x64"
  3985. ],
  3986. "license": "MIT",
  3987. "optional": true,
  3988. "os": [
  3989. "win32"
  3990. ],
  3991. "engines": {
  3992. "node": "^20.19.0 || >=22.12.0"
  3993. }
  3994. },
  3995. "node_modules/@oxc-project/types": {
  3996. "version": "0.102.0",
  3997. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.102.0.tgz",
  3998. "integrity": "sha512-8Skrw405g+/UJPKWJ1twIk3BIH2nXdiVlVNtYT23AXVwpsd79es4K+KYt06Fbnkc5BaTvk/COT2JuCLYdwnCdA==",
  3999. "license": "MIT",
  4000. "funding": {
  4001. "url": "https://github.com/sponsors/Boshen"
  4002. }
  4003. },
  4004. "node_modules/@oxc-transform/binding-android-arm64": {
  4005. "version": "0.102.0",
  4006. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  4007. "integrity": "sha512-JLBT7EiExsGmB6LuBBnm6qTfg0rLSxBU+F7xjqy6UXYpL7zhqelGJL7IAq6Pu5UYFT55zVlXXmgzLOXQfpQjXA==",
  4008. "cpu": [
  4009. "arm64"
  4010. ],
  4011. "license": "MIT",
  4012. "optional": true,
  4013. "os": [
  4014. "android"
  4015. ],
  4016. "engines": {
  4017. "node": "^20.19.0 || >=22.12.0"
  4018. }
  4019. },
  4020. "node_modules/@oxc-transform/binding-darwin-arm64": {
  4021. "version": "0.102.0",
  4022. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  4023. "integrity": "sha512-xmsBCk/NwE0khy8h6wLEexiS5abCp1ZqJUNHsAovJdGgIW21oGwhiC3VYg1vNLbq+zEXwOHuphVuNEYfBwyNTw==",
  4024. "cpu": [
  4025. "arm64"
  4026. ],
  4027. "license": "MIT",
  4028. "optional": true,
  4029. "os": [
  4030. "darwin"
  4031. ],
  4032. "engines": {
  4033. "node": "^20.19.0 || >=22.12.0"
  4034. }
  4035. },
  4036. "node_modules/@oxc-transform/binding-darwin-x64": {
  4037. "version": "0.102.0",
  4038. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  4039. "integrity": "sha512-EhBsiq8hSd5BRjlWACB9MxTUiZT2He1s1b3tRP8k3lB8ZTt6sXnDXIWhxRmmM0h//xe6IJ2HuMlbvjXPo/tATg==",
  4040. "cpu": [
  4041. "x64"
  4042. ],
  4043. "license": "MIT",
  4044. "optional": true,
  4045. "os": [
  4046. "darwin"
  4047. ],
  4048. "engines": {
  4049. "node": "^20.19.0 || >=22.12.0"
  4050. }
  4051. },
  4052. "node_modules/@oxc-transform/binding-freebsd-x64": {
  4053. "version": "0.102.0",
  4054. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  4055. "integrity": "sha512-eujvuYf0x7BFgKyFecbXUa2JBEXT4Ss6vmyrrhVdN07jaeJRiobaKAmeNXBkanoWL2KQLELJbSBgs1ykWYTkzg==",
  4056. "cpu": [
  4057. "x64"
  4058. ],
  4059. "license": "MIT",
  4060. "optional": true,
  4061. "os": [
  4062. "freebsd"
  4063. ],
  4064. "engines": {
  4065. "node": "^20.19.0 || >=22.12.0"
  4066. }
  4067. },
  4068. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  4069. "version": "0.102.0",
  4070. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  4071. "integrity": "sha512-2x7Ro356PHBVp1SS/dOsHBSnrfs5MlPYwhdKg35t6qixt2bv1kzEH0tDmn4TNEbdjOirmvOXoCTEWUvh8A4f4Q==",
  4072. "cpu": [
  4073. "arm"
  4074. ],
  4075. "license": "MIT",
  4076. "optional": true,
  4077. "os": [
  4078. "linux"
  4079. ],
  4080. "engines": {
  4081. "node": "^20.19.0 || >=22.12.0"
  4082. }
  4083. },
  4084. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  4085. "version": "0.102.0",
  4086. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  4087. "integrity": "sha512-Rz/RbPvT4QwcHKIQ/cOt6Lwl4c7AhK2b6whZfyL6oJ7Uz8UiVl1BCwk8thedrB5h+FEykmaPHoriW1hmBev60g==",
  4088. "cpu": [
  4089. "arm64"
  4090. ],
  4091. "license": "MIT",
  4092. "optional": true,
  4093. "os": [
  4094. "linux"
  4095. ],
  4096. "engines": {
  4097. "node": "^20.19.0 || >=22.12.0"
  4098. }
  4099. },
  4100. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  4101. "version": "0.102.0",
  4102. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  4103. "integrity": "sha512-I08iWABrN7zakn3wuNIBWY3hALQGsDLPQbZT1mXws7tyiQqJNGe49uS0/O50QhX3KXj+mbRGsmjVXLXGJE1CVQ==",
  4104. "cpu": [
  4105. "arm64"
  4106. ],
  4107. "license": "MIT",
  4108. "optional": true,
  4109. "os": [
  4110. "linux"
  4111. ],
  4112. "engines": {
  4113. "node": "^20.19.0 || >=22.12.0"
  4114. }
  4115. },
  4116. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  4117. "version": "0.102.0",
  4118. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  4119. "integrity": "sha512-9+SYW1ARAF6Oj/82ayoqKRe8SI7O1qvzs3Y0kijvhIqAaaZWcFRjI5DToyWRAbnzTtHlMcSllZLXNYdmxBjFxA==",
  4120. "cpu": [
  4121. "riscv64"
  4122. ],
  4123. "license": "MIT",
  4124. "optional": true,
  4125. "os": [
  4126. "linux"
  4127. ],
  4128. "engines": {
  4129. "node": "^20.19.0 || >=22.12.0"
  4130. }
  4131. },
  4132. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  4133. "version": "0.102.0",
  4134. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  4135. "integrity": "sha512-HV9nTyQw0TTKYPu+gBhaJBioomiM9O4LcGXi+s5IylCGG6imP0/U13q/9xJnP267QFmiWWqnnSFcv0QAWCyh8A==",
  4136. "cpu": [
  4137. "s390x"
  4138. ],
  4139. "license": "MIT",
  4140. "optional": true,
  4141. "os": [
  4142. "linux"
  4143. ],
  4144. "engines": {
  4145. "node": "^20.19.0 || >=22.12.0"
  4146. }
  4147. },
  4148. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  4149. "version": "0.102.0",
  4150. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  4151. "integrity": "sha512-4wcZ08mmdFk8OjsnglyeYGu5PW3TDh87AmcMOi7tZJ3cpJjfzwDfY27KTEUx6G880OpjAiF36OFSPwdKTKgp2g==",
  4152. "cpu": [
  4153. "x64"
  4154. ],
  4155. "license": "MIT",
  4156. "optional": true,
  4157. "os": [
  4158. "linux"
  4159. ],
  4160. "engines": {
  4161. "node": "^20.19.0 || >=22.12.0"
  4162. }
  4163. },
  4164. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  4165. "version": "0.102.0",
  4166. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  4167. "integrity": "sha512-rUHZSZBw0FUnUgOhL/Rs7xJz9KjH2eFur/0df6Lwq/isgJc/ggtBtFoZ+y4Fb8ON87a3Y2gS2LT7SEctX0XdPQ==",
  4168. "cpu": [
  4169. "x64"
  4170. ],
  4171. "license": "MIT",
  4172. "optional": true,
  4173. "os": [
  4174. "linux"
  4175. ],
  4176. "engines": {
  4177. "node": "^20.19.0 || >=22.12.0"
  4178. }
  4179. },
  4180. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  4181. "version": "0.102.0",
  4182. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  4183. "integrity": "sha512-98y4tccTQ/pA+r2KA/MEJIZ7J8TNTJ4aCT4rX8kWK4pGOko2YsfY3Ru9DVHlLDwmVj7wP8Z4JNxdBrAXRvK+0g==",
  4184. "cpu": [
  4185. "arm64"
  4186. ],
  4187. "license": "MIT",
  4188. "optional": true,
  4189. "os": [
  4190. "openharmony"
  4191. ],
  4192. "engines": {
  4193. "node": "^20.19.0 || >=22.12.0"
  4194. }
  4195. },
  4196. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  4197. "version": "0.102.0",
  4198. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  4199. "integrity": "sha512-M6myOXxHty3L2TJEB1NlJPtQm0c0LmivAxcGv/+DSDadOoB/UnOUbjM8W2Utlh5IYS9ARSOjqHtBiPYLWJ15XA==",
  4200. "cpu": [
  4201. "wasm32"
  4202. ],
  4203. "license": "MIT",
  4204. "optional": true,
  4205. "dependencies": {
  4206. "@napi-rs/wasm-runtime": "^1.1.0"
  4207. },
  4208. "engines": {
  4209. "node": ">=14.0.0"
  4210. }
  4211. },
  4212. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  4213. "version": "0.102.0",
  4214. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  4215. "integrity": "sha512-jzaA1lLiMXiJs4r7E0BHRxTPiwAkpoCfSNRr8npK/SqL4UQE4cSz3WDTX5wJWRrN2U+xqsDGefeYzH4reI8sgw==",
  4216. "cpu": [
  4217. "arm64"
  4218. ],
  4219. "license": "MIT",
  4220. "optional": true,
  4221. "os": [
  4222. "win32"
  4223. ],
  4224. "engines": {
  4225. "node": "^20.19.0 || >=22.12.0"
  4226. }
  4227. },
  4228. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  4229. "version": "0.102.0",
  4230. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  4231. "integrity": "sha512-eYOm6mch+1cP9qlNkMdorfBFY8aEOxY/isqrreLmEWqF/hyXA0SbLKDigTbvh3JFKny/gXlHoCKckqfua4cwtg==",
  4232. "cpu": [
  4233. "x64"
  4234. ],
  4235. "license": "MIT",
  4236. "optional": true,
  4237. "os": [
  4238. "win32"
  4239. ],
  4240. "engines": {
  4241. "node": "^20.19.0 || >=22.12.0"
  4242. }
  4243. },
  4244. "node_modules/@parcel/watcher": {
  4245. "version": "2.5.1",
  4246. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  4247. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  4248. "hasInstallScript": true,
  4249. "license": "MIT",
  4250. "dependencies": {
  4251. "detect-libc": "^1.0.3",
  4252. "is-glob": "^4.0.3",
  4253. "micromatch": "^4.0.5",
  4254. "node-addon-api": "^7.0.0"
  4255. },
  4256. "engines": {
  4257. "node": ">= 10.0.0"
  4258. },
  4259. "funding": {
  4260. "type": "opencollective",
  4261. "url": "https://opencollective.com/parcel"
  4262. },
  4263. "optionalDependencies": {
  4264. "@parcel/watcher-android-arm64": "2.5.1",
  4265. "@parcel/watcher-darwin-arm64": "2.5.1",
  4266. "@parcel/watcher-darwin-x64": "2.5.1",
  4267. "@parcel/watcher-freebsd-x64": "2.5.1",
  4268. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  4269. "@parcel/watcher-linux-arm-musl": "2.5.1",
  4270. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  4271. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  4272. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  4273. "@parcel/watcher-linux-x64-musl": "2.5.1",
  4274. "@parcel/watcher-win32-arm64": "2.5.1",
  4275. "@parcel/watcher-win32-ia32": "2.5.1",
  4276. "@parcel/watcher-win32-x64": "2.5.1"
  4277. }
  4278. },
  4279. "node_modules/@parcel/watcher-android-arm64": {
  4280. "version": "2.5.1",
  4281. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  4282. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  4283. "cpu": [
  4284. "arm64"
  4285. ],
  4286. "license": "MIT",
  4287. "optional": true,
  4288. "os": [
  4289. "android"
  4290. ],
  4291. "engines": {
  4292. "node": ">= 10.0.0"
  4293. },
  4294. "funding": {
  4295. "type": "opencollective",
  4296. "url": "https://opencollective.com/parcel"
  4297. }
  4298. },
  4299. "node_modules/@parcel/watcher-darwin-arm64": {
  4300. "version": "2.5.1",
  4301. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  4302. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  4303. "cpu": [
  4304. "arm64"
  4305. ],
  4306. "license": "MIT",
  4307. "optional": true,
  4308. "os": [
  4309. "darwin"
  4310. ],
  4311. "engines": {
  4312. "node": ">= 10.0.0"
  4313. },
  4314. "funding": {
  4315. "type": "opencollective",
  4316. "url": "https://opencollective.com/parcel"
  4317. }
  4318. },
  4319. "node_modules/@parcel/watcher-darwin-x64": {
  4320. "version": "2.5.1",
  4321. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  4322. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  4323. "cpu": [
  4324. "x64"
  4325. ],
  4326. "license": "MIT",
  4327. "optional": true,
  4328. "os": [
  4329. "darwin"
  4330. ],
  4331. "engines": {
  4332. "node": ">= 10.0.0"
  4333. },
  4334. "funding": {
  4335. "type": "opencollective",
  4336. "url": "https://opencollective.com/parcel"
  4337. }
  4338. },
  4339. "node_modules/@parcel/watcher-freebsd-x64": {
  4340. "version": "2.5.1",
  4341. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  4342. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  4343. "cpu": [
  4344. "x64"
  4345. ],
  4346. "license": "MIT",
  4347. "optional": true,
  4348. "os": [
  4349. "freebsd"
  4350. ],
  4351. "engines": {
  4352. "node": ">= 10.0.0"
  4353. },
  4354. "funding": {
  4355. "type": "opencollective",
  4356. "url": "https://opencollective.com/parcel"
  4357. }
  4358. },
  4359. "node_modules/@parcel/watcher-linux-arm-glibc": {
  4360. "version": "2.5.1",
  4361. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  4362. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  4363. "cpu": [
  4364. "arm"
  4365. ],
  4366. "license": "MIT",
  4367. "optional": true,
  4368. "os": [
  4369. "linux"
  4370. ],
  4371. "engines": {
  4372. "node": ">= 10.0.0"
  4373. },
  4374. "funding": {
  4375. "type": "opencollective",
  4376. "url": "https://opencollective.com/parcel"
  4377. }
  4378. },
  4379. "node_modules/@parcel/watcher-linux-arm-musl": {
  4380. "version": "2.5.1",
  4381. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  4382. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  4383. "cpu": [
  4384. "arm"
  4385. ],
  4386. "license": "MIT",
  4387. "optional": true,
  4388. "os": [
  4389. "linux"
  4390. ],
  4391. "engines": {
  4392. "node": ">= 10.0.0"
  4393. },
  4394. "funding": {
  4395. "type": "opencollective",
  4396. "url": "https://opencollective.com/parcel"
  4397. }
  4398. },
  4399. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  4400. "version": "2.5.1",
  4401. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  4402. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  4403. "cpu": [
  4404. "arm64"
  4405. ],
  4406. "license": "MIT",
  4407. "optional": true,
  4408. "os": [
  4409. "linux"
  4410. ],
  4411. "engines": {
  4412. "node": ">= 10.0.0"
  4413. },
  4414. "funding": {
  4415. "type": "opencollective",
  4416. "url": "https://opencollective.com/parcel"
  4417. }
  4418. },
  4419. "node_modules/@parcel/watcher-linux-arm64-musl": {
  4420. "version": "2.5.1",
  4421. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  4422. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  4423. "cpu": [
  4424. "arm64"
  4425. ],
  4426. "license": "MIT",
  4427. "optional": true,
  4428. "os": [
  4429. "linux"
  4430. ],
  4431. "engines": {
  4432. "node": ">= 10.0.0"
  4433. },
  4434. "funding": {
  4435. "type": "opencollective",
  4436. "url": "https://opencollective.com/parcel"
  4437. }
  4438. },
  4439. "node_modules/@parcel/watcher-linux-x64-glibc": {
  4440. "version": "2.5.1",
  4441. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  4442. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  4443. "cpu": [
  4444. "x64"
  4445. ],
  4446. "license": "MIT",
  4447. "optional": true,
  4448. "os": [
  4449. "linux"
  4450. ],
  4451. "engines": {
  4452. "node": ">= 10.0.0"
  4453. },
  4454. "funding": {
  4455. "type": "opencollective",
  4456. "url": "https://opencollective.com/parcel"
  4457. }
  4458. },
  4459. "node_modules/@parcel/watcher-linux-x64-musl": {
  4460. "version": "2.5.1",
  4461. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  4462. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  4463. "cpu": [
  4464. "x64"
  4465. ],
  4466. "license": "MIT",
  4467. "optional": true,
  4468. "os": [
  4469. "linux"
  4470. ],
  4471. "engines": {
  4472. "node": ">= 10.0.0"
  4473. },
  4474. "funding": {
  4475. "type": "opencollective",
  4476. "url": "https://opencollective.com/parcel"
  4477. }
  4478. },
  4479. "node_modules/@parcel/watcher-wasm": {
  4480. "version": "2.5.1",
  4481. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.1.tgz",
  4482. "integrity": "sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==",
  4483. "bundleDependencies": [
  4484. "napi-wasm"
  4485. ],
  4486. "license": "MIT",
  4487. "dependencies": {
  4488. "is-glob": "^4.0.3",
  4489. "micromatch": "^4.0.5",
  4490. "napi-wasm": "^1.1.0"
  4491. },
  4492. "engines": {
  4493. "node": ">= 10.0.0"
  4494. },
  4495. "funding": {
  4496. "type": "opencollective",
  4497. "url": "https://opencollective.com/parcel"
  4498. }
  4499. },
  4500. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  4501. "version": "1.1.0",
  4502. "inBundle": true,
  4503. "license": "MIT"
  4504. },
  4505. "node_modules/@parcel/watcher-win32-arm64": {
  4506. "version": "2.5.1",
  4507. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  4508. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  4509. "cpu": [
  4510. "arm64"
  4511. ],
  4512. "license": "MIT",
  4513. "optional": true,
  4514. "os": [
  4515. "win32"
  4516. ],
  4517. "engines": {
  4518. "node": ">= 10.0.0"
  4519. },
  4520. "funding": {
  4521. "type": "opencollective",
  4522. "url": "https://opencollective.com/parcel"
  4523. }
  4524. },
  4525. "node_modules/@parcel/watcher-win32-ia32": {
  4526. "version": "2.5.1",
  4527. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  4528. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  4529. "cpu": [
  4530. "ia32"
  4531. ],
  4532. "license": "MIT",
  4533. "optional": true,
  4534. "os": [
  4535. "win32"
  4536. ],
  4537. "engines": {
  4538. "node": ">= 10.0.0"
  4539. },
  4540. "funding": {
  4541. "type": "opencollective",
  4542. "url": "https://opencollective.com/parcel"
  4543. }
  4544. },
  4545. "node_modules/@parcel/watcher-win32-x64": {
  4546. "version": "2.5.1",
  4547. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  4548. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  4549. "cpu": [
  4550. "x64"
  4551. ],
  4552. "license": "MIT",
  4553. "optional": true,
  4554. "os": [
  4555. "win32"
  4556. ],
  4557. "engines": {
  4558. "node": ">= 10.0.0"
  4559. },
  4560. "funding": {
  4561. "type": "opencollective",
  4562. "url": "https://opencollective.com/parcel"
  4563. }
  4564. },
  4565. "node_modules/@pinia/nuxt": {
  4566. "version": "0.11.1",
  4567. "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.11.1.tgz",
  4568. "integrity": "sha512-tCD8ioWhhIHKwm8Y9VvyhBAV/kK4W5uGBIYbI5iM4N1t7duOqK6ECBUavrMxMolELayqqMLb9+evegrh3S7s2A==",
  4569. "license": "MIT",
  4570. "dependencies": {
  4571. "@nuxt/kit": "^3.9.0"
  4572. },
  4573. "funding": {
  4574. "url": "https://github.com/sponsors/posva"
  4575. },
  4576. "peerDependencies": {
  4577. "pinia": "^3.0.3"
  4578. }
  4579. },
  4580. "node_modules/@pkgjs/parseargs": {
  4581. "version": "0.11.0",
  4582. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  4583. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  4584. "license": "MIT",
  4585. "optional": true,
  4586. "engines": {
  4587. "node": ">=14"
  4588. }
  4589. },
  4590. "node_modules/@polka/url": {
  4591. "version": "1.0.0-next.29",
  4592. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  4593. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  4594. "license": "MIT"
  4595. },
  4596. "node_modules/@popperjs/core": {
  4597. "version": "2.11.8",
  4598. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  4599. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  4600. "license": "MIT",
  4601. "funding": {
  4602. "type": "opencollective",
  4603. "url": "https://opencollective.com/popperjs"
  4604. }
  4605. },
  4606. "node_modules/@poppinss/colors": {
  4607. "version": "4.1.6",
  4608. "resolved": "https://registry.npmmirror.com/@poppinss/colors/-/colors-4.1.6.tgz",
  4609. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  4610. "license": "MIT",
  4611. "dependencies": {
  4612. "kleur": "^4.1.5"
  4613. }
  4614. },
  4615. "node_modules/@poppinss/colors/node_modules/kleur": {
  4616. "version": "4.1.5",
  4617. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  4618. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  4619. "license": "MIT",
  4620. "engines": {
  4621. "node": ">=6"
  4622. }
  4623. },
  4624. "node_modules/@poppinss/dumper": {
  4625. "version": "0.6.5",
  4626. "resolved": "https://registry.npmmirror.com/@poppinss/dumper/-/dumper-0.6.5.tgz",
  4627. "integrity": "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==",
  4628. "license": "MIT",
  4629. "dependencies": {
  4630. "@poppinss/colors": "^4.1.5",
  4631. "@sindresorhus/is": "^7.0.2",
  4632. "supports-color": "^10.0.0"
  4633. }
  4634. },
  4635. "node_modules/@poppinss/exception": {
  4636. "version": "1.2.3",
  4637. "resolved": "https://registry.npmmirror.com/@poppinss/exception/-/exception-1.2.3.tgz",
  4638. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  4639. "license": "MIT"
  4640. },
  4641. "node_modules/@rolldown/pluginutils": {
  4642. "version": "1.0.0-beta.53",
  4643. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
  4644. "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
  4645. "license": "MIT"
  4646. },
  4647. "node_modules/@rollup/plugin-alias": {
  4648. "version": "5.1.1",
  4649. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  4650. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  4651. "license": "MIT",
  4652. "engines": {
  4653. "node": ">=14.0.0"
  4654. },
  4655. "peerDependencies": {
  4656. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4657. },
  4658. "peerDependenciesMeta": {
  4659. "rollup": {
  4660. "optional": true
  4661. }
  4662. }
  4663. },
  4664. "node_modules/@rollup/plugin-commonjs": {
  4665. "version": "28.0.9",
  4666. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz",
  4667. "integrity": "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==",
  4668. "license": "MIT",
  4669. "dependencies": {
  4670. "@rollup/pluginutils": "^5.0.1",
  4671. "commondir": "^1.0.1",
  4672. "estree-walker": "^2.0.2",
  4673. "fdir": "^6.2.0",
  4674. "is-reference": "1.2.1",
  4675. "magic-string": "^0.30.3",
  4676. "picomatch": "^4.0.2"
  4677. },
  4678. "engines": {
  4679. "node": ">=16.0.0 || 14 >= 14.17"
  4680. },
  4681. "peerDependencies": {
  4682. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  4683. },
  4684. "peerDependenciesMeta": {
  4685. "rollup": {
  4686. "optional": true
  4687. }
  4688. }
  4689. },
  4690. "node_modules/@rollup/plugin-inject": {
  4691. "version": "5.0.5",
  4692. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  4693. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  4694. "license": "MIT",
  4695. "dependencies": {
  4696. "@rollup/pluginutils": "^5.0.1",
  4697. "estree-walker": "^2.0.2",
  4698. "magic-string": "^0.30.3"
  4699. },
  4700. "engines": {
  4701. "node": ">=14.0.0"
  4702. },
  4703. "peerDependencies": {
  4704. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4705. },
  4706. "peerDependenciesMeta": {
  4707. "rollup": {
  4708. "optional": true
  4709. }
  4710. }
  4711. },
  4712. "node_modules/@rollup/plugin-json": {
  4713. "version": "6.1.0",
  4714. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  4715. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  4716. "license": "MIT",
  4717. "dependencies": {
  4718. "@rollup/pluginutils": "^5.1.0"
  4719. },
  4720. "engines": {
  4721. "node": ">=14.0.0"
  4722. },
  4723. "peerDependencies": {
  4724. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4725. },
  4726. "peerDependenciesMeta": {
  4727. "rollup": {
  4728. "optional": true
  4729. }
  4730. }
  4731. },
  4732. "node_modules/@rollup/plugin-node-resolve": {
  4733. "version": "16.0.3",
  4734. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  4735. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  4736. "license": "MIT",
  4737. "dependencies": {
  4738. "@rollup/pluginutils": "^5.0.1",
  4739. "@types/resolve": "1.20.2",
  4740. "deepmerge": "^4.2.2",
  4741. "is-module": "^1.0.0",
  4742. "resolve": "^1.22.1"
  4743. },
  4744. "engines": {
  4745. "node": ">=14.0.0"
  4746. },
  4747. "peerDependencies": {
  4748. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  4749. },
  4750. "peerDependenciesMeta": {
  4751. "rollup": {
  4752. "optional": true
  4753. }
  4754. }
  4755. },
  4756. "node_modules/@rollup/plugin-replace": {
  4757. "version": "6.0.3",
  4758. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  4759. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  4760. "license": "MIT",
  4761. "dependencies": {
  4762. "@rollup/pluginutils": "^5.0.1",
  4763. "magic-string": "^0.30.3"
  4764. },
  4765. "engines": {
  4766. "node": ">=14.0.0"
  4767. },
  4768. "peerDependencies": {
  4769. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4770. },
  4771. "peerDependenciesMeta": {
  4772. "rollup": {
  4773. "optional": true
  4774. }
  4775. }
  4776. },
  4777. "node_modules/@rollup/plugin-terser": {
  4778. "version": "0.4.4",
  4779. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  4780. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  4781. "license": "MIT",
  4782. "dependencies": {
  4783. "serialize-javascript": "^6.0.1",
  4784. "smob": "^1.0.0",
  4785. "terser": "^5.17.4"
  4786. },
  4787. "engines": {
  4788. "node": ">=14.0.0"
  4789. },
  4790. "peerDependencies": {
  4791. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  4792. },
  4793. "peerDependenciesMeta": {
  4794. "rollup": {
  4795. "optional": true
  4796. }
  4797. }
  4798. },
  4799. "node_modules/@rollup/pluginutils": {
  4800. "version": "5.1.4",
  4801. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  4802. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  4803. "license": "MIT",
  4804. "dependencies": {
  4805. "@types/estree": "^1.0.0",
  4806. "estree-walker": "^2.0.2",
  4807. "picomatch": "^4.0.2"
  4808. },
  4809. "engines": {
  4810. "node": ">=14.0.0"
  4811. },
  4812. "peerDependencies": {
  4813. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4814. },
  4815. "peerDependenciesMeta": {
  4816. "rollup": {
  4817. "optional": true
  4818. }
  4819. }
  4820. },
  4821. "node_modules/@rollup/rollup-android-arm-eabi": {
  4822. "version": "4.54.0",
  4823. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
  4824. "integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
  4825. "cpu": [
  4826. "arm"
  4827. ],
  4828. "license": "MIT",
  4829. "optional": true,
  4830. "os": [
  4831. "android"
  4832. ]
  4833. },
  4834. "node_modules/@rollup/rollup-android-arm64": {
  4835. "version": "4.54.0",
  4836. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
  4837. "integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
  4838. "cpu": [
  4839. "arm64"
  4840. ],
  4841. "license": "MIT",
  4842. "optional": true,
  4843. "os": [
  4844. "android"
  4845. ]
  4846. },
  4847. "node_modules/@rollup/rollup-darwin-arm64": {
  4848. "version": "4.54.0",
  4849. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
  4850. "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
  4851. "cpu": [
  4852. "arm64"
  4853. ],
  4854. "license": "MIT",
  4855. "optional": true,
  4856. "os": [
  4857. "darwin"
  4858. ]
  4859. },
  4860. "node_modules/@rollup/rollup-darwin-x64": {
  4861. "version": "4.54.0",
  4862. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
  4863. "integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
  4864. "cpu": [
  4865. "x64"
  4866. ],
  4867. "license": "MIT",
  4868. "optional": true,
  4869. "os": [
  4870. "darwin"
  4871. ]
  4872. },
  4873. "node_modules/@rollup/rollup-freebsd-arm64": {
  4874. "version": "4.54.0",
  4875. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
  4876. "integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
  4877. "cpu": [
  4878. "arm64"
  4879. ],
  4880. "license": "MIT",
  4881. "optional": true,
  4882. "os": [
  4883. "freebsd"
  4884. ]
  4885. },
  4886. "node_modules/@rollup/rollup-freebsd-x64": {
  4887. "version": "4.54.0",
  4888. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
  4889. "integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
  4890. "cpu": [
  4891. "x64"
  4892. ],
  4893. "license": "MIT",
  4894. "optional": true,
  4895. "os": [
  4896. "freebsd"
  4897. ]
  4898. },
  4899. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  4900. "version": "4.54.0",
  4901. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
  4902. "integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
  4903. "cpu": [
  4904. "arm"
  4905. ],
  4906. "license": "MIT",
  4907. "optional": true,
  4908. "os": [
  4909. "linux"
  4910. ]
  4911. },
  4912. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  4913. "version": "4.54.0",
  4914. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
  4915. "integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
  4916. "cpu": [
  4917. "arm"
  4918. ],
  4919. "license": "MIT",
  4920. "optional": true,
  4921. "os": [
  4922. "linux"
  4923. ]
  4924. },
  4925. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  4926. "version": "4.54.0",
  4927. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
  4928. "integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
  4929. "cpu": [
  4930. "arm64"
  4931. ],
  4932. "license": "MIT",
  4933. "optional": true,
  4934. "os": [
  4935. "linux"
  4936. ]
  4937. },
  4938. "node_modules/@rollup/rollup-linux-arm64-musl": {
  4939. "version": "4.54.0",
  4940. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
  4941. "integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
  4942. "cpu": [
  4943. "arm64"
  4944. ],
  4945. "license": "MIT",
  4946. "optional": true,
  4947. "os": [
  4948. "linux"
  4949. ]
  4950. },
  4951. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  4952. "version": "4.54.0",
  4953. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
  4954. "integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
  4955. "cpu": [
  4956. "loong64"
  4957. ],
  4958. "license": "MIT",
  4959. "optional": true,
  4960. "os": [
  4961. "linux"
  4962. ]
  4963. },
  4964. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  4965. "version": "4.54.0",
  4966. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
  4967. "integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
  4968. "cpu": [
  4969. "ppc64"
  4970. ],
  4971. "license": "MIT",
  4972. "optional": true,
  4973. "os": [
  4974. "linux"
  4975. ]
  4976. },
  4977. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  4978. "version": "4.54.0",
  4979. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
  4980. "integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
  4981. "cpu": [
  4982. "riscv64"
  4983. ],
  4984. "license": "MIT",
  4985. "optional": true,
  4986. "os": [
  4987. "linux"
  4988. ]
  4989. },
  4990. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4991. "version": "4.54.0",
  4992. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
  4993. "integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
  4994. "cpu": [
  4995. "riscv64"
  4996. ],
  4997. "license": "MIT",
  4998. "optional": true,
  4999. "os": [
  5000. "linux"
  5001. ]
  5002. },
  5003. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  5004. "version": "4.54.0",
  5005. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
  5006. "integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
  5007. "cpu": [
  5008. "s390x"
  5009. ],
  5010. "license": "MIT",
  5011. "optional": true,
  5012. "os": [
  5013. "linux"
  5014. ]
  5015. },
  5016. "node_modules/@rollup/rollup-linux-x64-gnu": {
  5017. "version": "4.54.0",
  5018. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
  5019. "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
  5020. "cpu": [
  5021. "x64"
  5022. ],
  5023. "license": "MIT",
  5024. "optional": true,
  5025. "os": [
  5026. "linux"
  5027. ]
  5028. },
  5029. "node_modules/@rollup/rollup-linux-x64-musl": {
  5030. "version": "4.54.0",
  5031. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
  5032. "integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
  5033. "cpu": [
  5034. "x64"
  5035. ],
  5036. "license": "MIT",
  5037. "optional": true,
  5038. "os": [
  5039. "linux"
  5040. ]
  5041. },
  5042. "node_modules/@rollup/rollup-openharmony-arm64": {
  5043. "version": "4.54.0",
  5044. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
  5045. "integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
  5046. "cpu": [
  5047. "arm64"
  5048. ],
  5049. "license": "MIT",
  5050. "optional": true,
  5051. "os": [
  5052. "openharmony"
  5053. ]
  5054. },
  5055. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  5056. "version": "4.54.0",
  5057. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
  5058. "integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
  5059. "cpu": [
  5060. "arm64"
  5061. ],
  5062. "license": "MIT",
  5063. "optional": true,
  5064. "os": [
  5065. "win32"
  5066. ]
  5067. },
  5068. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  5069. "version": "4.54.0",
  5070. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
  5071. "integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
  5072. "cpu": [
  5073. "ia32"
  5074. ],
  5075. "license": "MIT",
  5076. "optional": true,
  5077. "os": [
  5078. "win32"
  5079. ]
  5080. },
  5081. "node_modules/@rollup/rollup-win32-x64-gnu": {
  5082. "version": "4.54.0",
  5083. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
  5084. "integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
  5085. "cpu": [
  5086. "x64"
  5087. ],
  5088. "license": "MIT",
  5089. "optional": true,
  5090. "os": [
  5091. "win32"
  5092. ]
  5093. },
  5094. "node_modules/@rollup/rollup-win32-x64-msvc": {
  5095. "version": "4.54.0",
  5096. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
  5097. "integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
  5098. "cpu": [
  5099. "x64"
  5100. ],
  5101. "license": "MIT",
  5102. "optional": true,
  5103. "os": [
  5104. "win32"
  5105. ]
  5106. },
  5107. "node_modules/@sec-ant/readable-stream": {
  5108. "version": "0.4.1",
  5109. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  5110. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  5111. "dev": true,
  5112. "license": "MIT"
  5113. },
  5114. "node_modules/@simonwep/pickr": {
  5115. "version": "1.8.2",
  5116. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  5117. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  5118. "license": "MIT",
  5119. "dependencies": {
  5120. "core-js": "^3.15.1",
  5121. "nanopop": "^2.1.0"
  5122. }
  5123. },
  5124. "node_modules/@sindresorhus/is": {
  5125. "version": "7.2.0",
  5126. "resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-7.2.0.tgz",
  5127. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  5128. "license": "MIT",
  5129. "engines": {
  5130. "node": ">=18"
  5131. },
  5132. "funding": {
  5133. "url": "https://github.com/sindresorhus/is?sponsor=1"
  5134. }
  5135. },
  5136. "node_modules/@sindresorhus/merge-streams": {
  5137. "version": "4.0.0",
  5138. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  5139. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  5140. "license": "MIT",
  5141. "engines": {
  5142. "node": ">=18"
  5143. },
  5144. "funding": {
  5145. "url": "https://github.com/sponsors/sindresorhus"
  5146. }
  5147. },
  5148. "node_modules/@speed-highlight/core": {
  5149. "version": "1.2.12",
  5150. "resolved": "https://registry.npmmirror.com/@speed-highlight/core/-/core-1.2.12.tgz",
  5151. "integrity": "sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==",
  5152. "license": "CC0-1.0"
  5153. },
  5154. "node_modules/@tsconfig/node22": {
  5155. "version": "22.0.1",
  5156. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.1.tgz",
  5157. "integrity": "sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==",
  5158. "dev": true,
  5159. "license": "MIT"
  5160. },
  5161. "node_modules/@turf/helpers": {
  5162. "version": "6.5.0",
  5163. "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
  5164. "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
  5165. "license": "MIT",
  5166. "funding": {
  5167. "url": "https://opencollective.com/turf"
  5168. }
  5169. },
  5170. "node_modules/@turf/intersect": {
  5171. "version": "6.5.0",
  5172. "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
  5173. "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
  5174. "license": "MIT",
  5175. "dependencies": {
  5176. "@turf/helpers": "^6.5.0",
  5177. "@turf/invariant": "^6.5.0",
  5178. "polygon-clipping": "^0.15.3"
  5179. },
  5180. "funding": {
  5181. "url": "https://opencollective.com/turf"
  5182. }
  5183. },
  5184. "node_modules/@turf/invariant": {
  5185. "version": "6.5.0",
  5186. "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
  5187. "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
  5188. "license": "MIT",
  5189. "dependencies": {
  5190. "@turf/helpers": "^6.5.0"
  5191. },
  5192. "funding": {
  5193. "url": "https://opencollective.com/turf"
  5194. }
  5195. },
  5196. "node_modules/@tybys/wasm-util": {
  5197. "version": "0.10.1",
  5198. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  5199. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  5200. "license": "MIT",
  5201. "optional": true,
  5202. "dependencies": {
  5203. "tslib": "^2.4.0"
  5204. }
  5205. },
  5206. "node_modules/@types/estree": {
  5207. "version": "1.0.8",
  5208. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  5209. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5210. "license": "MIT"
  5211. },
  5212. "node_modules/@types/node": {
  5213. "version": "22.15.0",
  5214. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.0.tgz",
  5215. "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
  5216. "devOptional": true,
  5217. "license": "MIT",
  5218. "dependencies": {
  5219. "undici-types": "~6.21.0"
  5220. }
  5221. },
  5222. "node_modules/@types/parse-path": {
  5223. "version": "7.0.3",
  5224. "resolved": "https://registry.npmmirror.com/@types/parse-path/-/parse-path-7.0.3.tgz",
  5225. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  5226. "license": "MIT"
  5227. },
  5228. "node_modules/@types/resolve": {
  5229. "version": "1.20.2",
  5230. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  5231. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  5232. "license": "MIT"
  5233. },
  5234. "node_modules/@unhead/vue": {
  5235. "version": "2.1.1",
  5236. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-2.1.1.tgz",
  5237. "integrity": "sha512-WYa8ORhfv7lWDSoNpkMKhbW1Dbsux/3HqMcVkZS3xZ2/c/VrcChLj+IMadpCd1WNR0srITfRJhBYZ1i9hON5Qw==",
  5238. "license": "MIT",
  5239. "dependencies": {
  5240. "hookable": "^5.5.3",
  5241. "unhead": "2.1.1"
  5242. },
  5243. "funding": {
  5244. "url": "https://github.com/sponsors/harlan-zw"
  5245. },
  5246. "peerDependencies": {
  5247. "vue": ">=3.5.18"
  5248. }
  5249. },
  5250. "node_modules/@vercel/nft": {
  5251. "version": "0.30.4",
  5252. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.30.4.tgz",
  5253. "integrity": "sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==",
  5254. "license": "MIT",
  5255. "dependencies": {
  5256. "@mapbox/node-pre-gyp": "^2.0.0",
  5257. "@rollup/pluginutils": "^5.1.3",
  5258. "acorn": "^8.6.0",
  5259. "acorn-import-attributes": "^1.9.5",
  5260. "async-sema": "^3.1.1",
  5261. "bindings": "^1.4.0",
  5262. "estree-walker": "2.0.2",
  5263. "glob": "^10.5.0",
  5264. "graceful-fs": "^4.2.9",
  5265. "node-gyp-build": "^4.2.2",
  5266. "picomatch": "^4.0.2",
  5267. "resolve-from": "^5.0.0"
  5268. },
  5269. "bin": {
  5270. "nft": "out/cli.js"
  5271. },
  5272. "engines": {
  5273. "node": ">=18"
  5274. }
  5275. },
  5276. "node_modules/@vitejs/plugin-vue": {
  5277. "version": "5.2.4",
  5278. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  5279. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  5280. "dev": true,
  5281. "license": "MIT",
  5282. "engines": {
  5283. "node": "^18.0.0 || >=20.0.0"
  5284. },
  5285. "peerDependencies": {
  5286. "vite": "^5.0.0 || ^6.0.0",
  5287. "vue": "^3.2.25"
  5288. }
  5289. },
  5290. "node_modules/@vitejs/plugin-vue-jsx": {
  5291. "version": "4.2.0",
  5292. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  5293. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  5294. "dev": true,
  5295. "license": "MIT",
  5296. "dependencies": {
  5297. "@babel/core": "^7.27.1",
  5298. "@babel/plugin-transform-typescript": "^7.27.1",
  5299. "@rolldown/pluginutils": "^1.0.0-beta.9",
  5300. "@vue/babel-plugin-jsx": "^1.4.0"
  5301. },
  5302. "engines": {
  5303. "node": "^18.0.0 || >=20.0.0"
  5304. },
  5305. "peerDependencies": {
  5306. "vite": "^5.0.0 || ^6.0.0",
  5307. "vue": "^3.0.0"
  5308. }
  5309. },
  5310. "node_modules/@volar/language-core": {
  5311. "version": "2.4.12",
  5312. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.12.tgz",
  5313. "integrity": "sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==",
  5314. "devOptional": true,
  5315. "license": "MIT",
  5316. "dependencies": {
  5317. "@volar/source-map": "2.4.12"
  5318. }
  5319. },
  5320. "node_modules/@volar/source-map": {
  5321. "version": "2.4.12",
  5322. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.12.tgz",
  5323. "integrity": "sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==",
  5324. "devOptional": true,
  5325. "license": "MIT"
  5326. },
  5327. "node_modules/@volar/typescript": {
  5328. "version": "2.4.12",
  5329. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.12.tgz",
  5330. "integrity": "sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==",
  5331. "devOptional": true,
  5332. "license": "MIT",
  5333. "dependencies": {
  5334. "@volar/language-core": "2.4.12",
  5335. "path-browserify": "^1.0.1",
  5336. "vscode-uri": "^3.0.8"
  5337. }
  5338. },
  5339. "node_modules/@vue-macros/common": {
  5340. "version": "3.1.1",
  5341. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.1.tgz",
  5342. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  5343. "license": "MIT",
  5344. "dependencies": {
  5345. "@vue/compiler-sfc": "^3.5.22",
  5346. "ast-kit": "^2.1.2",
  5347. "local-pkg": "^1.1.2",
  5348. "magic-string-ast": "^1.0.2",
  5349. "unplugin-utils": "^0.3.0"
  5350. },
  5351. "engines": {
  5352. "node": ">=20.19.0"
  5353. },
  5354. "funding": {
  5355. "url": "https://github.com/sponsors/vue-macros"
  5356. },
  5357. "peerDependencies": {
  5358. "vue": "^2.7.0 || ^3.2.25"
  5359. },
  5360. "peerDependenciesMeta": {
  5361. "vue": {
  5362. "optional": true
  5363. }
  5364. }
  5365. },
  5366. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  5367. "version": "0.3.1",
  5368. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5369. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5370. "license": "MIT",
  5371. "dependencies": {
  5372. "pathe": "^2.0.3",
  5373. "picomatch": "^4.0.3"
  5374. },
  5375. "engines": {
  5376. "node": ">=20.19.0"
  5377. },
  5378. "funding": {
  5379. "url": "https://github.com/sponsors/sxzz"
  5380. }
  5381. },
  5382. "node_modules/@vue/babel-helper-vue-transform-on": {
  5383. "version": "1.5.0",
  5384. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  5385. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  5386. "dev": true,
  5387. "license": "MIT"
  5388. },
  5389. "node_modules/@vue/babel-plugin-jsx": {
  5390. "version": "1.5.0",
  5391. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  5392. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  5393. "dev": true,
  5394. "license": "MIT",
  5395. "dependencies": {
  5396. "@babel/helper-module-imports": "^7.27.1",
  5397. "@babel/helper-plugin-utils": "^7.27.1",
  5398. "@babel/plugin-syntax-jsx": "^7.27.1",
  5399. "@babel/template": "^7.27.2",
  5400. "@babel/traverse": "^7.28.0",
  5401. "@babel/types": "^7.28.2",
  5402. "@vue/babel-helper-vue-transform-on": "1.5.0",
  5403. "@vue/babel-plugin-resolve-type": "1.5.0",
  5404. "@vue/shared": "^3.5.18"
  5405. },
  5406. "peerDependencies": {
  5407. "@babel/core": "^7.0.0-0"
  5408. },
  5409. "peerDependenciesMeta": {
  5410. "@babel/core": {
  5411. "optional": true
  5412. }
  5413. }
  5414. },
  5415. "node_modules/@vue/babel-plugin-resolve-type": {
  5416. "version": "1.5.0",
  5417. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  5418. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  5419. "dev": true,
  5420. "license": "MIT",
  5421. "dependencies": {
  5422. "@babel/code-frame": "^7.27.1",
  5423. "@babel/helper-module-imports": "^7.27.1",
  5424. "@babel/helper-plugin-utils": "^7.27.1",
  5425. "@babel/parser": "^7.28.0",
  5426. "@vue/compiler-sfc": "^3.5.18"
  5427. },
  5428. "funding": {
  5429. "url": "https://github.com/sponsors/sxzz"
  5430. },
  5431. "peerDependencies": {
  5432. "@babel/core": "^7.0.0-0"
  5433. }
  5434. },
  5435. "node_modules/@vue/compiler-core": {
  5436. "version": "3.5.26",
  5437. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
  5438. "integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
  5439. "license": "MIT",
  5440. "dependencies": {
  5441. "@babel/parser": "^7.28.5",
  5442. "@vue/shared": "3.5.26",
  5443. "entities": "^7.0.0",
  5444. "estree-walker": "^2.0.2",
  5445. "source-map-js": "^1.2.1"
  5446. }
  5447. },
  5448. "node_modules/@vue/compiler-core/node_modules/entities": {
  5449. "version": "7.0.0",
  5450. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.0.tgz",
  5451. "integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
  5452. "license": "BSD-2-Clause",
  5453. "engines": {
  5454. "node": ">=0.12"
  5455. },
  5456. "funding": {
  5457. "url": "https://github.com/fb55/entities?sponsor=1"
  5458. }
  5459. },
  5460. "node_modules/@vue/compiler-dom": {
  5461. "version": "3.5.26",
  5462. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
  5463. "integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
  5464. "license": "MIT",
  5465. "dependencies": {
  5466. "@vue/compiler-core": "3.5.26",
  5467. "@vue/shared": "3.5.26"
  5468. }
  5469. },
  5470. "node_modules/@vue/compiler-sfc": {
  5471. "version": "3.5.26",
  5472. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
  5473. "integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
  5474. "license": "MIT",
  5475. "dependencies": {
  5476. "@babel/parser": "^7.28.5",
  5477. "@vue/compiler-core": "3.5.26",
  5478. "@vue/compiler-dom": "3.5.26",
  5479. "@vue/compiler-ssr": "3.5.26",
  5480. "@vue/shared": "3.5.26",
  5481. "estree-walker": "^2.0.2",
  5482. "magic-string": "^0.30.21",
  5483. "postcss": "^8.5.6",
  5484. "source-map-js": "^1.2.1"
  5485. }
  5486. },
  5487. "node_modules/@vue/compiler-ssr": {
  5488. "version": "3.5.26",
  5489. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
  5490. "integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
  5491. "license": "MIT",
  5492. "dependencies": {
  5493. "@vue/compiler-dom": "3.5.26",
  5494. "@vue/shared": "3.5.26"
  5495. }
  5496. },
  5497. "node_modules/@vue/compiler-vue2": {
  5498. "version": "2.7.16",
  5499. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  5500. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  5501. "devOptional": true,
  5502. "license": "MIT",
  5503. "dependencies": {
  5504. "de-indent": "^1.0.2",
  5505. "he": "^1.2.0"
  5506. }
  5507. },
  5508. "node_modules/@vue/devtools-api": {
  5509. "version": "7.7.9",
  5510. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  5511. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  5512. "license": "MIT",
  5513. "dependencies": {
  5514. "@vue/devtools-kit": "^7.7.9"
  5515. }
  5516. },
  5517. "node_modules/@vue/devtools-core": {
  5518. "version": "7.7.9",
  5519. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.9.tgz",
  5520. "integrity": "sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==",
  5521. "dev": true,
  5522. "license": "MIT",
  5523. "dependencies": {
  5524. "@vue/devtools-kit": "^7.7.9",
  5525. "@vue/devtools-shared": "^7.7.9",
  5526. "mitt": "^3.0.1",
  5527. "nanoid": "^5.1.0",
  5528. "pathe": "^2.0.3",
  5529. "vite-hot-client": "^2.0.4"
  5530. },
  5531. "peerDependencies": {
  5532. "vue": "^3.0.0"
  5533. }
  5534. },
  5535. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  5536. "version": "5.1.6",
  5537. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  5538. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  5539. "dev": true,
  5540. "funding": [
  5541. {
  5542. "type": "github",
  5543. "url": "https://github.com/sponsors/ai"
  5544. }
  5545. ],
  5546. "license": "MIT",
  5547. "bin": {
  5548. "nanoid": "bin/nanoid.js"
  5549. },
  5550. "engines": {
  5551. "node": "^18 || >=20"
  5552. }
  5553. },
  5554. "node_modules/@vue/devtools-kit": {
  5555. "version": "7.7.9",
  5556. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  5557. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  5558. "license": "MIT",
  5559. "dependencies": {
  5560. "@vue/devtools-shared": "^7.7.9",
  5561. "birpc": "^2.3.0",
  5562. "hookable": "^5.5.3",
  5563. "mitt": "^3.0.1",
  5564. "perfect-debounce": "^1.0.0",
  5565. "speakingurl": "^14.0.1",
  5566. "superjson": "^2.2.2"
  5567. }
  5568. },
  5569. "node_modules/@vue/devtools-shared": {
  5570. "version": "7.7.9",
  5571. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  5572. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  5573. "license": "MIT",
  5574. "dependencies": {
  5575. "rfdc": "^1.4.1"
  5576. }
  5577. },
  5578. "node_modules/@vue/language-core": {
  5579. "version": "2.2.10",
  5580. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  5581. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  5582. "devOptional": true,
  5583. "license": "MIT",
  5584. "dependencies": {
  5585. "@volar/language-core": "~2.4.11",
  5586. "@vue/compiler-dom": "^3.5.0",
  5587. "@vue/compiler-vue2": "^2.7.16",
  5588. "@vue/shared": "^3.5.0",
  5589. "alien-signals": "^1.0.3",
  5590. "minimatch": "^9.0.3",
  5591. "muggle-string": "^0.4.1",
  5592. "path-browserify": "^1.0.1"
  5593. },
  5594. "peerDependencies": {
  5595. "typescript": "*"
  5596. },
  5597. "peerDependenciesMeta": {
  5598. "typescript": {
  5599. "optional": true
  5600. }
  5601. }
  5602. },
  5603. "node_modules/@vue/reactivity": {
  5604. "version": "3.5.26",
  5605. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.26.tgz",
  5606. "integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "@vue/shared": "3.5.26"
  5610. }
  5611. },
  5612. "node_modules/@vue/runtime-core": {
  5613. "version": "3.5.26",
  5614. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
  5615. "integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
  5616. "license": "MIT",
  5617. "dependencies": {
  5618. "@vue/reactivity": "3.5.26",
  5619. "@vue/shared": "3.5.26"
  5620. }
  5621. },
  5622. "node_modules/@vue/runtime-dom": {
  5623. "version": "3.5.26",
  5624. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
  5625. "integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
  5626. "license": "MIT",
  5627. "dependencies": {
  5628. "@vue/reactivity": "3.5.26",
  5629. "@vue/runtime-core": "3.5.26",
  5630. "@vue/shared": "3.5.26",
  5631. "csstype": "^3.2.3"
  5632. }
  5633. },
  5634. "node_modules/@vue/server-renderer": {
  5635. "version": "3.5.26",
  5636. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
  5637. "integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
  5638. "license": "MIT",
  5639. "dependencies": {
  5640. "@vue/compiler-ssr": "3.5.26",
  5641. "@vue/shared": "3.5.26"
  5642. },
  5643. "peerDependencies": {
  5644. "vue": "3.5.26"
  5645. }
  5646. },
  5647. "node_modules/@vue/shared": {
  5648. "version": "3.5.26",
  5649. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.26.tgz",
  5650. "integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
  5651. "license": "MIT"
  5652. },
  5653. "node_modules/@vue/tsconfig": {
  5654. "version": "0.7.0",
  5655. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  5656. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  5657. "dev": true,
  5658. "license": "MIT",
  5659. "peerDependencies": {
  5660. "typescript": "5.x",
  5661. "vue": "^3.4.0"
  5662. },
  5663. "peerDependenciesMeta": {
  5664. "typescript": {
  5665. "optional": true
  5666. },
  5667. "vue": {
  5668. "optional": true
  5669. }
  5670. }
  5671. },
  5672. "node_modules/@vuemap/amap-jsapi-loader": {
  5673. "version": "1.0.4",
  5674. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
  5675. "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
  5676. "license": "MIT"
  5677. },
  5678. "node_modules/@vuemap/amap-jsapi-types": {
  5679. "version": "0.0.17",
  5680. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
  5681. "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
  5682. "license": "MIT"
  5683. },
  5684. "node_modules/@vuemap/amap-xyz-layer": {
  5685. "version": "0.0.15",
  5686. "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
  5687. "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
  5688. "license": "MIT",
  5689. "dependencies": {
  5690. "@math.gl/core": "3.6.3",
  5691. "earcut": "2.2.4",
  5692. "gl-matrix": "3.4.3"
  5693. },
  5694. "engines": {
  5695. "node": ">= 16"
  5696. }
  5697. },
  5698. "node_modules/@vuemap/district-cluster": {
  5699. "version": "0.0.12",
  5700. "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
  5701. "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "@turf/helpers": "^6.5.0",
  5705. "@turf/intersect": "^6.5.0",
  5706. "@vuemap/amap-jsapi-types": "^0.0.16",
  5707. "topojson-client": "3.1.0"
  5708. },
  5709. "engines": {
  5710. "node": ">= 16"
  5711. }
  5712. },
  5713. "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
  5714. "version": "0.0.16",
  5715. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
  5716. "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
  5717. "license": "MIT"
  5718. },
  5719. "node_modules/@vuemap/vue-amap": {
  5720. "version": "2.1.12",
  5721. "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
  5722. "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
  5723. "license": "MIT",
  5724. "dependencies": {
  5725. "@vuemap/amap-jsapi-loader": "1.0.4",
  5726. "@vuemap/amap-jsapi-types": "^0.0.17",
  5727. "@vuemap/amap-xyz-layer": "0.0.15",
  5728. "@vuemap/district-cluster": "0.0.12",
  5729. "lodash-es": "^4.17.21"
  5730. },
  5731. "peerDependencies": {
  5732. "vue": "3"
  5733. }
  5734. },
  5735. "node_modules/abbrev": {
  5736. "version": "3.0.1",
  5737. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.1.tgz",
  5738. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5739. "license": "ISC",
  5740. "engines": {
  5741. "node": "^18.17.0 || >=20.5.0"
  5742. }
  5743. },
  5744. "node_modules/abort-controller": {
  5745. "version": "3.0.0",
  5746. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  5747. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5748. "license": "MIT",
  5749. "dependencies": {
  5750. "event-target-shim": "^5.0.0"
  5751. },
  5752. "engines": {
  5753. "node": ">=6.5"
  5754. }
  5755. },
  5756. "node_modules/acorn": {
  5757. "version": "8.15.0",
  5758. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  5759. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  5760. "license": "MIT",
  5761. "bin": {
  5762. "acorn": "bin/acorn"
  5763. },
  5764. "engines": {
  5765. "node": ">=0.4.0"
  5766. }
  5767. },
  5768. "node_modules/acorn-import-attributes": {
  5769. "version": "1.9.5",
  5770. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5771. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5772. "license": "MIT",
  5773. "peerDependencies": {
  5774. "acorn": "^8"
  5775. }
  5776. },
  5777. "node_modules/address": {
  5778. "version": "1.2.2",
  5779. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  5780. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  5781. "dev": true,
  5782. "license": "MIT",
  5783. "engines": {
  5784. "node": ">= 10.0.0"
  5785. }
  5786. },
  5787. "node_modules/agent-base": {
  5788. "version": "7.1.4",
  5789. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  5790. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5791. "license": "MIT",
  5792. "engines": {
  5793. "node": ">= 14"
  5794. }
  5795. },
  5796. "node_modules/agentkeepalive": {
  5797. "version": "3.5.3",
  5798. "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  5799. "integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  5800. "dev": true,
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "humanize-ms": "^1.2.1"
  5804. },
  5805. "engines": {
  5806. "node": ">= 4.0.0"
  5807. }
  5808. },
  5809. "node_modules/ali-oss": {
  5810. "version": "6.23.0",
  5811. "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.23.0.tgz",
  5812. "integrity": "sha512-FipRmyd16Pr/tEey/YaaQ/24Pc3HEpLM9S1DRakEuXlSLXNIJnu1oJtHM53eVYpvW3dXapSjrip3xylZUTIZVQ==",
  5813. "dev": true,
  5814. "license": "MIT",
  5815. "dependencies": {
  5816. "address": "^1.2.2",
  5817. "agentkeepalive": "^3.4.1",
  5818. "bowser": "^1.6.0",
  5819. "copy-to": "^2.0.1",
  5820. "dateformat": "^2.0.0",
  5821. "debug": "^4.3.4",
  5822. "destroy": "^1.0.4",
  5823. "end-or-error": "^1.0.1",
  5824. "get-ready": "^1.0.0",
  5825. "humanize-ms": "^1.2.0",
  5826. "is-type-of": "^1.4.0",
  5827. "js-base64": "^2.5.2",
  5828. "jstoxml": "^2.0.0",
  5829. "lodash": "^4.17.21",
  5830. "merge-descriptors": "^1.0.1",
  5831. "mime": "^2.4.5",
  5832. "platform": "^1.3.1",
  5833. "pump": "^3.0.0",
  5834. "qs": "^6.4.0",
  5835. "sdk-base": "^2.0.1",
  5836. "stream-http": "2.8.2",
  5837. "stream-wormhole": "^1.0.4",
  5838. "urllib": "^2.44.0",
  5839. "utility": "^1.18.0",
  5840. "xml2js": "^0.6.2"
  5841. },
  5842. "engines": {
  5843. "node": ">=8"
  5844. }
  5845. },
  5846. "node_modules/alien-signals": {
  5847. "version": "1.0.13",
  5848. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  5849. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  5850. "devOptional": true,
  5851. "license": "MIT"
  5852. },
  5853. "node_modules/ansi-regex": {
  5854. "version": "6.2.2",
  5855. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5856. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5857. "license": "MIT",
  5858. "engines": {
  5859. "node": ">=12"
  5860. },
  5861. "funding": {
  5862. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5863. }
  5864. },
  5865. "node_modules/ansi-styles": {
  5866. "version": "6.2.3",
  5867. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5868. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5869. "license": "MIT",
  5870. "engines": {
  5871. "node": ">=12"
  5872. },
  5873. "funding": {
  5874. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5875. }
  5876. },
  5877. "node_modules/ansis": {
  5878. "version": "4.2.0",
  5879. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.2.0.tgz",
  5880. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5881. "license": "ISC",
  5882. "engines": {
  5883. "node": ">=14"
  5884. }
  5885. },
  5886. "node_modules/ant-design-vue": {
  5887. "version": "4.2.6",
  5888. "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  5889. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "@ant-design/colors": "^6.0.0",
  5893. "@ant-design/icons-vue": "^7.0.0",
  5894. "@babel/runtime": "^7.10.5",
  5895. "@ctrl/tinycolor": "^3.5.0",
  5896. "@emotion/hash": "^0.9.0",
  5897. "@emotion/unitless": "^0.8.0",
  5898. "@simonwep/pickr": "~1.8.0",
  5899. "array-tree-filter": "^2.1.0",
  5900. "async-validator": "^4.0.0",
  5901. "csstype": "^3.1.1",
  5902. "dayjs": "^1.10.5",
  5903. "dom-align": "^1.12.1",
  5904. "dom-scroll-into-view": "^2.0.0",
  5905. "lodash": "^4.17.21",
  5906. "lodash-es": "^4.17.15",
  5907. "resize-observer-polyfill": "^1.5.1",
  5908. "scroll-into-view-if-needed": "^2.2.25",
  5909. "shallow-equal": "^1.0.0",
  5910. "stylis": "^4.1.3",
  5911. "throttle-debounce": "^5.0.0",
  5912. "vue-types": "^3.0.0",
  5913. "warning": "^4.0.0"
  5914. },
  5915. "engines": {
  5916. "node": ">=12.22.0"
  5917. },
  5918. "funding": {
  5919. "type": "opencollective",
  5920. "url": "https://opencollective.com/ant-design-vue"
  5921. },
  5922. "peerDependencies": {
  5923. "vue": ">=3.2.0"
  5924. }
  5925. },
  5926. "node_modules/any-promise": {
  5927. "version": "1.3.0",
  5928. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  5929. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  5930. "dev": true,
  5931. "license": "MIT"
  5932. },
  5933. "node_modules/anymatch": {
  5934. "version": "3.1.3",
  5935. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  5936. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5937. "license": "ISC",
  5938. "dependencies": {
  5939. "normalize-path": "^3.0.0",
  5940. "picomatch": "^2.0.4"
  5941. },
  5942. "engines": {
  5943. "node": ">= 8"
  5944. }
  5945. },
  5946. "node_modules/anymatch/node_modules/picomatch": {
  5947. "version": "2.3.1",
  5948. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5949. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5950. "license": "MIT",
  5951. "engines": {
  5952. "node": ">=8.6"
  5953. },
  5954. "funding": {
  5955. "url": "https://github.com/sponsors/jonschlinkert"
  5956. }
  5957. },
  5958. "node_modules/archiver": {
  5959. "version": "7.0.1",
  5960. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  5961. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5962. "license": "MIT",
  5963. "dependencies": {
  5964. "archiver-utils": "^5.0.2",
  5965. "async": "^3.2.4",
  5966. "buffer-crc32": "^1.0.0",
  5967. "readable-stream": "^4.0.0",
  5968. "readdir-glob": "^1.1.2",
  5969. "tar-stream": "^3.0.0",
  5970. "zip-stream": "^6.0.1"
  5971. },
  5972. "engines": {
  5973. "node": ">= 14"
  5974. }
  5975. },
  5976. "node_modules/archiver-utils": {
  5977. "version": "5.0.2",
  5978. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5979. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5980. "license": "MIT",
  5981. "dependencies": {
  5982. "glob": "^10.0.0",
  5983. "graceful-fs": "^4.2.0",
  5984. "is-stream": "^2.0.1",
  5985. "lazystream": "^1.0.0",
  5986. "lodash": "^4.17.15",
  5987. "normalize-path": "^3.0.0",
  5988. "readable-stream": "^4.0.0"
  5989. },
  5990. "engines": {
  5991. "node": ">= 14"
  5992. }
  5993. },
  5994. "node_modules/archiver-utils/node_modules/is-stream": {
  5995. "version": "2.0.1",
  5996. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  5997. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5998. "license": "MIT",
  5999. "engines": {
  6000. "node": ">=8"
  6001. },
  6002. "funding": {
  6003. "url": "https://github.com/sponsors/sindresorhus"
  6004. }
  6005. },
  6006. "node_modules/array-tree-filter": {
  6007. "version": "2.1.0",
  6008. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  6009. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  6010. "license": "MIT"
  6011. },
  6012. "node_modules/ast-kit": {
  6013. "version": "2.2.0",
  6014. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  6015. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  6016. "license": "MIT",
  6017. "dependencies": {
  6018. "@babel/parser": "^7.28.5",
  6019. "pathe": "^2.0.3"
  6020. },
  6021. "engines": {
  6022. "node": ">=20.19.0"
  6023. },
  6024. "funding": {
  6025. "url": "https://github.com/sponsors/sxzz"
  6026. }
  6027. },
  6028. "node_modules/ast-walker-scope": {
  6029. "version": "0.8.3",
  6030. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  6031. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  6032. "license": "MIT",
  6033. "dependencies": {
  6034. "@babel/parser": "^7.28.4",
  6035. "ast-kit": "^2.1.3"
  6036. },
  6037. "engines": {
  6038. "node": ">=20.19.0"
  6039. },
  6040. "funding": {
  6041. "url": "https://github.com/sponsors/sxzz"
  6042. }
  6043. },
  6044. "node_modules/async": {
  6045. "version": "3.2.6",
  6046. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  6047. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6048. "license": "MIT"
  6049. },
  6050. "node_modules/async-sema": {
  6051. "version": "3.1.1",
  6052. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  6053. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  6054. "license": "MIT"
  6055. },
  6056. "node_modules/async-validator": {
  6057. "version": "4.2.5",
  6058. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  6059. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  6060. "license": "MIT"
  6061. },
  6062. "node_modules/asynckit": {
  6063. "version": "0.4.0",
  6064. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  6065. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6066. "license": "MIT"
  6067. },
  6068. "node_modules/autoprefixer": {
  6069. "version": "10.4.23",
  6070. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.23.tgz",
  6071. "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
  6072. "funding": [
  6073. {
  6074. "type": "opencollective",
  6075. "url": "https://opencollective.com/postcss/"
  6076. },
  6077. {
  6078. "type": "tidelift",
  6079. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6080. },
  6081. {
  6082. "type": "github",
  6083. "url": "https://github.com/sponsors/ai"
  6084. }
  6085. ],
  6086. "license": "MIT",
  6087. "dependencies": {
  6088. "browserslist": "^4.28.1",
  6089. "caniuse-lite": "^1.0.30001760",
  6090. "fraction.js": "^5.3.4",
  6091. "picocolors": "^1.1.1",
  6092. "postcss-value-parser": "^4.2.0"
  6093. },
  6094. "bin": {
  6095. "autoprefixer": "bin/autoprefixer"
  6096. },
  6097. "engines": {
  6098. "node": "^10 || ^12 || >=14"
  6099. },
  6100. "peerDependencies": {
  6101. "postcss": "^8.1.0"
  6102. }
  6103. },
  6104. "node_modules/aws-ssl-profiles": {
  6105. "version": "1.1.2",
  6106. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  6107. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  6108. "license": "MIT",
  6109. "engines": {
  6110. "node": ">= 6.0.0"
  6111. }
  6112. },
  6113. "node_modules/axios": {
  6114. "version": "1.13.2",
  6115. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.2.tgz",
  6116. "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
  6117. "license": "MIT",
  6118. "dependencies": {
  6119. "follow-redirects": "^1.15.6",
  6120. "form-data": "^4.0.4",
  6121. "proxy-from-env": "^1.1.0"
  6122. }
  6123. },
  6124. "node_modules/b4a": {
  6125. "version": "1.6.7",
  6126. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  6127. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
  6128. "license": "Apache-2.0"
  6129. },
  6130. "node_modules/balanced-match": {
  6131. "version": "1.0.2",
  6132. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  6133. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6134. "license": "MIT"
  6135. },
  6136. "node_modules/bare-events": {
  6137. "version": "2.5.4",
  6138. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
  6139. "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
  6140. "license": "Apache-2.0",
  6141. "optional": true
  6142. },
  6143. "node_modules/base64-js": {
  6144. "version": "1.5.1",
  6145. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  6146. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6147. "funding": [
  6148. {
  6149. "type": "github",
  6150. "url": "https://github.com/sponsors/feross"
  6151. },
  6152. {
  6153. "type": "patreon",
  6154. "url": "https://www.patreon.com/feross"
  6155. },
  6156. {
  6157. "type": "consulting",
  6158. "url": "https://feross.org/support"
  6159. }
  6160. ],
  6161. "license": "MIT"
  6162. },
  6163. "node_modules/baseline-browser-mapping": {
  6164. "version": "2.9.11",
  6165. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
  6166. "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
  6167. "license": "Apache-2.0",
  6168. "bin": {
  6169. "baseline-browser-mapping": "dist/cli.js"
  6170. }
  6171. },
  6172. "node_modules/bindings": {
  6173. "version": "1.5.0",
  6174. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  6175. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6176. "license": "MIT",
  6177. "dependencies": {
  6178. "file-uri-to-path": "1.0.0"
  6179. }
  6180. },
  6181. "node_modules/birpc": {
  6182. "version": "2.9.0",
  6183. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  6184. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  6185. "license": "MIT",
  6186. "funding": {
  6187. "url": "https://github.com/sponsors/antfu"
  6188. }
  6189. },
  6190. "node_modules/boolbase": {
  6191. "version": "1.0.0",
  6192. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  6193. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  6194. "license": "ISC"
  6195. },
  6196. "node_modules/bootstrap": {
  6197. "version": "5.3.8",
  6198. "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.8.tgz",
  6199. "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
  6200. "funding": [
  6201. {
  6202. "type": "github",
  6203. "url": "https://github.com/sponsors/twbs"
  6204. },
  6205. {
  6206. "type": "opencollective",
  6207. "url": "https://opencollective.com/bootstrap"
  6208. }
  6209. ],
  6210. "license": "MIT",
  6211. "peerDependencies": {
  6212. "@popperjs/core": "^2.11.8"
  6213. }
  6214. },
  6215. "node_modules/bowser": {
  6216. "version": "1.9.4",
  6217. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
  6218. "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  6219. "dev": true,
  6220. "license": "MIT"
  6221. },
  6222. "node_modules/brace-expansion": {
  6223. "version": "2.0.1",
  6224. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  6225. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  6226. "license": "MIT",
  6227. "dependencies": {
  6228. "balanced-match": "^1.0.0"
  6229. }
  6230. },
  6231. "node_modules/braces": {
  6232. "version": "3.0.3",
  6233. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  6234. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6235. "license": "MIT",
  6236. "dependencies": {
  6237. "fill-range": "^7.1.1"
  6238. },
  6239. "engines": {
  6240. "node": ">=8"
  6241. }
  6242. },
  6243. "node_modules/browserslist": {
  6244. "version": "4.28.1",
  6245. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  6246. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  6247. "funding": [
  6248. {
  6249. "type": "opencollective",
  6250. "url": "https://opencollective.com/browserslist"
  6251. },
  6252. {
  6253. "type": "tidelift",
  6254. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6255. },
  6256. {
  6257. "type": "github",
  6258. "url": "https://github.com/sponsors/ai"
  6259. }
  6260. ],
  6261. "license": "MIT",
  6262. "dependencies": {
  6263. "baseline-browser-mapping": "^2.9.0",
  6264. "caniuse-lite": "^1.0.30001759",
  6265. "electron-to-chromium": "^1.5.263",
  6266. "node-releases": "^2.0.27",
  6267. "update-browserslist-db": "^1.2.0"
  6268. },
  6269. "bin": {
  6270. "browserslist": "cli.js"
  6271. },
  6272. "engines": {
  6273. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6274. }
  6275. },
  6276. "node_modules/buffer": {
  6277. "version": "6.0.3",
  6278. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  6279. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  6280. "funding": [
  6281. {
  6282. "type": "github",
  6283. "url": "https://github.com/sponsors/feross"
  6284. },
  6285. {
  6286. "type": "patreon",
  6287. "url": "https://www.patreon.com/feross"
  6288. },
  6289. {
  6290. "type": "consulting",
  6291. "url": "https://feross.org/support"
  6292. }
  6293. ],
  6294. "license": "MIT",
  6295. "dependencies": {
  6296. "base64-js": "^1.3.1",
  6297. "ieee754": "^1.2.1"
  6298. }
  6299. },
  6300. "node_modules/buffer-crc32": {
  6301. "version": "1.0.0",
  6302. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  6303. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  6304. "license": "MIT",
  6305. "engines": {
  6306. "node": ">=8.0.0"
  6307. }
  6308. },
  6309. "node_modules/buffer-from": {
  6310. "version": "1.1.2",
  6311. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  6312. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  6313. "license": "MIT"
  6314. },
  6315. "node_modules/builtin-status-codes": {
  6316. "version": "3.0.0",
  6317. "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  6318. "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
  6319. "dev": true,
  6320. "license": "MIT"
  6321. },
  6322. "node_modules/bundle-name": {
  6323. "version": "4.1.0",
  6324. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  6325. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  6326. "license": "MIT",
  6327. "dependencies": {
  6328. "run-applescript": "^7.0.0"
  6329. },
  6330. "engines": {
  6331. "node": ">=18"
  6332. },
  6333. "funding": {
  6334. "url": "https://github.com/sponsors/sindresorhus"
  6335. }
  6336. },
  6337. "node_modules/c12": {
  6338. "version": "3.3.3",
  6339. "resolved": "https://registry.npmmirror.com/c12/-/c12-3.3.3.tgz",
  6340. "integrity": "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==",
  6341. "license": "MIT",
  6342. "dependencies": {
  6343. "chokidar": "^5.0.0",
  6344. "confbox": "^0.2.2",
  6345. "defu": "^6.1.4",
  6346. "dotenv": "^17.2.3",
  6347. "exsolve": "^1.0.8",
  6348. "giget": "^2.0.0",
  6349. "jiti": "^2.6.1",
  6350. "ohash": "^2.0.11",
  6351. "pathe": "^2.0.3",
  6352. "perfect-debounce": "^2.0.0",
  6353. "pkg-types": "^2.3.0",
  6354. "rc9": "^2.1.2"
  6355. },
  6356. "peerDependencies": {
  6357. "magicast": "*"
  6358. },
  6359. "peerDependenciesMeta": {
  6360. "magicast": {
  6361. "optional": true
  6362. }
  6363. }
  6364. },
  6365. "node_modules/c12/node_modules/chokidar": {
  6366. "version": "5.0.0",
  6367. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  6368. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  6369. "license": "MIT",
  6370. "dependencies": {
  6371. "readdirp": "^5.0.0"
  6372. },
  6373. "engines": {
  6374. "node": ">= 20.19.0"
  6375. },
  6376. "funding": {
  6377. "url": "https://paulmillr.com/funding/"
  6378. }
  6379. },
  6380. "node_modules/c12/node_modules/dotenv": {
  6381. "version": "17.2.3",
  6382. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.2.3.tgz",
  6383. "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
  6384. "license": "BSD-2-Clause",
  6385. "engines": {
  6386. "node": ">=12"
  6387. },
  6388. "funding": {
  6389. "url": "https://dotenvx.com"
  6390. }
  6391. },
  6392. "node_modules/c12/node_modules/perfect-debounce": {
  6393. "version": "2.0.0",
  6394. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  6395. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  6396. "license": "MIT"
  6397. },
  6398. "node_modules/c12/node_modules/readdirp": {
  6399. "version": "5.0.0",
  6400. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  6401. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  6402. "license": "MIT",
  6403. "engines": {
  6404. "node": ">= 20.19.0"
  6405. },
  6406. "funding": {
  6407. "type": "individual",
  6408. "url": "https://paulmillr.com/funding/"
  6409. }
  6410. },
  6411. "node_modules/cac": {
  6412. "version": "6.7.14",
  6413. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  6414. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  6415. "license": "MIT",
  6416. "engines": {
  6417. "node": ">=8"
  6418. }
  6419. },
  6420. "node_modules/call-bind-apply-helpers": {
  6421. "version": "1.0.2",
  6422. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6423. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6424. "license": "MIT",
  6425. "dependencies": {
  6426. "es-errors": "^1.3.0",
  6427. "function-bind": "^1.1.2"
  6428. },
  6429. "engines": {
  6430. "node": ">= 0.4"
  6431. }
  6432. },
  6433. "node_modules/call-bound": {
  6434. "version": "1.0.4",
  6435. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  6436. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6437. "dev": true,
  6438. "license": "MIT",
  6439. "dependencies": {
  6440. "call-bind-apply-helpers": "^1.0.2",
  6441. "get-intrinsic": "^1.3.0"
  6442. },
  6443. "engines": {
  6444. "node": ">= 0.4"
  6445. },
  6446. "funding": {
  6447. "url": "https://github.com/sponsors/ljharb"
  6448. }
  6449. },
  6450. "node_modules/caniuse-api": {
  6451. "version": "3.0.0",
  6452. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  6453. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  6454. "license": "MIT",
  6455. "dependencies": {
  6456. "browserslist": "^4.0.0",
  6457. "caniuse-lite": "^1.0.0",
  6458. "lodash.memoize": "^4.1.2",
  6459. "lodash.uniq": "^4.5.0"
  6460. }
  6461. },
  6462. "node_modules/caniuse-lite": {
  6463. "version": "1.0.30001761",
  6464. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
  6465. "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
  6466. "funding": [
  6467. {
  6468. "type": "opencollective",
  6469. "url": "https://opencollective.com/browserslist"
  6470. },
  6471. {
  6472. "type": "tidelift",
  6473. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6474. },
  6475. {
  6476. "type": "github",
  6477. "url": "https://github.com/sponsors/ai"
  6478. }
  6479. ],
  6480. "license": "CC-BY-4.0"
  6481. },
  6482. "node_modules/chardet": {
  6483. "version": "2.1.1",
  6484. "resolved": "https://registry.npmmirror.com/chardet/-/chardet-2.1.1.tgz",
  6485. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  6486. "dev": true,
  6487. "license": "MIT"
  6488. },
  6489. "node_modules/charenc": {
  6490. "version": "0.0.2",
  6491. "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
  6492. "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
  6493. "license": "BSD-3-Clause",
  6494. "engines": {
  6495. "node": "*"
  6496. }
  6497. },
  6498. "node_modules/chokidar": {
  6499. "version": "4.0.3",
  6500. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  6501. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  6502. "license": "MIT",
  6503. "dependencies": {
  6504. "readdirp": "^4.0.1"
  6505. },
  6506. "engines": {
  6507. "node": ">= 14.16.0"
  6508. },
  6509. "funding": {
  6510. "url": "https://paulmillr.com/funding/"
  6511. }
  6512. },
  6513. "node_modules/chownr": {
  6514. "version": "3.0.0",
  6515. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  6516. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  6517. "license": "BlueOak-1.0.0",
  6518. "engines": {
  6519. "node": ">=18"
  6520. }
  6521. },
  6522. "node_modules/citty": {
  6523. "version": "0.1.6",
  6524. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  6525. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  6526. "license": "MIT",
  6527. "dependencies": {
  6528. "consola": "^3.2.3"
  6529. }
  6530. },
  6531. "node_modules/cli-progress": {
  6532. "version": "3.12.0",
  6533. "resolved": "https://registry.npmmirror.com/cli-progress/-/cli-progress-3.12.0.tgz",
  6534. "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
  6535. "dev": true,
  6536. "license": "MIT",
  6537. "dependencies": {
  6538. "string-width": "^4.2.3"
  6539. },
  6540. "engines": {
  6541. "node": ">=4"
  6542. }
  6543. },
  6544. "node_modules/cli-table3": {
  6545. "version": "0.6.5",
  6546. "resolved": "https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.5.tgz",
  6547. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6548. "dev": true,
  6549. "license": "MIT",
  6550. "dependencies": {
  6551. "string-width": "^4.2.0"
  6552. },
  6553. "engines": {
  6554. "node": "10.* || >= 12.*"
  6555. },
  6556. "optionalDependencies": {
  6557. "@colors/colors": "1.5.0"
  6558. }
  6559. },
  6560. "node_modules/cli-width": {
  6561. "version": "4.1.0",
  6562. "resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-4.1.0.tgz",
  6563. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6564. "dev": true,
  6565. "license": "ISC",
  6566. "engines": {
  6567. "node": ">= 12"
  6568. }
  6569. },
  6570. "node_modules/clipboardy": {
  6571. "version": "4.0.0",
  6572. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  6573. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  6574. "license": "MIT",
  6575. "dependencies": {
  6576. "execa": "^8.0.1",
  6577. "is-wsl": "^3.1.0",
  6578. "is64bit": "^2.0.0"
  6579. },
  6580. "engines": {
  6581. "node": ">=18"
  6582. },
  6583. "funding": {
  6584. "url": "https://github.com/sponsors/sindresorhus"
  6585. }
  6586. },
  6587. "node_modules/clipboardy/node_modules/execa": {
  6588. "version": "8.0.1",
  6589. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  6590. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6591. "license": "MIT",
  6592. "dependencies": {
  6593. "cross-spawn": "^7.0.3",
  6594. "get-stream": "^8.0.1",
  6595. "human-signals": "^5.0.0",
  6596. "is-stream": "^3.0.0",
  6597. "merge-stream": "^2.0.0",
  6598. "npm-run-path": "^5.1.0",
  6599. "onetime": "^6.0.0",
  6600. "signal-exit": "^4.1.0",
  6601. "strip-final-newline": "^3.0.0"
  6602. },
  6603. "engines": {
  6604. "node": ">=16.17"
  6605. },
  6606. "funding": {
  6607. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6608. }
  6609. },
  6610. "node_modules/clipboardy/node_modules/get-stream": {
  6611. "version": "8.0.1",
  6612. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  6613. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  6614. "license": "MIT",
  6615. "engines": {
  6616. "node": ">=16"
  6617. },
  6618. "funding": {
  6619. "url": "https://github.com/sponsors/sindresorhus"
  6620. }
  6621. },
  6622. "node_modules/clipboardy/node_modules/human-signals": {
  6623. "version": "5.0.0",
  6624. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  6625. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  6626. "license": "Apache-2.0",
  6627. "engines": {
  6628. "node": ">=16.17.0"
  6629. }
  6630. },
  6631. "node_modules/clipboardy/node_modules/is-stream": {
  6632. "version": "3.0.0",
  6633. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  6634. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6635. "license": "MIT",
  6636. "engines": {
  6637. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6638. },
  6639. "funding": {
  6640. "url": "https://github.com/sponsors/sindresorhus"
  6641. }
  6642. },
  6643. "node_modules/clipboardy/node_modules/npm-run-path": {
  6644. "version": "5.3.0",
  6645. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6646. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6647. "license": "MIT",
  6648. "dependencies": {
  6649. "path-key": "^4.0.0"
  6650. },
  6651. "engines": {
  6652. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6653. },
  6654. "funding": {
  6655. "url": "https://github.com/sponsors/sindresorhus"
  6656. }
  6657. },
  6658. "node_modules/clipboardy/node_modules/path-key": {
  6659. "version": "4.0.0",
  6660. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  6661. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6662. "license": "MIT",
  6663. "engines": {
  6664. "node": ">=12"
  6665. },
  6666. "funding": {
  6667. "url": "https://github.com/sponsors/sindresorhus"
  6668. }
  6669. },
  6670. "node_modules/clipboardy/node_modules/strip-final-newline": {
  6671. "version": "3.0.0",
  6672. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  6673. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  6674. "license": "MIT",
  6675. "engines": {
  6676. "node": ">=12"
  6677. },
  6678. "funding": {
  6679. "url": "https://github.com/sponsors/sindresorhus"
  6680. }
  6681. },
  6682. "node_modules/cliui": {
  6683. "version": "8.0.1",
  6684. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  6685. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6686. "license": "ISC",
  6687. "dependencies": {
  6688. "string-width": "^4.2.0",
  6689. "strip-ansi": "^6.0.1",
  6690. "wrap-ansi": "^7.0.0"
  6691. },
  6692. "engines": {
  6693. "node": ">=12"
  6694. }
  6695. },
  6696. "node_modules/cliui/node_modules/ansi-regex": {
  6697. "version": "5.0.1",
  6698. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6699. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6700. "license": "MIT",
  6701. "engines": {
  6702. "node": ">=8"
  6703. }
  6704. },
  6705. "node_modules/cliui/node_modules/ansi-styles": {
  6706. "version": "4.3.0",
  6707. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6708. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6709. "license": "MIT",
  6710. "dependencies": {
  6711. "color-convert": "^2.0.1"
  6712. },
  6713. "engines": {
  6714. "node": ">=8"
  6715. },
  6716. "funding": {
  6717. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6718. }
  6719. },
  6720. "node_modules/cliui/node_modules/strip-ansi": {
  6721. "version": "6.0.1",
  6722. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6723. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6724. "license": "MIT",
  6725. "dependencies": {
  6726. "ansi-regex": "^5.0.1"
  6727. },
  6728. "engines": {
  6729. "node": ">=8"
  6730. }
  6731. },
  6732. "node_modules/cliui/node_modules/wrap-ansi": {
  6733. "version": "7.0.0",
  6734. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6735. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6736. "license": "MIT",
  6737. "dependencies": {
  6738. "ansi-styles": "^4.0.0",
  6739. "string-width": "^4.1.0",
  6740. "strip-ansi": "^6.0.0"
  6741. },
  6742. "engines": {
  6743. "node": ">=10"
  6744. },
  6745. "funding": {
  6746. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6747. }
  6748. },
  6749. "node_modules/cluster-key-slot": {
  6750. "version": "1.1.2",
  6751. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  6752. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  6753. "license": "Apache-2.0",
  6754. "engines": {
  6755. "node": ">=0.10.0"
  6756. }
  6757. },
  6758. "node_modules/color-convert": {
  6759. "version": "2.0.1",
  6760. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  6761. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6762. "license": "MIT",
  6763. "dependencies": {
  6764. "color-name": "~1.1.4"
  6765. },
  6766. "engines": {
  6767. "node": ">=7.0.0"
  6768. }
  6769. },
  6770. "node_modules/color-name": {
  6771. "version": "1.1.4",
  6772. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  6773. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6774. "license": "MIT"
  6775. },
  6776. "node_modules/colord": {
  6777. "version": "2.9.3",
  6778. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  6779. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  6780. "license": "MIT"
  6781. },
  6782. "node_modules/combined-stream": {
  6783. "version": "1.0.8",
  6784. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  6785. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6786. "license": "MIT",
  6787. "dependencies": {
  6788. "delayed-stream": "~1.0.0"
  6789. },
  6790. "engines": {
  6791. "node": ">= 0.8"
  6792. }
  6793. },
  6794. "node_modules/commander": {
  6795. "version": "14.0.2",
  6796. "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.2.tgz",
  6797. "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
  6798. "dev": true,
  6799. "license": "MIT",
  6800. "engines": {
  6801. "node": ">=20"
  6802. }
  6803. },
  6804. "node_modules/commondir": {
  6805. "version": "1.0.1",
  6806. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  6807. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  6808. "license": "MIT"
  6809. },
  6810. "node_modules/compatx": {
  6811. "version": "0.2.0",
  6812. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.2.0.tgz",
  6813. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  6814. "license": "MIT"
  6815. },
  6816. "node_modules/compress-commons": {
  6817. "version": "6.0.2",
  6818. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  6819. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  6820. "license": "MIT",
  6821. "dependencies": {
  6822. "crc-32": "^1.2.0",
  6823. "crc32-stream": "^6.0.0",
  6824. "is-stream": "^2.0.1",
  6825. "normalize-path": "^3.0.0",
  6826. "readable-stream": "^4.0.0"
  6827. },
  6828. "engines": {
  6829. "node": ">= 14"
  6830. }
  6831. },
  6832. "node_modules/compress-commons/node_modules/is-stream": {
  6833. "version": "2.0.1",
  6834. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  6835. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6836. "license": "MIT",
  6837. "engines": {
  6838. "node": ">=8"
  6839. },
  6840. "funding": {
  6841. "url": "https://github.com/sponsors/sindresorhus"
  6842. }
  6843. },
  6844. "node_modules/compute-scroll-into-view": {
  6845. "version": "1.0.20",
  6846. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  6847. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  6848. "license": "MIT"
  6849. },
  6850. "node_modules/confbox": {
  6851. "version": "0.2.2",
  6852. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  6853. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  6854. "license": "MIT"
  6855. },
  6856. "node_modules/consola": {
  6857. "version": "3.4.2",
  6858. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  6859. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  6860. "license": "MIT",
  6861. "engines": {
  6862. "node": "^14.18.0 || >=16.10.0"
  6863. }
  6864. },
  6865. "node_modules/content-type": {
  6866. "version": "1.0.5",
  6867. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  6868. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  6869. "dev": true,
  6870. "license": "MIT",
  6871. "engines": {
  6872. "node": ">= 0.6"
  6873. }
  6874. },
  6875. "node_modules/convert-source-map": {
  6876. "version": "2.0.0",
  6877. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6878. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6879. "license": "MIT"
  6880. },
  6881. "node_modules/cookie-es": {
  6882. "version": "2.0.0",
  6883. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
  6884. "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
  6885. "license": "MIT"
  6886. },
  6887. "node_modules/copy-anything": {
  6888. "version": "3.0.5",
  6889. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  6890. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  6891. "license": "MIT",
  6892. "dependencies": {
  6893. "is-what": "^4.1.8"
  6894. },
  6895. "engines": {
  6896. "node": ">=12.13"
  6897. },
  6898. "funding": {
  6899. "url": "https://github.com/sponsors/mesqueeb"
  6900. }
  6901. },
  6902. "node_modules/copy-paste": {
  6903. "version": "2.2.0",
  6904. "resolved": "https://registry.npmmirror.com/copy-paste/-/copy-paste-2.2.0.tgz",
  6905. "integrity": "sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==",
  6906. "dependencies": {
  6907. "iconv-lite": "^0.4.8"
  6908. }
  6909. },
  6910. "node_modules/copy-to": {
  6911. "version": "2.0.1",
  6912. "resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
  6913. "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  6914. "dev": true,
  6915. "license": "MIT"
  6916. },
  6917. "node_modules/core-js": {
  6918. "version": "3.42.0",
  6919. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  6920. "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  6921. "hasInstallScript": true,
  6922. "license": "MIT",
  6923. "funding": {
  6924. "type": "opencollective",
  6925. "url": "https://opencollective.com/core-js"
  6926. }
  6927. },
  6928. "node_modules/core-util-is": {
  6929. "version": "1.0.3",
  6930. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  6931. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  6932. "license": "MIT"
  6933. },
  6934. "node_modules/crc-32": {
  6935. "version": "1.2.2",
  6936. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  6937. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  6938. "license": "Apache-2.0",
  6939. "bin": {
  6940. "crc32": "bin/crc32.njs"
  6941. },
  6942. "engines": {
  6943. "node": ">=0.8"
  6944. }
  6945. },
  6946. "node_modules/crc32-stream": {
  6947. "version": "6.0.0",
  6948. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  6949. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  6950. "license": "MIT",
  6951. "dependencies": {
  6952. "crc-32": "^1.2.0",
  6953. "readable-stream": "^4.0.0"
  6954. },
  6955. "engines": {
  6956. "node": ">= 14"
  6957. }
  6958. },
  6959. "node_modules/croner": {
  6960. "version": "9.1.0",
  6961. "resolved": "https://registry.npmmirror.com/croner/-/croner-9.1.0.tgz",
  6962. "integrity": "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==",
  6963. "license": "MIT",
  6964. "engines": {
  6965. "node": ">=18.0"
  6966. }
  6967. },
  6968. "node_modules/cross-spawn": {
  6969. "version": "7.0.6",
  6970. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6971. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6972. "license": "MIT",
  6973. "dependencies": {
  6974. "path-key": "^3.1.0",
  6975. "shebang-command": "^2.0.0",
  6976. "which": "^2.0.1"
  6977. },
  6978. "engines": {
  6979. "node": ">= 8"
  6980. }
  6981. },
  6982. "node_modules/cross-spawn/node_modules/isexe": {
  6983. "version": "2.0.0",
  6984. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6985. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6986. "license": "ISC"
  6987. },
  6988. "node_modules/cross-spawn/node_modules/which": {
  6989. "version": "2.0.2",
  6990. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6991. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6992. "license": "ISC",
  6993. "dependencies": {
  6994. "isexe": "^2.0.0"
  6995. },
  6996. "bin": {
  6997. "node-which": "bin/node-which"
  6998. },
  6999. "engines": {
  7000. "node": ">= 8"
  7001. }
  7002. },
  7003. "node_modules/crossws": {
  7004. "version": "0.3.5",
  7005. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.5.tgz",
  7006. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  7007. "license": "MIT",
  7008. "dependencies": {
  7009. "uncrypto": "^0.1.3"
  7010. }
  7011. },
  7012. "node_modules/crypt": {
  7013. "version": "0.0.2",
  7014. "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
  7015. "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
  7016. "license": "BSD-3-Clause",
  7017. "engines": {
  7018. "node": "*"
  7019. }
  7020. },
  7021. "node_modules/css-declaration-sorter": {
  7022. "version": "7.3.0",
  7023. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  7024. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  7025. "license": "ISC",
  7026. "engines": {
  7027. "node": "^14 || ^16 || >=18"
  7028. },
  7029. "peerDependencies": {
  7030. "postcss": "^8.0.9"
  7031. }
  7032. },
  7033. "node_modules/css-select": {
  7034. "version": "5.2.2",
  7035. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
  7036. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  7037. "license": "BSD-2-Clause",
  7038. "dependencies": {
  7039. "boolbase": "^1.0.0",
  7040. "css-what": "^6.1.0",
  7041. "domhandler": "^5.0.2",
  7042. "domutils": "^3.0.1",
  7043. "nth-check": "^2.0.1"
  7044. },
  7045. "funding": {
  7046. "url": "https://github.com/sponsors/fb55"
  7047. }
  7048. },
  7049. "node_modules/css-tree": {
  7050. "version": "3.1.0",
  7051. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  7052. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  7053. "license": "MIT",
  7054. "dependencies": {
  7055. "mdn-data": "2.12.2",
  7056. "source-map-js": "^1.0.1"
  7057. },
  7058. "engines": {
  7059. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  7060. }
  7061. },
  7062. "node_modules/css-what": {
  7063. "version": "6.2.2",
  7064. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  7065. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  7066. "license": "BSD-2-Clause",
  7067. "engines": {
  7068. "node": ">= 6"
  7069. },
  7070. "funding": {
  7071. "url": "https://github.com/sponsors/fb55"
  7072. }
  7073. },
  7074. "node_modules/cssesc": {
  7075. "version": "3.0.0",
  7076. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  7077. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7078. "license": "MIT",
  7079. "bin": {
  7080. "cssesc": "bin/cssesc"
  7081. },
  7082. "engines": {
  7083. "node": ">=4"
  7084. }
  7085. },
  7086. "node_modules/cssnano": {
  7087. "version": "7.1.2",
  7088. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.1.2.tgz",
  7089. "integrity": "sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==",
  7090. "license": "MIT",
  7091. "dependencies": {
  7092. "cssnano-preset-default": "^7.0.10",
  7093. "lilconfig": "^3.1.3"
  7094. },
  7095. "engines": {
  7096. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7097. },
  7098. "funding": {
  7099. "type": "opencollective",
  7100. "url": "https://opencollective.com/cssnano"
  7101. },
  7102. "peerDependencies": {
  7103. "postcss": "^8.4.32"
  7104. }
  7105. },
  7106. "node_modules/cssnano-preset-default": {
  7107. "version": "7.0.10",
  7108. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz",
  7109. "integrity": "sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==",
  7110. "license": "MIT",
  7111. "dependencies": {
  7112. "browserslist": "^4.27.0",
  7113. "css-declaration-sorter": "^7.2.0",
  7114. "cssnano-utils": "^5.0.1",
  7115. "postcss-calc": "^10.1.1",
  7116. "postcss-colormin": "^7.0.5",
  7117. "postcss-convert-values": "^7.0.8",
  7118. "postcss-discard-comments": "^7.0.5",
  7119. "postcss-discard-duplicates": "^7.0.2",
  7120. "postcss-discard-empty": "^7.0.1",
  7121. "postcss-discard-overridden": "^7.0.1",
  7122. "postcss-merge-longhand": "^7.0.5",
  7123. "postcss-merge-rules": "^7.0.7",
  7124. "postcss-minify-font-values": "^7.0.1",
  7125. "postcss-minify-gradients": "^7.0.1",
  7126. "postcss-minify-params": "^7.0.5",
  7127. "postcss-minify-selectors": "^7.0.5",
  7128. "postcss-normalize-charset": "^7.0.1",
  7129. "postcss-normalize-display-values": "^7.0.1",
  7130. "postcss-normalize-positions": "^7.0.1",
  7131. "postcss-normalize-repeat-style": "^7.0.1",
  7132. "postcss-normalize-string": "^7.0.1",
  7133. "postcss-normalize-timing-functions": "^7.0.1",
  7134. "postcss-normalize-unicode": "^7.0.5",
  7135. "postcss-normalize-url": "^7.0.1",
  7136. "postcss-normalize-whitespace": "^7.0.1",
  7137. "postcss-ordered-values": "^7.0.2",
  7138. "postcss-reduce-initial": "^7.0.5",
  7139. "postcss-reduce-transforms": "^7.0.1",
  7140. "postcss-svgo": "^7.1.0",
  7141. "postcss-unique-selectors": "^7.0.4"
  7142. },
  7143. "engines": {
  7144. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7145. },
  7146. "peerDependencies": {
  7147. "postcss": "^8.4.32"
  7148. }
  7149. },
  7150. "node_modules/cssnano-utils": {
  7151. "version": "5.0.1",
  7152. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  7153. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  7154. "license": "MIT",
  7155. "engines": {
  7156. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7157. },
  7158. "peerDependencies": {
  7159. "postcss": "^8.4.32"
  7160. }
  7161. },
  7162. "node_modules/csso": {
  7163. "version": "5.0.5",
  7164. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  7165. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  7166. "license": "MIT",
  7167. "dependencies": {
  7168. "css-tree": "~2.2.0"
  7169. },
  7170. "engines": {
  7171. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7172. "npm": ">=7.0.0"
  7173. }
  7174. },
  7175. "node_modules/csso/node_modules/css-tree": {
  7176. "version": "2.2.1",
  7177. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  7178. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  7179. "license": "MIT",
  7180. "dependencies": {
  7181. "mdn-data": "2.0.28",
  7182. "source-map-js": "^1.0.1"
  7183. },
  7184. "engines": {
  7185. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7186. "npm": ">=7.0.0"
  7187. }
  7188. },
  7189. "node_modules/csso/node_modules/mdn-data": {
  7190. "version": "2.0.28",
  7191. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  7192. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  7193. "license": "CC0-1.0"
  7194. },
  7195. "node_modules/csstype": {
  7196. "version": "3.2.3",
  7197. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  7198. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7199. "license": "MIT"
  7200. },
  7201. "node_modules/dateformat": {
  7202. "version": "2.2.0",
  7203. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
  7204. "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
  7205. "dev": true,
  7206. "license": "MIT",
  7207. "engines": {
  7208. "node": "*"
  7209. }
  7210. },
  7211. "node_modules/dayjs": {
  7212. "version": "1.11.7",
  7213. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz",
  7214. "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==",
  7215. "license": "MIT"
  7216. },
  7217. "node_modules/db0": {
  7218. "version": "0.3.4",
  7219. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.3.4.tgz",
  7220. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  7221. "license": "MIT",
  7222. "peerDependencies": {
  7223. "@electric-sql/pglite": "*",
  7224. "@libsql/client": "*",
  7225. "better-sqlite3": "*",
  7226. "drizzle-orm": "*",
  7227. "mysql2": "*",
  7228. "sqlite3": "*"
  7229. },
  7230. "peerDependenciesMeta": {
  7231. "@electric-sql/pglite": {
  7232. "optional": true
  7233. },
  7234. "@libsql/client": {
  7235. "optional": true
  7236. },
  7237. "better-sqlite3": {
  7238. "optional": true
  7239. },
  7240. "drizzle-orm": {
  7241. "optional": true
  7242. },
  7243. "mysql2": {
  7244. "optional": true
  7245. },
  7246. "sqlite3": {
  7247. "optional": true
  7248. }
  7249. }
  7250. },
  7251. "node_modules/de-indent": {
  7252. "version": "1.0.2",
  7253. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  7254. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  7255. "devOptional": true,
  7256. "license": "MIT"
  7257. },
  7258. "node_modules/debug": {
  7259. "version": "4.4.3",
  7260. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  7261. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  7262. "license": "MIT",
  7263. "dependencies": {
  7264. "ms": "^2.1.3"
  7265. },
  7266. "engines": {
  7267. "node": ">=6.0"
  7268. },
  7269. "peerDependenciesMeta": {
  7270. "supports-color": {
  7271. "optional": true
  7272. }
  7273. }
  7274. },
  7275. "node_modules/deepmerge": {
  7276. "version": "4.3.1",
  7277. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  7278. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7279. "license": "MIT",
  7280. "engines": {
  7281. "node": ">=0.10.0"
  7282. }
  7283. },
  7284. "node_modules/default-browser": {
  7285. "version": "5.2.1",
  7286. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  7287. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  7288. "license": "MIT",
  7289. "dependencies": {
  7290. "bundle-name": "^4.1.0",
  7291. "default-browser-id": "^5.0.0"
  7292. },
  7293. "engines": {
  7294. "node": ">=18"
  7295. },
  7296. "funding": {
  7297. "url": "https://github.com/sponsors/sindresorhus"
  7298. }
  7299. },
  7300. "node_modules/default-browser-id": {
  7301. "version": "5.0.0",
  7302. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  7303. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  7304. "license": "MIT",
  7305. "engines": {
  7306. "node": ">=18"
  7307. },
  7308. "funding": {
  7309. "url": "https://github.com/sponsors/sindresorhus"
  7310. }
  7311. },
  7312. "node_modules/default-user-agent": {
  7313. "version": "1.0.0",
  7314. "resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
  7315. "integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
  7316. "dev": true,
  7317. "license": "MIT",
  7318. "dependencies": {
  7319. "os-name": "~1.0.3"
  7320. },
  7321. "engines": {
  7322. "node": ">= 0.10.0"
  7323. }
  7324. },
  7325. "node_modules/define-lazy-prop": {
  7326. "version": "3.0.0",
  7327. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7328. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7329. "license": "MIT",
  7330. "engines": {
  7331. "node": ">=12"
  7332. },
  7333. "funding": {
  7334. "url": "https://github.com/sponsors/sindresorhus"
  7335. }
  7336. },
  7337. "node_modules/defu": {
  7338. "version": "6.1.4",
  7339. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  7340. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  7341. "license": "MIT"
  7342. },
  7343. "node_modules/delayed-stream": {
  7344. "version": "1.0.0",
  7345. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  7346. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  7347. "license": "MIT",
  7348. "engines": {
  7349. "node": ">=0.4.0"
  7350. }
  7351. },
  7352. "node_modules/denque": {
  7353. "version": "2.1.0",
  7354. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  7355. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  7356. "license": "Apache-2.0",
  7357. "engines": {
  7358. "node": ">=0.10"
  7359. }
  7360. },
  7361. "node_modules/depd": {
  7362. "version": "2.0.0",
  7363. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  7364. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7365. "license": "MIT",
  7366. "engines": {
  7367. "node": ">= 0.8"
  7368. }
  7369. },
  7370. "node_modules/destr": {
  7371. "version": "2.0.5",
  7372. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  7373. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  7374. "license": "MIT"
  7375. },
  7376. "node_modules/destroy": {
  7377. "version": "1.2.0",
  7378. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  7379. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  7380. "dev": true,
  7381. "license": "MIT",
  7382. "engines": {
  7383. "node": ">= 0.8",
  7384. "npm": "1.2.8000 || >= 1.4.16"
  7385. }
  7386. },
  7387. "node_modules/detect-libc": {
  7388. "version": "1.0.3",
  7389. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  7390. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  7391. "license": "Apache-2.0",
  7392. "bin": {
  7393. "detect-libc": "bin/detect-libc.js"
  7394. },
  7395. "engines": {
  7396. "node": ">=0.10"
  7397. }
  7398. },
  7399. "node_modules/devalue": {
  7400. "version": "5.6.1",
  7401. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.6.1.tgz",
  7402. "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==",
  7403. "license": "MIT"
  7404. },
  7405. "node_modules/diff": {
  7406. "version": "8.0.2",
  7407. "resolved": "https://registry.npmmirror.com/diff/-/diff-8.0.2.tgz",
  7408. "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
  7409. "license": "BSD-3-Clause",
  7410. "engines": {
  7411. "node": ">=0.3.1"
  7412. }
  7413. },
  7414. "node_modules/digest-header": {
  7415. "version": "1.1.0",
  7416. "resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
  7417. "integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
  7418. "dev": true,
  7419. "license": "MIT",
  7420. "engines": {
  7421. "node": ">= 8.0.0"
  7422. }
  7423. },
  7424. "node_modules/dom-align": {
  7425. "version": "1.12.4",
  7426. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  7427. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  7428. "license": "MIT"
  7429. },
  7430. "node_modules/dom-scroll-into-view": {
  7431. "version": "2.0.1",
  7432. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  7433. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  7434. "license": "MIT"
  7435. },
  7436. "node_modules/dom-serializer": {
  7437. "version": "2.0.0",
  7438. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  7439. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  7440. "license": "MIT",
  7441. "dependencies": {
  7442. "domelementtype": "^2.3.0",
  7443. "domhandler": "^5.0.2",
  7444. "entities": "^4.2.0"
  7445. },
  7446. "funding": {
  7447. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  7448. }
  7449. },
  7450. "node_modules/domelementtype": {
  7451. "version": "2.3.0",
  7452. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  7453. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  7454. "funding": [
  7455. {
  7456. "type": "github",
  7457. "url": "https://github.com/sponsors/fb55"
  7458. }
  7459. ],
  7460. "license": "BSD-2-Clause"
  7461. },
  7462. "node_modules/domhandler": {
  7463. "version": "5.0.3",
  7464. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  7465. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  7466. "license": "BSD-2-Clause",
  7467. "dependencies": {
  7468. "domelementtype": "^2.3.0"
  7469. },
  7470. "engines": {
  7471. "node": ">= 4"
  7472. },
  7473. "funding": {
  7474. "url": "https://github.com/fb55/domhandler?sponsor=1"
  7475. }
  7476. },
  7477. "node_modules/domutils": {
  7478. "version": "3.2.2",
  7479. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  7480. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  7481. "license": "BSD-2-Clause",
  7482. "dependencies": {
  7483. "dom-serializer": "^2.0.0",
  7484. "domelementtype": "^2.3.0",
  7485. "domhandler": "^5.0.3"
  7486. },
  7487. "funding": {
  7488. "url": "https://github.com/fb55/domutils?sponsor=1"
  7489. }
  7490. },
  7491. "node_modules/dot-prop": {
  7492. "version": "10.1.0",
  7493. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-10.1.0.tgz",
  7494. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  7495. "license": "MIT",
  7496. "dependencies": {
  7497. "type-fest": "^5.0.0"
  7498. },
  7499. "engines": {
  7500. "node": ">=20"
  7501. },
  7502. "funding": {
  7503. "url": "https://github.com/sponsors/sindresorhus"
  7504. }
  7505. },
  7506. "node_modules/dot-prop/node_modules/type-fest": {
  7507. "version": "5.3.1",
  7508. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-5.3.1.tgz",
  7509. "integrity": "sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==",
  7510. "license": "(MIT OR CC0-1.0)",
  7511. "dependencies": {
  7512. "tagged-tag": "^1.0.0"
  7513. },
  7514. "engines": {
  7515. "node": ">=20"
  7516. },
  7517. "funding": {
  7518. "url": "https://github.com/sponsors/sindresorhus"
  7519. }
  7520. },
  7521. "node_modules/dotenv": {
  7522. "version": "16.6.1",
  7523. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
  7524. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  7525. "license": "BSD-2-Clause",
  7526. "engines": {
  7527. "node": ">=12"
  7528. },
  7529. "funding": {
  7530. "url": "https://dotenvx.com"
  7531. }
  7532. },
  7533. "node_modules/dunder-proto": {
  7534. "version": "1.0.1",
  7535. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  7536. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  7537. "license": "MIT",
  7538. "dependencies": {
  7539. "call-bind-apply-helpers": "^1.0.1",
  7540. "es-errors": "^1.3.0",
  7541. "gopd": "^1.2.0"
  7542. },
  7543. "engines": {
  7544. "node": ">= 0.4"
  7545. }
  7546. },
  7547. "node_modules/duplexer": {
  7548. "version": "0.1.2",
  7549. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  7550. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  7551. "license": "MIT"
  7552. },
  7553. "node_modules/earcut": {
  7554. "version": "2.2.4",
  7555. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
  7556. "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
  7557. "license": "ISC"
  7558. },
  7559. "node_modules/eastasianwidth": {
  7560. "version": "0.2.0",
  7561. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  7562. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  7563. "license": "MIT"
  7564. },
  7565. "node_modules/ee-first": {
  7566. "version": "1.1.1",
  7567. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  7568. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  7569. "license": "MIT"
  7570. },
  7571. "node_modules/electron-to-chromium": {
  7572. "version": "1.5.267",
  7573. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  7574. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  7575. "license": "ISC"
  7576. },
  7577. "node_modules/emoji-regex": {
  7578. "version": "8.0.0",
  7579. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7580. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7581. "license": "MIT"
  7582. },
  7583. "node_modules/encodeurl": {
  7584. "version": "2.0.0",
  7585. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  7586. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  7587. "license": "MIT",
  7588. "engines": {
  7589. "node": ">= 0.8"
  7590. }
  7591. },
  7592. "node_modules/end-of-stream": {
  7593. "version": "1.4.4",
  7594. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  7595. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  7596. "dev": true,
  7597. "license": "MIT",
  7598. "dependencies": {
  7599. "once": "^1.4.0"
  7600. }
  7601. },
  7602. "node_modules/end-or-error": {
  7603. "version": "1.0.1",
  7604. "resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
  7605. "integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  7606. "dev": true,
  7607. "license": "MIT",
  7608. "engines": {
  7609. "node": ">= 0.11.14"
  7610. }
  7611. },
  7612. "node_modules/entities": {
  7613. "version": "4.5.0",
  7614. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  7615. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  7616. "license": "BSD-2-Clause",
  7617. "engines": {
  7618. "node": ">=0.12"
  7619. },
  7620. "funding": {
  7621. "url": "https://github.com/fb55/entities?sponsor=1"
  7622. }
  7623. },
  7624. "node_modules/error-stack-parser-es": {
  7625. "version": "0.1.5",
  7626. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  7627. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  7628. "dev": true,
  7629. "license": "MIT",
  7630. "funding": {
  7631. "url": "https://github.com/sponsors/antfu"
  7632. }
  7633. },
  7634. "node_modules/errx": {
  7635. "version": "0.1.0",
  7636. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  7637. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  7638. "license": "MIT"
  7639. },
  7640. "node_modules/es-define-property": {
  7641. "version": "1.0.1",
  7642. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  7643. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7644. "license": "MIT",
  7645. "engines": {
  7646. "node": ">= 0.4"
  7647. }
  7648. },
  7649. "node_modules/es-errors": {
  7650. "version": "1.3.0",
  7651. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  7652. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7653. "license": "MIT",
  7654. "engines": {
  7655. "node": ">= 0.4"
  7656. }
  7657. },
  7658. "node_modules/es-module-lexer": {
  7659. "version": "1.7.0",
  7660. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  7661. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  7662. "license": "MIT"
  7663. },
  7664. "node_modules/es-object-atoms": {
  7665. "version": "1.1.1",
  7666. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7667. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7668. "license": "MIT",
  7669. "dependencies": {
  7670. "es-errors": "^1.3.0"
  7671. },
  7672. "engines": {
  7673. "node": ">= 0.4"
  7674. }
  7675. },
  7676. "node_modules/es-set-tostringtag": {
  7677. "version": "2.1.0",
  7678. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7679. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7680. "license": "MIT",
  7681. "dependencies": {
  7682. "es-errors": "^1.3.0",
  7683. "get-intrinsic": "^1.2.6",
  7684. "has-tostringtag": "^1.0.2",
  7685. "hasown": "^2.0.2"
  7686. },
  7687. "engines": {
  7688. "node": ">= 0.4"
  7689. }
  7690. },
  7691. "node_modules/esbuild": {
  7692. "version": "0.25.12",
  7693. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  7694. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  7695. "hasInstallScript": true,
  7696. "license": "MIT",
  7697. "bin": {
  7698. "esbuild": "bin/esbuild"
  7699. },
  7700. "engines": {
  7701. "node": ">=18"
  7702. },
  7703. "optionalDependencies": {
  7704. "@esbuild/aix-ppc64": "0.25.12",
  7705. "@esbuild/android-arm": "0.25.12",
  7706. "@esbuild/android-arm64": "0.25.12",
  7707. "@esbuild/android-x64": "0.25.12",
  7708. "@esbuild/darwin-arm64": "0.25.12",
  7709. "@esbuild/darwin-x64": "0.25.12",
  7710. "@esbuild/freebsd-arm64": "0.25.12",
  7711. "@esbuild/freebsd-x64": "0.25.12",
  7712. "@esbuild/linux-arm": "0.25.12",
  7713. "@esbuild/linux-arm64": "0.25.12",
  7714. "@esbuild/linux-ia32": "0.25.12",
  7715. "@esbuild/linux-loong64": "0.25.12",
  7716. "@esbuild/linux-mips64el": "0.25.12",
  7717. "@esbuild/linux-ppc64": "0.25.12",
  7718. "@esbuild/linux-riscv64": "0.25.12",
  7719. "@esbuild/linux-s390x": "0.25.12",
  7720. "@esbuild/linux-x64": "0.25.12",
  7721. "@esbuild/netbsd-arm64": "0.25.12",
  7722. "@esbuild/netbsd-x64": "0.25.12",
  7723. "@esbuild/openbsd-arm64": "0.25.12",
  7724. "@esbuild/openbsd-x64": "0.25.12",
  7725. "@esbuild/openharmony-arm64": "0.25.12",
  7726. "@esbuild/sunos-x64": "0.25.12",
  7727. "@esbuild/win32-arm64": "0.25.12",
  7728. "@esbuild/win32-ia32": "0.25.12",
  7729. "@esbuild/win32-x64": "0.25.12"
  7730. }
  7731. },
  7732. "node_modules/escalade": {
  7733. "version": "3.2.0",
  7734. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  7735. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7736. "license": "MIT",
  7737. "engines": {
  7738. "node": ">=6"
  7739. }
  7740. },
  7741. "node_modules/escape-html": {
  7742. "version": "1.0.3",
  7743. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  7744. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7745. "license": "MIT"
  7746. },
  7747. "node_modules/escape-string-regexp": {
  7748. "version": "5.0.0",
  7749. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7750. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7751. "license": "MIT",
  7752. "engines": {
  7753. "node": ">=12"
  7754. },
  7755. "funding": {
  7756. "url": "https://github.com/sponsors/sindresorhus"
  7757. }
  7758. },
  7759. "node_modules/estree-walker": {
  7760. "version": "2.0.2",
  7761. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  7762. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  7763. "license": "MIT"
  7764. },
  7765. "node_modules/etag": {
  7766. "version": "1.8.1",
  7767. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  7768. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7769. "license": "MIT",
  7770. "engines": {
  7771. "node": ">= 0.6"
  7772. }
  7773. },
  7774. "node_modules/event-target-shim": {
  7775. "version": "5.0.1",
  7776. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  7777. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  7778. "license": "MIT",
  7779. "engines": {
  7780. "node": ">=6"
  7781. }
  7782. },
  7783. "node_modules/events": {
  7784. "version": "3.3.0",
  7785. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  7786. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7787. "license": "MIT",
  7788. "engines": {
  7789. "node": ">=0.8.x"
  7790. }
  7791. },
  7792. "node_modules/execa": {
  7793. "version": "9.6.1",
  7794. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.1.tgz",
  7795. "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==",
  7796. "dev": true,
  7797. "license": "MIT",
  7798. "dependencies": {
  7799. "@sindresorhus/merge-streams": "^4.0.0",
  7800. "cross-spawn": "^7.0.6",
  7801. "figures": "^6.1.0",
  7802. "get-stream": "^9.0.0",
  7803. "human-signals": "^8.0.1",
  7804. "is-plain-obj": "^4.1.0",
  7805. "is-stream": "^4.0.1",
  7806. "npm-run-path": "^6.0.0",
  7807. "pretty-ms": "^9.2.0",
  7808. "signal-exit": "^4.1.0",
  7809. "strip-final-newline": "^4.0.0",
  7810. "yoctocolors": "^2.1.1"
  7811. },
  7812. "engines": {
  7813. "node": "^18.19.0 || >=20.5.0"
  7814. },
  7815. "funding": {
  7816. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7817. }
  7818. },
  7819. "node_modules/exsolve": {
  7820. "version": "1.0.8",
  7821. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.8.tgz",
  7822. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  7823. "license": "MIT"
  7824. },
  7825. "node_modules/extend-shallow": {
  7826. "version": "2.0.1",
  7827. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  7828. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  7829. "dev": true,
  7830. "license": "MIT",
  7831. "dependencies": {
  7832. "is-extendable": "^0.1.0"
  7833. },
  7834. "engines": {
  7835. "node": ">=0.10.0"
  7836. }
  7837. },
  7838. "node_modules/fast-fifo": {
  7839. "version": "1.3.2",
  7840. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  7841. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  7842. "license": "MIT"
  7843. },
  7844. "node_modules/fast-glob": {
  7845. "version": "3.3.3",
  7846. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  7847. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7848. "license": "MIT",
  7849. "dependencies": {
  7850. "@nodelib/fs.stat": "^2.0.2",
  7851. "@nodelib/fs.walk": "^1.2.3",
  7852. "glob-parent": "^5.1.2",
  7853. "merge2": "^1.3.0",
  7854. "micromatch": "^4.0.8"
  7855. },
  7856. "engines": {
  7857. "node": ">=8.6.0"
  7858. }
  7859. },
  7860. "node_modules/fast-npm-meta": {
  7861. "version": "0.4.7",
  7862. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  7863. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  7864. "license": "MIT",
  7865. "funding": {
  7866. "url": "https://github.com/sponsors/antfu"
  7867. }
  7868. },
  7869. "node_modules/fastq": {
  7870. "version": "1.20.1",
  7871. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  7872. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  7873. "license": "ISC",
  7874. "dependencies": {
  7875. "reusify": "^1.0.4"
  7876. }
  7877. },
  7878. "node_modules/fdir": {
  7879. "version": "6.5.0",
  7880. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  7881. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7882. "license": "MIT",
  7883. "engines": {
  7884. "node": ">=12.0.0"
  7885. },
  7886. "peerDependencies": {
  7887. "picomatch": "^3 || ^4"
  7888. },
  7889. "peerDependenciesMeta": {
  7890. "picomatch": {
  7891. "optional": true
  7892. }
  7893. }
  7894. },
  7895. "node_modules/figures": {
  7896. "version": "6.1.0",
  7897. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  7898. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  7899. "dev": true,
  7900. "license": "MIT",
  7901. "dependencies": {
  7902. "is-unicode-supported": "^2.0.0"
  7903. },
  7904. "engines": {
  7905. "node": ">=18"
  7906. },
  7907. "funding": {
  7908. "url": "https://github.com/sponsors/sindresorhus"
  7909. }
  7910. },
  7911. "node_modules/file-uri-to-path": {
  7912. "version": "1.0.0",
  7913. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  7914. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  7915. "license": "MIT"
  7916. },
  7917. "node_modules/fill-range": {
  7918. "version": "7.1.1",
  7919. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  7920. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7921. "license": "MIT",
  7922. "dependencies": {
  7923. "to-regex-range": "^5.0.1"
  7924. },
  7925. "engines": {
  7926. "node": ">=8"
  7927. }
  7928. },
  7929. "node_modules/follow-redirects": {
  7930. "version": "1.15.9",
  7931. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  7932. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  7933. "funding": [
  7934. {
  7935. "type": "individual",
  7936. "url": "https://github.com/sponsors/RubenVerborgh"
  7937. }
  7938. ],
  7939. "license": "MIT",
  7940. "engines": {
  7941. "node": ">=4.0"
  7942. },
  7943. "peerDependenciesMeta": {
  7944. "debug": {
  7945. "optional": true
  7946. }
  7947. }
  7948. },
  7949. "node_modules/foreground-child": {
  7950. "version": "3.3.1",
  7951. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  7952. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  7953. "license": "ISC",
  7954. "dependencies": {
  7955. "cross-spawn": "^7.0.6",
  7956. "signal-exit": "^4.0.1"
  7957. },
  7958. "engines": {
  7959. "node": ">=14"
  7960. },
  7961. "funding": {
  7962. "url": "https://github.com/sponsors/isaacs"
  7963. }
  7964. },
  7965. "node_modules/form-data": {
  7966. "version": "4.0.5",
  7967. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  7968. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  7969. "license": "MIT",
  7970. "dependencies": {
  7971. "asynckit": "^0.4.0",
  7972. "combined-stream": "^1.0.8",
  7973. "es-set-tostringtag": "^2.1.0",
  7974. "hasown": "^2.0.2",
  7975. "mime-types": "^2.1.12"
  7976. },
  7977. "engines": {
  7978. "node": ">= 6"
  7979. }
  7980. },
  7981. "node_modules/formstream": {
  7982. "version": "1.5.1",
  7983. "resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  7984. "integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  7985. "dev": true,
  7986. "license": "MIT",
  7987. "dependencies": {
  7988. "destroy": "^1.0.4",
  7989. "mime": "^2.5.2",
  7990. "node-hex": "^1.0.1",
  7991. "pause-stream": "~0.0.11"
  7992. }
  7993. },
  7994. "node_modules/fraction.js": {
  7995. "version": "5.3.4",
  7996. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  7997. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  7998. "license": "MIT",
  7999. "engines": {
  8000. "node": "*"
  8001. },
  8002. "funding": {
  8003. "type": "github",
  8004. "url": "https://github.com/sponsors/rawify"
  8005. }
  8006. },
  8007. "node_modules/fresh": {
  8008. "version": "2.0.0",
  8009. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  8010. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  8011. "license": "MIT",
  8012. "engines": {
  8013. "node": ">= 0.8"
  8014. }
  8015. },
  8016. "node_modules/fs-extra": {
  8017. "version": "11.3.0",
  8018. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  8019. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  8020. "dev": true,
  8021. "license": "MIT",
  8022. "dependencies": {
  8023. "graceful-fs": "^4.2.0",
  8024. "jsonfile": "^6.0.1",
  8025. "universalify": "^2.0.0"
  8026. },
  8027. "engines": {
  8028. "node": ">=14.14"
  8029. }
  8030. },
  8031. "node_modules/fsevents": {
  8032. "version": "2.3.3",
  8033. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  8034. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8035. "hasInstallScript": true,
  8036. "license": "MIT",
  8037. "optional": true,
  8038. "os": [
  8039. "darwin"
  8040. ],
  8041. "engines": {
  8042. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8043. }
  8044. },
  8045. "node_modules/function-bind": {
  8046. "version": "1.1.2",
  8047. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  8048. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8049. "license": "MIT",
  8050. "funding": {
  8051. "url": "https://github.com/sponsors/ljharb"
  8052. }
  8053. },
  8054. "node_modules/fuse.js": {
  8055. "version": "7.1.0",
  8056. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz",
  8057. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  8058. "license": "Apache-2.0",
  8059. "engines": {
  8060. "node": ">=10"
  8061. }
  8062. },
  8063. "node_modules/generate-function": {
  8064. "version": "2.3.1",
  8065. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  8066. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  8067. "license": "MIT",
  8068. "dependencies": {
  8069. "is-property": "^1.0.2"
  8070. }
  8071. },
  8072. "node_modules/gensync": {
  8073. "version": "1.0.0-beta.2",
  8074. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  8075. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8076. "license": "MIT",
  8077. "engines": {
  8078. "node": ">=6.9.0"
  8079. }
  8080. },
  8081. "node_modules/get-caller-file": {
  8082. "version": "2.0.5",
  8083. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8084. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8085. "license": "ISC",
  8086. "engines": {
  8087. "node": "6.* || 8.* || >= 10.*"
  8088. }
  8089. },
  8090. "node_modules/get-intrinsic": {
  8091. "version": "1.3.0",
  8092. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8093. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8094. "license": "MIT",
  8095. "dependencies": {
  8096. "call-bind-apply-helpers": "^1.0.2",
  8097. "es-define-property": "^1.0.1",
  8098. "es-errors": "^1.3.0",
  8099. "es-object-atoms": "^1.1.1",
  8100. "function-bind": "^1.1.2",
  8101. "get-proto": "^1.0.1",
  8102. "gopd": "^1.2.0",
  8103. "has-symbols": "^1.1.0",
  8104. "hasown": "^2.0.2",
  8105. "math-intrinsics": "^1.1.0"
  8106. },
  8107. "engines": {
  8108. "node": ">= 0.4"
  8109. },
  8110. "funding": {
  8111. "url": "https://github.com/sponsors/ljharb"
  8112. }
  8113. },
  8114. "node_modules/get-port-please": {
  8115. "version": "3.2.0",
  8116. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.2.0.tgz",
  8117. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  8118. "license": "MIT"
  8119. },
  8120. "node_modules/get-proto": {
  8121. "version": "1.0.1",
  8122. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  8123. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8124. "license": "MIT",
  8125. "dependencies": {
  8126. "dunder-proto": "^1.0.1",
  8127. "es-object-atoms": "^1.0.0"
  8128. },
  8129. "engines": {
  8130. "node": ">= 0.4"
  8131. }
  8132. },
  8133. "node_modules/get-ready": {
  8134. "version": "1.0.0",
  8135. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  8136. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
  8137. "dev": true,
  8138. "license": "MIT"
  8139. },
  8140. "node_modules/get-stream": {
  8141. "version": "9.0.1",
  8142. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  8143. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  8144. "dev": true,
  8145. "license": "MIT",
  8146. "dependencies": {
  8147. "@sec-ant/readable-stream": "^0.4.1",
  8148. "is-stream": "^4.0.1"
  8149. },
  8150. "engines": {
  8151. "node": ">=18"
  8152. },
  8153. "funding": {
  8154. "url": "https://github.com/sponsors/sindresorhus"
  8155. }
  8156. },
  8157. "node_modules/giget": {
  8158. "version": "2.0.0",
  8159. "resolved": "https://registry.npmmirror.com/giget/-/giget-2.0.0.tgz",
  8160. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  8161. "license": "MIT",
  8162. "dependencies": {
  8163. "citty": "^0.1.6",
  8164. "consola": "^3.4.0",
  8165. "defu": "^6.1.4",
  8166. "node-fetch-native": "^1.6.6",
  8167. "nypm": "^0.6.0",
  8168. "pathe": "^2.0.3"
  8169. },
  8170. "bin": {
  8171. "giget": "dist/cli.mjs"
  8172. }
  8173. },
  8174. "node_modules/git-up": {
  8175. "version": "8.1.1",
  8176. "resolved": "https://registry.npmmirror.com/git-up/-/git-up-8.1.1.tgz",
  8177. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  8178. "license": "MIT",
  8179. "dependencies": {
  8180. "is-ssh": "^1.4.0",
  8181. "parse-url": "^9.2.0"
  8182. }
  8183. },
  8184. "node_modules/git-url-parse": {
  8185. "version": "16.1.0",
  8186. "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-16.1.0.tgz",
  8187. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  8188. "license": "MIT",
  8189. "dependencies": {
  8190. "git-up": "^8.1.0"
  8191. }
  8192. },
  8193. "node_modules/gl-matrix": {
  8194. "version": "3.4.3",
  8195. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
  8196. "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
  8197. "license": "MIT"
  8198. },
  8199. "node_modules/glob": {
  8200. "version": "10.5.0",
  8201. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.5.0.tgz",
  8202. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  8203. "license": "ISC",
  8204. "dependencies": {
  8205. "foreground-child": "^3.1.0",
  8206. "jackspeak": "^3.1.2",
  8207. "minimatch": "^9.0.4",
  8208. "minipass": "^7.1.2",
  8209. "package-json-from-dist": "^1.0.0",
  8210. "path-scurry": "^1.11.1"
  8211. },
  8212. "bin": {
  8213. "glob": "dist/esm/bin.mjs"
  8214. },
  8215. "funding": {
  8216. "url": "https://github.com/sponsors/isaacs"
  8217. }
  8218. },
  8219. "node_modules/glob-parent": {
  8220. "version": "5.1.2",
  8221. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8222. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8223. "license": "ISC",
  8224. "dependencies": {
  8225. "is-glob": "^4.0.1"
  8226. },
  8227. "engines": {
  8228. "node": ">= 6"
  8229. }
  8230. },
  8231. "node_modules/global-directory": {
  8232. "version": "4.0.1",
  8233. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  8234. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  8235. "license": "MIT",
  8236. "dependencies": {
  8237. "ini": "4.1.1"
  8238. },
  8239. "engines": {
  8240. "node": ">=18"
  8241. },
  8242. "funding": {
  8243. "url": "https://github.com/sponsors/sindresorhus"
  8244. }
  8245. },
  8246. "node_modules/globby": {
  8247. "version": "15.0.0",
  8248. "resolved": "https://registry.npmmirror.com/globby/-/globby-15.0.0.tgz",
  8249. "integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==",
  8250. "license": "MIT",
  8251. "dependencies": {
  8252. "@sindresorhus/merge-streams": "^4.0.0",
  8253. "fast-glob": "^3.3.3",
  8254. "ignore": "^7.0.5",
  8255. "path-type": "^6.0.0",
  8256. "slash": "^5.1.0",
  8257. "unicorn-magic": "^0.3.0"
  8258. },
  8259. "engines": {
  8260. "node": ">=20"
  8261. },
  8262. "funding": {
  8263. "url": "https://github.com/sponsors/sindresorhus"
  8264. }
  8265. },
  8266. "node_modules/gopd": {
  8267. "version": "1.2.0",
  8268. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  8269. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8270. "license": "MIT",
  8271. "engines": {
  8272. "node": ">= 0.4"
  8273. },
  8274. "funding": {
  8275. "url": "https://github.com/sponsors/ljharb"
  8276. }
  8277. },
  8278. "node_modules/graceful-fs": {
  8279. "version": "4.2.11",
  8280. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8281. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8282. "license": "ISC"
  8283. },
  8284. "node_modules/gzip-size": {
  8285. "version": "7.0.0",
  8286. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  8287. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  8288. "license": "MIT",
  8289. "dependencies": {
  8290. "duplexer": "^0.1.2"
  8291. },
  8292. "engines": {
  8293. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8294. },
  8295. "funding": {
  8296. "url": "https://github.com/sponsors/sindresorhus"
  8297. }
  8298. },
  8299. "node_modules/h3": {
  8300. "version": "1.15.4",
  8301. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.15.4.tgz",
  8302. "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
  8303. "license": "MIT",
  8304. "dependencies": {
  8305. "cookie-es": "^1.2.2",
  8306. "crossws": "^0.3.5",
  8307. "defu": "^6.1.4",
  8308. "destr": "^2.0.5",
  8309. "iron-webcrypto": "^1.2.1",
  8310. "node-mock-http": "^1.0.2",
  8311. "radix3": "^1.1.2",
  8312. "ufo": "^1.6.1",
  8313. "uncrypto": "^0.1.3"
  8314. }
  8315. },
  8316. "node_modules/h3/node_modules/cookie-es": {
  8317. "version": "1.2.2",
  8318. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  8319. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  8320. "license": "MIT"
  8321. },
  8322. "node_modules/has-symbols": {
  8323. "version": "1.1.0",
  8324. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  8325. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8326. "license": "MIT",
  8327. "engines": {
  8328. "node": ">= 0.4"
  8329. },
  8330. "funding": {
  8331. "url": "https://github.com/sponsors/ljharb"
  8332. }
  8333. },
  8334. "node_modules/has-tostringtag": {
  8335. "version": "1.0.2",
  8336. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8337. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8338. "license": "MIT",
  8339. "dependencies": {
  8340. "has-symbols": "^1.0.3"
  8341. },
  8342. "engines": {
  8343. "node": ">= 0.4"
  8344. },
  8345. "funding": {
  8346. "url": "https://github.com/sponsors/ljharb"
  8347. }
  8348. },
  8349. "node_modules/hasown": {
  8350. "version": "2.0.2",
  8351. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  8352. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8353. "license": "MIT",
  8354. "dependencies": {
  8355. "function-bind": "^1.1.2"
  8356. },
  8357. "engines": {
  8358. "node": ">= 0.4"
  8359. }
  8360. },
  8361. "node_modules/he": {
  8362. "version": "1.2.0",
  8363. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  8364. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8365. "devOptional": true,
  8366. "license": "MIT",
  8367. "bin": {
  8368. "he": "bin/he"
  8369. }
  8370. },
  8371. "node_modules/hookable": {
  8372. "version": "5.5.3",
  8373. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  8374. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  8375. "license": "MIT"
  8376. },
  8377. "node_modules/http-errors": {
  8378. "version": "2.0.1",
  8379. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  8380. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8381. "license": "MIT",
  8382. "dependencies": {
  8383. "depd": "~2.0.0",
  8384. "inherits": "~2.0.4",
  8385. "setprototypeof": "~1.2.0",
  8386. "statuses": "~2.0.2",
  8387. "toidentifier": "~1.0.1"
  8388. },
  8389. "engines": {
  8390. "node": ">= 0.8"
  8391. },
  8392. "funding": {
  8393. "type": "opencollective",
  8394. "url": "https://opencollective.com/express"
  8395. }
  8396. },
  8397. "node_modules/http-errors/node_modules/statuses": {
  8398. "version": "2.0.2",
  8399. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  8400. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8401. "license": "MIT",
  8402. "engines": {
  8403. "node": ">= 0.8"
  8404. }
  8405. },
  8406. "node_modules/http-shutdown": {
  8407. "version": "1.2.2",
  8408. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  8409. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  8410. "license": "MIT",
  8411. "engines": {
  8412. "iojs": ">= 1.0.0",
  8413. "node": ">= 0.12.0"
  8414. }
  8415. },
  8416. "node_modules/https-proxy-agent": {
  8417. "version": "7.0.6",
  8418. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  8419. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  8420. "license": "MIT",
  8421. "dependencies": {
  8422. "agent-base": "^7.1.2",
  8423. "debug": "4"
  8424. },
  8425. "engines": {
  8426. "node": ">= 14"
  8427. }
  8428. },
  8429. "node_modules/httpxy": {
  8430. "version": "0.1.7",
  8431. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.7.tgz",
  8432. "integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  8433. "license": "MIT"
  8434. },
  8435. "node_modules/human-signals": {
  8436. "version": "8.0.1",
  8437. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  8438. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  8439. "dev": true,
  8440. "license": "Apache-2.0",
  8441. "engines": {
  8442. "node": ">=18.18.0"
  8443. }
  8444. },
  8445. "node_modules/humanize-ms": {
  8446. "version": "1.2.1",
  8447. "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8448. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8449. "dev": true,
  8450. "license": "MIT",
  8451. "dependencies": {
  8452. "ms": "^2.0.0"
  8453. }
  8454. },
  8455. "node_modules/iconv-lite": {
  8456. "version": "0.4.24",
  8457. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  8458. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  8459. "license": "MIT",
  8460. "dependencies": {
  8461. "safer-buffer": ">= 2.1.2 < 3"
  8462. },
  8463. "engines": {
  8464. "node": ">=0.10.0"
  8465. }
  8466. },
  8467. "node_modules/ieee754": {
  8468. "version": "1.2.1",
  8469. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  8470. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8471. "funding": [
  8472. {
  8473. "type": "github",
  8474. "url": "https://github.com/sponsors/feross"
  8475. },
  8476. {
  8477. "type": "patreon",
  8478. "url": "https://www.patreon.com/feross"
  8479. },
  8480. {
  8481. "type": "consulting",
  8482. "url": "https://feross.org/support"
  8483. }
  8484. ],
  8485. "license": "BSD-3-Clause"
  8486. },
  8487. "node_modules/ignore": {
  8488. "version": "7.0.5",
  8489. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  8490. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  8491. "license": "MIT",
  8492. "engines": {
  8493. "node": ">= 4"
  8494. }
  8495. },
  8496. "node_modules/image-meta": {
  8497. "version": "0.2.2",
  8498. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.2.tgz",
  8499. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  8500. "license": "MIT"
  8501. },
  8502. "node_modules/immutable": {
  8503. "version": "5.1.1",
  8504. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  8505. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  8506. "devOptional": true,
  8507. "license": "MIT"
  8508. },
  8509. "node_modules/impound": {
  8510. "version": "1.0.0",
  8511. "resolved": "https://registry.npmmirror.com/impound/-/impound-1.0.0.tgz",
  8512. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  8513. "license": "MIT",
  8514. "dependencies": {
  8515. "exsolve": "^1.0.5",
  8516. "mocked-exports": "^0.1.1",
  8517. "pathe": "^2.0.3",
  8518. "unplugin": "^2.3.2",
  8519. "unplugin-utils": "^0.2.4"
  8520. }
  8521. },
  8522. "node_modules/inherits": {
  8523. "version": "2.0.4",
  8524. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  8525. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8526. "license": "ISC"
  8527. },
  8528. "node_modules/ini": {
  8529. "version": "4.1.1",
  8530. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  8531. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  8532. "license": "ISC",
  8533. "engines": {
  8534. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8535. }
  8536. },
  8537. "node_modules/ioredis": {
  8538. "version": "5.8.2",
  8539. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.8.2.tgz",
  8540. "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
  8541. "license": "MIT",
  8542. "dependencies": {
  8543. "@ioredis/commands": "1.4.0",
  8544. "cluster-key-slot": "^1.1.0",
  8545. "debug": "^4.3.4",
  8546. "denque": "^2.1.0",
  8547. "lodash.defaults": "^4.2.0",
  8548. "lodash.isarguments": "^3.1.0",
  8549. "redis-errors": "^1.2.0",
  8550. "redis-parser": "^3.0.0",
  8551. "standard-as-callback": "^2.1.0"
  8552. },
  8553. "engines": {
  8554. "node": ">=12.22.0"
  8555. },
  8556. "funding": {
  8557. "type": "opencollective",
  8558. "url": "https://opencollective.com/ioredis"
  8559. }
  8560. },
  8561. "node_modules/iron-webcrypto": {
  8562. "version": "1.2.1",
  8563. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  8564. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  8565. "license": "MIT",
  8566. "funding": {
  8567. "url": "https://github.com/sponsors/brc-dd"
  8568. }
  8569. },
  8570. "node_modules/is-buffer": {
  8571. "version": "1.1.6",
  8572. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
  8573. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  8574. "license": "MIT"
  8575. },
  8576. "node_modules/is-class-hotfix": {
  8577. "version": "0.0.6",
  8578. "resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  8579. "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  8580. "dev": true,
  8581. "license": "MIT"
  8582. },
  8583. "node_modules/is-core-module": {
  8584. "version": "2.16.1",
  8585. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  8586. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8587. "license": "MIT",
  8588. "dependencies": {
  8589. "hasown": "^2.0.2"
  8590. },
  8591. "engines": {
  8592. "node": ">= 0.4"
  8593. },
  8594. "funding": {
  8595. "url": "https://github.com/sponsors/ljharb"
  8596. }
  8597. },
  8598. "node_modules/is-docker": {
  8599. "version": "3.0.0",
  8600. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  8601. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  8602. "license": "MIT",
  8603. "bin": {
  8604. "is-docker": "cli.js"
  8605. },
  8606. "engines": {
  8607. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8608. },
  8609. "funding": {
  8610. "url": "https://github.com/sponsors/sindresorhus"
  8611. }
  8612. },
  8613. "node_modules/is-extendable": {
  8614. "version": "0.1.1",
  8615. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  8616. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  8617. "dev": true,
  8618. "license": "MIT",
  8619. "engines": {
  8620. "node": ">=0.10.0"
  8621. }
  8622. },
  8623. "node_modules/is-extglob": {
  8624. "version": "2.1.1",
  8625. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  8626. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8627. "license": "MIT",
  8628. "engines": {
  8629. "node": ">=0.10.0"
  8630. }
  8631. },
  8632. "node_modules/is-fullwidth-code-point": {
  8633. "version": "3.0.0",
  8634. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8635. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8636. "license": "MIT",
  8637. "engines": {
  8638. "node": ">=8"
  8639. }
  8640. },
  8641. "node_modules/is-glob": {
  8642. "version": "4.0.3",
  8643. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  8644. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8645. "license": "MIT",
  8646. "dependencies": {
  8647. "is-extglob": "^2.1.1"
  8648. },
  8649. "engines": {
  8650. "node": ">=0.10.0"
  8651. }
  8652. },
  8653. "node_modules/is-inside-container": {
  8654. "version": "1.0.0",
  8655. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  8656. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  8657. "license": "MIT",
  8658. "dependencies": {
  8659. "is-docker": "^3.0.0"
  8660. },
  8661. "bin": {
  8662. "is-inside-container": "cli.js"
  8663. },
  8664. "engines": {
  8665. "node": ">=14.16"
  8666. },
  8667. "funding": {
  8668. "url": "https://github.com/sponsors/sindresorhus"
  8669. }
  8670. },
  8671. "node_modules/is-installed-globally": {
  8672. "version": "1.0.0",
  8673. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  8674. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  8675. "license": "MIT",
  8676. "dependencies": {
  8677. "global-directory": "^4.0.1",
  8678. "is-path-inside": "^4.0.0"
  8679. },
  8680. "engines": {
  8681. "node": ">=18"
  8682. },
  8683. "funding": {
  8684. "url": "https://github.com/sponsors/sindresorhus"
  8685. }
  8686. },
  8687. "node_modules/is-module": {
  8688. "version": "1.0.0",
  8689. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  8690. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  8691. "license": "MIT"
  8692. },
  8693. "node_modules/is-number": {
  8694. "version": "7.0.0",
  8695. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  8696. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8697. "license": "MIT",
  8698. "engines": {
  8699. "node": ">=0.12.0"
  8700. }
  8701. },
  8702. "node_modules/is-path-inside": {
  8703. "version": "4.0.0",
  8704. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  8705. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  8706. "license": "MIT",
  8707. "engines": {
  8708. "node": ">=12"
  8709. },
  8710. "funding": {
  8711. "url": "https://github.com/sponsors/sindresorhus"
  8712. }
  8713. },
  8714. "node_modules/is-plain-obj": {
  8715. "version": "4.1.0",
  8716. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  8717. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  8718. "dev": true,
  8719. "license": "MIT",
  8720. "engines": {
  8721. "node": ">=12"
  8722. },
  8723. "funding": {
  8724. "url": "https://github.com/sponsors/sindresorhus"
  8725. }
  8726. },
  8727. "node_modules/is-plain-object": {
  8728. "version": "3.0.1",
  8729. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  8730. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  8731. "license": "MIT",
  8732. "engines": {
  8733. "node": ">=0.10.0"
  8734. }
  8735. },
  8736. "node_modules/is-property": {
  8737. "version": "1.0.2",
  8738. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  8739. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  8740. "license": "MIT"
  8741. },
  8742. "node_modules/is-reference": {
  8743. "version": "1.2.1",
  8744. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  8745. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  8746. "license": "MIT",
  8747. "dependencies": {
  8748. "@types/estree": "*"
  8749. }
  8750. },
  8751. "node_modules/is-ssh": {
  8752. "version": "1.4.1",
  8753. "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.1.tgz",
  8754. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  8755. "license": "MIT",
  8756. "dependencies": {
  8757. "protocols": "^2.0.1"
  8758. }
  8759. },
  8760. "node_modules/is-stream": {
  8761. "version": "4.0.1",
  8762. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  8763. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  8764. "dev": true,
  8765. "license": "MIT",
  8766. "engines": {
  8767. "node": ">=18"
  8768. },
  8769. "funding": {
  8770. "url": "https://github.com/sponsors/sindresorhus"
  8771. }
  8772. },
  8773. "node_modules/is-type-of": {
  8774. "version": "1.4.0",
  8775. "resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
  8776. "integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  8777. "dev": true,
  8778. "license": "MIT",
  8779. "dependencies": {
  8780. "core-util-is": "^1.0.2",
  8781. "is-class-hotfix": "~0.0.6",
  8782. "isstream": "~0.1.2"
  8783. }
  8784. },
  8785. "node_modules/is-unicode-supported": {
  8786. "version": "2.1.0",
  8787. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  8788. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  8789. "dev": true,
  8790. "license": "MIT",
  8791. "engines": {
  8792. "node": ">=18"
  8793. },
  8794. "funding": {
  8795. "url": "https://github.com/sponsors/sindresorhus"
  8796. }
  8797. },
  8798. "node_modules/is-what": {
  8799. "version": "4.1.16",
  8800. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  8801. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  8802. "license": "MIT",
  8803. "engines": {
  8804. "node": ">=12.13"
  8805. },
  8806. "funding": {
  8807. "url": "https://github.com/sponsors/mesqueeb"
  8808. }
  8809. },
  8810. "node_modules/is-wsl": {
  8811. "version": "3.1.0",
  8812. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  8813. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  8814. "license": "MIT",
  8815. "dependencies": {
  8816. "is-inside-container": "^1.0.0"
  8817. },
  8818. "engines": {
  8819. "node": ">=16"
  8820. },
  8821. "funding": {
  8822. "url": "https://github.com/sponsors/sindresorhus"
  8823. }
  8824. },
  8825. "node_modules/is64bit": {
  8826. "version": "2.0.0",
  8827. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  8828. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  8829. "license": "MIT",
  8830. "dependencies": {
  8831. "system-architecture": "^0.1.0"
  8832. },
  8833. "engines": {
  8834. "node": ">=18"
  8835. },
  8836. "funding": {
  8837. "url": "https://github.com/sponsors/sindresorhus"
  8838. }
  8839. },
  8840. "node_modules/isarray": {
  8841. "version": "1.0.0",
  8842. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  8843. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  8844. "license": "MIT"
  8845. },
  8846. "node_modules/isexe": {
  8847. "version": "3.1.1",
  8848. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  8849. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  8850. "license": "ISC",
  8851. "engines": {
  8852. "node": ">=16"
  8853. }
  8854. },
  8855. "node_modules/isstream": {
  8856. "version": "0.1.2",
  8857. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  8858. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  8859. "dev": true,
  8860. "license": "MIT"
  8861. },
  8862. "node_modules/jackspeak": {
  8863. "version": "3.4.3",
  8864. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  8865. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  8866. "license": "BlueOak-1.0.0",
  8867. "dependencies": {
  8868. "@isaacs/cliui": "^8.0.2"
  8869. },
  8870. "funding": {
  8871. "url": "https://github.com/sponsors/isaacs"
  8872. },
  8873. "optionalDependencies": {
  8874. "@pkgjs/parseargs": "^0.11.0"
  8875. }
  8876. },
  8877. "node_modules/jiti": {
  8878. "version": "2.6.1",
  8879. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  8880. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  8881. "license": "MIT",
  8882. "bin": {
  8883. "jiti": "lib/jiti-cli.mjs"
  8884. }
  8885. },
  8886. "node_modules/js-base64": {
  8887. "version": "2.6.4",
  8888. "resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
  8889. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
  8890. "dev": true,
  8891. "license": "BSD-3-Clause"
  8892. },
  8893. "node_modules/js-tokens": {
  8894. "version": "4.0.0",
  8895. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  8896. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  8897. "license": "MIT"
  8898. },
  8899. "node_modules/jsesc": {
  8900. "version": "3.1.0",
  8901. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  8902. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  8903. "license": "MIT",
  8904. "bin": {
  8905. "jsesc": "bin/jsesc"
  8906. },
  8907. "engines": {
  8908. "node": ">=6"
  8909. }
  8910. },
  8911. "node_modules/json-parse-even-better-errors": {
  8912. "version": "4.0.0",
  8913. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  8914. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  8915. "dev": true,
  8916. "license": "MIT",
  8917. "engines": {
  8918. "node": "^18.17.0 || >=20.5.0"
  8919. }
  8920. },
  8921. "node_modules/json5": {
  8922. "version": "2.2.3",
  8923. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  8924. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  8925. "license": "MIT",
  8926. "bin": {
  8927. "json5": "lib/cli.js"
  8928. },
  8929. "engines": {
  8930. "node": ">=6"
  8931. }
  8932. },
  8933. "node_modules/jsonfile": {
  8934. "version": "6.1.0",
  8935. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  8936. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  8937. "dev": true,
  8938. "license": "MIT",
  8939. "dependencies": {
  8940. "universalify": "^2.0.0"
  8941. },
  8942. "optionalDependencies": {
  8943. "graceful-fs": "^4.1.6"
  8944. }
  8945. },
  8946. "node_modules/jstoxml": {
  8947. "version": "2.2.9",
  8948. "resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
  8949. "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  8950. "dev": true,
  8951. "license": "MIT"
  8952. },
  8953. "node_modules/kleur": {
  8954. "version": "3.0.3",
  8955. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz",
  8956. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  8957. "license": "MIT",
  8958. "engines": {
  8959. "node": ">=6"
  8960. }
  8961. },
  8962. "node_modules/klona": {
  8963. "version": "2.0.6",
  8964. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  8965. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  8966. "license": "MIT",
  8967. "engines": {
  8968. "node": ">= 8"
  8969. }
  8970. },
  8971. "node_modules/knitwork": {
  8972. "version": "1.3.0",
  8973. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.3.0.tgz",
  8974. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  8975. "license": "MIT"
  8976. },
  8977. "node_modules/kolorist": {
  8978. "version": "1.8.0",
  8979. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  8980. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  8981. "dev": true,
  8982. "license": "MIT"
  8983. },
  8984. "node_modules/launch-editor": {
  8985. "version": "2.12.0",
  8986. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.12.0.tgz",
  8987. "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
  8988. "license": "MIT",
  8989. "dependencies": {
  8990. "picocolors": "^1.1.1",
  8991. "shell-quote": "^1.8.3"
  8992. }
  8993. },
  8994. "node_modules/lazystream": {
  8995. "version": "1.0.1",
  8996. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  8997. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  8998. "license": "MIT",
  8999. "dependencies": {
  9000. "readable-stream": "^2.0.5"
  9001. },
  9002. "engines": {
  9003. "node": ">= 0.6.3"
  9004. }
  9005. },
  9006. "node_modules/lazystream/node_modules/readable-stream": {
  9007. "version": "2.3.8",
  9008. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  9009. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  9010. "license": "MIT",
  9011. "dependencies": {
  9012. "core-util-is": "~1.0.0",
  9013. "inherits": "~2.0.3",
  9014. "isarray": "~1.0.0",
  9015. "process-nextick-args": "~2.0.0",
  9016. "safe-buffer": "~5.1.1",
  9017. "string_decoder": "~1.1.1",
  9018. "util-deprecate": "~1.0.1"
  9019. }
  9020. },
  9021. "node_modules/lazystream/node_modules/safe-buffer": {
  9022. "version": "5.1.2",
  9023. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  9024. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  9025. "license": "MIT"
  9026. },
  9027. "node_modules/lazystream/node_modules/string_decoder": {
  9028. "version": "1.1.1",
  9029. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  9030. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  9031. "license": "MIT",
  9032. "dependencies": {
  9033. "safe-buffer": "~5.1.0"
  9034. }
  9035. },
  9036. "node_modules/lilconfig": {
  9037. "version": "3.1.3",
  9038. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  9039. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  9040. "license": "MIT",
  9041. "engines": {
  9042. "node": ">=14"
  9043. },
  9044. "funding": {
  9045. "url": "https://github.com/sponsors/antonk52"
  9046. }
  9047. },
  9048. "node_modules/listhen": {
  9049. "version": "1.9.0",
  9050. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  9051. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  9052. "license": "MIT",
  9053. "dependencies": {
  9054. "@parcel/watcher": "^2.4.1",
  9055. "@parcel/watcher-wasm": "^2.4.1",
  9056. "citty": "^0.1.6",
  9057. "clipboardy": "^4.0.0",
  9058. "consola": "^3.2.3",
  9059. "crossws": ">=0.2.0 <0.4.0",
  9060. "defu": "^6.1.4",
  9061. "get-port-please": "^3.1.2",
  9062. "h3": "^1.12.0",
  9063. "http-shutdown": "^1.2.2",
  9064. "jiti": "^2.1.2",
  9065. "mlly": "^1.7.1",
  9066. "node-forge": "^1.3.1",
  9067. "pathe": "^1.1.2",
  9068. "std-env": "^3.7.0",
  9069. "ufo": "^1.5.4",
  9070. "untun": "^0.1.3",
  9071. "uqr": "^0.1.2"
  9072. },
  9073. "bin": {
  9074. "listen": "bin/listhen.mjs",
  9075. "listhen": "bin/listhen.mjs"
  9076. }
  9077. },
  9078. "node_modules/listhen/node_modules/pathe": {
  9079. "version": "1.1.2",
  9080. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  9081. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9082. "license": "MIT"
  9083. },
  9084. "node_modules/local-pkg": {
  9085. "version": "1.1.2",
  9086. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz",
  9087. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  9088. "license": "MIT",
  9089. "dependencies": {
  9090. "mlly": "^1.7.4",
  9091. "pkg-types": "^2.3.0",
  9092. "quansync": "^0.2.11"
  9093. },
  9094. "engines": {
  9095. "node": ">=14"
  9096. },
  9097. "funding": {
  9098. "url": "https://github.com/sponsors/antfu"
  9099. }
  9100. },
  9101. "node_modules/lodash": {
  9102. "version": "4.17.21",
  9103. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  9104. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  9105. "license": "MIT"
  9106. },
  9107. "node_modules/lodash-es": {
  9108. "version": "4.17.21",
  9109. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  9110. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  9111. },
  9112. "node_modules/lodash.defaults": {
  9113. "version": "4.2.0",
  9114. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  9115. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  9116. "license": "MIT"
  9117. },
  9118. "node_modules/lodash.isarguments": {
  9119. "version": "3.1.0",
  9120. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  9121. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  9122. "license": "MIT"
  9123. },
  9124. "node_modules/lodash.memoize": {
  9125. "version": "4.1.2",
  9126. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9127. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9128. "license": "MIT"
  9129. },
  9130. "node_modules/lodash.uniq": {
  9131. "version": "4.5.0",
  9132. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  9133. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  9134. "license": "MIT"
  9135. },
  9136. "node_modules/long": {
  9137. "version": "5.3.2",
  9138. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  9139. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  9140. "license": "Apache-2.0"
  9141. },
  9142. "node_modules/loose-envify": {
  9143. "version": "1.4.0",
  9144. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  9145. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9146. "license": "MIT",
  9147. "dependencies": {
  9148. "js-tokens": "^3.0.0 || ^4.0.0"
  9149. },
  9150. "bin": {
  9151. "loose-envify": "cli.js"
  9152. }
  9153. },
  9154. "node_modules/lru-cache": {
  9155. "version": "5.1.1",
  9156. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  9157. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9158. "license": "ISC",
  9159. "dependencies": {
  9160. "yallist": "^3.0.2"
  9161. }
  9162. },
  9163. "node_modules/lru.min": {
  9164. "version": "1.1.3",
  9165. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.3.tgz",
  9166. "integrity": "sha512-Lkk/vx6ak3rYkRR0Nhu4lFUT2VDnQSxBe8Hbl7f36358p6ow8Bnvr8lrLt98H8J1aGxfhbX4Fs5tYg2+FTwr5Q==",
  9167. "license": "MIT",
  9168. "engines": {
  9169. "bun": ">=1.0.0",
  9170. "deno": ">=1.30.0",
  9171. "node": ">=8.0.0"
  9172. },
  9173. "funding": {
  9174. "type": "github",
  9175. "url": "https://github.com/sponsors/wellwelwel"
  9176. }
  9177. },
  9178. "node_modules/magic-regexp": {
  9179. "version": "0.10.0",
  9180. "resolved": "https://registry.npmmirror.com/magic-regexp/-/magic-regexp-0.10.0.tgz",
  9181. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  9182. "license": "MIT",
  9183. "dependencies": {
  9184. "estree-walker": "^3.0.3",
  9185. "magic-string": "^0.30.12",
  9186. "mlly": "^1.7.2",
  9187. "regexp-tree": "^0.1.27",
  9188. "type-level-regexp": "~0.1.17",
  9189. "ufo": "^1.5.4",
  9190. "unplugin": "^2.0.0"
  9191. }
  9192. },
  9193. "node_modules/magic-regexp/node_modules/estree-walker": {
  9194. "version": "3.0.3",
  9195. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  9196. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9197. "license": "MIT",
  9198. "dependencies": {
  9199. "@types/estree": "^1.0.0"
  9200. }
  9201. },
  9202. "node_modules/magic-string": {
  9203. "version": "0.30.21",
  9204. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  9205. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  9206. "license": "MIT",
  9207. "dependencies": {
  9208. "@jridgewell/sourcemap-codec": "^1.5.5"
  9209. }
  9210. },
  9211. "node_modules/magic-string-ast": {
  9212. "version": "1.0.3",
  9213. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  9214. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  9215. "license": "MIT",
  9216. "dependencies": {
  9217. "magic-string": "^0.30.19"
  9218. },
  9219. "engines": {
  9220. "node": ">=20.19.0"
  9221. },
  9222. "funding": {
  9223. "url": "https://github.com/sponsors/sxzz"
  9224. }
  9225. },
  9226. "node_modules/magicast": {
  9227. "version": "0.5.1",
  9228. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.5.1.tgz",
  9229. "integrity": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==",
  9230. "license": "MIT",
  9231. "dependencies": {
  9232. "@babel/parser": "^7.28.5",
  9233. "@babel/types": "^7.28.5",
  9234. "source-map-js": "^1.2.1"
  9235. }
  9236. },
  9237. "node_modules/math-intrinsics": {
  9238. "version": "1.1.0",
  9239. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  9240. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  9241. "license": "MIT",
  9242. "engines": {
  9243. "node": ">= 0.4"
  9244. }
  9245. },
  9246. "node_modules/md5": {
  9247. "version": "2.3.0",
  9248. "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
  9249. "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  9250. "license": "BSD-3-Clause",
  9251. "dependencies": {
  9252. "charenc": "0.0.2",
  9253. "crypt": "0.0.2",
  9254. "is-buffer": "~1.1.6"
  9255. }
  9256. },
  9257. "node_modules/mdn-data": {
  9258. "version": "2.12.2",
  9259. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  9260. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  9261. "license": "CC0-1.0"
  9262. },
  9263. "node_modules/memorystream": {
  9264. "version": "0.3.1",
  9265. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  9266. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  9267. "dev": true,
  9268. "engines": {
  9269. "node": ">= 0.10.0"
  9270. }
  9271. },
  9272. "node_modules/merge-descriptors": {
  9273. "version": "1.0.3",
  9274. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  9275. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  9276. "dev": true,
  9277. "license": "MIT",
  9278. "funding": {
  9279. "url": "https://github.com/sponsors/sindresorhus"
  9280. }
  9281. },
  9282. "node_modules/merge-stream": {
  9283. "version": "2.0.0",
  9284. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  9285. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  9286. "license": "MIT"
  9287. },
  9288. "node_modules/merge2": {
  9289. "version": "1.4.1",
  9290. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  9291. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9292. "license": "MIT",
  9293. "engines": {
  9294. "node": ">= 8"
  9295. }
  9296. },
  9297. "node_modules/micromatch": {
  9298. "version": "4.0.8",
  9299. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  9300. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  9301. "license": "MIT",
  9302. "dependencies": {
  9303. "braces": "^3.0.3",
  9304. "picomatch": "^2.3.1"
  9305. },
  9306. "engines": {
  9307. "node": ">=8.6"
  9308. }
  9309. },
  9310. "node_modules/micromatch/node_modules/picomatch": {
  9311. "version": "2.3.1",
  9312. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9313. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9314. "license": "MIT",
  9315. "engines": {
  9316. "node": ">=8.6"
  9317. },
  9318. "funding": {
  9319. "url": "https://github.com/sponsors/jonschlinkert"
  9320. }
  9321. },
  9322. "node_modules/mime": {
  9323. "version": "2.6.0",
  9324. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  9325. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9326. "dev": true,
  9327. "license": "MIT",
  9328. "bin": {
  9329. "mime": "cli.js"
  9330. },
  9331. "engines": {
  9332. "node": ">=4.0.0"
  9333. }
  9334. },
  9335. "node_modules/mime-db": {
  9336. "version": "1.52.0",
  9337. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  9338. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9339. "license": "MIT",
  9340. "engines": {
  9341. "node": ">= 0.6"
  9342. }
  9343. },
  9344. "node_modules/mime-types": {
  9345. "version": "2.1.35",
  9346. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  9347. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9348. "license": "MIT",
  9349. "dependencies": {
  9350. "mime-db": "1.52.0"
  9351. },
  9352. "engines": {
  9353. "node": ">= 0.6"
  9354. }
  9355. },
  9356. "node_modules/mimic-fn": {
  9357. "version": "4.0.0",
  9358. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  9359. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  9360. "license": "MIT",
  9361. "engines": {
  9362. "node": ">=12"
  9363. },
  9364. "funding": {
  9365. "url": "https://github.com/sponsors/sindresorhus"
  9366. }
  9367. },
  9368. "node_modules/minimatch": {
  9369. "version": "9.0.5",
  9370. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9371. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9372. "license": "ISC",
  9373. "dependencies": {
  9374. "brace-expansion": "^2.0.1"
  9375. },
  9376. "engines": {
  9377. "node": ">=16 || 14 >=14.17"
  9378. },
  9379. "funding": {
  9380. "url": "https://github.com/sponsors/isaacs"
  9381. }
  9382. },
  9383. "node_modules/minimist": {
  9384. "version": "1.2.8",
  9385. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  9386. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9387. "dev": true,
  9388. "license": "MIT",
  9389. "funding": {
  9390. "url": "https://github.com/sponsors/ljharb"
  9391. }
  9392. },
  9393. "node_modules/minipass": {
  9394. "version": "7.1.2",
  9395. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  9396. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  9397. "license": "ISC",
  9398. "engines": {
  9399. "node": ">=16 || 14 >=14.17"
  9400. }
  9401. },
  9402. "node_modules/minizlib": {
  9403. "version": "3.1.0",
  9404. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.1.0.tgz",
  9405. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  9406. "license": "MIT",
  9407. "dependencies": {
  9408. "minipass": "^7.1.2"
  9409. },
  9410. "engines": {
  9411. "node": ">= 18"
  9412. }
  9413. },
  9414. "node_modules/mitt": {
  9415. "version": "3.0.1",
  9416. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  9417. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  9418. "license": "MIT"
  9419. },
  9420. "node_modules/mkdirp": {
  9421. "version": "0.5.6",
  9422. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  9423. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9424. "dev": true,
  9425. "license": "MIT",
  9426. "dependencies": {
  9427. "minimist": "^1.2.6"
  9428. },
  9429. "bin": {
  9430. "mkdirp": "bin/cmd.js"
  9431. }
  9432. },
  9433. "node_modules/mlly": {
  9434. "version": "1.8.0",
  9435. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.0.tgz",
  9436. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  9437. "license": "MIT",
  9438. "dependencies": {
  9439. "acorn": "^8.15.0",
  9440. "pathe": "^2.0.3",
  9441. "pkg-types": "^1.3.1",
  9442. "ufo": "^1.6.1"
  9443. }
  9444. },
  9445. "node_modules/mlly/node_modules/confbox": {
  9446. "version": "0.1.8",
  9447. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  9448. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  9449. "license": "MIT"
  9450. },
  9451. "node_modules/mlly/node_modules/pkg-types": {
  9452. "version": "1.3.1",
  9453. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  9454. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  9455. "license": "MIT",
  9456. "dependencies": {
  9457. "confbox": "^0.1.8",
  9458. "mlly": "^1.7.4",
  9459. "pathe": "^2.0.1"
  9460. }
  9461. },
  9462. "node_modules/mocked-exports": {
  9463. "version": "0.1.1",
  9464. "resolved": "https://registry.npmmirror.com/mocked-exports/-/mocked-exports-0.1.1.tgz",
  9465. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  9466. "license": "MIT"
  9467. },
  9468. "node_modules/mrmime": {
  9469. "version": "2.0.1",
  9470. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  9471. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  9472. "license": "MIT",
  9473. "engines": {
  9474. "node": ">=10"
  9475. }
  9476. },
  9477. "node_modules/ms": {
  9478. "version": "2.1.3",
  9479. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  9480. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  9481. "license": "MIT"
  9482. },
  9483. "node_modules/muggle-string": {
  9484. "version": "0.4.1",
  9485. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  9486. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  9487. "license": "MIT"
  9488. },
  9489. "node_modules/mute-stream": {
  9490. "version": "2.0.0",
  9491. "resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz",
  9492. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  9493. "dev": true,
  9494. "license": "ISC",
  9495. "engines": {
  9496. "node": "^18.17.0 || >=20.5.0"
  9497. }
  9498. },
  9499. "node_modules/mysql2": {
  9500. "version": "3.16.0",
  9501. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.16.0.tgz",
  9502. "integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
  9503. "license": "MIT",
  9504. "dependencies": {
  9505. "aws-ssl-profiles": "^1.1.1",
  9506. "denque": "^2.1.0",
  9507. "generate-function": "^2.3.1",
  9508. "iconv-lite": "^0.7.0",
  9509. "long": "^5.2.1",
  9510. "lru.min": "^1.0.0",
  9511. "named-placeholders": "^1.1.3",
  9512. "seq-queue": "^0.0.5",
  9513. "sqlstring": "^2.3.2"
  9514. },
  9515. "engines": {
  9516. "node": ">= 8.0"
  9517. }
  9518. },
  9519. "node_modules/mysql2/node_modules/iconv-lite": {
  9520. "version": "0.7.1",
  9521. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  9522. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  9523. "license": "MIT",
  9524. "dependencies": {
  9525. "safer-buffer": ">= 2.1.2 < 3.0.0"
  9526. },
  9527. "engines": {
  9528. "node": ">=0.10.0"
  9529. },
  9530. "funding": {
  9531. "type": "opencollective",
  9532. "url": "https://opencollective.com/express"
  9533. }
  9534. },
  9535. "node_modules/mz": {
  9536. "version": "2.7.0",
  9537. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  9538. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  9539. "dev": true,
  9540. "license": "MIT",
  9541. "dependencies": {
  9542. "any-promise": "^1.0.0",
  9543. "object-assign": "^4.0.1",
  9544. "thenify-all": "^1.0.0"
  9545. }
  9546. },
  9547. "node_modules/named-placeholders": {
  9548. "version": "1.1.6",
  9549. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.6.tgz",
  9550. "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  9551. "license": "MIT",
  9552. "dependencies": {
  9553. "lru.min": "^1.1.0"
  9554. },
  9555. "engines": {
  9556. "node": ">=8.0.0"
  9557. }
  9558. },
  9559. "node_modules/nanoid": {
  9560. "version": "3.3.11",
  9561. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9562. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9563. "funding": [
  9564. {
  9565. "type": "github",
  9566. "url": "https://github.com/sponsors/ai"
  9567. }
  9568. ],
  9569. "license": "MIT",
  9570. "bin": {
  9571. "nanoid": "bin/nanoid.cjs"
  9572. },
  9573. "engines": {
  9574. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9575. }
  9576. },
  9577. "node_modules/nanopop": {
  9578. "version": "2.4.2",
  9579. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  9580. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  9581. "license": "MIT"
  9582. },
  9583. "node_modules/nanotar": {
  9584. "version": "0.2.0",
  9585. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.2.0.tgz",
  9586. "integrity": "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==",
  9587. "license": "MIT"
  9588. },
  9589. "node_modules/nitropack": {
  9590. "version": "2.12.9",
  9591. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.12.9.tgz",
  9592. "integrity": "sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==",
  9593. "license": "MIT",
  9594. "dependencies": {
  9595. "@cloudflare/kv-asset-handler": "^0.4.0",
  9596. "@rollup/plugin-alias": "^5.1.1",
  9597. "@rollup/plugin-commonjs": "^28.0.9",
  9598. "@rollup/plugin-inject": "^5.0.5",
  9599. "@rollup/plugin-json": "^6.1.0",
  9600. "@rollup/plugin-node-resolve": "^16.0.3",
  9601. "@rollup/plugin-replace": "^6.0.2",
  9602. "@rollup/plugin-terser": "^0.4.4",
  9603. "@vercel/nft": "^0.30.3",
  9604. "archiver": "^7.0.1",
  9605. "c12": "^3.3.1",
  9606. "chokidar": "^4.0.3",
  9607. "citty": "^0.1.6",
  9608. "compatx": "^0.2.0",
  9609. "confbox": "^0.2.2",
  9610. "consola": "^3.4.2",
  9611. "cookie-es": "^2.0.0",
  9612. "croner": "^9.1.0",
  9613. "crossws": "^0.3.5",
  9614. "db0": "^0.3.4",
  9615. "defu": "^6.1.4",
  9616. "destr": "^2.0.5",
  9617. "dot-prop": "^10.1.0",
  9618. "esbuild": "^0.25.11",
  9619. "escape-string-regexp": "^5.0.0",
  9620. "etag": "^1.8.1",
  9621. "exsolve": "^1.0.7",
  9622. "globby": "^15.0.0",
  9623. "gzip-size": "^7.0.0",
  9624. "h3": "^1.15.4",
  9625. "hookable": "^5.5.3",
  9626. "httpxy": "^0.1.7",
  9627. "ioredis": "^5.8.2",
  9628. "jiti": "^2.6.1",
  9629. "klona": "^2.0.6",
  9630. "knitwork": "^1.2.0",
  9631. "listhen": "^1.9.0",
  9632. "magic-string": "^0.30.21",
  9633. "magicast": "^0.5.0",
  9634. "mime": "^4.1.0",
  9635. "mlly": "^1.8.0",
  9636. "node-fetch-native": "^1.6.7",
  9637. "node-mock-http": "^1.0.3",
  9638. "ofetch": "^1.5.0",
  9639. "ohash": "^2.0.11",
  9640. "pathe": "^2.0.3",
  9641. "perfect-debounce": "^2.0.0",
  9642. "pkg-types": "^2.3.0",
  9643. "pretty-bytes": "^7.1.0",
  9644. "radix3": "^1.1.2",
  9645. "rollup": "^4.52.5",
  9646. "rollup-plugin-visualizer": "^6.0.5",
  9647. "scule": "^1.3.0",
  9648. "semver": "^7.7.3",
  9649. "serve-placeholder": "^2.0.2",
  9650. "serve-static": "^2.2.0",
  9651. "source-map": "^0.7.6",
  9652. "std-env": "^3.10.0",
  9653. "ufo": "^1.6.1",
  9654. "ultrahtml": "^1.6.0",
  9655. "uncrypto": "^0.1.3",
  9656. "unctx": "^2.4.1",
  9657. "unenv": "^2.0.0-rc.23",
  9658. "unimport": "^5.5.0",
  9659. "unplugin-utils": "^0.3.1",
  9660. "unstorage": "^1.17.1",
  9661. "untyped": "^2.0.0",
  9662. "unwasm": "^0.3.11",
  9663. "youch": "^4.1.0-beta.11",
  9664. "youch-core": "^0.3.3"
  9665. },
  9666. "bin": {
  9667. "nitro": "dist/cli/index.mjs",
  9668. "nitropack": "dist/cli/index.mjs"
  9669. },
  9670. "engines": {
  9671. "node": "^20.19.0 || >=22.12.0"
  9672. },
  9673. "peerDependencies": {
  9674. "xml2js": "^0.6.2"
  9675. },
  9676. "peerDependenciesMeta": {
  9677. "xml2js": {
  9678. "optional": true
  9679. }
  9680. }
  9681. },
  9682. "node_modules/nitropack/node_modules/mime": {
  9683. "version": "4.1.0",
  9684. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
  9685. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  9686. "funding": [
  9687. "https://github.com/sponsors/broofa"
  9688. ],
  9689. "license": "MIT",
  9690. "bin": {
  9691. "mime": "bin/cli.js"
  9692. },
  9693. "engines": {
  9694. "node": ">=16"
  9695. }
  9696. },
  9697. "node_modules/nitropack/node_modules/perfect-debounce": {
  9698. "version": "2.0.0",
  9699. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  9700. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  9701. "license": "MIT"
  9702. },
  9703. "node_modules/nitropack/node_modules/semver": {
  9704. "version": "7.7.3",
  9705. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  9706. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  9707. "license": "ISC",
  9708. "bin": {
  9709. "semver": "bin/semver.js"
  9710. },
  9711. "engines": {
  9712. "node": ">=10"
  9713. }
  9714. },
  9715. "node_modules/nitropack/node_modules/unplugin-utils": {
  9716. "version": "0.3.1",
  9717. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9718. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9719. "license": "MIT",
  9720. "dependencies": {
  9721. "pathe": "^2.0.3",
  9722. "picomatch": "^4.0.3"
  9723. },
  9724. "engines": {
  9725. "node": ">=20.19.0"
  9726. },
  9727. "funding": {
  9728. "url": "https://github.com/sponsors/sxzz"
  9729. }
  9730. },
  9731. "node_modules/node-addon-api": {
  9732. "version": "7.1.1",
  9733. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9734. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9735. "license": "MIT"
  9736. },
  9737. "node_modules/node-fetch": {
  9738. "version": "2.7.0",
  9739. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  9740. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9741. "license": "MIT",
  9742. "dependencies": {
  9743. "whatwg-url": "^5.0.0"
  9744. },
  9745. "engines": {
  9746. "node": "4.x || >=6.0.0"
  9747. },
  9748. "peerDependencies": {
  9749. "encoding": "^0.1.0"
  9750. },
  9751. "peerDependenciesMeta": {
  9752. "encoding": {
  9753. "optional": true
  9754. }
  9755. }
  9756. },
  9757. "node_modules/node-fetch-native": {
  9758. "version": "1.6.7",
  9759. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9760. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9761. "license": "MIT"
  9762. },
  9763. "node_modules/node-forge": {
  9764. "version": "1.3.3",
  9765. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.3.tgz",
  9766. "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
  9767. "license": "(BSD-3-Clause OR GPL-2.0)",
  9768. "engines": {
  9769. "node": ">= 6.13.0"
  9770. }
  9771. },
  9772. "node_modules/node-gyp-build": {
  9773. "version": "4.8.4",
  9774. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9775. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9776. "license": "MIT",
  9777. "bin": {
  9778. "node-gyp-build": "bin.js",
  9779. "node-gyp-build-optional": "optional.js",
  9780. "node-gyp-build-test": "build-test.js"
  9781. }
  9782. },
  9783. "node_modules/node-hex": {
  9784. "version": "1.0.1",
  9785. "resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
  9786. "integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
  9787. "dev": true,
  9788. "license": "MIT",
  9789. "engines": {
  9790. "node": ">=8.0.0"
  9791. }
  9792. },
  9793. "node_modules/node-mock-http": {
  9794. "version": "1.0.4",
  9795. "resolved": "https://registry.npmmirror.com/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9796. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9797. "license": "MIT"
  9798. },
  9799. "node_modules/node-releases": {
  9800. "version": "2.0.27",
  9801. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  9802. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  9803. "license": "MIT"
  9804. },
  9805. "node_modules/nopt": {
  9806. "version": "8.1.0",
  9807. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz",
  9808. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9809. "license": "ISC",
  9810. "dependencies": {
  9811. "abbrev": "^3.0.0"
  9812. },
  9813. "bin": {
  9814. "nopt": "bin/nopt.js"
  9815. },
  9816. "engines": {
  9817. "node": "^18.17.0 || >=20.5.0"
  9818. }
  9819. },
  9820. "node_modules/normalize-path": {
  9821. "version": "3.0.0",
  9822. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  9823. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9824. "license": "MIT",
  9825. "engines": {
  9826. "node": ">=0.10.0"
  9827. }
  9828. },
  9829. "node_modules/npm-normalize-package-bin": {
  9830. "version": "4.0.0",
  9831. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  9832. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  9833. "dev": true,
  9834. "license": "ISC",
  9835. "engines": {
  9836. "node": "^18.17.0 || >=20.5.0"
  9837. }
  9838. },
  9839. "node_modules/npm-run-all2": {
  9840. "version": "7.0.2",
  9841. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  9842. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  9843. "dev": true,
  9844. "license": "MIT",
  9845. "dependencies": {
  9846. "ansi-styles": "^6.2.1",
  9847. "cross-spawn": "^7.0.6",
  9848. "memorystream": "^0.3.1",
  9849. "minimatch": "^9.0.0",
  9850. "pidtree": "^0.6.0",
  9851. "read-package-json-fast": "^4.0.0",
  9852. "shell-quote": "^1.7.3",
  9853. "which": "^5.0.0"
  9854. },
  9855. "bin": {
  9856. "npm-run-all": "bin/npm-run-all/index.js",
  9857. "npm-run-all2": "bin/npm-run-all/index.js",
  9858. "run-p": "bin/run-p/index.js",
  9859. "run-s": "bin/run-s/index.js"
  9860. },
  9861. "engines": {
  9862. "node": "^18.17.0 || >=20.5.0",
  9863. "npm": ">= 9"
  9864. }
  9865. },
  9866. "node_modules/npm-run-path": {
  9867. "version": "6.0.0",
  9868. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  9869. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  9870. "license": "MIT",
  9871. "dependencies": {
  9872. "path-key": "^4.0.0",
  9873. "unicorn-magic": "^0.3.0"
  9874. },
  9875. "engines": {
  9876. "node": ">=18"
  9877. },
  9878. "funding": {
  9879. "url": "https://github.com/sponsors/sindresorhus"
  9880. }
  9881. },
  9882. "node_modules/npm-run-path/node_modules/path-key": {
  9883. "version": "4.0.0",
  9884. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  9885. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9886. "license": "MIT",
  9887. "engines": {
  9888. "node": ">=12"
  9889. },
  9890. "funding": {
  9891. "url": "https://github.com/sponsors/sindresorhus"
  9892. }
  9893. },
  9894. "node_modules/nth-check": {
  9895. "version": "2.1.1",
  9896. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  9897. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9898. "license": "BSD-2-Clause",
  9899. "dependencies": {
  9900. "boolbase": "^1.0.0"
  9901. },
  9902. "funding": {
  9903. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9904. }
  9905. },
  9906. "node_modules/nuxt": {
  9907. "version": "4.2.2",
  9908. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-4.2.2.tgz",
  9909. "integrity": "sha512-n6oYFikgLEb70J4+K19jAzfx4exZcRSRX7yZn09P5qlf2Z59VNOBqNmaZO5ObzvyGUZ308SZfL629/Q2v2FVjw==",
  9910. "license": "MIT",
  9911. "dependencies": {
  9912. "@dxup/nuxt": "^0.2.2",
  9913. "@nuxt/cli": "^3.31.1",
  9914. "@nuxt/devtools": "^3.1.1",
  9915. "@nuxt/kit": "4.2.2",
  9916. "@nuxt/nitro-server": "4.2.2",
  9917. "@nuxt/schema": "4.2.2",
  9918. "@nuxt/telemetry": "^2.6.6",
  9919. "@nuxt/vite-builder": "4.2.2",
  9920. "@unhead/vue": "^2.0.19",
  9921. "@vue/shared": "^3.5.25",
  9922. "c12": "^3.3.2",
  9923. "chokidar": "^5.0.0",
  9924. "compatx": "^0.2.0",
  9925. "consola": "^3.4.2",
  9926. "cookie-es": "^2.0.0",
  9927. "defu": "^6.1.4",
  9928. "destr": "^2.0.5",
  9929. "devalue": "^5.6.0",
  9930. "errx": "^0.1.0",
  9931. "escape-string-regexp": "^5.0.0",
  9932. "exsolve": "^1.0.8",
  9933. "h3": "^1.15.4",
  9934. "hookable": "^5.5.3",
  9935. "ignore": "^7.0.5",
  9936. "impound": "^1.0.0",
  9937. "jiti": "^2.6.1",
  9938. "klona": "^2.0.6",
  9939. "knitwork": "^1.3.0",
  9940. "magic-string": "^0.30.21",
  9941. "mlly": "^1.8.0",
  9942. "nanotar": "^0.2.0",
  9943. "nypm": "^0.6.2",
  9944. "ofetch": "^1.5.1",
  9945. "ohash": "^2.0.11",
  9946. "on-change": "^6.0.1",
  9947. "oxc-minify": "^0.102.0",
  9948. "oxc-parser": "^0.102.0",
  9949. "oxc-transform": "^0.102.0",
  9950. "oxc-walker": "^0.6.0",
  9951. "pathe": "^2.0.3",
  9952. "perfect-debounce": "^2.0.0",
  9953. "pkg-types": "^2.3.0",
  9954. "radix3": "^1.1.2",
  9955. "scule": "^1.3.0",
  9956. "semver": "^7.7.3",
  9957. "std-env": "^3.10.0",
  9958. "tinyglobby": "^0.2.15",
  9959. "ufo": "^1.6.1",
  9960. "ultrahtml": "^1.6.0",
  9961. "uncrypto": "^0.1.3",
  9962. "unctx": "^2.4.1",
  9963. "unimport": "^5.5.0",
  9964. "unplugin": "^2.3.11",
  9965. "unplugin-vue-router": "^0.19.0",
  9966. "untyped": "^2.0.0",
  9967. "vue": "^3.5.25",
  9968. "vue-router": "^4.6.3"
  9969. },
  9970. "bin": {
  9971. "nuxi": "bin/nuxt.mjs",
  9972. "nuxt": "bin/nuxt.mjs"
  9973. },
  9974. "engines": {
  9975. "node": "^20.19.0 || >=22.12.0"
  9976. },
  9977. "peerDependencies": {
  9978. "@parcel/watcher": "^2.1.0",
  9979. "@types/node": ">=18.12.0"
  9980. },
  9981. "peerDependenciesMeta": {
  9982. "@parcel/watcher": {
  9983. "optional": true
  9984. },
  9985. "@types/node": {
  9986. "optional": true
  9987. }
  9988. }
  9989. },
  9990. "node_modules/nuxt/node_modules/@nuxt/kit": {
  9991. "version": "4.2.2",
  9992. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  9993. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  9994. "license": "MIT",
  9995. "dependencies": {
  9996. "c12": "^3.3.2",
  9997. "consola": "^3.4.2",
  9998. "defu": "^6.1.4",
  9999. "destr": "^2.0.5",
  10000. "errx": "^0.1.0",
  10001. "exsolve": "^1.0.8",
  10002. "ignore": "^7.0.5",
  10003. "jiti": "^2.6.1",
  10004. "klona": "^2.0.6",
  10005. "mlly": "^1.8.0",
  10006. "ohash": "^2.0.11",
  10007. "pathe": "^2.0.3",
  10008. "pkg-types": "^2.3.0",
  10009. "rc9": "^2.1.2",
  10010. "scule": "^1.3.0",
  10011. "semver": "^7.7.3",
  10012. "tinyglobby": "^0.2.15",
  10013. "ufo": "^1.6.1",
  10014. "unctx": "^2.4.1",
  10015. "untyped": "^2.0.0"
  10016. },
  10017. "engines": {
  10018. "node": ">=18.12.0"
  10019. }
  10020. },
  10021. "node_modules/nuxt/node_modules/chokidar": {
  10022. "version": "5.0.0",
  10023. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  10024. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  10025. "license": "MIT",
  10026. "dependencies": {
  10027. "readdirp": "^5.0.0"
  10028. },
  10029. "engines": {
  10030. "node": ">= 20.19.0"
  10031. },
  10032. "funding": {
  10033. "url": "https://paulmillr.com/funding/"
  10034. }
  10035. },
  10036. "node_modules/nuxt/node_modules/perfect-debounce": {
  10037. "version": "2.0.0",
  10038. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  10039. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  10040. "license": "MIT"
  10041. },
  10042. "node_modules/nuxt/node_modules/readdirp": {
  10043. "version": "5.0.0",
  10044. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  10045. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  10046. "license": "MIT",
  10047. "engines": {
  10048. "node": ">= 20.19.0"
  10049. },
  10050. "funding": {
  10051. "type": "individual",
  10052. "url": "https://paulmillr.com/funding/"
  10053. }
  10054. },
  10055. "node_modules/nuxt/node_modules/semver": {
  10056. "version": "7.7.3",
  10057. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  10058. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  10059. "license": "ISC",
  10060. "bin": {
  10061. "semver": "bin/semver.js"
  10062. },
  10063. "engines": {
  10064. "node": ">=10"
  10065. }
  10066. },
  10067. "node_modules/nypm": {
  10068. "version": "0.6.2",
  10069. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.6.2.tgz",
  10070. "integrity": "sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==",
  10071. "license": "MIT",
  10072. "dependencies": {
  10073. "citty": "^0.1.6",
  10074. "consola": "^3.4.2",
  10075. "pathe": "^2.0.3",
  10076. "pkg-types": "^2.3.0",
  10077. "tinyexec": "^1.0.1"
  10078. },
  10079. "bin": {
  10080. "nypm": "dist/cli.mjs"
  10081. },
  10082. "engines": {
  10083. "node": "^14.16.0 || >=16.10.0"
  10084. }
  10085. },
  10086. "node_modules/object-assign": {
  10087. "version": "4.1.1",
  10088. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  10089. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10090. "dev": true,
  10091. "license": "MIT",
  10092. "engines": {
  10093. "node": ">=0.10.0"
  10094. }
  10095. },
  10096. "node_modules/object-inspect": {
  10097. "version": "1.13.4",
  10098. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  10099. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10100. "dev": true,
  10101. "license": "MIT",
  10102. "engines": {
  10103. "node": ">= 0.4"
  10104. },
  10105. "funding": {
  10106. "url": "https://github.com/sponsors/ljharb"
  10107. }
  10108. },
  10109. "node_modules/obug": {
  10110. "version": "2.1.1",
  10111. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  10112. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  10113. "funding": [
  10114. "https://github.com/sponsors/sxzz",
  10115. "https://opencollective.com/debug"
  10116. ],
  10117. "license": "MIT"
  10118. },
  10119. "node_modules/ofetch": {
  10120. "version": "1.5.1",
  10121. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.5.1.tgz",
  10122. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  10123. "license": "MIT",
  10124. "dependencies": {
  10125. "destr": "^2.0.5",
  10126. "node-fetch-native": "^1.6.7",
  10127. "ufo": "^1.6.1"
  10128. }
  10129. },
  10130. "node_modules/ohash": {
  10131. "version": "2.0.11",
  10132. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  10133. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  10134. "license": "MIT"
  10135. },
  10136. "node_modules/on-change": {
  10137. "version": "6.0.1",
  10138. "resolved": "https://registry.npmmirror.com/on-change/-/on-change-6.0.1.tgz",
  10139. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  10140. "license": "MIT",
  10141. "engines": {
  10142. "node": ">=20"
  10143. },
  10144. "funding": {
  10145. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  10146. }
  10147. },
  10148. "node_modules/on-finished": {
  10149. "version": "2.4.1",
  10150. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  10151. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10152. "license": "MIT",
  10153. "dependencies": {
  10154. "ee-first": "1.1.1"
  10155. },
  10156. "engines": {
  10157. "node": ">= 0.8"
  10158. }
  10159. },
  10160. "node_modules/once": {
  10161. "version": "1.4.0",
  10162. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  10163. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10164. "dev": true,
  10165. "license": "ISC",
  10166. "dependencies": {
  10167. "wrappy": "1"
  10168. }
  10169. },
  10170. "node_modules/onetime": {
  10171. "version": "6.0.0",
  10172. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  10173. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  10174. "license": "MIT",
  10175. "dependencies": {
  10176. "mimic-fn": "^4.0.0"
  10177. },
  10178. "engines": {
  10179. "node": ">=12"
  10180. },
  10181. "funding": {
  10182. "url": "https://github.com/sponsors/sindresorhus"
  10183. }
  10184. },
  10185. "node_modules/open": {
  10186. "version": "10.2.0",
  10187. "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
  10188. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  10189. "license": "MIT",
  10190. "dependencies": {
  10191. "default-browser": "^5.2.1",
  10192. "define-lazy-prop": "^3.0.0",
  10193. "is-inside-container": "^1.0.0",
  10194. "wsl-utils": "^0.1.0"
  10195. },
  10196. "engines": {
  10197. "node": ">=18"
  10198. },
  10199. "funding": {
  10200. "url": "https://github.com/sponsors/sindresorhus"
  10201. }
  10202. },
  10203. "node_modules/os-name": {
  10204. "version": "1.0.3",
  10205. "resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
  10206. "integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  10207. "dev": true,
  10208. "license": "MIT",
  10209. "dependencies": {
  10210. "osx-release": "^1.0.0",
  10211. "win-release": "^1.0.0"
  10212. },
  10213. "bin": {
  10214. "os-name": "cli.js"
  10215. },
  10216. "engines": {
  10217. "node": ">=0.10.0"
  10218. }
  10219. },
  10220. "node_modules/osx-release": {
  10221. "version": "1.1.0",
  10222. "resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
  10223. "integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
  10224. "dev": true,
  10225. "license": "MIT",
  10226. "dependencies": {
  10227. "minimist": "^1.1.0"
  10228. },
  10229. "bin": {
  10230. "osx-release": "cli.js"
  10231. },
  10232. "engines": {
  10233. "node": ">=0.10.0"
  10234. }
  10235. },
  10236. "node_modules/oxc-minify": {
  10237. "version": "0.102.0",
  10238. "resolved": "https://registry.npmmirror.com/oxc-minify/-/oxc-minify-0.102.0.tgz",
  10239. "integrity": "sha512-FphAHDyTCNepQbiQTSyWFMbNc9zdUmj1WBsoLwvZhWm7rEe/IeIKYKRhy75lWOjwFsi5/i4Qucq43hgs3n2Exw==",
  10240. "license": "MIT",
  10241. "engines": {
  10242. "node": "^20.19.0 || >=22.12.0"
  10243. },
  10244. "funding": {
  10245. "url": "https://github.com/sponsors/Boshen"
  10246. },
  10247. "optionalDependencies": {
  10248. "@oxc-minify/binding-android-arm64": "0.102.0",
  10249. "@oxc-minify/binding-darwin-arm64": "0.102.0",
  10250. "@oxc-minify/binding-darwin-x64": "0.102.0",
  10251. "@oxc-minify/binding-freebsd-x64": "0.102.0",
  10252. "@oxc-minify/binding-linux-arm-gnueabihf": "0.102.0",
  10253. "@oxc-minify/binding-linux-arm64-gnu": "0.102.0",
  10254. "@oxc-minify/binding-linux-arm64-musl": "0.102.0",
  10255. "@oxc-minify/binding-linux-riscv64-gnu": "0.102.0",
  10256. "@oxc-minify/binding-linux-s390x-gnu": "0.102.0",
  10257. "@oxc-minify/binding-linux-x64-gnu": "0.102.0",
  10258. "@oxc-minify/binding-linux-x64-musl": "0.102.0",
  10259. "@oxc-minify/binding-openharmony-arm64": "0.102.0",
  10260. "@oxc-minify/binding-wasm32-wasi": "0.102.0",
  10261. "@oxc-minify/binding-win32-arm64-msvc": "0.102.0",
  10262. "@oxc-minify/binding-win32-x64-msvc": "0.102.0"
  10263. }
  10264. },
  10265. "node_modules/oxc-parser": {
  10266. "version": "0.102.0",
  10267. "resolved": "https://registry.npmmirror.com/oxc-parser/-/oxc-parser-0.102.0.tgz",
  10268. "integrity": "sha512-xMiyHgr2FZsphQ12ZCsXRvSYzmKXCm1ejmyG4GDZIiKOmhyt5iKtWq0klOfFsEQ6jcgbwrUdwcCVYzr1F+h5og==",
  10269. "license": "MIT",
  10270. "dependencies": {
  10271. "@oxc-project/types": "^0.102.0"
  10272. },
  10273. "engines": {
  10274. "node": "^20.19.0 || >=22.12.0"
  10275. },
  10276. "funding": {
  10277. "url": "https://github.com/sponsors/Boshen"
  10278. },
  10279. "optionalDependencies": {
  10280. "@oxc-parser/binding-android-arm64": "0.102.0",
  10281. "@oxc-parser/binding-darwin-arm64": "0.102.0",
  10282. "@oxc-parser/binding-darwin-x64": "0.102.0",
  10283. "@oxc-parser/binding-freebsd-x64": "0.102.0",
  10284. "@oxc-parser/binding-linux-arm-gnueabihf": "0.102.0",
  10285. "@oxc-parser/binding-linux-arm64-gnu": "0.102.0",
  10286. "@oxc-parser/binding-linux-arm64-musl": "0.102.0",
  10287. "@oxc-parser/binding-linux-riscv64-gnu": "0.102.0",
  10288. "@oxc-parser/binding-linux-s390x-gnu": "0.102.0",
  10289. "@oxc-parser/binding-linux-x64-gnu": "0.102.0",
  10290. "@oxc-parser/binding-linux-x64-musl": "0.102.0",
  10291. "@oxc-parser/binding-openharmony-arm64": "0.102.0",
  10292. "@oxc-parser/binding-wasm32-wasi": "0.102.0",
  10293. "@oxc-parser/binding-win32-arm64-msvc": "0.102.0",
  10294. "@oxc-parser/binding-win32-x64-msvc": "0.102.0"
  10295. }
  10296. },
  10297. "node_modules/oxc-transform": {
  10298. "version": "0.102.0",
  10299. "resolved": "https://registry.npmmirror.com/oxc-transform/-/oxc-transform-0.102.0.tgz",
  10300. "integrity": "sha512-MR5ohiBS6/kvxRpmUZ3LIDTTJBEC4xLAEZXfYr7vrA0eP7WHewQaNQPFDgT4Bee89TdmVQ5ZKrifGwxLjSyHHw==",
  10301. "license": "MIT",
  10302. "engines": {
  10303. "node": "^20.19.0 || >=22.12.0"
  10304. },
  10305. "funding": {
  10306. "url": "https://github.com/sponsors/Boshen"
  10307. },
  10308. "optionalDependencies": {
  10309. "@oxc-transform/binding-android-arm64": "0.102.0",
  10310. "@oxc-transform/binding-darwin-arm64": "0.102.0",
  10311. "@oxc-transform/binding-darwin-x64": "0.102.0",
  10312. "@oxc-transform/binding-freebsd-x64": "0.102.0",
  10313. "@oxc-transform/binding-linux-arm-gnueabihf": "0.102.0",
  10314. "@oxc-transform/binding-linux-arm64-gnu": "0.102.0",
  10315. "@oxc-transform/binding-linux-arm64-musl": "0.102.0",
  10316. "@oxc-transform/binding-linux-riscv64-gnu": "0.102.0",
  10317. "@oxc-transform/binding-linux-s390x-gnu": "0.102.0",
  10318. "@oxc-transform/binding-linux-x64-gnu": "0.102.0",
  10319. "@oxc-transform/binding-linux-x64-musl": "0.102.0",
  10320. "@oxc-transform/binding-openharmony-arm64": "0.102.0",
  10321. "@oxc-transform/binding-wasm32-wasi": "0.102.0",
  10322. "@oxc-transform/binding-win32-arm64-msvc": "0.102.0",
  10323. "@oxc-transform/binding-win32-x64-msvc": "0.102.0"
  10324. }
  10325. },
  10326. "node_modules/oxc-walker": {
  10327. "version": "0.6.0",
  10328. "resolved": "https://registry.npmmirror.com/oxc-walker/-/oxc-walker-0.6.0.tgz",
  10329. "integrity": "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==",
  10330. "license": "MIT",
  10331. "dependencies": {
  10332. "magic-regexp": "^0.10.0"
  10333. },
  10334. "peerDependencies": {
  10335. "oxc-parser": ">=0.98.0"
  10336. }
  10337. },
  10338. "node_modules/package-json-from-dist": {
  10339. "version": "1.0.1",
  10340. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  10341. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  10342. "license": "BlueOak-1.0.0"
  10343. },
  10344. "node_modules/package-manager-detector": {
  10345. "version": "1.3.0",
  10346. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  10347. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  10348. "license": "MIT"
  10349. },
  10350. "node_modules/parse-ms": {
  10351. "version": "4.0.0",
  10352. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  10353. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  10354. "dev": true,
  10355. "license": "MIT",
  10356. "engines": {
  10357. "node": ">=18"
  10358. },
  10359. "funding": {
  10360. "url": "https://github.com/sponsors/sindresorhus"
  10361. }
  10362. },
  10363. "node_modules/parse-path": {
  10364. "version": "7.1.0",
  10365. "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.1.0.tgz",
  10366. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  10367. "license": "MIT",
  10368. "dependencies": {
  10369. "protocols": "^2.0.0"
  10370. }
  10371. },
  10372. "node_modules/parse-url": {
  10373. "version": "9.2.0",
  10374. "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-9.2.0.tgz",
  10375. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  10376. "license": "MIT",
  10377. "dependencies": {
  10378. "@types/parse-path": "^7.0.0",
  10379. "parse-path": "^7.0.0"
  10380. },
  10381. "engines": {
  10382. "node": ">=14.13.0"
  10383. }
  10384. },
  10385. "node_modules/parseurl": {
  10386. "version": "1.3.3",
  10387. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  10388. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10389. "license": "MIT",
  10390. "engines": {
  10391. "node": ">= 0.8"
  10392. }
  10393. },
  10394. "node_modules/path-browserify": {
  10395. "version": "1.0.1",
  10396. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  10397. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  10398. "license": "MIT"
  10399. },
  10400. "node_modules/path-key": {
  10401. "version": "3.1.1",
  10402. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  10403. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10404. "license": "MIT",
  10405. "engines": {
  10406. "node": ">=8"
  10407. }
  10408. },
  10409. "node_modules/path-parse": {
  10410. "version": "1.0.7",
  10411. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  10412. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  10413. "license": "MIT"
  10414. },
  10415. "node_modules/path-scurry": {
  10416. "version": "1.11.1",
  10417. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  10418. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  10419. "license": "BlueOak-1.0.0",
  10420. "dependencies": {
  10421. "lru-cache": "^10.2.0",
  10422. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  10423. },
  10424. "engines": {
  10425. "node": ">=16 || 14 >=14.18"
  10426. },
  10427. "funding": {
  10428. "url": "https://github.com/sponsors/isaacs"
  10429. }
  10430. },
  10431. "node_modules/path-scurry/node_modules/lru-cache": {
  10432. "version": "10.4.3",
  10433. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  10434. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  10435. "license": "ISC"
  10436. },
  10437. "node_modules/path-type": {
  10438. "version": "6.0.0",
  10439. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-6.0.0.tgz",
  10440. "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
  10441. "license": "MIT",
  10442. "engines": {
  10443. "node": ">=18"
  10444. },
  10445. "funding": {
  10446. "url": "https://github.com/sponsors/sindresorhus"
  10447. }
  10448. },
  10449. "node_modules/pathe": {
  10450. "version": "2.0.3",
  10451. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  10452. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  10453. "license": "MIT"
  10454. },
  10455. "node_modules/pause-stream": {
  10456. "version": "0.0.11",
  10457. "resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
  10458. "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
  10459. "dev": true,
  10460. "license": [
  10461. "MIT",
  10462. "Apache2"
  10463. ],
  10464. "dependencies": {
  10465. "through": "~2.3"
  10466. }
  10467. },
  10468. "node_modules/perfect-debounce": {
  10469. "version": "1.0.0",
  10470. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  10471. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  10472. "license": "MIT"
  10473. },
  10474. "node_modules/picocolors": {
  10475. "version": "1.1.1",
  10476. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  10477. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  10478. "license": "ISC"
  10479. },
  10480. "node_modules/picomatch": {
  10481. "version": "4.0.3",
  10482. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  10483. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  10484. "license": "MIT",
  10485. "engines": {
  10486. "node": ">=12"
  10487. },
  10488. "funding": {
  10489. "url": "https://github.com/sponsors/jonschlinkert"
  10490. }
  10491. },
  10492. "node_modules/pidtree": {
  10493. "version": "0.6.0",
  10494. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  10495. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  10496. "dev": true,
  10497. "license": "MIT",
  10498. "bin": {
  10499. "pidtree": "bin/pidtree.js"
  10500. },
  10501. "engines": {
  10502. "node": ">=0.10"
  10503. }
  10504. },
  10505. "node_modules/pinia": {
  10506. "version": "3.0.3",
  10507. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  10508. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  10509. "license": "MIT",
  10510. "dependencies": {
  10511. "@vue/devtools-api": "^7.7.2"
  10512. },
  10513. "funding": {
  10514. "url": "https://github.com/sponsors/posva"
  10515. },
  10516. "peerDependencies": {
  10517. "typescript": ">=4.4.4",
  10518. "vue": "^2.7.0 || ^3.5.11"
  10519. },
  10520. "peerDependenciesMeta": {
  10521. "typescript": {
  10522. "optional": true
  10523. }
  10524. }
  10525. },
  10526. "node_modules/pkg-types": {
  10527. "version": "2.3.0",
  10528. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.0.tgz",
  10529. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  10530. "license": "MIT",
  10531. "dependencies": {
  10532. "confbox": "^0.2.2",
  10533. "exsolve": "^1.0.7",
  10534. "pathe": "^2.0.3"
  10535. }
  10536. },
  10537. "node_modules/platform": {
  10538. "version": "1.3.6",
  10539. "resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  10540. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  10541. "dev": true,
  10542. "license": "MIT"
  10543. },
  10544. "node_modules/polygon-clipping": {
  10545. "version": "0.15.7",
  10546. "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
  10547. "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
  10548. "license": "MIT",
  10549. "dependencies": {
  10550. "robust-predicates": "^3.0.2",
  10551. "splaytree": "^3.1.0"
  10552. }
  10553. },
  10554. "node_modules/postcss": {
  10555. "version": "8.5.6",
  10556. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  10557. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  10558. "funding": [
  10559. {
  10560. "type": "opencollective",
  10561. "url": "https://opencollective.com/postcss/"
  10562. },
  10563. {
  10564. "type": "tidelift",
  10565. "url": "https://tidelift.com/funding/github/npm/postcss"
  10566. },
  10567. {
  10568. "type": "github",
  10569. "url": "https://github.com/sponsors/ai"
  10570. }
  10571. ],
  10572. "license": "MIT",
  10573. "dependencies": {
  10574. "nanoid": "^3.3.11",
  10575. "picocolors": "^1.1.1",
  10576. "source-map-js": "^1.2.1"
  10577. },
  10578. "engines": {
  10579. "node": "^10 || ^12 || >=14"
  10580. }
  10581. },
  10582. "node_modules/postcss-calc": {
  10583. "version": "10.1.1",
  10584. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz",
  10585. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  10586. "license": "MIT",
  10587. "dependencies": {
  10588. "postcss-selector-parser": "^7.0.0",
  10589. "postcss-value-parser": "^4.2.0"
  10590. },
  10591. "engines": {
  10592. "node": "^18.12 || ^20.9 || >=22.0"
  10593. },
  10594. "peerDependencies": {
  10595. "postcss": "^8.4.38"
  10596. }
  10597. },
  10598. "node_modules/postcss-colormin": {
  10599. "version": "7.0.5",
  10600. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.5.tgz",
  10601. "integrity": "sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==",
  10602. "license": "MIT",
  10603. "dependencies": {
  10604. "browserslist": "^4.27.0",
  10605. "caniuse-api": "^3.0.0",
  10606. "colord": "^2.9.3",
  10607. "postcss-value-parser": "^4.2.0"
  10608. },
  10609. "engines": {
  10610. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10611. },
  10612. "peerDependencies": {
  10613. "postcss": "^8.4.32"
  10614. }
  10615. },
  10616. "node_modules/postcss-convert-values": {
  10617. "version": "7.0.8",
  10618. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz",
  10619. "integrity": "sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==",
  10620. "license": "MIT",
  10621. "dependencies": {
  10622. "browserslist": "^4.27.0",
  10623. "postcss-value-parser": "^4.2.0"
  10624. },
  10625. "engines": {
  10626. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10627. },
  10628. "peerDependencies": {
  10629. "postcss": "^8.4.32"
  10630. }
  10631. },
  10632. "node_modules/postcss-discard-comments": {
  10633. "version": "7.0.5",
  10634. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz",
  10635. "integrity": "sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==",
  10636. "license": "MIT",
  10637. "dependencies": {
  10638. "postcss-selector-parser": "^7.1.0"
  10639. },
  10640. "engines": {
  10641. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10642. },
  10643. "peerDependencies": {
  10644. "postcss": "^8.4.32"
  10645. }
  10646. },
  10647. "node_modules/postcss-discard-duplicates": {
  10648. "version": "7.0.2",
  10649. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  10650. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  10651. "license": "MIT",
  10652. "engines": {
  10653. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10654. },
  10655. "peerDependencies": {
  10656. "postcss": "^8.4.32"
  10657. }
  10658. },
  10659. "node_modules/postcss-discard-empty": {
  10660. "version": "7.0.1",
  10661. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  10662. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10663. "license": "MIT",
  10664. "engines": {
  10665. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10666. },
  10667. "peerDependencies": {
  10668. "postcss": "^8.4.32"
  10669. }
  10670. },
  10671. "node_modules/postcss-discard-overridden": {
  10672. "version": "7.0.1",
  10673. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10674. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10675. "license": "MIT",
  10676. "engines": {
  10677. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10678. },
  10679. "peerDependencies": {
  10680. "postcss": "^8.4.32"
  10681. }
  10682. },
  10683. "node_modules/postcss-merge-longhand": {
  10684. "version": "7.0.5",
  10685. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10686. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10687. "license": "MIT",
  10688. "dependencies": {
  10689. "postcss-value-parser": "^4.2.0",
  10690. "stylehacks": "^7.0.5"
  10691. },
  10692. "engines": {
  10693. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10694. },
  10695. "peerDependencies": {
  10696. "postcss": "^8.4.32"
  10697. }
  10698. },
  10699. "node_modules/postcss-merge-rules": {
  10700. "version": "7.0.7",
  10701. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz",
  10702. "integrity": "sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==",
  10703. "license": "MIT",
  10704. "dependencies": {
  10705. "browserslist": "^4.27.0",
  10706. "caniuse-api": "^3.0.0",
  10707. "cssnano-utils": "^5.0.1",
  10708. "postcss-selector-parser": "^7.1.0"
  10709. },
  10710. "engines": {
  10711. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10712. },
  10713. "peerDependencies": {
  10714. "postcss": "^8.4.32"
  10715. }
  10716. },
  10717. "node_modules/postcss-minify-font-values": {
  10718. "version": "7.0.1",
  10719. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10720. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10721. "license": "MIT",
  10722. "dependencies": {
  10723. "postcss-value-parser": "^4.2.0"
  10724. },
  10725. "engines": {
  10726. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10727. },
  10728. "peerDependencies": {
  10729. "postcss": "^8.4.32"
  10730. }
  10731. },
  10732. "node_modules/postcss-minify-gradients": {
  10733. "version": "7.0.1",
  10734. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10735. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10736. "license": "MIT",
  10737. "dependencies": {
  10738. "colord": "^2.9.3",
  10739. "cssnano-utils": "^5.0.1",
  10740. "postcss-value-parser": "^4.2.0"
  10741. },
  10742. "engines": {
  10743. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10744. },
  10745. "peerDependencies": {
  10746. "postcss": "^8.4.32"
  10747. }
  10748. },
  10749. "node_modules/postcss-minify-params": {
  10750. "version": "7.0.5",
  10751. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz",
  10752. "integrity": "sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==",
  10753. "license": "MIT",
  10754. "dependencies": {
  10755. "browserslist": "^4.27.0",
  10756. "cssnano-utils": "^5.0.1",
  10757. "postcss-value-parser": "^4.2.0"
  10758. },
  10759. "engines": {
  10760. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10761. },
  10762. "peerDependencies": {
  10763. "postcss": "^8.4.32"
  10764. }
  10765. },
  10766. "node_modules/postcss-minify-selectors": {
  10767. "version": "7.0.5",
  10768. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10769. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10770. "license": "MIT",
  10771. "dependencies": {
  10772. "cssesc": "^3.0.0",
  10773. "postcss-selector-parser": "^7.1.0"
  10774. },
  10775. "engines": {
  10776. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10777. },
  10778. "peerDependencies": {
  10779. "postcss": "^8.4.32"
  10780. }
  10781. },
  10782. "node_modules/postcss-normalize-charset": {
  10783. "version": "7.0.1",
  10784. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10785. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10786. "license": "MIT",
  10787. "engines": {
  10788. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10789. },
  10790. "peerDependencies": {
  10791. "postcss": "^8.4.32"
  10792. }
  10793. },
  10794. "node_modules/postcss-normalize-display-values": {
  10795. "version": "7.0.1",
  10796. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10797. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10798. "license": "MIT",
  10799. "dependencies": {
  10800. "postcss-value-parser": "^4.2.0"
  10801. },
  10802. "engines": {
  10803. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10804. },
  10805. "peerDependencies": {
  10806. "postcss": "^8.4.32"
  10807. }
  10808. },
  10809. "node_modules/postcss-normalize-positions": {
  10810. "version": "7.0.1",
  10811. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10812. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10813. "license": "MIT",
  10814. "dependencies": {
  10815. "postcss-value-parser": "^4.2.0"
  10816. },
  10817. "engines": {
  10818. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10819. },
  10820. "peerDependencies": {
  10821. "postcss": "^8.4.32"
  10822. }
  10823. },
  10824. "node_modules/postcss-normalize-repeat-style": {
  10825. "version": "7.0.1",
  10826. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10827. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10828. "license": "MIT",
  10829. "dependencies": {
  10830. "postcss-value-parser": "^4.2.0"
  10831. },
  10832. "engines": {
  10833. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10834. },
  10835. "peerDependencies": {
  10836. "postcss": "^8.4.32"
  10837. }
  10838. },
  10839. "node_modules/postcss-normalize-string": {
  10840. "version": "7.0.1",
  10841. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10842. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10843. "license": "MIT",
  10844. "dependencies": {
  10845. "postcss-value-parser": "^4.2.0"
  10846. },
  10847. "engines": {
  10848. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10849. },
  10850. "peerDependencies": {
  10851. "postcss": "^8.4.32"
  10852. }
  10853. },
  10854. "node_modules/postcss-normalize-timing-functions": {
  10855. "version": "7.0.1",
  10856. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10857. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10858. "license": "MIT",
  10859. "dependencies": {
  10860. "postcss-value-parser": "^4.2.0"
  10861. },
  10862. "engines": {
  10863. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10864. },
  10865. "peerDependencies": {
  10866. "postcss": "^8.4.32"
  10867. }
  10868. },
  10869. "node_modules/postcss-normalize-unicode": {
  10870. "version": "7.0.5",
  10871. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz",
  10872. "integrity": "sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==",
  10873. "license": "MIT",
  10874. "dependencies": {
  10875. "browserslist": "^4.27.0",
  10876. "postcss-value-parser": "^4.2.0"
  10877. },
  10878. "engines": {
  10879. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10880. },
  10881. "peerDependencies": {
  10882. "postcss": "^8.4.32"
  10883. }
  10884. },
  10885. "node_modules/postcss-normalize-url": {
  10886. "version": "7.0.1",
  10887. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10888. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10889. "license": "MIT",
  10890. "dependencies": {
  10891. "postcss-value-parser": "^4.2.0"
  10892. },
  10893. "engines": {
  10894. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10895. },
  10896. "peerDependencies": {
  10897. "postcss": "^8.4.32"
  10898. }
  10899. },
  10900. "node_modules/postcss-normalize-whitespace": {
  10901. "version": "7.0.1",
  10902. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10903. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10904. "license": "MIT",
  10905. "dependencies": {
  10906. "postcss-value-parser": "^4.2.0"
  10907. },
  10908. "engines": {
  10909. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10910. },
  10911. "peerDependencies": {
  10912. "postcss": "^8.4.32"
  10913. }
  10914. },
  10915. "node_modules/postcss-ordered-values": {
  10916. "version": "7.0.2",
  10917. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10918. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10919. "license": "MIT",
  10920. "dependencies": {
  10921. "cssnano-utils": "^5.0.1",
  10922. "postcss-value-parser": "^4.2.0"
  10923. },
  10924. "engines": {
  10925. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10926. },
  10927. "peerDependencies": {
  10928. "postcss": "^8.4.32"
  10929. }
  10930. },
  10931. "node_modules/postcss-reduce-initial": {
  10932. "version": "7.0.5",
  10933. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz",
  10934. "integrity": "sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==",
  10935. "license": "MIT",
  10936. "dependencies": {
  10937. "browserslist": "^4.27.0",
  10938. "caniuse-api": "^3.0.0"
  10939. },
  10940. "engines": {
  10941. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10942. },
  10943. "peerDependencies": {
  10944. "postcss": "^8.4.32"
  10945. }
  10946. },
  10947. "node_modules/postcss-reduce-transforms": {
  10948. "version": "7.0.1",
  10949. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10950. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10951. "license": "MIT",
  10952. "dependencies": {
  10953. "postcss-value-parser": "^4.2.0"
  10954. },
  10955. "engines": {
  10956. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10957. },
  10958. "peerDependencies": {
  10959. "postcss": "^8.4.32"
  10960. }
  10961. },
  10962. "node_modules/postcss-selector-parser": {
  10963. "version": "7.1.1",
  10964. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  10965. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  10966. "license": "MIT",
  10967. "dependencies": {
  10968. "cssesc": "^3.0.0",
  10969. "util-deprecate": "^1.0.2"
  10970. },
  10971. "engines": {
  10972. "node": ">=4"
  10973. }
  10974. },
  10975. "node_modules/postcss-svgo": {
  10976. "version": "7.1.0",
  10977. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10978. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10979. "license": "MIT",
  10980. "dependencies": {
  10981. "postcss-value-parser": "^4.2.0",
  10982. "svgo": "^4.0.0"
  10983. },
  10984. "engines": {
  10985. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10986. },
  10987. "peerDependencies": {
  10988. "postcss": "^8.4.32"
  10989. }
  10990. },
  10991. "node_modules/postcss-unique-selectors": {
  10992. "version": "7.0.4",
  10993. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10994. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10995. "license": "MIT",
  10996. "dependencies": {
  10997. "postcss-selector-parser": "^7.1.0"
  10998. },
  10999. "engines": {
  11000. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11001. },
  11002. "peerDependencies": {
  11003. "postcss": "^8.4.32"
  11004. }
  11005. },
  11006. "node_modules/postcss-value-parser": {
  11007. "version": "4.2.0",
  11008. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  11009. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  11010. "license": "MIT"
  11011. },
  11012. "node_modules/pretty-bytes": {
  11013. "version": "7.1.0",
  11014. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  11015. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  11016. "license": "MIT",
  11017. "engines": {
  11018. "node": ">=20"
  11019. },
  11020. "funding": {
  11021. "url": "https://github.com/sponsors/sindresorhus"
  11022. }
  11023. },
  11024. "node_modules/pretty-ms": {
  11025. "version": "9.2.0",
  11026. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  11027. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  11028. "dev": true,
  11029. "license": "MIT",
  11030. "dependencies": {
  11031. "parse-ms": "^4.0.0"
  11032. },
  11033. "engines": {
  11034. "node": ">=18"
  11035. },
  11036. "funding": {
  11037. "url": "https://github.com/sponsors/sindresorhus"
  11038. }
  11039. },
  11040. "node_modules/process": {
  11041. "version": "0.11.10",
  11042. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  11043. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  11044. "license": "MIT",
  11045. "engines": {
  11046. "node": ">= 0.6.0"
  11047. }
  11048. },
  11049. "node_modules/process-nextick-args": {
  11050. "version": "2.0.1",
  11051. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  11052. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  11053. "license": "MIT"
  11054. },
  11055. "node_modules/prompts": {
  11056. "version": "2.4.2",
  11057. "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
  11058. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11059. "license": "MIT",
  11060. "dependencies": {
  11061. "kleur": "^3.0.3",
  11062. "sisteransi": "^1.0.5"
  11063. },
  11064. "engines": {
  11065. "node": ">= 6"
  11066. }
  11067. },
  11068. "node_modules/protocols": {
  11069. "version": "2.0.2",
  11070. "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.2.tgz",
  11071. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  11072. "license": "MIT"
  11073. },
  11074. "node_modules/proxy-from-env": {
  11075. "version": "1.1.0",
  11076. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  11077. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  11078. "license": "MIT"
  11079. },
  11080. "node_modules/pump": {
  11081. "version": "3.0.2",
  11082. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  11083. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  11084. "dev": true,
  11085. "license": "MIT",
  11086. "dependencies": {
  11087. "end-of-stream": "^1.1.0",
  11088. "once": "^1.3.1"
  11089. }
  11090. },
  11091. "node_modules/qs": {
  11092. "version": "6.14.0",
  11093. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  11094. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  11095. "dev": true,
  11096. "license": "BSD-3-Clause",
  11097. "dependencies": {
  11098. "side-channel": "^1.1.0"
  11099. },
  11100. "engines": {
  11101. "node": ">=0.6"
  11102. },
  11103. "funding": {
  11104. "url": "https://github.com/sponsors/ljharb"
  11105. }
  11106. },
  11107. "node_modules/quansync": {
  11108. "version": "0.2.11",
  11109. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  11110. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  11111. "funding": [
  11112. {
  11113. "type": "individual",
  11114. "url": "https://github.com/sponsors/antfu"
  11115. },
  11116. {
  11117. "type": "individual",
  11118. "url": "https://github.com/sponsors/sxzz"
  11119. }
  11120. ],
  11121. "license": "MIT"
  11122. },
  11123. "node_modules/queue-microtask": {
  11124. "version": "1.2.3",
  11125. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11126. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11127. "funding": [
  11128. {
  11129. "type": "github",
  11130. "url": "https://github.com/sponsors/feross"
  11131. },
  11132. {
  11133. "type": "patreon",
  11134. "url": "https://www.patreon.com/feross"
  11135. },
  11136. {
  11137. "type": "consulting",
  11138. "url": "https://feross.org/support"
  11139. }
  11140. ],
  11141. "license": "MIT"
  11142. },
  11143. "node_modules/radix3": {
  11144. "version": "1.1.2",
  11145. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  11146. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  11147. "license": "MIT"
  11148. },
  11149. "node_modules/randombytes": {
  11150. "version": "2.1.0",
  11151. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  11152. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  11153. "license": "MIT",
  11154. "dependencies": {
  11155. "safe-buffer": "^5.1.0"
  11156. }
  11157. },
  11158. "node_modules/range-parser": {
  11159. "version": "1.2.1",
  11160. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  11161. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11162. "license": "MIT",
  11163. "engines": {
  11164. "node": ">= 0.6"
  11165. }
  11166. },
  11167. "node_modules/rc9": {
  11168. "version": "2.1.2",
  11169. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  11170. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  11171. "license": "MIT",
  11172. "dependencies": {
  11173. "defu": "^6.1.4",
  11174. "destr": "^2.0.3"
  11175. }
  11176. },
  11177. "node_modules/read-package-json-fast": {
  11178. "version": "4.0.0",
  11179. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  11180. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  11181. "dev": true,
  11182. "license": "ISC",
  11183. "dependencies": {
  11184. "json-parse-even-better-errors": "^4.0.0",
  11185. "npm-normalize-package-bin": "^4.0.0"
  11186. },
  11187. "engines": {
  11188. "node": "^18.17.0 || >=20.5.0"
  11189. }
  11190. },
  11191. "node_modules/readable-stream": {
  11192. "version": "4.7.0",
  11193. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
  11194. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  11195. "license": "MIT",
  11196. "dependencies": {
  11197. "abort-controller": "^3.0.0",
  11198. "buffer": "^6.0.3",
  11199. "events": "^3.3.0",
  11200. "process": "^0.11.10",
  11201. "string_decoder": "^1.3.0"
  11202. },
  11203. "engines": {
  11204. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  11205. }
  11206. },
  11207. "node_modules/readdir-glob": {
  11208. "version": "1.1.3",
  11209. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  11210. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  11211. "license": "Apache-2.0",
  11212. "dependencies": {
  11213. "minimatch": "^5.1.0"
  11214. }
  11215. },
  11216. "node_modules/readdir-glob/node_modules/minimatch": {
  11217. "version": "5.1.6",
  11218. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  11219. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  11220. "license": "ISC",
  11221. "dependencies": {
  11222. "brace-expansion": "^2.0.1"
  11223. },
  11224. "engines": {
  11225. "node": ">=10"
  11226. }
  11227. },
  11228. "node_modules/readdirp": {
  11229. "version": "4.1.2",
  11230. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  11231. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  11232. "license": "MIT",
  11233. "engines": {
  11234. "node": ">= 14.18.0"
  11235. },
  11236. "funding": {
  11237. "type": "individual",
  11238. "url": "https://paulmillr.com/funding/"
  11239. }
  11240. },
  11241. "node_modules/redis-errors": {
  11242. "version": "1.2.0",
  11243. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  11244. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  11245. "license": "MIT",
  11246. "engines": {
  11247. "node": ">=4"
  11248. }
  11249. },
  11250. "node_modules/redis-parser": {
  11251. "version": "3.0.0",
  11252. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  11253. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  11254. "license": "MIT",
  11255. "dependencies": {
  11256. "redis-errors": "^1.0.0"
  11257. },
  11258. "engines": {
  11259. "node": ">=4"
  11260. }
  11261. },
  11262. "node_modules/regexp-tree": {
  11263. "version": "0.1.27",
  11264. "resolved": "https://registry.npmmirror.com/regexp-tree/-/regexp-tree-0.1.27.tgz",
  11265. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  11266. "license": "MIT",
  11267. "bin": {
  11268. "regexp-tree": "bin/regexp-tree"
  11269. }
  11270. },
  11271. "node_modules/require-directory": {
  11272. "version": "2.1.1",
  11273. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  11274. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11275. "license": "MIT",
  11276. "engines": {
  11277. "node": ">=0.10.0"
  11278. }
  11279. },
  11280. "node_modules/resize-observer-polyfill": {
  11281. "version": "1.5.1",
  11282. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  11283. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  11284. "license": "MIT"
  11285. },
  11286. "node_modules/resolve": {
  11287. "version": "1.22.11",
  11288. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz",
  11289. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  11290. "license": "MIT",
  11291. "dependencies": {
  11292. "is-core-module": "^2.16.1",
  11293. "path-parse": "^1.0.7",
  11294. "supports-preserve-symlinks-flag": "^1.0.0"
  11295. },
  11296. "bin": {
  11297. "resolve": "bin/resolve"
  11298. },
  11299. "engines": {
  11300. "node": ">= 0.4"
  11301. },
  11302. "funding": {
  11303. "url": "https://github.com/sponsors/ljharb"
  11304. }
  11305. },
  11306. "node_modules/resolve-from": {
  11307. "version": "5.0.0",
  11308. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  11309. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11310. "license": "MIT",
  11311. "engines": {
  11312. "node": ">=8"
  11313. }
  11314. },
  11315. "node_modules/reusify": {
  11316. "version": "1.1.0",
  11317. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  11318. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  11319. "license": "MIT",
  11320. "engines": {
  11321. "iojs": ">=1.0.0",
  11322. "node": ">=0.10.0"
  11323. }
  11324. },
  11325. "node_modules/rfdc": {
  11326. "version": "1.4.1",
  11327. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  11328. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  11329. "license": "MIT"
  11330. },
  11331. "node_modules/robust-predicates": {
  11332. "version": "3.0.2",
  11333. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  11334. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  11335. "license": "Unlicense"
  11336. },
  11337. "node_modules/rollup": {
  11338. "version": "4.54.0",
  11339. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.54.0.tgz",
  11340. "integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
  11341. "license": "MIT",
  11342. "dependencies": {
  11343. "@types/estree": "1.0.8"
  11344. },
  11345. "bin": {
  11346. "rollup": "dist/bin/rollup"
  11347. },
  11348. "engines": {
  11349. "node": ">=18.0.0",
  11350. "npm": ">=8.0.0"
  11351. },
  11352. "optionalDependencies": {
  11353. "@rollup/rollup-android-arm-eabi": "4.54.0",
  11354. "@rollup/rollup-android-arm64": "4.54.0",
  11355. "@rollup/rollup-darwin-arm64": "4.54.0",
  11356. "@rollup/rollup-darwin-x64": "4.54.0",
  11357. "@rollup/rollup-freebsd-arm64": "4.54.0",
  11358. "@rollup/rollup-freebsd-x64": "4.54.0",
  11359. "@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
  11360. "@rollup/rollup-linux-arm-musleabihf": "4.54.0",
  11361. "@rollup/rollup-linux-arm64-gnu": "4.54.0",
  11362. "@rollup/rollup-linux-arm64-musl": "4.54.0",
  11363. "@rollup/rollup-linux-loong64-gnu": "4.54.0",
  11364. "@rollup/rollup-linux-ppc64-gnu": "4.54.0",
  11365. "@rollup/rollup-linux-riscv64-gnu": "4.54.0",
  11366. "@rollup/rollup-linux-riscv64-musl": "4.54.0",
  11367. "@rollup/rollup-linux-s390x-gnu": "4.54.0",
  11368. "@rollup/rollup-linux-x64-gnu": "4.54.0",
  11369. "@rollup/rollup-linux-x64-musl": "4.54.0",
  11370. "@rollup/rollup-openharmony-arm64": "4.54.0",
  11371. "@rollup/rollup-win32-arm64-msvc": "4.54.0",
  11372. "@rollup/rollup-win32-ia32-msvc": "4.54.0",
  11373. "@rollup/rollup-win32-x64-gnu": "4.54.0",
  11374. "@rollup/rollup-win32-x64-msvc": "4.54.0",
  11375. "fsevents": "~2.3.2"
  11376. }
  11377. },
  11378. "node_modules/rollup-plugin-visualizer": {
  11379. "version": "6.0.5",
  11380. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  11381. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  11382. "license": "MIT",
  11383. "dependencies": {
  11384. "open": "^8.0.0",
  11385. "picomatch": "^4.0.2",
  11386. "source-map": "^0.7.4",
  11387. "yargs": "^17.5.1"
  11388. },
  11389. "bin": {
  11390. "rollup-plugin-visualizer": "dist/bin/cli.js"
  11391. },
  11392. "engines": {
  11393. "node": ">=18"
  11394. },
  11395. "peerDependencies": {
  11396. "rolldown": "1.x || ^1.0.0-beta",
  11397. "rollup": "2.x || 3.x || 4.x"
  11398. },
  11399. "peerDependenciesMeta": {
  11400. "rolldown": {
  11401. "optional": true
  11402. },
  11403. "rollup": {
  11404. "optional": true
  11405. }
  11406. }
  11407. },
  11408. "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
  11409. "version": "2.0.0",
  11410. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  11411. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  11412. "license": "MIT",
  11413. "engines": {
  11414. "node": ">=8"
  11415. }
  11416. },
  11417. "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
  11418. "version": "2.2.1",
  11419. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  11420. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  11421. "license": "MIT",
  11422. "bin": {
  11423. "is-docker": "cli.js"
  11424. },
  11425. "engines": {
  11426. "node": ">=8"
  11427. },
  11428. "funding": {
  11429. "url": "https://github.com/sponsors/sindresorhus"
  11430. }
  11431. },
  11432. "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
  11433. "version": "2.2.0",
  11434. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  11435. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  11436. "license": "MIT",
  11437. "dependencies": {
  11438. "is-docker": "^2.0.0"
  11439. },
  11440. "engines": {
  11441. "node": ">=8"
  11442. }
  11443. },
  11444. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  11445. "version": "8.4.2",
  11446. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  11447. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  11448. "license": "MIT",
  11449. "dependencies": {
  11450. "define-lazy-prop": "^2.0.0",
  11451. "is-docker": "^2.1.1",
  11452. "is-wsl": "^2.2.0"
  11453. },
  11454. "engines": {
  11455. "node": ">=12"
  11456. },
  11457. "funding": {
  11458. "url": "https://github.com/sponsors/sindresorhus"
  11459. }
  11460. },
  11461. "node_modules/run-applescript": {
  11462. "version": "7.0.0",
  11463. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  11464. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  11465. "license": "MIT",
  11466. "engines": {
  11467. "node": ">=18"
  11468. },
  11469. "funding": {
  11470. "url": "https://github.com/sponsors/sindresorhus"
  11471. }
  11472. },
  11473. "node_modules/run-parallel": {
  11474. "version": "1.2.0",
  11475. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  11476. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11477. "funding": [
  11478. {
  11479. "type": "github",
  11480. "url": "https://github.com/sponsors/feross"
  11481. },
  11482. {
  11483. "type": "patreon",
  11484. "url": "https://www.patreon.com/feross"
  11485. },
  11486. {
  11487. "type": "consulting",
  11488. "url": "https://feross.org/support"
  11489. }
  11490. ],
  11491. "license": "MIT",
  11492. "dependencies": {
  11493. "queue-microtask": "^1.2.2"
  11494. }
  11495. },
  11496. "node_modules/safe-buffer": {
  11497. "version": "5.2.1",
  11498. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11499. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11500. "funding": [
  11501. {
  11502. "type": "github",
  11503. "url": "https://github.com/sponsors/feross"
  11504. },
  11505. {
  11506. "type": "patreon",
  11507. "url": "https://www.patreon.com/feross"
  11508. },
  11509. {
  11510. "type": "consulting",
  11511. "url": "https://feross.org/support"
  11512. }
  11513. ],
  11514. "license": "MIT"
  11515. },
  11516. "node_modules/safer-buffer": {
  11517. "version": "2.1.2",
  11518. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  11519. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  11520. "license": "MIT"
  11521. },
  11522. "node_modules/sass": {
  11523. "version": "1.87.0",
  11524. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.87.0.tgz",
  11525. "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
  11526. "devOptional": true,
  11527. "license": "MIT",
  11528. "dependencies": {
  11529. "chokidar": "^4.0.0",
  11530. "immutable": "^5.0.2",
  11531. "source-map-js": ">=0.6.2 <2.0.0"
  11532. },
  11533. "bin": {
  11534. "sass": "sass.js"
  11535. },
  11536. "engines": {
  11537. "node": ">=14.0.0"
  11538. },
  11539. "optionalDependencies": {
  11540. "@parcel/watcher": "^2.4.1"
  11541. }
  11542. },
  11543. "node_modules/sax": {
  11544. "version": "1.4.1",
  11545. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  11546. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  11547. "license": "ISC"
  11548. },
  11549. "node_modules/scroll-into-view-if-needed": {
  11550. "version": "2.2.31",
  11551. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  11552. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  11553. "license": "MIT",
  11554. "dependencies": {
  11555. "compute-scroll-into-view": "^1.0.20"
  11556. }
  11557. },
  11558. "node_modules/scule": {
  11559. "version": "1.3.0",
  11560. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  11561. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  11562. "license": "MIT"
  11563. },
  11564. "node_modules/sdk-base": {
  11565. "version": "2.0.1",
  11566. "resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
  11567. "integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
  11568. "dev": true,
  11569. "license": "MIT",
  11570. "dependencies": {
  11571. "get-ready": "~1.0.0"
  11572. }
  11573. },
  11574. "node_modules/semver": {
  11575. "version": "6.3.1",
  11576. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  11577. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11578. "license": "ISC",
  11579. "bin": {
  11580. "semver": "bin/semver.js"
  11581. }
  11582. },
  11583. "node_modules/send": {
  11584. "version": "1.2.1",
  11585. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.1.tgz",
  11586. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  11587. "license": "MIT",
  11588. "dependencies": {
  11589. "debug": "^4.4.3",
  11590. "encodeurl": "^2.0.0",
  11591. "escape-html": "^1.0.3",
  11592. "etag": "^1.8.1",
  11593. "fresh": "^2.0.0",
  11594. "http-errors": "^2.0.1",
  11595. "mime-types": "^3.0.2",
  11596. "ms": "^2.1.3",
  11597. "on-finished": "^2.4.1",
  11598. "range-parser": "^1.2.1",
  11599. "statuses": "^2.0.2"
  11600. },
  11601. "engines": {
  11602. "node": ">= 18"
  11603. },
  11604. "funding": {
  11605. "type": "opencollective",
  11606. "url": "https://opencollective.com/express"
  11607. }
  11608. },
  11609. "node_modules/send/node_modules/mime-db": {
  11610. "version": "1.54.0",
  11611. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  11612. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  11613. "license": "MIT",
  11614. "engines": {
  11615. "node": ">= 0.6"
  11616. }
  11617. },
  11618. "node_modules/send/node_modules/mime-types": {
  11619. "version": "3.0.2",
  11620. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.2.tgz",
  11621. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  11622. "license": "MIT",
  11623. "dependencies": {
  11624. "mime-db": "^1.54.0"
  11625. },
  11626. "engines": {
  11627. "node": ">=18"
  11628. },
  11629. "funding": {
  11630. "type": "opencollective",
  11631. "url": "https://opencollective.com/express"
  11632. }
  11633. },
  11634. "node_modules/send/node_modules/statuses": {
  11635. "version": "2.0.2",
  11636. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  11637. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11638. "license": "MIT",
  11639. "engines": {
  11640. "node": ">= 0.8"
  11641. }
  11642. },
  11643. "node_modules/seq-queue": {
  11644. "version": "0.0.5",
  11645. "resolved": "https://registry.npmmirror.com/seq-queue/-/seq-queue-0.0.5.tgz",
  11646. "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
  11647. },
  11648. "node_modules/serialize-javascript": {
  11649. "version": "6.0.2",
  11650. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  11651. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  11652. "license": "BSD-3-Clause",
  11653. "dependencies": {
  11654. "randombytes": "^2.1.0"
  11655. }
  11656. },
  11657. "node_modules/seroval": {
  11658. "version": "1.4.2",
  11659. "resolved": "https://registry.npmmirror.com/seroval/-/seroval-1.4.2.tgz",
  11660. "integrity": "sha512-N3HEHRCZYn3cQbsC4B5ldj9j+tHdf4JZoYPlcI4rRYu0Xy4qN8MQf1Z08EibzB0WpgRG5BGK08FTrmM66eSzKQ==",
  11661. "license": "MIT",
  11662. "engines": {
  11663. "node": ">=10"
  11664. }
  11665. },
  11666. "node_modules/serve-placeholder": {
  11667. "version": "2.0.2",
  11668. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  11669. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  11670. "license": "MIT",
  11671. "dependencies": {
  11672. "defu": "^6.1.4"
  11673. }
  11674. },
  11675. "node_modules/serve-static": {
  11676. "version": "2.2.1",
  11677. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.1.tgz",
  11678. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  11679. "license": "MIT",
  11680. "dependencies": {
  11681. "encodeurl": "^2.0.0",
  11682. "escape-html": "^1.0.3",
  11683. "parseurl": "^1.3.3",
  11684. "send": "^1.2.0"
  11685. },
  11686. "engines": {
  11687. "node": ">= 18"
  11688. },
  11689. "funding": {
  11690. "type": "opencollective",
  11691. "url": "https://opencollective.com/express"
  11692. }
  11693. },
  11694. "node_modules/setprototypeof": {
  11695. "version": "1.2.0",
  11696. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11697. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  11698. "license": "ISC"
  11699. },
  11700. "node_modules/shallow-equal": {
  11701. "version": "1.2.1",
  11702. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  11703. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  11704. "license": "MIT"
  11705. },
  11706. "node_modules/shebang-command": {
  11707. "version": "2.0.0",
  11708. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  11709. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11710. "license": "MIT",
  11711. "dependencies": {
  11712. "shebang-regex": "^3.0.0"
  11713. },
  11714. "engines": {
  11715. "node": ">=8"
  11716. }
  11717. },
  11718. "node_modules/shebang-regex": {
  11719. "version": "3.0.0",
  11720. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11721. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11722. "license": "MIT",
  11723. "engines": {
  11724. "node": ">=8"
  11725. }
  11726. },
  11727. "node_modules/shell-quote": {
  11728. "version": "1.8.3",
  11729. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  11730. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  11731. "license": "MIT",
  11732. "engines": {
  11733. "node": ">= 0.4"
  11734. },
  11735. "funding": {
  11736. "url": "https://github.com/sponsors/ljharb"
  11737. }
  11738. },
  11739. "node_modules/side-channel": {
  11740. "version": "1.1.0",
  11741. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  11742. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  11743. "dev": true,
  11744. "license": "MIT",
  11745. "dependencies": {
  11746. "es-errors": "^1.3.0",
  11747. "object-inspect": "^1.13.3",
  11748. "side-channel-list": "^1.0.0",
  11749. "side-channel-map": "^1.0.1",
  11750. "side-channel-weakmap": "^1.0.2"
  11751. },
  11752. "engines": {
  11753. "node": ">= 0.4"
  11754. },
  11755. "funding": {
  11756. "url": "https://github.com/sponsors/ljharb"
  11757. }
  11758. },
  11759. "node_modules/side-channel-list": {
  11760. "version": "1.0.0",
  11761. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  11762. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  11763. "dev": true,
  11764. "license": "MIT",
  11765. "dependencies": {
  11766. "es-errors": "^1.3.0",
  11767. "object-inspect": "^1.13.3"
  11768. },
  11769. "engines": {
  11770. "node": ">= 0.4"
  11771. },
  11772. "funding": {
  11773. "url": "https://github.com/sponsors/ljharb"
  11774. }
  11775. },
  11776. "node_modules/side-channel-map": {
  11777. "version": "1.0.1",
  11778. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  11779. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  11780. "dev": true,
  11781. "license": "MIT",
  11782. "dependencies": {
  11783. "call-bound": "^1.0.2",
  11784. "es-errors": "^1.3.0",
  11785. "get-intrinsic": "^1.2.5",
  11786. "object-inspect": "^1.13.3"
  11787. },
  11788. "engines": {
  11789. "node": ">= 0.4"
  11790. },
  11791. "funding": {
  11792. "url": "https://github.com/sponsors/ljharb"
  11793. }
  11794. },
  11795. "node_modules/side-channel-weakmap": {
  11796. "version": "1.0.2",
  11797. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  11798. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  11799. "dev": true,
  11800. "license": "MIT",
  11801. "dependencies": {
  11802. "call-bound": "^1.0.2",
  11803. "es-errors": "^1.3.0",
  11804. "get-intrinsic": "^1.2.5",
  11805. "object-inspect": "^1.13.3",
  11806. "side-channel-map": "^1.0.1"
  11807. },
  11808. "engines": {
  11809. "node": ">= 0.4"
  11810. },
  11811. "funding": {
  11812. "url": "https://github.com/sponsors/ljharb"
  11813. }
  11814. },
  11815. "node_modules/signal-exit": {
  11816. "version": "4.1.0",
  11817. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  11818. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11819. "license": "ISC",
  11820. "engines": {
  11821. "node": ">=14"
  11822. },
  11823. "funding": {
  11824. "url": "https://github.com/sponsors/isaacs"
  11825. }
  11826. },
  11827. "node_modules/simple-git": {
  11828. "version": "3.30.0",
  11829. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.30.0.tgz",
  11830. "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==",
  11831. "license": "MIT",
  11832. "dependencies": {
  11833. "@kwsites/file-exists": "^1.1.1",
  11834. "@kwsites/promise-deferred": "^1.1.1",
  11835. "debug": "^4.4.0"
  11836. },
  11837. "funding": {
  11838. "type": "github",
  11839. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11840. }
  11841. },
  11842. "node_modules/sirv": {
  11843. "version": "3.0.2",
  11844. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  11845. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11846. "license": "MIT",
  11847. "dependencies": {
  11848. "@polka/url": "^1.0.0-next.24",
  11849. "mrmime": "^2.0.0",
  11850. "totalist": "^3.0.0"
  11851. },
  11852. "engines": {
  11853. "node": ">=18"
  11854. }
  11855. },
  11856. "node_modules/sisteransi": {
  11857. "version": "1.0.5",
  11858. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  11859. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11860. "license": "MIT"
  11861. },
  11862. "node_modules/slash": {
  11863. "version": "5.1.0",
  11864. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  11865. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11866. "license": "MIT",
  11867. "engines": {
  11868. "node": ">=14.16"
  11869. },
  11870. "funding": {
  11871. "url": "https://github.com/sponsors/sindresorhus"
  11872. }
  11873. },
  11874. "node_modules/smob": {
  11875. "version": "1.5.0",
  11876. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz",
  11877. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==",
  11878. "license": "MIT"
  11879. },
  11880. "node_modules/source-map": {
  11881. "version": "0.7.6",
  11882. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  11883. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11884. "license": "BSD-3-Clause",
  11885. "engines": {
  11886. "node": ">= 12"
  11887. }
  11888. },
  11889. "node_modules/source-map-js": {
  11890. "version": "1.2.1",
  11891. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  11892. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11893. "license": "BSD-3-Clause",
  11894. "engines": {
  11895. "node": ">=0.10.0"
  11896. }
  11897. },
  11898. "node_modules/source-map-support": {
  11899. "version": "0.5.21",
  11900. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  11901. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11902. "license": "MIT",
  11903. "dependencies": {
  11904. "buffer-from": "^1.0.0",
  11905. "source-map": "^0.6.0"
  11906. }
  11907. },
  11908. "node_modules/source-map-support/node_modules/source-map": {
  11909. "version": "0.6.1",
  11910. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  11911. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11912. "license": "BSD-3-Clause",
  11913. "engines": {
  11914. "node": ">=0.10.0"
  11915. }
  11916. },
  11917. "node_modules/speakingurl": {
  11918. "version": "14.0.1",
  11919. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  11920. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11921. "license": "BSD-3-Clause",
  11922. "engines": {
  11923. "node": ">=0.10.0"
  11924. }
  11925. },
  11926. "node_modules/splaytree": {
  11927. "version": "3.1.2",
  11928. "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
  11929. "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
  11930. "license": "MIT"
  11931. },
  11932. "node_modules/sqlstring": {
  11933. "version": "2.3.3",
  11934. "resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.3.tgz",
  11935. "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
  11936. "license": "MIT",
  11937. "engines": {
  11938. "node": ">= 0.6"
  11939. }
  11940. },
  11941. "node_modules/srvx": {
  11942. "version": "0.9.8",
  11943. "resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.9.8.tgz",
  11944. "integrity": "sha512-RZaxTKJEE/14HYn8COLuUOJAt0U55N9l1Xf6jj+T0GoA01EUH1Xz5JtSUOI+EHn+AEgPCVn7gk6jHJffrr06fQ==",
  11945. "license": "MIT",
  11946. "bin": {
  11947. "srvx": "bin/srvx.mjs"
  11948. },
  11949. "engines": {
  11950. "node": ">=20.16.0"
  11951. }
  11952. },
  11953. "node_modules/standard-as-callback": {
  11954. "version": "2.1.0",
  11955. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11956. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11957. "license": "MIT"
  11958. },
  11959. "node_modules/statuses": {
  11960. "version": "1.5.0",
  11961. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
  11962. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  11963. "dev": true,
  11964. "license": "MIT",
  11965. "engines": {
  11966. "node": ">= 0.6"
  11967. }
  11968. },
  11969. "node_modules/std-env": {
  11970. "version": "3.10.0",
  11971. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  11972. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11973. "license": "MIT"
  11974. },
  11975. "node_modules/stream-http": {
  11976. "version": "2.8.2",
  11977. "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
  11978. "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  11979. "dev": true,
  11980. "license": "MIT",
  11981. "dependencies": {
  11982. "builtin-status-codes": "^3.0.0",
  11983. "inherits": "^2.0.1",
  11984. "readable-stream": "^2.3.6",
  11985. "to-arraybuffer": "^1.0.0",
  11986. "xtend": "^4.0.0"
  11987. }
  11988. },
  11989. "node_modules/stream-http/node_modules/readable-stream": {
  11990. "version": "2.3.8",
  11991. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  11992. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11993. "dev": true,
  11994. "license": "MIT",
  11995. "dependencies": {
  11996. "core-util-is": "~1.0.0",
  11997. "inherits": "~2.0.3",
  11998. "isarray": "~1.0.0",
  11999. "process-nextick-args": "~2.0.0",
  12000. "safe-buffer": "~5.1.1",
  12001. "string_decoder": "~1.1.1",
  12002. "util-deprecate": "~1.0.1"
  12003. }
  12004. },
  12005. "node_modules/stream-http/node_modules/safe-buffer": {
  12006. "version": "5.1.2",
  12007. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  12008. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  12009. "dev": true,
  12010. "license": "MIT"
  12011. },
  12012. "node_modules/stream-http/node_modules/string_decoder": {
  12013. "version": "1.1.1",
  12014. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  12015. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12016. "dev": true,
  12017. "license": "MIT",
  12018. "dependencies": {
  12019. "safe-buffer": "~5.1.0"
  12020. }
  12021. },
  12022. "node_modules/stream-wormhole": {
  12023. "version": "1.1.0",
  12024. "resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  12025. "integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  12026. "dev": true,
  12027. "license": "MIT",
  12028. "engines": {
  12029. "node": ">=4.0.0"
  12030. }
  12031. },
  12032. "node_modules/streamx": {
  12033. "version": "2.22.1",
  12034. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.22.1.tgz",
  12035. "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
  12036. "license": "MIT",
  12037. "dependencies": {
  12038. "fast-fifo": "^1.3.2",
  12039. "text-decoder": "^1.1.0"
  12040. },
  12041. "optionalDependencies": {
  12042. "bare-events": "^2.2.0"
  12043. }
  12044. },
  12045. "node_modules/string_decoder": {
  12046. "version": "1.3.0",
  12047. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  12048. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12049. "license": "MIT",
  12050. "dependencies": {
  12051. "safe-buffer": "~5.2.0"
  12052. }
  12053. },
  12054. "node_modules/string-width": {
  12055. "version": "4.2.3",
  12056. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12057. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12058. "license": "MIT",
  12059. "dependencies": {
  12060. "emoji-regex": "^8.0.0",
  12061. "is-fullwidth-code-point": "^3.0.0",
  12062. "strip-ansi": "^6.0.1"
  12063. },
  12064. "engines": {
  12065. "node": ">=8"
  12066. }
  12067. },
  12068. "node_modules/string-width-cjs": {
  12069. "name": "string-width",
  12070. "version": "4.2.3",
  12071. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12072. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12073. "license": "MIT",
  12074. "dependencies": {
  12075. "emoji-regex": "^8.0.0",
  12076. "is-fullwidth-code-point": "^3.0.0",
  12077. "strip-ansi": "^6.0.1"
  12078. },
  12079. "engines": {
  12080. "node": ">=8"
  12081. }
  12082. },
  12083. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  12084. "version": "5.0.1",
  12085. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12086. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12087. "license": "MIT",
  12088. "engines": {
  12089. "node": ">=8"
  12090. }
  12091. },
  12092. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  12093. "version": "6.0.1",
  12094. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12095. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12096. "license": "MIT",
  12097. "dependencies": {
  12098. "ansi-regex": "^5.0.1"
  12099. },
  12100. "engines": {
  12101. "node": ">=8"
  12102. }
  12103. },
  12104. "node_modules/string-width/node_modules/ansi-regex": {
  12105. "version": "5.0.1",
  12106. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12107. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12108. "license": "MIT",
  12109. "engines": {
  12110. "node": ">=8"
  12111. }
  12112. },
  12113. "node_modules/string-width/node_modules/strip-ansi": {
  12114. "version": "6.0.1",
  12115. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12116. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12117. "license": "MIT",
  12118. "dependencies": {
  12119. "ansi-regex": "^5.0.1"
  12120. },
  12121. "engines": {
  12122. "node": ">=8"
  12123. }
  12124. },
  12125. "node_modules/strip-ansi": {
  12126. "version": "7.1.2",
  12127. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz",
  12128. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  12129. "license": "MIT",
  12130. "dependencies": {
  12131. "ansi-regex": "^6.0.1"
  12132. },
  12133. "engines": {
  12134. "node": ">=12"
  12135. },
  12136. "funding": {
  12137. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  12138. }
  12139. },
  12140. "node_modules/strip-ansi-cjs": {
  12141. "name": "strip-ansi",
  12142. "version": "6.0.1",
  12143. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12144. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12145. "license": "MIT",
  12146. "dependencies": {
  12147. "ansi-regex": "^5.0.1"
  12148. },
  12149. "engines": {
  12150. "node": ">=8"
  12151. }
  12152. },
  12153. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  12154. "version": "5.0.1",
  12155. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12156. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12157. "license": "MIT",
  12158. "engines": {
  12159. "node": ">=8"
  12160. }
  12161. },
  12162. "node_modules/strip-final-newline": {
  12163. "version": "4.0.0",
  12164. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  12165. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  12166. "dev": true,
  12167. "license": "MIT",
  12168. "engines": {
  12169. "node": ">=18"
  12170. },
  12171. "funding": {
  12172. "url": "https://github.com/sponsors/sindresorhus"
  12173. }
  12174. },
  12175. "node_modules/strip-literal": {
  12176. "version": "3.1.0",
  12177. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.1.0.tgz",
  12178. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  12179. "license": "MIT",
  12180. "dependencies": {
  12181. "js-tokens": "^9.0.1"
  12182. },
  12183. "funding": {
  12184. "url": "https://github.com/sponsors/antfu"
  12185. }
  12186. },
  12187. "node_modules/strip-literal/node_modules/js-tokens": {
  12188. "version": "9.0.1",
  12189. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  12190. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  12191. "license": "MIT"
  12192. },
  12193. "node_modules/structured-clone-es": {
  12194. "version": "1.0.0",
  12195. "resolved": "https://registry.npmmirror.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  12196. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  12197. "license": "ISC"
  12198. },
  12199. "node_modules/stylehacks": {
  12200. "version": "7.0.7",
  12201. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.7.tgz",
  12202. "integrity": "sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==",
  12203. "license": "MIT",
  12204. "dependencies": {
  12205. "browserslist": "^4.27.0",
  12206. "postcss-selector-parser": "^7.1.0"
  12207. },
  12208. "engines": {
  12209. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12210. },
  12211. "peerDependencies": {
  12212. "postcss": "^8.4.32"
  12213. }
  12214. },
  12215. "node_modules/stylis": {
  12216. "version": "4.3.6",
  12217. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  12218. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  12219. "license": "MIT"
  12220. },
  12221. "node_modules/superjson": {
  12222. "version": "2.2.2",
  12223. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  12224. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  12225. "license": "MIT",
  12226. "dependencies": {
  12227. "copy-anything": "^3.0.2"
  12228. },
  12229. "engines": {
  12230. "node": ">=16"
  12231. }
  12232. },
  12233. "node_modules/supports-color": {
  12234. "version": "10.2.2",
  12235. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-10.2.2.tgz",
  12236. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  12237. "license": "MIT",
  12238. "engines": {
  12239. "node": ">=18"
  12240. },
  12241. "funding": {
  12242. "url": "https://github.com/chalk/supports-color?sponsor=1"
  12243. }
  12244. },
  12245. "node_modules/supports-preserve-symlinks-flag": {
  12246. "version": "1.0.0",
  12247. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12248. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12249. "license": "MIT",
  12250. "engines": {
  12251. "node": ">= 0.4"
  12252. },
  12253. "funding": {
  12254. "url": "https://github.com/sponsors/ljharb"
  12255. }
  12256. },
  12257. "node_modules/svgo": {
  12258. "version": "4.0.0",
  12259. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-4.0.0.tgz",
  12260. "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
  12261. "license": "MIT",
  12262. "dependencies": {
  12263. "commander": "^11.1.0",
  12264. "css-select": "^5.1.0",
  12265. "css-tree": "^3.0.1",
  12266. "css-what": "^6.1.0",
  12267. "csso": "^5.0.5",
  12268. "picocolors": "^1.1.1",
  12269. "sax": "^1.4.1"
  12270. },
  12271. "bin": {
  12272. "svgo": "bin/svgo.js"
  12273. },
  12274. "engines": {
  12275. "node": ">=16"
  12276. },
  12277. "funding": {
  12278. "type": "opencollective",
  12279. "url": "https://opencollective.com/svgo"
  12280. }
  12281. },
  12282. "node_modules/svgo/node_modules/commander": {
  12283. "version": "11.1.0",
  12284. "resolved": "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz",
  12285. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  12286. "license": "MIT",
  12287. "engines": {
  12288. "node": ">=16"
  12289. }
  12290. },
  12291. "node_modules/system-architecture": {
  12292. "version": "0.1.0",
  12293. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  12294. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  12295. "license": "MIT",
  12296. "engines": {
  12297. "node": ">=18"
  12298. },
  12299. "funding": {
  12300. "url": "https://github.com/sponsors/sindresorhus"
  12301. }
  12302. },
  12303. "node_modules/tagged-tag": {
  12304. "version": "1.0.0",
  12305. "resolved": "https://registry.npmmirror.com/tagged-tag/-/tagged-tag-1.0.0.tgz",
  12306. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  12307. "license": "MIT",
  12308. "engines": {
  12309. "node": ">=20"
  12310. },
  12311. "funding": {
  12312. "url": "https://github.com/sponsors/sindresorhus"
  12313. }
  12314. },
  12315. "node_modules/tailwindcss": {
  12316. "version": "4.2.1",
  12317. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.2.1.tgz",
  12318. "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
  12319. "license": "MIT",
  12320. "peer": true
  12321. },
  12322. "node_modules/tailwindcss-primeui": {
  12323. "version": "0.6.1",
  12324. "resolved": "https://registry.npmmirror.com/tailwindcss-primeui/-/tailwindcss-primeui-0.6.1.tgz",
  12325. "integrity": "sha512-T69Rylcrmnt8zy9ik+qZvsLuRIrS9/k6rYJSIgZ1trnbEzGDDQSCIdmfyZknevqiHwpSJHSmQ9XT2C+S/hJY4A==",
  12326. "license": "MIT",
  12327. "peerDependencies": {
  12328. "tailwindcss": ">=3.1.0"
  12329. }
  12330. },
  12331. "node_modules/tar": {
  12332. "version": "7.5.2",
  12333. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.5.2.tgz",
  12334. "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
  12335. "license": "BlueOak-1.0.0",
  12336. "dependencies": {
  12337. "@isaacs/fs-minipass": "^4.0.0",
  12338. "chownr": "^3.0.0",
  12339. "minipass": "^7.1.2",
  12340. "minizlib": "^3.1.0",
  12341. "yallist": "^5.0.0"
  12342. },
  12343. "engines": {
  12344. "node": ">=18"
  12345. }
  12346. },
  12347. "node_modules/tar-stream": {
  12348. "version": "3.1.7",
  12349. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  12350. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  12351. "license": "MIT",
  12352. "dependencies": {
  12353. "b4a": "^1.6.4",
  12354. "fast-fifo": "^1.2.0",
  12355. "streamx": "^2.15.0"
  12356. }
  12357. },
  12358. "node_modules/tar/node_modules/yallist": {
  12359. "version": "5.0.0",
  12360. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  12361. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  12362. "license": "BlueOak-1.0.0",
  12363. "engines": {
  12364. "node": ">=18"
  12365. }
  12366. },
  12367. "node_modules/terser": {
  12368. "version": "5.44.1",
  12369. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.44.1.tgz",
  12370. "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
  12371. "license": "BSD-2-Clause",
  12372. "dependencies": {
  12373. "@jridgewell/source-map": "^0.3.3",
  12374. "acorn": "^8.15.0",
  12375. "commander": "^2.20.0",
  12376. "source-map-support": "~0.5.20"
  12377. },
  12378. "bin": {
  12379. "terser": "bin/terser"
  12380. },
  12381. "engines": {
  12382. "node": ">=10"
  12383. }
  12384. },
  12385. "node_modules/terser/node_modules/commander": {
  12386. "version": "2.20.3",
  12387. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12388. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12389. "license": "MIT"
  12390. },
  12391. "node_modules/text-decoder": {
  12392. "version": "1.2.3",
  12393. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
  12394. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  12395. "license": "Apache-2.0",
  12396. "dependencies": {
  12397. "b4a": "^1.6.4"
  12398. }
  12399. },
  12400. "node_modules/thenify": {
  12401. "version": "3.3.1",
  12402. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  12403. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  12404. "dev": true,
  12405. "license": "MIT",
  12406. "dependencies": {
  12407. "any-promise": "^1.0.0"
  12408. }
  12409. },
  12410. "node_modules/thenify-all": {
  12411. "version": "1.6.0",
  12412. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  12413. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  12414. "dev": true,
  12415. "license": "MIT",
  12416. "dependencies": {
  12417. "thenify": ">= 3.1.0 < 4"
  12418. },
  12419. "engines": {
  12420. "node": ">=0.8"
  12421. }
  12422. },
  12423. "node_modules/throttle-debounce": {
  12424. "version": "5.0.2",
  12425. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  12426. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  12427. "license": "MIT",
  12428. "engines": {
  12429. "node": ">=12.22"
  12430. }
  12431. },
  12432. "node_modules/through": {
  12433. "version": "2.3.8",
  12434. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  12435. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  12436. "dev": true,
  12437. "license": "MIT"
  12438. },
  12439. "node_modules/tiny-invariant": {
  12440. "version": "1.3.3",
  12441. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  12442. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  12443. "license": "MIT"
  12444. },
  12445. "node_modules/tinyexec": {
  12446. "version": "1.0.2",
  12447. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  12448. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  12449. "license": "MIT",
  12450. "engines": {
  12451. "node": ">=18"
  12452. }
  12453. },
  12454. "node_modules/tinyglobby": {
  12455. "version": "0.2.15",
  12456. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  12457. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  12458. "license": "MIT",
  12459. "dependencies": {
  12460. "fdir": "^6.5.0",
  12461. "picomatch": "^4.0.3"
  12462. },
  12463. "engines": {
  12464. "node": ">=12.0.0"
  12465. },
  12466. "funding": {
  12467. "url": "https://github.com/sponsors/SuperchupuDev"
  12468. }
  12469. },
  12470. "node_modules/to-arraybuffer": {
  12471. "version": "1.0.1",
  12472. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  12473. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  12474. "dev": true,
  12475. "license": "MIT"
  12476. },
  12477. "node_modules/to-regex-range": {
  12478. "version": "5.0.1",
  12479. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  12480. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  12481. "license": "MIT",
  12482. "dependencies": {
  12483. "is-number": "^7.0.0"
  12484. },
  12485. "engines": {
  12486. "node": ">=8.0"
  12487. }
  12488. },
  12489. "node_modules/toidentifier": {
  12490. "version": "1.0.1",
  12491. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  12492. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  12493. "license": "MIT",
  12494. "engines": {
  12495. "node": ">=0.6"
  12496. }
  12497. },
  12498. "node_modules/topojson-client": {
  12499. "version": "3.1.0",
  12500. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  12501. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  12502. "license": "ISC",
  12503. "dependencies": {
  12504. "commander": "2"
  12505. },
  12506. "bin": {
  12507. "topo2geo": "bin/topo2geo",
  12508. "topomerge": "bin/topomerge",
  12509. "topoquantize": "bin/topoquantize"
  12510. }
  12511. },
  12512. "node_modules/topojson-client/node_modules/commander": {
  12513. "version": "2.20.3",
  12514. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12515. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12516. "license": "MIT"
  12517. },
  12518. "node_modules/totalist": {
  12519. "version": "3.0.1",
  12520. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  12521. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  12522. "license": "MIT",
  12523. "engines": {
  12524. "node": ">=6"
  12525. }
  12526. },
  12527. "node_modules/tr46": {
  12528. "version": "0.0.3",
  12529. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  12530. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  12531. "license": "MIT"
  12532. },
  12533. "node_modules/tslib": {
  12534. "version": "2.8.1",
  12535. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  12536. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  12537. "license": "0BSD"
  12538. },
  12539. "node_modules/type-level-regexp": {
  12540. "version": "0.1.17",
  12541. "resolved": "https://registry.npmmirror.com/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  12542. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  12543. "license": "MIT"
  12544. },
  12545. "node_modules/typescript": {
  12546. "version": "5.8.3",
  12547. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  12548. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  12549. "devOptional": true,
  12550. "license": "Apache-2.0",
  12551. "bin": {
  12552. "tsc": "bin/tsc",
  12553. "tsserver": "bin/tsserver"
  12554. },
  12555. "engines": {
  12556. "node": ">=14.17"
  12557. }
  12558. },
  12559. "node_modules/ufo": {
  12560. "version": "1.6.1",
  12561. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  12562. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  12563. "license": "MIT"
  12564. },
  12565. "node_modules/ultrahtml": {
  12566. "version": "1.6.0",
  12567. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.6.0.tgz",
  12568. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  12569. "license": "MIT"
  12570. },
  12571. "node_modules/uncrypto": {
  12572. "version": "0.1.3",
  12573. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  12574. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  12575. "license": "MIT"
  12576. },
  12577. "node_modules/unctx": {
  12578. "version": "2.4.1",
  12579. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.4.1.tgz",
  12580. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  12581. "license": "MIT",
  12582. "dependencies": {
  12583. "acorn": "^8.14.0",
  12584. "estree-walker": "^3.0.3",
  12585. "magic-string": "^0.30.17",
  12586. "unplugin": "^2.1.0"
  12587. }
  12588. },
  12589. "node_modules/unctx/node_modules/estree-walker": {
  12590. "version": "3.0.3",
  12591. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12592. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12593. "license": "MIT",
  12594. "dependencies": {
  12595. "@types/estree": "^1.0.0"
  12596. }
  12597. },
  12598. "node_modules/undici-types": {
  12599. "version": "6.21.0",
  12600. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  12601. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  12602. "devOptional": true,
  12603. "license": "MIT"
  12604. },
  12605. "node_modules/unenv": {
  12606. "version": "2.0.0-rc.24",
  12607. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-2.0.0-rc.24.tgz",
  12608. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  12609. "license": "MIT",
  12610. "dependencies": {
  12611. "pathe": "^2.0.3"
  12612. }
  12613. },
  12614. "node_modules/unescape": {
  12615. "version": "1.0.1",
  12616. "resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
  12617. "integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  12618. "dev": true,
  12619. "license": "MIT",
  12620. "dependencies": {
  12621. "extend-shallow": "^2.0.1"
  12622. },
  12623. "engines": {
  12624. "node": ">=0.10.0"
  12625. }
  12626. },
  12627. "node_modules/unhead": {
  12628. "version": "2.1.1",
  12629. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-2.1.1.tgz",
  12630. "integrity": "sha512-NOt8n2KybAOxSLfNXegAVai4SGU8bPKqWnqCzNAvnRH2i8mW+0bbFjN/L75LBgCSTiOjJSpANe5w2V34Grr7Cw==",
  12631. "license": "MIT",
  12632. "dependencies": {
  12633. "hookable": "^5.5.3"
  12634. },
  12635. "funding": {
  12636. "url": "https://github.com/sponsors/harlan-zw"
  12637. }
  12638. },
  12639. "node_modules/unicorn-magic": {
  12640. "version": "0.3.0",
  12641. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  12642. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  12643. "license": "MIT",
  12644. "engines": {
  12645. "node": ">=18"
  12646. },
  12647. "funding": {
  12648. "url": "https://github.com/sponsors/sindresorhus"
  12649. }
  12650. },
  12651. "node_modules/unimport": {
  12652. "version": "5.6.0",
  12653. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-5.6.0.tgz",
  12654. "integrity": "sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==",
  12655. "license": "MIT",
  12656. "dependencies": {
  12657. "acorn": "^8.15.0",
  12658. "escape-string-regexp": "^5.0.0",
  12659. "estree-walker": "^3.0.3",
  12660. "local-pkg": "^1.1.2",
  12661. "magic-string": "^0.30.21",
  12662. "mlly": "^1.8.0",
  12663. "pathe": "^2.0.3",
  12664. "picomatch": "^4.0.3",
  12665. "pkg-types": "^2.3.0",
  12666. "scule": "^1.3.0",
  12667. "strip-literal": "^3.1.0",
  12668. "tinyglobby": "^0.2.15",
  12669. "unplugin": "^2.3.11",
  12670. "unplugin-utils": "^0.3.1"
  12671. },
  12672. "engines": {
  12673. "node": ">=18.12.0"
  12674. }
  12675. },
  12676. "node_modules/unimport/node_modules/estree-walker": {
  12677. "version": "3.0.3",
  12678. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12679. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12680. "license": "MIT",
  12681. "dependencies": {
  12682. "@types/estree": "^1.0.0"
  12683. }
  12684. },
  12685. "node_modules/unimport/node_modules/unplugin-utils": {
  12686. "version": "0.3.1",
  12687. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12688. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12689. "license": "MIT",
  12690. "dependencies": {
  12691. "pathe": "^2.0.3",
  12692. "picomatch": "^4.0.3"
  12693. },
  12694. "engines": {
  12695. "node": ">=20.19.0"
  12696. },
  12697. "funding": {
  12698. "url": "https://github.com/sponsors/sxzz"
  12699. }
  12700. },
  12701. "node_modules/universalify": {
  12702. "version": "2.0.1",
  12703. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  12704. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  12705. "dev": true,
  12706. "license": "MIT",
  12707. "engines": {
  12708. "node": ">= 10.0.0"
  12709. }
  12710. },
  12711. "node_modules/unplugin": {
  12712. "version": "2.3.11",
  12713. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.11.tgz",
  12714. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  12715. "license": "MIT",
  12716. "dependencies": {
  12717. "@jridgewell/remapping": "^2.3.5",
  12718. "acorn": "^8.15.0",
  12719. "picomatch": "^4.0.3",
  12720. "webpack-virtual-modules": "^0.6.2"
  12721. },
  12722. "engines": {
  12723. "node": ">=18.12.0"
  12724. }
  12725. },
  12726. "node_modules/unplugin-utils": {
  12727. "version": "0.2.5",
  12728. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  12729. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  12730. "license": "MIT",
  12731. "dependencies": {
  12732. "pathe": "^2.0.3",
  12733. "picomatch": "^4.0.3"
  12734. },
  12735. "engines": {
  12736. "node": ">=18.12.0"
  12737. },
  12738. "funding": {
  12739. "url": "https://github.com/sponsors/sxzz"
  12740. }
  12741. },
  12742. "node_modules/unplugin-vue-router": {
  12743. "version": "0.19.1",
  12744. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.19.1.tgz",
  12745. "integrity": "sha512-LJVRzfxS4j34K4sx4pggzhqpfAtXNZ6mLLRHvlSbDw11lWKLluuLXRbSWLXfiVj4RHeNHXu/+XxsGX65Ogu07Q==",
  12746. "license": "MIT",
  12747. "dependencies": {
  12748. "@babel/generator": "^7.28.5",
  12749. "@vue-macros/common": "^3.1.1",
  12750. "@vue/language-core": "^3.1.8",
  12751. "ast-walker-scope": "^0.8.3",
  12752. "chokidar": "^5.0.0",
  12753. "json5": "^2.2.3",
  12754. "local-pkg": "^1.1.2",
  12755. "magic-string": "^0.30.21",
  12756. "mlly": "^1.8.0",
  12757. "muggle-string": "^0.4.1",
  12758. "pathe": "^2.0.3",
  12759. "picomatch": "^4.0.3",
  12760. "scule": "^1.3.0",
  12761. "tinyglobby": "^0.2.15",
  12762. "unplugin": "^2.3.11",
  12763. "unplugin-utils": "^0.3.1",
  12764. "yaml": "^2.8.2"
  12765. },
  12766. "peerDependencies": {
  12767. "@vue/compiler-sfc": "^3.5.17",
  12768. "vue-router": "^4.6.0"
  12769. },
  12770. "peerDependenciesMeta": {
  12771. "vue-router": {
  12772. "optional": true
  12773. }
  12774. }
  12775. },
  12776. "node_modules/unplugin-vue-router/node_modules/@volar/language-core": {
  12777. "version": "2.4.27",
  12778. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.27.tgz",
  12779. "integrity": "sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==",
  12780. "license": "MIT",
  12781. "dependencies": {
  12782. "@volar/source-map": "2.4.27"
  12783. }
  12784. },
  12785. "node_modules/unplugin-vue-router/node_modules/@volar/source-map": {
  12786. "version": "2.4.27",
  12787. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.27.tgz",
  12788. "integrity": "sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==",
  12789. "license": "MIT"
  12790. },
  12791. "node_modules/unplugin-vue-router/node_modules/@vue/language-core": {
  12792. "version": "3.2.1",
  12793. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-3.2.1.tgz",
  12794. "integrity": "sha512-g6oSenpnGMtpxHGAwKuu7HJJkNZpemK/zg3vZzZbJ6cnnXq1ssxuNrXSsAHYM3NvH8p4IkTw+NLmuxyeYz4r8A==",
  12795. "license": "MIT",
  12796. "dependencies": {
  12797. "@volar/language-core": "2.4.27",
  12798. "@vue/compiler-dom": "^3.5.0",
  12799. "@vue/shared": "^3.5.0",
  12800. "alien-signals": "^3.0.0",
  12801. "muggle-string": "^0.4.1",
  12802. "path-browserify": "^1.0.1",
  12803. "picomatch": "^4.0.2"
  12804. }
  12805. },
  12806. "node_modules/unplugin-vue-router/node_modules/alien-signals": {
  12807. "version": "3.1.2",
  12808. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-3.1.2.tgz",
  12809. "integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
  12810. "license": "MIT"
  12811. },
  12812. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  12813. "version": "5.0.0",
  12814. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  12815. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12816. "license": "MIT",
  12817. "dependencies": {
  12818. "readdirp": "^5.0.0"
  12819. },
  12820. "engines": {
  12821. "node": ">= 20.19.0"
  12822. },
  12823. "funding": {
  12824. "url": "https://paulmillr.com/funding/"
  12825. }
  12826. },
  12827. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  12828. "version": "5.0.0",
  12829. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  12830. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12831. "license": "MIT",
  12832. "engines": {
  12833. "node": ">= 20.19.0"
  12834. },
  12835. "funding": {
  12836. "type": "individual",
  12837. "url": "https://paulmillr.com/funding/"
  12838. }
  12839. },
  12840. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  12841. "version": "0.3.1",
  12842. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12843. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12844. "license": "MIT",
  12845. "dependencies": {
  12846. "pathe": "^2.0.3",
  12847. "picomatch": "^4.0.3"
  12848. },
  12849. "engines": {
  12850. "node": ">=20.19.0"
  12851. },
  12852. "funding": {
  12853. "url": "https://github.com/sponsors/sxzz"
  12854. }
  12855. },
  12856. "node_modules/unstorage": {
  12857. "version": "1.17.3",
  12858. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.17.3.tgz",
  12859. "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==",
  12860. "license": "MIT",
  12861. "dependencies": {
  12862. "anymatch": "^3.1.3",
  12863. "chokidar": "^4.0.3",
  12864. "destr": "^2.0.5",
  12865. "h3": "^1.15.4",
  12866. "lru-cache": "^10.4.3",
  12867. "node-fetch-native": "^1.6.7",
  12868. "ofetch": "^1.5.1",
  12869. "ufo": "^1.6.1"
  12870. },
  12871. "peerDependencies": {
  12872. "@azure/app-configuration": "^1.8.0",
  12873. "@azure/cosmos": "^4.2.0",
  12874. "@azure/data-tables": "^13.3.0",
  12875. "@azure/identity": "^4.6.0",
  12876. "@azure/keyvault-secrets": "^4.9.0",
  12877. "@azure/storage-blob": "^12.26.0",
  12878. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  12879. "@deno/kv": ">=0.9.0",
  12880. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  12881. "@planetscale/database": "^1.19.0",
  12882. "@upstash/redis": "^1.34.3",
  12883. "@vercel/blob": ">=0.27.1",
  12884. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12885. "@vercel/kv": "^1.0.1",
  12886. "aws4fetch": "^1.0.20",
  12887. "db0": ">=0.2.1",
  12888. "idb-keyval": "^6.2.1",
  12889. "ioredis": "^5.4.2",
  12890. "uploadthing": "^7.4.4"
  12891. },
  12892. "peerDependenciesMeta": {
  12893. "@azure/app-configuration": {
  12894. "optional": true
  12895. },
  12896. "@azure/cosmos": {
  12897. "optional": true
  12898. },
  12899. "@azure/data-tables": {
  12900. "optional": true
  12901. },
  12902. "@azure/identity": {
  12903. "optional": true
  12904. },
  12905. "@azure/keyvault-secrets": {
  12906. "optional": true
  12907. },
  12908. "@azure/storage-blob": {
  12909. "optional": true
  12910. },
  12911. "@capacitor/preferences": {
  12912. "optional": true
  12913. },
  12914. "@deno/kv": {
  12915. "optional": true
  12916. },
  12917. "@netlify/blobs": {
  12918. "optional": true
  12919. },
  12920. "@planetscale/database": {
  12921. "optional": true
  12922. },
  12923. "@upstash/redis": {
  12924. "optional": true
  12925. },
  12926. "@vercel/blob": {
  12927. "optional": true
  12928. },
  12929. "@vercel/functions": {
  12930. "optional": true
  12931. },
  12932. "@vercel/kv": {
  12933. "optional": true
  12934. },
  12935. "aws4fetch": {
  12936. "optional": true
  12937. },
  12938. "db0": {
  12939. "optional": true
  12940. },
  12941. "idb-keyval": {
  12942. "optional": true
  12943. },
  12944. "ioredis": {
  12945. "optional": true
  12946. },
  12947. "uploadthing": {
  12948. "optional": true
  12949. }
  12950. }
  12951. },
  12952. "node_modules/unstorage/node_modules/lru-cache": {
  12953. "version": "10.4.3",
  12954. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  12955. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  12956. "license": "ISC"
  12957. },
  12958. "node_modules/untun": {
  12959. "version": "0.1.3",
  12960. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  12961. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12962. "license": "MIT",
  12963. "dependencies": {
  12964. "citty": "^0.1.5",
  12965. "consola": "^3.2.3",
  12966. "pathe": "^1.1.1"
  12967. },
  12968. "bin": {
  12969. "untun": "bin/untun.mjs"
  12970. }
  12971. },
  12972. "node_modules/untun/node_modules/pathe": {
  12973. "version": "1.1.2",
  12974. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  12975. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12976. "license": "MIT"
  12977. },
  12978. "node_modules/untyped": {
  12979. "version": "2.0.0",
  12980. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-2.0.0.tgz",
  12981. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12982. "license": "MIT",
  12983. "dependencies": {
  12984. "citty": "^0.1.6",
  12985. "defu": "^6.1.4",
  12986. "jiti": "^2.4.2",
  12987. "knitwork": "^1.2.0",
  12988. "scule": "^1.3.0"
  12989. },
  12990. "bin": {
  12991. "untyped": "dist/cli.mjs"
  12992. }
  12993. },
  12994. "node_modules/unwasm": {
  12995. "version": "0.3.11",
  12996. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.11.tgz",
  12997. "integrity": "sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==",
  12998. "license": "MIT",
  12999. "dependencies": {
  13000. "knitwork": "^1.2.0",
  13001. "magic-string": "^0.30.17",
  13002. "mlly": "^1.7.4",
  13003. "pathe": "^2.0.3",
  13004. "pkg-types": "^2.2.0",
  13005. "unplugin": "^2.3.6"
  13006. }
  13007. },
  13008. "node_modules/update-browserslist-db": {
  13009. "version": "1.2.3",
  13010. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  13011. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  13012. "funding": [
  13013. {
  13014. "type": "opencollective",
  13015. "url": "https://opencollective.com/browserslist"
  13016. },
  13017. {
  13018. "type": "tidelift",
  13019. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13020. },
  13021. {
  13022. "type": "github",
  13023. "url": "https://github.com/sponsors/ai"
  13024. }
  13025. ],
  13026. "license": "MIT",
  13027. "dependencies": {
  13028. "escalade": "^3.2.0",
  13029. "picocolors": "^1.1.1"
  13030. },
  13031. "bin": {
  13032. "update-browserslist-db": "cli.js"
  13033. },
  13034. "peerDependencies": {
  13035. "browserslist": ">= 4.21.0"
  13036. }
  13037. },
  13038. "node_modules/uqr": {
  13039. "version": "0.1.2",
  13040. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  13041. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  13042. "license": "MIT"
  13043. },
  13044. "node_modules/urllib": {
  13045. "version": "2.44.0",
  13046. "resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  13047. "integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  13048. "dev": true,
  13049. "license": "MIT",
  13050. "dependencies": {
  13051. "any-promise": "^1.3.0",
  13052. "content-type": "^1.0.2",
  13053. "default-user-agent": "^1.0.0",
  13054. "digest-header": "^1.0.0",
  13055. "ee-first": "~1.1.1",
  13056. "formstream": "^1.1.0",
  13057. "humanize-ms": "^1.2.0",
  13058. "iconv-lite": "^0.6.3",
  13059. "pump": "^3.0.0",
  13060. "qs": "^6.4.0",
  13061. "statuses": "^1.3.1",
  13062. "utility": "^1.16.1"
  13063. },
  13064. "engines": {
  13065. "node": ">= 0.10.0"
  13066. },
  13067. "peerDependencies": {
  13068. "proxy-agent": "^5.0.0"
  13069. },
  13070. "peerDependenciesMeta": {
  13071. "proxy-agent": {
  13072. "optional": true
  13073. }
  13074. }
  13075. },
  13076. "node_modules/urllib/node_modules/iconv-lite": {
  13077. "version": "0.6.3",
  13078. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  13079. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  13080. "dev": true,
  13081. "license": "MIT",
  13082. "dependencies": {
  13083. "safer-buffer": ">= 2.1.2 < 3.0.0"
  13084. },
  13085. "engines": {
  13086. "node": ">=0.10.0"
  13087. }
  13088. },
  13089. "node_modules/util-deprecate": {
  13090. "version": "1.0.2",
  13091. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13092. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13093. "license": "MIT"
  13094. },
  13095. "node_modules/utility": {
  13096. "version": "1.18.0",
  13097. "resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  13098. "integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  13099. "dev": true,
  13100. "license": "MIT",
  13101. "dependencies": {
  13102. "copy-to": "^2.0.1",
  13103. "escape-html": "^1.0.3",
  13104. "mkdirp": "^0.5.1",
  13105. "mz": "^2.7.0",
  13106. "unescape": "^1.0.1"
  13107. },
  13108. "engines": {
  13109. "node": ">= 0.12.0"
  13110. }
  13111. },
  13112. "node_modules/vite": {
  13113. "version": "6.4.1",
  13114. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz",
  13115. "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
  13116. "license": "MIT",
  13117. "dependencies": {
  13118. "esbuild": "^0.25.0",
  13119. "fdir": "^6.4.4",
  13120. "picomatch": "^4.0.2",
  13121. "postcss": "^8.5.3",
  13122. "rollup": "^4.34.9",
  13123. "tinyglobby": "^0.2.13"
  13124. },
  13125. "bin": {
  13126. "vite": "bin/vite.js"
  13127. },
  13128. "engines": {
  13129. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  13130. },
  13131. "funding": {
  13132. "url": "https://github.com/vitejs/vite?sponsor=1"
  13133. },
  13134. "optionalDependencies": {
  13135. "fsevents": "~2.3.3"
  13136. },
  13137. "peerDependencies": {
  13138. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  13139. "jiti": ">=1.21.0",
  13140. "less": "*",
  13141. "lightningcss": "^1.21.0",
  13142. "sass": "*",
  13143. "sass-embedded": "*",
  13144. "stylus": "*",
  13145. "sugarss": "*",
  13146. "terser": "^5.16.0",
  13147. "tsx": "^4.8.1",
  13148. "yaml": "^2.4.2"
  13149. },
  13150. "peerDependenciesMeta": {
  13151. "@types/node": {
  13152. "optional": true
  13153. },
  13154. "jiti": {
  13155. "optional": true
  13156. },
  13157. "less": {
  13158. "optional": true
  13159. },
  13160. "lightningcss": {
  13161. "optional": true
  13162. },
  13163. "sass": {
  13164. "optional": true
  13165. },
  13166. "sass-embedded": {
  13167. "optional": true
  13168. },
  13169. "stylus": {
  13170. "optional": true
  13171. },
  13172. "sugarss": {
  13173. "optional": true
  13174. },
  13175. "terser": {
  13176. "optional": true
  13177. },
  13178. "tsx": {
  13179. "optional": true
  13180. },
  13181. "yaml": {
  13182. "optional": true
  13183. }
  13184. }
  13185. },
  13186. "node_modules/vite-dev-rpc": {
  13187. "version": "1.1.0",
  13188. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  13189. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  13190. "license": "MIT",
  13191. "dependencies": {
  13192. "birpc": "^2.4.0",
  13193. "vite-hot-client": "^2.1.0"
  13194. },
  13195. "funding": {
  13196. "url": "https://github.com/sponsors/antfu"
  13197. },
  13198. "peerDependencies": {
  13199. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  13200. }
  13201. },
  13202. "node_modules/vite-hot-client": {
  13203. "version": "2.1.0",
  13204. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  13205. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  13206. "license": "MIT",
  13207. "funding": {
  13208. "url": "https://github.com/sponsors/antfu"
  13209. },
  13210. "peerDependencies": {
  13211. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  13212. }
  13213. },
  13214. "node_modules/vite-node": {
  13215. "version": "5.2.0",
  13216. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-5.2.0.tgz",
  13217. "integrity": "sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==",
  13218. "license": "MIT",
  13219. "dependencies": {
  13220. "cac": "^6.7.14",
  13221. "es-module-lexer": "^1.7.0",
  13222. "obug": "^2.0.0",
  13223. "pathe": "^2.0.3",
  13224. "vite": "^7.2.2"
  13225. },
  13226. "bin": {
  13227. "vite-node": "dist/cli.mjs"
  13228. },
  13229. "engines": {
  13230. "node": "^20.19.0 || >=22.12.0"
  13231. },
  13232. "funding": {
  13233. "url": "https://opencollective.com/antfu"
  13234. }
  13235. },
  13236. "node_modules/vite-node/node_modules/@esbuild/aix-ppc64": {
  13237. "version": "0.27.2",
  13238. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  13239. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  13240. "cpu": [
  13241. "ppc64"
  13242. ],
  13243. "license": "MIT",
  13244. "optional": true,
  13245. "os": [
  13246. "aix"
  13247. ],
  13248. "engines": {
  13249. "node": ">=18"
  13250. }
  13251. },
  13252. "node_modules/vite-node/node_modules/@esbuild/android-arm": {
  13253. "version": "0.27.2",
  13254. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  13255. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  13256. "cpu": [
  13257. "arm"
  13258. ],
  13259. "license": "MIT",
  13260. "optional": true,
  13261. "os": [
  13262. "android"
  13263. ],
  13264. "engines": {
  13265. "node": ">=18"
  13266. }
  13267. },
  13268. "node_modules/vite-node/node_modules/@esbuild/android-arm64": {
  13269. "version": "0.27.2",
  13270. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  13271. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  13272. "cpu": [
  13273. "arm64"
  13274. ],
  13275. "license": "MIT",
  13276. "optional": true,
  13277. "os": [
  13278. "android"
  13279. ],
  13280. "engines": {
  13281. "node": ">=18"
  13282. }
  13283. },
  13284. "node_modules/vite-node/node_modules/@esbuild/android-x64": {
  13285. "version": "0.27.2",
  13286. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  13287. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  13288. "cpu": [
  13289. "x64"
  13290. ],
  13291. "license": "MIT",
  13292. "optional": true,
  13293. "os": [
  13294. "android"
  13295. ],
  13296. "engines": {
  13297. "node": ">=18"
  13298. }
  13299. },
  13300. "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": {
  13301. "version": "0.27.2",
  13302. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  13303. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  13304. "cpu": [
  13305. "arm64"
  13306. ],
  13307. "license": "MIT",
  13308. "optional": true,
  13309. "os": [
  13310. "darwin"
  13311. ],
  13312. "engines": {
  13313. "node": ">=18"
  13314. }
  13315. },
  13316. "node_modules/vite-node/node_modules/@esbuild/darwin-x64": {
  13317. "version": "0.27.2",
  13318. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  13319. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  13320. "cpu": [
  13321. "x64"
  13322. ],
  13323. "license": "MIT",
  13324. "optional": true,
  13325. "os": [
  13326. "darwin"
  13327. ],
  13328. "engines": {
  13329. "node": ">=18"
  13330. }
  13331. },
  13332. "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": {
  13333. "version": "0.27.2",
  13334. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  13335. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  13336. "cpu": [
  13337. "arm64"
  13338. ],
  13339. "license": "MIT",
  13340. "optional": true,
  13341. "os": [
  13342. "freebsd"
  13343. ],
  13344. "engines": {
  13345. "node": ">=18"
  13346. }
  13347. },
  13348. "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": {
  13349. "version": "0.27.2",
  13350. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  13351. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  13352. "cpu": [
  13353. "x64"
  13354. ],
  13355. "license": "MIT",
  13356. "optional": true,
  13357. "os": [
  13358. "freebsd"
  13359. ],
  13360. "engines": {
  13361. "node": ">=18"
  13362. }
  13363. },
  13364. "node_modules/vite-node/node_modules/@esbuild/linux-arm": {
  13365. "version": "0.27.2",
  13366. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  13367. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  13368. "cpu": [
  13369. "arm"
  13370. ],
  13371. "license": "MIT",
  13372. "optional": true,
  13373. "os": [
  13374. "linux"
  13375. ],
  13376. "engines": {
  13377. "node": ">=18"
  13378. }
  13379. },
  13380. "node_modules/vite-node/node_modules/@esbuild/linux-arm64": {
  13381. "version": "0.27.2",
  13382. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  13383. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  13384. "cpu": [
  13385. "arm64"
  13386. ],
  13387. "license": "MIT",
  13388. "optional": true,
  13389. "os": [
  13390. "linux"
  13391. ],
  13392. "engines": {
  13393. "node": ">=18"
  13394. }
  13395. },
  13396. "node_modules/vite-node/node_modules/@esbuild/linux-ia32": {
  13397. "version": "0.27.2",
  13398. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  13399. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  13400. "cpu": [
  13401. "ia32"
  13402. ],
  13403. "license": "MIT",
  13404. "optional": true,
  13405. "os": [
  13406. "linux"
  13407. ],
  13408. "engines": {
  13409. "node": ">=18"
  13410. }
  13411. },
  13412. "node_modules/vite-node/node_modules/@esbuild/linux-loong64": {
  13413. "version": "0.27.2",
  13414. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  13415. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  13416. "cpu": [
  13417. "loong64"
  13418. ],
  13419. "license": "MIT",
  13420. "optional": true,
  13421. "os": [
  13422. "linux"
  13423. ],
  13424. "engines": {
  13425. "node": ">=18"
  13426. }
  13427. },
  13428. "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": {
  13429. "version": "0.27.2",
  13430. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  13431. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  13432. "cpu": [
  13433. "mips64el"
  13434. ],
  13435. "license": "MIT",
  13436. "optional": true,
  13437. "os": [
  13438. "linux"
  13439. ],
  13440. "engines": {
  13441. "node": ">=18"
  13442. }
  13443. },
  13444. "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": {
  13445. "version": "0.27.2",
  13446. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  13447. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  13448. "cpu": [
  13449. "ppc64"
  13450. ],
  13451. "license": "MIT",
  13452. "optional": true,
  13453. "os": [
  13454. "linux"
  13455. ],
  13456. "engines": {
  13457. "node": ">=18"
  13458. }
  13459. },
  13460. "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": {
  13461. "version": "0.27.2",
  13462. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  13463. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  13464. "cpu": [
  13465. "riscv64"
  13466. ],
  13467. "license": "MIT",
  13468. "optional": true,
  13469. "os": [
  13470. "linux"
  13471. ],
  13472. "engines": {
  13473. "node": ">=18"
  13474. }
  13475. },
  13476. "node_modules/vite-node/node_modules/@esbuild/linux-s390x": {
  13477. "version": "0.27.2",
  13478. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  13479. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  13480. "cpu": [
  13481. "s390x"
  13482. ],
  13483. "license": "MIT",
  13484. "optional": true,
  13485. "os": [
  13486. "linux"
  13487. ],
  13488. "engines": {
  13489. "node": ">=18"
  13490. }
  13491. },
  13492. "node_modules/vite-node/node_modules/@esbuild/linux-x64": {
  13493. "version": "0.27.2",
  13494. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  13495. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  13496. "cpu": [
  13497. "x64"
  13498. ],
  13499. "license": "MIT",
  13500. "optional": true,
  13501. "os": [
  13502. "linux"
  13503. ],
  13504. "engines": {
  13505. "node": ">=18"
  13506. }
  13507. },
  13508. "node_modules/vite-node/node_modules/@esbuild/netbsd-arm64": {
  13509. "version": "0.27.2",
  13510. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  13511. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  13512. "cpu": [
  13513. "arm64"
  13514. ],
  13515. "license": "MIT",
  13516. "optional": true,
  13517. "os": [
  13518. "netbsd"
  13519. ],
  13520. "engines": {
  13521. "node": ">=18"
  13522. }
  13523. },
  13524. "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": {
  13525. "version": "0.27.2",
  13526. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  13527. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  13528. "cpu": [
  13529. "x64"
  13530. ],
  13531. "license": "MIT",
  13532. "optional": true,
  13533. "os": [
  13534. "netbsd"
  13535. ],
  13536. "engines": {
  13537. "node": ">=18"
  13538. }
  13539. },
  13540. "node_modules/vite-node/node_modules/@esbuild/openbsd-arm64": {
  13541. "version": "0.27.2",
  13542. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  13543. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  13544. "cpu": [
  13545. "arm64"
  13546. ],
  13547. "license": "MIT",
  13548. "optional": true,
  13549. "os": [
  13550. "openbsd"
  13551. ],
  13552. "engines": {
  13553. "node": ">=18"
  13554. }
  13555. },
  13556. "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": {
  13557. "version": "0.27.2",
  13558. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  13559. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  13560. "cpu": [
  13561. "x64"
  13562. ],
  13563. "license": "MIT",
  13564. "optional": true,
  13565. "os": [
  13566. "openbsd"
  13567. ],
  13568. "engines": {
  13569. "node": ">=18"
  13570. }
  13571. },
  13572. "node_modules/vite-node/node_modules/@esbuild/openharmony-arm64": {
  13573. "version": "0.27.2",
  13574. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  13575. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  13576. "cpu": [
  13577. "arm64"
  13578. ],
  13579. "license": "MIT",
  13580. "optional": true,
  13581. "os": [
  13582. "openharmony"
  13583. ],
  13584. "engines": {
  13585. "node": ">=18"
  13586. }
  13587. },
  13588. "node_modules/vite-node/node_modules/@esbuild/sunos-x64": {
  13589. "version": "0.27.2",
  13590. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  13591. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  13592. "cpu": [
  13593. "x64"
  13594. ],
  13595. "license": "MIT",
  13596. "optional": true,
  13597. "os": [
  13598. "sunos"
  13599. ],
  13600. "engines": {
  13601. "node": ">=18"
  13602. }
  13603. },
  13604. "node_modules/vite-node/node_modules/@esbuild/win32-arm64": {
  13605. "version": "0.27.2",
  13606. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  13607. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  13608. "cpu": [
  13609. "arm64"
  13610. ],
  13611. "license": "MIT",
  13612. "optional": true,
  13613. "os": [
  13614. "win32"
  13615. ],
  13616. "engines": {
  13617. "node": ">=18"
  13618. }
  13619. },
  13620. "node_modules/vite-node/node_modules/@esbuild/win32-ia32": {
  13621. "version": "0.27.2",
  13622. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  13623. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  13624. "cpu": [
  13625. "ia32"
  13626. ],
  13627. "license": "MIT",
  13628. "optional": true,
  13629. "os": [
  13630. "win32"
  13631. ],
  13632. "engines": {
  13633. "node": ">=18"
  13634. }
  13635. },
  13636. "node_modules/vite-node/node_modules/@esbuild/win32-x64": {
  13637. "version": "0.27.2",
  13638. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  13639. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  13640. "cpu": [
  13641. "x64"
  13642. ],
  13643. "license": "MIT",
  13644. "optional": true,
  13645. "os": [
  13646. "win32"
  13647. ],
  13648. "engines": {
  13649. "node": ">=18"
  13650. }
  13651. },
  13652. "node_modules/vite-node/node_modules/esbuild": {
  13653. "version": "0.27.2",
  13654. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  13655. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  13656. "hasInstallScript": true,
  13657. "license": "MIT",
  13658. "bin": {
  13659. "esbuild": "bin/esbuild"
  13660. },
  13661. "engines": {
  13662. "node": ">=18"
  13663. },
  13664. "optionalDependencies": {
  13665. "@esbuild/aix-ppc64": "0.27.2",
  13666. "@esbuild/android-arm": "0.27.2",
  13667. "@esbuild/android-arm64": "0.27.2",
  13668. "@esbuild/android-x64": "0.27.2",
  13669. "@esbuild/darwin-arm64": "0.27.2",
  13670. "@esbuild/darwin-x64": "0.27.2",
  13671. "@esbuild/freebsd-arm64": "0.27.2",
  13672. "@esbuild/freebsd-x64": "0.27.2",
  13673. "@esbuild/linux-arm": "0.27.2",
  13674. "@esbuild/linux-arm64": "0.27.2",
  13675. "@esbuild/linux-ia32": "0.27.2",
  13676. "@esbuild/linux-loong64": "0.27.2",
  13677. "@esbuild/linux-mips64el": "0.27.2",
  13678. "@esbuild/linux-ppc64": "0.27.2",
  13679. "@esbuild/linux-riscv64": "0.27.2",
  13680. "@esbuild/linux-s390x": "0.27.2",
  13681. "@esbuild/linux-x64": "0.27.2",
  13682. "@esbuild/netbsd-arm64": "0.27.2",
  13683. "@esbuild/netbsd-x64": "0.27.2",
  13684. "@esbuild/openbsd-arm64": "0.27.2",
  13685. "@esbuild/openbsd-x64": "0.27.2",
  13686. "@esbuild/openharmony-arm64": "0.27.2",
  13687. "@esbuild/sunos-x64": "0.27.2",
  13688. "@esbuild/win32-arm64": "0.27.2",
  13689. "@esbuild/win32-ia32": "0.27.2",
  13690. "@esbuild/win32-x64": "0.27.2"
  13691. }
  13692. },
  13693. "node_modules/vite-node/node_modules/vite": {
  13694. "version": "7.3.0",
  13695. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  13696. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  13697. "license": "MIT",
  13698. "dependencies": {
  13699. "esbuild": "^0.27.0",
  13700. "fdir": "^6.5.0",
  13701. "picomatch": "^4.0.3",
  13702. "postcss": "^8.5.6",
  13703. "rollup": "^4.43.0",
  13704. "tinyglobby": "^0.2.15"
  13705. },
  13706. "bin": {
  13707. "vite": "bin/vite.js"
  13708. },
  13709. "engines": {
  13710. "node": "^20.19.0 || >=22.12.0"
  13711. },
  13712. "funding": {
  13713. "url": "https://github.com/vitejs/vite?sponsor=1"
  13714. },
  13715. "optionalDependencies": {
  13716. "fsevents": "~2.3.3"
  13717. },
  13718. "peerDependencies": {
  13719. "@types/node": "^20.19.0 || >=22.12.0",
  13720. "jiti": ">=1.21.0",
  13721. "less": "^4.0.0",
  13722. "lightningcss": "^1.21.0",
  13723. "sass": "^1.70.0",
  13724. "sass-embedded": "^1.70.0",
  13725. "stylus": ">=0.54.8",
  13726. "sugarss": "^5.0.0",
  13727. "terser": "^5.16.0",
  13728. "tsx": "^4.8.1",
  13729. "yaml": "^2.4.2"
  13730. },
  13731. "peerDependenciesMeta": {
  13732. "@types/node": {
  13733. "optional": true
  13734. },
  13735. "jiti": {
  13736. "optional": true
  13737. },
  13738. "less": {
  13739. "optional": true
  13740. },
  13741. "lightningcss": {
  13742. "optional": true
  13743. },
  13744. "sass": {
  13745. "optional": true
  13746. },
  13747. "sass-embedded": {
  13748. "optional": true
  13749. },
  13750. "stylus": {
  13751. "optional": true
  13752. },
  13753. "sugarss": {
  13754. "optional": true
  13755. },
  13756. "terser": {
  13757. "optional": true
  13758. },
  13759. "tsx": {
  13760. "optional": true
  13761. },
  13762. "yaml": {
  13763. "optional": true
  13764. }
  13765. }
  13766. },
  13767. "node_modules/vite-plugin-checker": {
  13768. "version": "0.12.0",
  13769. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  13770. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  13771. "license": "MIT",
  13772. "dependencies": {
  13773. "@babel/code-frame": "^7.27.1",
  13774. "chokidar": "^4.0.3",
  13775. "npm-run-path": "^6.0.0",
  13776. "picocolors": "^1.1.1",
  13777. "picomatch": "^4.0.3",
  13778. "tiny-invariant": "^1.3.3",
  13779. "tinyglobby": "^0.2.15",
  13780. "vscode-uri": "^3.1.0"
  13781. },
  13782. "engines": {
  13783. "node": ">=16.11"
  13784. },
  13785. "peerDependencies": {
  13786. "@biomejs/biome": ">=1.7",
  13787. "eslint": ">=9.39.1",
  13788. "meow": "^13.2.0",
  13789. "optionator": "^0.9.4",
  13790. "oxlint": ">=1",
  13791. "stylelint": ">=16",
  13792. "typescript": "*",
  13793. "vite": ">=5.4.21",
  13794. "vls": "*",
  13795. "vti": "*",
  13796. "vue-tsc": "~2.2.10 || ^3.0.0"
  13797. },
  13798. "peerDependenciesMeta": {
  13799. "@biomejs/biome": {
  13800. "optional": true
  13801. },
  13802. "eslint": {
  13803. "optional": true
  13804. },
  13805. "meow": {
  13806. "optional": true
  13807. },
  13808. "optionator": {
  13809. "optional": true
  13810. },
  13811. "oxlint": {
  13812. "optional": true
  13813. },
  13814. "stylelint": {
  13815. "optional": true
  13816. },
  13817. "typescript": {
  13818. "optional": true
  13819. },
  13820. "vls": {
  13821. "optional": true
  13822. },
  13823. "vti": {
  13824. "optional": true
  13825. },
  13826. "vue-tsc": {
  13827. "optional": true
  13828. }
  13829. }
  13830. },
  13831. "node_modules/vite-plugin-inspect": {
  13832. "version": "0.8.9",
  13833. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  13834. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  13835. "dev": true,
  13836. "license": "MIT",
  13837. "dependencies": {
  13838. "@antfu/utils": "^0.7.10",
  13839. "@rollup/pluginutils": "^5.1.3",
  13840. "debug": "^4.3.7",
  13841. "error-stack-parser-es": "^0.1.5",
  13842. "fs-extra": "^11.2.0",
  13843. "open": "^10.1.0",
  13844. "perfect-debounce": "^1.0.0",
  13845. "picocolors": "^1.1.1",
  13846. "sirv": "^3.0.0"
  13847. },
  13848. "engines": {
  13849. "node": ">=14"
  13850. },
  13851. "funding": {
  13852. "url": "https://github.com/sponsors/antfu"
  13853. },
  13854. "peerDependencies": {
  13855. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  13856. },
  13857. "peerDependenciesMeta": {
  13858. "@nuxt/kit": {
  13859. "optional": true
  13860. }
  13861. }
  13862. },
  13863. "node_modules/vite-plugin-vue-devtools": {
  13864. "version": "7.7.5",
  13865. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.5.tgz",
  13866. "integrity": "sha512-cSlQYI1E+8d0qubBg70suTBbXMFbTHLn7vLPYUPK9GjNNJ0nw+Yks0ZLOAp7/+PjmqSpN5fK1taor6HeAjKb1g==",
  13867. "dev": true,
  13868. "license": "MIT",
  13869. "dependencies": {
  13870. "@vue/devtools-core": "^7.7.5",
  13871. "@vue/devtools-kit": "^7.7.5",
  13872. "@vue/devtools-shared": "^7.7.5",
  13873. "execa": "^9.5.2",
  13874. "sirv": "^3.0.1",
  13875. "vite-plugin-inspect": "0.8.9",
  13876. "vite-plugin-vue-inspector": "^5.3.1"
  13877. },
  13878. "engines": {
  13879. "node": ">=v14.21.3"
  13880. },
  13881. "peerDependencies": {
  13882. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13883. }
  13884. },
  13885. "node_modules/vite-plugin-vue-inspector": {
  13886. "version": "5.3.1",
  13887. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  13888. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  13889. "dev": true,
  13890. "license": "MIT",
  13891. "dependencies": {
  13892. "@babel/core": "^7.23.0",
  13893. "@babel/plugin-proposal-decorators": "^7.23.0",
  13894. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  13895. "@babel/plugin-syntax-import-meta": "^7.10.4",
  13896. "@babel/plugin-transform-typescript": "^7.22.15",
  13897. "@vue/babel-plugin-jsx": "^1.1.5",
  13898. "@vue/compiler-dom": "^3.3.4",
  13899. "kolorist": "^1.8.0",
  13900. "magic-string": "^0.30.4"
  13901. },
  13902. "peerDependencies": {
  13903. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13904. }
  13905. },
  13906. "node_modules/vite-plugin-vue-tracer": {
  13907. "version": "1.2.0",
  13908. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.2.0.tgz",
  13909. "integrity": "sha512-a9Z/TLpxwmoE9kIcv28wqQmiszM7ec4zgndXWEsVD/2lEZLRGzcg7ONXmplzGF/UP5W59QNtS809OdywwpUWQQ==",
  13910. "license": "MIT",
  13911. "dependencies": {
  13912. "estree-walker": "^3.0.3",
  13913. "exsolve": "^1.0.8",
  13914. "magic-string": "^0.30.21",
  13915. "pathe": "^2.0.3",
  13916. "source-map-js": "^1.2.1"
  13917. },
  13918. "funding": {
  13919. "url": "https://github.com/sponsors/antfu"
  13920. },
  13921. "peerDependencies": {
  13922. "vite": "^6.0.0 || ^7.0.0",
  13923. "vue": "^3.5.0"
  13924. }
  13925. },
  13926. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  13927. "version": "3.0.3",
  13928. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  13929. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13930. "license": "MIT",
  13931. "dependencies": {
  13932. "@types/estree": "^1.0.0"
  13933. }
  13934. },
  13935. "node_modules/vscode-uri": {
  13936. "version": "3.1.0",
  13937. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13938. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13939. "license": "MIT"
  13940. },
  13941. "node_modules/vue": {
  13942. "version": "3.5.26",
  13943. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz",
  13944. "integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
  13945. "license": "MIT",
  13946. "dependencies": {
  13947. "@vue/compiler-dom": "3.5.26",
  13948. "@vue/compiler-sfc": "3.5.26",
  13949. "@vue/runtime-dom": "3.5.26",
  13950. "@vue/server-renderer": "3.5.26",
  13951. "@vue/shared": "3.5.26"
  13952. },
  13953. "peerDependencies": {
  13954. "typescript": "*"
  13955. },
  13956. "peerDependenciesMeta": {
  13957. "typescript": {
  13958. "optional": true
  13959. }
  13960. }
  13961. },
  13962. "node_modules/vue-bundle-renderer": {
  13963. "version": "2.2.0",
  13964. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13965. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13966. "license": "MIT",
  13967. "dependencies": {
  13968. "ufo": "^1.6.1"
  13969. }
  13970. },
  13971. "node_modules/vue-devtools-stub": {
  13972. "version": "0.1.0",
  13973. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13974. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13975. "license": "MIT"
  13976. },
  13977. "node_modules/vue-router": {
  13978. "version": "4.6.4",
  13979. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  13980. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  13981. "license": "MIT",
  13982. "dependencies": {
  13983. "@vue/devtools-api": "^6.6.4"
  13984. },
  13985. "funding": {
  13986. "url": "https://github.com/sponsors/posva"
  13987. },
  13988. "peerDependencies": {
  13989. "vue": "^3.5.0"
  13990. }
  13991. },
  13992. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  13993. "version": "6.6.4",
  13994. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  13995. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  13996. "license": "MIT"
  13997. },
  13998. "node_modules/vue-tsc": {
  13999. "version": "2.2.10",
  14000. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  14001. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  14002. "devOptional": true,
  14003. "license": "MIT",
  14004. "dependencies": {
  14005. "@volar/typescript": "~2.4.11",
  14006. "@vue/language-core": "2.2.10"
  14007. },
  14008. "bin": {
  14009. "vue-tsc": "bin/vue-tsc.js"
  14010. },
  14011. "peerDependencies": {
  14012. "typescript": ">=5.0.0"
  14013. }
  14014. },
  14015. "node_modules/vue-types": {
  14016. "version": "3.0.2",
  14017. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  14018. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  14019. "license": "MIT",
  14020. "dependencies": {
  14021. "is-plain-object": "3.0.1"
  14022. },
  14023. "engines": {
  14024. "node": ">=10.15.0"
  14025. },
  14026. "peerDependencies": {
  14027. "vue": "^3.0.0"
  14028. }
  14029. },
  14030. "node_modules/vue3-carousel": {
  14031. "version": "0.15.0",
  14032. "resolved": "https://registry.npmmirror.com/vue3-carousel/-/vue3-carousel-0.15.0.tgz",
  14033. "integrity": "sha512-yYBBEdmvsMNlgKivVHiFMKV7TlWDoMEiVLA+Vb31t1JEQILAQYADMDYYuE9mp6OSGEQpCBgt8e/EpO2MZlQhcw==",
  14034. "license": "MIT",
  14035. "peerDependencies": {
  14036. "vue": "^3.5.0"
  14037. }
  14038. },
  14039. "node_modules/warning": {
  14040. "version": "4.0.3",
  14041. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  14042. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  14043. "license": "MIT",
  14044. "dependencies": {
  14045. "loose-envify": "^1.0.0"
  14046. }
  14047. },
  14048. "node_modules/webidl-conversions": {
  14049. "version": "3.0.1",
  14050. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  14051. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  14052. "license": "BSD-2-Clause"
  14053. },
  14054. "node_modules/webpack-virtual-modules": {
  14055. "version": "0.6.2",
  14056. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  14057. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  14058. "license": "MIT"
  14059. },
  14060. "node_modules/whatwg-url": {
  14061. "version": "5.0.0",
  14062. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  14063. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  14064. "license": "MIT",
  14065. "dependencies": {
  14066. "tr46": "~0.0.3",
  14067. "webidl-conversions": "^3.0.0"
  14068. }
  14069. },
  14070. "node_modules/which": {
  14071. "version": "5.0.0",
  14072. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  14073. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  14074. "license": "ISC",
  14075. "dependencies": {
  14076. "isexe": "^3.1.1"
  14077. },
  14078. "bin": {
  14079. "node-which": "bin/which.js"
  14080. },
  14081. "engines": {
  14082. "node": "^18.17.0 || >=20.5.0"
  14083. }
  14084. },
  14085. "node_modules/win-release": {
  14086. "version": "1.1.1",
  14087. "resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
  14088. "integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
  14089. "dev": true,
  14090. "license": "MIT",
  14091. "dependencies": {
  14092. "semver": "^5.0.1"
  14093. },
  14094. "engines": {
  14095. "node": ">=0.10.0"
  14096. }
  14097. },
  14098. "node_modules/win-release/node_modules/semver": {
  14099. "version": "5.7.2",
  14100. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  14101. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  14102. "dev": true,
  14103. "license": "ISC",
  14104. "bin": {
  14105. "semver": "bin/semver"
  14106. }
  14107. },
  14108. "node_modules/wrap-ansi": {
  14109. "version": "6.2.0",
  14110. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  14111. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  14112. "dev": true,
  14113. "license": "MIT",
  14114. "dependencies": {
  14115. "ansi-styles": "^4.0.0",
  14116. "string-width": "^4.1.0",
  14117. "strip-ansi": "^6.0.0"
  14118. },
  14119. "engines": {
  14120. "node": ">=8"
  14121. }
  14122. },
  14123. "node_modules/wrap-ansi-cjs": {
  14124. "name": "wrap-ansi",
  14125. "version": "7.0.0",
  14126. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  14127. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  14128. "license": "MIT",
  14129. "dependencies": {
  14130. "ansi-styles": "^4.0.0",
  14131. "string-width": "^4.1.0",
  14132. "strip-ansi": "^6.0.0"
  14133. },
  14134. "engines": {
  14135. "node": ">=10"
  14136. },
  14137. "funding": {
  14138. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  14139. }
  14140. },
  14141. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  14142. "version": "5.0.1",
  14143. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14144. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14145. "license": "MIT",
  14146. "engines": {
  14147. "node": ">=8"
  14148. }
  14149. },
  14150. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  14151. "version": "4.3.0",
  14152. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14153. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14154. "license": "MIT",
  14155. "dependencies": {
  14156. "color-convert": "^2.0.1"
  14157. },
  14158. "engines": {
  14159. "node": ">=8"
  14160. },
  14161. "funding": {
  14162. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14163. }
  14164. },
  14165. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  14166. "version": "6.0.1",
  14167. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14168. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14169. "license": "MIT",
  14170. "dependencies": {
  14171. "ansi-regex": "^5.0.1"
  14172. },
  14173. "engines": {
  14174. "node": ">=8"
  14175. }
  14176. },
  14177. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  14178. "version": "5.0.1",
  14179. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14180. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14181. "dev": true,
  14182. "license": "MIT",
  14183. "engines": {
  14184. "node": ">=8"
  14185. }
  14186. },
  14187. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  14188. "version": "4.3.0",
  14189. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14190. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14191. "dev": true,
  14192. "license": "MIT",
  14193. "dependencies": {
  14194. "color-convert": "^2.0.1"
  14195. },
  14196. "engines": {
  14197. "node": ">=8"
  14198. },
  14199. "funding": {
  14200. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14201. }
  14202. },
  14203. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  14204. "version": "6.0.1",
  14205. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14206. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14207. "dev": true,
  14208. "license": "MIT",
  14209. "dependencies": {
  14210. "ansi-regex": "^5.0.1"
  14211. },
  14212. "engines": {
  14213. "node": ">=8"
  14214. }
  14215. },
  14216. "node_modules/wrappy": {
  14217. "version": "1.0.2",
  14218. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  14219. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  14220. "dev": true,
  14221. "license": "ISC"
  14222. },
  14223. "node_modules/ws": {
  14224. "version": "8.18.3",
  14225. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
  14226. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  14227. "license": "MIT",
  14228. "engines": {
  14229. "node": ">=10.0.0"
  14230. },
  14231. "peerDependencies": {
  14232. "bufferutil": "^4.0.1",
  14233. "utf-8-validate": ">=5.0.2"
  14234. },
  14235. "peerDependenciesMeta": {
  14236. "bufferutil": {
  14237. "optional": true
  14238. },
  14239. "utf-8-validate": {
  14240. "optional": true
  14241. }
  14242. }
  14243. },
  14244. "node_modules/wsl-utils": {
  14245. "version": "0.1.0",
  14246. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
  14247. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  14248. "license": "MIT",
  14249. "dependencies": {
  14250. "is-wsl": "^3.1.0"
  14251. },
  14252. "engines": {
  14253. "node": ">=18"
  14254. },
  14255. "funding": {
  14256. "url": "https://github.com/sponsors/sindresorhus"
  14257. }
  14258. },
  14259. "node_modules/xml2js": {
  14260. "version": "0.6.2",
  14261. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
  14262. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  14263. "devOptional": true,
  14264. "license": "MIT",
  14265. "dependencies": {
  14266. "sax": ">=0.6.0",
  14267. "xmlbuilder": "~11.0.0"
  14268. },
  14269. "engines": {
  14270. "node": ">=4.0.0"
  14271. }
  14272. },
  14273. "node_modules/xmlbuilder": {
  14274. "version": "11.0.1",
  14275. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  14276. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  14277. "devOptional": true,
  14278. "license": "MIT",
  14279. "engines": {
  14280. "node": ">=4.0"
  14281. }
  14282. },
  14283. "node_modules/xtend": {
  14284. "version": "4.0.2",
  14285. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  14286. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  14287. "dev": true,
  14288. "license": "MIT",
  14289. "engines": {
  14290. "node": ">=0.4"
  14291. }
  14292. },
  14293. "node_modules/y18n": {
  14294. "version": "5.0.8",
  14295. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  14296. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  14297. "license": "ISC",
  14298. "engines": {
  14299. "node": ">=10"
  14300. }
  14301. },
  14302. "node_modules/yallist": {
  14303. "version": "3.1.1",
  14304. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  14305. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  14306. "license": "ISC"
  14307. },
  14308. "node_modules/yaml": {
  14309. "version": "2.8.2",
  14310. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
  14311. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  14312. "license": "ISC",
  14313. "bin": {
  14314. "yaml": "bin.mjs"
  14315. },
  14316. "engines": {
  14317. "node": ">= 14.6"
  14318. },
  14319. "funding": {
  14320. "url": "https://github.com/sponsors/eemeli"
  14321. }
  14322. },
  14323. "node_modules/yargs": {
  14324. "version": "17.7.2",
  14325. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  14326. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  14327. "license": "MIT",
  14328. "dependencies": {
  14329. "cliui": "^8.0.1",
  14330. "escalade": "^3.1.1",
  14331. "get-caller-file": "^2.0.5",
  14332. "require-directory": "^2.1.1",
  14333. "string-width": "^4.2.3",
  14334. "y18n": "^5.0.5",
  14335. "yargs-parser": "^21.1.1"
  14336. },
  14337. "engines": {
  14338. "node": ">=12"
  14339. }
  14340. },
  14341. "node_modules/yargs-parser": {
  14342. "version": "21.1.1",
  14343. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  14344. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  14345. "license": "ISC",
  14346. "engines": {
  14347. "node": ">=12"
  14348. }
  14349. },
  14350. "node_modules/yoctocolors": {
  14351. "version": "2.1.1",
  14352. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  14353. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  14354. "dev": true,
  14355. "license": "MIT",
  14356. "engines": {
  14357. "node": ">=18"
  14358. },
  14359. "funding": {
  14360. "url": "https://github.com/sponsors/sindresorhus"
  14361. }
  14362. },
  14363. "node_modules/yoctocolors-cjs": {
  14364. "version": "2.1.3",
  14365. "resolved": "https://registry.npmmirror.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  14366. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  14367. "dev": true,
  14368. "license": "MIT",
  14369. "engines": {
  14370. "node": ">=18"
  14371. },
  14372. "funding": {
  14373. "url": "https://github.com/sponsors/sindresorhus"
  14374. }
  14375. },
  14376. "node_modules/youch": {
  14377. "version": "4.1.0-beta.13",
  14378. "resolved": "https://registry.npmmirror.com/youch/-/youch-4.1.0-beta.13.tgz",
  14379. "integrity": "sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==",
  14380. "license": "MIT",
  14381. "dependencies": {
  14382. "@poppinss/colors": "^4.1.5",
  14383. "@poppinss/dumper": "^0.6.5",
  14384. "@speed-highlight/core": "^1.2.9",
  14385. "cookie-es": "^2.0.0",
  14386. "youch-core": "^0.3.3"
  14387. }
  14388. },
  14389. "node_modules/youch-core": {
  14390. "version": "0.3.3",
  14391. "resolved": "https://registry.npmmirror.com/youch-core/-/youch-core-0.3.3.tgz",
  14392. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  14393. "license": "MIT",
  14394. "dependencies": {
  14395. "@poppinss/exception": "^1.2.2",
  14396. "error-stack-parser-es": "^1.0.5"
  14397. }
  14398. },
  14399. "node_modules/youch-core/node_modules/error-stack-parser-es": {
  14400. "version": "1.0.5",
  14401. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  14402. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  14403. "license": "MIT",
  14404. "funding": {
  14405. "url": "https://github.com/sponsors/antfu"
  14406. }
  14407. },
  14408. "node_modules/zip-stream": {
  14409. "version": "6.0.1",
  14410. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  14411. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  14412. "license": "MIT",
  14413. "dependencies": {
  14414. "archiver-utils": "^5.0.0",
  14415. "compress-commons": "^6.0.2",
  14416. "readable-stream": "^4.0.0"
  14417. },
  14418. "engines": {
  14419. "node": ">= 14"
  14420. }
  14421. }
  14422. }
  14423. }