package-lock.json 253 KB

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