package-lock.json 240 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870
  1. {
  2. "name": "info-assets-manage",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "info-assets-manage",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "@vueuse/core": "^13.4.0",
  13. "axios": "^1.10.0",
  14. "element-plus": "^2.10.2",
  15. "pinia": "^3.0.1",
  16. "three": "^0.177.0",
  17. "vue": "^3.5.13",
  18. "vue-router": "^4.5.0"
  19. },
  20. "devDependencies": {
  21. "@tsconfig/node22": "^22.0.1",
  22. "@types/node": "^22.14.0",
  23. "@types/three": "^0.177.0",
  24. "@vitejs/plugin-vue": "^5.2.3",
  25. "@vitejs/plugin-vue-jsx": "^4.1.2",
  26. "@vue/eslint-config-prettier": "^10.2.0",
  27. "@vue/eslint-config-typescript": "^14.5.0",
  28. "@vue/tsconfig": "^0.7.0",
  29. "eslint": "^9.22.0",
  30. "eslint-plugin-vue": "~10.0.0",
  31. "jiti": "^2.4.2",
  32. "npm-run-all2": "^7.0.2",
  33. "prettier": "3.5.3",
  34. "typescript": "~5.8.0",
  35. "unocss": "^66.2.3",
  36. "unplugin-auto-import": "^19.3.0",
  37. "unplugin-vue-components": "^28.7.0",
  38. "vite": "^6.2.4",
  39. "vite-plugin-vue-devtools": "^7.7.2",
  40. "vue-tsc": "^2.2.8"
  41. }
  42. },
  43. "node_modules/@ampproject/remapping": {
  44. "version": "2.3.0",
  45. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  46. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  47. "dev": true,
  48. "license": "Apache-2.0",
  49. "dependencies": {
  50. "@jridgewell/gen-mapping": "^0.3.5",
  51. "@jridgewell/trace-mapping": "^0.3.24"
  52. },
  53. "engines": {
  54. "node": ">=6.0.0"
  55. }
  56. },
  57. "node_modules/@antfu/install-pkg": {
  58. "version": "1.1.0",
  59. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  60. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  61. "dev": true,
  62. "license": "MIT",
  63. "dependencies": {
  64. "package-manager-detector": "^1.3.0",
  65. "tinyexec": "^1.0.1"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/antfu"
  69. }
  70. },
  71. "node_modules/@antfu/utils": {
  72. "version": "0.7.10",
  73. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  74. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  75. "dev": true,
  76. "license": "MIT",
  77. "funding": {
  78. "url": "https://github.com/sponsors/antfu"
  79. }
  80. },
  81. "node_modules/@babel/code-frame": {
  82. "version": "7.27.1",
  83. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  84. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  85. "dev": true,
  86. "license": "MIT",
  87. "dependencies": {
  88. "@babel/helper-validator-identifier": "^7.27.1",
  89. "js-tokens": "^4.0.0",
  90. "picocolors": "^1.1.1"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. }
  95. },
  96. "node_modules/@babel/compat-data": {
  97. "version": "7.27.5",
  98. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.5.tgz",
  99. "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==",
  100. "dev": true,
  101. "license": "MIT",
  102. "engines": {
  103. "node": ">=6.9.0"
  104. }
  105. },
  106. "node_modules/@babel/core": {
  107. "version": "7.27.4",
  108. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.27.4.tgz",
  109. "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
  110. "dev": true,
  111. "license": "MIT",
  112. "dependencies": {
  113. "@ampproject/remapping": "^2.2.0",
  114. "@babel/code-frame": "^7.27.1",
  115. "@babel/generator": "^7.27.3",
  116. "@babel/helper-compilation-targets": "^7.27.2",
  117. "@babel/helper-module-transforms": "^7.27.3",
  118. "@babel/helpers": "^7.27.4",
  119. "@babel/parser": "^7.27.4",
  120. "@babel/template": "^7.27.2",
  121. "@babel/traverse": "^7.27.4",
  122. "@babel/types": "^7.27.3",
  123. "convert-source-map": "^2.0.0",
  124. "debug": "^4.1.0",
  125. "gensync": "^1.0.0-beta.2",
  126. "json5": "^2.2.3",
  127. "semver": "^6.3.1"
  128. },
  129. "engines": {
  130. "node": ">=6.9.0"
  131. },
  132. "funding": {
  133. "type": "opencollective",
  134. "url": "https://opencollective.com/babel"
  135. }
  136. },
  137. "node_modules/@babel/generator": {
  138. "version": "7.27.5",
  139. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.5.tgz",
  140. "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
  141. "dev": true,
  142. "license": "MIT",
  143. "dependencies": {
  144. "@babel/parser": "^7.27.5",
  145. "@babel/types": "^7.27.3",
  146. "@jridgewell/gen-mapping": "^0.3.5",
  147. "@jridgewell/trace-mapping": "^0.3.25",
  148. "jsesc": "^3.0.2"
  149. },
  150. "engines": {
  151. "node": ">=6.9.0"
  152. }
  153. },
  154. "node_modules/@babel/helper-annotate-as-pure": {
  155. "version": "7.27.3",
  156. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  157. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  158. "dev": true,
  159. "license": "MIT",
  160. "dependencies": {
  161. "@babel/types": "^7.27.3"
  162. },
  163. "engines": {
  164. "node": ">=6.9.0"
  165. }
  166. },
  167. "node_modules/@babel/helper-compilation-targets": {
  168. "version": "7.27.2",
  169. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  170. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  171. "dev": true,
  172. "license": "MIT",
  173. "dependencies": {
  174. "@babel/compat-data": "^7.27.2",
  175. "@babel/helper-validator-option": "^7.27.1",
  176. "browserslist": "^4.24.0",
  177. "lru-cache": "^5.1.1",
  178. "semver": "^6.3.1"
  179. },
  180. "engines": {
  181. "node": ">=6.9.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-create-class-features-plugin": {
  185. "version": "7.27.1",
  186. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  187. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  188. "dev": true,
  189. "license": "MIT",
  190. "dependencies": {
  191. "@babel/helper-annotate-as-pure": "^7.27.1",
  192. "@babel/helper-member-expression-to-functions": "^7.27.1",
  193. "@babel/helper-optimise-call-expression": "^7.27.1",
  194. "@babel/helper-replace-supers": "^7.27.1",
  195. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  196. "@babel/traverse": "^7.27.1",
  197. "semver": "^6.3.1"
  198. },
  199. "engines": {
  200. "node": ">=6.9.0"
  201. },
  202. "peerDependencies": {
  203. "@babel/core": "^7.0.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-member-expression-to-functions": {
  207. "version": "7.27.1",
  208. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  209. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  210. "dev": true,
  211. "license": "MIT",
  212. "dependencies": {
  213. "@babel/traverse": "^7.27.1",
  214. "@babel/types": "^7.27.1"
  215. },
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/helper-module-imports": {
  221. "version": "7.27.1",
  222. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  223. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  224. "dev": true,
  225. "license": "MIT",
  226. "dependencies": {
  227. "@babel/traverse": "^7.27.1",
  228. "@babel/types": "^7.27.1"
  229. },
  230. "engines": {
  231. "node": ">=6.9.0"
  232. }
  233. },
  234. "node_modules/@babel/helper-module-transforms": {
  235. "version": "7.27.3",
  236. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  237. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  238. "dev": true,
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/helper-module-imports": "^7.27.1",
  242. "@babel/helper-validator-identifier": "^7.27.1",
  243. "@babel/traverse": "^7.27.3"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. },
  248. "peerDependencies": {
  249. "@babel/core": "^7.0.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-optimise-call-expression": {
  253. "version": "7.27.1",
  254. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  255. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  256. "dev": true,
  257. "license": "MIT",
  258. "dependencies": {
  259. "@babel/types": "^7.27.1"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-plugin-utils": {
  266. "version": "7.27.1",
  267. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  268. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  269. "dev": true,
  270. "license": "MIT",
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-replace-supers": {
  276. "version": "7.27.1",
  277. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  278. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  279. "dev": true,
  280. "license": "MIT",
  281. "dependencies": {
  282. "@babel/helper-member-expression-to-functions": "^7.27.1",
  283. "@babel/helper-optimise-call-expression": "^7.27.1",
  284. "@babel/traverse": "^7.27.1"
  285. },
  286. "engines": {
  287. "node": ">=6.9.0"
  288. },
  289. "peerDependencies": {
  290. "@babel/core": "^7.0.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  294. "version": "7.27.1",
  295. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  296. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  297. "dev": true,
  298. "license": "MIT",
  299. "dependencies": {
  300. "@babel/traverse": "^7.27.1",
  301. "@babel/types": "^7.27.1"
  302. },
  303. "engines": {
  304. "node": ">=6.9.0"
  305. }
  306. },
  307. "node_modules/@babel/helper-string-parser": {
  308. "version": "7.27.1",
  309. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  310. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  311. "license": "MIT",
  312. "engines": {
  313. "node": ">=6.9.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-validator-identifier": {
  317. "version": "7.27.1",
  318. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  319. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  320. "license": "MIT",
  321. "engines": {
  322. "node": ">=6.9.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-validator-option": {
  326. "version": "7.27.1",
  327. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  328. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  329. "dev": true,
  330. "license": "MIT",
  331. "engines": {
  332. "node": ">=6.9.0"
  333. }
  334. },
  335. "node_modules/@babel/helpers": {
  336. "version": "7.27.6",
  337. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.6.tgz",
  338. "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
  339. "dev": true,
  340. "license": "MIT",
  341. "dependencies": {
  342. "@babel/template": "^7.27.2",
  343. "@babel/types": "^7.27.6"
  344. },
  345. "engines": {
  346. "node": ">=6.9.0"
  347. }
  348. },
  349. "node_modules/@babel/parser": {
  350. "version": "7.27.5",
  351. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  352. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/types": "^7.27.3"
  356. },
  357. "bin": {
  358. "parser": "bin/babel-parser.js"
  359. },
  360. "engines": {
  361. "node": ">=6.0.0"
  362. }
  363. },
  364. "node_modules/@babel/plugin-proposal-decorators": {
  365. "version": "7.27.1",
  366. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz",
  367. "integrity": "sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg==",
  368. "dev": true,
  369. "license": "MIT",
  370. "dependencies": {
  371. "@babel/helper-create-class-features-plugin": "^7.27.1",
  372. "@babel/helper-plugin-utils": "^7.27.1",
  373. "@babel/plugin-syntax-decorators": "^7.27.1"
  374. },
  375. "engines": {
  376. "node": ">=6.9.0"
  377. },
  378. "peerDependencies": {
  379. "@babel/core": "^7.0.0-0"
  380. }
  381. },
  382. "node_modules/@babel/plugin-syntax-decorators": {
  383. "version": "7.27.1",
  384. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
  385. "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
  386. "dev": true,
  387. "license": "MIT",
  388. "dependencies": {
  389. "@babel/helper-plugin-utils": "^7.27.1"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "peerDependencies": {
  395. "@babel/core": "^7.0.0-0"
  396. }
  397. },
  398. "node_modules/@babel/plugin-syntax-import-attributes": {
  399. "version": "7.27.1",
  400. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  401. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-plugin-utils": "^7.27.1"
  406. },
  407. "engines": {
  408. "node": ">=6.9.0"
  409. },
  410. "peerDependencies": {
  411. "@babel/core": "^7.0.0-0"
  412. }
  413. },
  414. "node_modules/@babel/plugin-syntax-import-meta": {
  415. "version": "7.10.4",
  416. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  417. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  418. "dev": true,
  419. "license": "MIT",
  420. "dependencies": {
  421. "@babel/helper-plugin-utils": "^7.10.4"
  422. },
  423. "peerDependencies": {
  424. "@babel/core": "^7.0.0-0"
  425. }
  426. },
  427. "node_modules/@babel/plugin-syntax-jsx": {
  428. "version": "7.27.1",
  429. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  430. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  431. "dev": true,
  432. "license": "MIT",
  433. "dependencies": {
  434. "@babel/helper-plugin-utils": "^7.27.1"
  435. },
  436. "engines": {
  437. "node": ">=6.9.0"
  438. },
  439. "peerDependencies": {
  440. "@babel/core": "^7.0.0-0"
  441. }
  442. },
  443. "node_modules/@babel/plugin-syntax-typescript": {
  444. "version": "7.27.1",
  445. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  446. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  447. "dev": true,
  448. "license": "MIT",
  449. "dependencies": {
  450. "@babel/helper-plugin-utils": "^7.27.1"
  451. },
  452. "engines": {
  453. "node": ">=6.9.0"
  454. },
  455. "peerDependencies": {
  456. "@babel/core": "^7.0.0-0"
  457. }
  458. },
  459. "node_modules/@babel/plugin-transform-typescript": {
  460. "version": "7.27.1",
  461. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
  462. "integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
  463. "dev": true,
  464. "license": "MIT",
  465. "dependencies": {
  466. "@babel/helper-annotate-as-pure": "^7.27.1",
  467. "@babel/helper-create-class-features-plugin": "^7.27.1",
  468. "@babel/helper-plugin-utils": "^7.27.1",
  469. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  470. "@babel/plugin-syntax-typescript": "^7.27.1"
  471. },
  472. "engines": {
  473. "node": ">=6.9.0"
  474. },
  475. "peerDependencies": {
  476. "@babel/core": "^7.0.0-0"
  477. }
  478. },
  479. "node_modules/@babel/template": {
  480. "version": "7.27.2",
  481. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  482. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  483. "dev": true,
  484. "license": "MIT",
  485. "dependencies": {
  486. "@babel/code-frame": "^7.27.1",
  487. "@babel/parser": "^7.27.2",
  488. "@babel/types": "^7.27.1"
  489. },
  490. "engines": {
  491. "node": ">=6.9.0"
  492. }
  493. },
  494. "node_modules/@babel/traverse": {
  495. "version": "7.27.4",
  496. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.4.tgz",
  497. "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
  498. "dev": true,
  499. "license": "MIT",
  500. "dependencies": {
  501. "@babel/code-frame": "^7.27.1",
  502. "@babel/generator": "^7.27.3",
  503. "@babel/parser": "^7.27.4",
  504. "@babel/template": "^7.27.2",
  505. "@babel/types": "^7.27.3",
  506. "debug": "^4.3.1",
  507. "globals": "^11.1.0"
  508. },
  509. "engines": {
  510. "node": ">=6.9.0"
  511. }
  512. },
  513. "node_modules/@babel/types": {
  514. "version": "7.27.6",
  515. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  516. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  517. "license": "MIT",
  518. "dependencies": {
  519. "@babel/helper-string-parser": "^7.27.1",
  520. "@babel/helper-validator-identifier": "^7.27.1"
  521. },
  522. "engines": {
  523. "node": ">=6.9.0"
  524. }
  525. },
  526. "node_modules/@ctrl/tinycolor": {
  527. "version": "3.6.1",
  528. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  529. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  530. "license": "MIT",
  531. "engines": {
  532. "node": ">=10"
  533. }
  534. },
  535. "node_modules/@dimforge/rapier3d-compat": {
  536. "version": "0.12.0",
  537. "resolved": "https://registry.npmmirror.com/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
  538. "integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
  539. "dev": true,
  540. "license": "Apache-2.0"
  541. },
  542. "node_modules/@element-plus/icons-vue": {
  543. "version": "2.3.1",
  544. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  545. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  546. "license": "MIT",
  547. "peerDependencies": {
  548. "vue": "^3.2.0"
  549. }
  550. },
  551. "node_modules/@esbuild/aix-ppc64": {
  552. "version": "0.25.5",
  553. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  554. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  555. "cpu": [
  556. "ppc64"
  557. ],
  558. "dev": true,
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "aix"
  563. ],
  564. "engines": {
  565. "node": ">=18"
  566. }
  567. },
  568. "node_modules/@esbuild/android-arm": {
  569. "version": "0.25.5",
  570. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  571. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  572. "cpu": [
  573. "arm"
  574. ],
  575. "dev": true,
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "android"
  580. ],
  581. "engines": {
  582. "node": ">=18"
  583. }
  584. },
  585. "node_modules/@esbuild/android-arm64": {
  586. "version": "0.25.5",
  587. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  588. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  589. "cpu": [
  590. "arm64"
  591. ],
  592. "dev": true,
  593. "license": "MIT",
  594. "optional": true,
  595. "os": [
  596. "android"
  597. ],
  598. "engines": {
  599. "node": ">=18"
  600. }
  601. },
  602. "node_modules/@esbuild/android-x64": {
  603. "version": "0.25.5",
  604. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  605. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  606. "cpu": [
  607. "x64"
  608. ],
  609. "dev": true,
  610. "license": "MIT",
  611. "optional": true,
  612. "os": [
  613. "android"
  614. ],
  615. "engines": {
  616. "node": ">=18"
  617. }
  618. },
  619. "node_modules/@esbuild/darwin-arm64": {
  620. "version": "0.25.5",
  621. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  622. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  623. "cpu": [
  624. "arm64"
  625. ],
  626. "dev": true,
  627. "license": "MIT",
  628. "optional": true,
  629. "os": [
  630. "darwin"
  631. ],
  632. "engines": {
  633. "node": ">=18"
  634. }
  635. },
  636. "node_modules/@esbuild/darwin-x64": {
  637. "version": "0.25.5",
  638. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  639. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  640. "cpu": [
  641. "x64"
  642. ],
  643. "dev": true,
  644. "license": "MIT",
  645. "optional": true,
  646. "os": [
  647. "darwin"
  648. ],
  649. "engines": {
  650. "node": ">=18"
  651. }
  652. },
  653. "node_modules/@esbuild/freebsd-arm64": {
  654. "version": "0.25.5",
  655. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  656. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  657. "cpu": [
  658. "arm64"
  659. ],
  660. "dev": true,
  661. "license": "MIT",
  662. "optional": true,
  663. "os": [
  664. "freebsd"
  665. ],
  666. "engines": {
  667. "node": ">=18"
  668. }
  669. },
  670. "node_modules/@esbuild/freebsd-x64": {
  671. "version": "0.25.5",
  672. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  673. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  674. "cpu": [
  675. "x64"
  676. ],
  677. "dev": true,
  678. "license": "MIT",
  679. "optional": true,
  680. "os": [
  681. "freebsd"
  682. ],
  683. "engines": {
  684. "node": ">=18"
  685. }
  686. },
  687. "node_modules/@esbuild/linux-arm": {
  688. "version": "0.25.5",
  689. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  690. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  691. "cpu": [
  692. "arm"
  693. ],
  694. "dev": true,
  695. "license": "MIT",
  696. "optional": true,
  697. "os": [
  698. "linux"
  699. ],
  700. "engines": {
  701. "node": ">=18"
  702. }
  703. },
  704. "node_modules/@esbuild/linux-arm64": {
  705. "version": "0.25.5",
  706. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  707. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  708. "cpu": [
  709. "arm64"
  710. ],
  711. "dev": true,
  712. "license": "MIT",
  713. "optional": true,
  714. "os": [
  715. "linux"
  716. ],
  717. "engines": {
  718. "node": ">=18"
  719. }
  720. },
  721. "node_modules/@esbuild/linux-ia32": {
  722. "version": "0.25.5",
  723. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  724. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  725. "cpu": [
  726. "ia32"
  727. ],
  728. "dev": true,
  729. "license": "MIT",
  730. "optional": true,
  731. "os": [
  732. "linux"
  733. ],
  734. "engines": {
  735. "node": ">=18"
  736. }
  737. },
  738. "node_modules/@esbuild/linux-loong64": {
  739. "version": "0.25.5",
  740. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  741. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  742. "cpu": [
  743. "loong64"
  744. ],
  745. "dev": true,
  746. "license": "MIT",
  747. "optional": true,
  748. "os": [
  749. "linux"
  750. ],
  751. "engines": {
  752. "node": ">=18"
  753. }
  754. },
  755. "node_modules/@esbuild/linux-mips64el": {
  756. "version": "0.25.5",
  757. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  758. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  759. "cpu": [
  760. "mips64el"
  761. ],
  762. "dev": true,
  763. "license": "MIT",
  764. "optional": true,
  765. "os": [
  766. "linux"
  767. ],
  768. "engines": {
  769. "node": ">=18"
  770. }
  771. },
  772. "node_modules/@esbuild/linux-ppc64": {
  773. "version": "0.25.5",
  774. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  775. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  776. "cpu": [
  777. "ppc64"
  778. ],
  779. "dev": true,
  780. "license": "MIT",
  781. "optional": true,
  782. "os": [
  783. "linux"
  784. ],
  785. "engines": {
  786. "node": ">=18"
  787. }
  788. },
  789. "node_modules/@esbuild/linux-riscv64": {
  790. "version": "0.25.5",
  791. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  792. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  793. "cpu": [
  794. "riscv64"
  795. ],
  796. "dev": true,
  797. "license": "MIT",
  798. "optional": true,
  799. "os": [
  800. "linux"
  801. ],
  802. "engines": {
  803. "node": ">=18"
  804. }
  805. },
  806. "node_modules/@esbuild/linux-s390x": {
  807. "version": "0.25.5",
  808. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  809. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  810. "cpu": [
  811. "s390x"
  812. ],
  813. "dev": true,
  814. "license": "MIT",
  815. "optional": true,
  816. "os": [
  817. "linux"
  818. ],
  819. "engines": {
  820. "node": ">=18"
  821. }
  822. },
  823. "node_modules/@esbuild/linux-x64": {
  824. "version": "0.25.5",
  825. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  826. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  827. "cpu": [
  828. "x64"
  829. ],
  830. "dev": true,
  831. "license": "MIT",
  832. "optional": true,
  833. "os": [
  834. "linux"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/netbsd-arm64": {
  841. "version": "0.25.5",
  842. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  843. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  844. "cpu": [
  845. "arm64"
  846. ],
  847. "dev": true,
  848. "license": "MIT",
  849. "optional": true,
  850. "os": [
  851. "netbsd"
  852. ],
  853. "engines": {
  854. "node": ">=18"
  855. }
  856. },
  857. "node_modules/@esbuild/netbsd-x64": {
  858. "version": "0.25.5",
  859. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  860. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  861. "cpu": [
  862. "x64"
  863. ],
  864. "dev": true,
  865. "license": "MIT",
  866. "optional": true,
  867. "os": [
  868. "netbsd"
  869. ],
  870. "engines": {
  871. "node": ">=18"
  872. }
  873. },
  874. "node_modules/@esbuild/openbsd-arm64": {
  875. "version": "0.25.5",
  876. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  877. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  878. "cpu": [
  879. "arm64"
  880. ],
  881. "dev": true,
  882. "license": "MIT",
  883. "optional": true,
  884. "os": [
  885. "openbsd"
  886. ],
  887. "engines": {
  888. "node": ">=18"
  889. }
  890. },
  891. "node_modules/@esbuild/openbsd-x64": {
  892. "version": "0.25.5",
  893. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  894. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  895. "cpu": [
  896. "x64"
  897. ],
  898. "dev": true,
  899. "license": "MIT",
  900. "optional": true,
  901. "os": [
  902. "openbsd"
  903. ],
  904. "engines": {
  905. "node": ">=18"
  906. }
  907. },
  908. "node_modules/@esbuild/sunos-x64": {
  909. "version": "0.25.5",
  910. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  911. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  912. "cpu": [
  913. "x64"
  914. ],
  915. "dev": true,
  916. "license": "MIT",
  917. "optional": true,
  918. "os": [
  919. "sunos"
  920. ],
  921. "engines": {
  922. "node": ">=18"
  923. }
  924. },
  925. "node_modules/@esbuild/win32-arm64": {
  926. "version": "0.25.5",
  927. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  928. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  929. "cpu": [
  930. "arm64"
  931. ],
  932. "dev": true,
  933. "license": "MIT",
  934. "optional": true,
  935. "os": [
  936. "win32"
  937. ],
  938. "engines": {
  939. "node": ">=18"
  940. }
  941. },
  942. "node_modules/@esbuild/win32-ia32": {
  943. "version": "0.25.5",
  944. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  945. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  946. "cpu": [
  947. "ia32"
  948. ],
  949. "dev": true,
  950. "license": "MIT",
  951. "optional": true,
  952. "os": [
  953. "win32"
  954. ],
  955. "engines": {
  956. "node": ">=18"
  957. }
  958. },
  959. "node_modules/@esbuild/win32-x64": {
  960. "version": "0.25.5",
  961. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  962. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  963. "cpu": [
  964. "x64"
  965. ],
  966. "dev": true,
  967. "license": "MIT",
  968. "optional": true,
  969. "os": [
  970. "win32"
  971. ],
  972. "engines": {
  973. "node": ">=18"
  974. }
  975. },
  976. "node_modules/@eslint-community/eslint-utils": {
  977. "version": "4.7.0",
  978. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  979. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  980. "dev": true,
  981. "license": "MIT",
  982. "dependencies": {
  983. "eslint-visitor-keys": "^3.4.3"
  984. },
  985. "engines": {
  986. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  987. },
  988. "funding": {
  989. "url": "https://opencollective.com/eslint"
  990. },
  991. "peerDependencies": {
  992. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  993. }
  994. },
  995. "node_modules/@eslint-community/regexpp": {
  996. "version": "4.12.1",
  997. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  998. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  999. "dev": true,
  1000. "license": "MIT",
  1001. "engines": {
  1002. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1003. }
  1004. },
  1005. "node_modules/@eslint/config-array": {
  1006. "version": "0.20.1",
  1007. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.20.1.tgz",
  1008. "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==",
  1009. "dev": true,
  1010. "license": "Apache-2.0",
  1011. "dependencies": {
  1012. "@eslint/object-schema": "^2.1.6",
  1013. "debug": "^4.3.1",
  1014. "minimatch": "^3.1.2"
  1015. },
  1016. "engines": {
  1017. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1018. }
  1019. },
  1020. "node_modules/@eslint/config-array/node_modules/brace-expansion": {
  1021. "version": "1.1.12",
  1022. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1023. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1024. "dev": true,
  1025. "license": "MIT",
  1026. "dependencies": {
  1027. "balanced-match": "^1.0.0",
  1028. "concat-map": "0.0.1"
  1029. }
  1030. },
  1031. "node_modules/@eslint/config-array/node_modules/minimatch": {
  1032. "version": "3.1.2",
  1033. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1034. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1035. "dev": true,
  1036. "license": "ISC",
  1037. "dependencies": {
  1038. "brace-expansion": "^1.1.7"
  1039. },
  1040. "engines": {
  1041. "node": "*"
  1042. }
  1043. },
  1044. "node_modules/@eslint/config-helpers": {
  1045. "version": "0.2.3",
  1046. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.2.3.tgz",
  1047. "integrity": "sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==",
  1048. "dev": true,
  1049. "license": "Apache-2.0",
  1050. "engines": {
  1051. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1052. }
  1053. },
  1054. "node_modules/@eslint/core": {
  1055. "version": "0.14.0",
  1056. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.14.0.tgz",
  1057. "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
  1058. "dev": true,
  1059. "license": "Apache-2.0",
  1060. "dependencies": {
  1061. "@types/json-schema": "^7.0.15"
  1062. },
  1063. "engines": {
  1064. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1065. }
  1066. },
  1067. "node_modules/@eslint/eslintrc": {
  1068. "version": "3.3.1",
  1069. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  1070. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  1071. "dev": true,
  1072. "license": "MIT",
  1073. "dependencies": {
  1074. "ajv": "^6.12.4",
  1075. "debug": "^4.3.2",
  1076. "espree": "^10.0.1",
  1077. "globals": "^14.0.0",
  1078. "ignore": "^5.2.0",
  1079. "import-fresh": "^3.2.1",
  1080. "js-yaml": "^4.1.0",
  1081. "minimatch": "^3.1.2",
  1082. "strip-json-comments": "^3.1.1"
  1083. },
  1084. "engines": {
  1085. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1086. },
  1087. "funding": {
  1088. "url": "https://opencollective.com/eslint"
  1089. }
  1090. },
  1091. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1092. "version": "1.1.12",
  1093. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1094. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1095. "dev": true,
  1096. "license": "MIT",
  1097. "dependencies": {
  1098. "balanced-match": "^1.0.0",
  1099. "concat-map": "0.0.1"
  1100. }
  1101. },
  1102. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1103. "version": "14.0.0",
  1104. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  1105. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  1106. "dev": true,
  1107. "license": "MIT",
  1108. "engines": {
  1109. "node": ">=18"
  1110. },
  1111. "funding": {
  1112. "url": "https://github.com/sponsors/sindresorhus"
  1113. }
  1114. },
  1115. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1116. "version": "3.1.2",
  1117. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1118. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1119. "dev": true,
  1120. "license": "ISC",
  1121. "dependencies": {
  1122. "brace-expansion": "^1.1.7"
  1123. },
  1124. "engines": {
  1125. "node": "*"
  1126. }
  1127. },
  1128. "node_modules/@eslint/js": {
  1129. "version": "9.29.0",
  1130. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.29.0.tgz",
  1131. "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
  1132. "dev": true,
  1133. "license": "MIT",
  1134. "engines": {
  1135. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1136. },
  1137. "funding": {
  1138. "url": "https://eslint.org/donate"
  1139. }
  1140. },
  1141. "node_modules/@eslint/object-schema": {
  1142. "version": "2.1.6",
  1143. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  1144. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  1145. "dev": true,
  1146. "license": "Apache-2.0",
  1147. "engines": {
  1148. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1149. }
  1150. },
  1151. "node_modules/@eslint/plugin-kit": {
  1152. "version": "0.3.2",
  1153. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.2.tgz",
  1154. "integrity": "sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==",
  1155. "dev": true,
  1156. "license": "Apache-2.0",
  1157. "dependencies": {
  1158. "@eslint/core": "^0.15.0",
  1159. "levn": "^0.4.1"
  1160. },
  1161. "engines": {
  1162. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1163. }
  1164. },
  1165. "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
  1166. "version": "0.15.0",
  1167. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.15.0.tgz",
  1168. "integrity": "sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==",
  1169. "dev": true,
  1170. "license": "Apache-2.0",
  1171. "dependencies": {
  1172. "@types/json-schema": "^7.0.15"
  1173. },
  1174. "engines": {
  1175. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1176. }
  1177. },
  1178. "node_modules/@floating-ui/core": {
  1179. "version": "1.7.1",
  1180. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.1.tgz",
  1181. "integrity": "sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==",
  1182. "license": "MIT",
  1183. "dependencies": {
  1184. "@floating-ui/utils": "^0.2.9"
  1185. }
  1186. },
  1187. "node_modules/@floating-ui/dom": {
  1188. "version": "1.7.1",
  1189. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.1.tgz",
  1190. "integrity": "sha512-cwsmW/zyw5ltYTUeeYJ60CnQuPqmGwuGVhG9w0PRaRKkAyi38BT5CKrpIbb+jtahSwUl04cWzSx9ZOIxeS6RsQ==",
  1191. "license": "MIT",
  1192. "dependencies": {
  1193. "@floating-ui/core": "^1.7.1",
  1194. "@floating-ui/utils": "^0.2.9"
  1195. }
  1196. },
  1197. "node_modules/@floating-ui/utils": {
  1198. "version": "0.2.9",
  1199. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
  1200. "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
  1201. "license": "MIT"
  1202. },
  1203. "node_modules/@humanfs/core": {
  1204. "version": "0.19.1",
  1205. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1206. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1207. "dev": true,
  1208. "license": "Apache-2.0",
  1209. "engines": {
  1210. "node": ">=18.18.0"
  1211. }
  1212. },
  1213. "node_modules/@humanfs/node": {
  1214. "version": "0.16.6",
  1215. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1216. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1217. "dev": true,
  1218. "license": "Apache-2.0",
  1219. "dependencies": {
  1220. "@humanfs/core": "^0.19.1",
  1221. "@humanwhocodes/retry": "^0.3.0"
  1222. },
  1223. "engines": {
  1224. "node": ">=18.18.0"
  1225. }
  1226. },
  1227. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1228. "version": "0.3.1",
  1229. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1230. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1231. "dev": true,
  1232. "license": "Apache-2.0",
  1233. "engines": {
  1234. "node": ">=18.18"
  1235. },
  1236. "funding": {
  1237. "type": "github",
  1238. "url": "https://github.com/sponsors/nzakas"
  1239. }
  1240. },
  1241. "node_modules/@humanwhocodes/module-importer": {
  1242. "version": "1.0.1",
  1243. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1244. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1245. "dev": true,
  1246. "license": "Apache-2.0",
  1247. "engines": {
  1248. "node": ">=12.22"
  1249. },
  1250. "funding": {
  1251. "type": "github",
  1252. "url": "https://github.com/sponsors/nzakas"
  1253. }
  1254. },
  1255. "node_modules/@humanwhocodes/retry": {
  1256. "version": "0.4.3",
  1257. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1258. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1259. "dev": true,
  1260. "license": "Apache-2.0",
  1261. "engines": {
  1262. "node": ">=18.18"
  1263. },
  1264. "funding": {
  1265. "type": "github",
  1266. "url": "https://github.com/sponsors/nzakas"
  1267. }
  1268. },
  1269. "node_modules/@iconify/types": {
  1270. "version": "2.0.0",
  1271. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1272. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1273. "dev": true,
  1274. "license": "MIT"
  1275. },
  1276. "node_modules/@iconify/utils": {
  1277. "version": "2.3.0",
  1278. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-2.3.0.tgz",
  1279. "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==",
  1280. "dev": true,
  1281. "license": "MIT",
  1282. "dependencies": {
  1283. "@antfu/install-pkg": "^1.0.0",
  1284. "@antfu/utils": "^8.1.0",
  1285. "@iconify/types": "^2.0.0",
  1286. "debug": "^4.4.0",
  1287. "globals": "^15.14.0",
  1288. "kolorist": "^1.8.0",
  1289. "local-pkg": "^1.0.0",
  1290. "mlly": "^1.7.4"
  1291. }
  1292. },
  1293. "node_modules/@iconify/utils/node_modules/@antfu/utils": {
  1294. "version": "8.1.1",
  1295. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-8.1.1.tgz",
  1296. "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==",
  1297. "dev": true,
  1298. "license": "MIT",
  1299. "funding": {
  1300. "url": "https://github.com/sponsors/antfu"
  1301. }
  1302. },
  1303. "node_modules/@iconify/utils/node_modules/globals": {
  1304. "version": "15.15.0",
  1305. "resolved": "https://registry.npmmirror.com/globals/-/globals-15.15.0.tgz",
  1306. "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
  1307. "dev": true,
  1308. "license": "MIT",
  1309. "engines": {
  1310. "node": ">=18"
  1311. },
  1312. "funding": {
  1313. "url": "https://github.com/sponsors/sindresorhus"
  1314. }
  1315. },
  1316. "node_modules/@jridgewell/gen-mapping": {
  1317. "version": "0.3.8",
  1318. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1319. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1320. "dev": true,
  1321. "license": "MIT",
  1322. "dependencies": {
  1323. "@jridgewell/set-array": "^1.2.1",
  1324. "@jridgewell/sourcemap-codec": "^1.4.10",
  1325. "@jridgewell/trace-mapping": "^0.3.24"
  1326. },
  1327. "engines": {
  1328. "node": ">=6.0.0"
  1329. }
  1330. },
  1331. "node_modules/@jridgewell/resolve-uri": {
  1332. "version": "3.1.2",
  1333. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1334. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1335. "dev": true,
  1336. "license": "MIT",
  1337. "engines": {
  1338. "node": ">=6.0.0"
  1339. }
  1340. },
  1341. "node_modules/@jridgewell/set-array": {
  1342. "version": "1.2.1",
  1343. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1344. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1345. "dev": true,
  1346. "license": "MIT",
  1347. "engines": {
  1348. "node": ">=6.0.0"
  1349. }
  1350. },
  1351. "node_modules/@jridgewell/sourcemap-codec": {
  1352. "version": "1.5.0",
  1353. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1354. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1355. "license": "MIT"
  1356. },
  1357. "node_modules/@jridgewell/trace-mapping": {
  1358. "version": "0.3.25",
  1359. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1360. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1361. "dev": true,
  1362. "license": "MIT",
  1363. "dependencies": {
  1364. "@jridgewell/resolve-uri": "^3.1.0",
  1365. "@jridgewell/sourcemap-codec": "^1.4.14"
  1366. }
  1367. },
  1368. "node_modules/@nodelib/fs.scandir": {
  1369. "version": "2.1.5",
  1370. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1371. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1372. "dev": true,
  1373. "license": "MIT",
  1374. "dependencies": {
  1375. "@nodelib/fs.stat": "2.0.5",
  1376. "run-parallel": "^1.1.9"
  1377. },
  1378. "engines": {
  1379. "node": ">= 8"
  1380. }
  1381. },
  1382. "node_modules/@nodelib/fs.stat": {
  1383. "version": "2.0.5",
  1384. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1385. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1386. "dev": true,
  1387. "license": "MIT",
  1388. "engines": {
  1389. "node": ">= 8"
  1390. }
  1391. },
  1392. "node_modules/@nodelib/fs.walk": {
  1393. "version": "1.2.8",
  1394. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1395. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1396. "dev": true,
  1397. "license": "MIT",
  1398. "dependencies": {
  1399. "@nodelib/fs.scandir": "2.1.5",
  1400. "fastq": "^1.6.0"
  1401. },
  1402. "engines": {
  1403. "node": ">= 8"
  1404. }
  1405. },
  1406. "node_modules/@pkgr/core": {
  1407. "version": "0.2.7",
  1408. "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.2.7.tgz",
  1409. "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
  1410. "dev": true,
  1411. "license": "MIT",
  1412. "engines": {
  1413. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  1414. },
  1415. "funding": {
  1416. "url": "https://opencollective.com/pkgr"
  1417. }
  1418. },
  1419. "node_modules/@polka/url": {
  1420. "version": "1.0.0-next.29",
  1421. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1422. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1423. "dev": true,
  1424. "license": "MIT"
  1425. },
  1426. "node_modules/@popperjs/core": {
  1427. "name": "@sxzz/popperjs-es",
  1428. "version": "2.11.7",
  1429. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  1430. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  1431. "license": "MIT",
  1432. "funding": {
  1433. "type": "opencollective",
  1434. "url": "https://opencollective.com/popperjs"
  1435. }
  1436. },
  1437. "node_modules/@quansync/fs": {
  1438. "version": "0.1.3",
  1439. "resolved": "https://registry.npmmirror.com/@quansync/fs/-/fs-0.1.3.tgz",
  1440. "integrity": "sha512-G0OnZbMWEs5LhDyqy2UL17vGhSVHkQIfVojMtEWVenvj0V5S84VBgy86kJIuNsGDp2p7sTKlpSIpBUWdC35OKg==",
  1441. "dev": true,
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "quansync": "^0.2.10"
  1445. },
  1446. "engines": {
  1447. "node": ">=20.0.0"
  1448. },
  1449. "funding": {
  1450. "url": "https://github.com/sponsors/sxzz"
  1451. }
  1452. },
  1453. "node_modules/@rolldown/pluginutils": {
  1454. "version": "1.0.0-beta.19",
  1455. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz",
  1456. "integrity": "sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==",
  1457. "dev": true,
  1458. "license": "MIT"
  1459. },
  1460. "node_modules/@rollup/pluginutils": {
  1461. "version": "5.2.0",
  1462. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.2.0.tgz",
  1463. "integrity": "sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==",
  1464. "dev": true,
  1465. "license": "MIT",
  1466. "dependencies": {
  1467. "@types/estree": "^1.0.0",
  1468. "estree-walker": "^2.0.2",
  1469. "picomatch": "^4.0.2"
  1470. },
  1471. "engines": {
  1472. "node": ">=14.0.0"
  1473. },
  1474. "peerDependencies": {
  1475. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1476. },
  1477. "peerDependenciesMeta": {
  1478. "rollup": {
  1479. "optional": true
  1480. }
  1481. }
  1482. },
  1483. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  1484. "version": "4.0.2",
  1485. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  1486. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  1487. "dev": true,
  1488. "license": "MIT",
  1489. "engines": {
  1490. "node": ">=12"
  1491. },
  1492. "funding": {
  1493. "url": "https://github.com/sponsors/jonschlinkert"
  1494. }
  1495. },
  1496. "node_modules/@rollup/rollup-android-arm-eabi": {
  1497. "version": "4.44.0",
  1498. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.0.tgz",
  1499. "integrity": "sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==",
  1500. "cpu": [
  1501. "arm"
  1502. ],
  1503. "dev": true,
  1504. "license": "MIT",
  1505. "optional": true,
  1506. "os": [
  1507. "android"
  1508. ]
  1509. },
  1510. "node_modules/@rollup/rollup-android-arm64": {
  1511. "version": "4.44.0",
  1512. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.0.tgz",
  1513. "integrity": "sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==",
  1514. "cpu": [
  1515. "arm64"
  1516. ],
  1517. "dev": true,
  1518. "license": "MIT",
  1519. "optional": true,
  1520. "os": [
  1521. "android"
  1522. ]
  1523. },
  1524. "node_modules/@rollup/rollup-darwin-arm64": {
  1525. "version": "4.44.0",
  1526. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.0.tgz",
  1527. "integrity": "sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==",
  1528. "cpu": [
  1529. "arm64"
  1530. ],
  1531. "dev": true,
  1532. "license": "MIT",
  1533. "optional": true,
  1534. "os": [
  1535. "darwin"
  1536. ]
  1537. },
  1538. "node_modules/@rollup/rollup-darwin-x64": {
  1539. "version": "4.44.0",
  1540. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.0.tgz",
  1541. "integrity": "sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==",
  1542. "cpu": [
  1543. "x64"
  1544. ],
  1545. "dev": true,
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "os": [
  1549. "darwin"
  1550. ]
  1551. },
  1552. "node_modules/@rollup/rollup-freebsd-arm64": {
  1553. "version": "4.44.0",
  1554. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.0.tgz",
  1555. "integrity": "sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==",
  1556. "cpu": [
  1557. "arm64"
  1558. ],
  1559. "dev": true,
  1560. "license": "MIT",
  1561. "optional": true,
  1562. "os": [
  1563. "freebsd"
  1564. ]
  1565. },
  1566. "node_modules/@rollup/rollup-freebsd-x64": {
  1567. "version": "4.44.0",
  1568. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.0.tgz",
  1569. "integrity": "sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==",
  1570. "cpu": [
  1571. "x64"
  1572. ],
  1573. "dev": true,
  1574. "license": "MIT",
  1575. "optional": true,
  1576. "os": [
  1577. "freebsd"
  1578. ]
  1579. },
  1580. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1581. "version": "4.44.0",
  1582. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.0.tgz",
  1583. "integrity": "sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==",
  1584. "cpu": [
  1585. "arm"
  1586. ],
  1587. "dev": true,
  1588. "license": "MIT",
  1589. "optional": true,
  1590. "os": [
  1591. "linux"
  1592. ]
  1593. },
  1594. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1595. "version": "4.44.0",
  1596. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.0.tgz",
  1597. "integrity": "sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==",
  1598. "cpu": [
  1599. "arm"
  1600. ],
  1601. "dev": true,
  1602. "license": "MIT",
  1603. "optional": true,
  1604. "os": [
  1605. "linux"
  1606. ]
  1607. },
  1608. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1609. "version": "4.44.0",
  1610. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.0.tgz",
  1611. "integrity": "sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==",
  1612. "cpu": [
  1613. "arm64"
  1614. ],
  1615. "dev": true,
  1616. "license": "MIT",
  1617. "optional": true,
  1618. "os": [
  1619. "linux"
  1620. ]
  1621. },
  1622. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1623. "version": "4.44.0",
  1624. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.0.tgz",
  1625. "integrity": "sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==",
  1626. "cpu": [
  1627. "arm64"
  1628. ],
  1629. "dev": true,
  1630. "license": "MIT",
  1631. "optional": true,
  1632. "os": [
  1633. "linux"
  1634. ]
  1635. },
  1636. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1637. "version": "4.44.0",
  1638. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.0.tgz",
  1639. "integrity": "sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==",
  1640. "cpu": [
  1641. "loong64"
  1642. ],
  1643. "dev": true,
  1644. "license": "MIT",
  1645. "optional": true,
  1646. "os": [
  1647. "linux"
  1648. ]
  1649. },
  1650. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1651. "version": "4.44.0",
  1652. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.0.tgz",
  1653. "integrity": "sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==",
  1654. "cpu": [
  1655. "ppc64"
  1656. ],
  1657. "dev": true,
  1658. "license": "MIT",
  1659. "optional": true,
  1660. "os": [
  1661. "linux"
  1662. ]
  1663. },
  1664. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1665. "version": "4.44.0",
  1666. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.0.tgz",
  1667. "integrity": "sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==",
  1668. "cpu": [
  1669. "riscv64"
  1670. ],
  1671. "dev": true,
  1672. "license": "MIT",
  1673. "optional": true,
  1674. "os": [
  1675. "linux"
  1676. ]
  1677. },
  1678. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1679. "version": "4.44.0",
  1680. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.0.tgz",
  1681. "integrity": "sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==",
  1682. "cpu": [
  1683. "riscv64"
  1684. ],
  1685. "dev": true,
  1686. "license": "MIT",
  1687. "optional": true,
  1688. "os": [
  1689. "linux"
  1690. ]
  1691. },
  1692. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1693. "version": "4.44.0",
  1694. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.0.tgz",
  1695. "integrity": "sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==",
  1696. "cpu": [
  1697. "s390x"
  1698. ],
  1699. "dev": true,
  1700. "license": "MIT",
  1701. "optional": true,
  1702. "os": [
  1703. "linux"
  1704. ]
  1705. },
  1706. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1707. "version": "4.44.0",
  1708. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz",
  1709. "integrity": "sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==",
  1710. "cpu": [
  1711. "x64"
  1712. ],
  1713. "dev": true,
  1714. "license": "MIT",
  1715. "optional": true,
  1716. "os": [
  1717. "linux"
  1718. ]
  1719. },
  1720. "node_modules/@rollup/rollup-linux-x64-musl": {
  1721. "version": "4.44.0",
  1722. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.0.tgz",
  1723. "integrity": "sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==",
  1724. "cpu": [
  1725. "x64"
  1726. ],
  1727. "dev": true,
  1728. "license": "MIT",
  1729. "optional": true,
  1730. "os": [
  1731. "linux"
  1732. ]
  1733. },
  1734. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1735. "version": "4.44.0",
  1736. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.0.tgz",
  1737. "integrity": "sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==",
  1738. "cpu": [
  1739. "arm64"
  1740. ],
  1741. "dev": true,
  1742. "license": "MIT",
  1743. "optional": true,
  1744. "os": [
  1745. "win32"
  1746. ]
  1747. },
  1748. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1749. "version": "4.44.0",
  1750. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.0.tgz",
  1751. "integrity": "sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==",
  1752. "cpu": [
  1753. "ia32"
  1754. ],
  1755. "dev": true,
  1756. "license": "MIT",
  1757. "optional": true,
  1758. "os": [
  1759. "win32"
  1760. ]
  1761. },
  1762. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1763. "version": "4.44.0",
  1764. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.0.tgz",
  1765. "integrity": "sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==",
  1766. "cpu": [
  1767. "x64"
  1768. ],
  1769. "dev": true,
  1770. "license": "MIT",
  1771. "optional": true,
  1772. "os": [
  1773. "win32"
  1774. ]
  1775. },
  1776. "node_modules/@sec-ant/readable-stream": {
  1777. "version": "0.4.1",
  1778. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  1779. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  1780. "dev": true,
  1781. "license": "MIT"
  1782. },
  1783. "node_modules/@sindresorhus/merge-streams": {
  1784. "version": "4.0.0",
  1785. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1786. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1787. "dev": true,
  1788. "license": "MIT",
  1789. "engines": {
  1790. "node": ">=18"
  1791. },
  1792. "funding": {
  1793. "url": "https://github.com/sponsors/sindresorhus"
  1794. }
  1795. },
  1796. "node_modules/@tsconfig/node22": {
  1797. "version": "22.0.2",
  1798. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.2.tgz",
  1799. "integrity": "sha512-Kmwj4u8sDRDrMYRoN9FDEcXD8UpBSaPQQ24Gz+Gamqfm7xxn+GBR7ge/Z7pK8OXNGyUzbSwJj+TH6B+DS/epyA==",
  1800. "dev": true,
  1801. "license": "MIT"
  1802. },
  1803. "node_modules/@tweenjs/tween.js": {
  1804. "version": "23.1.3",
  1805. "resolved": "https://registry.npmmirror.com/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
  1806. "integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
  1807. "dev": true,
  1808. "license": "MIT"
  1809. },
  1810. "node_modules/@types/estree": {
  1811. "version": "1.0.8",
  1812. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1813. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1814. "dev": true,
  1815. "license": "MIT"
  1816. },
  1817. "node_modules/@types/json-schema": {
  1818. "version": "7.0.15",
  1819. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  1820. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1821. "dev": true,
  1822. "license": "MIT"
  1823. },
  1824. "node_modules/@types/lodash": {
  1825. "version": "4.17.18",
  1826. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.18.tgz",
  1827. "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==",
  1828. "license": "MIT"
  1829. },
  1830. "node_modules/@types/lodash-es": {
  1831. "version": "4.17.12",
  1832. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1833. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "@types/lodash": "*"
  1837. }
  1838. },
  1839. "node_modules/@types/node": {
  1840. "version": "22.15.32",
  1841. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.32.tgz",
  1842. "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==",
  1843. "dev": true,
  1844. "license": "MIT",
  1845. "dependencies": {
  1846. "undici-types": "~6.21.0"
  1847. }
  1848. },
  1849. "node_modules/@types/stats.js": {
  1850. "version": "0.17.4",
  1851. "resolved": "https://registry.npmmirror.com/@types/stats.js/-/stats.js-0.17.4.tgz",
  1852. "integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
  1853. "dev": true,
  1854. "license": "MIT"
  1855. },
  1856. "node_modules/@types/three": {
  1857. "version": "0.177.0",
  1858. "resolved": "https://registry.npmmirror.com/@types/three/-/three-0.177.0.tgz",
  1859. "integrity": "sha512-/ZAkn4OLUijKQySNci47lFO+4JLE1TihEjsGWPUT+4jWqxtwOPPEwJV1C3k5MEx0mcBPCdkFjzRzDOnHEI1R+A==",
  1860. "dev": true,
  1861. "license": "MIT",
  1862. "dependencies": {
  1863. "@dimforge/rapier3d-compat": "~0.12.0",
  1864. "@tweenjs/tween.js": "~23.1.3",
  1865. "@types/stats.js": "*",
  1866. "@types/webxr": "*",
  1867. "@webgpu/types": "*",
  1868. "fflate": "~0.8.2",
  1869. "meshoptimizer": "~0.18.1"
  1870. }
  1871. },
  1872. "node_modules/@types/web-bluetooth": {
  1873. "version": "0.0.21",
  1874. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1875. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  1876. "license": "MIT"
  1877. },
  1878. "node_modules/@types/webxr": {
  1879. "version": "0.5.22",
  1880. "resolved": "https://registry.npmmirror.com/@types/webxr/-/webxr-0.5.22.tgz",
  1881. "integrity": "sha512-Vr6Stjv5jPRqH690f5I5GLjVk8GSsoQSYJ2FVd/3jJF7KaqfwPi3ehfBS96mlQ2kPCwZaX6U0rG2+NGHBKkA/A==",
  1882. "dev": true,
  1883. "license": "MIT"
  1884. },
  1885. "node_modules/@typescript-eslint/eslint-plugin": {
  1886. "version": "8.35.0",
  1887. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz",
  1888. "integrity": "sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==",
  1889. "dev": true,
  1890. "license": "MIT",
  1891. "dependencies": {
  1892. "@eslint-community/regexpp": "^4.10.0",
  1893. "@typescript-eslint/scope-manager": "8.35.0",
  1894. "@typescript-eslint/type-utils": "8.35.0",
  1895. "@typescript-eslint/utils": "8.35.0",
  1896. "@typescript-eslint/visitor-keys": "8.35.0",
  1897. "graphemer": "^1.4.0",
  1898. "ignore": "^7.0.0",
  1899. "natural-compare": "^1.4.0",
  1900. "ts-api-utils": "^2.1.0"
  1901. },
  1902. "engines": {
  1903. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1904. },
  1905. "funding": {
  1906. "type": "opencollective",
  1907. "url": "https://opencollective.com/typescript-eslint"
  1908. },
  1909. "peerDependencies": {
  1910. "@typescript-eslint/parser": "^8.35.0",
  1911. "eslint": "^8.57.0 || ^9.0.0",
  1912. "typescript": ">=4.8.4 <5.9.0"
  1913. }
  1914. },
  1915. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1916. "version": "7.0.5",
  1917. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  1918. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1919. "dev": true,
  1920. "license": "MIT",
  1921. "engines": {
  1922. "node": ">= 4"
  1923. }
  1924. },
  1925. "node_modules/@typescript-eslint/parser": {
  1926. "version": "8.35.0",
  1927. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.35.0.tgz",
  1928. "integrity": "sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==",
  1929. "dev": true,
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "@typescript-eslint/scope-manager": "8.35.0",
  1933. "@typescript-eslint/types": "8.35.0",
  1934. "@typescript-eslint/typescript-estree": "8.35.0",
  1935. "@typescript-eslint/visitor-keys": "8.35.0",
  1936. "debug": "^4.3.4"
  1937. },
  1938. "engines": {
  1939. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1940. },
  1941. "funding": {
  1942. "type": "opencollective",
  1943. "url": "https://opencollective.com/typescript-eslint"
  1944. },
  1945. "peerDependencies": {
  1946. "eslint": "^8.57.0 || ^9.0.0",
  1947. "typescript": ">=4.8.4 <5.9.0"
  1948. }
  1949. },
  1950. "node_modules/@typescript-eslint/project-service": {
  1951. "version": "8.35.0",
  1952. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
  1953. "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
  1954. "dev": true,
  1955. "license": "MIT",
  1956. "dependencies": {
  1957. "@typescript-eslint/tsconfig-utils": "^8.35.0",
  1958. "@typescript-eslint/types": "^8.35.0",
  1959. "debug": "^4.3.4"
  1960. },
  1961. "engines": {
  1962. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1963. },
  1964. "funding": {
  1965. "type": "opencollective",
  1966. "url": "https://opencollective.com/typescript-eslint"
  1967. },
  1968. "peerDependencies": {
  1969. "typescript": ">=4.8.4 <5.9.0"
  1970. }
  1971. },
  1972. "node_modules/@typescript-eslint/scope-manager": {
  1973. "version": "8.35.0",
  1974. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
  1975. "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
  1976. "dev": true,
  1977. "license": "MIT",
  1978. "dependencies": {
  1979. "@typescript-eslint/types": "8.35.0",
  1980. "@typescript-eslint/visitor-keys": "8.35.0"
  1981. },
  1982. "engines": {
  1983. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1984. },
  1985. "funding": {
  1986. "type": "opencollective",
  1987. "url": "https://opencollective.com/typescript-eslint"
  1988. }
  1989. },
  1990. "node_modules/@typescript-eslint/tsconfig-utils": {
  1991. "version": "8.35.0",
  1992. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
  1993. "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
  1994. "dev": true,
  1995. "license": "MIT",
  1996. "engines": {
  1997. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1998. },
  1999. "funding": {
  2000. "type": "opencollective",
  2001. "url": "https://opencollective.com/typescript-eslint"
  2002. },
  2003. "peerDependencies": {
  2004. "typescript": ">=4.8.4 <5.9.0"
  2005. }
  2006. },
  2007. "node_modules/@typescript-eslint/type-utils": {
  2008. "version": "8.35.0",
  2009. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz",
  2010. "integrity": "sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==",
  2011. "dev": true,
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "@typescript-eslint/typescript-estree": "8.35.0",
  2015. "@typescript-eslint/utils": "8.35.0",
  2016. "debug": "^4.3.4",
  2017. "ts-api-utils": "^2.1.0"
  2018. },
  2019. "engines": {
  2020. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2021. },
  2022. "funding": {
  2023. "type": "opencollective",
  2024. "url": "https://opencollective.com/typescript-eslint"
  2025. },
  2026. "peerDependencies": {
  2027. "eslint": "^8.57.0 || ^9.0.0",
  2028. "typescript": ">=4.8.4 <5.9.0"
  2029. }
  2030. },
  2031. "node_modules/@typescript-eslint/types": {
  2032. "version": "8.35.0",
  2033. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.35.0.tgz",
  2034. "integrity": "sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==",
  2035. "dev": true,
  2036. "license": "MIT",
  2037. "engines": {
  2038. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2039. },
  2040. "funding": {
  2041. "type": "opencollective",
  2042. "url": "https://opencollective.com/typescript-eslint"
  2043. }
  2044. },
  2045. "node_modules/@typescript-eslint/typescript-estree": {
  2046. "version": "8.35.0",
  2047. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
  2048. "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
  2049. "dev": true,
  2050. "license": "MIT",
  2051. "dependencies": {
  2052. "@typescript-eslint/project-service": "8.35.0",
  2053. "@typescript-eslint/tsconfig-utils": "8.35.0",
  2054. "@typescript-eslint/types": "8.35.0",
  2055. "@typescript-eslint/visitor-keys": "8.35.0",
  2056. "debug": "^4.3.4",
  2057. "fast-glob": "^3.3.2",
  2058. "is-glob": "^4.0.3",
  2059. "minimatch": "^9.0.4",
  2060. "semver": "^7.6.0",
  2061. "ts-api-utils": "^2.1.0"
  2062. },
  2063. "engines": {
  2064. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2065. },
  2066. "funding": {
  2067. "type": "opencollective",
  2068. "url": "https://opencollective.com/typescript-eslint"
  2069. },
  2070. "peerDependencies": {
  2071. "typescript": ">=4.8.4 <5.9.0"
  2072. }
  2073. },
  2074. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2075. "version": "7.7.2",
  2076. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2077. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2078. "dev": true,
  2079. "license": "ISC",
  2080. "bin": {
  2081. "semver": "bin/semver.js"
  2082. },
  2083. "engines": {
  2084. "node": ">=10"
  2085. }
  2086. },
  2087. "node_modules/@typescript-eslint/utils": {
  2088. "version": "8.35.0",
  2089. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.35.0.tgz",
  2090. "integrity": "sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==",
  2091. "dev": true,
  2092. "license": "MIT",
  2093. "dependencies": {
  2094. "@eslint-community/eslint-utils": "^4.7.0",
  2095. "@typescript-eslint/scope-manager": "8.35.0",
  2096. "@typescript-eslint/types": "8.35.0",
  2097. "@typescript-eslint/typescript-estree": "8.35.0"
  2098. },
  2099. "engines": {
  2100. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2101. },
  2102. "funding": {
  2103. "type": "opencollective",
  2104. "url": "https://opencollective.com/typescript-eslint"
  2105. },
  2106. "peerDependencies": {
  2107. "eslint": "^8.57.0 || ^9.0.0",
  2108. "typescript": ">=4.8.4 <5.9.0"
  2109. }
  2110. },
  2111. "node_modules/@typescript-eslint/visitor-keys": {
  2112. "version": "8.35.0",
  2113. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
  2114. "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
  2115. "dev": true,
  2116. "license": "MIT",
  2117. "dependencies": {
  2118. "@typescript-eslint/types": "8.35.0",
  2119. "eslint-visitor-keys": "^4.2.1"
  2120. },
  2121. "engines": {
  2122. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2123. },
  2124. "funding": {
  2125. "type": "opencollective",
  2126. "url": "https://opencollective.com/typescript-eslint"
  2127. }
  2128. },
  2129. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2130. "version": "4.2.1",
  2131. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  2132. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  2133. "dev": true,
  2134. "license": "Apache-2.0",
  2135. "engines": {
  2136. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2137. },
  2138. "funding": {
  2139. "url": "https://opencollective.com/eslint"
  2140. }
  2141. },
  2142. "node_modules/@unocss/astro": {
  2143. "version": "66.2.3",
  2144. "resolved": "https://registry.npmmirror.com/@unocss/astro/-/astro-66.2.3.tgz",
  2145. "integrity": "sha512-tWqQmsdyEV328NhUU1pLkn6SFXeQmDb+EwM7iqDaswmBBwBUGktd3xAFJqO3fBEIhQEmXzj4oHZCIO7GuXcLxA==",
  2146. "dev": true,
  2147. "license": "MIT",
  2148. "dependencies": {
  2149. "@unocss/core": "66.2.3",
  2150. "@unocss/reset": "66.2.3",
  2151. "@unocss/vite": "66.2.3"
  2152. },
  2153. "funding": {
  2154. "url": "https://github.com/sponsors/antfu"
  2155. },
  2156. "peerDependencies": {
  2157. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  2158. },
  2159. "peerDependenciesMeta": {
  2160. "vite": {
  2161. "optional": true
  2162. }
  2163. }
  2164. },
  2165. "node_modules/@unocss/cli": {
  2166. "version": "66.2.3",
  2167. "resolved": "https://registry.npmmirror.com/@unocss/cli/-/cli-66.2.3.tgz",
  2168. "integrity": "sha512-S5Go7hxRgi9WYQmWq7MxhVeROIrt0Ml6slbCbV3TKxHnllSp64BfQTj/69txB29fLLuwiHlnID7VLdVOd0iIQA==",
  2169. "dev": true,
  2170. "license": "MIT",
  2171. "dependencies": {
  2172. "@ampproject/remapping": "^2.3.0",
  2173. "@unocss/config": "66.2.3",
  2174. "@unocss/core": "66.2.3",
  2175. "@unocss/preset-uno": "66.2.3",
  2176. "cac": "^6.7.14",
  2177. "chokidar": "^3.6.0",
  2178. "colorette": "^2.0.20",
  2179. "consola": "^3.4.2",
  2180. "magic-string": "^0.30.17",
  2181. "pathe": "^2.0.3",
  2182. "perfect-debounce": "^1.0.0",
  2183. "tinyglobby": "^0.2.14",
  2184. "unplugin-utils": "^0.2.4"
  2185. },
  2186. "bin": {
  2187. "unocss": "bin/unocss.mjs"
  2188. },
  2189. "engines": {
  2190. "node": ">=14"
  2191. },
  2192. "funding": {
  2193. "url": "https://github.com/sponsors/antfu"
  2194. }
  2195. },
  2196. "node_modules/@unocss/config": {
  2197. "version": "66.2.3",
  2198. "resolved": "https://registry.npmmirror.com/@unocss/config/-/config-66.2.3.tgz",
  2199. "integrity": "sha512-Xd2P1NgD7poYKDMI176yPvmMojBbc1HH26dgG8OYpNiBuzdhdLuyfSLPbpAOXPSyoK8Fu2BikS+NLTWQ8MmgFQ==",
  2200. "dev": true,
  2201. "license": "MIT",
  2202. "dependencies": {
  2203. "@unocss/core": "66.2.3",
  2204. "unconfig": "^7.3.2"
  2205. },
  2206. "engines": {
  2207. "node": ">=14"
  2208. },
  2209. "funding": {
  2210. "url": "https://github.com/sponsors/antfu"
  2211. }
  2212. },
  2213. "node_modules/@unocss/core": {
  2214. "version": "66.2.3",
  2215. "resolved": "https://registry.npmmirror.com/@unocss/core/-/core-66.2.3.tgz",
  2216. "integrity": "sha512-mRpwm3HUAqCtQrBB7+vkCp0qDZT+G1s2EAVJIF6zzrnoqb2BmIlHgz7DXVDufRFMRJtQUCp2jVMtEQZCTXEVjQ==",
  2217. "dev": true,
  2218. "license": "MIT",
  2219. "funding": {
  2220. "url": "https://github.com/sponsors/antfu"
  2221. }
  2222. },
  2223. "node_modules/@unocss/extractor-arbitrary-variants": {
  2224. "version": "66.2.3",
  2225. "resolved": "https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-66.2.3.tgz",
  2226. "integrity": "sha512-QQig1VnIfFJPVnp3lSM0za/7zZS91A+qOmEfOvbabiJ+dyI48wUU6MgP6/xZ5qZK6bvkuyQC9Ta73g9vXXuSZw==",
  2227. "dev": true,
  2228. "license": "MIT",
  2229. "dependencies": {
  2230. "@unocss/core": "66.2.3"
  2231. },
  2232. "funding": {
  2233. "url": "https://github.com/sponsors/antfu"
  2234. }
  2235. },
  2236. "node_modules/@unocss/inspector": {
  2237. "version": "66.2.3",
  2238. "resolved": "https://registry.npmmirror.com/@unocss/inspector/-/inspector-66.2.3.tgz",
  2239. "integrity": "sha512-dNJzfrUo0z87Lu+NdaG/EEPQw+b3QjH0c6Wj1mGyw9kGDkTtGVLMyNVVwLbzMCOCY/W2vPgvyVi+A3scTjGYFQ==",
  2240. "dev": true,
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "@unocss/core": "66.2.3",
  2244. "@unocss/rule-utils": "66.2.3",
  2245. "colorette": "^2.0.20",
  2246. "gzip-size": "^6.0.0",
  2247. "sirv": "^3.0.1",
  2248. "vue-flow-layout": "^0.1.1"
  2249. },
  2250. "funding": {
  2251. "url": "https://github.com/sponsors/antfu"
  2252. }
  2253. },
  2254. "node_modules/@unocss/postcss": {
  2255. "version": "66.2.3",
  2256. "resolved": "https://registry.npmmirror.com/@unocss/postcss/-/postcss-66.2.3.tgz",
  2257. "integrity": "sha512-OVPpXvh0RluVws5T1kupWTH5mfh7DjKQeW41lV8lV845HLDEdiq5ABaKsIQ8eXKVzo/scWje/s2C/lZObMoSZw==",
  2258. "dev": true,
  2259. "license": "MIT",
  2260. "dependencies": {
  2261. "@unocss/config": "66.2.3",
  2262. "@unocss/core": "66.2.3",
  2263. "@unocss/rule-utils": "66.2.3",
  2264. "css-tree": "^3.1.0",
  2265. "postcss": "^8.5.5",
  2266. "tinyglobby": "^0.2.14"
  2267. },
  2268. "engines": {
  2269. "node": ">=14"
  2270. },
  2271. "funding": {
  2272. "url": "https://github.com/sponsors/antfu"
  2273. },
  2274. "peerDependencies": {
  2275. "postcss": "^8.4.21"
  2276. }
  2277. },
  2278. "node_modules/@unocss/preset-attributify": {
  2279. "version": "66.2.3",
  2280. "resolved": "https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-66.2.3.tgz",
  2281. "integrity": "sha512-qAJIlqfdclowB6dRNklh1b2cedl6WMY+iTFe5yTh3A89RP5691tMI3eqiQvNqBsxv4cuU+Wf86rN6enffrEYfw==",
  2282. "dev": true,
  2283. "license": "MIT",
  2284. "dependencies": {
  2285. "@unocss/core": "66.2.3"
  2286. },
  2287. "funding": {
  2288. "url": "https://github.com/sponsors/antfu"
  2289. }
  2290. },
  2291. "node_modules/@unocss/preset-icons": {
  2292. "version": "66.2.3",
  2293. "resolved": "https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-66.2.3.tgz",
  2294. "integrity": "sha512-U0Y4n7Oiq4wqAAdnhVInx6eu+dwxK0H35hwKdPra54ge0maDXzoYP9mFwsgZ7V4FZWZA985cSwhHgvcbqKeAVg==",
  2295. "dev": true,
  2296. "license": "MIT",
  2297. "dependencies": {
  2298. "@iconify/utils": "^2.3.0",
  2299. "@unocss/core": "66.2.3",
  2300. "ofetch": "^1.4.1"
  2301. },
  2302. "funding": {
  2303. "url": "https://github.com/sponsors/antfu"
  2304. }
  2305. },
  2306. "node_modules/@unocss/preset-mini": {
  2307. "version": "66.2.3",
  2308. "resolved": "https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-66.2.3.tgz",
  2309. "integrity": "sha512-qGdpp5ZiekR0QREFzc5eOTjMaYT3FWs9wQJqYKZNY3OJ8wMFpgDVoDTpqdfgvCiL7hheYITuxLDHw0gp/vDGBw==",
  2310. "dev": true,
  2311. "license": "MIT",
  2312. "dependencies": {
  2313. "@unocss/core": "66.2.3",
  2314. "@unocss/extractor-arbitrary-variants": "66.2.3",
  2315. "@unocss/rule-utils": "66.2.3"
  2316. },
  2317. "funding": {
  2318. "url": "https://github.com/sponsors/antfu"
  2319. }
  2320. },
  2321. "node_modules/@unocss/preset-tagify": {
  2322. "version": "66.2.3",
  2323. "resolved": "https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-66.2.3.tgz",
  2324. "integrity": "sha512-vAso+TdrcEipPiCJosYysE1VsEF9UlViwPQQuCBA1vQzhVY3pxfv5+JTHQ3Zg7q34HC+O8WfILnosUa/bMZcLQ==",
  2325. "dev": true,
  2326. "license": "MIT",
  2327. "dependencies": {
  2328. "@unocss/core": "66.2.3"
  2329. },
  2330. "funding": {
  2331. "url": "https://github.com/sponsors/antfu"
  2332. }
  2333. },
  2334. "node_modules/@unocss/preset-typography": {
  2335. "version": "66.2.3",
  2336. "resolved": "https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-66.2.3.tgz",
  2337. "integrity": "sha512-EoJTNeGSUqEVB3ui+BGLTVnwzhPyyD0JQhLhj7bn7ASGHfBmaPFy8ywbOWgumLUwwd8zKR5qZB3jCLVM9n4gRg==",
  2338. "dev": true,
  2339. "license": "MIT",
  2340. "dependencies": {
  2341. "@unocss/core": "66.2.3",
  2342. "@unocss/preset-mini": "66.2.3",
  2343. "@unocss/rule-utils": "66.2.3"
  2344. }
  2345. },
  2346. "node_modules/@unocss/preset-uno": {
  2347. "version": "66.2.3",
  2348. "resolved": "https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-66.2.3.tgz",
  2349. "integrity": "sha512-sLxZwh22eRvzipTf3OVsnfqVWm03rjcGR0jQ/TNZXoQLG8Jql3H560y+iS3if47E1RHTho5ySaBRRzfnLCUppA==",
  2350. "dev": true,
  2351. "license": "MIT",
  2352. "dependencies": {
  2353. "@unocss/core": "66.2.3",
  2354. "@unocss/preset-wind3": "66.2.3"
  2355. },
  2356. "funding": {
  2357. "url": "https://github.com/sponsors/antfu"
  2358. }
  2359. },
  2360. "node_modules/@unocss/preset-web-fonts": {
  2361. "version": "66.2.3",
  2362. "resolved": "https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-66.2.3.tgz",
  2363. "integrity": "sha512-I7raQj7QzjNeIdsBsEJiJE+fZ9+kpT8P/QnNVHmDtJgQOnFzmf+QdJrysEZ3tLqWX94tQX7gTBVElI138jGAAw==",
  2364. "dev": true,
  2365. "license": "MIT",
  2366. "dependencies": {
  2367. "@unocss/core": "66.2.3",
  2368. "ofetch": "^1.4.1"
  2369. },
  2370. "funding": {
  2371. "url": "https://github.com/sponsors/antfu"
  2372. }
  2373. },
  2374. "node_modules/@unocss/preset-wind": {
  2375. "version": "66.2.3",
  2376. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-66.2.3.tgz",
  2377. "integrity": "sha512-sA+x9ynJB6X1nzD6+FysPj1axYe/CeocG7zPCgIYPfZaZt4N1cB1QKqXjUojnNrwiNgQsr6h0ox/EGuNpgQsxg==",
  2378. "dev": true,
  2379. "license": "MIT",
  2380. "dependencies": {
  2381. "@unocss/core": "66.2.3",
  2382. "@unocss/preset-wind3": "66.2.3"
  2383. },
  2384. "funding": {
  2385. "url": "https://github.com/sponsors/antfu"
  2386. }
  2387. },
  2388. "node_modules/@unocss/preset-wind3": {
  2389. "version": "66.2.3",
  2390. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind3/-/preset-wind3-66.2.3.tgz",
  2391. "integrity": "sha512-jthSiWYvsVg5MJVfEykJX35NtbqKDwcabvz7zmwSqhd6LgQwywi2vM7+iRhq+Os8UmX0N5q3WTAVRNsOWLBa+w==",
  2392. "dev": true,
  2393. "license": "MIT",
  2394. "dependencies": {
  2395. "@unocss/core": "66.2.3",
  2396. "@unocss/preset-mini": "66.2.3",
  2397. "@unocss/rule-utils": "66.2.3"
  2398. },
  2399. "funding": {
  2400. "url": "https://github.com/sponsors/antfu"
  2401. }
  2402. },
  2403. "node_modules/@unocss/preset-wind4": {
  2404. "version": "66.2.3",
  2405. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind4/-/preset-wind4-66.2.3.tgz",
  2406. "integrity": "sha512-hRJ85hC6uPUDd1KWa+LRmlQW5bWsuAER+w9bfkpXK+LBHobnVlrkA2qVvBIzFFwh1Mled5+/dCNPuR/Wq/YoJw==",
  2407. "dev": true,
  2408. "license": "MIT",
  2409. "dependencies": {
  2410. "@unocss/core": "66.2.3",
  2411. "@unocss/extractor-arbitrary-variants": "66.2.3",
  2412. "@unocss/rule-utils": "66.2.3"
  2413. },
  2414. "funding": {
  2415. "url": "https://github.com/sponsors/antfu"
  2416. }
  2417. },
  2418. "node_modules/@unocss/reset": {
  2419. "version": "66.2.3",
  2420. "resolved": "https://registry.npmmirror.com/@unocss/reset/-/reset-66.2.3.tgz",
  2421. "integrity": "sha512-szULFXX4IvNMQ+HKbu9p0KVME2pVhZBh9zQ1CSqA/TV9s2DRVMbNO5nVYjjBDkTnvr6N4IgWEGFVK+XVVITJRQ==",
  2422. "dev": true,
  2423. "license": "MIT",
  2424. "funding": {
  2425. "url": "https://github.com/sponsors/antfu"
  2426. }
  2427. },
  2428. "node_modules/@unocss/rule-utils": {
  2429. "version": "66.2.3",
  2430. "resolved": "https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-66.2.3.tgz",
  2431. "integrity": "sha512-OL4s4pTb/YD66OK2b7NavwSqGTn5cDBaafkLphqnXKe9/DUfGoWNmeUAHfSzvM1QelprRXtPNLK/GIfUjcsNMg==",
  2432. "dev": true,
  2433. "license": "MIT",
  2434. "dependencies": {
  2435. "@unocss/core": "^66.2.3",
  2436. "magic-string": "^0.30.17"
  2437. },
  2438. "engines": {
  2439. "node": ">=14"
  2440. },
  2441. "funding": {
  2442. "url": "https://github.com/sponsors/antfu"
  2443. }
  2444. },
  2445. "node_modules/@unocss/transformer-attributify-jsx": {
  2446. "version": "66.2.3",
  2447. "resolved": "https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-66.2.3.tgz",
  2448. "integrity": "sha512-Q8uxlp++BlOzumP17VuuIYQdtpKqPnJQE9IudF2xOyV9z92DWDuo0TzCro3i1+dMcBJ6+dH9R9M77EmMLZUCfw==",
  2449. "dev": true,
  2450. "license": "MIT",
  2451. "dependencies": {
  2452. "@unocss/core": "66.2.3"
  2453. },
  2454. "funding": {
  2455. "url": "https://github.com/sponsors/antfu"
  2456. }
  2457. },
  2458. "node_modules/@unocss/transformer-compile-class": {
  2459. "version": "66.2.3",
  2460. "resolved": "https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-66.2.3.tgz",
  2461. "integrity": "sha512-KOISdvtp0fz4I2Thd37Kg0wFlKySkJnZtGXjwgoDJOSzS+oXYaWEvqIekzUoLly1GkyAE6V4TBNDrwod/sMFhg==",
  2462. "dev": true,
  2463. "license": "MIT",
  2464. "dependencies": {
  2465. "@unocss/core": "66.2.3"
  2466. },
  2467. "funding": {
  2468. "url": "https://github.com/sponsors/antfu"
  2469. }
  2470. },
  2471. "node_modules/@unocss/transformer-directives": {
  2472. "version": "66.2.3",
  2473. "resolved": "https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-66.2.3.tgz",
  2474. "integrity": "sha512-7WJrqcFQ2zeGTbYxB2JZJlfPRrRpj3rIN5Ru3oxx1wbrAc6xNLRQUcPzYecSmmNLbIVx0JjhitiwnacErI1S3Q==",
  2475. "dev": true,
  2476. "license": "MIT",
  2477. "dependencies": {
  2478. "@unocss/core": "66.2.3",
  2479. "@unocss/rule-utils": "66.2.3",
  2480. "css-tree": "^3.1.0"
  2481. }
  2482. },
  2483. "node_modules/@unocss/transformer-variant-group": {
  2484. "version": "66.2.3",
  2485. "resolved": "https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-66.2.3.tgz",
  2486. "integrity": "sha512-gZ7E6KU9v/MEk5CcsJZClCfrVCmOpbU0e4GkK1scnk06Pt4uQn2lKc0zRGiAtFV64K6b0TPs2019LrRLPlhe4g==",
  2487. "dev": true,
  2488. "license": "MIT",
  2489. "dependencies": {
  2490. "@unocss/core": "66.2.3"
  2491. },
  2492. "funding": {
  2493. "url": "https://github.com/sponsors/antfu"
  2494. }
  2495. },
  2496. "node_modules/@unocss/vite": {
  2497. "version": "66.2.3",
  2498. "resolved": "https://registry.npmmirror.com/@unocss/vite/-/vite-66.2.3.tgz",
  2499. "integrity": "sha512-O2p4KVqitCG/mMq2eJQxVnf61LV/6JBC+ZdKftig4NssvDge8turcP0OjwWEvTh0bOOVD3yVjA0QBXO0BS7pMA==",
  2500. "dev": true,
  2501. "license": "MIT",
  2502. "dependencies": {
  2503. "@ampproject/remapping": "^2.3.0",
  2504. "@unocss/config": "66.2.3",
  2505. "@unocss/core": "66.2.3",
  2506. "@unocss/inspector": "66.2.3",
  2507. "chokidar": "^3.6.0",
  2508. "magic-string": "^0.30.17",
  2509. "pathe": "^2.0.3",
  2510. "tinyglobby": "^0.2.14",
  2511. "unplugin-utils": "^0.2.4"
  2512. },
  2513. "funding": {
  2514. "url": "https://github.com/sponsors/antfu"
  2515. },
  2516. "peerDependencies": {
  2517. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  2518. }
  2519. },
  2520. "node_modules/@vitejs/plugin-vue": {
  2521. "version": "5.2.4",
  2522. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  2523. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  2524. "dev": true,
  2525. "license": "MIT",
  2526. "engines": {
  2527. "node": "^18.0.0 || >=20.0.0"
  2528. },
  2529. "peerDependencies": {
  2530. "vite": "^5.0.0 || ^6.0.0",
  2531. "vue": "^3.2.25"
  2532. }
  2533. },
  2534. "node_modules/@vitejs/plugin-vue-jsx": {
  2535. "version": "4.2.0",
  2536. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  2537. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  2538. "dev": true,
  2539. "license": "MIT",
  2540. "dependencies": {
  2541. "@babel/core": "^7.27.1",
  2542. "@babel/plugin-transform-typescript": "^7.27.1",
  2543. "@rolldown/pluginutils": "^1.0.0-beta.9",
  2544. "@vue/babel-plugin-jsx": "^1.4.0"
  2545. },
  2546. "engines": {
  2547. "node": "^18.0.0 || >=20.0.0"
  2548. },
  2549. "peerDependencies": {
  2550. "vite": "^5.0.0 || ^6.0.0",
  2551. "vue": "^3.0.0"
  2552. }
  2553. },
  2554. "node_modules/@volar/language-core": {
  2555. "version": "2.4.14",
  2556. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.14.tgz",
  2557. "integrity": "sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==",
  2558. "dev": true,
  2559. "license": "MIT",
  2560. "dependencies": {
  2561. "@volar/source-map": "2.4.14"
  2562. }
  2563. },
  2564. "node_modules/@volar/source-map": {
  2565. "version": "2.4.14",
  2566. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.14.tgz",
  2567. "integrity": "sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==",
  2568. "dev": true,
  2569. "license": "MIT"
  2570. },
  2571. "node_modules/@volar/typescript": {
  2572. "version": "2.4.14",
  2573. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.14.tgz",
  2574. "integrity": "sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==",
  2575. "dev": true,
  2576. "license": "MIT",
  2577. "dependencies": {
  2578. "@volar/language-core": "2.4.14",
  2579. "path-browserify": "^1.0.1",
  2580. "vscode-uri": "^3.0.8"
  2581. }
  2582. },
  2583. "node_modules/@vue/babel-helper-vue-transform-on": {
  2584. "version": "1.4.0",
  2585. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  2586. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  2587. "dev": true,
  2588. "license": "MIT"
  2589. },
  2590. "node_modules/@vue/babel-plugin-jsx": {
  2591. "version": "1.4.0",
  2592. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  2593. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  2594. "dev": true,
  2595. "license": "MIT",
  2596. "dependencies": {
  2597. "@babel/helper-module-imports": "^7.25.9",
  2598. "@babel/helper-plugin-utils": "^7.26.5",
  2599. "@babel/plugin-syntax-jsx": "^7.25.9",
  2600. "@babel/template": "^7.26.9",
  2601. "@babel/traverse": "^7.26.9",
  2602. "@babel/types": "^7.26.9",
  2603. "@vue/babel-helper-vue-transform-on": "1.4.0",
  2604. "@vue/babel-plugin-resolve-type": "1.4.0",
  2605. "@vue/shared": "^3.5.13"
  2606. },
  2607. "peerDependencies": {
  2608. "@babel/core": "^7.0.0-0"
  2609. },
  2610. "peerDependenciesMeta": {
  2611. "@babel/core": {
  2612. "optional": true
  2613. }
  2614. }
  2615. },
  2616. "node_modules/@vue/babel-plugin-resolve-type": {
  2617. "version": "1.4.0",
  2618. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  2619. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  2620. "dev": true,
  2621. "license": "MIT",
  2622. "dependencies": {
  2623. "@babel/code-frame": "^7.26.2",
  2624. "@babel/helper-module-imports": "^7.25.9",
  2625. "@babel/helper-plugin-utils": "^7.26.5",
  2626. "@babel/parser": "^7.26.9",
  2627. "@vue/compiler-sfc": "^3.5.13"
  2628. },
  2629. "funding": {
  2630. "url": "https://github.com/sponsors/sxzz"
  2631. },
  2632. "peerDependencies": {
  2633. "@babel/core": "^7.0.0-0"
  2634. }
  2635. },
  2636. "node_modules/@vue/compiler-core": {
  2637. "version": "3.5.17",
  2638. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  2639. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  2640. "license": "MIT",
  2641. "dependencies": {
  2642. "@babel/parser": "^7.27.5",
  2643. "@vue/shared": "3.5.17",
  2644. "entities": "^4.5.0",
  2645. "estree-walker": "^2.0.2",
  2646. "source-map-js": "^1.2.1"
  2647. }
  2648. },
  2649. "node_modules/@vue/compiler-dom": {
  2650. "version": "3.5.17",
  2651. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  2652. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  2653. "license": "MIT",
  2654. "dependencies": {
  2655. "@vue/compiler-core": "3.5.17",
  2656. "@vue/shared": "3.5.17"
  2657. }
  2658. },
  2659. "node_modules/@vue/compiler-sfc": {
  2660. "version": "3.5.17",
  2661. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  2662. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  2663. "license": "MIT",
  2664. "dependencies": {
  2665. "@babel/parser": "^7.27.5",
  2666. "@vue/compiler-core": "3.5.17",
  2667. "@vue/compiler-dom": "3.5.17",
  2668. "@vue/compiler-ssr": "3.5.17",
  2669. "@vue/shared": "3.5.17",
  2670. "estree-walker": "^2.0.2",
  2671. "magic-string": "^0.30.17",
  2672. "postcss": "^8.5.6",
  2673. "source-map-js": "^1.2.1"
  2674. }
  2675. },
  2676. "node_modules/@vue/compiler-ssr": {
  2677. "version": "3.5.17",
  2678. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  2679. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  2680. "license": "MIT",
  2681. "dependencies": {
  2682. "@vue/compiler-dom": "3.5.17",
  2683. "@vue/shared": "3.5.17"
  2684. }
  2685. },
  2686. "node_modules/@vue/compiler-vue2": {
  2687. "version": "2.7.16",
  2688. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  2689. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  2690. "dev": true,
  2691. "license": "MIT",
  2692. "dependencies": {
  2693. "de-indent": "^1.0.2",
  2694. "he": "^1.2.0"
  2695. }
  2696. },
  2697. "node_modules/@vue/devtools-api": {
  2698. "version": "7.7.7",
  2699. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.7.tgz",
  2700. "integrity": "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==",
  2701. "license": "MIT",
  2702. "dependencies": {
  2703. "@vue/devtools-kit": "^7.7.7"
  2704. }
  2705. },
  2706. "node_modules/@vue/devtools-core": {
  2707. "version": "7.7.7",
  2708. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  2709. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  2710. "dev": true,
  2711. "license": "MIT",
  2712. "dependencies": {
  2713. "@vue/devtools-kit": "^7.7.7",
  2714. "@vue/devtools-shared": "^7.7.7",
  2715. "mitt": "^3.0.1",
  2716. "nanoid": "^5.1.0",
  2717. "pathe": "^2.0.3",
  2718. "vite-hot-client": "^2.0.4"
  2719. },
  2720. "peerDependencies": {
  2721. "vue": "^3.0.0"
  2722. }
  2723. },
  2724. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2725. "version": "5.1.5",
  2726. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  2727. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  2728. "dev": true,
  2729. "funding": [
  2730. {
  2731. "type": "github",
  2732. "url": "https://github.com/sponsors/ai"
  2733. }
  2734. ],
  2735. "license": "MIT",
  2736. "bin": {
  2737. "nanoid": "bin/nanoid.js"
  2738. },
  2739. "engines": {
  2740. "node": "^18 || >=20"
  2741. }
  2742. },
  2743. "node_modules/@vue/devtools-kit": {
  2744. "version": "7.7.7",
  2745. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  2746. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  2747. "license": "MIT",
  2748. "dependencies": {
  2749. "@vue/devtools-shared": "^7.7.7",
  2750. "birpc": "^2.3.0",
  2751. "hookable": "^5.5.3",
  2752. "mitt": "^3.0.1",
  2753. "perfect-debounce": "^1.0.0",
  2754. "speakingurl": "^14.0.1",
  2755. "superjson": "^2.2.2"
  2756. }
  2757. },
  2758. "node_modules/@vue/devtools-shared": {
  2759. "version": "7.7.7",
  2760. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  2761. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  2762. "license": "MIT",
  2763. "dependencies": {
  2764. "rfdc": "^1.4.1"
  2765. }
  2766. },
  2767. "node_modules/@vue/eslint-config-prettier": {
  2768. "version": "10.2.0",
  2769. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-10.2.0.tgz",
  2770. "integrity": "sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==",
  2771. "dev": true,
  2772. "license": "MIT",
  2773. "dependencies": {
  2774. "eslint-config-prettier": "^10.0.1",
  2775. "eslint-plugin-prettier": "^5.2.2"
  2776. },
  2777. "peerDependencies": {
  2778. "eslint": ">= 8.21.0",
  2779. "prettier": ">= 3.0.0"
  2780. }
  2781. },
  2782. "node_modules/@vue/eslint-config-typescript": {
  2783. "version": "14.5.0",
  2784. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.0.tgz",
  2785. "integrity": "sha512-5oPOyuwkw++AP5gHDh5YFmST50dPfWOcm3/W7Nbh42IK5O3H74ytWAw0TrCRTaBoD/02khnWXuZf1Bz1xflavQ==",
  2786. "dev": true,
  2787. "license": "MIT",
  2788. "dependencies": {
  2789. "@typescript-eslint/utils": "^8.26.0",
  2790. "fast-glob": "^3.3.3",
  2791. "typescript-eslint": "^8.26.0",
  2792. "vue-eslint-parser": "^10.1.1"
  2793. },
  2794. "engines": {
  2795. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2796. },
  2797. "peerDependencies": {
  2798. "eslint": "^9.10.0",
  2799. "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
  2800. "typescript": ">=4.8.4"
  2801. },
  2802. "peerDependenciesMeta": {
  2803. "typescript": {
  2804. "optional": true
  2805. }
  2806. }
  2807. },
  2808. "node_modules/@vue/language-core": {
  2809. "version": "2.2.10",
  2810. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  2811. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  2812. "dev": true,
  2813. "license": "MIT",
  2814. "dependencies": {
  2815. "@volar/language-core": "~2.4.11",
  2816. "@vue/compiler-dom": "^3.5.0",
  2817. "@vue/compiler-vue2": "^2.7.16",
  2818. "@vue/shared": "^3.5.0",
  2819. "alien-signals": "^1.0.3",
  2820. "minimatch": "^9.0.3",
  2821. "muggle-string": "^0.4.1",
  2822. "path-browserify": "^1.0.1"
  2823. },
  2824. "peerDependencies": {
  2825. "typescript": "*"
  2826. },
  2827. "peerDependenciesMeta": {
  2828. "typescript": {
  2829. "optional": true
  2830. }
  2831. }
  2832. },
  2833. "node_modules/@vue/reactivity": {
  2834. "version": "3.5.17",
  2835. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  2836. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  2837. "license": "MIT",
  2838. "dependencies": {
  2839. "@vue/shared": "3.5.17"
  2840. }
  2841. },
  2842. "node_modules/@vue/runtime-core": {
  2843. "version": "3.5.17",
  2844. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  2845. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  2846. "license": "MIT",
  2847. "dependencies": {
  2848. "@vue/reactivity": "3.5.17",
  2849. "@vue/shared": "3.5.17"
  2850. }
  2851. },
  2852. "node_modules/@vue/runtime-dom": {
  2853. "version": "3.5.17",
  2854. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  2855. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  2856. "license": "MIT",
  2857. "dependencies": {
  2858. "@vue/reactivity": "3.5.17",
  2859. "@vue/runtime-core": "3.5.17",
  2860. "@vue/shared": "3.5.17",
  2861. "csstype": "^3.1.3"
  2862. }
  2863. },
  2864. "node_modules/@vue/server-renderer": {
  2865. "version": "3.5.17",
  2866. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  2867. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  2868. "license": "MIT",
  2869. "dependencies": {
  2870. "@vue/compiler-ssr": "3.5.17",
  2871. "@vue/shared": "3.5.17"
  2872. },
  2873. "peerDependencies": {
  2874. "vue": "3.5.17"
  2875. }
  2876. },
  2877. "node_modules/@vue/shared": {
  2878. "version": "3.5.17",
  2879. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  2880. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  2881. "license": "MIT"
  2882. },
  2883. "node_modules/@vue/tsconfig": {
  2884. "version": "0.7.0",
  2885. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  2886. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  2887. "dev": true,
  2888. "license": "MIT",
  2889. "peerDependencies": {
  2890. "typescript": "5.x",
  2891. "vue": "^3.4.0"
  2892. },
  2893. "peerDependenciesMeta": {
  2894. "typescript": {
  2895. "optional": true
  2896. },
  2897. "vue": {
  2898. "optional": true
  2899. }
  2900. }
  2901. },
  2902. "node_modules/@vueuse/core": {
  2903. "version": "13.4.0",
  2904. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.4.0.tgz",
  2905. "integrity": "sha512-OnK7zW3bTq/QclEk17+vDFN3tuAm8ONb9zQUIHrYQkkFesu3WeGUx/3YzpEp+ly53IfDAT9rsYXgGW6piNZC5w==",
  2906. "license": "MIT",
  2907. "dependencies": {
  2908. "@types/web-bluetooth": "^0.0.21",
  2909. "@vueuse/metadata": "13.4.0",
  2910. "@vueuse/shared": "13.4.0"
  2911. },
  2912. "funding": {
  2913. "url": "https://github.com/sponsors/antfu"
  2914. },
  2915. "peerDependencies": {
  2916. "vue": "^3.5.0"
  2917. }
  2918. },
  2919. "node_modules/@vueuse/metadata": {
  2920. "version": "13.4.0",
  2921. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.4.0.tgz",
  2922. "integrity": "sha512-CPDQ/IgOeWbqItg1c/pS+Ulum63MNbpJ4eecjFJqgD/JUCJ822zLfpw6M9HzSvL6wbzMieOtIAW/H8deQASKHg==",
  2923. "license": "MIT",
  2924. "funding": {
  2925. "url": "https://github.com/sponsors/antfu"
  2926. }
  2927. },
  2928. "node_modules/@vueuse/shared": {
  2929. "version": "13.4.0",
  2930. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.4.0.tgz",
  2931. "integrity": "sha512-+AxuKbw8R1gYy5T21V5yhadeNM7rJqb4cPaRI9DdGnnNl3uqXh+unvQ3uCaA2DjYLbNr1+l7ht/B4qEsRegX6A==",
  2932. "license": "MIT",
  2933. "funding": {
  2934. "url": "https://github.com/sponsors/antfu"
  2935. },
  2936. "peerDependencies": {
  2937. "vue": "^3.5.0"
  2938. }
  2939. },
  2940. "node_modules/@webgpu/types": {
  2941. "version": "0.1.61",
  2942. "resolved": "https://registry.npmmirror.com/@webgpu/types/-/types-0.1.61.tgz",
  2943. "integrity": "sha512-w2HbBvH+qO19SB5pJOJFKs533CdZqxl3fcGonqL321VHkW7W/iBo6H8bjDy6pr/+pbMwIu5dnuaAxH7NxBqUrQ==",
  2944. "dev": true,
  2945. "license": "BSD-3-Clause"
  2946. },
  2947. "node_modules/acorn": {
  2948. "version": "8.15.0",
  2949. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  2950. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  2951. "dev": true,
  2952. "license": "MIT",
  2953. "bin": {
  2954. "acorn": "bin/acorn"
  2955. },
  2956. "engines": {
  2957. "node": ">=0.4.0"
  2958. }
  2959. },
  2960. "node_modules/acorn-jsx": {
  2961. "version": "5.3.2",
  2962. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2963. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2964. "dev": true,
  2965. "license": "MIT",
  2966. "peerDependencies": {
  2967. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2968. }
  2969. },
  2970. "node_modules/ajv": {
  2971. "version": "6.12.6",
  2972. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  2973. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2974. "dev": true,
  2975. "license": "MIT",
  2976. "dependencies": {
  2977. "fast-deep-equal": "^3.1.1",
  2978. "fast-json-stable-stringify": "^2.0.0",
  2979. "json-schema-traverse": "^0.4.1",
  2980. "uri-js": "^4.2.2"
  2981. },
  2982. "funding": {
  2983. "type": "github",
  2984. "url": "https://github.com/sponsors/epoberezkin"
  2985. }
  2986. },
  2987. "node_modules/alien-signals": {
  2988. "version": "1.0.13",
  2989. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  2990. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2991. "dev": true,
  2992. "license": "MIT"
  2993. },
  2994. "node_modules/ansi-styles": {
  2995. "version": "4.3.0",
  2996. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2997. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2998. "dev": true,
  2999. "license": "MIT",
  3000. "dependencies": {
  3001. "color-convert": "^2.0.1"
  3002. },
  3003. "engines": {
  3004. "node": ">=8"
  3005. },
  3006. "funding": {
  3007. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3008. }
  3009. },
  3010. "node_modules/anymatch": {
  3011. "version": "3.1.3",
  3012. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  3013. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3014. "dev": true,
  3015. "license": "ISC",
  3016. "dependencies": {
  3017. "normalize-path": "^3.0.0",
  3018. "picomatch": "^2.0.4"
  3019. },
  3020. "engines": {
  3021. "node": ">= 8"
  3022. }
  3023. },
  3024. "node_modules/argparse": {
  3025. "version": "2.0.1",
  3026. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3027. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3028. "dev": true,
  3029. "license": "Python-2.0"
  3030. },
  3031. "node_modules/async-validator": {
  3032. "version": "4.2.5",
  3033. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3034. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3035. "license": "MIT"
  3036. },
  3037. "node_modules/asynckit": {
  3038. "version": "0.4.0",
  3039. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3040. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3041. "license": "MIT"
  3042. },
  3043. "node_modules/axios": {
  3044. "version": "1.10.0",
  3045. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.10.0.tgz",
  3046. "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
  3047. "license": "MIT",
  3048. "dependencies": {
  3049. "follow-redirects": "^1.15.6",
  3050. "form-data": "^4.0.0",
  3051. "proxy-from-env": "^1.1.0"
  3052. }
  3053. },
  3054. "node_modules/balanced-match": {
  3055. "version": "1.0.2",
  3056. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3057. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3058. "dev": true,
  3059. "license": "MIT"
  3060. },
  3061. "node_modules/binary-extensions": {
  3062. "version": "2.3.0",
  3063. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3064. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3065. "dev": true,
  3066. "license": "MIT",
  3067. "engines": {
  3068. "node": ">=8"
  3069. },
  3070. "funding": {
  3071. "url": "https://github.com/sponsors/sindresorhus"
  3072. }
  3073. },
  3074. "node_modules/birpc": {
  3075. "version": "2.4.0",
  3076. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.4.0.tgz",
  3077. "integrity": "sha512-5IdNxTyhXHv2UlgnPHQ0h+5ypVmkrYHzL8QT+DwFZ//2N/oNV8Ch+BCRmTJ3x6/z9Axo/cXYBc9eprsUVK/Jsg==",
  3078. "license": "MIT",
  3079. "funding": {
  3080. "url": "https://github.com/sponsors/antfu"
  3081. }
  3082. },
  3083. "node_modules/boolbase": {
  3084. "version": "1.0.0",
  3085. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3086. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3087. "dev": true,
  3088. "license": "ISC"
  3089. },
  3090. "node_modules/brace-expansion": {
  3091. "version": "2.0.2",
  3092. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3093. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3094. "dev": true,
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "balanced-match": "^1.0.0"
  3098. }
  3099. },
  3100. "node_modules/braces": {
  3101. "version": "3.0.3",
  3102. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3103. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3104. "dev": true,
  3105. "license": "MIT",
  3106. "dependencies": {
  3107. "fill-range": "^7.1.1"
  3108. },
  3109. "engines": {
  3110. "node": ">=8"
  3111. }
  3112. },
  3113. "node_modules/browserslist": {
  3114. "version": "4.25.0",
  3115. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.0.tgz",
  3116. "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
  3117. "dev": true,
  3118. "funding": [
  3119. {
  3120. "type": "opencollective",
  3121. "url": "https://opencollective.com/browserslist"
  3122. },
  3123. {
  3124. "type": "tidelift",
  3125. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3126. },
  3127. {
  3128. "type": "github",
  3129. "url": "https://github.com/sponsors/ai"
  3130. }
  3131. ],
  3132. "license": "MIT",
  3133. "dependencies": {
  3134. "caniuse-lite": "^1.0.30001718",
  3135. "electron-to-chromium": "^1.5.160",
  3136. "node-releases": "^2.0.19",
  3137. "update-browserslist-db": "^1.1.3"
  3138. },
  3139. "bin": {
  3140. "browserslist": "cli.js"
  3141. },
  3142. "engines": {
  3143. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3144. }
  3145. },
  3146. "node_modules/bundle-name": {
  3147. "version": "4.1.0",
  3148. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  3149. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  3150. "dev": true,
  3151. "license": "MIT",
  3152. "dependencies": {
  3153. "run-applescript": "^7.0.0"
  3154. },
  3155. "engines": {
  3156. "node": ">=18"
  3157. },
  3158. "funding": {
  3159. "url": "https://github.com/sponsors/sindresorhus"
  3160. }
  3161. },
  3162. "node_modules/cac": {
  3163. "version": "6.7.14",
  3164. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  3165. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3166. "dev": true,
  3167. "license": "MIT",
  3168. "engines": {
  3169. "node": ">=8"
  3170. }
  3171. },
  3172. "node_modules/call-bind-apply-helpers": {
  3173. "version": "1.0.2",
  3174. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3175. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3176. "license": "MIT",
  3177. "dependencies": {
  3178. "es-errors": "^1.3.0",
  3179. "function-bind": "^1.1.2"
  3180. },
  3181. "engines": {
  3182. "node": ">= 0.4"
  3183. }
  3184. },
  3185. "node_modules/callsites": {
  3186. "version": "3.1.0",
  3187. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3188. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3189. "dev": true,
  3190. "license": "MIT",
  3191. "engines": {
  3192. "node": ">=6"
  3193. }
  3194. },
  3195. "node_modules/caniuse-lite": {
  3196. "version": "1.0.30001724",
  3197. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz",
  3198. "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==",
  3199. "dev": true,
  3200. "funding": [
  3201. {
  3202. "type": "opencollective",
  3203. "url": "https://opencollective.com/browserslist"
  3204. },
  3205. {
  3206. "type": "tidelift",
  3207. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3208. },
  3209. {
  3210. "type": "github",
  3211. "url": "https://github.com/sponsors/ai"
  3212. }
  3213. ],
  3214. "license": "CC-BY-4.0"
  3215. },
  3216. "node_modules/chalk": {
  3217. "version": "4.1.2",
  3218. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3219. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3220. "dev": true,
  3221. "license": "MIT",
  3222. "dependencies": {
  3223. "ansi-styles": "^4.1.0",
  3224. "supports-color": "^7.1.0"
  3225. },
  3226. "engines": {
  3227. "node": ">=10"
  3228. },
  3229. "funding": {
  3230. "url": "https://github.com/chalk/chalk?sponsor=1"
  3231. }
  3232. },
  3233. "node_modules/chokidar": {
  3234. "version": "3.6.0",
  3235. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  3236. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3237. "dev": true,
  3238. "license": "MIT",
  3239. "dependencies": {
  3240. "anymatch": "~3.1.2",
  3241. "braces": "~3.0.2",
  3242. "glob-parent": "~5.1.2",
  3243. "is-binary-path": "~2.1.0",
  3244. "is-glob": "~4.0.1",
  3245. "normalize-path": "~3.0.0",
  3246. "readdirp": "~3.6.0"
  3247. },
  3248. "engines": {
  3249. "node": ">= 8.10.0"
  3250. },
  3251. "funding": {
  3252. "url": "https://paulmillr.com/funding/"
  3253. },
  3254. "optionalDependencies": {
  3255. "fsevents": "~2.3.2"
  3256. }
  3257. },
  3258. "node_modules/chokidar/node_modules/glob-parent": {
  3259. "version": "5.1.2",
  3260. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3261. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3262. "dev": true,
  3263. "license": "ISC",
  3264. "dependencies": {
  3265. "is-glob": "^4.0.1"
  3266. },
  3267. "engines": {
  3268. "node": ">= 6"
  3269. }
  3270. },
  3271. "node_modules/color-convert": {
  3272. "version": "2.0.1",
  3273. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  3274. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3275. "dev": true,
  3276. "license": "MIT",
  3277. "dependencies": {
  3278. "color-name": "~1.1.4"
  3279. },
  3280. "engines": {
  3281. "node": ">=7.0.0"
  3282. }
  3283. },
  3284. "node_modules/color-name": {
  3285. "version": "1.1.4",
  3286. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  3287. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3288. "dev": true,
  3289. "license": "MIT"
  3290. },
  3291. "node_modules/colorette": {
  3292. "version": "2.0.20",
  3293. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  3294. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  3295. "dev": true,
  3296. "license": "MIT"
  3297. },
  3298. "node_modules/combined-stream": {
  3299. "version": "1.0.8",
  3300. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3301. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3302. "license": "MIT",
  3303. "dependencies": {
  3304. "delayed-stream": "~1.0.0"
  3305. },
  3306. "engines": {
  3307. "node": ">= 0.8"
  3308. }
  3309. },
  3310. "node_modules/concat-map": {
  3311. "version": "0.0.1",
  3312. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3313. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3314. "dev": true,
  3315. "license": "MIT"
  3316. },
  3317. "node_modules/confbox": {
  3318. "version": "0.2.2",
  3319. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  3320. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  3321. "dev": true,
  3322. "license": "MIT"
  3323. },
  3324. "node_modules/consola": {
  3325. "version": "3.4.2",
  3326. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  3327. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  3328. "dev": true,
  3329. "license": "MIT",
  3330. "engines": {
  3331. "node": "^14.18.0 || >=16.10.0"
  3332. }
  3333. },
  3334. "node_modules/convert-source-map": {
  3335. "version": "2.0.0",
  3336. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3337. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3338. "dev": true,
  3339. "license": "MIT"
  3340. },
  3341. "node_modules/copy-anything": {
  3342. "version": "3.0.5",
  3343. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  3344. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3345. "license": "MIT",
  3346. "dependencies": {
  3347. "is-what": "^4.1.8"
  3348. },
  3349. "engines": {
  3350. "node": ">=12.13"
  3351. },
  3352. "funding": {
  3353. "url": "https://github.com/sponsors/mesqueeb"
  3354. }
  3355. },
  3356. "node_modules/cross-spawn": {
  3357. "version": "7.0.6",
  3358. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3359. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3360. "dev": true,
  3361. "license": "MIT",
  3362. "dependencies": {
  3363. "path-key": "^3.1.0",
  3364. "shebang-command": "^2.0.0",
  3365. "which": "^2.0.1"
  3366. },
  3367. "engines": {
  3368. "node": ">= 8"
  3369. }
  3370. },
  3371. "node_modules/css-tree": {
  3372. "version": "3.1.0",
  3373. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  3374. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  3375. "dev": true,
  3376. "license": "MIT",
  3377. "dependencies": {
  3378. "mdn-data": "2.12.2",
  3379. "source-map-js": "^1.0.1"
  3380. },
  3381. "engines": {
  3382. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3383. }
  3384. },
  3385. "node_modules/cssesc": {
  3386. "version": "3.0.0",
  3387. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  3388. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3389. "dev": true,
  3390. "license": "MIT",
  3391. "bin": {
  3392. "cssesc": "bin/cssesc"
  3393. },
  3394. "engines": {
  3395. "node": ">=4"
  3396. }
  3397. },
  3398. "node_modules/csstype": {
  3399. "version": "3.1.3",
  3400. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3401. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  3402. "license": "MIT"
  3403. },
  3404. "node_modules/dayjs": {
  3405. "version": "1.11.13",
  3406. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  3407. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  3408. "license": "MIT"
  3409. },
  3410. "node_modules/de-indent": {
  3411. "version": "1.0.2",
  3412. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  3413. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  3414. "dev": true,
  3415. "license": "MIT"
  3416. },
  3417. "node_modules/debug": {
  3418. "version": "4.4.1",
  3419. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  3420. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  3421. "dev": true,
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "ms": "^2.1.3"
  3425. },
  3426. "engines": {
  3427. "node": ">=6.0"
  3428. },
  3429. "peerDependenciesMeta": {
  3430. "supports-color": {
  3431. "optional": true
  3432. }
  3433. }
  3434. },
  3435. "node_modules/deep-is": {
  3436. "version": "0.1.4",
  3437. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  3438. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3439. "dev": true,
  3440. "license": "MIT"
  3441. },
  3442. "node_modules/default-browser": {
  3443. "version": "5.2.1",
  3444. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  3445. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3446. "dev": true,
  3447. "license": "MIT",
  3448. "dependencies": {
  3449. "bundle-name": "^4.1.0",
  3450. "default-browser-id": "^5.0.0"
  3451. },
  3452. "engines": {
  3453. "node": ">=18"
  3454. },
  3455. "funding": {
  3456. "url": "https://github.com/sponsors/sindresorhus"
  3457. }
  3458. },
  3459. "node_modules/default-browser-id": {
  3460. "version": "5.0.0",
  3461. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3462. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3463. "dev": true,
  3464. "license": "MIT",
  3465. "engines": {
  3466. "node": ">=18"
  3467. },
  3468. "funding": {
  3469. "url": "https://github.com/sponsors/sindresorhus"
  3470. }
  3471. },
  3472. "node_modules/define-lazy-prop": {
  3473. "version": "3.0.0",
  3474. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  3475. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  3476. "dev": true,
  3477. "license": "MIT",
  3478. "engines": {
  3479. "node": ">=12"
  3480. },
  3481. "funding": {
  3482. "url": "https://github.com/sponsors/sindresorhus"
  3483. }
  3484. },
  3485. "node_modules/defu": {
  3486. "version": "6.1.4",
  3487. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  3488. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  3489. "dev": true,
  3490. "license": "MIT"
  3491. },
  3492. "node_modules/delayed-stream": {
  3493. "version": "1.0.0",
  3494. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3495. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3496. "license": "MIT",
  3497. "engines": {
  3498. "node": ">=0.4.0"
  3499. }
  3500. },
  3501. "node_modules/destr": {
  3502. "version": "2.0.5",
  3503. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  3504. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  3505. "dev": true,
  3506. "license": "MIT"
  3507. },
  3508. "node_modules/dunder-proto": {
  3509. "version": "1.0.1",
  3510. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3511. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3512. "license": "MIT",
  3513. "dependencies": {
  3514. "call-bind-apply-helpers": "^1.0.1",
  3515. "es-errors": "^1.3.0",
  3516. "gopd": "^1.2.0"
  3517. },
  3518. "engines": {
  3519. "node": ">= 0.4"
  3520. }
  3521. },
  3522. "node_modules/duplexer": {
  3523. "version": "0.1.2",
  3524. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  3525. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  3526. "dev": true,
  3527. "license": "MIT"
  3528. },
  3529. "node_modules/electron-to-chromium": {
  3530. "version": "1.5.173",
  3531. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.173.tgz",
  3532. "integrity": "sha512-2bFhXP2zqSfQHugjqJIDFVwa+qIxyNApenmXTp9EjaKtdPrES5Qcn9/aSFy/NaP2E+fWG/zxKu/LBvY36p5VNQ==",
  3533. "dev": true,
  3534. "license": "ISC"
  3535. },
  3536. "node_modules/element-plus": {
  3537. "version": "2.10.2",
  3538. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz",
  3539. "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==",
  3540. "license": "MIT",
  3541. "dependencies": {
  3542. "@ctrl/tinycolor": "^3.4.1",
  3543. "@element-plus/icons-vue": "^2.3.1",
  3544. "@floating-ui/dom": "^1.0.1",
  3545. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  3546. "@types/lodash": "^4.14.182",
  3547. "@types/lodash-es": "^4.17.6",
  3548. "@vueuse/core": "^9.1.0",
  3549. "async-validator": "^4.2.5",
  3550. "dayjs": "^1.11.13",
  3551. "escape-html": "^1.0.3",
  3552. "lodash": "^4.17.21",
  3553. "lodash-es": "^4.17.21",
  3554. "lodash-unified": "^1.0.2",
  3555. "memoize-one": "^6.0.0",
  3556. "normalize-wheel-es": "^1.2.0"
  3557. },
  3558. "peerDependencies": {
  3559. "vue": "^3.2.0"
  3560. }
  3561. },
  3562. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  3563. "version": "0.0.16",
  3564. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  3565. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  3566. "license": "MIT"
  3567. },
  3568. "node_modules/element-plus/node_modules/@vueuse/core": {
  3569. "version": "9.13.0",
  3570. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3571. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3572. "license": "MIT",
  3573. "dependencies": {
  3574. "@types/web-bluetooth": "^0.0.16",
  3575. "@vueuse/metadata": "9.13.0",
  3576. "@vueuse/shared": "9.13.0",
  3577. "vue-demi": "*"
  3578. },
  3579. "funding": {
  3580. "url": "https://github.com/sponsors/antfu"
  3581. }
  3582. },
  3583. "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": {
  3584. "version": "0.14.10",
  3585. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  3586. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3587. "hasInstallScript": true,
  3588. "license": "MIT",
  3589. "bin": {
  3590. "vue-demi-fix": "bin/vue-demi-fix.js",
  3591. "vue-demi-switch": "bin/vue-demi-switch.js"
  3592. },
  3593. "engines": {
  3594. "node": ">=12"
  3595. },
  3596. "funding": {
  3597. "url": "https://github.com/sponsors/antfu"
  3598. },
  3599. "peerDependencies": {
  3600. "@vue/composition-api": "^1.0.0-rc.1",
  3601. "vue": "^3.0.0-0 || ^2.6.0"
  3602. },
  3603. "peerDependenciesMeta": {
  3604. "@vue/composition-api": {
  3605. "optional": true
  3606. }
  3607. }
  3608. },
  3609. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  3610. "version": "9.13.0",
  3611. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3612. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3613. "license": "MIT",
  3614. "funding": {
  3615. "url": "https://github.com/sponsors/antfu"
  3616. }
  3617. },
  3618. "node_modules/element-plus/node_modules/@vueuse/shared": {
  3619. "version": "9.13.0",
  3620. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3621. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3622. "license": "MIT",
  3623. "dependencies": {
  3624. "vue-demi": "*"
  3625. },
  3626. "funding": {
  3627. "url": "https://github.com/sponsors/antfu"
  3628. }
  3629. },
  3630. "node_modules/element-plus/node_modules/@vueuse/shared/node_modules/vue-demi": {
  3631. "version": "0.14.10",
  3632. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  3633. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3634. "hasInstallScript": true,
  3635. "license": "MIT",
  3636. "bin": {
  3637. "vue-demi-fix": "bin/vue-demi-fix.js",
  3638. "vue-demi-switch": "bin/vue-demi-switch.js"
  3639. },
  3640. "engines": {
  3641. "node": ">=12"
  3642. },
  3643. "funding": {
  3644. "url": "https://github.com/sponsors/antfu"
  3645. },
  3646. "peerDependencies": {
  3647. "@vue/composition-api": "^1.0.0-rc.1",
  3648. "vue": "^3.0.0-0 || ^2.6.0"
  3649. },
  3650. "peerDependenciesMeta": {
  3651. "@vue/composition-api": {
  3652. "optional": true
  3653. }
  3654. }
  3655. },
  3656. "node_modules/entities": {
  3657. "version": "4.5.0",
  3658. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  3659. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3660. "license": "BSD-2-Clause",
  3661. "engines": {
  3662. "node": ">=0.12"
  3663. },
  3664. "funding": {
  3665. "url": "https://github.com/fb55/entities?sponsor=1"
  3666. }
  3667. },
  3668. "node_modules/error-stack-parser-es": {
  3669. "version": "0.1.5",
  3670. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  3671. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  3672. "dev": true,
  3673. "license": "MIT",
  3674. "funding": {
  3675. "url": "https://github.com/sponsors/antfu"
  3676. }
  3677. },
  3678. "node_modules/es-define-property": {
  3679. "version": "1.0.1",
  3680. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  3681. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3682. "license": "MIT",
  3683. "engines": {
  3684. "node": ">= 0.4"
  3685. }
  3686. },
  3687. "node_modules/es-errors": {
  3688. "version": "1.3.0",
  3689. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  3690. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3691. "license": "MIT",
  3692. "engines": {
  3693. "node": ">= 0.4"
  3694. }
  3695. },
  3696. "node_modules/es-object-atoms": {
  3697. "version": "1.1.1",
  3698. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3699. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3700. "license": "MIT",
  3701. "dependencies": {
  3702. "es-errors": "^1.3.0"
  3703. },
  3704. "engines": {
  3705. "node": ">= 0.4"
  3706. }
  3707. },
  3708. "node_modules/es-set-tostringtag": {
  3709. "version": "2.1.0",
  3710. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3711. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3712. "license": "MIT",
  3713. "dependencies": {
  3714. "es-errors": "^1.3.0",
  3715. "get-intrinsic": "^1.2.6",
  3716. "has-tostringtag": "^1.0.2",
  3717. "hasown": "^2.0.2"
  3718. },
  3719. "engines": {
  3720. "node": ">= 0.4"
  3721. }
  3722. },
  3723. "node_modules/esbuild": {
  3724. "version": "0.25.5",
  3725. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  3726. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  3727. "dev": true,
  3728. "hasInstallScript": true,
  3729. "license": "MIT",
  3730. "bin": {
  3731. "esbuild": "bin/esbuild"
  3732. },
  3733. "engines": {
  3734. "node": ">=18"
  3735. },
  3736. "optionalDependencies": {
  3737. "@esbuild/aix-ppc64": "0.25.5",
  3738. "@esbuild/android-arm": "0.25.5",
  3739. "@esbuild/android-arm64": "0.25.5",
  3740. "@esbuild/android-x64": "0.25.5",
  3741. "@esbuild/darwin-arm64": "0.25.5",
  3742. "@esbuild/darwin-x64": "0.25.5",
  3743. "@esbuild/freebsd-arm64": "0.25.5",
  3744. "@esbuild/freebsd-x64": "0.25.5",
  3745. "@esbuild/linux-arm": "0.25.5",
  3746. "@esbuild/linux-arm64": "0.25.5",
  3747. "@esbuild/linux-ia32": "0.25.5",
  3748. "@esbuild/linux-loong64": "0.25.5",
  3749. "@esbuild/linux-mips64el": "0.25.5",
  3750. "@esbuild/linux-ppc64": "0.25.5",
  3751. "@esbuild/linux-riscv64": "0.25.5",
  3752. "@esbuild/linux-s390x": "0.25.5",
  3753. "@esbuild/linux-x64": "0.25.5",
  3754. "@esbuild/netbsd-arm64": "0.25.5",
  3755. "@esbuild/netbsd-x64": "0.25.5",
  3756. "@esbuild/openbsd-arm64": "0.25.5",
  3757. "@esbuild/openbsd-x64": "0.25.5",
  3758. "@esbuild/sunos-x64": "0.25.5",
  3759. "@esbuild/win32-arm64": "0.25.5",
  3760. "@esbuild/win32-ia32": "0.25.5",
  3761. "@esbuild/win32-x64": "0.25.5"
  3762. }
  3763. },
  3764. "node_modules/escalade": {
  3765. "version": "3.2.0",
  3766. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3767. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3768. "dev": true,
  3769. "license": "MIT",
  3770. "engines": {
  3771. "node": ">=6"
  3772. }
  3773. },
  3774. "node_modules/escape-html": {
  3775. "version": "1.0.3",
  3776. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  3777. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  3778. "license": "MIT"
  3779. },
  3780. "node_modules/escape-string-regexp": {
  3781. "version": "4.0.0",
  3782. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3783. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3784. "dev": true,
  3785. "license": "MIT",
  3786. "engines": {
  3787. "node": ">=10"
  3788. },
  3789. "funding": {
  3790. "url": "https://github.com/sponsors/sindresorhus"
  3791. }
  3792. },
  3793. "node_modules/eslint": {
  3794. "version": "9.29.0",
  3795. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.29.0.tgz",
  3796. "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==",
  3797. "dev": true,
  3798. "license": "MIT",
  3799. "dependencies": {
  3800. "@eslint-community/eslint-utils": "^4.2.0",
  3801. "@eslint-community/regexpp": "^4.12.1",
  3802. "@eslint/config-array": "^0.20.1",
  3803. "@eslint/config-helpers": "^0.2.1",
  3804. "@eslint/core": "^0.14.0",
  3805. "@eslint/eslintrc": "^3.3.1",
  3806. "@eslint/js": "9.29.0",
  3807. "@eslint/plugin-kit": "^0.3.1",
  3808. "@humanfs/node": "^0.16.6",
  3809. "@humanwhocodes/module-importer": "^1.0.1",
  3810. "@humanwhocodes/retry": "^0.4.2",
  3811. "@types/estree": "^1.0.6",
  3812. "@types/json-schema": "^7.0.15",
  3813. "ajv": "^6.12.4",
  3814. "chalk": "^4.0.0",
  3815. "cross-spawn": "^7.0.6",
  3816. "debug": "^4.3.2",
  3817. "escape-string-regexp": "^4.0.0",
  3818. "eslint-scope": "^8.4.0",
  3819. "eslint-visitor-keys": "^4.2.1",
  3820. "espree": "^10.4.0",
  3821. "esquery": "^1.5.0",
  3822. "esutils": "^2.0.2",
  3823. "fast-deep-equal": "^3.1.3",
  3824. "file-entry-cache": "^8.0.0",
  3825. "find-up": "^5.0.0",
  3826. "glob-parent": "^6.0.2",
  3827. "ignore": "^5.2.0",
  3828. "imurmurhash": "^0.1.4",
  3829. "is-glob": "^4.0.0",
  3830. "json-stable-stringify-without-jsonify": "^1.0.1",
  3831. "lodash.merge": "^4.6.2",
  3832. "minimatch": "^3.1.2",
  3833. "natural-compare": "^1.4.0",
  3834. "optionator": "^0.9.3"
  3835. },
  3836. "bin": {
  3837. "eslint": "bin/eslint.js"
  3838. },
  3839. "engines": {
  3840. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3841. },
  3842. "funding": {
  3843. "url": "https://eslint.org/donate"
  3844. },
  3845. "peerDependencies": {
  3846. "jiti": "*"
  3847. },
  3848. "peerDependenciesMeta": {
  3849. "jiti": {
  3850. "optional": true
  3851. }
  3852. }
  3853. },
  3854. "node_modules/eslint-config-prettier": {
  3855. "version": "10.1.5",
  3856. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz",
  3857. "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==",
  3858. "dev": true,
  3859. "license": "MIT",
  3860. "bin": {
  3861. "eslint-config-prettier": "bin/cli.js"
  3862. },
  3863. "funding": {
  3864. "url": "https://opencollective.com/eslint-config-prettier"
  3865. },
  3866. "peerDependencies": {
  3867. "eslint": ">=7.0.0"
  3868. }
  3869. },
  3870. "node_modules/eslint-plugin-prettier": {
  3871. "version": "5.5.0",
  3872. "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz",
  3873. "integrity": "sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==",
  3874. "dev": true,
  3875. "license": "MIT",
  3876. "dependencies": {
  3877. "prettier-linter-helpers": "^1.0.0",
  3878. "synckit": "^0.11.7"
  3879. },
  3880. "engines": {
  3881. "node": "^14.18.0 || >=16.0.0"
  3882. },
  3883. "funding": {
  3884. "url": "https://opencollective.com/eslint-plugin-prettier"
  3885. },
  3886. "peerDependencies": {
  3887. "@types/eslint": ">=8.0.0",
  3888. "eslint": ">=8.0.0",
  3889. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  3890. "prettier": ">=3.0.0"
  3891. },
  3892. "peerDependenciesMeta": {
  3893. "@types/eslint": {
  3894. "optional": true
  3895. },
  3896. "eslint-config-prettier": {
  3897. "optional": true
  3898. }
  3899. }
  3900. },
  3901. "node_modules/eslint-plugin-vue": {
  3902. "version": "10.0.1",
  3903. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.1.tgz",
  3904. "integrity": "sha512-A5dRYc3eQ5i2rJFBW8J6F69ur/H7YfYg+5SCg6v829FU0BhM4fUTrRVR2d4MdZgzw0ioJEk6otYHEAnoGFqO4A==",
  3905. "dev": true,
  3906. "license": "MIT",
  3907. "dependencies": {
  3908. "@eslint-community/eslint-utils": "^4.4.0",
  3909. "natural-compare": "^1.4.0",
  3910. "nth-check": "^2.1.1",
  3911. "postcss-selector-parser": "^6.0.15",
  3912. "semver": "^7.6.3",
  3913. "xml-name-validator": "^4.0.0"
  3914. },
  3915. "engines": {
  3916. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3917. },
  3918. "peerDependencies": {
  3919. "eslint": "^8.57.0 || ^9.0.0",
  3920. "vue-eslint-parser": "^10.0.0"
  3921. }
  3922. },
  3923. "node_modules/eslint-plugin-vue/node_modules/semver": {
  3924. "version": "7.7.2",
  3925. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  3926. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  3927. "dev": true,
  3928. "license": "ISC",
  3929. "bin": {
  3930. "semver": "bin/semver.js"
  3931. },
  3932. "engines": {
  3933. "node": ">=10"
  3934. }
  3935. },
  3936. "node_modules/eslint-scope": {
  3937. "version": "8.4.0",
  3938. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3939. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3940. "dev": true,
  3941. "license": "BSD-2-Clause",
  3942. "dependencies": {
  3943. "esrecurse": "^4.3.0",
  3944. "estraverse": "^5.2.0"
  3945. },
  3946. "engines": {
  3947. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3948. },
  3949. "funding": {
  3950. "url": "https://opencollective.com/eslint"
  3951. }
  3952. },
  3953. "node_modules/eslint-visitor-keys": {
  3954. "version": "3.4.3",
  3955. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3956. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3957. "dev": true,
  3958. "license": "Apache-2.0",
  3959. "engines": {
  3960. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3961. },
  3962. "funding": {
  3963. "url": "https://opencollective.com/eslint"
  3964. }
  3965. },
  3966. "node_modules/eslint/node_modules/brace-expansion": {
  3967. "version": "1.1.12",
  3968. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3969. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3970. "dev": true,
  3971. "license": "MIT",
  3972. "dependencies": {
  3973. "balanced-match": "^1.0.0",
  3974. "concat-map": "0.0.1"
  3975. }
  3976. },
  3977. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3978. "version": "4.2.1",
  3979. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3980. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3981. "dev": true,
  3982. "license": "Apache-2.0",
  3983. "engines": {
  3984. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3985. },
  3986. "funding": {
  3987. "url": "https://opencollective.com/eslint"
  3988. }
  3989. },
  3990. "node_modules/eslint/node_modules/minimatch": {
  3991. "version": "3.1.2",
  3992. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  3993. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3994. "dev": true,
  3995. "license": "ISC",
  3996. "dependencies": {
  3997. "brace-expansion": "^1.1.7"
  3998. },
  3999. "engines": {
  4000. "node": "*"
  4001. }
  4002. },
  4003. "node_modules/espree": {
  4004. "version": "10.4.0",
  4005. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
  4006. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  4007. "dev": true,
  4008. "license": "BSD-2-Clause",
  4009. "dependencies": {
  4010. "acorn": "^8.15.0",
  4011. "acorn-jsx": "^5.3.2",
  4012. "eslint-visitor-keys": "^4.2.1"
  4013. },
  4014. "engines": {
  4015. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4016. },
  4017. "funding": {
  4018. "url": "https://opencollective.com/eslint"
  4019. }
  4020. },
  4021. "node_modules/espree/node_modules/eslint-visitor-keys": {
  4022. "version": "4.2.1",
  4023. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  4024. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  4025. "dev": true,
  4026. "license": "Apache-2.0",
  4027. "engines": {
  4028. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4029. },
  4030. "funding": {
  4031. "url": "https://opencollective.com/eslint"
  4032. }
  4033. },
  4034. "node_modules/esquery": {
  4035. "version": "1.6.0",
  4036. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  4037. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  4038. "dev": true,
  4039. "license": "BSD-3-Clause",
  4040. "dependencies": {
  4041. "estraverse": "^5.1.0"
  4042. },
  4043. "engines": {
  4044. "node": ">=0.10"
  4045. }
  4046. },
  4047. "node_modules/esrecurse": {
  4048. "version": "4.3.0",
  4049. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  4050. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4051. "dev": true,
  4052. "license": "BSD-2-Clause",
  4053. "dependencies": {
  4054. "estraverse": "^5.2.0"
  4055. },
  4056. "engines": {
  4057. "node": ">=4.0"
  4058. }
  4059. },
  4060. "node_modules/estraverse": {
  4061. "version": "5.3.0",
  4062. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  4063. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4064. "dev": true,
  4065. "license": "BSD-2-Clause",
  4066. "engines": {
  4067. "node": ">=4.0"
  4068. }
  4069. },
  4070. "node_modules/estree-walker": {
  4071. "version": "2.0.2",
  4072. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  4073. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  4074. "license": "MIT"
  4075. },
  4076. "node_modules/esutils": {
  4077. "version": "2.0.3",
  4078. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  4079. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4080. "dev": true,
  4081. "license": "BSD-2-Clause",
  4082. "engines": {
  4083. "node": ">=0.10.0"
  4084. }
  4085. },
  4086. "node_modules/execa": {
  4087. "version": "9.6.0",
  4088. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.0.tgz",
  4089. "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
  4090. "dev": true,
  4091. "license": "MIT",
  4092. "dependencies": {
  4093. "@sindresorhus/merge-streams": "^4.0.0",
  4094. "cross-spawn": "^7.0.6",
  4095. "figures": "^6.1.0",
  4096. "get-stream": "^9.0.0",
  4097. "human-signals": "^8.0.1",
  4098. "is-plain-obj": "^4.1.0",
  4099. "is-stream": "^4.0.1",
  4100. "npm-run-path": "^6.0.0",
  4101. "pretty-ms": "^9.2.0",
  4102. "signal-exit": "^4.1.0",
  4103. "strip-final-newline": "^4.0.0",
  4104. "yoctocolors": "^2.1.1"
  4105. },
  4106. "engines": {
  4107. "node": "^18.19.0 || >=20.5.0"
  4108. },
  4109. "funding": {
  4110. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4111. }
  4112. },
  4113. "node_modules/exsolve": {
  4114. "version": "1.0.7",
  4115. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.7.tgz",
  4116. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  4117. "dev": true,
  4118. "license": "MIT"
  4119. },
  4120. "node_modules/fast-deep-equal": {
  4121. "version": "3.1.3",
  4122. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4123. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4124. "dev": true,
  4125. "license": "MIT"
  4126. },
  4127. "node_modules/fast-diff": {
  4128. "version": "1.3.0",
  4129. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
  4130. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  4131. "dev": true,
  4132. "license": "Apache-2.0"
  4133. },
  4134. "node_modules/fast-glob": {
  4135. "version": "3.3.3",
  4136. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  4137. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  4138. "dev": true,
  4139. "license": "MIT",
  4140. "dependencies": {
  4141. "@nodelib/fs.stat": "^2.0.2",
  4142. "@nodelib/fs.walk": "^1.2.3",
  4143. "glob-parent": "^5.1.2",
  4144. "merge2": "^1.3.0",
  4145. "micromatch": "^4.0.8"
  4146. },
  4147. "engines": {
  4148. "node": ">=8.6.0"
  4149. }
  4150. },
  4151. "node_modules/fast-glob/node_modules/glob-parent": {
  4152. "version": "5.1.2",
  4153. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  4154. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4155. "dev": true,
  4156. "license": "ISC",
  4157. "dependencies": {
  4158. "is-glob": "^4.0.1"
  4159. },
  4160. "engines": {
  4161. "node": ">= 6"
  4162. }
  4163. },
  4164. "node_modules/fast-json-stable-stringify": {
  4165. "version": "2.1.0",
  4166. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4167. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4168. "dev": true,
  4169. "license": "MIT"
  4170. },
  4171. "node_modules/fast-levenshtein": {
  4172. "version": "2.0.6",
  4173. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4174. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4175. "dev": true,
  4176. "license": "MIT"
  4177. },
  4178. "node_modules/fastq": {
  4179. "version": "1.19.1",
  4180. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  4181. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  4182. "dev": true,
  4183. "license": "ISC",
  4184. "dependencies": {
  4185. "reusify": "^1.0.4"
  4186. }
  4187. },
  4188. "node_modules/fflate": {
  4189. "version": "0.8.2",
  4190. "resolved": "https://registry.npmmirror.com/fflate/-/fflate-0.8.2.tgz",
  4191. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  4192. "dev": true,
  4193. "license": "MIT"
  4194. },
  4195. "node_modules/figures": {
  4196. "version": "6.1.0",
  4197. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  4198. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  4199. "dev": true,
  4200. "license": "MIT",
  4201. "dependencies": {
  4202. "is-unicode-supported": "^2.0.0"
  4203. },
  4204. "engines": {
  4205. "node": ">=18"
  4206. },
  4207. "funding": {
  4208. "url": "https://github.com/sponsors/sindresorhus"
  4209. }
  4210. },
  4211. "node_modules/file-entry-cache": {
  4212. "version": "8.0.0",
  4213. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4214. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4215. "dev": true,
  4216. "license": "MIT",
  4217. "dependencies": {
  4218. "flat-cache": "^4.0.0"
  4219. },
  4220. "engines": {
  4221. "node": ">=16.0.0"
  4222. }
  4223. },
  4224. "node_modules/fill-range": {
  4225. "version": "7.1.1",
  4226. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4227. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4228. "dev": true,
  4229. "license": "MIT",
  4230. "dependencies": {
  4231. "to-regex-range": "^5.0.1"
  4232. },
  4233. "engines": {
  4234. "node": ">=8"
  4235. }
  4236. },
  4237. "node_modules/find-up": {
  4238. "version": "5.0.0",
  4239. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  4240. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4241. "dev": true,
  4242. "license": "MIT",
  4243. "dependencies": {
  4244. "locate-path": "^6.0.0",
  4245. "path-exists": "^4.0.0"
  4246. },
  4247. "engines": {
  4248. "node": ">=10"
  4249. },
  4250. "funding": {
  4251. "url": "https://github.com/sponsors/sindresorhus"
  4252. }
  4253. },
  4254. "node_modules/flat-cache": {
  4255. "version": "4.0.1",
  4256. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  4257. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4258. "dev": true,
  4259. "license": "MIT",
  4260. "dependencies": {
  4261. "flatted": "^3.2.9",
  4262. "keyv": "^4.5.4"
  4263. },
  4264. "engines": {
  4265. "node": ">=16"
  4266. }
  4267. },
  4268. "node_modules/flatted": {
  4269. "version": "3.3.3",
  4270. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  4271. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4272. "dev": true,
  4273. "license": "ISC"
  4274. },
  4275. "node_modules/follow-redirects": {
  4276. "version": "1.15.9",
  4277. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4278. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4279. "funding": [
  4280. {
  4281. "type": "individual",
  4282. "url": "https://github.com/sponsors/RubenVerborgh"
  4283. }
  4284. ],
  4285. "license": "MIT",
  4286. "engines": {
  4287. "node": ">=4.0"
  4288. },
  4289. "peerDependenciesMeta": {
  4290. "debug": {
  4291. "optional": true
  4292. }
  4293. }
  4294. },
  4295. "node_modules/form-data": {
  4296. "version": "4.0.3",
  4297. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
  4298. "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "asynckit": "^0.4.0",
  4302. "combined-stream": "^1.0.8",
  4303. "es-set-tostringtag": "^2.1.0",
  4304. "hasown": "^2.0.2",
  4305. "mime-types": "^2.1.12"
  4306. },
  4307. "engines": {
  4308. "node": ">= 6"
  4309. }
  4310. },
  4311. "node_modules/fs-extra": {
  4312. "version": "11.3.0",
  4313. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  4314. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  4315. "dev": true,
  4316. "license": "MIT",
  4317. "dependencies": {
  4318. "graceful-fs": "^4.2.0",
  4319. "jsonfile": "^6.0.1",
  4320. "universalify": "^2.0.0"
  4321. },
  4322. "engines": {
  4323. "node": ">=14.14"
  4324. }
  4325. },
  4326. "node_modules/fsevents": {
  4327. "version": "2.3.3",
  4328. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4329. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4330. "dev": true,
  4331. "hasInstallScript": true,
  4332. "license": "MIT",
  4333. "optional": true,
  4334. "os": [
  4335. "darwin"
  4336. ],
  4337. "engines": {
  4338. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4339. }
  4340. },
  4341. "node_modules/function-bind": {
  4342. "version": "1.1.2",
  4343. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4344. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4345. "license": "MIT",
  4346. "funding": {
  4347. "url": "https://github.com/sponsors/ljharb"
  4348. }
  4349. },
  4350. "node_modules/gensync": {
  4351. "version": "1.0.0-beta.2",
  4352. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4353. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4354. "dev": true,
  4355. "license": "MIT",
  4356. "engines": {
  4357. "node": ">=6.9.0"
  4358. }
  4359. },
  4360. "node_modules/get-intrinsic": {
  4361. "version": "1.3.0",
  4362. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4363. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4364. "license": "MIT",
  4365. "dependencies": {
  4366. "call-bind-apply-helpers": "^1.0.2",
  4367. "es-define-property": "^1.0.1",
  4368. "es-errors": "^1.3.0",
  4369. "es-object-atoms": "^1.1.1",
  4370. "function-bind": "^1.1.2",
  4371. "get-proto": "^1.0.1",
  4372. "gopd": "^1.2.0",
  4373. "has-symbols": "^1.1.0",
  4374. "hasown": "^2.0.2",
  4375. "math-intrinsics": "^1.1.0"
  4376. },
  4377. "engines": {
  4378. "node": ">= 0.4"
  4379. },
  4380. "funding": {
  4381. "url": "https://github.com/sponsors/ljharb"
  4382. }
  4383. },
  4384. "node_modules/get-proto": {
  4385. "version": "1.0.1",
  4386. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  4387. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4388. "license": "MIT",
  4389. "dependencies": {
  4390. "dunder-proto": "^1.0.1",
  4391. "es-object-atoms": "^1.0.0"
  4392. },
  4393. "engines": {
  4394. "node": ">= 0.4"
  4395. }
  4396. },
  4397. "node_modules/get-stream": {
  4398. "version": "9.0.1",
  4399. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  4400. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  4401. "dev": true,
  4402. "license": "MIT",
  4403. "dependencies": {
  4404. "@sec-ant/readable-stream": "^0.4.1",
  4405. "is-stream": "^4.0.1"
  4406. },
  4407. "engines": {
  4408. "node": ">=18"
  4409. },
  4410. "funding": {
  4411. "url": "https://github.com/sponsors/sindresorhus"
  4412. }
  4413. },
  4414. "node_modules/glob-parent": {
  4415. "version": "6.0.2",
  4416. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  4417. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4418. "dev": true,
  4419. "license": "ISC",
  4420. "dependencies": {
  4421. "is-glob": "^4.0.3"
  4422. },
  4423. "engines": {
  4424. "node": ">=10.13.0"
  4425. }
  4426. },
  4427. "node_modules/globals": {
  4428. "version": "11.12.0",
  4429. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  4430. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4431. "dev": true,
  4432. "license": "MIT",
  4433. "engines": {
  4434. "node": ">=4"
  4435. }
  4436. },
  4437. "node_modules/gopd": {
  4438. "version": "1.2.0",
  4439. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4440. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4441. "license": "MIT",
  4442. "engines": {
  4443. "node": ">= 0.4"
  4444. },
  4445. "funding": {
  4446. "url": "https://github.com/sponsors/ljharb"
  4447. }
  4448. },
  4449. "node_modules/graceful-fs": {
  4450. "version": "4.2.11",
  4451. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4452. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4453. "dev": true,
  4454. "license": "ISC"
  4455. },
  4456. "node_modules/graphemer": {
  4457. "version": "1.4.0",
  4458. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  4459. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4460. "dev": true,
  4461. "license": "MIT"
  4462. },
  4463. "node_modules/gzip-size": {
  4464. "version": "6.0.0",
  4465. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
  4466. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  4467. "dev": true,
  4468. "license": "MIT",
  4469. "dependencies": {
  4470. "duplexer": "^0.1.2"
  4471. },
  4472. "engines": {
  4473. "node": ">=10"
  4474. },
  4475. "funding": {
  4476. "url": "https://github.com/sponsors/sindresorhus"
  4477. }
  4478. },
  4479. "node_modules/has-flag": {
  4480. "version": "4.0.0",
  4481. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  4482. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4483. "dev": true,
  4484. "license": "MIT",
  4485. "engines": {
  4486. "node": ">=8"
  4487. }
  4488. },
  4489. "node_modules/has-symbols": {
  4490. "version": "1.1.0",
  4491. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4492. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4493. "license": "MIT",
  4494. "engines": {
  4495. "node": ">= 0.4"
  4496. },
  4497. "funding": {
  4498. "url": "https://github.com/sponsors/ljharb"
  4499. }
  4500. },
  4501. "node_modules/has-tostringtag": {
  4502. "version": "1.0.2",
  4503. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4504. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4505. "license": "MIT",
  4506. "dependencies": {
  4507. "has-symbols": "^1.0.3"
  4508. },
  4509. "engines": {
  4510. "node": ">= 0.4"
  4511. },
  4512. "funding": {
  4513. "url": "https://github.com/sponsors/ljharb"
  4514. }
  4515. },
  4516. "node_modules/hasown": {
  4517. "version": "2.0.2",
  4518. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4519. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4520. "license": "MIT",
  4521. "dependencies": {
  4522. "function-bind": "^1.1.2"
  4523. },
  4524. "engines": {
  4525. "node": ">= 0.4"
  4526. }
  4527. },
  4528. "node_modules/he": {
  4529. "version": "1.2.0",
  4530. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  4531. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  4532. "dev": true,
  4533. "license": "MIT",
  4534. "bin": {
  4535. "he": "bin/he"
  4536. }
  4537. },
  4538. "node_modules/hookable": {
  4539. "version": "5.5.3",
  4540. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  4541. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  4542. "license": "MIT"
  4543. },
  4544. "node_modules/human-signals": {
  4545. "version": "8.0.1",
  4546. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  4547. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  4548. "dev": true,
  4549. "license": "Apache-2.0",
  4550. "engines": {
  4551. "node": ">=18.18.0"
  4552. }
  4553. },
  4554. "node_modules/ignore": {
  4555. "version": "5.3.2",
  4556. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  4557. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4558. "dev": true,
  4559. "license": "MIT",
  4560. "engines": {
  4561. "node": ">= 4"
  4562. }
  4563. },
  4564. "node_modules/import-fresh": {
  4565. "version": "3.3.1",
  4566. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  4567. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4568. "dev": true,
  4569. "license": "MIT",
  4570. "dependencies": {
  4571. "parent-module": "^1.0.0",
  4572. "resolve-from": "^4.0.0"
  4573. },
  4574. "engines": {
  4575. "node": ">=6"
  4576. },
  4577. "funding": {
  4578. "url": "https://github.com/sponsors/sindresorhus"
  4579. }
  4580. },
  4581. "node_modules/imurmurhash": {
  4582. "version": "0.1.4",
  4583. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4584. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4585. "dev": true,
  4586. "license": "MIT",
  4587. "engines": {
  4588. "node": ">=0.8.19"
  4589. }
  4590. },
  4591. "node_modules/is-binary-path": {
  4592. "version": "2.1.0",
  4593. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4594. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4595. "dev": true,
  4596. "license": "MIT",
  4597. "dependencies": {
  4598. "binary-extensions": "^2.0.0"
  4599. },
  4600. "engines": {
  4601. "node": ">=8"
  4602. }
  4603. },
  4604. "node_modules/is-docker": {
  4605. "version": "3.0.0",
  4606. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  4607. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  4608. "dev": true,
  4609. "license": "MIT",
  4610. "bin": {
  4611. "is-docker": "cli.js"
  4612. },
  4613. "engines": {
  4614. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4615. },
  4616. "funding": {
  4617. "url": "https://github.com/sponsors/sindresorhus"
  4618. }
  4619. },
  4620. "node_modules/is-extglob": {
  4621. "version": "2.1.1",
  4622. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4623. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4624. "dev": true,
  4625. "license": "MIT",
  4626. "engines": {
  4627. "node": ">=0.10.0"
  4628. }
  4629. },
  4630. "node_modules/is-glob": {
  4631. "version": "4.0.3",
  4632. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4633. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4634. "dev": true,
  4635. "license": "MIT",
  4636. "dependencies": {
  4637. "is-extglob": "^2.1.1"
  4638. },
  4639. "engines": {
  4640. "node": ">=0.10.0"
  4641. }
  4642. },
  4643. "node_modules/is-inside-container": {
  4644. "version": "1.0.0",
  4645. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  4646. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  4647. "dev": true,
  4648. "license": "MIT",
  4649. "dependencies": {
  4650. "is-docker": "^3.0.0"
  4651. },
  4652. "bin": {
  4653. "is-inside-container": "cli.js"
  4654. },
  4655. "engines": {
  4656. "node": ">=14.16"
  4657. },
  4658. "funding": {
  4659. "url": "https://github.com/sponsors/sindresorhus"
  4660. }
  4661. },
  4662. "node_modules/is-number": {
  4663. "version": "7.0.0",
  4664. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  4665. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4666. "dev": true,
  4667. "license": "MIT",
  4668. "engines": {
  4669. "node": ">=0.12.0"
  4670. }
  4671. },
  4672. "node_modules/is-plain-obj": {
  4673. "version": "4.1.0",
  4674. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  4675. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  4676. "dev": true,
  4677. "license": "MIT",
  4678. "engines": {
  4679. "node": ">=12"
  4680. },
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/sindresorhus"
  4683. }
  4684. },
  4685. "node_modules/is-stream": {
  4686. "version": "4.0.1",
  4687. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  4688. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  4689. "dev": true,
  4690. "license": "MIT",
  4691. "engines": {
  4692. "node": ">=18"
  4693. },
  4694. "funding": {
  4695. "url": "https://github.com/sponsors/sindresorhus"
  4696. }
  4697. },
  4698. "node_modules/is-unicode-supported": {
  4699. "version": "2.1.0",
  4700. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  4701. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  4702. "dev": true,
  4703. "license": "MIT",
  4704. "engines": {
  4705. "node": ">=18"
  4706. },
  4707. "funding": {
  4708. "url": "https://github.com/sponsors/sindresorhus"
  4709. }
  4710. },
  4711. "node_modules/is-what": {
  4712. "version": "4.1.16",
  4713. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  4714. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  4715. "license": "MIT",
  4716. "engines": {
  4717. "node": ">=12.13"
  4718. },
  4719. "funding": {
  4720. "url": "https://github.com/sponsors/mesqueeb"
  4721. }
  4722. },
  4723. "node_modules/is-wsl": {
  4724. "version": "3.1.0",
  4725. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  4726. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  4727. "dev": true,
  4728. "license": "MIT",
  4729. "dependencies": {
  4730. "is-inside-container": "^1.0.0"
  4731. },
  4732. "engines": {
  4733. "node": ">=16"
  4734. },
  4735. "funding": {
  4736. "url": "https://github.com/sponsors/sindresorhus"
  4737. }
  4738. },
  4739. "node_modules/isexe": {
  4740. "version": "2.0.0",
  4741. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  4742. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4743. "dev": true,
  4744. "license": "ISC"
  4745. },
  4746. "node_modules/jiti": {
  4747. "version": "2.4.2",
  4748. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  4749. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  4750. "dev": true,
  4751. "license": "MIT",
  4752. "bin": {
  4753. "jiti": "lib/jiti-cli.mjs"
  4754. }
  4755. },
  4756. "node_modules/js-tokens": {
  4757. "version": "4.0.0",
  4758. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4759. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4760. "dev": true,
  4761. "license": "MIT"
  4762. },
  4763. "node_modules/js-yaml": {
  4764. "version": "4.1.0",
  4765. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  4766. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4767. "dev": true,
  4768. "license": "MIT",
  4769. "dependencies": {
  4770. "argparse": "^2.0.1"
  4771. },
  4772. "bin": {
  4773. "js-yaml": "bin/js-yaml.js"
  4774. }
  4775. },
  4776. "node_modules/jsesc": {
  4777. "version": "3.1.0",
  4778. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  4779. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4780. "dev": true,
  4781. "license": "MIT",
  4782. "bin": {
  4783. "jsesc": "bin/jsesc"
  4784. },
  4785. "engines": {
  4786. "node": ">=6"
  4787. }
  4788. },
  4789. "node_modules/json-buffer": {
  4790. "version": "3.0.1",
  4791. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  4792. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4793. "dev": true,
  4794. "license": "MIT"
  4795. },
  4796. "node_modules/json-parse-even-better-errors": {
  4797. "version": "4.0.0",
  4798. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  4799. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  4800. "dev": true,
  4801. "license": "MIT",
  4802. "engines": {
  4803. "node": "^18.17.0 || >=20.5.0"
  4804. }
  4805. },
  4806. "node_modules/json-schema-traverse": {
  4807. "version": "0.4.1",
  4808. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4809. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4810. "dev": true,
  4811. "license": "MIT"
  4812. },
  4813. "node_modules/json-stable-stringify-without-jsonify": {
  4814. "version": "1.0.1",
  4815. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4816. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4817. "dev": true,
  4818. "license": "MIT"
  4819. },
  4820. "node_modules/json5": {
  4821. "version": "2.2.3",
  4822. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  4823. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4824. "dev": true,
  4825. "license": "MIT",
  4826. "bin": {
  4827. "json5": "lib/cli.js"
  4828. },
  4829. "engines": {
  4830. "node": ">=6"
  4831. }
  4832. },
  4833. "node_modules/jsonfile": {
  4834. "version": "6.1.0",
  4835. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  4836. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  4837. "dev": true,
  4838. "license": "MIT",
  4839. "dependencies": {
  4840. "universalify": "^2.0.0"
  4841. },
  4842. "optionalDependencies": {
  4843. "graceful-fs": "^4.1.6"
  4844. }
  4845. },
  4846. "node_modules/keyv": {
  4847. "version": "4.5.4",
  4848. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  4849. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4850. "dev": true,
  4851. "license": "MIT",
  4852. "dependencies": {
  4853. "json-buffer": "3.0.1"
  4854. }
  4855. },
  4856. "node_modules/kolorist": {
  4857. "version": "1.8.0",
  4858. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  4859. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  4860. "dev": true,
  4861. "license": "MIT"
  4862. },
  4863. "node_modules/levn": {
  4864. "version": "0.4.1",
  4865. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  4866. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4867. "dev": true,
  4868. "license": "MIT",
  4869. "dependencies": {
  4870. "prelude-ls": "^1.2.1",
  4871. "type-check": "~0.4.0"
  4872. },
  4873. "engines": {
  4874. "node": ">= 0.8.0"
  4875. }
  4876. },
  4877. "node_modules/local-pkg": {
  4878. "version": "1.1.1",
  4879. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  4880. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  4881. "dev": true,
  4882. "license": "MIT",
  4883. "dependencies": {
  4884. "mlly": "^1.7.4",
  4885. "pkg-types": "^2.0.1",
  4886. "quansync": "^0.2.8"
  4887. },
  4888. "engines": {
  4889. "node": ">=14"
  4890. },
  4891. "funding": {
  4892. "url": "https://github.com/sponsors/antfu"
  4893. }
  4894. },
  4895. "node_modules/locate-path": {
  4896. "version": "6.0.0",
  4897. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  4898. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4899. "dev": true,
  4900. "license": "MIT",
  4901. "dependencies": {
  4902. "p-locate": "^5.0.0"
  4903. },
  4904. "engines": {
  4905. "node": ">=10"
  4906. },
  4907. "funding": {
  4908. "url": "https://github.com/sponsors/sindresorhus"
  4909. }
  4910. },
  4911. "node_modules/lodash": {
  4912. "version": "4.17.21",
  4913. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  4914. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  4915. "license": "MIT"
  4916. },
  4917. "node_modules/lodash-es": {
  4918. "version": "4.17.21",
  4919. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  4920. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  4921. "license": "MIT"
  4922. },
  4923. "node_modules/lodash-unified": {
  4924. "version": "1.0.3",
  4925. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  4926. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  4927. "license": "MIT",
  4928. "peerDependencies": {
  4929. "@types/lodash-es": "*",
  4930. "lodash": "*",
  4931. "lodash-es": "*"
  4932. }
  4933. },
  4934. "node_modules/lodash.merge": {
  4935. "version": "4.6.2",
  4936. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4937. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4938. "dev": true,
  4939. "license": "MIT"
  4940. },
  4941. "node_modules/lru-cache": {
  4942. "version": "5.1.1",
  4943. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  4944. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4945. "dev": true,
  4946. "license": "ISC",
  4947. "dependencies": {
  4948. "yallist": "^3.0.2"
  4949. }
  4950. },
  4951. "node_modules/magic-string": {
  4952. "version": "0.30.17",
  4953. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  4954. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  4955. "license": "MIT",
  4956. "dependencies": {
  4957. "@jridgewell/sourcemap-codec": "^1.5.0"
  4958. }
  4959. },
  4960. "node_modules/math-intrinsics": {
  4961. "version": "1.1.0",
  4962. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4963. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4964. "license": "MIT",
  4965. "engines": {
  4966. "node": ">= 0.4"
  4967. }
  4968. },
  4969. "node_modules/mdn-data": {
  4970. "version": "2.12.2",
  4971. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  4972. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  4973. "dev": true,
  4974. "license": "CC0-1.0"
  4975. },
  4976. "node_modules/memoize-one": {
  4977. "version": "6.0.0",
  4978. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  4979. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  4980. "license": "MIT"
  4981. },
  4982. "node_modules/memorystream": {
  4983. "version": "0.3.1",
  4984. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  4985. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  4986. "dev": true,
  4987. "engines": {
  4988. "node": ">= 0.10.0"
  4989. }
  4990. },
  4991. "node_modules/merge2": {
  4992. "version": "1.4.1",
  4993. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  4994. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4995. "dev": true,
  4996. "license": "MIT",
  4997. "engines": {
  4998. "node": ">= 8"
  4999. }
  5000. },
  5001. "node_modules/meshoptimizer": {
  5002. "version": "0.18.1",
  5003. "resolved": "https://registry.npmmirror.com/meshoptimizer/-/meshoptimizer-0.18.1.tgz",
  5004. "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==",
  5005. "dev": true,
  5006. "license": "MIT"
  5007. },
  5008. "node_modules/micromatch": {
  5009. "version": "4.0.8",
  5010. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  5011. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5012. "dev": true,
  5013. "license": "MIT",
  5014. "dependencies": {
  5015. "braces": "^3.0.3",
  5016. "picomatch": "^2.3.1"
  5017. },
  5018. "engines": {
  5019. "node": ">=8.6"
  5020. }
  5021. },
  5022. "node_modules/mime-db": {
  5023. "version": "1.52.0",
  5024. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  5025. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5026. "license": "MIT",
  5027. "engines": {
  5028. "node": ">= 0.6"
  5029. }
  5030. },
  5031. "node_modules/mime-types": {
  5032. "version": "2.1.35",
  5033. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  5034. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5035. "license": "MIT",
  5036. "dependencies": {
  5037. "mime-db": "1.52.0"
  5038. },
  5039. "engines": {
  5040. "node": ">= 0.6"
  5041. }
  5042. },
  5043. "node_modules/minimatch": {
  5044. "version": "9.0.5",
  5045. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  5046. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  5047. "dev": true,
  5048. "license": "ISC",
  5049. "dependencies": {
  5050. "brace-expansion": "^2.0.1"
  5051. },
  5052. "engines": {
  5053. "node": ">=16 || 14 >=14.17"
  5054. },
  5055. "funding": {
  5056. "url": "https://github.com/sponsors/isaacs"
  5057. }
  5058. },
  5059. "node_modules/mitt": {
  5060. "version": "3.0.1",
  5061. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  5062. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  5063. "license": "MIT"
  5064. },
  5065. "node_modules/mlly": {
  5066. "version": "1.7.4",
  5067. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  5068. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  5069. "dev": true,
  5070. "license": "MIT",
  5071. "dependencies": {
  5072. "acorn": "^8.14.0",
  5073. "pathe": "^2.0.1",
  5074. "pkg-types": "^1.3.0",
  5075. "ufo": "^1.5.4"
  5076. }
  5077. },
  5078. "node_modules/mlly/node_modules/confbox": {
  5079. "version": "0.1.8",
  5080. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  5081. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  5082. "dev": true,
  5083. "license": "MIT"
  5084. },
  5085. "node_modules/mlly/node_modules/pkg-types": {
  5086. "version": "1.3.1",
  5087. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  5088. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  5089. "dev": true,
  5090. "license": "MIT",
  5091. "dependencies": {
  5092. "confbox": "^0.1.8",
  5093. "mlly": "^1.7.4",
  5094. "pathe": "^2.0.1"
  5095. }
  5096. },
  5097. "node_modules/mrmime": {
  5098. "version": "2.0.1",
  5099. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  5100. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  5101. "dev": true,
  5102. "license": "MIT",
  5103. "engines": {
  5104. "node": ">=10"
  5105. }
  5106. },
  5107. "node_modules/ms": {
  5108. "version": "2.1.3",
  5109. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5110. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5111. "dev": true,
  5112. "license": "MIT"
  5113. },
  5114. "node_modules/muggle-string": {
  5115. "version": "0.4.1",
  5116. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  5117. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  5118. "dev": true,
  5119. "license": "MIT"
  5120. },
  5121. "node_modules/nanoid": {
  5122. "version": "3.3.11",
  5123. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  5124. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5125. "funding": [
  5126. {
  5127. "type": "github",
  5128. "url": "https://github.com/sponsors/ai"
  5129. }
  5130. ],
  5131. "license": "MIT",
  5132. "bin": {
  5133. "nanoid": "bin/nanoid.cjs"
  5134. },
  5135. "engines": {
  5136. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5137. }
  5138. },
  5139. "node_modules/natural-compare": {
  5140. "version": "1.4.0",
  5141. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  5142. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5143. "dev": true,
  5144. "license": "MIT"
  5145. },
  5146. "node_modules/node-fetch-native": {
  5147. "version": "1.6.6",
  5148. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  5149. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  5150. "dev": true,
  5151. "license": "MIT"
  5152. },
  5153. "node_modules/node-releases": {
  5154. "version": "2.0.19",
  5155. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  5156. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  5157. "dev": true,
  5158. "license": "MIT"
  5159. },
  5160. "node_modules/normalize-path": {
  5161. "version": "3.0.0",
  5162. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  5163. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5164. "dev": true,
  5165. "license": "MIT",
  5166. "engines": {
  5167. "node": ">=0.10.0"
  5168. }
  5169. },
  5170. "node_modules/normalize-wheel-es": {
  5171. "version": "1.2.0",
  5172. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  5173. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  5174. "license": "BSD-3-Clause"
  5175. },
  5176. "node_modules/npm-normalize-package-bin": {
  5177. "version": "4.0.0",
  5178. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  5179. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  5180. "dev": true,
  5181. "license": "ISC",
  5182. "engines": {
  5183. "node": "^18.17.0 || >=20.5.0"
  5184. }
  5185. },
  5186. "node_modules/npm-run-all2": {
  5187. "version": "7.0.2",
  5188. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  5189. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  5190. "dev": true,
  5191. "license": "MIT",
  5192. "dependencies": {
  5193. "ansi-styles": "^6.2.1",
  5194. "cross-spawn": "^7.0.6",
  5195. "memorystream": "^0.3.1",
  5196. "minimatch": "^9.0.0",
  5197. "pidtree": "^0.6.0",
  5198. "read-package-json-fast": "^4.0.0",
  5199. "shell-quote": "^1.7.3",
  5200. "which": "^5.0.0"
  5201. },
  5202. "bin": {
  5203. "npm-run-all": "bin/npm-run-all/index.js",
  5204. "npm-run-all2": "bin/npm-run-all/index.js",
  5205. "run-p": "bin/run-p/index.js",
  5206. "run-s": "bin/run-s/index.js"
  5207. },
  5208. "engines": {
  5209. "node": "^18.17.0 || >=20.5.0",
  5210. "npm": ">= 9"
  5211. }
  5212. },
  5213. "node_modules/npm-run-all2/node_modules/ansi-styles": {
  5214. "version": "6.2.1",
  5215. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  5216. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  5217. "dev": true,
  5218. "license": "MIT",
  5219. "engines": {
  5220. "node": ">=12"
  5221. },
  5222. "funding": {
  5223. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5224. }
  5225. },
  5226. "node_modules/npm-run-all2/node_modules/isexe": {
  5227. "version": "3.1.1",
  5228. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  5229. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  5230. "dev": true,
  5231. "license": "ISC",
  5232. "engines": {
  5233. "node": ">=16"
  5234. }
  5235. },
  5236. "node_modules/npm-run-all2/node_modules/which": {
  5237. "version": "5.0.0",
  5238. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  5239. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  5240. "dev": true,
  5241. "license": "ISC",
  5242. "dependencies": {
  5243. "isexe": "^3.1.1"
  5244. },
  5245. "bin": {
  5246. "node-which": "bin/which.js"
  5247. },
  5248. "engines": {
  5249. "node": "^18.17.0 || >=20.5.0"
  5250. }
  5251. },
  5252. "node_modules/npm-run-path": {
  5253. "version": "6.0.0",
  5254. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  5255. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  5256. "dev": true,
  5257. "license": "MIT",
  5258. "dependencies": {
  5259. "path-key": "^4.0.0",
  5260. "unicorn-magic": "^0.3.0"
  5261. },
  5262. "engines": {
  5263. "node": ">=18"
  5264. },
  5265. "funding": {
  5266. "url": "https://github.com/sponsors/sindresorhus"
  5267. }
  5268. },
  5269. "node_modules/npm-run-path/node_modules/path-key": {
  5270. "version": "4.0.0",
  5271. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  5272. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  5273. "dev": true,
  5274. "license": "MIT",
  5275. "engines": {
  5276. "node": ">=12"
  5277. },
  5278. "funding": {
  5279. "url": "https://github.com/sponsors/sindresorhus"
  5280. }
  5281. },
  5282. "node_modules/nth-check": {
  5283. "version": "2.1.1",
  5284. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  5285. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5286. "dev": true,
  5287. "license": "BSD-2-Clause",
  5288. "dependencies": {
  5289. "boolbase": "^1.0.0"
  5290. },
  5291. "funding": {
  5292. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5293. }
  5294. },
  5295. "node_modules/ofetch": {
  5296. "version": "1.4.1",
  5297. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz",
  5298. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  5299. "dev": true,
  5300. "license": "MIT",
  5301. "dependencies": {
  5302. "destr": "^2.0.3",
  5303. "node-fetch-native": "^1.6.4",
  5304. "ufo": "^1.5.4"
  5305. }
  5306. },
  5307. "node_modules/open": {
  5308. "version": "10.1.2",
  5309. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.2.tgz",
  5310. "integrity": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "default-browser": "^5.2.1",
  5315. "define-lazy-prop": "^3.0.0",
  5316. "is-inside-container": "^1.0.0",
  5317. "is-wsl": "^3.1.0"
  5318. },
  5319. "engines": {
  5320. "node": ">=18"
  5321. },
  5322. "funding": {
  5323. "url": "https://github.com/sponsors/sindresorhus"
  5324. }
  5325. },
  5326. "node_modules/optionator": {
  5327. "version": "0.9.4",
  5328. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  5329. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5330. "dev": true,
  5331. "license": "MIT",
  5332. "dependencies": {
  5333. "deep-is": "^0.1.3",
  5334. "fast-levenshtein": "^2.0.6",
  5335. "levn": "^0.4.1",
  5336. "prelude-ls": "^1.2.1",
  5337. "type-check": "^0.4.0",
  5338. "word-wrap": "^1.2.5"
  5339. },
  5340. "engines": {
  5341. "node": ">= 0.8.0"
  5342. }
  5343. },
  5344. "node_modules/p-limit": {
  5345. "version": "3.1.0",
  5346. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  5347. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5348. "dev": true,
  5349. "license": "MIT",
  5350. "dependencies": {
  5351. "yocto-queue": "^0.1.0"
  5352. },
  5353. "engines": {
  5354. "node": ">=10"
  5355. },
  5356. "funding": {
  5357. "url": "https://github.com/sponsors/sindresorhus"
  5358. }
  5359. },
  5360. "node_modules/p-locate": {
  5361. "version": "5.0.0",
  5362. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  5363. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5364. "dev": true,
  5365. "license": "MIT",
  5366. "dependencies": {
  5367. "p-limit": "^3.0.2"
  5368. },
  5369. "engines": {
  5370. "node": ">=10"
  5371. },
  5372. "funding": {
  5373. "url": "https://github.com/sponsors/sindresorhus"
  5374. }
  5375. },
  5376. "node_modules/package-manager-detector": {
  5377. "version": "1.3.0",
  5378. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  5379. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  5380. "dev": true,
  5381. "license": "MIT"
  5382. },
  5383. "node_modules/parent-module": {
  5384. "version": "1.0.1",
  5385. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  5386. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5387. "dev": true,
  5388. "license": "MIT",
  5389. "dependencies": {
  5390. "callsites": "^3.0.0"
  5391. },
  5392. "engines": {
  5393. "node": ">=6"
  5394. }
  5395. },
  5396. "node_modules/parse-ms": {
  5397. "version": "4.0.0",
  5398. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  5399. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  5400. "dev": true,
  5401. "license": "MIT",
  5402. "engines": {
  5403. "node": ">=18"
  5404. },
  5405. "funding": {
  5406. "url": "https://github.com/sponsors/sindresorhus"
  5407. }
  5408. },
  5409. "node_modules/path-browserify": {
  5410. "version": "1.0.1",
  5411. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  5412. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  5413. "dev": true,
  5414. "license": "MIT"
  5415. },
  5416. "node_modules/path-exists": {
  5417. "version": "4.0.0",
  5418. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  5419. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5420. "dev": true,
  5421. "license": "MIT",
  5422. "engines": {
  5423. "node": ">=8"
  5424. }
  5425. },
  5426. "node_modules/path-key": {
  5427. "version": "3.1.1",
  5428. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  5429. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5430. "dev": true,
  5431. "license": "MIT",
  5432. "engines": {
  5433. "node": ">=8"
  5434. }
  5435. },
  5436. "node_modules/pathe": {
  5437. "version": "2.0.3",
  5438. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  5439. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5440. "dev": true,
  5441. "license": "MIT"
  5442. },
  5443. "node_modules/perfect-debounce": {
  5444. "version": "1.0.0",
  5445. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  5446. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  5447. "license": "MIT"
  5448. },
  5449. "node_modules/picocolors": {
  5450. "version": "1.1.1",
  5451. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  5452. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5453. "license": "ISC"
  5454. },
  5455. "node_modules/picomatch": {
  5456. "version": "2.3.1",
  5457. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5458. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5459. "dev": true,
  5460. "license": "MIT",
  5461. "engines": {
  5462. "node": ">=8.6"
  5463. },
  5464. "funding": {
  5465. "url": "https://github.com/sponsors/jonschlinkert"
  5466. }
  5467. },
  5468. "node_modules/pidtree": {
  5469. "version": "0.6.0",
  5470. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  5471. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  5472. "dev": true,
  5473. "license": "MIT",
  5474. "bin": {
  5475. "pidtree": "bin/pidtree.js"
  5476. },
  5477. "engines": {
  5478. "node": ">=0.10"
  5479. }
  5480. },
  5481. "node_modules/pinia": {
  5482. "version": "3.0.3",
  5483. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  5484. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  5485. "license": "MIT",
  5486. "dependencies": {
  5487. "@vue/devtools-api": "^7.7.2"
  5488. },
  5489. "funding": {
  5490. "url": "https://github.com/sponsors/posva"
  5491. },
  5492. "peerDependencies": {
  5493. "typescript": ">=4.4.4",
  5494. "vue": "^2.7.0 || ^3.5.11"
  5495. },
  5496. "peerDependenciesMeta": {
  5497. "typescript": {
  5498. "optional": true
  5499. }
  5500. }
  5501. },
  5502. "node_modules/pkg-types": {
  5503. "version": "2.1.0",
  5504. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  5505. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  5506. "dev": true,
  5507. "license": "MIT",
  5508. "dependencies": {
  5509. "confbox": "^0.2.1",
  5510. "exsolve": "^1.0.1",
  5511. "pathe": "^2.0.3"
  5512. }
  5513. },
  5514. "node_modules/postcss": {
  5515. "version": "8.5.6",
  5516. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  5517. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5518. "funding": [
  5519. {
  5520. "type": "opencollective",
  5521. "url": "https://opencollective.com/postcss/"
  5522. },
  5523. {
  5524. "type": "tidelift",
  5525. "url": "https://tidelift.com/funding/github/npm/postcss"
  5526. },
  5527. {
  5528. "type": "github",
  5529. "url": "https://github.com/sponsors/ai"
  5530. }
  5531. ],
  5532. "license": "MIT",
  5533. "dependencies": {
  5534. "nanoid": "^3.3.11",
  5535. "picocolors": "^1.1.1",
  5536. "source-map-js": "^1.2.1"
  5537. },
  5538. "engines": {
  5539. "node": "^10 || ^12 || >=14"
  5540. }
  5541. },
  5542. "node_modules/postcss-selector-parser": {
  5543. "version": "6.1.2",
  5544. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5545. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5546. "dev": true,
  5547. "license": "MIT",
  5548. "dependencies": {
  5549. "cssesc": "^3.0.0",
  5550. "util-deprecate": "^1.0.2"
  5551. },
  5552. "engines": {
  5553. "node": ">=4"
  5554. }
  5555. },
  5556. "node_modules/prelude-ls": {
  5557. "version": "1.2.1",
  5558. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5559. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5560. "dev": true,
  5561. "license": "MIT",
  5562. "engines": {
  5563. "node": ">= 0.8.0"
  5564. }
  5565. },
  5566. "node_modules/prettier": {
  5567. "version": "3.5.3",
  5568. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.5.3.tgz",
  5569. "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
  5570. "dev": true,
  5571. "license": "MIT",
  5572. "bin": {
  5573. "prettier": "bin/prettier.cjs"
  5574. },
  5575. "engines": {
  5576. "node": ">=14"
  5577. },
  5578. "funding": {
  5579. "url": "https://github.com/prettier/prettier?sponsor=1"
  5580. }
  5581. },
  5582. "node_modules/prettier-linter-helpers": {
  5583. "version": "1.0.0",
  5584. "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  5585. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  5586. "dev": true,
  5587. "license": "MIT",
  5588. "dependencies": {
  5589. "fast-diff": "^1.1.2"
  5590. },
  5591. "engines": {
  5592. "node": ">=6.0.0"
  5593. }
  5594. },
  5595. "node_modules/pretty-ms": {
  5596. "version": "9.2.0",
  5597. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  5598. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  5599. "dev": true,
  5600. "license": "MIT",
  5601. "dependencies": {
  5602. "parse-ms": "^4.0.0"
  5603. },
  5604. "engines": {
  5605. "node": ">=18"
  5606. },
  5607. "funding": {
  5608. "url": "https://github.com/sponsors/sindresorhus"
  5609. }
  5610. },
  5611. "node_modules/proxy-from-env": {
  5612. "version": "1.1.0",
  5613. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  5614. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  5615. "license": "MIT"
  5616. },
  5617. "node_modules/punycode": {
  5618. "version": "2.3.1",
  5619. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  5620. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5621. "dev": true,
  5622. "license": "MIT",
  5623. "engines": {
  5624. "node": ">=6"
  5625. }
  5626. },
  5627. "node_modules/quansync": {
  5628. "version": "0.2.10",
  5629. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
  5630. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  5631. "dev": true,
  5632. "funding": [
  5633. {
  5634. "type": "individual",
  5635. "url": "https://github.com/sponsors/antfu"
  5636. },
  5637. {
  5638. "type": "individual",
  5639. "url": "https://github.com/sponsors/sxzz"
  5640. }
  5641. ],
  5642. "license": "MIT"
  5643. },
  5644. "node_modules/queue-microtask": {
  5645. "version": "1.2.3",
  5646. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5647. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5648. "dev": true,
  5649. "funding": [
  5650. {
  5651. "type": "github",
  5652. "url": "https://github.com/sponsors/feross"
  5653. },
  5654. {
  5655. "type": "patreon",
  5656. "url": "https://www.patreon.com/feross"
  5657. },
  5658. {
  5659. "type": "consulting",
  5660. "url": "https://feross.org/support"
  5661. }
  5662. ],
  5663. "license": "MIT"
  5664. },
  5665. "node_modules/read-package-json-fast": {
  5666. "version": "4.0.0",
  5667. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  5668. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  5669. "dev": true,
  5670. "license": "ISC",
  5671. "dependencies": {
  5672. "json-parse-even-better-errors": "^4.0.0",
  5673. "npm-normalize-package-bin": "^4.0.0"
  5674. },
  5675. "engines": {
  5676. "node": "^18.17.0 || >=20.5.0"
  5677. }
  5678. },
  5679. "node_modules/readdirp": {
  5680. "version": "3.6.0",
  5681. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  5682. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5683. "dev": true,
  5684. "license": "MIT",
  5685. "dependencies": {
  5686. "picomatch": "^2.2.1"
  5687. },
  5688. "engines": {
  5689. "node": ">=8.10.0"
  5690. }
  5691. },
  5692. "node_modules/resolve-from": {
  5693. "version": "4.0.0",
  5694. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  5695. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5696. "dev": true,
  5697. "license": "MIT",
  5698. "engines": {
  5699. "node": ">=4"
  5700. }
  5701. },
  5702. "node_modules/reusify": {
  5703. "version": "1.1.0",
  5704. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  5705. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5706. "dev": true,
  5707. "license": "MIT",
  5708. "engines": {
  5709. "iojs": ">=1.0.0",
  5710. "node": ">=0.10.0"
  5711. }
  5712. },
  5713. "node_modules/rfdc": {
  5714. "version": "1.4.1",
  5715. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  5716. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  5717. "license": "MIT"
  5718. },
  5719. "node_modules/rollup": {
  5720. "version": "4.44.0",
  5721. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.0.tgz",
  5722. "integrity": "sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==",
  5723. "dev": true,
  5724. "license": "MIT",
  5725. "dependencies": {
  5726. "@types/estree": "1.0.8"
  5727. },
  5728. "bin": {
  5729. "rollup": "dist/bin/rollup"
  5730. },
  5731. "engines": {
  5732. "node": ">=18.0.0",
  5733. "npm": ">=8.0.0"
  5734. },
  5735. "optionalDependencies": {
  5736. "@rollup/rollup-android-arm-eabi": "4.44.0",
  5737. "@rollup/rollup-android-arm64": "4.44.0",
  5738. "@rollup/rollup-darwin-arm64": "4.44.0",
  5739. "@rollup/rollup-darwin-x64": "4.44.0",
  5740. "@rollup/rollup-freebsd-arm64": "4.44.0",
  5741. "@rollup/rollup-freebsd-x64": "4.44.0",
  5742. "@rollup/rollup-linux-arm-gnueabihf": "4.44.0",
  5743. "@rollup/rollup-linux-arm-musleabihf": "4.44.0",
  5744. "@rollup/rollup-linux-arm64-gnu": "4.44.0",
  5745. "@rollup/rollup-linux-arm64-musl": "4.44.0",
  5746. "@rollup/rollup-linux-loongarch64-gnu": "4.44.0",
  5747. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.0",
  5748. "@rollup/rollup-linux-riscv64-gnu": "4.44.0",
  5749. "@rollup/rollup-linux-riscv64-musl": "4.44.0",
  5750. "@rollup/rollup-linux-s390x-gnu": "4.44.0",
  5751. "@rollup/rollup-linux-x64-gnu": "4.44.0",
  5752. "@rollup/rollup-linux-x64-musl": "4.44.0",
  5753. "@rollup/rollup-win32-arm64-msvc": "4.44.0",
  5754. "@rollup/rollup-win32-ia32-msvc": "4.44.0",
  5755. "@rollup/rollup-win32-x64-msvc": "4.44.0",
  5756. "fsevents": "~2.3.2"
  5757. }
  5758. },
  5759. "node_modules/run-applescript": {
  5760. "version": "7.0.0",
  5761. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  5762. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  5763. "dev": true,
  5764. "license": "MIT",
  5765. "engines": {
  5766. "node": ">=18"
  5767. },
  5768. "funding": {
  5769. "url": "https://github.com/sponsors/sindresorhus"
  5770. }
  5771. },
  5772. "node_modules/run-parallel": {
  5773. "version": "1.2.0",
  5774. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  5775. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5776. "dev": true,
  5777. "funding": [
  5778. {
  5779. "type": "github",
  5780. "url": "https://github.com/sponsors/feross"
  5781. },
  5782. {
  5783. "type": "patreon",
  5784. "url": "https://www.patreon.com/feross"
  5785. },
  5786. {
  5787. "type": "consulting",
  5788. "url": "https://feross.org/support"
  5789. }
  5790. ],
  5791. "license": "MIT",
  5792. "dependencies": {
  5793. "queue-microtask": "^1.2.2"
  5794. }
  5795. },
  5796. "node_modules/scule": {
  5797. "version": "1.3.0",
  5798. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  5799. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  5800. "dev": true,
  5801. "license": "MIT"
  5802. },
  5803. "node_modules/semver": {
  5804. "version": "6.3.1",
  5805. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5806. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5807. "dev": true,
  5808. "license": "ISC",
  5809. "bin": {
  5810. "semver": "bin/semver.js"
  5811. }
  5812. },
  5813. "node_modules/shebang-command": {
  5814. "version": "2.0.0",
  5815. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  5816. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5817. "dev": true,
  5818. "license": "MIT",
  5819. "dependencies": {
  5820. "shebang-regex": "^3.0.0"
  5821. },
  5822. "engines": {
  5823. "node": ">=8"
  5824. }
  5825. },
  5826. "node_modules/shebang-regex": {
  5827. "version": "3.0.0",
  5828. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5829. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5830. "dev": true,
  5831. "license": "MIT",
  5832. "engines": {
  5833. "node": ">=8"
  5834. }
  5835. },
  5836. "node_modules/shell-quote": {
  5837. "version": "1.8.3",
  5838. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  5839. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  5840. "dev": true,
  5841. "license": "MIT",
  5842. "engines": {
  5843. "node": ">= 0.4"
  5844. },
  5845. "funding": {
  5846. "url": "https://github.com/sponsors/ljharb"
  5847. }
  5848. },
  5849. "node_modules/signal-exit": {
  5850. "version": "4.1.0",
  5851. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  5852. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5853. "dev": true,
  5854. "license": "ISC",
  5855. "engines": {
  5856. "node": ">=14"
  5857. },
  5858. "funding": {
  5859. "url": "https://github.com/sponsors/isaacs"
  5860. }
  5861. },
  5862. "node_modules/sirv": {
  5863. "version": "3.0.1",
  5864. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  5865. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  5866. "dev": true,
  5867. "license": "MIT",
  5868. "dependencies": {
  5869. "@polka/url": "^1.0.0-next.24",
  5870. "mrmime": "^2.0.0",
  5871. "totalist": "^3.0.0"
  5872. },
  5873. "engines": {
  5874. "node": ">=18"
  5875. }
  5876. },
  5877. "node_modules/source-map-js": {
  5878. "version": "1.2.1",
  5879. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  5880. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5881. "license": "BSD-3-Clause",
  5882. "engines": {
  5883. "node": ">=0.10.0"
  5884. }
  5885. },
  5886. "node_modules/speakingurl": {
  5887. "version": "14.0.1",
  5888. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  5889. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  5890. "license": "BSD-3-Clause",
  5891. "engines": {
  5892. "node": ">=0.10.0"
  5893. }
  5894. },
  5895. "node_modules/strip-final-newline": {
  5896. "version": "4.0.0",
  5897. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  5898. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  5899. "dev": true,
  5900. "license": "MIT",
  5901. "engines": {
  5902. "node": ">=18"
  5903. },
  5904. "funding": {
  5905. "url": "https://github.com/sponsors/sindresorhus"
  5906. }
  5907. },
  5908. "node_modules/strip-json-comments": {
  5909. "version": "3.1.1",
  5910. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5911. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5912. "dev": true,
  5913. "license": "MIT",
  5914. "engines": {
  5915. "node": ">=8"
  5916. },
  5917. "funding": {
  5918. "url": "https://github.com/sponsors/sindresorhus"
  5919. }
  5920. },
  5921. "node_modules/strip-literal": {
  5922. "version": "3.0.0",
  5923. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  5924. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  5925. "dev": true,
  5926. "license": "MIT",
  5927. "dependencies": {
  5928. "js-tokens": "^9.0.1"
  5929. },
  5930. "funding": {
  5931. "url": "https://github.com/sponsors/antfu"
  5932. }
  5933. },
  5934. "node_modules/strip-literal/node_modules/js-tokens": {
  5935. "version": "9.0.1",
  5936. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  5937. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  5938. "dev": true,
  5939. "license": "MIT"
  5940. },
  5941. "node_modules/superjson": {
  5942. "version": "2.2.2",
  5943. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  5944. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  5945. "license": "MIT",
  5946. "dependencies": {
  5947. "copy-anything": "^3.0.2"
  5948. },
  5949. "engines": {
  5950. "node": ">=16"
  5951. }
  5952. },
  5953. "node_modules/supports-color": {
  5954. "version": "7.2.0",
  5955. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  5956. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5957. "dev": true,
  5958. "license": "MIT",
  5959. "dependencies": {
  5960. "has-flag": "^4.0.0"
  5961. },
  5962. "engines": {
  5963. "node": ">=8"
  5964. }
  5965. },
  5966. "node_modules/synckit": {
  5967. "version": "0.11.8",
  5968. "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.11.8.tgz",
  5969. "integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
  5970. "dev": true,
  5971. "license": "MIT",
  5972. "dependencies": {
  5973. "@pkgr/core": "^0.2.4"
  5974. },
  5975. "engines": {
  5976. "node": "^14.18.0 || >=16.0.0"
  5977. },
  5978. "funding": {
  5979. "url": "https://opencollective.com/synckit"
  5980. }
  5981. },
  5982. "node_modules/three": {
  5983. "version": "0.177.0",
  5984. "resolved": "https://registry.npmmirror.com/three/-/three-0.177.0.tgz",
  5985. "integrity": "sha512-EiXv5/qWAaGI+Vz2A+JfavwYCMdGjxVsrn3oBwllUoqYeaBO75J63ZfyaQKoiLrqNHoTlUc6PFgMXnS0kI45zg==",
  5986. "license": "MIT"
  5987. },
  5988. "node_modules/tinyexec": {
  5989. "version": "1.0.1",
  5990. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.1.tgz",
  5991. "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
  5992. "dev": true,
  5993. "license": "MIT"
  5994. },
  5995. "node_modules/tinyglobby": {
  5996. "version": "0.2.14",
  5997. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  5998. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  5999. "dev": true,
  6000. "license": "MIT",
  6001. "dependencies": {
  6002. "fdir": "^6.4.4",
  6003. "picomatch": "^4.0.2"
  6004. },
  6005. "engines": {
  6006. "node": ">=12.0.0"
  6007. },
  6008. "funding": {
  6009. "url": "https://github.com/sponsors/SuperchupuDev"
  6010. }
  6011. },
  6012. "node_modules/tinyglobby/node_modules/fdir": {
  6013. "version": "6.4.6",
  6014. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  6015. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  6016. "dev": true,
  6017. "license": "MIT",
  6018. "peerDependencies": {
  6019. "picomatch": "^3 || ^4"
  6020. },
  6021. "peerDependenciesMeta": {
  6022. "picomatch": {
  6023. "optional": true
  6024. }
  6025. }
  6026. },
  6027. "node_modules/tinyglobby/node_modules/picomatch": {
  6028. "version": "4.0.2",
  6029. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6030. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6031. "dev": true,
  6032. "license": "MIT",
  6033. "engines": {
  6034. "node": ">=12"
  6035. },
  6036. "funding": {
  6037. "url": "https://github.com/sponsors/jonschlinkert"
  6038. }
  6039. },
  6040. "node_modules/to-regex-range": {
  6041. "version": "5.0.1",
  6042. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6043. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6044. "dev": true,
  6045. "license": "MIT",
  6046. "dependencies": {
  6047. "is-number": "^7.0.0"
  6048. },
  6049. "engines": {
  6050. "node": ">=8.0"
  6051. }
  6052. },
  6053. "node_modules/totalist": {
  6054. "version": "3.0.1",
  6055. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  6056. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  6057. "dev": true,
  6058. "license": "MIT",
  6059. "engines": {
  6060. "node": ">=6"
  6061. }
  6062. },
  6063. "node_modules/ts-api-utils": {
  6064. "version": "2.1.0",
  6065. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  6066. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  6067. "dev": true,
  6068. "license": "MIT",
  6069. "engines": {
  6070. "node": ">=18.12"
  6071. },
  6072. "peerDependencies": {
  6073. "typescript": ">=4.8.4"
  6074. }
  6075. },
  6076. "node_modules/type-check": {
  6077. "version": "0.4.0",
  6078. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  6079. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6080. "dev": true,
  6081. "license": "MIT",
  6082. "dependencies": {
  6083. "prelude-ls": "^1.2.1"
  6084. },
  6085. "engines": {
  6086. "node": ">= 0.8.0"
  6087. }
  6088. },
  6089. "node_modules/typescript": {
  6090. "version": "5.8.3",
  6091. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  6092. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  6093. "devOptional": true,
  6094. "license": "Apache-2.0",
  6095. "bin": {
  6096. "tsc": "bin/tsc",
  6097. "tsserver": "bin/tsserver"
  6098. },
  6099. "engines": {
  6100. "node": ">=14.17"
  6101. }
  6102. },
  6103. "node_modules/typescript-eslint": {
  6104. "version": "8.35.0",
  6105. "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.35.0.tgz",
  6106. "integrity": "sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A==",
  6107. "dev": true,
  6108. "license": "MIT",
  6109. "dependencies": {
  6110. "@typescript-eslint/eslint-plugin": "8.35.0",
  6111. "@typescript-eslint/parser": "8.35.0",
  6112. "@typescript-eslint/utils": "8.35.0"
  6113. },
  6114. "engines": {
  6115. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6116. },
  6117. "funding": {
  6118. "type": "opencollective",
  6119. "url": "https://opencollective.com/typescript-eslint"
  6120. },
  6121. "peerDependencies": {
  6122. "eslint": "^8.57.0 || ^9.0.0",
  6123. "typescript": ">=4.8.4 <5.9.0"
  6124. }
  6125. },
  6126. "node_modules/ufo": {
  6127. "version": "1.6.1",
  6128. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  6129. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  6130. "dev": true,
  6131. "license": "MIT"
  6132. },
  6133. "node_modules/unconfig": {
  6134. "version": "7.3.2",
  6135. "resolved": "https://registry.npmmirror.com/unconfig/-/unconfig-7.3.2.tgz",
  6136. "integrity": "sha512-nqG5NNL2wFVGZ0NA/aCFw0oJ2pxSf1lwg4Z5ill8wd7K4KX/rQbHlwbh+bjctXL5Ly1xtzHenHGOK0b+lG6JVg==",
  6137. "dev": true,
  6138. "license": "MIT",
  6139. "dependencies": {
  6140. "@quansync/fs": "^0.1.1",
  6141. "defu": "^6.1.4",
  6142. "jiti": "^2.4.2",
  6143. "quansync": "^0.2.8"
  6144. },
  6145. "funding": {
  6146. "url": "https://github.com/sponsors/antfu"
  6147. }
  6148. },
  6149. "node_modules/undici-types": {
  6150. "version": "6.21.0",
  6151. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  6152. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  6153. "dev": true,
  6154. "license": "MIT"
  6155. },
  6156. "node_modules/unicorn-magic": {
  6157. "version": "0.3.0",
  6158. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  6159. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  6160. "dev": true,
  6161. "license": "MIT",
  6162. "engines": {
  6163. "node": ">=18"
  6164. },
  6165. "funding": {
  6166. "url": "https://github.com/sponsors/sindresorhus"
  6167. }
  6168. },
  6169. "node_modules/unimport": {
  6170. "version": "4.2.0",
  6171. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.2.0.tgz",
  6172. "integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==",
  6173. "dev": true,
  6174. "license": "MIT",
  6175. "dependencies": {
  6176. "acorn": "^8.14.1",
  6177. "escape-string-regexp": "^5.0.0",
  6178. "estree-walker": "^3.0.3",
  6179. "local-pkg": "^1.1.1",
  6180. "magic-string": "^0.30.17",
  6181. "mlly": "^1.7.4",
  6182. "pathe": "^2.0.3",
  6183. "picomatch": "^4.0.2",
  6184. "pkg-types": "^2.1.0",
  6185. "scule": "^1.3.0",
  6186. "strip-literal": "^3.0.0",
  6187. "tinyglobby": "^0.2.12",
  6188. "unplugin": "^2.2.2",
  6189. "unplugin-utils": "^0.2.4"
  6190. },
  6191. "engines": {
  6192. "node": ">=18.12.0"
  6193. }
  6194. },
  6195. "node_modules/unimport/node_modules/escape-string-regexp": {
  6196. "version": "5.0.0",
  6197. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6198. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6199. "dev": true,
  6200. "license": "MIT",
  6201. "engines": {
  6202. "node": ">=12"
  6203. },
  6204. "funding": {
  6205. "url": "https://github.com/sponsors/sindresorhus"
  6206. }
  6207. },
  6208. "node_modules/unimport/node_modules/estree-walker": {
  6209. "version": "3.0.3",
  6210. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  6211. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  6212. "dev": true,
  6213. "license": "MIT",
  6214. "dependencies": {
  6215. "@types/estree": "^1.0.0"
  6216. }
  6217. },
  6218. "node_modules/unimport/node_modules/picomatch": {
  6219. "version": "4.0.2",
  6220. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6221. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6222. "dev": true,
  6223. "license": "MIT",
  6224. "engines": {
  6225. "node": ">=12"
  6226. },
  6227. "funding": {
  6228. "url": "https://github.com/sponsors/jonschlinkert"
  6229. }
  6230. },
  6231. "node_modules/universalify": {
  6232. "version": "2.0.1",
  6233. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  6234. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  6235. "dev": true,
  6236. "license": "MIT",
  6237. "engines": {
  6238. "node": ">= 10.0.0"
  6239. }
  6240. },
  6241. "node_modules/unocss": {
  6242. "version": "66.2.3",
  6243. "resolved": "https://registry.npmmirror.com/unocss/-/unocss-66.2.3.tgz",
  6244. "integrity": "sha512-GoZSQLkgPqXxLbj+WqCr8/S/9l3CqUK/h8xKVFi7aJJ6njAjQivtCEuutZ/OgwafMhyW0rHUiwqTHuc4YQU1Eg==",
  6245. "dev": true,
  6246. "license": "MIT",
  6247. "dependencies": {
  6248. "@unocss/astro": "66.2.3",
  6249. "@unocss/cli": "66.2.3",
  6250. "@unocss/core": "66.2.3",
  6251. "@unocss/postcss": "66.2.3",
  6252. "@unocss/preset-attributify": "66.2.3",
  6253. "@unocss/preset-icons": "66.2.3",
  6254. "@unocss/preset-mini": "66.2.3",
  6255. "@unocss/preset-tagify": "66.2.3",
  6256. "@unocss/preset-typography": "66.2.3",
  6257. "@unocss/preset-uno": "66.2.3",
  6258. "@unocss/preset-web-fonts": "66.2.3",
  6259. "@unocss/preset-wind": "66.2.3",
  6260. "@unocss/preset-wind3": "66.2.3",
  6261. "@unocss/preset-wind4": "66.2.3",
  6262. "@unocss/transformer-attributify-jsx": "66.2.3",
  6263. "@unocss/transformer-compile-class": "66.2.3",
  6264. "@unocss/transformer-directives": "66.2.3",
  6265. "@unocss/transformer-variant-group": "66.2.3",
  6266. "@unocss/vite": "66.2.3"
  6267. },
  6268. "engines": {
  6269. "node": ">=14"
  6270. },
  6271. "funding": {
  6272. "url": "https://github.com/sponsors/antfu"
  6273. },
  6274. "peerDependencies": {
  6275. "@unocss/webpack": "66.2.3",
  6276. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  6277. },
  6278. "peerDependenciesMeta": {
  6279. "@unocss/webpack": {
  6280. "optional": true
  6281. },
  6282. "vite": {
  6283. "optional": true
  6284. }
  6285. }
  6286. },
  6287. "node_modules/unplugin": {
  6288. "version": "2.3.5",
  6289. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz",
  6290. "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
  6291. "dev": true,
  6292. "license": "MIT",
  6293. "dependencies": {
  6294. "acorn": "^8.14.1",
  6295. "picomatch": "^4.0.2",
  6296. "webpack-virtual-modules": "^0.6.2"
  6297. },
  6298. "engines": {
  6299. "node": ">=18.12.0"
  6300. }
  6301. },
  6302. "node_modules/unplugin-auto-import": {
  6303. "version": "19.3.0",
  6304. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-19.3.0.tgz",
  6305. "integrity": "sha512-iIi0u4Gq2uGkAOGqlPJOAMI8vocvjh1clGTfSK4SOrJKrt+tirrixo/FjgBwXQNNdS7ofcr7OxzmOb/RjWxeEQ==",
  6306. "dev": true,
  6307. "license": "MIT",
  6308. "dependencies": {
  6309. "local-pkg": "^1.1.1",
  6310. "magic-string": "^0.30.17",
  6311. "picomatch": "^4.0.2",
  6312. "unimport": "^4.2.0",
  6313. "unplugin": "^2.3.4",
  6314. "unplugin-utils": "^0.2.4"
  6315. },
  6316. "engines": {
  6317. "node": ">=14"
  6318. },
  6319. "funding": {
  6320. "url": "https://github.com/sponsors/antfu"
  6321. },
  6322. "peerDependencies": {
  6323. "@nuxt/kit": "^3.2.2",
  6324. "@vueuse/core": "*"
  6325. },
  6326. "peerDependenciesMeta": {
  6327. "@nuxt/kit": {
  6328. "optional": true
  6329. },
  6330. "@vueuse/core": {
  6331. "optional": true
  6332. }
  6333. }
  6334. },
  6335. "node_modules/unplugin-auto-import/node_modules/picomatch": {
  6336. "version": "4.0.2",
  6337. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6338. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6339. "dev": true,
  6340. "license": "MIT",
  6341. "engines": {
  6342. "node": ">=12"
  6343. },
  6344. "funding": {
  6345. "url": "https://github.com/sponsors/jonschlinkert"
  6346. }
  6347. },
  6348. "node_modules/unplugin-utils": {
  6349. "version": "0.2.4",
  6350. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  6351. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  6352. "dev": true,
  6353. "license": "MIT",
  6354. "dependencies": {
  6355. "pathe": "^2.0.2",
  6356. "picomatch": "^4.0.2"
  6357. },
  6358. "engines": {
  6359. "node": ">=18.12.0"
  6360. },
  6361. "funding": {
  6362. "url": "https://github.com/sponsors/sxzz"
  6363. }
  6364. },
  6365. "node_modules/unplugin-utils/node_modules/picomatch": {
  6366. "version": "4.0.2",
  6367. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6368. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6369. "dev": true,
  6370. "license": "MIT",
  6371. "engines": {
  6372. "node": ">=12"
  6373. },
  6374. "funding": {
  6375. "url": "https://github.com/sponsors/jonschlinkert"
  6376. }
  6377. },
  6378. "node_modules/unplugin-vue-components": {
  6379. "version": "28.7.0",
  6380. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-28.7.0.tgz",
  6381. "integrity": "sha512-3SuWAHlTjOiZckqRBGXRdN/k6IMmKyt2Ch5/+DKwYaT321H0ItdZDvW4r8/YkEKQpN9TN3F/SZ0W342gQROC3Q==",
  6382. "dev": true,
  6383. "license": "MIT",
  6384. "dependencies": {
  6385. "chokidar": "^3.6.0",
  6386. "debug": "^4.4.1",
  6387. "local-pkg": "^1.1.1",
  6388. "magic-string": "^0.30.17",
  6389. "mlly": "^1.7.4",
  6390. "tinyglobby": "^0.2.14",
  6391. "unplugin": "^2.3.4",
  6392. "unplugin-utils": "^0.2.4"
  6393. },
  6394. "engines": {
  6395. "node": ">=14"
  6396. },
  6397. "funding": {
  6398. "url": "https://github.com/sponsors/antfu"
  6399. },
  6400. "peerDependencies": {
  6401. "@babel/parser": "^7.15.8",
  6402. "@nuxt/kit": "^3.2.2",
  6403. "vue": "2 || 3"
  6404. },
  6405. "peerDependenciesMeta": {
  6406. "@babel/parser": {
  6407. "optional": true
  6408. },
  6409. "@nuxt/kit": {
  6410. "optional": true
  6411. }
  6412. }
  6413. },
  6414. "node_modules/unplugin/node_modules/picomatch": {
  6415. "version": "4.0.2",
  6416. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6417. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6418. "dev": true,
  6419. "license": "MIT",
  6420. "engines": {
  6421. "node": ">=12"
  6422. },
  6423. "funding": {
  6424. "url": "https://github.com/sponsors/jonschlinkert"
  6425. }
  6426. },
  6427. "node_modules/update-browserslist-db": {
  6428. "version": "1.1.3",
  6429. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  6430. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  6431. "dev": true,
  6432. "funding": [
  6433. {
  6434. "type": "opencollective",
  6435. "url": "https://opencollective.com/browserslist"
  6436. },
  6437. {
  6438. "type": "tidelift",
  6439. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6440. },
  6441. {
  6442. "type": "github",
  6443. "url": "https://github.com/sponsors/ai"
  6444. }
  6445. ],
  6446. "license": "MIT",
  6447. "dependencies": {
  6448. "escalade": "^3.2.0",
  6449. "picocolors": "^1.1.1"
  6450. },
  6451. "bin": {
  6452. "update-browserslist-db": "cli.js"
  6453. },
  6454. "peerDependencies": {
  6455. "browserslist": ">= 4.21.0"
  6456. }
  6457. },
  6458. "node_modules/uri-js": {
  6459. "version": "4.4.1",
  6460. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  6461. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6462. "dev": true,
  6463. "license": "BSD-2-Clause",
  6464. "dependencies": {
  6465. "punycode": "^2.1.0"
  6466. }
  6467. },
  6468. "node_modules/util-deprecate": {
  6469. "version": "1.0.2",
  6470. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6471. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6472. "dev": true,
  6473. "license": "MIT"
  6474. },
  6475. "node_modules/vite": {
  6476. "version": "6.3.5",
  6477. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
  6478. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  6479. "dev": true,
  6480. "license": "MIT",
  6481. "dependencies": {
  6482. "esbuild": "^0.25.0",
  6483. "fdir": "^6.4.4",
  6484. "picomatch": "^4.0.2",
  6485. "postcss": "^8.5.3",
  6486. "rollup": "^4.34.9",
  6487. "tinyglobby": "^0.2.13"
  6488. },
  6489. "bin": {
  6490. "vite": "bin/vite.js"
  6491. },
  6492. "engines": {
  6493. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  6494. },
  6495. "funding": {
  6496. "url": "https://github.com/vitejs/vite?sponsor=1"
  6497. },
  6498. "optionalDependencies": {
  6499. "fsevents": "~2.3.3"
  6500. },
  6501. "peerDependencies": {
  6502. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  6503. "jiti": ">=1.21.0",
  6504. "less": "*",
  6505. "lightningcss": "^1.21.0",
  6506. "sass": "*",
  6507. "sass-embedded": "*",
  6508. "stylus": "*",
  6509. "sugarss": "*",
  6510. "terser": "^5.16.0",
  6511. "tsx": "^4.8.1",
  6512. "yaml": "^2.4.2"
  6513. },
  6514. "peerDependenciesMeta": {
  6515. "@types/node": {
  6516. "optional": true
  6517. },
  6518. "jiti": {
  6519. "optional": true
  6520. },
  6521. "less": {
  6522. "optional": true
  6523. },
  6524. "lightningcss": {
  6525. "optional": true
  6526. },
  6527. "sass": {
  6528. "optional": true
  6529. },
  6530. "sass-embedded": {
  6531. "optional": true
  6532. },
  6533. "stylus": {
  6534. "optional": true
  6535. },
  6536. "sugarss": {
  6537. "optional": true
  6538. },
  6539. "terser": {
  6540. "optional": true
  6541. },
  6542. "tsx": {
  6543. "optional": true
  6544. },
  6545. "yaml": {
  6546. "optional": true
  6547. }
  6548. }
  6549. },
  6550. "node_modules/vite-hot-client": {
  6551. "version": "2.0.4",
  6552. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz",
  6553. "integrity": "sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==",
  6554. "dev": true,
  6555. "license": "MIT",
  6556. "funding": {
  6557. "url": "https://github.com/sponsors/antfu"
  6558. },
  6559. "peerDependencies": {
  6560. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  6561. }
  6562. },
  6563. "node_modules/vite-plugin-inspect": {
  6564. "version": "0.8.9",
  6565. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  6566. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  6567. "dev": true,
  6568. "license": "MIT",
  6569. "dependencies": {
  6570. "@antfu/utils": "^0.7.10",
  6571. "@rollup/pluginutils": "^5.1.3",
  6572. "debug": "^4.3.7",
  6573. "error-stack-parser-es": "^0.1.5",
  6574. "fs-extra": "^11.2.0",
  6575. "open": "^10.1.0",
  6576. "perfect-debounce": "^1.0.0",
  6577. "picocolors": "^1.1.1",
  6578. "sirv": "^3.0.0"
  6579. },
  6580. "engines": {
  6581. "node": ">=14"
  6582. },
  6583. "funding": {
  6584. "url": "https://github.com/sponsors/antfu"
  6585. },
  6586. "peerDependencies": {
  6587. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  6588. },
  6589. "peerDependenciesMeta": {
  6590. "@nuxt/kit": {
  6591. "optional": true
  6592. }
  6593. }
  6594. },
  6595. "node_modules/vite-plugin-vue-devtools": {
  6596. "version": "7.7.7",
  6597. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.7.tgz",
  6598. "integrity": "sha512-d0fIh3wRcgSlr4Vz7bAk4va1MkdqhQgj9ANE/rBhsAjOnRfTLs2ocjFMvSUOsv6SRRXU9G+VM7yMgqDb6yI4iQ==",
  6599. "dev": true,
  6600. "license": "MIT",
  6601. "dependencies": {
  6602. "@vue/devtools-core": "^7.7.7",
  6603. "@vue/devtools-kit": "^7.7.7",
  6604. "@vue/devtools-shared": "^7.7.7",
  6605. "execa": "^9.5.2",
  6606. "sirv": "^3.0.1",
  6607. "vite-plugin-inspect": "0.8.9",
  6608. "vite-plugin-vue-inspector": "^5.3.1"
  6609. },
  6610. "engines": {
  6611. "node": ">=v14.21.3"
  6612. },
  6613. "peerDependencies": {
  6614. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  6615. }
  6616. },
  6617. "node_modules/vite-plugin-vue-inspector": {
  6618. "version": "5.3.2",
  6619. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.2.tgz",
  6620. "integrity": "sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==",
  6621. "dev": true,
  6622. "license": "MIT",
  6623. "dependencies": {
  6624. "@babel/core": "^7.23.0",
  6625. "@babel/plugin-proposal-decorators": "^7.23.0",
  6626. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  6627. "@babel/plugin-syntax-import-meta": "^7.10.4",
  6628. "@babel/plugin-transform-typescript": "^7.22.15",
  6629. "@vue/babel-plugin-jsx": "^1.1.5",
  6630. "@vue/compiler-dom": "^3.3.4",
  6631. "kolorist": "^1.8.0",
  6632. "magic-string": "^0.30.4"
  6633. },
  6634. "peerDependencies": {
  6635. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  6636. }
  6637. },
  6638. "node_modules/vite/node_modules/fdir": {
  6639. "version": "6.4.6",
  6640. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  6641. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  6642. "dev": true,
  6643. "license": "MIT",
  6644. "peerDependencies": {
  6645. "picomatch": "^3 || ^4"
  6646. },
  6647. "peerDependenciesMeta": {
  6648. "picomatch": {
  6649. "optional": true
  6650. }
  6651. }
  6652. },
  6653. "node_modules/vite/node_modules/picomatch": {
  6654. "version": "4.0.2",
  6655. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6656. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6657. "dev": true,
  6658. "license": "MIT",
  6659. "engines": {
  6660. "node": ">=12"
  6661. },
  6662. "funding": {
  6663. "url": "https://github.com/sponsors/jonschlinkert"
  6664. }
  6665. },
  6666. "node_modules/vscode-uri": {
  6667. "version": "3.1.0",
  6668. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  6669. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  6670. "dev": true,
  6671. "license": "MIT"
  6672. },
  6673. "node_modules/vue": {
  6674. "version": "3.5.17",
  6675. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  6676. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  6677. "license": "MIT",
  6678. "dependencies": {
  6679. "@vue/compiler-dom": "3.5.17",
  6680. "@vue/compiler-sfc": "3.5.17",
  6681. "@vue/runtime-dom": "3.5.17",
  6682. "@vue/server-renderer": "3.5.17",
  6683. "@vue/shared": "3.5.17"
  6684. },
  6685. "peerDependencies": {
  6686. "typescript": "*"
  6687. },
  6688. "peerDependenciesMeta": {
  6689. "typescript": {
  6690. "optional": true
  6691. }
  6692. }
  6693. },
  6694. "node_modules/vue-eslint-parser": {
  6695. "version": "10.1.4",
  6696. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-10.1.4.tgz",
  6697. "integrity": "sha512-EIZvCukIEMHEb3mxOKemtvWR1fcUAdWWAgkfyjmRHzvyhrZvBvH9oz69+thDIWhGiIQjZnPkCn8yHqvjM+a9eg==",
  6698. "dev": true,
  6699. "license": "MIT",
  6700. "dependencies": {
  6701. "debug": "^4.4.0",
  6702. "eslint-scope": "^8.2.0",
  6703. "eslint-visitor-keys": "^4.2.0",
  6704. "espree": "^10.3.0",
  6705. "esquery": "^1.6.0",
  6706. "lodash": "^4.17.21",
  6707. "semver": "^7.6.3"
  6708. },
  6709. "engines": {
  6710. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6711. },
  6712. "funding": {
  6713. "url": "https://github.com/sponsors/mysticatea"
  6714. },
  6715. "peerDependencies": {
  6716. "eslint": "^8.57.0 || ^9.0.0"
  6717. }
  6718. },
  6719. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  6720. "version": "4.2.1",
  6721. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  6722. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  6723. "dev": true,
  6724. "license": "Apache-2.0",
  6725. "engines": {
  6726. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6727. },
  6728. "funding": {
  6729. "url": "https://opencollective.com/eslint"
  6730. }
  6731. },
  6732. "node_modules/vue-eslint-parser/node_modules/semver": {
  6733. "version": "7.7.2",
  6734. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  6735. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  6736. "dev": true,
  6737. "license": "ISC",
  6738. "bin": {
  6739. "semver": "bin/semver.js"
  6740. },
  6741. "engines": {
  6742. "node": ">=10"
  6743. }
  6744. },
  6745. "node_modules/vue-flow-layout": {
  6746. "version": "0.1.1",
  6747. "resolved": "https://registry.npmmirror.com/vue-flow-layout/-/vue-flow-layout-0.1.1.tgz",
  6748. "integrity": "sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==",
  6749. "dev": true,
  6750. "license": "MIT",
  6751. "peerDependencies": {
  6752. "vue": "^3.4.37"
  6753. }
  6754. },
  6755. "node_modules/vue-router": {
  6756. "version": "4.5.1",
  6757. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
  6758. "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
  6759. "license": "MIT",
  6760. "dependencies": {
  6761. "@vue/devtools-api": "^6.6.4"
  6762. },
  6763. "funding": {
  6764. "url": "https://github.com/sponsors/posva"
  6765. },
  6766. "peerDependencies": {
  6767. "vue": "^3.2.0"
  6768. }
  6769. },
  6770. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  6771. "version": "6.6.4",
  6772. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  6773. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  6774. "license": "MIT"
  6775. },
  6776. "node_modules/vue-tsc": {
  6777. "version": "2.2.10",
  6778. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  6779. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  6780. "dev": true,
  6781. "license": "MIT",
  6782. "dependencies": {
  6783. "@volar/typescript": "~2.4.11",
  6784. "@vue/language-core": "2.2.10"
  6785. },
  6786. "bin": {
  6787. "vue-tsc": "bin/vue-tsc.js"
  6788. },
  6789. "peerDependencies": {
  6790. "typescript": ">=5.0.0"
  6791. }
  6792. },
  6793. "node_modules/webpack-virtual-modules": {
  6794. "version": "0.6.2",
  6795. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6796. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6797. "dev": true,
  6798. "license": "MIT"
  6799. },
  6800. "node_modules/which": {
  6801. "version": "2.0.2",
  6802. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6803. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6804. "dev": true,
  6805. "license": "ISC",
  6806. "dependencies": {
  6807. "isexe": "^2.0.0"
  6808. },
  6809. "bin": {
  6810. "node-which": "bin/node-which"
  6811. },
  6812. "engines": {
  6813. "node": ">= 8"
  6814. }
  6815. },
  6816. "node_modules/word-wrap": {
  6817. "version": "1.2.5",
  6818. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  6819. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6820. "dev": true,
  6821. "license": "MIT",
  6822. "engines": {
  6823. "node": ">=0.10.0"
  6824. }
  6825. },
  6826. "node_modules/xml-name-validator": {
  6827. "version": "4.0.0",
  6828. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  6829. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  6830. "dev": true,
  6831. "license": "Apache-2.0",
  6832. "engines": {
  6833. "node": ">=12"
  6834. }
  6835. },
  6836. "node_modules/yallist": {
  6837. "version": "3.1.1",
  6838. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6839. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6840. "dev": true,
  6841. "license": "ISC"
  6842. },
  6843. "node_modules/yocto-queue": {
  6844. "version": "0.1.0",
  6845. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6846. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6847. "dev": true,
  6848. "license": "MIT",
  6849. "engines": {
  6850. "node": ">=10"
  6851. },
  6852. "funding": {
  6853. "url": "https://github.com/sponsors/sindresorhus"
  6854. }
  6855. },
  6856. "node_modules/yoctocolors": {
  6857. "version": "2.1.1",
  6858. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  6859. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  6860. "dev": true,
  6861. "license": "MIT",
  6862. "engines": {
  6863. "node": ">=18"
  6864. },
  6865. "funding": {
  6866. "url": "https://github.com/sponsors/sindresorhus"
  6867. }
  6868. }
  6869. }
  6870. }