package-lock.json 240 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^4.1.3",
  15. "@hugeicons/vue": "^1.0.5",
  16. "@vitejs/plugin-vue": "^6.0.6",
  17. "@xterm/addon-fit": "^0.11.0",
  18. "@xterm/addon-web-links": "^0.12.0",
  19. "@xterm/xterm": "^6.0.0",
  20. "iconify-icon": "^3.0.2",
  21. "picocrank": "^1.14.1",
  22. "standard": "^17.1.2",
  23. "unplugin-vue-components": "^32.0.0",
  24. "vite": "^8.0.11",
  25. "vue": "^3.5.34",
  26. "vue-i18n": "^11.4.2",
  27. "vue-router": "^5.0.6"
  28. },
  29. "devDependencies": {
  30. "process": "^0.11.10",
  31. "stylelint": "^17.11.0",
  32. "stylelint-config-standard": "^40.0.0"
  33. }
  34. },
  35. "node_modules/@babel/code-frame": {
  36. "version": "7.29.0",
  37. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  38. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  39. "dev": true,
  40. "license": "MIT",
  41. "dependencies": {
  42. "@babel/helper-validator-identifier": "^7.28.5",
  43. "js-tokens": "^4.0.0",
  44. "picocolors": "^1.1.1"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. }
  49. },
  50. "node_modules/@babel/generator": {
  51. "version": "7.29.0",
  52. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.0.tgz",
  53. "integrity": "sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==",
  54. "license": "MIT",
  55. "dependencies": {
  56. "@babel/parser": "^7.29.0",
  57. "@babel/types": "^7.29.0",
  58. "@jridgewell/gen-mapping": "^0.3.12",
  59. "@jridgewell/trace-mapping": "^0.3.28",
  60. "jsesc": "^3.0.2"
  61. },
  62. "engines": {
  63. "node": ">=6.9.0"
  64. }
  65. },
  66. "node_modules/@babel/helper-string-parser": {
  67. "version": "7.27.1",
  68. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  69. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  70. "license": "MIT",
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/helper-validator-identifier": {
  76. "version": "7.28.5",
  77. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  78. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  79. "license": "MIT",
  80. "engines": {
  81. "node": ">=6.9.0"
  82. }
  83. },
  84. "node_modules/@babel/parser": {
  85. "version": "7.29.3",
  86. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  87. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  88. "license": "MIT",
  89. "dependencies": {
  90. "@babel/types": "^7.29.0"
  91. },
  92. "bin": {
  93. "parser": "bin/babel-parser.js"
  94. },
  95. "engines": {
  96. "node": ">=6.0.0"
  97. }
  98. },
  99. "node_modules/@babel/types": {
  100. "version": "7.29.0",
  101. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  102. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  103. "license": "MIT",
  104. "dependencies": {
  105. "@babel/helper-string-parser": "^7.27.1",
  106. "@babel/helper-validator-identifier": "^7.28.5"
  107. },
  108. "engines": {
  109. "node": ">=6.9.0"
  110. }
  111. },
  112. "node_modules/@bufbuild/protobuf": {
  113. "version": "2.7.0",
  114. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  115. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  116. "license": "(Apache-2.0 AND BSD-3-Clause)",
  117. "peer": true
  118. },
  119. "node_modules/@cacheable/memory": {
  120. "version": "2.0.7",
  121. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz",
  122. "integrity": "sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==",
  123. "dev": true,
  124. "license": "MIT",
  125. "dependencies": {
  126. "@cacheable/utils": "^2.3.3",
  127. "@keyv/bigmap": "^1.3.0",
  128. "hookified": "^1.14.0",
  129. "keyv": "^5.5.5"
  130. }
  131. },
  132. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  133. "version": "1.3.1",
  134. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
  135. "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
  136. "dev": true,
  137. "license": "MIT",
  138. "dependencies": {
  139. "hashery": "^1.4.0",
  140. "hookified": "^1.15.0"
  141. },
  142. "engines": {
  143. "node": ">= 18"
  144. },
  145. "peerDependencies": {
  146. "keyv": "^5.6.0"
  147. }
  148. },
  149. "node_modules/@cacheable/memory/node_modules/keyv": {
  150. "version": "5.6.0",
  151. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  152. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  153. "dev": true,
  154. "license": "MIT",
  155. "dependencies": {
  156. "@keyv/serialize": "^1.1.1"
  157. }
  158. },
  159. "node_modules/@cacheable/utils": {
  160. "version": "2.3.4",
  161. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.4.tgz",
  162. "integrity": "sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==",
  163. "dev": true,
  164. "license": "MIT",
  165. "dependencies": {
  166. "hashery": "^1.3.0",
  167. "keyv": "^5.6.0"
  168. }
  169. },
  170. "node_modules/@cacheable/utils/node_modules/keyv": {
  171. "version": "5.6.0",
  172. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  173. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  174. "dev": true,
  175. "license": "MIT",
  176. "dependencies": {
  177. "@keyv/serialize": "^1.1.1"
  178. }
  179. },
  180. "node_modules/@connectrpc/connect": {
  181. "version": "2.1.1",
  182. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  183. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  184. "license": "Apache-2.0",
  185. "peerDependencies": {
  186. "@bufbuild/protobuf": "^2.7.0"
  187. }
  188. },
  189. "node_modules/@connectrpc/connect-web": {
  190. "version": "2.1.1",
  191. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  192. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  193. "license": "Apache-2.0",
  194. "peerDependencies": {
  195. "@bufbuild/protobuf": "^2.7.0",
  196. "@connectrpc/connect": "2.1.1"
  197. }
  198. },
  199. "node_modules/@csstools/css-calc": {
  200. "version": "3.2.0",
  201. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
  202. "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
  203. "dev": true,
  204. "funding": [
  205. {
  206. "type": "github",
  207. "url": "https://github.com/sponsors/csstools"
  208. },
  209. {
  210. "type": "opencollective",
  211. "url": "https://opencollective.com/csstools"
  212. }
  213. ],
  214. "license": "MIT",
  215. "engines": {
  216. "node": ">=20.19.0"
  217. },
  218. "peerDependencies": {
  219. "@csstools/css-parser-algorithms": "^4.0.0",
  220. "@csstools/css-tokenizer": "^4.0.0"
  221. }
  222. },
  223. "node_modules/@csstools/css-parser-algorithms": {
  224. "version": "4.0.0",
  225. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  226. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  227. "dev": true,
  228. "funding": [
  229. {
  230. "type": "github",
  231. "url": "https://github.com/sponsors/csstools"
  232. },
  233. {
  234. "type": "opencollective",
  235. "url": "https://opencollective.com/csstools"
  236. }
  237. ],
  238. "license": "MIT",
  239. "engines": {
  240. "node": ">=20.19.0"
  241. },
  242. "peerDependencies": {
  243. "@csstools/css-tokenizer": "^4.0.0"
  244. }
  245. },
  246. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  247. "version": "1.1.3",
  248. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.3.tgz",
  249. "integrity": "sha512-SH60bMfrRCJF3morcdk57WklujF4Jr/EsQUzqkarfHXEFcAR1gg7fS/chAE922Sehgzc1/+Tz5H3Ypa1HiEKrg==",
  250. "dev": true,
  251. "funding": [
  252. {
  253. "type": "github",
  254. "url": "https://github.com/sponsors/csstools"
  255. },
  256. {
  257. "type": "opencollective",
  258. "url": "https://opencollective.com/csstools"
  259. }
  260. ],
  261. "license": "MIT-0",
  262. "peerDependencies": {
  263. "css-tree": "^3.2.1"
  264. },
  265. "peerDependenciesMeta": {
  266. "css-tree": {
  267. "optional": true
  268. }
  269. }
  270. },
  271. "node_modules/@csstools/css-tokenizer": {
  272. "version": "4.0.0",
  273. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  274. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  275. "dev": true,
  276. "funding": [
  277. {
  278. "type": "github",
  279. "url": "https://github.com/sponsors/csstools"
  280. },
  281. {
  282. "type": "opencollective",
  283. "url": "https://opencollective.com/csstools"
  284. }
  285. ],
  286. "license": "MIT",
  287. "engines": {
  288. "node": ">=20.19.0"
  289. }
  290. },
  291. "node_modules/@csstools/media-query-list-parser": {
  292. "version": "5.0.0",
  293. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
  294. "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
  295. "dev": true,
  296. "funding": [
  297. {
  298. "type": "github",
  299. "url": "https://github.com/sponsors/csstools"
  300. },
  301. {
  302. "type": "opencollective",
  303. "url": "https://opencollective.com/csstools"
  304. }
  305. ],
  306. "license": "MIT",
  307. "engines": {
  308. "node": ">=20.19.0"
  309. },
  310. "peerDependencies": {
  311. "@csstools/css-parser-algorithms": "^4.0.0",
  312. "@csstools/css-tokenizer": "^4.0.0"
  313. }
  314. },
  315. "node_modules/@csstools/selector-resolve-nested": {
  316. "version": "4.0.0",
  317. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
  318. "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
  319. "dev": true,
  320. "funding": [
  321. {
  322. "type": "github",
  323. "url": "https://github.com/sponsors/csstools"
  324. },
  325. {
  326. "type": "opencollective",
  327. "url": "https://opencollective.com/csstools"
  328. }
  329. ],
  330. "license": "MIT-0",
  331. "engines": {
  332. "node": ">=20.19.0"
  333. },
  334. "peerDependencies": {
  335. "postcss-selector-parser": "^7.1.1"
  336. }
  337. },
  338. "node_modules/@csstools/selector-specificity": {
  339. "version": "6.0.0",
  340. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
  341. "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
  342. "dev": true,
  343. "funding": [
  344. {
  345. "type": "github",
  346. "url": "https://github.com/sponsors/csstools"
  347. },
  348. {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/csstools"
  351. }
  352. ],
  353. "license": "MIT-0",
  354. "engines": {
  355. "node": ">=20.19.0"
  356. },
  357. "peerDependencies": {
  358. "postcss-selector-parser": "^7.1.1"
  359. }
  360. },
  361. "node_modules/@emnapi/core": {
  362. "version": "1.10.0",
  363. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  364. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  365. "license": "MIT",
  366. "optional": true,
  367. "dependencies": {
  368. "@emnapi/wasi-threads": "1.2.1",
  369. "tslib": "^2.4.0"
  370. }
  371. },
  372. "node_modules/@emnapi/runtime": {
  373. "version": "1.10.0",
  374. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  375. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  376. "license": "MIT",
  377. "optional": true,
  378. "dependencies": {
  379. "tslib": "^2.4.0"
  380. }
  381. },
  382. "node_modules/@emnapi/wasi-threads": {
  383. "version": "1.2.1",
  384. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  385. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  386. "license": "MIT",
  387. "optional": true,
  388. "dependencies": {
  389. "tslib": "^2.4.0"
  390. }
  391. },
  392. "node_modules/@esbuild/aix-ppc64": {
  393. "version": "0.27.2",
  394. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  395. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  396. "cpu": [
  397. "ppc64"
  398. ],
  399. "license": "MIT",
  400. "optional": true,
  401. "os": [
  402. "aix"
  403. ],
  404. "engines": {
  405. "node": ">=18"
  406. }
  407. },
  408. "node_modules/@esbuild/android-arm": {
  409. "version": "0.27.2",
  410. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  411. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  412. "cpu": [
  413. "arm"
  414. ],
  415. "license": "MIT",
  416. "optional": true,
  417. "os": [
  418. "android"
  419. ],
  420. "engines": {
  421. "node": ">=18"
  422. }
  423. },
  424. "node_modules/@esbuild/android-arm64": {
  425. "version": "0.27.2",
  426. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  427. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  428. "cpu": [
  429. "arm64"
  430. ],
  431. "license": "MIT",
  432. "optional": true,
  433. "os": [
  434. "android"
  435. ],
  436. "engines": {
  437. "node": ">=18"
  438. }
  439. },
  440. "node_modules/@esbuild/android-x64": {
  441. "version": "0.27.2",
  442. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  443. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  444. "cpu": [
  445. "x64"
  446. ],
  447. "license": "MIT",
  448. "optional": true,
  449. "os": [
  450. "android"
  451. ],
  452. "engines": {
  453. "node": ">=18"
  454. }
  455. },
  456. "node_modules/@esbuild/darwin-arm64": {
  457. "version": "0.27.2",
  458. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  459. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  460. "cpu": [
  461. "arm64"
  462. ],
  463. "license": "MIT",
  464. "optional": true,
  465. "os": [
  466. "darwin"
  467. ],
  468. "engines": {
  469. "node": ">=18"
  470. }
  471. },
  472. "node_modules/@esbuild/darwin-x64": {
  473. "version": "0.27.2",
  474. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  475. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  476. "cpu": [
  477. "x64"
  478. ],
  479. "license": "MIT",
  480. "optional": true,
  481. "os": [
  482. "darwin"
  483. ],
  484. "engines": {
  485. "node": ">=18"
  486. }
  487. },
  488. "node_modules/@esbuild/freebsd-arm64": {
  489. "version": "0.27.2",
  490. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  491. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  492. "cpu": [
  493. "arm64"
  494. ],
  495. "license": "MIT",
  496. "optional": true,
  497. "os": [
  498. "freebsd"
  499. ],
  500. "engines": {
  501. "node": ">=18"
  502. }
  503. },
  504. "node_modules/@esbuild/freebsd-x64": {
  505. "version": "0.27.2",
  506. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  507. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  508. "cpu": [
  509. "x64"
  510. ],
  511. "license": "MIT",
  512. "optional": true,
  513. "os": [
  514. "freebsd"
  515. ],
  516. "engines": {
  517. "node": ">=18"
  518. }
  519. },
  520. "node_modules/@esbuild/linux-arm": {
  521. "version": "0.27.2",
  522. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  523. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  524. "cpu": [
  525. "arm"
  526. ],
  527. "license": "MIT",
  528. "optional": true,
  529. "os": [
  530. "linux"
  531. ],
  532. "engines": {
  533. "node": ">=18"
  534. }
  535. },
  536. "node_modules/@esbuild/linux-arm64": {
  537. "version": "0.27.2",
  538. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  539. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  540. "cpu": [
  541. "arm64"
  542. ],
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "linux"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/linux-ia32": {
  553. "version": "0.27.2",
  554. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  555. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  556. "cpu": [
  557. "ia32"
  558. ],
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "linux"
  563. ],
  564. "engines": {
  565. "node": ">=18"
  566. }
  567. },
  568. "node_modules/@esbuild/linux-loong64": {
  569. "version": "0.27.2",
  570. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  571. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  572. "cpu": [
  573. "loong64"
  574. ],
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "linux"
  579. ],
  580. "engines": {
  581. "node": ">=18"
  582. }
  583. },
  584. "node_modules/@esbuild/linux-mips64el": {
  585. "version": "0.27.2",
  586. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  587. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  588. "cpu": [
  589. "mips64el"
  590. ],
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "linux"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/linux-ppc64": {
  601. "version": "0.27.2",
  602. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  603. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  604. "cpu": [
  605. "ppc64"
  606. ],
  607. "license": "MIT",
  608. "optional": true,
  609. "os": [
  610. "linux"
  611. ],
  612. "engines": {
  613. "node": ">=18"
  614. }
  615. },
  616. "node_modules/@esbuild/linux-riscv64": {
  617. "version": "0.27.2",
  618. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  619. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  620. "cpu": [
  621. "riscv64"
  622. ],
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "linux"
  627. ],
  628. "engines": {
  629. "node": ">=18"
  630. }
  631. },
  632. "node_modules/@esbuild/linux-s390x": {
  633. "version": "0.27.2",
  634. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  635. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  636. "cpu": [
  637. "s390x"
  638. ],
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "linux"
  643. ],
  644. "engines": {
  645. "node": ">=18"
  646. }
  647. },
  648. "node_modules/@esbuild/linux-x64": {
  649. "version": "0.27.2",
  650. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  651. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  652. "cpu": [
  653. "x64"
  654. ],
  655. "license": "MIT",
  656. "optional": true,
  657. "os": [
  658. "linux"
  659. ],
  660. "engines": {
  661. "node": ">=18"
  662. }
  663. },
  664. "node_modules/@esbuild/netbsd-arm64": {
  665. "version": "0.27.2",
  666. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  667. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  668. "cpu": [
  669. "arm64"
  670. ],
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "netbsd"
  675. ],
  676. "engines": {
  677. "node": ">=18"
  678. }
  679. },
  680. "node_modules/@esbuild/netbsd-x64": {
  681. "version": "0.27.2",
  682. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  683. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  684. "cpu": [
  685. "x64"
  686. ],
  687. "license": "MIT",
  688. "optional": true,
  689. "os": [
  690. "netbsd"
  691. ],
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@esbuild/openbsd-arm64": {
  697. "version": "0.27.2",
  698. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  699. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  700. "cpu": [
  701. "arm64"
  702. ],
  703. "license": "MIT",
  704. "optional": true,
  705. "os": [
  706. "openbsd"
  707. ],
  708. "engines": {
  709. "node": ">=18"
  710. }
  711. },
  712. "node_modules/@esbuild/openbsd-x64": {
  713. "version": "0.27.2",
  714. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  715. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  716. "cpu": [
  717. "x64"
  718. ],
  719. "license": "MIT",
  720. "optional": true,
  721. "os": [
  722. "openbsd"
  723. ],
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/openharmony-arm64": {
  729. "version": "0.27.2",
  730. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  731. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  732. "cpu": [
  733. "arm64"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "openharmony"
  739. ],
  740. "engines": {
  741. "node": ">=18"
  742. }
  743. },
  744. "node_modules/@esbuild/sunos-x64": {
  745. "version": "0.27.2",
  746. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  747. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  748. "cpu": [
  749. "x64"
  750. ],
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "sunos"
  755. ],
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@esbuild/win32-arm64": {
  761. "version": "0.27.2",
  762. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  763. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  764. "cpu": [
  765. "arm64"
  766. ],
  767. "license": "MIT",
  768. "optional": true,
  769. "os": [
  770. "win32"
  771. ],
  772. "engines": {
  773. "node": ">=18"
  774. }
  775. },
  776. "node_modules/@esbuild/win32-ia32": {
  777. "version": "0.27.2",
  778. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  779. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  780. "cpu": [
  781. "ia32"
  782. ],
  783. "license": "MIT",
  784. "optional": true,
  785. "os": [
  786. "win32"
  787. ],
  788. "engines": {
  789. "node": ">=18"
  790. }
  791. },
  792. "node_modules/@esbuild/win32-x64": {
  793. "version": "0.27.2",
  794. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  795. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  796. "cpu": [
  797. "x64"
  798. ],
  799. "license": "MIT",
  800. "optional": true,
  801. "os": [
  802. "win32"
  803. ],
  804. "engines": {
  805. "node": ">=18"
  806. }
  807. },
  808. "node_modules/@eslint-community/eslint-utils": {
  809. "version": "4.9.0",
  810. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  811. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  812. "license": "MIT",
  813. "dependencies": {
  814. "eslint-visitor-keys": "^3.4.3"
  815. },
  816. "engines": {
  817. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  818. },
  819. "funding": {
  820. "url": "https://opencollective.com/eslint"
  821. },
  822. "peerDependencies": {
  823. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  824. }
  825. },
  826. "node_modules/@eslint-community/regexpp": {
  827. "version": "4.12.2",
  828. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  829. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  830. "license": "MIT",
  831. "engines": {
  832. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  833. }
  834. },
  835. "node_modules/@eslint/eslintrc": {
  836. "version": "2.1.4",
  837. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  838. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  839. "license": "MIT",
  840. "dependencies": {
  841. "ajv": "^6.12.4",
  842. "debug": "^4.3.2",
  843. "espree": "^9.6.0",
  844. "globals": "^13.19.0",
  845. "ignore": "^5.2.0",
  846. "import-fresh": "^3.2.1",
  847. "js-yaml": "^4.1.0",
  848. "minimatch": "^3.1.2",
  849. "strip-json-comments": "^3.1.1"
  850. },
  851. "engines": {
  852. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  853. },
  854. "funding": {
  855. "url": "https://opencollective.com/eslint"
  856. }
  857. },
  858. "node_modules/@eslint/js": {
  859. "version": "8.57.1",
  860. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  861. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  862. "license": "MIT",
  863. "engines": {
  864. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  865. }
  866. },
  867. "node_modules/@hugeicons/core-free-icons": {
  868. "version": "4.1.3",
  869. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-4.1.3.tgz",
  870. "integrity": "sha512-FWPrKnlYKpSaitUtlZhFlDQXDgHiayTPFJYWvyIKkW2RI6Vj5KBvjxI+lAnnFPu07SwgIMiDDj+Gttl0t+o/oQ==",
  871. "license": "MIT"
  872. },
  873. "node_modules/@hugeicons/vue": {
  874. "version": "1.0.5",
  875. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.5.tgz",
  876. "integrity": "sha512-kaouUZceXtdDfupfiqqfn40tIyRBF/fcEvCfY96hZIXZ3JMsqpwhCDqiqoj+B5bMEUXOuvz3npNyKI5+7iPfYA==",
  877. "license": "MIT",
  878. "peerDependencies": {
  879. "vue": "^2.6.0 || ^3.0.0"
  880. }
  881. },
  882. "node_modules/@humanwhocodes/config-array": {
  883. "version": "0.13.0",
  884. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  885. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  886. "deprecated": "Use @eslint/config-array instead",
  887. "license": "Apache-2.0",
  888. "dependencies": {
  889. "@humanwhocodes/object-schema": "^2.0.3",
  890. "debug": "^4.3.1",
  891. "minimatch": "^3.0.5"
  892. },
  893. "engines": {
  894. "node": ">=10.10.0"
  895. }
  896. },
  897. "node_modules/@humanwhocodes/module-importer": {
  898. "version": "1.0.1",
  899. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  900. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  901. "license": "Apache-2.0",
  902. "engines": {
  903. "node": ">=12.22"
  904. },
  905. "funding": {
  906. "type": "github",
  907. "url": "https://github.com/sponsors/nzakas"
  908. }
  909. },
  910. "node_modules/@humanwhocodes/object-schema": {
  911. "version": "2.0.3",
  912. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  913. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  914. "deprecated": "Use @eslint/object-schema instead",
  915. "license": "BSD-3-Clause"
  916. },
  917. "node_modules/@iconify/types": {
  918. "version": "2.0.0",
  919. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  920. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  921. "license": "MIT"
  922. },
  923. "node_modules/@intlify/core-base": {
  924. "version": "11.4.2",
  925. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.4.2.tgz",
  926. "integrity": "sha512-7fpuCcVmeLv2T9qHsARqGvh8xt+sV2fH+Q+gMHFwB/rPXzo85DpbJFKn7dBH1L5p0c2cSh2DW+2h/64EKrISmA==",
  927. "license": "MIT",
  928. "dependencies": {
  929. "@intlify/devtools-types": "11.4.2",
  930. "@intlify/message-compiler": "11.4.2",
  931. "@intlify/shared": "11.4.2"
  932. },
  933. "engines": {
  934. "node": ">= 16"
  935. },
  936. "funding": {
  937. "url": "https://github.com/sponsors/kazupon"
  938. }
  939. },
  940. "node_modules/@intlify/devtools-types": {
  941. "version": "11.4.2",
  942. "resolved": "https://registry.npmjs.org/@intlify/devtools-types/-/devtools-types-11.4.2.tgz",
  943. "integrity": "sha512-3u8EN1kB6EMSi96KXs5k7a8y2X2g4+h3X6iwVZU47cP4n+mTuq//WMjG588BzSp/2XQ/dTXo2BLUXX+XS+PNfA==",
  944. "license": "MIT",
  945. "dependencies": {
  946. "@intlify/core-base": "11.4.2",
  947. "@intlify/shared": "11.4.2"
  948. },
  949. "engines": {
  950. "node": ">= 16"
  951. },
  952. "funding": {
  953. "url": "https://github.com/sponsors/kazupon"
  954. }
  955. },
  956. "node_modules/@intlify/message-compiler": {
  957. "version": "11.4.2",
  958. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.4.2.tgz",
  959. "integrity": "sha512-a6CDSGSMTGrg0BjD97x8TBYPf7qQMDlZipJ6UDfv/pd4OIym8TMlHu3MsH0bTNnRdAG2D6EFEykIgiQPqvtTkA==",
  960. "license": "MIT",
  961. "dependencies": {
  962. "@intlify/shared": "11.4.2",
  963. "source-map-js": "^1.0.2"
  964. },
  965. "engines": {
  966. "node": ">= 16"
  967. },
  968. "funding": {
  969. "url": "https://github.com/sponsors/kazupon"
  970. }
  971. },
  972. "node_modules/@intlify/shared": {
  973. "version": "11.4.2",
  974. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.4.2.tgz",
  975. "integrity": "sha512-NzpHbguRCsOHDwxmlBa9qu/imc+/QWgsYUaK6FZeNC0wK8QfAbhqrktEp/haVzxU1aikH8IX4ytD+mfFEMi/9A==",
  976. "license": "MIT",
  977. "engines": {
  978. "node": ">= 16"
  979. },
  980. "funding": {
  981. "url": "https://github.com/sponsors/kazupon"
  982. }
  983. },
  984. "node_modules/@jridgewell/gen-mapping": {
  985. "version": "0.3.13",
  986. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  987. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  988. "license": "MIT",
  989. "dependencies": {
  990. "@jridgewell/sourcemap-codec": "^1.5.0",
  991. "@jridgewell/trace-mapping": "^0.3.24"
  992. }
  993. },
  994. "node_modules/@jridgewell/remapping": {
  995. "version": "2.3.5",
  996. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  997. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "@jridgewell/gen-mapping": "^0.3.5",
  1001. "@jridgewell/trace-mapping": "^0.3.24"
  1002. }
  1003. },
  1004. "node_modules/@jridgewell/resolve-uri": {
  1005. "version": "3.1.2",
  1006. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1007. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1008. "license": "MIT",
  1009. "engines": {
  1010. "node": ">=6.0.0"
  1011. }
  1012. },
  1013. "node_modules/@jridgewell/sourcemap-codec": {
  1014. "version": "1.5.5",
  1015. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1016. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1017. "license": "MIT"
  1018. },
  1019. "node_modules/@jridgewell/trace-mapping": {
  1020. "version": "0.3.31",
  1021. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1022. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1023. "license": "MIT",
  1024. "dependencies": {
  1025. "@jridgewell/resolve-uri": "^3.1.0",
  1026. "@jridgewell/sourcemap-codec": "^1.4.14"
  1027. }
  1028. },
  1029. "node_modules/@keyv/serialize": {
  1030. "version": "1.1.1",
  1031. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  1032. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  1033. "dev": true,
  1034. "license": "MIT"
  1035. },
  1036. "node_modules/@napi-rs/wasm-runtime": {
  1037. "version": "1.1.4",
  1038. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  1039. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  1040. "license": "MIT",
  1041. "optional": true,
  1042. "dependencies": {
  1043. "@tybys/wasm-util": "^0.10.1"
  1044. },
  1045. "funding": {
  1046. "type": "github",
  1047. "url": "https://github.com/sponsors/Brooooooklyn"
  1048. },
  1049. "peerDependencies": {
  1050. "@emnapi/core": "^1.7.1",
  1051. "@emnapi/runtime": "^1.7.1"
  1052. }
  1053. },
  1054. "node_modules/@nodelib/fs.scandir": {
  1055. "version": "2.1.5",
  1056. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1057. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1058. "dependencies": {
  1059. "@nodelib/fs.stat": "2.0.5",
  1060. "run-parallel": "^1.1.9"
  1061. },
  1062. "engines": {
  1063. "node": ">= 8"
  1064. }
  1065. },
  1066. "node_modules/@nodelib/fs.stat": {
  1067. "version": "2.0.5",
  1068. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1069. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1070. "engines": {
  1071. "node": ">= 8"
  1072. }
  1073. },
  1074. "node_modules/@nodelib/fs.walk": {
  1075. "version": "1.2.8",
  1076. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1077. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1078. "dependencies": {
  1079. "@nodelib/fs.scandir": "2.1.5",
  1080. "fastq": "^1.6.0"
  1081. },
  1082. "engines": {
  1083. "node": ">= 8"
  1084. }
  1085. },
  1086. "node_modules/@oxc-project/types": {
  1087. "version": "0.128.0",
  1088. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.128.0.tgz",
  1089. "integrity": "sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==",
  1090. "license": "MIT",
  1091. "funding": {
  1092. "url": "https://github.com/sponsors/Boshen"
  1093. }
  1094. },
  1095. "node_modules/@rolldown/binding-android-arm64": {
  1096. "version": "1.0.0-rc.18",
  1097. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.18.tgz",
  1098. "integrity": "sha512-lIDyUAfD7U3+BWKzdxMbJcsYHuqXqmGz40aeRqvuAm3y5TkJSYTBW2RDrn65DJFPQqVjUAUqq5uz8urzQ8aBdQ==",
  1099. "cpu": [
  1100. "arm64"
  1101. ],
  1102. "license": "MIT",
  1103. "optional": true,
  1104. "os": [
  1105. "android"
  1106. ],
  1107. "engines": {
  1108. "node": "^20.19.0 || >=22.12.0"
  1109. }
  1110. },
  1111. "node_modules/@rolldown/binding-darwin-arm64": {
  1112. "version": "1.0.0-rc.18",
  1113. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.18.tgz",
  1114. "integrity": "sha512-apJq2ktnGp27nSInMR5Vcj8kY6xJzDAvfdIFlpDcAK/w4cDO58qVoi1YQsES/SKiFNge/6e4CUzgjfHduYqWpQ==",
  1115. "cpu": [
  1116. "arm64"
  1117. ],
  1118. "license": "MIT",
  1119. "optional": true,
  1120. "os": [
  1121. "darwin"
  1122. ],
  1123. "engines": {
  1124. "node": "^20.19.0 || >=22.12.0"
  1125. }
  1126. },
  1127. "node_modules/@rolldown/binding-darwin-x64": {
  1128. "version": "1.0.0-rc.18",
  1129. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.18.tgz",
  1130. "integrity": "sha512-5Ofot8xbs+pxRHJqm9/9N/4sTQOvdrwEsmPE9pdLEEoAbdZtG6F2LMDfO1sp6ZAtXJuJV/21ew2srq3W8NXB5g==",
  1131. "cpu": [
  1132. "x64"
  1133. ],
  1134. "license": "MIT",
  1135. "optional": true,
  1136. "os": [
  1137. "darwin"
  1138. ],
  1139. "engines": {
  1140. "node": "^20.19.0 || >=22.12.0"
  1141. }
  1142. },
  1143. "node_modules/@rolldown/binding-freebsd-x64": {
  1144. "version": "1.0.0-rc.18",
  1145. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.18.tgz",
  1146. "integrity": "sha512-7h8eeOTT1eyqJyx64BFCnWZpNm486hGWt2sqeLLgDxA0xI1oGZ9H7gK1S85uNGmBhkdPwa/6reTxfFFKvIsebw==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "license": "MIT",
  1151. "optional": true,
  1152. "os": [
  1153. "freebsd"
  1154. ],
  1155. "engines": {
  1156. "node": "^20.19.0 || >=22.12.0"
  1157. }
  1158. },
  1159. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1160. "version": "1.0.0-rc.18",
  1161. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.18.tgz",
  1162. "integrity": "sha512-eRcm/HVt9U/JFu5RKAEKwGQYtDCKWLiaH6wOnsSEp6NMBb/3Os8LgHZlNyzMpFVNmiiMFlfb2zEnebfzJrHFmg==",
  1163. "cpu": [
  1164. "arm"
  1165. ],
  1166. "license": "MIT",
  1167. "optional": true,
  1168. "os": [
  1169. "linux"
  1170. ],
  1171. "engines": {
  1172. "node": "^20.19.0 || >=22.12.0"
  1173. }
  1174. },
  1175. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1176. "version": "1.0.0-rc.18",
  1177. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.18.tgz",
  1178. "integrity": "sha512-SOrT/cT4ukTmgnrEz/Hg3m7LBnuCLW9psDeMKrimRWY4I8DmnO7Lco8W2vtqPmMkbVu8iJ+g4GFLVLLOVjJ9DQ==",
  1179. "cpu": [
  1180. "arm64"
  1181. ],
  1182. "license": "MIT",
  1183. "optional": true,
  1184. "os": [
  1185. "linux"
  1186. ],
  1187. "engines": {
  1188. "node": "^20.19.0 || >=22.12.0"
  1189. }
  1190. },
  1191. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1192. "version": "1.0.0-rc.18",
  1193. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.18.tgz",
  1194. "integrity": "sha512-QWjdxN1HJCpBTAcZ5N5F7wju3gVPzRzSpmGzx7na0c/1qpN9CFil+xt+l9lV/1M6/gqHSNXCiqPfwhVJPeLnug==",
  1195. "cpu": [
  1196. "arm64"
  1197. ],
  1198. "license": "MIT",
  1199. "optional": true,
  1200. "os": [
  1201. "linux"
  1202. ],
  1203. "engines": {
  1204. "node": "^20.19.0 || >=22.12.0"
  1205. }
  1206. },
  1207. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1208. "version": "1.0.0-rc.18",
  1209. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.18.tgz",
  1210. "integrity": "sha512-ugCOyj7a4d9h3q9B+wXmf6g3a68UsjGh6dob5DHevHGMwDUbhsYNbSPxJsENcIttJZ9jv7qGM2UesLw5jqIhdg==",
  1211. "cpu": [
  1212. "ppc64"
  1213. ],
  1214. "license": "MIT",
  1215. "optional": true,
  1216. "os": [
  1217. "linux"
  1218. ],
  1219. "engines": {
  1220. "node": "^20.19.0 || >=22.12.0"
  1221. }
  1222. },
  1223. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1224. "version": "1.0.0-rc.18",
  1225. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.18.tgz",
  1226. "integrity": "sha512-kKWRhbsotpXkGbcd5dllUWg5gEXcDAa8u5YnP9AV5DYNbvJHGzzuwv7dpmhc8NqKMJldl0a+x76IHbspEpEmdA==",
  1227. "cpu": [
  1228. "s390x"
  1229. ],
  1230. "license": "MIT",
  1231. "optional": true,
  1232. "os": [
  1233. "linux"
  1234. ],
  1235. "engines": {
  1236. "node": "^20.19.0 || >=22.12.0"
  1237. }
  1238. },
  1239. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1240. "version": "1.0.0-rc.18",
  1241. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.18.tgz",
  1242. "integrity": "sha512-uCo8ElcCIAMyYAZyuIZ81oFkhTSIllNvUCHCAlbhlN4ji3uC28h7IIdlXyIvGO7HsuqnV9p3rD/bpH7XhIyhRw==",
  1243. "cpu": [
  1244. "x64"
  1245. ],
  1246. "license": "MIT",
  1247. "optional": true,
  1248. "os": [
  1249. "linux"
  1250. ],
  1251. "engines": {
  1252. "node": "^20.19.0 || >=22.12.0"
  1253. }
  1254. },
  1255. "node_modules/@rolldown/binding-linux-x64-musl": {
  1256. "version": "1.0.0-rc.18",
  1257. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.18.tgz",
  1258. "integrity": "sha512-XNOQZtuE6yUIvx4rwGemwh8kpL1xvU41FXy/s9K7T/3JVcqGzo3NfKM2HrbrGgfPYGFW42f07Wk++aOC6B9NWA==",
  1259. "cpu": [
  1260. "x64"
  1261. ],
  1262. "license": "MIT",
  1263. "optional": true,
  1264. "os": [
  1265. "linux"
  1266. ],
  1267. "engines": {
  1268. "node": "^20.19.0 || >=22.12.0"
  1269. }
  1270. },
  1271. "node_modules/@rolldown/binding-openharmony-arm64": {
  1272. "version": "1.0.0-rc.18",
  1273. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.18.tgz",
  1274. "integrity": "sha512-tSn/kzrfa7tNOXr7sEacDBN4YsIqTyLqh45IO0nHDwtpKIDNDJr+VFojt+4klSpChxB29JLyduSsE0MKEwa65A==",
  1275. "cpu": [
  1276. "arm64"
  1277. ],
  1278. "license": "MIT",
  1279. "optional": true,
  1280. "os": [
  1281. "openharmony"
  1282. ],
  1283. "engines": {
  1284. "node": "^20.19.0 || >=22.12.0"
  1285. }
  1286. },
  1287. "node_modules/@rolldown/binding-wasm32-wasi": {
  1288. "version": "1.0.0-rc.18",
  1289. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.18.tgz",
  1290. "integrity": "sha512-+J9YGmc+czgqlhYmwun3S3O0FIZhsH8ep2456xwjAdIOmuJxM7xz4P4PtrxU+Bz17a/5bqPA8o3HAAoX0teUdg==",
  1291. "cpu": [
  1292. "wasm32"
  1293. ],
  1294. "license": "MIT",
  1295. "optional": true,
  1296. "dependencies": {
  1297. "@emnapi/core": "1.10.0",
  1298. "@emnapi/runtime": "1.10.0",
  1299. "@napi-rs/wasm-runtime": "^1.1.4"
  1300. },
  1301. "engines": {
  1302. "node": "^20.19.0 || >=22.12.0"
  1303. }
  1304. },
  1305. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1306. "version": "1.0.0-rc.18",
  1307. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.18.tgz",
  1308. "integrity": "sha512-zsu47DgU0FQzSwi6sU9dZoEdUv7pc1AptSEz/Z8HBg54sV0Pbs3N0+CrIbTsgiu6EyoaNN9CHboqbLaz9lhOyQ==",
  1309. "cpu": [
  1310. "arm64"
  1311. ],
  1312. "license": "MIT",
  1313. "optional": true,
  1314. "os": [
  1315. "win32"
  1316. ],
  1317. "engines": {
  1318. "node": "^20.19.0 || >=22.12.0"
  1319. }
  1320. },
  1321. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1322. "version": "1.0.0-rc.18",
  1323. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.18.tgz",
  1324. "integrity": "sha512-7H+3yqGgmnlDTRRhw/xpYY9J1kf4GC681nVc4GqKhExZTDrVVrV2tsOR9kso0fvgBdcTCcQShx4SLLoHgaLwhg==",
  1325. "cpu": [
  1326. "x64"
  1327. ],
  1328. "license": "MIT",
  1329. "optional": true,
  1330. "os": [
  1331. "win32"
  1332. ],
  1333. "engines": {
  1334. "node": "^20.19.0 || >=22.12.0"
  1335. }
  1336. },
  1337. "node_modules/@rolldown/pluginutils": {
  1338. "version": "1.0.0-rc.13",
  1339. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
  1340. "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
  1341. "license": "MIT"
  1342. },
  1343. "node_modules/@rollup/rollup-android-arm-eabi": {
  1344. "version": "4.60.0",
  1345. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz",
  1346. "integrity": "sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==",
  1347. "cpu": [
  1348. "arm"
  1349. ],
  1350. "license": "MIT",
  1351. "optional": true,
  1352. "os": [
  1353. "android"
  1354. ]
  1355. },
  1356. "node_modules/@rollup/rollup-android-arm64": {
  1357. "version": "4.60.0",
  1358. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.0.tgz",
  1359. "integrity": "sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==",
  1360. "cpu": [
  1361. "arm64"
  1362. ],
  1363. "license": "MIT",
  1364. "optional": true,
  1365. "os": [
  1366. "android"
  1367. ]
  1368. },
  1369. "node_modules/@rollup/rollup-darwin-arm64": {
  1370. "version": "4.60.0",
  1371. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.0.tgz",
  1372. "integrity": "sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==",
  1373. "cpu": [
  1374. "arm64"
  1375. ],
  1376. "license": "MIT",
  1377. "optional": true,
  1378. "os": [
  1379. "darwin"
  1380. ]
  1381. },
  1382. "node_modules/@rollup/rollup-darwin-x64": {
  1383. "version": "4.60.0",
  1384. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.0.tgz",
  1385. "integrity": "sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==",
  1386. "cpu": [
  1387. "x64"
  1388. ],
  1389. "license": "MIT",
  1390. "optional": true,
  1391. "os": [
  1392. "darwin"
  1393. ]
  1394. },
  1395. "node_modules/@rollup/rollup-freebsd-arm64": {
  1396. "version": "4.60.0",
  1397. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.0.tgz",
  1398. "integrity": "sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==",
  1399. "cpu": [
  1400. "arm64"
  1401. ],
  1402. "license": "MIT",
  1403. "optional": true,
  1404. "os": [
  1405. "freebsd"
  1406. ]
  1407. },
  1408. "node_modules/@rollup/rollup-freebsd-x64": {
  1409. "version": "4.60.0",
  1410. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.0.tgz",
  1411. "integrity": "sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==",
  1412. "cpu": [
  1413. "x64"
  1414. ],
  1415. "license": "MIT",
  1416. "optional": true,
  1417. "os": [
  1418. "freebsd"
  1419. ]
  1420. },
  1421. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1422. "version": "4.60.0",
  1423. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.0.tgz",
  1424. "integrity": "sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==",
  1425. "cpu": [
  1426. "arm"
  1427. ],
  1428. "license": "MIT",
  1429. "optional": true,
  1430. "os": [
  1431. "linux"
  1432. ]
  1433. },
  1434. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1435. "version": "4.60.0",
  1436. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.0.tgz",
  1437. "integrity": "sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==",
  1438. "cpu": [
  1439. "arm"
  1440. ],
  1441. "license": "MIT",
  1442. "optional": true,
  1443. "os": [
  1444. "linux"
  1445. ]
  1446. },
  1447. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1448. "version": "4.60.0",
  1449. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.0.tgz",
  1450. "integrity": "sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==",
  1451. "cpu": [
  1452. "arm64"
  1453. ],
  1454. "license": "MIT",
  1455. "optional": true,
  1456. "os": [
  1457. "linux"
  1458. ]
  1459. },
  1460. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1461. "version": "4.60.0",
  1462. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.0.tgz",
  1463. "integrity": "sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==",
  1464. "cpu": [
  1465. "arm64"
  1466. ],
  1467. "license": "MIT",
  1468. "optional": true,
  1469. "os": [
  1470. "linux"
  1471. ]
  1472. },
  1473. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1474. "version": "4.60.0",
  1475. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.0.tgz",
  1476. "integrity": "sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==",
  1477. "cpu": [
  1478. "loong64"
  1479. ],
  1480. "license": "MIT",
  1481. "optional": true,
  1482. "os": [
  1483. "linux"
  1484. ]
  1485. },
  1486. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1487. "version": "4.60.0",
  1488. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.0.tgz",
  1489. "integrity": "sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==",
  1490. "cpu": [
  1491. "loong64"
  1492. ],
  1493. "license": "MIT",
  1494. "optional": true,
  1495. "os": [
  1496. "linux"
  1497. ]
  1498. },
  1499. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1500. "version": "4.60.0",
  1501. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.0.tgz",
  1502. "integrity": "sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==",
  1503. "cpu": [
  1504. "ppc64"
  1505. ],
  1506. "license": "MIT",
  1507. "optional": true,
  1508. "os": [
  1509. "linux"
  1510. ]
  1511. },
  1512. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1513. "version": "4.60.0",
  1514. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.0.tgz",
  1515. "integrity": "sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==",
  1516. "cpu": [
  1517. "ppc64"
  1518. ],
  1519. "license": "MIT",
  1520. "optional": true,
  1521. "os": [
  1522. "linux"
  1523. ]
  1524. },
  1525. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1526. "version": "4.60.0",
  1527. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.0.tgz",
  1528. "integrity": "sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==",
  1529. "cpu": [
  1530. "riscv64"
  1531. ],
  1532. "license": "MIT",
  1533. "optional": true,
  1534. "os": [
  1535. "linux"
  1536. ]
  1537. },
  1538. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1539. "version": "4.60.0",
  1540. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.0.tgz",
  1541. "integrity": "sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==",
  1542. "cpu": [
  1543. "riscv64"
  1544. ],
  1545. "license": "MIT",
  1546. "optional": true,
  1547. "os": [
  1548. "linux"
  1549. ]
  1550. },
  1551. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1552. "version": "4.60.0",
  1553. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.0.tgz",
  1554. "integrity": "sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==",
  1555. "cpu": [
  1556. "s390x"
  1557. ],
  1558. "license": "MIT",
  1559. "optional": true,
  1560. "os": [
  1561. "linux"
  1562. ]
  1563. },
  1564. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1565. "version": "4.60.0",
  1566. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz",
  1567. "integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==",
  1568. "cpu": [
  1569. "x64"
  1570. ],
  1571. "license": "MIT",
  1572. "optional": true,
  1573. "os": [
  1574. "linux"
  1575. ]
  1576. },
  1577. "node_modules/@rollup/rollup-linux-x64-musl": {
  1578. "version": "4.60.0",
  1579. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.0.tgz",
  1580. "integrity": "sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==",
  1581. "cpu": [
  1582. "x64"
  1583. ],
  1584. "license": "MIT",
  1585. "optional": true,
  1586. "os": [
  1587. "linux"
  1588. ]
  1589. },
  1590. "node_modules/@rollup/rollup-openbsd-x64": {
  1591. "version": "4.60.0",
  1592. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.0.tgz",
  1593. "integrity": "sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==",
  1594. "cpu": [
  1595. "x64"
  1596. ],
  1597. "license": "MIT",
  1598. "optional": true,
  1599. "os": [
  1600. "openbsd"
  1601. ]
  1602. },
  1603. "node_modules/@rollup/rollup-openharmony-arm64": {
  1604. "version": "4.60.0",
  1605. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.0.tgz",
  1606. "integrity": "sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==",
  1607. "cpu": [
  1608. "arm64"
  1609. ],
  1610. "license": "MIT",
  1611. "optional": true,
  1612. "os": [
  1613. "openharmony"
  1614. ]
  1615. },
  1616. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1617. "version": "4.60.0",
  1618. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.0.tgz",
  1619. "integrity": "sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==",
  1620. "cpu": [
  1621. "arm64"
  1622. ],
  1623. "license": "MIT",
  1624. "optional": true,
  1625. "os": [
  1626. "win32"
  1627. ]
  1628. },
  1629. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1630. "version": "4.60.0",
  1631. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.0.tgz",
  1632. "integrity": "sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==",
  1633. "cpu": [
  1634. "ia32"
  1635. ],
  1636. "license": "MIT",
  1637. "optional": true,
  1638. "os": [
  1639. "win32"
  1640. ]
  1641. },
  1642. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1643. "version": "4.60.0",
  1644. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.0.tgz",
  1645. "integrity": "sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==",
  1646. "cpu": [
  1647. "x64"
  1648. ],
  1649. "license": "MIT",
  1650. "optional": true,
  1651. "os": [
  1652. "win32"
  1653. ]
  1654. },
  1655. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1656. "version": "4.60.0",
  1657. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.0.tgz",
  1658. "integrity": "sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==",
  1659. "cpu": [
  1660. "x64"
  1661. ],
  1662. "license": "MIT",
  1663. "optional": true,
  1664. "os": [
  1665. "win32"
  1666. ]
  1667. },
  1668. "node_modules/@rtsao/scc": {
  1669. "version": "1.1.0",
  1670. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1671. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1672. "license": "MIT"
  1673. },
  1674. "node_modules/@sindresorhus/merge-streams": {
  1675. "version": "4.0.0",
  1676. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1677. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1678. "dev": true,
  1679. "license": "MIT",
  1680. "engines": {
  1681. "node": ">=18"
  1682. },
  1683. "funding": {
  1684. "url": "https://github.com/sponsors/sindresorhus"
  1685. }
  1686. },
  1687. "node_modules/@tybys/wasm-util": {
  1688. "version": "0.10.2",
  1689. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1690. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1691. "license": "MIT",
  1692. "optional": true,
  1693. "dependencies": {
  1694. "tslib": "^2.4.0"
  1695. }
  1696. },
  1697. "node_modules/@types/estree": {
  1698. "version": "1.0.8",
  1699. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1700. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1701. "license": "MIT"
  1702. },
  1703. "node_modules/@types/json5": {
  1704. "version": "0.0.29",
  1705. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1706. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1707. "license": "MIT"
  1708. },
  1709. "node_modules/@ungap/structured-clone": {
  1710. "version": "1.3.0",
  1711. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  1712. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  1713. "license": "ISC"
  1714. },
  1715. "node_modules/@vitejs/plugin-vue": {
  1716. "version": "6.0.6",
  1717. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
  1718. "integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
  1719. "license": "MIT",
  1720. "dependencies": {
  1721. "@rolldown/pluginutils": "1.0.0-rc.13"
  1722. },
  1723. "engines": {
  1724. "node": "^20.19.0 || >=22.12.0"
  1725. },
  1726. "peerDependencies": {
  1727. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1728. "vue": "^3.2.25"
  1729. }
  1730. },
  1731. "node_modules/@vue-macros/common": {
  1732. "version": "3.1.2",
  1733. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  1734. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@vue/compiler-sfc": "^3.5.22",
  1738. "ast-kit": "^2.1.2",
  1739. "local-pkg": "^1.1.2",
  1740. "magic-string-ast": "^1.0.2",
  1741. "unplugin-utils": "^0.3.0"
  1742. },
  1743. "engines": {
  1744. "node": ">=20.19.0"
  1745. },
  1746. "funding": {
  1747. "url": "https://github.com/sponsors/vue-macros"
  1748. },
  1749. "peerDependencies": {
  1750. "vue": "^2.7.0 || ^3.2.25"
  1751. },
  1752. "peerDependenciesMeta": {
  1753. "vue": {
  1754. "optional": true
  1755. }
  1756. }
  1757. },
  1758. "node_modules/@vue/compiler-core": {
  1759. "version": "3.5.34",
  1760. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1761. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1762. "license": "MIT",
  1763. "dependencies": {
  1764. "@babel/parser": "^7.29.3",
  1765. "@vue/shared": "3.5.34",
  1766. "entities": "^7.0.1",
  1767. "estree-walker": "^2.0.2",
  1768. "source-map-js": "^1.2.1"
  1769. }
  1770. },
  1771. "node_modules/@vue/compiler-dom": {
  1772. "version": "3.5.34",
  1773. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1774. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1775. "license": "MIT",
  1776. "dependencies": {
  1777. "@vue/compiler-core": "3.5.34",
  1778. "@vue/shared": "3.5.34"
  1779. }
  1780. },
  1781. "node_modules/@vue/compiler-sfc": {
  1782. "version": "3.5.34",
  1783. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1784. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1785. "license": "MIT",
  1786. "dependencies": {
  1787. "@babel/parser": "^7.29.3",
  1788. "@vue/compiler-core": "3.5.34",
  1789. "@vue/compiler-dom": "3.5.34",
  1790. "@vue/compiler-ssr": "3.5.34",
  1791. "@vue/shared": "3.5.34",
  1792. "estree-walker": "^2.0.2",
  1793. "magic-string": "^0.30.21",
  1794. "postcss": "^8.5.14",
  1795. "source-map-js": "^1.2.1"
  1796. }
  1797. },
  1798. "node_modules/@vue/compiler-ssr": {
  1799. "version": "3.5.34",
  1800. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1801. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1802. "license": "MIT",
  1803. "dependencies": {
  1804. "@vue/compiler-dom": "3.5.34",
  1805. "@vue/shared": "3.5.34"
  1806. }
  1807. },
  1808. "node_modules/@vue/devtools-api": {
  1809. "version": "6.6.4",
  1810. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1811. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1812. "license": "MIT"
  1813. },
  1814. "node_modules/@vue/devtools-kit": {
  1815. "version": "8.0.6",
  1816. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.0.6.tgz",
  1817. "integrity": "sha512-9zXZPTJW72OteDXeSa5RVML3zWDCRcO5t77aJqSs228mdopYj5AiTpihozbsfFJ0IodfNs7pSgOGO3qfCuxDtw==",
  1818. "license": "MIT",
  1819. "dependencies": {
  1820. "@vue/devtools-shared": "^8.0.6",
  1821. "birpc": "^2.6.1",
  1822. "hookable": "^5.5.3",
  1823. "mitt": "^3.0.1",
  1824. "perfect-debounce": "^2.0.0",
  1825. "speakingurl": "^14.0.1",
  1826. "superjson": "^2.2.2"
  1827. }
  1828. },
  1829. "node_modules/@vue/devtools-shared": {
  1830. "version": "8.0.6",
  1831. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.6.tgz",
  1832. "integrity": "sha512-Pp1JylTqlgMJvxW6MGyfTF8vGvlBSCAvMFaDCYa82Mgw7TT5eE5kkHgDvmOGHWeJE4zIDfCpCxHapsK2LtIAJg==",
  1833. "license": "MIT",
  1834. "dependencies": {
  1835. "rfdc": "^1.4.1"
  1836. }
  1837. },
  1838. "node_modules/@vue/reactivity": {
  1839. "version": "3.5.34",
  1840. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  1841. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  1842. "license": "MIT",
  1843. "dependencies": {
  1844. "@vue/shared": "3.5.34"
  1845. }
  1846. },
  1847. "node_modules/@vue/runtime-core": {
  1848. "version": "3.5.34",
  1849. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  1850. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  1851. "license": "MIT",
  1852. "dependencies": {
  1853. "@vue/reactivity": "3.5.34",
  1854. "@vue/shared": "3.5.34"
  1855. }
  1856. },
  1857. "node_modules/@vue/runtime-dom": {
  1858. "version": "3.5.34",
  1859. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1860. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1861. "license": "MIT",
  1862. "dependencies": {
  1863. "@vue/reactivity": "3.5.34",
  1864. "@vue/runtime-core": "3.5.34",
  1865. "@vue/shared": "3.5.34",
  1866. "csstype": "^3.2.3"
  1867. }
  1868. },
  1869. "node_modules/@vue/server-renderer": {
  1870. "version": "3.5.34",
  1871. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1872. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1873. "license": "MIT",
  1874. "dependencies": {
  1875. "@vue/compiler-ssr": "3.5.34",
  1876. "@vue/shared": "3.5.34"
  1877. },
  1878. "peerDependencies": {
  1879. "vue": "3.5.34"
  1880. }
  1881. },
  1882. "node_modules/@vue/shared": {
  1883. "version": "3.5.34",
  1884. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  1885. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  1886. "license": "MIT"
  1887. },
  1888. "node_modules/@xterm/addon-fit": {
  1889. "version": "0.11.0",
  1890. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz",
  1891. "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==",
  1892. "license": "MIT"
  1893. },
  1894. "node_modules/@xterm/addon-web-links": {
  1895. "version": "0.12.0",
  1896. "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.12.0.tgz",
  1897. "integrity": "sha512-4Smom3RPyVp7ZMYOYDoC/9eGJJJqYhnPLGGqJ6wOBfB8VxPViJNSKdgRYb8NpaM6YSelEKbA2SStD7lGyqaobw==",
  1898. "license": "MIT"
  1899. },
  1900. "node_modules/@xterm/xterm": {
  1901. "version": "6.0.0",
  1902. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-6.0.0.tgz",
  1903. "integrity": "sha512-TQwDdQGtwwDt+2cgKDLn0IRaSxYu1tSUjgKarSDkUM0ZNiSRXFpjxEsvc/Zgc5kq5omJ+V0a8/kIM2WD3sMOYg==",
  1904. "license": "MIT",
  1905. "workspaces": [
  1906. "addons/*"
  1907. ]
  1908. },
  1909. "node_modules/acorn": {
  1910. "version": "8.16.0",
  1911. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  1912. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  1913. "license": "MIT",
  1914. "bin": {
  1915. "acorn": "bin/acorn"
  1916. },
  1917. "engines": {
  1918. "node": ">=0.4.0"
  1919. }
  1920. },
  1921. "node_modules/acorn-jsx": {
  1922. "version": "5.3.2",
  1923. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1924. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1925. "license": "MIT",
  1926. "peerDependencies": {
  1927. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1928. }
  1929. },
  1930. "node_modules/ajv": {
  1931. "version": "6.15.0",
  1932. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  1933. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  1934. "license": "MIT",
  1935. "dependencies": {
  1936. "fast-deep-equal": "^3.1.1",
  1937. "fast-json-stable-stringify": "^2.0.0",
  1938. "json-schema-traverse": "^0.4.1",
  1939. "uri-js": "^4.2.2"
  1940. },
  1941. "funding": {
  1942. "type": "github",
  1943. "url": "https://github.com/sponsors/epoberezkin"
  1944. }
  1945. },
  1946. "node_modules/ansi-regex": {
  1947. "version": "5.0.1",
  1948. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1949. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1950. "engines": {
  1951. "node": ">=8"
  1952. }
  1953. },
  1954. "node_modules/ansi-styles": {
  1955. "version": "4.3.0",
  1956. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1957. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1958. "dependencies": {
  1959. "color-convert": "^2.0.1"
  1960. },
  1961. "engines": {
  1962. "node": ">=8"
  1963. },
  1964. "funding": {
  1965. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1966. }
  1967. },
  1968. "node_modules/argparse": {
  1969. "version": "2.0.1",
  1970. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1971. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1972. "license": "Python-2.0"
  1973. },
  1974. "node_modules/array-buffer-byte-length": {
  1975. "version": "1.0.2",
  1976. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  1977. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  1978. "license": "MIT",
  1979. "dependencies": {
  1980. "call-bound": "^1.0.3",
  1981. "is-array-buffer": "^3.0.5"
  1982. },
  1983. "engines": {
  1984. "node": ">= 0.4"
  1985. },
  1986. "funding": {
  1987. "url": "https://github.com/sponsors/ljharb"
  1988. }
  1989. },
  1990. "node_modules/array-includes": {
  1991. "version": "3.1.9",
  1992. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  1993. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  1994. "license": "MIT",
  1995. "dependencies": {
  1996. "call-bind": "^1.0.8",
  1997. "call-bound": "^1.0.4",
  1998. "define-properties": "^1.2.1",
  1999. "es-abstract": "^1.24.0",
  2000. "es-object-atoms": "^1.1.1",
  2001. "get-intrinsic": "^1.3.0",
  2002. "is-string": "^1.1.1",
  2003. "math-intrinsics": "^1.1.0"
  2004. },
  2005. "engines": {
  2006. "node": ">= 0.4"
  2007. },
  2008. "funding": {
  2009. "url": "https://github.com/sponsors/ljharb"
  2010. }
  2011. },
  2012. "node_modules/array.prototype.findlast": {
  2013. "version": "1.2.5",
  2014. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2015. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2016. "license": "MIT",
  2017. "dependencies": {
  2018. "call-bind": "^1.0.7",
  2019. "define-properties": "^1.2.1",
  2020. "es-abstract": "^1.23.2",
  2021. "es-errors": "^1.3.0",
  2022. "es-object-atoms": "^1.0.0",
  2023. "es-shim-unscopables": "^1.0.2"
  2024. },
  2025. "engines": {
  2026. "node": ">= 0.4"
  2027. },
  2028. "funding": {
  2029. "url": "https://github.com/sponsors/ljharb"
  2030. }
  2031. },
  2032. "node_modules/array.prototype.findlastindex": {
  2033. "version": "1.2.6",
  2034. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2035. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2036. "license": "MIT",
  2037. "dependencies": {
  2038. "call-bind": "^1.0.8",
  2039. "call-bound": "^1.0.4",
  2040. "define-properties": "^1.2.1",
  2041. "es-abstract": "^1.23.9",
  2042. "es-errors": "^1.3.0",
  2043. "es-object-atoms": "^1.1.1",
  2044. "es-shim-unscopables": "^1.1.0"
  2045. },
  2046. "engines": {
  2047. "node": ">= 0.4"
  2048. },
  2049. "funding": {
  2050. "url": "https://github.com/sponsors/ljharb"
  2051. }
  2052. },
  2053. "node_modules/array.prototype.flat": {
  2054. "version": "1.3.3",
  2055. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2056. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2057. "license": "MIT",
  2058. "dependencies": {
  2059. "call-bind": "^1.0.8",
  2060. "define-properties": "^1.2.1",
  2061. "es-abstract": "^1.23.5",
  2062. "es-shim-unscopables": "^1.0.2"
  2063. },
  2064. "engines": {
  2065. "node": ">= 0.4"
  2066. },
  2067. "funding": {
  2068. "url": "https://github.com/sponsors/ljharb"
  2069. }
  2070. },
  2071. "node_modules/array.prototype.flatmap": {
  2072. "version": "1.3.3",
  2073. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2074. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2075. "license": "MIT",
  2076. "dependencies": {
  2077. "call-bind": "^1.0.8",
  2078. "define-properties": "^1.2.1",
  2079. "es-abstract": "^1.23.5",
  2080. "es-shim-unscopables": "^1.0.2"
  2081. },
  2082. "engines": {
  2083. "node": ">= 0.4"
  2084. },
  2085. "funding": {
  2086. "url": "https://github.com/sponsors/ljharb"
  2087. }
  2088. },
  2089. "node_modules/array.prototype.tosorted": {
  2090. "version": "1.1.4",
  2091. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2092. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2093. "license": "MIT",
  2094. "dependencies": {
  2095. "call-bind": "^1.0.7",
  2096. "define-properties": "^1.2.1",
  2097. "es-abstract": "^1.23.3",
  2098. "es-errors": "^1.3.0",
  2099. "es-shim-unscopables": "^1.0.2"
  2100. },
  2101. "engines": {
  2102. "node": ">= 0.4"
  2103. }
  2104. },
  2105. "node_modules/arraybuffer.prototype.slice": {
  2106. "version": "1.0.4",
  2107. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2108. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2109. "license": "MIT",
  2110. "dependencies": {
  2111. "array-buffer-byte-length": "^1.0.1",
  2112. "call-bind": "^1.0.8",
  2113. "define-properties": "^1.2.1",
  2114. "es-abstract": "^1.23.5",
  2115. "es-errors": "^1.3.0",
  2116. "get-intrinsic": "^1.2.6",
  2117. "is-array-buffer": "^3.0.4"
  2118. },
  2119. "engines": {
  2120. "node": ">= 0.4"
  2121. },
  2122. "funding": {
  2123. "url": "https://github.com/sponsors/ljharb"
  2124. }
  2125. },
  2126. "node_modules/ast-kit": {
  2127. "version": "2.2.0",
  2128. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  2129. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  2130. "license": "MIT",
  2131. "dependencies": {
  2132. "@babel/parser": "^7.28.5",
  2133. "pathe": "^2.0.3"
  2134. },
  2135. "engines": {
  2136. "node": ">=20.19.0"
  2137. },
  2138. "funding": {
  2139. "url": "https://github.com/sponsors/sxzz"
  2140. }
  2141. },
  2142. "node_modules/ast-walker-scope": {
  2143. "version": "0.8.3",
  2144. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  2145. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  2146. "license": "MIT",
  2147. "dependencies": {
  2148. "@babel/parser": "^7.28.4",
  2149. "ast-kit": "^2.1.3"
  2150. },
  2151. "engines": {
  2152. "node": ">=20.19.0"
  2153. },
  2154. "funding": {
  2155. "url": "https://github.com/sponsors/sxzz"
  2156. }
  2157. },
  2158. "node_modules/astral-regex": {
  2159. "version": "2.0.0",
  2160. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  2161. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  2162. "dev": true,
  2163. "engines": {
  2164. "node": ">=8"
  2165. }
  2166. },
  2167. "node_modules/async-function": {
  2168. "version": "1.0.0",
  2169. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2170. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2171. "license": "MIT",
  2172. "engines": {
  2173. "node": ">= 0.4"
  2174. }
  2175. },
  2176. "node_modules/available-typed-arrays": {
  2177. "version": "1.0.7",
  2178. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2179. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2180. "license": "MIT",
  2181. "dependencies": {
  2182. "possible-typed-array-names": "^1.0.0"
  2183. },
  2184. "engines": {
  2185. "node": ">= 0.4"
  2186. },
  2187. "funding": {
  2188. "url": "https://github.com/sponsors/ljharb"
  2189. }
  2190. },
  2191. "node_modules/balanced-match": {
  2192. "version": "1.0.2",
  2193. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2194. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2195. "license": "MIT"
  2196. },
  2197. "node_modules/birpc": {
  2198. "version": "2.9.0",
  2199. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  2200. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2201. "license": "MIT",
  2202. "funding": {
  2203. "url": "https://github.com/sponsors/antfu"
  2204. }
  2205. },
  2206. "node_modules/brace-expansion": {
  2207. "version": "1.1.14",
  2208. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  2209. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "balanced-match": "^1.0.0",
  2213. "concat-map": "0.0.1"
  2214. }
  2215. },
  2216. "node_modules/braces": {
  2217. "version": "3.0.3",
  2218. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2219. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2220. "dev": true,
  2221. "license": "MIT",
  2222. "dependencies": {
  2223. "fill-range": "^7.1.1"
  2224. },
  2225. "engines": {
  2226. "node": ">=8"
  2227. }
  2228. },
  2229. "node_modules/builtins": {
  2230. "version": "5.1.0",
  2231. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  2232. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  2233. "license": "MIT",
  2234. "dependencies": {
  2235. "semver": "^7.0.0"
  2236. }
  2237. },
  2238. "node_modules/builtins/node_modules/semver": {
  2239. "version": "7.7.3",
  2240. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2241. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2242. "license": "ISC",
  2243. "bin": {
  2244. "semver": "bin/semver.js"
  2245. },
  2246. "engines": {
  2247. "node": ">=10"
  2248. }
  2249. },
  2250. "node_modules/cacheable": {
  2251. "version": "2.3.2",
  2252. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.2.tgz",
  2253. "integrity": "sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==",
  2254. "dev": true,
  2255. "license": "MIT",
  2256. "dependencies": {
  2257. "@cacheable/memory": "^2.0.7",
  2258. "@cacheable/utils": "^2.3.3",
  2259. "hookified": "^1.15.0",
  2260. "keyv": "^5.5.5",
  2261. "qified": "^0.6.0"
  2262. }
  2263. },
  2264. "node_modules/cacheable/node_modules/keyv": {
  2265. "version": "5.6.0",
  2266. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  2267. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  2268. "dev": true,
  2269. "license": "MIT",
  2270. "dependencies": {
  2271. "@keyv/serialize": "^1.1.1"
  2272. }
  2273. },
  2274. "node_modules/call-bind": {
  2275. "version": "1.0.8",
  2276. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  2277. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2278. "license": "MIT",
  2279. "dependencies": {
  2280. "call-bind-apply-helpers": "^1.0.0",
  2281. "es-define-property": "^1.0.0",
  2282. "get-intrinsic": "^1.2.4",
  2283. "set-function-length": "^1.2.2"
  2284. },
  2285. "engines": {
  2286. "node": ">= 0.4"
  2287. },
  2288. "funding": {
  2289. "url": "https://github.com/sponsors/ljharb"
  2290. }
  2291. },
  2292. "node_modules/call-bind-apply-helpers": {
  2293. "version": "1.0.2",
  2294. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2295. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2296. "license": "MIT",
  2297. "dependencies": {
  2298. "es-errors": "^1.3.0",
  2299. "function-bind": "^1.1.2"
  2300. },
  2301. "engines": {
  2302. "node": ">= 0.4"
  2303. }
  2304. },
  2305. "node_modules/call-bound": {
  2306. "version": "1.0.4",
  2307. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2308. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2309. "license": "MIT",
  2310. "dependencies": {
  2311. "call-bind-apply-helpers": "^1.0.2",
  2312. "get-intrinsic": "^1.3.0"
  2313. },
  2314. "engines": {
  2315. "node": ">= 0.4"
  2316. },
  2317. "funding": {
  2318. "url": "https://github.com/sponsors/ljharb"
  2319. }
  2320. },
  2321. "node_modules/callsites": {
  2322. "version": "3.1.0",
  2323. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2324. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2325. "engines": {
  2326. "node": ">=6"
  2327. }
  2328. },
  2329. "node_modules/chalk": {
  2330. "version": "4.1.2",
  2331. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2332. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2333. "license": "MIT",
  2334. "dependencies": {
  2335. "ansi-styles": "^4.1.0",
  2336. "supports-color": "^7.1.0"
  2337. },
  2338. "engines": {
  2339. "node": ">=10"
  2340. },
  2341. "funding": {
  2342. "url": "https://github.com/chalk/chalk?sponsor=1"
  2343. }
  2344. },
  2345. "node_modules/chokidar": {
  2346. "version": "5.0.0",
  2347. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2348. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2349. "license": "MIT",
  2350. "dependencies": {
  2351. "readdirp": "^5.0.0"
  2352. },
  2353. "engines": {
  2354. "node": ">= 20.19.0"
  2355. },
  2356. "funding": {
  2357. "url": "https://paulmillr.com/funding/"
  2358. }
  2359. },
  2360. "node_modules/color-convert": {
  2361. "version": "2.0.1",
  2362. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2363. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2364. "dependencies": {
  2365. "color-name": "~1.1.4"
  2366. },
  2367. "engines": {
  2368. "node": ">=7.0.0"
  2369. }
  2370. },
  2371. "node_modules/color-name": {
  2372. "version": "1.1.4",
  2373. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2374. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2375. },
  2376. "node_modules/colord": {
  2377. "version": "2.9.3",
  2378. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  2379. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  2380. "dev": true
  2381. },
  2382. "node_modules/concat-map": {
  2383. "version": "0.0.1",
  2384. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2385. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2386. "license": "MIT"
  2387. },
  2388. "node_modules/confbox": {
  2389. "version": "0.2.2",
  2390. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  2391. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  2392. "license": "MIT"
  2393. },
  2394. "node_modules/copy-anything": {
  2395. "version": "4.0.5",
  2396. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  2397. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2398. "license": "MIT",
  2399. "dependencies": {
  2400. "is-what": "^5.2.0"
  2401. },
  2402. "engines": {
  2403. "node": ">=18"
  2404. },
  2405. "funding": {
  2406. "url": "https://github.com/sponsors/mesqueeb"
  2407. }
  2408. },
  2409. "node_modules/cosmiconfig": {
  2410. "version": "9.0.1",
  2411. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
  2412. "integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
  2413. "dev": true,
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "env-paths": "^2.2.1",
  2417. "import-fresh": "^3.3.0",
  2418. "js-yaml": "^4.1.0",
  2419. "parse-json": "^5.2.0"
  2420. },
  2421. "engines": {
  2422. "node": ">=14"
  2423. },
  2424. "funding": {
  2425. "url": "https://github.com/sponsors/d-fischer"
  2426. },
  2427. "peerDependencies": {
  2428. "typescript": ">=4.9.5"
  2429. },
  2430. "peerDependenciesMeta": {
  2431. "typescript": {
  2432. "optional": true
  2433. }
  2434. }
  2435. },
  2436. "node_modules/cross-spawn": {
  2437. "version": "7.0.6",
  2438. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2439. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2440. "license": "MIT",
  2441. "dependencies": {
  2442. "path-key": "^3.1.0",
  2443. "shebang-command": "^2.0.0",
  2444. "which": "^2.0.1"
  2445. },
  2446. "engines": {
  2447. "node": ">= 8"
  2448. }
  2449. },
  2450. "node_modules/css-functions-list": {
  2451. "version": "3.3.3",
  2452. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  2453. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  2454. "dev": true,
  2455. "license": "MIT",
  2456. "engines": {
  2457. "node": ">=12"
  2458. }
  2459. },
  2460. "node_modules/css-tree": {
  2461. "version": "3.2.1",
  2462. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2463. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2464. "dev": true,
  2465. "license": "MIT",
  2466. "dependencies": {
  2467. "mdn-data": "2.27.1",
  2468. "source-map-js": "^1.2.1"
  2469. },
  2470. "engines": {
  2471. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2472. }
  2473. },
  2474. "node_modules/cssesc": {
  2475. "version": "3.0.0",
  2476. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2477. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2478. "dev": true,
  2479. "license": "MIT",
  2480. "bin": {
  2481. "cssesc": "bin/cssesc"
  2482. },
  2483. "engines": {
  2484. "node": ">=4"
  2485. }
  2486. },
  2487. "node_modules/csstype": {
  2488. "version": "3.2.3",
  2489. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2490. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2491. "license": "MIT"
  2492. },
  2493. "node_modules/data-view-buffer": {
  2494. "version": "1.0.2",
  2495. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2496. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2497. "license": "MIT",
  2498. "dependencies": {
  2499. "call-bound": "^1.0.3",
  2500. "es-errors": "^1.3.0",
  2501. "is-data-view": "^1.0.2"
  2502. },
  2503. "engines": {
  2504. "node": ">= 0.4"
  2505. },
  2506. "funding": {
  2507. "url": "https://github.com/sponsors/ljharb"
  2508. }
  2509. },
  2510. "node_modules/data-view-byte-length": {
  2511. "version": "1.0.2",
  2512. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2513. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2514. "license": "MIT",
  2515. "dependencies": {
  2516. "call-bound": "^1.0.3",
  2517. "es-errors": "^1.3.0",
  2518. "is-data-view": "^1.0.2"
  2519. },
  2520. "engines": {
  2521. "node": ">= 0.4"
  2522. },
  2523. "funding": {
  2524. "url": "https://github.com/sponsors/inspect-js"
  2525. }
  2526. },
  2527. "node_modules/data-view-byte-offset": {
  2528. "version": "1.0.1",
  2529. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2530. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2531. "license": "MIT",
  2532. "dependencies": {
  2533. "call-bound": "^1.0.2",
  2534. "es-errors": "^1.3.0",
  2535. "is-data-view": "^1.0.1"
  2536. },
  2537. "engines": {
  2538. "node": ">= 0.4"
  2539. },
  2540. "funding": {
  2541. "url": "https://github.com/sponsors/ljharb"
  2542. }
  2543. },
  2544. "node_modules/debug": {
  2545. "version": "4.4.3",
  2546. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2547. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2548. "license": "MIT",
  2549. "dependencies": {
  2550. "ms": "^2.1.3"
  2551. },
  2552. "engines": {
  2553. "node": ">=6.0"
  2554. },
  2555. "peerDependenciesMeta": {
  2556. "supports-color": {
  2557. "optional": true
  2558. }
  2559. }
  2560. },
  2561. "node_modules/deep-is": {
  2562. "version": "0.1.4",
  2563. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2564. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2565. "license": "MIT"
  2566. },
  2567. "node_modules/define-data-property": {
  2568. "version": "1.1.4",
  2569. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2570. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "es-define-property": "^1.0.0",
  2574. "es-errors": "^1.3.0",
  2575. "gopd": "^1.0.1"
  2576. },
  2577. "engines": {
  2578. "node": ">= 0.4"
  2579. },
  2580. "funding": {
  2581. "url": "https://github.com/sponsors/ljharb"
  2582. }
  2583. },
  2584. "node_modules/define-properties": {
  2585. "version": "1.2.1",
  2586. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2587. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2588. "license": "MIT",
  2589. "dependencies": {
  2590. "define-data-property": "^1.0.1",
  2591. "has-property-descriptors": "^1.0.0",
  2592. "object-keys": "^1.1.1"
  2593. },
  2594. "engines": {
  2595. "node": ">= 0.4"
  2596. },
  2597. "funding": {
  2598. "url": "https://github.com/sponsors/ljharb"
  2599. }
  2600. },
  2601. "node_modules/detect-libc": {
  2602. "version": "2.1.2",
  2603. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2604. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2605. "license": "Apache-2.0",
  2606. "engines": {
  2607. "node": ">=8"
  2608. }
  2609. },
  2610. "node_modules/doctrine": {
  2611. "version": "3.0.0",
  2612. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2613. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2614. "license": "Apache-2.0",
  2615. "dependencies": {
  2616. "esutils": "^2.0.2"
  2617. },
  2618. "engines": {
  2619. "node": ">=6.0.0"
  2620. }
  2621. },
  2622. "node_modules/dunder-proto": {
  2623. "version": "1.0.1",
  2624. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2625. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2626. "license": "MIT",
  2627. "dependencies": {
  2628. "call-bind-apply-helpers": "^1.0.1",
  2629. "es-errors": "^1.3.0",
  2630. "gopd": "^1.2.0"
  2631. },
  2632. "engines": {
  2633. "node": ">= 0.4"
  2634. }
  2635. },
  2636. "node_modules/emoji-regex": {
  2637. "version": "8.0.0",
  2638. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2639. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2640. "dev": true
  2641. },
  2642. "node_modules/entities": {
  2643. "version": "7.0.1",
  2644. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2645. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2646. "license": "BSD-2-Clause",
  2647. "engines": {
  2648. "node": ">=0.12"
  2649. },
  2650. "funding": {
  2651. "url": "https://github.com/fb55/entities?sponsor=1"
  2652. }
  2653. },
  2654. "node_modules/env-paths": {
  2655. "version": "2.2.1",
  2656. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2657. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2658. "dev": true,
  2659. "license": "MIT",
  2660. "engines": {
  2661. "node": ">=6"
  2662. }
  2663. },
  2664. "node_modules/error-ex": {
  2665. "version": "1.3.2",
  2666. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2667. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2668. "license": "MIT",
  2669. "dependencies": {
  2670. "is-arrayish": "^0.2.1"
  2671. }
  2672. },
  2673. "node_modules/es-abstract": {
  2674. "version": "1.24.0",
  2675. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2676. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2677. "license": "MIT",
  2678. "dependencies": {
  2679. "array-buffer-byte-length": "^1.0.2",
  2680. "arraybuffer.prototype.slice": "^1.0.4",
  2681. "available-typed-arrays": "^1.0.7",
  2682. "call-bind": "^1.0.8",
  2683. "call-bound": "^1.0.4",
  2684. "data-view-buffer": "^1.0.2",
  2685. "data-view-byte-length": "^1.0.2",
  2686. "data-view-byte-offset": "^1.0.1",
  2687. "es-define-property": "^1.0.1",
  2688. "es-errors": "^1.3.0",
  2689. "es-object-atoms": "^1.1.1",
  2690. "es-set-tostringtag": "^2.1.0",
  2691. "es-to-primitive": "^1.3.0",
  2692. "function.prototype.name": "^1.1.8",
  2693. "get-intrinsic": "^1.3.0",
  2694. "get-proto": "^1.0.1",
  2695. "get-symbol-description": "^1.1.0",
  2696. "globalthis": "^1.0.4",
  2697. "gopd": "^1.2.0",
  2698. "has-property-descriptors": "^1.0.2",
  2699. "has-proto": "^1.2.0",
  2700. "has-symbols": "^1.1.0",
  2701. "hasown": "^2.0.2",
  2702. "internal-slot": "^1.1.0",
  2703. "is-array-buffer": "^3.0.5",
  2704. "is-callable": "^1.2.7",
  2705. "is-data-view": "^1.0.2",
  2706. "is-negative-zero": "^2.0.3",
  2707. "is-regex": "^1.2.1",
  2708. "is-set": "^2.0.3",
  2709. "is-shared-array-buffer": "^1.0.4",
  2710. "is-string": "^1.1.1",
  2711. "is-typed-array": "^1.1.15",
  2712. "is-weakref": "^1.1.1",
  2713. "math-intrinsics": "^1.1.0",
  2714. "object-inspect": "^1.13.4",
  2715. "object-keys": "^1.1.1",
  2716. "object.assign": "^4.1.7",
  2717. "own-keys": "^1.0.1",
  2718. "regexp.prototype.flags": "^1.5.4",
  2719. "safe-array-concat": "^1.1.3",
  2720. "safe-push-apply": "^1.0.0",
  2721. "safe-regex-test": "^1.1.0",
  2722. "set-proto": "^1.0.0",
  2723. "stop-iteration-iterator": "^1.1.0",
  2724. "string.prototype.trim": "^1.2.10",
  2725. "string.prototype.trimend": "^1.0.9",
  2726. "string.prototype.trimstart": "^1.0.8",
  2727. "typed-array-buffer": "^1.0.3",
  2728. "typed-array-byte-length": "^1.0.3",
  2729. "typed-array-byte-offset": "^1.0.4",
  2730. "typed-array-length": "^1.0.7",
  2731. "unbox-primitive": "^1.1.0",
  2732. "which-typed-array": "^1.1.19"
  2733. },
  2734. "engines": {
  2735. "node": ">= 0.4"
  2736. },
  2737. "funding": {
  2738. "url": "https://github.com/sponsors/ljharb"
  2739. }
  2740. },
  2741. "node_modules/es-define-property": {
  2742. "version": "1.0.1",
  2743. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2744. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2745. "license": "MIT",
  2746. "engines": {
  2747. "node": ">= 0.4"
  2748. }
  2749. },
  2750. "node_modules/es-errors": {
  2751. "version": "1.3.0",
  2752. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2753. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2754. "license": "MIT",
  2755. "engines": {
  2756. "node": ">= 0.4"
  2757. }
  2758. },
  2759. "node_modules/es-iterator-helpers": {
  2760. "version": "1.2.1",
  2761. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2762. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2763. "license": "MIT",
  2764. "dependencies": {
  2765. "call-bind": "^1.0.8",
  2766. "call-bound": "^1.0.3",
  2767. "define-properties": "^1.2.1",
  2768. "es-abstract": "^1.23.6",
  2769. "es-errors": "^1.3.0",
  2770. "es-set-tostringtag": "^2.0.3",
  2771. "function-bind": "^1.1.2",
  2772. "get-intrinsic": "^1.2.6",
  2773. "globalthis": "^1.0.4",
  2774. "gopd": "^1.2.0",
  2775. "has-property-descriptors": "^1.0.2",
  2776. "has-proto": "^1.2.0",
  2777. "has-symbols": "^1.1.0",
  2778. "internal-slot": "^1.1.0",
  2779. "iterator.prototype": "^1.1.4",
  2780. "safe-array-concat": "^1.1.3"
  2781. },
  2782. "engines": {
  2783. "node": ">= 0.4"
  2784. }
  2785. },
  2786. "node_modules/es-object-atoms": {
  2787. "version": "1.1.1",
  2788. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2789. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "es-errors": "^1.3.0"
  2793. },
  2794. "engines": {
  2795. "node": ">= 0.4"
  2796. }
  2797. },
  2798. "node_modules/es-set-tostringtag": {
  2799. "version": "2.1.0",
  2800. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2801. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2802. "license": "MIT",
  2803. "dependencies": {
  2804. "es-errors": "^1.3.0",
  2805. "get-intrinsic": "^1.2.6",
  2806. "has-tostringtag": "^1.0.2",
  2807. "hasown": "^2.0.2"
  2808. },
  2809. "engines": {
  2810. "node": ">= 0.4"
  2811. }
  2812. },
  2813. "node_modules/es-shim-unscopables": {
  2814. "version": "1.1.0",
  2815. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2816. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2817. "license": "MIT",
  2818. "dependencies": {
  2819. "hasown": "^2.0.2"
  2820. },
  2821. "engines": {
  2822. "node": ">= 0.4"
  2823. }
  2824. },
  2825. "node_modules/es-to-primitive": {
  2826. "version": "1.3.0",
  2827. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2828. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2829. "license": "MIT",
  2830. "dependencies": {
  2831. "is-callable": "^1.2.7",
  2832. "is-date-object": "^1.0.5",
  2833. "is-symbol": "^1.0.4"
  2834. },
  2835. "engines": {
  2836. "node": ">= 0.4"
  2837. },
  2838. "funding": {
  2839. "url": "https://github.com/sponsors/ljharb"
  2840. }
  2841. },
  2842. "node_modules/esbuild": {
  2843. "version": "0.27.2",
  2844. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
  2845. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  2846. "hasInstallScript": true,
  2847. "license": "MIT",
  2848. "bin": {
  2849. "esbuild": "bin/esbuild"
  2850. },
  2851. "engines": {
  2852. "node": ">=18"
  2853. },
  2854. "optionalDependencies": {
  2855. "@esbuild/aix-ppc64": "0.27.2",
  2856. "@esbuild/android-arm": "0.27.2",
  2857. "@esbuild/android-arm64": "0.27.2",
  2858. "@esbuild/android-x64": "0.27.2",
  2859. "@esbuild/darwin-arm64": "0.27.2",
  2860. "@esbuild/darwin-x64": "0.27.2",
  2861. "@esbuild/freebsd-arm64": "0.27.2",
  2862. "@esbuild/freebsd-x64": "0.27.2",
  2863. "@esbuild/linux-arm": "0.27.2",
  2864. "@esbuild/linux-arm64": "0.27.2",
  2865. "@esbuild/linux-ia32": "0.27.2",
  2866. "@esbuild/linux-loong64": "0.27.2",
  2867. "@esbuild/linux-mips64el": "0.27.2",
  2868. "@esbuild/linux-ppc64": "0.27.2",
  2869. "@esbuild/linux-riscv64": "0.27.2",
  2870. "@esbuild/linux-s390x": "0.27.2",
  2871. "@esbuild/linux-x64": "0.27.2",
  2872. "@esbuild/netbsd-arm64": "0.27.2",
  2873. "@esbuild/netbsd-x64": "0.27.2",
  2874. "@esbuild/openbsd-arm64": "0.27.2",
  2875. "@esbuild/openbsd-x64": "0.27.2",
  2876. "@esbuild/openharmony-arm64": "0.27.2",
  2877. "@esbuild/sunos-x64": "0.27.2",
  2878. "@esbuild/win32-arm64": "0.27.2",
  2879. "@esbuild/win32-ia32": "0.27.2",
  2880. "@esbuild/win32-x64": "0.27.2"
  2881. }
  2882. },
  2883. "node_modules/escape-string-regexp": {
  2884. "version": "4.0.0",
  2885. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2886. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2887. "license": "MIT",
  2888. "engines": {
  2889. "node": ">=10"
  2890. },
  2891. "funding": {
  2892. "url": "https://github.com/sponsors/sindresorhus"
  2893. }
  2894. },
  2895. "node_modules/eslint": {
  2896. "version": "8.57.1",
  2897. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  2898. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  2899. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2900. "license": "MIT",
  2901. "dependencies": {
  2902. "@eslint-community/eslint-utils": "^4.2.0",
  2903. "@eslint-community/regexpp": "^4.6.1",
  2904. "@eslint/eslintrc": "^2.1.4",
  2905. "@eslint/js": "8.57.1",
  2906. "@humanwhocodes/config-array": "^0.13.0",
  2907. "@humanwhocodes/module-importer": "^1.0.1",
  2908. "@nodelib/fs.walk": "^1.2.8",
  2909. "@ungap/structured-clone": "^1.2.0",
  2910. "ajv": "^6.12.4",
  2911. "chalk": "^4.0.0",
  2912. "cross-spawn": "^7.0.2",
  2913. "debug": "^4.3.2",
  2914. "doctrine": "^3.0.0",
  2915. "escape-string-regexp": "^4.0.0",
  2916. "eslint-scope": "^7.2.2",
  2917. "eslint-visitor-keys": "^3.4.3",
  2918. "espree": "^9.6.1",
  2919. "esquery": "^1.4.2",
  2920. "esutils": "^2.0.2",
  2921. "fast-deep-equal": "^3.1.3",
  2922. "file-entry-cache": "^6.0.1",
  2923. "find-up": "^5.0.0",
  2924. "glob-parent": "^6.0.2",
  2925. "globals": "^13.19.0",
  2926. "graphemer": "^1.4.0",
  2927. "ignore": "^5.2.0",
  2928. "imurmurhash": "^0.1.4",
  2929. "is-glob": "^4.0.0",
  2930. "is-path-inside": "^3.0.3",
  2931. "js-yaml": "^4.1.0",
  2932. "json-stable-stringify-without-jsonify": "^1.0.1",
  2933. "levn": "^0.4.1",
  2934. "lodash.merge": "^4.6.2",
  2935. "minimatch": "^3.1.2",
  2936. "natural-compare": "^1.4.0",
  2937. "optionator": "^0.9.3",
  2938. "strip-ansi": "^6.0.1",
  2939. "text-table": "^0.2.0"
  2940. },
  2941. "bin": {
  2942. "eslint": "bin/eslint.js"
  2943. },
  2944. "engines": {
  2945. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2946. },
  2947. "funding": {
  2948. "url": "https://opencollective.com/eslint"
  2949. }
  2950. },
  2951. "node_modules/eslint-config-standard": {
  2952. "version": "17.1.0",
  2953. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  2954. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  2955. "funding": [
  2956. {
  2957. "type": "github",
  2958. "url": "https://github.com/sponsors/feross"
  2959. },
  2960. {
  2961. "type": "patreon",
  2962. "url": "https://www.patreon.com/feross"
  2963. },
  2964. {
  2965. "type": "consulting",
  2966. "url": "https://feross.org/support"
  2967. }
  2968. ],
  2969. "license": "MIT",
  2970. "engines": {
  2971. "node": ">=12.0.0"
  2972. },
  2973. "peerDependencies": {
  2974. "eslint": "^8.0.1",
  2975. "eslint-plugin-import": "^2.25.2",
  2976. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  2977. "eslint-plugin-promise": "^6.0.0"
  2978. }
  2979. },
  2980. "node_modules/eslint-config-standard-jsx": {
  2981. "version": "11.0.0",
  2982. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  2983. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  2984. "funding": [
  2985. {
  2986. "type": "github",
  2987. "url": "https://github.com/sponsors/feross"
  2988. },
  2989. {
  2990. "type": "patreon",
  2991. "url": "https://www.patreon.com/feross"
  2992. },
  2993. {
  2994. "type": "consulting",
  2995. "url": "https://feross.org/support"
  2996. }
  2997. ],
  2998. "license": "MIT",
  2999. "peerDependencies": {
  3000. "eslint": "^8.8.0",
  3001. "eslint-plugin-react": "^7.28.0"
  3002. }
  3003. },
  3004. "node_modules/eslint-import-resolver-node": {
  3005. "version": "0.3.9",
  3006. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  3007. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "debug": "^3.2.7",
  3011. "is-core-module": "^2.13.0",
  3012. "resolve": "^1.22.4"
  3013. }
  3014. },
  3015. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3016. "version": "3.2.7",
  3017. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3018. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3019. "license": "MIT",
  3020. "dependencies": {
  3021. "ms": "^2.1.1"
  3022. }
  3023. },
  3024. "node_modules/eslint-module-utils": {
  3025. "version": "2.12.1",
  3026. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3027. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3028. "license": "MIT",
  3029. "dependencies": {
  3030. "debug": "^3.2.7"
  3031. },
  3032. "engines": {
  3033. "node": ">=4"
  3034. },
  3035. "peerDependenciesMeta": {
  3036. "eslint": {
  3037. "optional": true
  3038. }
  3039. }
  3040. },
  3041. "node_modules/eslint-module-utils/node_modules/debug": {
  3042. "version": "3.2.7",
  3043. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3044. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3045. "license": "MIT",
  3046. "dependencies": {
  3047. "ms": "^2.1.1"
  3048. }
  3049. },
  3050. "node_modules/eslint-plugin-es": {
  3051. "version": "4.1.0",
  3052. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  3053. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  3054. "license": "MIT",
  3055. "dependencies": {
  3056. "eslint-utils": "^2.0.0",
  3057. "regexpp": "^3.0.0"
  3058. },
  3059. "engines": {
  3060. "node": ">=8.10.0"
  3061. },
  3062. "funding": {
  3063. "url": "https://github.com/sponsors/mysticatea"
  3064. },
  3065. "peerDependencies": {
  3066. "eslint": ">=4.19.1"
  3067. }
  3068. },
  3069. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  3070. "version": "2.1.0",
  3071. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  3072. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  3073. "license": "MIT",
  3074. "dependencies": {
  3075. "eslint-visitor-keys": "^1.1.0"
  3076. },
  3077. "engines": {
  3078. "node": ">=6"
  3079. },
  3080. "funding": {
  3081. "url": "https://github.com/sponsors/mysticatea"
  3082. }
  3083. },
  3084. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  3085. "version": "1.3.0",
  3086. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  3087. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  3088. "license": "Apache-2.0",
  3089. "engines": {
  3090. "node": ">=4"
  3091. }
  3092. },
  3093. "node_modules/eslint-plugin-import": {
  3094. "version": "2.32.0",
  3095. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3096. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3097. "license": "MIT",
  3098. "dependencies": {
  3099. "@rtsao/scc": "^1.1.0",
  3100. "array-includes": "^3.1.9",
  3101. "array.prototype.findlastindex": "^1.2.6",
  3102. "array.prototype.flat": "^1.3.3",
  3103. "array.prototype.flatmap": "^1.3.3",
  3104. "debug": "^3.2.7",
  3105. "doctrine": "^2.1.0",
  3106. "eslint-import-resolver-node": "^0.3.9",
  3107. "eslint-module-utils": "^2.12.1",
  3108. "hasown": "^2.0.2",
  3109. "is-core-module": "^2.16.1",
  3110. "is-glob": "^4.0.3",
  3111. "minimatch": "^3.1.2",
  3112. "object.fromentries": "^2.0.8",
  3113. "object.groupby": "^1.0.3",
  3114. "object.values": "^1.2.1",
  3115. "semver": "^6.3.1",
  3116. "string.prototype.trimend": "^1.0.9",
  3117. "tsconfig-paths": "^3.15.0"
  3118. },
  3119. "engines": {
  3120. "node": ">=4"
  3121. },
  3122. "peerDependencies": {
  3123. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3124. }
  3125. },
  3126. "node_modules/eslint-plugin-import/node_modules/debug": {
  3127. "version": "3.2.7",
  3128. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3129. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3130. "license": "MIT",
  3131. "dependencies": {
  3132. "ms": "^2.1.1"
  3133. }
  3134. },
  3135. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  3136. "version": "2.1.0",
  3137. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3138. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3139. "license": "Apache-2.0",
  3140. "dependencies": {
  3141. "esutils": "^2.0.2"
  3142. },
  3143. "engines": {
  3144. "node": ">=0.10.0"
  3145. }
  3146. },
  3147. "node_modules/eslint-plugin-n": {
  3148. "version": "15.7.0",
  3149. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  3150. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  3151. "license": "MIT",
  3152. "dependencies": {
  3153. "builtins": "^5.0.1",
  3154. "eslint-plugin-es": "^4.1.0",
  3155. "eslint-utils": "^3.0.0",
  3156. "ignore": "^5.1.1",
  3157. "is-core-module": "^2.11.0",
  3158. "minimatch": "^3.1.2",
  3159. "resolve": "^1.22.1",
  3160. "semver": "^7.3.8"
  3161. },
  3162. "engines": {
  3163. "node": ">=12.22.0"
  3164. },
  3165. "funding": {
  3166. "url": "https://github.com/sponsors/mysticatea"
  3167. },
  3168. "peerDependencies": {
  3169. "eslint": ">=7.0.0"
  3170. }
  3171. },
  3172. "node_modules/eslint-plugin-n/node_modules/semver": {
  3173. "version": "7.7.3",
  3174. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  3175. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  3176. "license": "ISC",
  3177. "bin": {
  3178. "semver": "bin/semver.js"
  3179. },
  3180. "engines": {
  3181. "node": ">=10"
  3182. }
  3183. },
  3184. "node_modules/eslint-plugin-promise": {
  3185. "version": "6.6.0",
  3186. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  3187. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  3188. "license": "ISC",
  3189. "engines": {
  3190. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3191. },
  3192. "funding": {
  3193. "url": "https://opencollective.com/eslint"
  3194. },
  3195. "peerDependencies": {
  3196. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  3197. }
  3198. },
  3199. "node_modules/eslint-plugin-react": {
  3200. "version": "7.37.5",
  3201. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3202. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3203. "license": "MIT",
  3204. "dependencies": {
  3205. "array-includes": "^3.1.8",
  3206. "array.prototype.findlast": "^1.2.5",
  3207. "array.prototype.flatmap": "^1.3.3",
  3208. "array.prototype.tosorted": "^1.1.4",
  3209. "doctrine": "^2.1.0",
  3210. "es-iterator-helpers": "^1.2.1",
  3211. "estraverse": "^5.3.0",
  3212. "hasown": "^2.0.2",
  3213. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3214. "minimatch": "^3.1.2",
  3215. "object.entries": "^1.1.9",
  3216. "object.fromentries": "^2.0.8",
  3217. "object.values": "^1.2.1",
  3218. "prop-types": "^15.8.1",
  3219. "resolve": "^2.0.0-next.5",
  3220. "semver": "^6.3.1",
  3221. "string.prototype.matchall": "^4.0.12",
  3222. "string.prototype.repeat": "^1.0.0"
  3223. },
  3224. "engines": {
  3225. "node": ">=4"
  3226. },
  3227. "peerDependencies": {
  3228. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3229. }
  3230. },
  3231. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  3232. "version": "2.1.0",
  3233. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3234. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3235. "license": "Apache-2.0",
  3236. "dependencies": {
  3237. "esutils": "^2.0.2"
  3238. },
  3239. "engines": {
  3240. "node": ">=0.10.0"
  3241. }
  3242. },
  3243. "node_modules/eslint-plugin-react/node_modules/resolve": {
  3244. "version": "2.0.0-next.5",
  3245. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  3246. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  3247. "license": "MIT",
  3248. "dependencies": {
  3249. "is-core-module": "^2.13.0",
  3250. "path-parse": "^1.0.7",
  3251. "supports-preserve-symlinks-flag": "^1.0.0"
  3252. },
  3253. "bin": {
  3254. "resolve": "bin/resolve"
  3255. },
  3256. "funding": {
  3257. "url": "https://github.com/sponsors/ljharb"
  3258. }
  3259. },
  3260. "node_modules/eslint-scope": {
  3261. "version": "7.2.2",
  3262. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  3263. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  3264. "license": "BSD-2-Clause",
  3265. "dependencies": {
  3266. "esrecurse": "^4.3.0",
  3267. "estraverse": "^5.2.0"
  3268. },
  3269. "engines": {
  3270. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3271. },
  3272. "funding": {
  3273. "url": "https://opencollective.com/eslint"
  3274. }
  3275. },
  3276. "node_modules/eslint-utils": {
  3277. "version": "3.0.0",
  3278. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  3279. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  3280. "license": "MIT",
  3281. "dependencies": {
  3282. "eslint-visitor-keys": "^2.0.0"
  3283. },
  3284. "engines": {
  3285. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  3286. },
  3287. "funding": {
  3288. "url": "https://github.com/sponsors/mysticatea"
  3289. },
  3290. "peerDependencies": {
  3291. "eslint": ">=5"
  3292. }
  3293. },
  3294. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  3295. "version": "2.1.0",
  3296. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3297. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  3298. "license": "Apache-2.0",
  3299. "engines": {
  3300. "node": ">=10"
  3301. }
  3302. },
  3303. "node_modules/eslint-visitor-keys": {
  3304. "version": "3.4.3",
  3305. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3306. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3307. "license": "Apache-2.0",
  3308. "engines": {
  3309. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3310. },
  3311. "funding": {
  3312. "url": "https://opencollective.com/eslint"
  3313. }
  3314. },
  3315. "node_modules/eslint/node_modules/glob-parent": {
  3316. "version": "6.0.2",
  3317. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3318. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3319. "license": "ISC",
  3320. "dependencies": {
  3321. "is-glob": "^4.0.3"
  3322. },
  3323. "engines": {
  3324. "node": ">=10.13.0"
  3325. }
  3326. },
  3327. "node_modules/espree": {
  3328. "version": "9.6.1",
  3329. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  3330. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  3331. "license": "BSD-2-Clause",
  3332. "dependencies": {
  3333. "acorn": "^8.9.0",
  3334. "acorn-jsx": "^5.3.2",
  3335. "eslint-visitor-keys": "^3.4.1"
  3336. },
  3337. "engines": {
  3338. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3339. },
  3340. "funding": {
  3341. "url": "https://opencollective.com/eslint"
  3342. }
  3343. },
  3344. "node_modules/esquery": {
  3345. "version": "1.6.0",
  3346. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3347. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3348. "license": "BSD-3-Clause",
  3349. "dependencies": {
  3350. "estraverse": "^5.1.0"
  3351. },
  3352. "engines": {
  3353. "node": ">=0.10"
  3354. }
  3355. },
  3356. "node_modules/esrecurse": {
  3357. "version": "4.3.0",
  3358. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3359. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3360. "license": "BSD-2-Clause",
  3361. "dependencies": {
  3362. "estraverse": "^5.2.0"
  3363. },
  3364. "engines": {
  3365. "node": ">=4.0"
  3366. }
  3367. },
  3368. "node_modules/estraverse": {
  3369. "version": "5.3.0",
  3370. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3371. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3372. "license": "BSD-2-Clause",
  3373. "engines": {
  3374. "node": ">=4.0"
  3375. }
  3376. },
  3377. "node_modules/estree-walker": {
  3378. "version": "2.0.2",
  3379. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3380. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3381. "license": "MIT"
  3382. },
  3383. "node_modules/esutils": {
  3384. "version": "2.0.3",
  3385. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3386. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3387. "license": "BSD-2-Clause",
  3388. "engines": {
  3389. "node": ">=0.10.0"
  3390. }
  3391. },
  3392. "node_modules/exsolve": {
  3393. "version": "1.0.7",
  3394. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  3395. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  3396. "license": "MIT"
  3397. },
  3398. "node_modules/fast-deep-equal": {
  3399. "version": "3.1.3",
  3400. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3401. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  3402. },
  3403. "node_modules/fast-glob": {
  3404. "version": "3.3.3",
  3405. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3406. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3407. "dev": true,
  3408. "license": "MIT",
  3409. "dependencies": {
  3410. "@nodelib/fs.stat": "^2.0.2",
  3411. "@nodelib/fs.walk": "^1.2.3",
  3412. "glob-parent": "^5.1.2",
  3413. "merge2": "^1.3.0",
  3414. "micromatch": "^4.0.8"
  3415. },
  3416. "engines": {
  3417. "node": ">=8.6.0"
  3418. }
  3419. },
  3420. "node_modules/fast-json-stable-stringify": {
  3421. "version": "2.1.0",
  3422. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3423. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3424. "license": "MIT"
  3425. },
  3426. "node_modules/fast-levenshtein": {
  3427. "version": "2.0.6",
  3428. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3429. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3430. "license": "MIT"
  3431. },
  3432. "node_modules/fast-uri": {
  3433. "version": "3.1.2",
  3434. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
  3435. "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
  3436. "dev": true,
  3437. "funding": [
  3438. {
  3439. "type": "github",
  3440. "url": "https://github.com/sponsors/fastify"
  3441. },
  3442. {
  3443. "type": "opencollective",
  3444. "url": "https://opencollective.com/fastify"
  3445. }
  3446. ],
  3447. "license": "BSD-3-Clause"
  3448. },
  3449. "node_modules/fastest-levenshtein": {
  3450. "version": "1.0.16",
  3451. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  3452. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  3453. "dev": true,
  3454. "engines": {
  3455. "node": ">= 4.9.1"
  3456. }
  3457. },
  3458. "node_modules/fastq": {
  3459. "version": "1.17.1",
  3460. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3461. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3462. "dependencies": {
  3463. "reusify": "^1.0.4"
  3464. }
  3465. },
  3466. "node_modules/femtocrank": {
  3467. "version": "2.5.0",
  3468. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.5.0.tgz",
  3469. "integrity": "sha512-plV1HNS/fUzohWJ349kuCBZ3TCfXz7V4F/sY2lVbVWtGXUV+aHxLG6IddAMEf64k2LJ8j0KVrj+nIIKepFaKvg==",
  3470. "license": "AGPL-3.0"
  3471. },
  3472. "node_modules/file-entry-cache": {
  3473. "version": "6.0.1",
  3474. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  3475. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  3476. "license": "MIT",
  3477. "dependencies": {
  3478. "flat-cache": "^3.0.4"
  3479. },
  3480. "engines": {
  3481. "node": "^10.12.0 || >=12.0.0"
  3482. }
  3483. },
  3484. "node_modules/fill-range": {
  3485. "version": "7.1.1",
  3486. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3487. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3488. "dev": true,
  3489. "license": "MIT",
  3490. "dependencies": {
  3491. "to-regex-range": "^5.0.1"
  3492. },
  3493. "engines": {
  3494. "node": ">=8"
  3495. }
  3496. },
  3497. "node_modules/find-up": {
  3498. "version": "5.0.0",
  3499. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3500. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3501. "license": "MIT",
  3502. "dependencies": {
  3503. "locate-path": "^6.0.0",
  3504. "path-exists": "^4.0.0"
  3505. },
  3506. "engines": {
  3507. "node": ">=10"
  3508. },
  3509. "funding": {
  3510. "url": "https://github.com/sponsors/sindresorhus"
  3511. }
  3512. },
  3513. "node_modules/flat-cache": {
  3514. "version": "3.2.0",
  3515. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  3516. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  3517. "license": "MIT",
  3518. "dependencies": {
  3519. "flatted": "^3.2.9",
  3520. "keyv": "^4.5.3",
  3521. "rimraf": "^3.0.2"
  3522. },
  3523. "engines": {
  3524. "node": "^10.12.0 || >=12.0.0"
  3525. }
  3526. },
  3527. "node_modules/flatted": {
  3528. "version": "3.4.2",
  3529. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3530. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3531. "license": "ISC"
  3532. },
  3533. "node_modules/for-each": {
  3534. "version": "0.3.5",
  3535. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3536. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3537. "license": "MIT",
  3538. "dependencies": {
  3539. "is-callable": "^1.2.7"
  3540. },
  3541. "engines": {
  3542. "node": ">= 0.4"
  3543. },
  3544. "funding": {
  3545. "url": "https://github.com/sponsors/ljharb"
  3546. }
  3547. },
  3548. "node_modules/fs.realpath": {
  3549. "version": "1.0.0",
  3550. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3551. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  3552. "license": "ISC"
  3553. },
  3554. "node_modules/fsevents": {
  3555. "version": "2.3.3",
  3556. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3557. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3558. "hasInstallScript": true,
  3559. "license": "MIT",
  3560. "optional": true,
  3561. "os": [
  3562. "darwin"
  3563. ],
  3564. "engines": {
  3565. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3566. }
  3567. },
  3568. "node_modules/function-bind": {
  3569. "version": "1.1.2",
  3570. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3571. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3572. "license": "MIT",
  3573. "funding": {
  3574. "url": "https://github.com/sponsors/ljharb"
  3575. }
  3576. },
  3577. "node_modules/function.prototype.name": {
  3578. "version": "1.1.8",
  3579. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3580. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3581. "license": "MIT",
  3582. "dependencies": {
  3583. "call-bind": "^1.0.8",
  3584. "call-bound": "^1.0.3",
  3585. "define-properties": "^1.2.1",
  3586. "functions-have-names": "^1.2.3",
  3587. "hasown": "^2.0.2",
  3588. "is-callable": "^1.2.7"
  3589. },
  3590. "engines": {
  3591. "node": ">= 0.4"
  3592. },
  3593. "funding": {
  3594. "url": "https://github.com/sponsors/ljharb"
  3595. }
  3596. },
  3597. "node_modules/functions-have-names": {
  3598. "version": "1.2.3",
  3599. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3600. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3601. "license": "MIT",
  3602. "funding": {
  3603. "url": "https://github.com/sponsors/ljharb"
  3604. }
  3605. },
  3606. "node_modules/generator-function": {
  3607. "version": "2.0.1",
  3608. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3609. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3610. "license": "MIT",
  3611. "engines": {
  3612. "node": ">= 0.4"
  3613. }
  3614. },
  3615. "node_modules/get-east-asian-width": {
  3616. "version": "1.6.0",
  3617. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
  3618. "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
  3619. "dev": true,
  3620. "license": "MIT",
  3621. "engines": {
  3622. "node": ">=18"
  3623. },
  3624. "funding": {
  3625. "url": "https://github.com/sponsors/sindresorhus"
  3626. }
  3627. },
  3628. "node_modules/get-intrinsic": {
  3629. "version": "1.3.0",
  3630. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3631. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3632. "license": "MIT",
  3633. "dependencies": {
  3634. "call-bind-apply-helpers": "^1.0.2",
  3635. "es-define-property": "^1.0.1",
  3636. "es-errors": "^1.3.0",
  3637. "es-object-atoms": "^1.1.1",
  3638. "function-bind": "^1.1.2",
  3639. "get-proto": "^1.0.1",
  3640. "gopd": "^1.2.0",
  3641. "has-symbols": "^1.1.0",
  3642. "hasown": "^2.0.2",
  3643. "math-intrinsics": "^1.1.0"
  3644. },
  3645. "engines": {
  3646. "node": ">= 0.4"
  3647. },
  3648. "funding": {
  3649. "url": "https://github.com/sponsors/ljharb"
  3650. }
  3651. },
  3652. "node_modules/get-proto": {
  3653. "version": "1.0.1",
  3654. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3655. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3656. "license": "MIT",
  3657. "dependencies": {
  3658. "dunder-proto": "^1.0.1",
  3659. "es-object-atoms": "^1.0.0"
  3660. },
  3661. "engines": {
  3662. "node": ">= 0.4"
  3663. }
  3664. },
  3665. "node_modules/get-stdin": {
  3666. "version": "8.0.0",
  3667. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  3668. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  3669. "license": "MIT",
  3670. "engines": {
  3671. "node": ">=10"
  3672. },
  3673. "funding": {
  3674. "url": "https://github.com/sponsors/sindresorhus"
  3675. }
  3676. },
  3677. "node_modules/get-symbol-description": {
  3678. "version": "1.1.0",
  3679. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3680. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3681. "license": "MIT",
  3682. "dependencies": {
  3683. "call-bound": "^1.0.3",
  3684. "es-errors": "^1.3.0",
  3685. "get-intrinsic": "^1.2.6"
  3686. },
  3687. "engines": {
  3688. "node": ">= 0.4"
  3689. },
  3690. "funding": {
  3691. "url": "https://github.com/sponsors/ljharb"
  3692. }
  3693. },
  3694. "node_modules/glob": {
  3695. "version": "7.2.3",
  3696. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3697. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3698. "deprecated": "Glob versions prior to v9 are no longer supported",
  3699. "license": "ISC",
  3700. "dependencies": {
  3701. "fs.realpath": "^1.0.0",
  3702. "inflight": "^1.0.4",
  3703. "inherits": "2",
  3704. "minimatch": "^3.1.1",
  3705. "once": "^1.3.0",
  3706. "path-is-absolute": "^1.0.0"
  3707. },
  3708. "engines": {
  3709. "node": "*"
  3710. },
  3711. "funding": {
  3712. "url": "https://github.com/sponsors/isaacs"
  3713. }
  3714. },
  3715. "node_modules/glob-parent": {
  3716. "version": "5.1.2",
  3717. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3718. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3719. "dev": true,
  3720. "license": "ISC",
  3721. "dependencies": {
  3722. "is-glob": "^4.0.1"
  3723. },
  3724. "engines": {
  3725. "node": ">= 6"
  3726. }
  3727. },
  3728. "node_modules/global-modules": {
  3729. "version": "2.0.0",
  3730. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3731. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3732. "dev": true,
  3733. "dependencies": {
  3734. "global-prefix": "^3.0.0"
  3735. },
  3736. "engines": {
  3737. "node": ">=6"
  3738. }
  3739. },
  3740. "node_modules/global-prefix": {
  3741. "version": "3.0.0",
  3742. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3743. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3744. "dev": true,
  3745. "dependencies": {
  3746. "ini": "^1.3.5",
  3747. "kind-of": "^6.0.2",
  3748. "which": "^1.3.1"
  3749. },
  3750. "engines": {
  3751. "node": ">=6"
  3752. }
  3753. },
  3754. "node_modules/global-prefix/node_modules/which": {
  3755. "version": "1.3.1",
  3756. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3757. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3758. "dev": true,
  3759. "dependencies": {
  3760. "isexe": "^2.0.0"
  3761. },
  3762. "bin": {
  3763. "which": "bin/which"
  3764. }
  3765. },
  3766. "node_modules/globals": {
  3767. "version": "13.24.0",
  3768. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  3769. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  3770. "license": "MIT",
  3771. "dependencies": {
  3772. "type-fest": "^0.20.2"
  3773. },
  3774. "engines": {
  3775. "node": ">=8"
  3776. },
  3777. "funding": {
  3778. "url": "https://github.com/sponsors/sindresorhus"
  3779. }
  3780. },
  3781. "node_modules/globalthis": {
  3782. "version": "1.0.4",
  3783. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3784. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3785. "license": "MIT",
  3786. "dependencies": {
  3787. "define-properties": "^1.2.1",
  3788. "gopd": "^1.0.1"
  3789. },
  3790. "engines": {
  3791. "node": ">= 0.4"
  3792. },
  3793. "funding": {
  3794. "url": "https://github.com/sponsors/ljharb"
  3795. }
  3796. },
  3797. "node_modules/globby": {
  3798. "version": "16.2.0",
  3799. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  3800. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  3801. "dev": true,
  3802. "license": "MIT",
  3803. "dependencies": {
  3804. "@sindresorhus/merge-streams": "^4.0.0",
  3805. "fast-glob": "^3.3.3",
  3806. "ignore": "^7.0.5",
  3807. "is-path-inside": "^4.0.0",
  3808. "slash": "^5.1.0",
  3809. "unicorn-magic": "^0.4.0"
  3810. },
  3811. "engines": {
  3812. "node": ">=20"
  3813. },
  3814. "funding": {
  3815. "url": "https://github.com/sponsors/sindresorhus"
  3816. }
  3817. },
  3818. "node_modules/globby/node_modules/ignore": {
  3819. "version": "7.0.5",
  3820. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3821. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3822. "dev": true,
  3823. "license": "MIT",
  3824. "engines": {
  3825. "node": ">= 4"
  3826. }
  3827. },
  3828. "node_modules/globby/node_modules/is-path-inside": {
  3829. "version": "4.0.0",
  3830. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  3831. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  3832. "dev": true,
  3833. "license": "MIT",
  3834. "engines": {
  3835. "node": ">=12"
  3836. },
  3837. "funding": {
  3838. "url": "https://github.com/sponsors/sindresorhus"
  3839. }
  3840. },
  3841. "node_modules/globjoin": {
  3842. "version": "0.1.4",
  3843. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3844. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3845. "dev": true
  3846. },
  3847. "node_modules/gopd": {
  3848. "version": "1.2.0",
  3849. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3850. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3851. "license": "MIT",
  3852. "engines": {
  3853. "node": ">= 0.4"
  3854. },
  3855. "funding": {
  3856. "url": "https://github.com/sponsors/ljharb"
  3857. }
  3858. },
  3859. "node_modules/graceful-fs": {
  3860. "version": "4.2.11",
  3861. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3862. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3863. "license": "ISC"
  3864. },
  3865. "node_modules/graphemer": {
  3866. "version": "1.4.0",
  3867. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3868. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3869. "license": "MIT"
  3870. },
  3871. "node_modules/has-bigints": {
  3872. "version": "1.1.0",
  3873. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3874. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3875. "license": "MIT",
  3876. "engines": {
  3877. "node": ">= 0.4"
  3878. },
  3879. "funding": {
  3880. "url": "https://github.com/sponsors/ljharb"
  3881. }
  3882. },
  3883. "node_modules/has-flag": {
  3884. "version": "4.0.0",
  3885. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3886. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3887. "engines": {
  3888. "node": ">=8"
  3889. }
  3890. },
  3891. "node_modules/has-property-descriptors": {
  3892. "version": "1.0.2",
  3893. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3894. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3895. "license": "MIT",
  3896. "dependencies": {
  3897. "es-define-property": "^1.0.0"
  3898. },
  3899. "funding": {
  3900. "url": "https://github.com/sponsors/ljharb"
  3901. }
  3902. },
  3903. "node_modules/has-proto": {
  3904. "version": "1.2.0",
  3905. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3906. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3907. "license": "MIT",
  3908. "dependencies": {
  3909. "dunder-proto": "^1.0.0"
  3910. },
  3911. "engines": {
  3912. "node": ">= 0.4"
  3913. },
  3914. "funding": {
  3915. "url": "https://github.com/sponsors/ljharb"
  3916. }
  3917. },
  3918. "node_modules/has-symbols": {
  3919. "version": "1.1.0",
  3920. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3921. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3922. "license": "MIT",
  3923. "engines": {
  3924. "node": ">= 0.4"
  3925. },
  3926. "funding": {
  3927. "url": "https://github.com/sponsors/ljharb"
  3928. }
  3929. },
  3930. "node_modules/has-tostringtag": {
  3931. "version": "1.0.2",
  3932. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3933. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3934. "license": "MIT",
  3935. "dependencies": {
  3936. "has-symbols": "^1.0.3"
  3937. },
  3938. "engines": {
  3939. "node": ">= 0.4"
  3940. },
  3941. "funding": {
  3942. "url": "https://github.com/sponsors/ljharb"
  3943. }
  3944. },
  3945. "node_modules/hashery": {
  3946. "version": "1.4.0",
  3947. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.4.0.tgz",
  3948. "integrity": "sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==",
  3949. "dev": true,
  3950. "license": "MIT",
  3951. "dependencies": {
  3952. "hookified": "^1.14.0"
  3953. },
  3954. "engines": {
  3955. "node": ">=20"
  3956. }
  3957. },
  3958. "node_modules/hasown": {
  3959. "version": "2.0.2",
  3960. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3961. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3962. "license": "MIT",
  3963. "dependencies": {
  3964. "function-bind": "^1.1.2"
  3965. },
  3966. "engines": {
  3967. "node": ">= 0.4"
  3968. }
  3969. },
  3970. "node_modules/hookable": {
  3971. "version": "5.5.3",
  3972. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3973. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3974. "license": "MIT"
  3975. },
  3976. "node_modules/hookified": {
  3977. "version": "1.15.1",
  3978. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  3979. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  3980. "dev": true,
  3981. "license": "MIT"
  3982. },
  3983. "node_modules/html-tags": {
  3984. "version": "5.1.0",
  3985. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  3986. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  3987. "dev": true,
  3988. "license": "MIT",
  3989. "engines": {
  3990. "node": ">=20.10"
  3991. },
  3992. "funding": {
  3993. "url": "https://github.com/sponsors/sindresorhus"
  3994. }
  3995. },
  3996. "node_modules/iconify-icon": {
  3997. "version": "3.0.2",
  3998. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3999. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  4000. "license": "MIT",
  4001. "dependencies": {
  4002. "@iconify/types": "^2.0.0"
  4003. },
  4004. "funding": {
  4005. "url": "https://github.com/sponsors/cyberalien"
  4006. }
  4007. },
  4008. "node_modules/ignore": {
  4009. "version": "5.3.2",
  4010. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4011. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4012. "license": "MIT",
  4013. "engines": {
  4014. "node": ">= 4"
  4015. }
  4016. },
  4017. "node_modules/import-fresh": {
  4018. "version": "3.3.0",
  4019. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  4020. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  4021. "dependencies": {
  4022. "parent-module": "^1.0.0",
  4023. "resolve-from": "^4.0.0"
  4024. },
  4025. "engines": {
  4026. "node": ">=6"
  4027. },
  4028. "funding": {
  4029. "url": "https://github.com/sponsors/sindresorhus"
  4030. }
  4031. },
  4032. "node_modules/import-meta-resolve": {
  4033. "version": "4.2.0",
  4034. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  4035. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  4036. "dev": true,
  4037. "license": "MIT",
  4038. "funding": {
  4039. "type": "github",
  4040. "url": "https://github.com/sponsors/wooorm"
  4041. }
  4042. },
  4043. "node_modules/imurmurhash": {
  4044. "version": "0.1.4",
  4045. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4046. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4047. "engines": {
  4048. "node": ">=0.8.19"
  4049. }
  4050. },
  4051. "node_modules/inflight": {
  4052. "version": "1.0.6",
  4053. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4054. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4055. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  4056. "license": "ISC",
  4057. "dependencies": {
  4058. "once": "^1.3.0",
  4059. "wrappy": "1"
  4060. }
  4061. },
  4062. "node_modules/inherits": {
  4063. "version": "2.0.4",
  4064. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4065. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  4066. "license": "ISC"
  4067. },
  4068. "node_modules/ini": {
  4069. "version": "1.3.8",
  4070. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  4071. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  4072. "dev": true
  4073. },
  4074. "node_modules/internal-slot": {
  4075. "version": "1.1.0",
  4076. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4077. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4078. "license": "MIT",
  4079. "dependencies": {
  4080. "es-errors": "^1.3.0",
  4081. "hasown": "^2.0.2",
  4082. "side-channel": "^1.1.0"
  4083. },
  4084. "engines": {
  4085. "node": ">= 0.4"
  4086. }
  4087. },
  4088. "node_modules/is-array-buffer": {
  4089. "version": "3.0.5",
  4090. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4091. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "call-bind": "^1.0.8",
  4095. "call-bound": "^1.0.3",
  4096. "get-intrinsic": "^1.2.6"
  4097. },
  4098. "engines": {
  4099. "node": ">= 0.4"
  4100. },
  4101. "funding": {
  4102. "url": "https://github.com/sponsors/ljharb"
  4103. }
  4104. },
  4105. "node_modules/is-arrayish": {
  4106. "version": "0.2.1",
  4107. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4108. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4109. "license": "MIT"
  4110. },
  4111. "node_modules/is-async-function": {
  4112. "version": "2.1.1",
  4113. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4114. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4115. "license": "MIT",
  4116. "dependencies": {
  4117. "async-function": "^1.0.0",
  4118. "call-bound": "^1.0.3",
  4119. "get-proto": "^1.0.1",
  4120. "has-tostringtag": "^1.0.2",
  4121. "safe-regex-test": "^1.1.0"
  4122. },
  4123. "engines": {
  4124. "node": ">= 0.4"
  4125. },
  4126. "funding": {
  4127. "url": "https://github.com/sponsors/ljharb"
  4128. }
  4129. },
  4130. "node_modules/is-bigint": {
  4131. "version": "1.1.0",
  4132. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4133. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4134. "license": "MIT",
  4135. "dependencies": {
  4136. "has-bigints": "^1.0.2"
  4137. },
  4138. "engines": {
  4139. "node": ">= 0.4"
  4140. },
  4141. "funding": {
  4142. "url": "https://github.com/sponsors/ljharb"
  4143. }
  4144. },
  4145. "node_modules/is-boolean-object": {
  4146. "version": "1.2.2",
  4147. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4148. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4149. "license": "MIT",
  4150. "dependencies": {
  4151. "call-bound": "^1.0.3",
  4152. "has-tostringtag": "^1.0.2"
  4153. },
  4154. "engines": {
  4155. "node": ">= 0.4"
  4156. },
  4157. "funding": {
  4158. "url": "https://github.com/sponsors/ljharb"
  4159. }
  4160. },
  4161. "node_modules/is-callable": {
  4162. "version": "1.2.7",
  4163. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4164. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4165. "license": "MIT",
  4166. "engines": {
  4167. "node": ">= 0.4"
  4168. },
  4169. "funding": {
  4170. "url": "https://github.com/sponsors/ljharb"
  4171. }
  4172. },
  4173. "node_modules/is-core-module": {
  4174. "version": "2.16.1",
  4175. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  4176. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4177. "license": "MIT",
  4178. "dependencies": {
  4179. "hasown": "^2.0.2"
  4180. },
  4181. "engines": {
  4182. "node": ">= 0.4"
  4183. },
  4184. "funding": {
  4185. "url": "https://github.com/sponsors/ljharb"
  4186. }
  4187. },
  4188. "node_modules/is-data-view": {
  4189. "version": "1.0.2",
  4190. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4191. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4192. "license": "MIT",
  4193. "dependencies": {
  4194. "call-bound": "^1.0.2",
  4195. "get-intrinsic": "^1.2.6",
  4196. "is-typed-array": "^1.1.13"
  4197. },
  4198. "engines": {
  4199. "node": ">= 0.4"
  4200. },
  4201. "funding": {
  4202. "url": "https://github.com/sponsors/ljharb"
  4203. }
  4204. },
  4205. "node_modules/is-date-object": {
  4206. "version": "1.1.0",
  4207. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4208. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4209. "license": "MIT",
  4210. "dependencies": {
  4211. "call-bound": "^1.0.2",
  4212. "has-tostringtag": "^1.0.2"
  4213. },
  4214. "engines": {
  4215. "node": ">= 0.4"
  4216. },
  4217. "funding": {
  4218. "url": "https://github.com/sponsors/ljharb"
  4219. }
  4220. },
  4221. "node_modules/is-extglob": {
  4222. "version": "2.1.1",
  4223. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4224. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4225. "engines": {
  4226. "node": ">=0.10.0"
  4227. }
  4228. },
  4229. "node_modules/is-finalizationregistry": {
  4230. "version": "1.1.1",
  4231. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4232. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4233. "license": "MIT",
  4234. "dependencies": {
  4235. "call-bound": "^1.0.3"
  4236. },
  4237. "engines": {
  4238. "node": ">= 0.4"
  4239. },
  4240. "funding": {
  4241. "url": "https://github.com/sponsors/ljharb"
  4242. }
  4243. },
  4244. "node_modules/is-fullwidth-code-point": {
  4245. "version": "3.0.0",
  4246. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4247. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4248. "dev": true,
  4249. "engines": {
  4250. "node": ">=8"
  4251. }
  4252. },
  4253. "node_modules/is-generator-function": {
  4254. "version": "1.1.2",
  4255. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4256. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4257. "license": "MIT",
  4258. "dependencies": {
  4259. "call-bound": "^1.0.4",
  4260. "generator-function": "^2.0.0",
  4261. "get-proto": "^1.0.1",
  4262. "has-tostringtag": "^1.0.2",
  4263. "safe-regex-test": "^1.1.0"
  4264. },
  4265. "engines": {
  4266. "node": ">= 0.4"
  4267. },
  4268. "funding": {
  4269. "url": "https://github.com/sponsors/ljharb"
  4270. }
  4271. },
  4272. "node_modules/is-glob": {
  4273. "version": "4.0.3",
  4274. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4275. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4276. "dependencies": {
  4277. "is-extglob": "^2.1.1"
  4278. },
  4279. "engines": {
  4280. "node": ">=0.10.0"
  4281. }
  4282. },
  4283. "node_modules/is-map": {
  4284. "version": "2.0.3",
  4285. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4286. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4287. "license": "MIT",
  4288. "engines": {
  4289. "node": ">= 0.4"
  4290. },
  4291. "funding": {
  4292. "url": "https://github.com/sponsors/ljharb"
  4293. }
  4294. },
  4295. "node_modules/is-negative-zero": {
  4296. "version": "2.0.3",
  4297. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4298. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4299. "license": "MIT",
  4300. "engines": {
  4301. "node": ">= 0.4"
  4302. },
  4303. "funding": {
  4304. "url": "https://github.com/sponsors/ljharb"
  4305. }
  4306. },
  4307. "node_modules/is-number": {
  4308. "version": "7.0.0",
  4309. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4310. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4311. "dev": true,
  4312. "license": "MIT",
  4313. "engines": {
  4314. "node": ">=0.12.0"
  4315. }
  4316. },
  4317. "node_modules/is-number-object": {
  4318. "version": "1.1.1",
  4319. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4320. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4321. "license": "MIT",
  4322. "dependencies": {
  4323. "call-bound": "^1.0.3",
  4324. "has-tostringtag": "^1.0.2"
  4325. },
  4326. "engines": {
  4327. "node": ">= 0.4"
  4328. },
  4329. "funding": {
  4330. "url": "https://github.com/sponsors/ljharb"
  4331. }
  4332. },
  4333. "node_modules/is-path-inside": {
  4334. "version": "3.0.3",
  4335. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  4336. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  4337. "license": "MIT",
  4338. "engines": {
  4339. "node": ">=8"
  4340. }
  4341. },
  4342. "node_modules/is-plain-object": {
  4343. "version": "5.0.0",
  4344. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  4345. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  4346. "dev": true,
  4347. "engines": {
  4348. "node": ">=0.10.0"
  4349. }
  4350. },
  4351. "node_modules/is-regex": {
  4352. "version": "1.2.1",
  4353. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4354. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4355. "license": "MIT",
  4356. "dependencies": {
  4357. "call-bound": "^1.0.2",
  4358. "gopd": "^1.2.0",
  4359. "has-tostringtag": "^1.0.2",
  4360. "hasown": "^2.0.2"
  4361. },
  4362. "engines": {
  4363. "node": ">= 0.4"
  4364. },
  4365. "funding": {
  4366. "url": "https://github.com/sponsors/ljharb"
  4367. }
  4368. },
  4369. "node_modules/is-set": {
  4370. "version": "2.0.3",
  4371. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4372. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4373. "license": "MIT",
  4374. "engines": {
  4375. "node": ">= 0.4"
  4376. },
  4377. "funding": {
  4378. "url": "https://github.com/sponsors/ljharb"
  4379. }
  4380. },
  4381. "node_modules/is-shared-array-buffer": {
  4382. "version": "1.0.4",
  4383. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4384. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4385. "license": "MIT",
  4386. "dependencies": {
  4387. "call-bound": "^1.0.3"
  4388. },
  4389. "engines": {
  4390. "node": ">= 0.4"
  4391. },
  4392. "funding": {
  4393. "url": "https://github.com/sponsors/ljharb"
  4394. }
  4395. },
  4396. "node_modules/is-string": {
  4397. "version": "1.1.1",
  4398. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4399. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4400. "license": "MIT",
  4401. "dependencies": {
  4402. "call-bound": "^1.0.3",
  4403. "has-tostringtag": "^1.0.2"
  4404. },
  4405. "engines": {
  4406. "node": ">= 0.4"
  4407. },
  4408. "funding": {
  4409. "url": "https://github.com/sponsors/ljharb"
  4410. }
  4411. },
  4412. "node_modules/is-symbol": {
  4413. "version": "1.1.1",
  4414. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4415. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4416. "license": "MIT",
  4417. "dependencies": {
  4418. "call-bound": "^1.0.2",
  4419. "has-symbols": "^1.1.0",
  4420. "safe-regex-test": "^1.1.0"
  4421. },
  4422. "engines": {
  4423. "node": ">= 0.4"
  4424. },
  4425. "funding": {
  4426. "url": "https://github.com/sponsors/ljharb"
  4427. }
  4428. },
  4429. "node_modules/is-typed-array": {
  4430. "version": "1.1.15",
  4431. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4432. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4433. "license": "MIT",
  4434. "dependencies": {
  4435. "which-typed-array": "^1.1.16"
  4436. },
  4437. "engines": {
  4438. "node": ">= 0.4"
  4439. },
  4440. "funding": {
  4441. "url": "https://github.com/sponsors/ljharb"
  4442. }
  4443. },
  4444. "node_modules/is-weakmap": {
  4445. "version": "2.0.2",
  4446. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4447. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4448. "license": "MIT",
  4449. "engines": {
  4450. "node": ">= 0.4"
  4451. },
  4452. "funding": {
  4453. "url": "https://github.com/sponsors/ljharb"
  4454. }
  4455. },
  4456. "node_modules/is-weakref": {
  4457. "version": "1.1.1",
  4458. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4459. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4460. "license": "MIT",
  4461. "dependencies": {
  4462. "call-bound": "^1.0.3"
  4463. },
  4464. "engines": {
  4465. "node": ">= 0.4"
  4466. },
  4467. "funding": {
  4468. "url": "https://github.com/sponsors/ljharb"
  4469. }
  4470. },
  4471. "node_modules/is-weakset": {
  4472. "version": "2.0.4",
  4473. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4474. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4475. "license": "MIT",
  4476. "dependencies": {
  4477. "call-bound": "^1.0.3",
  4478. "get-intrinsic": "^1.2.6"
  4479. },
  4480. "engines": {
  4481. "node": ">= 0.4"
  4482. },
  4483. "funding": {
  4484. "url": "https://github.com/sponsors/ljharb"
  4485. }
  4486. },
  4487. "node_modules/is-what": {
  4488. "version": "5.5.0",
  4489. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  4490. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  4491. "license": "MIT",
  4492. "engines": {
  4493. "node": ">=18"
  4494. },
  4495. "funding": {
  4496. "url": "https://github.com/sponsors/mesqueeb"
  4497. }
  4498. },
  4499. "node_modules/isarray": {
  4500. "version": "2.0.5",
  4501. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4502. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4503. "license": "MIT"
  4504. },
  4505. "node_modules/isexe": {
  4506. "version": "2.0.0",
  4507. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4508. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4509. },
  4510. "node_modules/iterator.prototype": {
  4511. "version": "1.1.5",
  4512. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4513. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4514. "license": "MIT",
  4515. "dependencies": {
  4516. "define-data-property": "^1.1.4",
  4517. "es-object-atoms": "^1.0.0",
  4518. "get-intrinsic": "^1.2.6",
  4519. "get-proto": "^1.0.0",
  4520. "has-symbols": "^1.1.0",
  4521. "set-function-name": "^2.0.2"
  4522. },
  4523. "engines": {
  4524. "node": ">= 0.4"
  4525. }
  4526. },
  4527. "node_modules/js-tokens": {
  4528. "version": "4.0.0",
  4529. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4530. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4531. },
  4532. "node_modules/js-yaml": {
  4533. "version": "4.1.1",
  4534. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  4535. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4536. "license": "MIT",
  4537. "dependencies": {
  4538. "argparse": "^2.0.1"
  4539. },
  4540. "bin": {
  4541. "js-yaml": "bin/js-yaml.js"
  4542. }
  4543. },
  4544. "node_modules/jsesc": {
  4545. "version": "3.1.0",
  4546. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4547. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4548. "license": "MIT",
  4549. "bin": {
  4550. "jsesc": "bin/jsesc"
  4551. },
  4552. "engines": {
  4553. "node": ">=6"
  4554. }
  4555. },
  4556. "node_modules/json-buffer": {
  4557. "version": "3.0.1",
  4558. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4559. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4560. "license": "MIT"
  4561. },
  4562. "node_modules/json-parse-better-errors": {
  4563. "version": "1.0.2",
  4564. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  4565. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  4566. "license": "MIT"
  4567. },
  4568. "node_modules/json-parse-even-better-errors": {
  4569. "version": "2.3.1",
  4570. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4571. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4572. "dev": true,
  4573. "license": "MIT"
  4574. },
  4575. "node_modules/json-schema-traverse": {
  4576. "version": "0.4.1",
  4577. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4578. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4579. "license": "MIT"
  4580. },
  4581. "node_modules/json-stable-stringify-without-jsonify": {
  4582. "version": "1.0.1",
  4583. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4584. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4585. "license": "MIT"
  4586. },
  4587. "node_modules/json5": {
  4588. "version": "1.0.2",
  4589. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  4590. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  4591. "license": "MIT",
  4592. "dependencies": {
  4593. "minimist": "^1.2.0"
  4594. },
  4595. "bin": {
  4596. "json5": "lib/cli.js"
  4597. }
  4598. },
  4599. "node_modules/jsx-ast-utils": {
  4600. "version": "3.3.5",
  4601. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4602. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4603. "license": "MIT",
  4604. "dependencies": {
  4605. "array-includes": "^3.1.6",
  4606. "array.prototype.flat": "^1.3.1",
  4607. "object.assign": "^4.1.4",
  4608. "object.values": "^1.1.6"
  4609. },
  4610. "engines": {
  4611. "node": ">=4.0"
  4612. }
  4613. },
  4614. "node_modules/keyv": {
  4615. "version": "4.5.4",
  4616. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4617. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4618. "license": "MIT",
  4619. "dependencies": {
  4620. "json-buffer": "3.0.1"
  4621. }
  4622. },
  4623. "node_modules/kind-of": {
  4624. "version": "6.0.3",
  4625. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4626. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4627. "dev": true,
  4628. "engines": {
  4629. "node": ">=0.10.0"
  4630. }
  4631. },
  4632. "node_modules/levn": {
  4633. "version": "0.4.1",
  4634. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4635. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4636. "license": "MIT",
  4637. "dependencies": {
  4638. "prelude-ls": "^1.2.1",
  4639. "type-check": "~0.4.0"
  4640. },
  4641. "engines": {
  4642. "node": ">= 0.8.0"
  4643. }
  4644. },
  4645. "node_modules/lightningcss": {
  4646. "version": "1.32.0",
  4647. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  4648. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  4649. "license": "MPL-2.0",
  4650. "dependencies": {
  4651. "detect-libc": "^2.0.3"
  4652. },
  4653. "engines": {
  4654. "node": ">= 12.0.0"
  4655. },
  4656. "funding": {
  4657. "type": "opencollective",
  4658. "url": "https://opencollective.com/parcel"
  4659. },
  4660. "optionalDependencies": {
  4661. "lightningcss-android-arm64": "1.32.0",
  4662. "lightningcss-darwin-arm64": "1.32.0",
  4663. "lightningcss-darwin-x64": "1.32.0",
  4664. "lightningcss-freebsd-x64": "1.32.0",
  4665. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  4666. "lightningcss-linux-arm64-gnu": "1.32.0",
  4667. "lightningcss-linux-arm64-musl": "1.32.0",
  4668. "lightningcss-linux-x64-gnu": "1.32.0",
  4669. "lightningcss-linux-x64-musl": "1.32.0",
  4670. "lightningcss-win32-arm64-msvc": "1.32.0",
  4671. "lightningcss-win32-x64-msvc": "1.32.0"
  4672. }
  4673. },
  4674. "node_modules/lightningcss-android-arm64": {
  4675. "version": "1.32.0",
  4676. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  4677. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  4678. "cpu": [
  4679. "arm64"
  4680. ],
  4681. "license": "MPL-2.0",
  4682. "optional": true,
  4683. "os": [
  4684. "android"
  4685. ],
  4686. "engines": {
  4687. "node": ">= 12.0.0"
  4688. },
  4689. "funding": {
  4690. "type": "opencollective",
  4691. "url": "https://opencollective.com/parcel"
  4692. }
  4693. },
  4694. "node_modules/lightningcss-darwin-arm64": {
  4695. "version": "1.32.0",
  4696. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  4697. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  4698. "cpu": [
  4699. "arm64"
  4700. ],
  4701. "license": "MPL-2.0",
  4702. "optional": true,
  4703. "os": [
  4704. "darwin"
  4705. ],
  4706. "engines": {
  4707. "node": ">= 12.0.0"
  4708. },
  4709. "funding": {
  4710. "type": "opencollective",
  4711. "url": "https://opencollective.com/parcel"
  4712. }
  4713. },
  4714. "node_modules/lightningcss-darwin-x64": {
  4715. "version": "1.32.0",
  4716. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  4717. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  4718. "cpu": [
  4719. "x64"
  4720. ],
  4721. "license": "MPL-2.0",
  4722. "optional": true,
  4723. "os": [
  4724. "darwin"
  4725. ],
  4726. "engines": {
  4727. "node": ">= 12.0.0"
  4728. },
  4729. "funding": {
  4730. "type": "opencollective",
  4731. "url": "https://opencollective.com/parcel"
  4732. }
  4733. },
  4734. "node_modules/lightningcss-freebsd-x64": {
  4735. "version": "1.32.0",
  4736. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  4737. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  4738. "cpu": [
  4739. "x64"
  4740. ],
  4741. "license": "MPL-2.0",
  4742. "optional": true,
  4743. "os": [
  4744. "freebsd"
  4745. ],
  4746. "engines": {
  4747. "node": ">= 12.0.0"
  4748. },
  4749. "funding": {
  4750. "type": "opencollective",
  4751. "url": "https://opencollective.com/parcel"
  4752. }
  4753. },
  4754. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4755. "version": "1.32.0",
  4756. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  4757. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  4758. "cpu": [
  4759. "arm"
  4760. ],
  4761. "license": "MPL-2.0",
  4762. "optional": true,
  4763. "os": [
  4764. "linux"
  4765. ],
  4766. "engines": {
  4767. "node": ">= 12.0.0"
  4768. },
  4769. "funding": {
  4770. "type": "opencollective",
  4771. "url": "https://opencollective.com/parcel"
  4772. }
  4773. },
  4774. "node_modules/lightningcss-linux-arm64-gnu": {
  4775. "version": "1.32.0",
  4776. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  4777. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  4778. "cpu": [
  4779. "arm64"
  4780. ],
  4781. "license": "MPL-2.0",
  4782. "optional": true,
  4783. "os": [
  4784. "linux"
  4785. ],
  4786. "engines": {
  4787. "node": ">= 12.0.0"
  4788. },
  4789. "funding": {
  4790. "type": "opencollective",
  4791. "url": "https://opencollective.com/parcel"
  4792. }
  4793. },
  4794. "node_modules/lightningcss-linux-arm64-musl": {
  4795. "version": "1.32.0",
  4796. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  4797. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  4798. "cpu": [
  4799. "arm64"
  4800. ],
  4801. "license": "MPL-2.0",
  4802. "optional": true,
  4803. "os": [
  4804. "linux"
  4805. ],
  4806. "engines": {
  4807. "node": ">= 12.0.0"
  4808. },
  4809. "funding": {
  4810. "type": "opencollective",
  4811. "url": "https://opencollective.com/parcel"
  4812. }
  4813. },
  4814. "node_modules/lightningcss-linux-x64-gnu": {
  4815. "version": "1.32.0",
  4816. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  4817. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  4818. "cpu": [
  4819. "x64"
  4820. ],
  4821. "license": "MPL-2.0",
  4822. "optional": true,
  4823. "os": [
  4824. "linux"
  4825. ],
  4826. "engines": {
  4827. "node": ">= 12.0.0"
  4828. },
  4829. "funding": {
  4830. "type": "opencollective",
  4831. "url": "https://opencollective.com/parcel"
  4832. }
  4833. },
  4834. "node_modules/lightningcss-linux-x64-musl": {
  4835. "version": "1.32.0",
  4836. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  4837. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  4838. "cpu": [
  4839. "x64"
  4840. ],
  4841. "license": "MPL-2.0",
  4842. "optional": true,
  4843. "os": [
  4844. "linux"
  4845. ],
  4846. "engines": {
  4847. "node": ">= 12.0.0"
  4848. },
  4849. "funding": {
  4850. "type": "opencollective",
  4851. "url": "https://opencollective.com/parcel"
  4852. }
  4853. },
  4854. "node_modules/lightningcss-win32-arm64-msvc": {
  4855. "version": "1.32.0",
  4856. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  4857. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  4858. "cpu": [
  4859. "arm64"
  4860. ],
  4861. "license": "MPL-2.0",
  4862. "optional": true,
  4863. "os": [
  4864. "win32"
  4865. ],
  4866. "engines": {
  4867. "node": ">= 12.0.0"
  4868. },
  4869. "funding": {
  4870. "type": "opencollective",
  4871. "url": "https://opencollective.com/parcel"
  4872. }
  4873. },
  4874. "node_modules/lightningcss-win32-x64-msvc": {
  4875. "version": "1.32.0",
  4876. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  4877. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  4878. "cpu": [
  4879. "x64"
  4880. ],
  4881. "license": "MPL-2.0",
  4882. "optional": true,
  4883. "os": [
  4884. "win32"
  4885. ],
  4886. "engines": {
  4887. "node": ">= 12.0.0"
  4888. },
  4889. "funding": {
  4890. "type": "opencollective",
  4891. "url": "https://opencollective.com/parcel"
  4892. }
  4893. },
  4894. "node_modules/lines-and-columns": {
  4895. "version": "1.2.4",
  4896. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4897. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4898. "dev": true,
  4899. "license": "MIT"
  4900. },
  4901. "node_modules/load-json-file": {
  4902. "version": "5.3.0",
  4903. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  4904. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  4905. "license": "MIT",
  4906. "dependencies": {
  4907. "graceful-fs": "^4.1.15",
  4908. "parse-json": "^4.0.0",
  4909. "pify": "^4.0.1",
  4910. "strip-bom": "^3.0.0",
  4911. "type-fest": "^0.3.0"
  4912. },
  4913. "engines": {
  4914. "node": ">=6"
  4915. }
  4916. },
  4917. "node_modules/load-json-file/node_modules/parse-json": {
  4918. "version": "4.0.0",
  4919. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4920. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4921. "license": "MIT",
  4922. "dependencies": {
  4923. "error-ex": "^1.3.1",
  4924. "json-parse-better-errors": "^1.0.1"
  4925. },
  4926. "engines": {
  4927. "node": ">=4"
  4928. }
  4929. },
  4930. "node_modules/load-json-file/node_modules/type-fest": {
  4931. "version": "0.3.1",
  4932. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  4933. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  4934. "license": "(MIT OR CC0-1.0)",
  4935. "engines": {
  4936. "node": ">=6"
  4937. }
  4938. },
  4939. "node_modules/local-pkg": {
  4940. "version": "1.1.2",
  4941. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  4942. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  4943. "license": "MIT",
  4944. "dependencies": {
  4945. "mlly": "^1.7.4",
  4946. "pkg-types": "^2.3.0",
  4947. "quansync": "^0.2.11"
  4948. },
  4949. "engines": {
  4950. "node": ">=14"
  4951. },
  4952. "funding": {
  4953. "url": "https://github.com/sponsors/antfu"
  4954. }
  4955. },
  4956. "node_modules/locate-path": {
  4957. "version": "6.0.0",
  4958. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4959. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4960. "license": "MIT",
  4961. "dependencies": {
  4962. "p-locate": "^5.0.0"
  4963. },
  4964. "engines": {
  4965. "node": ">=10"
  4966. },
  4967. "funding": {
  4968. "url": "https://github.com/sponsors/sindresorhus"
  4969. }
  4970. },
  4971. "node_modules/lodash.merge": {
  4972. "version": "4.6.2",
  4973. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4974. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4975. "license": "MIT"
  4976. },
  4977. "node_modules/lodash.truncate": {
  4978. "version": "4.4.2",
  4979. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4980. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4981. "dev": true
  4982. },
  4983. "node_modules/loose-envify": {
  4984. "version": "1.4.0",
  4985. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4986. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4987. "license": "MIT",
  4988. "dependencies": {
  4989. "js-tokens": "^3.0.0 || ^4.0.0"
  4990. },
  4991. "bin": {
  4992. "loose-envify": "cli.js"
  4993. }
  4994. },
  4995. "node_modules/magic-string": {
  4996. "version": "0.30.21",
  4997. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4998. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4999. "license": "MIT",
  5000. "dependencies": {
  5001. "@jridgewell/sourcemap-codec": "^1.5.5"
  5002. }
  5003. },
  5004. "node_modules/magic-string-ast": {
  5005. "version": "1.0.3",
  5006. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  5007. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  5008. "license": "MIT",
  5009. "dependencies": {
  5010. "magic-string": "^0.30.19"
  5011. },
  5012. "engines": {
  5013. "node": ">=20.19.0"
  5014. },
  5015. "funding": {
  5016. "url": "https://github.com/sponsors/sxzz"
  5017. }
  5018. },
  5019. "node_modules/math-intrinsics": {
  5020. "version": "1.1.0",
  5021. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5022. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5023. "license": "MIT",
  5024. "engines": {
  5025. "node": ">= 0.4"
  5026. }
  5027. },
  5028. "node_modules/mathml-tag-names": {
  5029. "version": "4.0.0",
  5030. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  5031. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  5032. "dev": true,
  5033. "license": "MIT",
  5034. "funding": {
  5035. "type": "github",
  5036. "url": "https://github.com/sponsors/wooorm"
  5037. }
  5038. },
  5039. "node_modules/mdn-data": {
  5040. "version": "2.27.1",
  5041. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  5042. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  5043. "dev": true,
  5044. "license": "CC0-1.0"
  5045. },
  5046. "node_modules/meow": {
  5047. "version": "14.1.0",
  5048. "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
  5049. "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
  5050. "dev": true,
  5051. "license": "MIT",
  5052. "engines": {
  5053. "node": ">=20"
  5054. },
  5055. "funding": {
  5056. "url": "https://github.com/sponsors/sindresorhus"
  5057. }
  5058. },
  5059. "node_modules/merge2": {
  5060. "version": "1.4.1",
  5061. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5062. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5063. "dev": true,
  5064. "license": "MIT",
  5065. "engines": {
  5066. "node": ">= 8"
  5067. }
  5068. },
  5069. "node_modules/micromatch": {
  5070. "version": "4.0.8",
  5071. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5072. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5073. "dev": true,
  5074. "license": "MIT",
  5075. "dependencies": {
  5076. "braces": "^3.0.3",
  5077. "picomatch": "^2.3.1"
  5078. },
  5079. "engines": {
  5080. "node": ">=8.6"
  5081. }
  5082. },
  5083. "node_modules/minimatch": {
  5084. "version": "3.1.5",
  5085. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5086. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5087. "license": "ISC",
  5088. "dependencies": {
  5089. "brace-expansion": "^1.1.7"
  5090. },
  5091. "engines": {
  5092. "node": "*"
  5093. }
  5094. },
  5095. "node_modules/minimist": {
  5096. "version": "1.2.8",
  5097. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5098. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5099. "license": "MIT",
  5100. "funding": {
  5101. "url": "https://github.com/sponsors/ljharb"
  5102. }
  5103. },
  5104. "node_modules/mitt": {
  5105. "version": "3.0.1",
  5106. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  5107. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  5108. "license": "MIT"
  5109. },
  5110. "node_modules/mlly": {
  5111. "version": "1.8.2",
  5112. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  5113. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  5114. "license": "MIT",
  5115. "dependencies": {
  5116. "acorn": "^8.16.0",
  5117. "pathe": "^2.0.3",
  5118. "pkg-types": "^1.3.1",
  5119. "ufo": "^1.6.3"
  5120. }
  5121. },
  5122. "node_modules/mlly/node_modules/confbox": {
  5123. "version": "0.1.8",
  5124. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  5125. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  5126. "license": "MIT"
  5127. },
  5128. "node_modules/mlly/node_modules/pkg-types": {
  5129. "version": "1.3.1",
  5130. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  5131. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  5132. "license": "MIT",
  5133. "dependencies": {
  5134. "confbox": "^0.1.8",
  5135. "mlly": "^1.7.4",
  5136. "pathe": "^2.0.1"
  5137. }
  5138. },
  5139. "node_modules/ms": {
  5140. "version": "2.1.3",
  5141. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5142. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5143. "license": "MIT"
  5144. },
  5145. "node_modules/muggle-string": {
  5146. "version": "0.4.1",
  5147. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  5148. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  5149. "license": "MIT"
  5150. },
  5151. "node_modules/nanoid": {
  5152. "version": "3.3.11",
  5153. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  5154. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5155. "funding": [
  5156. {
  5157. "type": "github",
  5158. "url": "https://github.com/sponsors/ai"
  5159. }
  5160. ],
  5161. "license": "MIT",
  5162. "bin": {
  5163. "nanoid": "bin/nanoid.cjs"
  5164. },
  5165. "engines": {
  5166. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5167. }
  5168. },
  5169. "node_modules/natural-compare": {
  5170. "version": "1.4.0",
  5171. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5172. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5173. "license": "MIT"
  5174. },
  5175. "node_modules/normalize-path": {
  5176. "version": "3.0.0",
  5177. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  5178. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5179. "dev": true,
  5180. "engines": {
  5181. "node": ">=0.10.0"
  5182. }
  5183. },
  5184. "node_modules/object-assign": {
  5185. "version": "4.1.1",
  5186. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5187. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5188. "license": "MIT",
  5189. "engines": {
  5190. "node": ">=0.10.0"
  5191. }
  5192. },
  5193. "node_modules/object-inspect": {
  5194. "version": "1.13.4",
  5195. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5196. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5197. "license": "MIT",
  5198. "engines": {
  5199. "node": ">= 0.4"
  5200. },
  5201. "funding": {
  5202. "url": "https://github.com/sponsors/ljharb"
  5203. }
  5204. },
  5205. "node_modules/object-keys": {
  5206. "version": "1.1.1",
  5207. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5208. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5209. "license": "MIT",
  5210. "engines": {
  5211. "node": ">= 0.4"
  5212. }
  5213. },
  5214. "node_modules/object.assign": {
  5215. "version": "4.1.7",
  5216. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5217. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5218. "license": "MIT",
  5219. "dependencies": {
  5220. "call-bind": "^1.0.8",
  5221. "call-bound": "^1.0.3",
  5222. "define-properties": "^1.2.1",
  5223. "es-object-atoms": "^1.0.0",
  5224. "has-symbols": "^1.1.0",
  5225. "object-keys": "^1.1.1"
  5226. },
  5227. "engines": {
  5228. "node": ">= 0.4"
  5229. },
  5230. "funding": {
  5231. "url": "https://github.com/sponsors/ljharb"
  5232. }
  5233. },
  5234. "node_modules/object.entries": {
  5235. "version": "1.1.9",
  5236. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5237. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5238. "license": "MIT",
  5239. "dependencies": {
  5240. "call-bind": "^1.0.8",
  5241. "call-bound": "^1.0.4",
  5242. "define-properties": "^1.2.1",
  5243. "es-object-atoms": "^1.1.1"
  5244. },
  5245. "engines": {
  5246. "node": ">= 0.4"
  5247. }
  5248. },
  5249. "node_modules/object.fromentries": {
  5250. "version": "2.0.8",
  5251. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5252. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5253. "license": "MIT",
  5254. "dependencies": {
  5255. "call-bind": "^1.0.7",
  5256. "define-properties": "^1.2.1",
  5257. "es-abstract": "^1.23.2",
  5258. "es-object-atoms": "^1.0.0"
  5259. },
  5260. "engines": {
  5261. "node": ">= 0.4"
  5262. },
  5263. "funding": {
  5264. "url": "https://github.com/sponsors/ljharb"
  5265. }
  5266. },
  5267. "node_modules/object.groupby": {
  5268. "version": "1.0.3",
  5269. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  5270. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  5271. "license": "MIT",
  5272. "dependencies": {
  5273. "call-bind": "^1.0.7",
  5274. "define-properties": "^1.2.1",
  5275. "es-abstract": "^1.23.2"
  5276. },
  5277. "engines": {
  5278. "node": ">= 0.4"
  5279. }
  5280. },
  5281. "node_modules/object.values": {
  5282. "version": "1.2.1",
  5283. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  5284. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5285. "license": "MIT",
  5286. "dependencies": {
  5287. "call-bind": "^1.0.8",
  5288. "call-bound": "^1.0.3",
  5289. "define-properties": "^1.2.1",
  5290. "es-object-atoms": "^1.0.0"
  5291. },
  5292. "engines": {
  5293. "node": ">= 0.4"
  5294. },
  5295. "funding": {
  5296. "url": "https://github.com/sponsors/ljharb"
  5297. }
  5298. },
  5299. "node_modules/obug": {
  5300. "version": "2.1.1",
  5301. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  5302. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  5303. "funding": [
  5304. "https://github.com/sponsors/sxzz",
  5305. "https://opencollective.com/debug"
  5306. ],
  5307. "license": "MIT"
  5308. },
  5309. "node_modules/once": {
  5310. "version": "1.4.0",
  5311. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5312. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5313. "license": "ISC",
  5314. "dependencies": {
  5315. "wrappy": "1"
  5316. }
  5317. },
  5318. "node_modules/optionator": {
  5319. "version": "0.9.4",
  5320. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5321. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5322. "license": "MIT",
  5323. "dependencies": {
  5324. "deep-is": "^0.1.3",
  5325. "fast-levenshtein": "^2.0.6",
  5326. "levn": "^0.4.1",
  5327. "prelude-ls": "^1.2.1",
  5328. "type-check": "^0.4.0",
  5329. "word-wrap": "^1.2.5"
  5330. },
  5331. "engines": {
  5332. "node": ">= 0.8.0"
  5333. }
  5334. },
  5335. "node_modules/own-keys": {
  5336. "version": "1.0.1",
  5337. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  5338. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5339. "license": "MIT",
  5340. "dependencies": {
  5341. "get-intrinsic": "^1.2.6",
  5342. "object-keys": "^1.1.1",
  5343. "safe-push-apply": "^1.0.0"
  5344. },
  5345. "engines": {
  5346. "node": ">= 0.4"
  5347. },
  5348. "funding": {
  5349. "url": "https://github.com/sponsors/ljharb"
  5350. }
  5351. },
  5352. "node_modules/p-limit": {
  5353. "version": "3.1.0",
  5354. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5355. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5356. "license": "MIT",
  5357. "dependencies": {
  5358. "yocto-queue": "^0.1.0"
  5359. },
  5360. "engines": {
  5361. "node": ">=10"
  5362. },
  5363. "funding": {
  5364. "url": "https://github.com/sponsors/sindresorhus"
  5365. }
  5366. },
  5367. "node_modules/p-locate": {
  5368. "version": "5.0.0",
  5369. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5370. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5371. "license": "MIT",
  5372. "dependencies": {
  5373. "p-limit": "^3.0.2"
  5374. },
  5375. "engines": {
  5376. "node": ">=10"
  5377. },
  5378. "funding": {
  5379. "url": "https://github.com/sponsors/sindresorhus"
  5380. }
  5381. },
  5382. "node_modules/p-try": {
  5383. "version": "2.2.0",
  5384. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  5385. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  5386. "license": "MIT",
  5387. "engines": {
  5388. "node": ">=6"
  5389. }
  5390. },
  5391. "node_modules/parent-module": {
  5392. "version": "1.0.1",
  5393. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5394. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5395. "dependencies": {
  5396. "callsites": "^3.0.0"
  5397. },
  5398. "engines": {
  5399. "node": ">=6"
  5400. }
  5401. },
  5402. "node_modules/parse-json": {
  5403. "version": "5.2.0",
  5404. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  5405. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  5406. "dev": true,
  5407. "license": "MIT",
  5408. "dependencies": {
  5409. "@babel/code-frame": "^7.0.0",
  5410. "error-ex": "^1.3.1",
  5411. "json-parse-even-better-errors": "^2.3.0",
  5412. "lines-and-columns": "^1.1.6"
  5413. },
  5414. "engines": {
  5415. "node": ">=8"
  5416. },
  5417. "funding": {
  5418. "url": "https://github.com/sponsors/sindresorhus"
  5419. }
  5420. },
  5421. "node_modules/path-exists": {
  5422. "version": "4.0.0",
  5423. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5424. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5425. "license": "MIT",
  5426. "engines": {
  5427. "node": ">=8"
  5428. }
  5429. },
  5430. "node_modules/path-is-absolute": {
  5431. "version": "1.0.1",
  5432. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5433. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5434. "license": "MIT",
  5435. "engines": {
  5436. "node": ">=0.10.0"
  5437. }
  5438. },
  5439. "node_modules/path-key": {
  5440. "version": "3.1.1",
  5441. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5442. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5443. "license": "MIT",
  5444. "engines": {
  5445. "node": ">=8"
  5446. }
  5447. },
  5448. "node_modules/path-parse": {
  5449. "version": "1.0.7",
  5450. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5451. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5452. "license": "MIT"
  5453. },
  5454. "node_modules/pathe": {
  5455. "version": "2.0.3",
  5456. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  5457. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5458. "license": "MIT"
  5459. },
  5460. "node_modules/perfect-debounce": {
  5461. "version": "2.1.0",
  5462. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5463. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5464. "license": "MIT"
  5465. },
  5466. "node_modules/picocolors": {
  5467. "version": "1.1.1",
  5468. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5469. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5470. "license": "ISC"
  5471. },
  5472. "node_modules/picocrank": {
  5473. "version": "1.14.1",
  5474. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.14.1.tgz",
  5475. "integrity": "sha512-N/aGK/deicXevv+n3zWaKrUe66d4QYQ/7SPinEr4fprljNpXQHSl2EBDlmTNlLoujR3QJHClfRO8Gusj2Hs5MQ==",
  5476. "license": "ISC",
  5477. "dependencies": {
  5478. "@hugeicons/core-free-icons": "^4.0.0",
  5479. "@hugeicons/vue": "^1.0.5",
  5480. "@vitejs/plugin-vue": "^6.0.4",
  5481. "femtocrank": "^2.5.0",
  5482. "unplugin-vue-components": "^31.0.0",
  5483. "vite": "^7.3.1",
  5484. "vue": "^3.5.30",
  5485. "vue-router": "^5.0.3"
  5486. }
  5487. },
  5488. "node_modules/picocrank/node_modules/fdir": {
  5489. "version": "6.5.0",
  5490. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5491. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5492. "license": "MIT",
  5493. "engines": {
  5494. "node": ">=12.0.0"
  5495. },
  5496. "peerDependencies": {
  5497. "picomatch": "^3 || ^4"
  5498. },
  5499. "peerDependenciesMeta": {
  5500. "picomatch": {
  5501. "optional": true
  5502. }
  5503. }
  5504. },
  5505. "node_modules/picocrank/node_modules/picomatch": {
  5506. "version": "4.0.4",
  5507. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5508. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5509. "license": "MIT",
  5510. "engines": {
  5511. "node": ">=12"
  5512. },
  5513. "funding": {
  5514. "url": "https://github.com/sponsors/jonschlinkert"
  5515. }
  5516. },
  5517. "node_modules/picocrank/node_modules/unplugin": {
  5518. "version": "2.3.11",
  5519. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  5520. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  5521. "license": "MIT",
  5522. "dependencies": {
  5523. "@jridgewell/remapping": "^2.3.5",
  5524. "acorn": "^8.15.0",
  5525. "picomatch": "^4.0.3",
  5526. "webpack-virtual-modules": "^0.6.2"
  5527. },
  5528. "engines": {
  5529. "node": ">=18.12.0"
  5530. }
  5531. },
  5532. "node_modules/picocrank/node_modules/unplugin-vue-components": {
  5533. "version": "31.1.0",
  5534. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-31.1.0.tgz",
  5535. "integrity": "sha512-9EbV5ark21A4BOBt6RJGJXCVD2I1eoxTZL1TAvNgYTokcrFIiuxpufb8owyWn7n+z2x8daz/ltZq6IRRKL3ydQ==",
  5536. "license": "MIT",
  5537. "dependencies": {
  5538. "chokidar": "^5.0.0",
  5539. "local-pkg": "^1.1.2",
  5540. "magic-string": "^0.30.21",
  5541. "mlly": "^1.8.2",
  5542. "obug": "^2.1.1",
  5543. "picomatch": "^4.0.3",
  5544. "tinyglobby": "^0.2.15",
  5545. "unplugin": "^2.3.11",
  5546. "unplugin-utils": "^0.3.1"
  5547. },
  5548. "engines": {
  5549. "node": ">=20.19.0"
  5550. },
  5551. "funding": {
  5552. "url": "https://github.com/sponsors/antfu"
  5553. },
  5554. "peerDependencies": {
  5555. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  5556. "vue": "^3.0.0"
  5557. },
  5558. "peerDependenciesMeta": {
  5559. "@nuxt/kit": {
  5560. "optional": true
  5561. }
  5562. }
  5563. },
  5564. "node_modules/picocrank/node_modules/vite": {
  5565. "version": "7.3.3",
  5566. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.3.tgz",
  5567. "integrity": "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA==",
  5568. "license": "MIT",
  5569. "dependencies": {
  5570. "esbuild": "^0.27.0",
  5571. "fdir": "^6.5.0",
  5572. "picomatch": "^4.0.3",
  5573. "postcss": "^8.5.6",
  5574. "rollup": "^4.43.0",
  5575. "tinyglobby": "^0.2.15"
  5576. },
  5577. "bin": {
  5578. "vite": "bin/vite.js"
  5579. },
  5580. "engines": {
  5581. "node": "^20.19.0 || >=22.12.0"
  5582. },
  5583. "funding": {
  5584. "url": "https://github.com/vitejs/vite?sponsor=1"
  5585. },
  5586. "optionalDependencies": {
  5587. "fsevents": "~2.3.3"
  5588. },
  5589. "peerDependencies": {
  5590. "@types/node": "^20.19.0 || >=22.12.0",
  5591. "jiti": ">=1.21.0",
  5592. "less": "^4.0.0",
  5593. "lightningcss": "^1.21.0",
  5594. "sass": "^1.70.0",
  5595. "sass-embedded": "^1.70.0",
  5596. "stylus": ">=0.54.8",
  5597. "sugarss": "^5.0.0",
  5598. "terser": "^5.16.0",
  5599. "tsx": "^4.8.1",
  5600. "yaml": "^2.4.2"
  5601. },
  5602. "peerDependenciesMeta": {
  5603. "@types/node": {
  5604. "optional": true
  5605. },
  5606. "jiti": {
  5607. "optional": true
  5608. },
  5609. "less": {
  5610. "optional": true
  5611. },
  5612. "lightningcss": {
  5613. "optional": true
  5614. },
  5615. "sass": {
  5616. "optional": true
  5617. },
  5618. "sass-embedded": {
  5619. "optional": true
  5620. },
  5621. "stylus": {
  5622. "optional": true
  5623. },
  5624. "sugarss": {
  5625. "optional": true
  5626. },
  5627. "terser": {
  5628. "optional": true
  5629. },
  5630. "tsx": {
  5631. "optional": true
  5632. },
  5633. "yaml": {
  5634. "optional": true
  5635. }
  5636. }
  5637. },
  5638. "node_modules/picomatch": {
  5639. "version": "2.3.2",
  5640. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5641. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5642. "dev": true,
  5643. "license": "MIT",
  5644. "engines": {
  5645. "node": ">=8.6"
  5646. },
  5647. "funding": {
  5648. "url": "https://github.com/sponsors/jonschlinkert"
  5649. }
  5650. },
  5651. "node_modules/pify": {
  5652. "version": "4.0.1",
  5653. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  5654. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  5655. "license": "MIT",
  5656. "engines": {
  5657. "node": ">=6"
  5658. }
  5659. },
  5660. "node_modules/pkg-conf": {
  5661. "version": "3.1.0",
  5662. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  5663. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  5664. "license": "MIT",
  5665. "dependencies": {
  5666. "find-up": "^3.0.0",
  5667. "load-json-file": "^5.2.0"
  5668. },
  5669. "engines": {
  5670. "node": ">=6"
  5671. }
  5672. },
  5673. "node_modules/pkg-conf/node_modules/find-up": {
  5674. "version": "3.0.0",
  5675. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  5676. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  5677. "license": "MIT",
  5678. "dependencies": {
  5679. "locate-path": "^3.0.0"
  5680. },
  5681. "engines": {
  5682. "node": ">=6"
  5683. }
  5684. },
  5685. "node_modules/pkg-conf/node_modules/locate-path": {
  5686. "version": "3.0.0",
  5687. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  5688. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  5689. "license": "MIT",
  5690. "dependencies": {
  5691. "p-locate": "^3.0.0",
  5692. "path-exists": "^3.0.0"
  5693. },
  5694. "engines": {
  5695. "node": ">=6"
  5696. }
  5697. },
  5698. "node_modules/pkg-conf/node_modules/p-limit": {
  5699. "version": "2.3.0",
  5700. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  5701. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "p-try": "^2.0.0"
  5705. },
  5706. "engines": {
  5707. "node": ">=6"
  5708. },
  5709. "funding": {
  5710. "url": "https://github.com/sponsors/sindresorhus"
  5711. }
  5712. },
  5713. "node_modules/pkg-conf/node_modules/p-locate": {
  5714. "version": "3.0.0",
  5715. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  5716. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  5717. "license": "MIT",
  5718. "dependencies": {
  5719. "p-limit": "^2.0.0"
  5720. },
  5721. "engines": {
  5722. "node": ">=6"
  5723. }
  5724. },
  5725. "node_modules/pkg-conf/node_modules/path-exists": {
  5726. "version": "3.0.0",
  5727. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  5728. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  5729. "license": "MIT",
  5730. "engines": {
  5731. "node": ">=4"
  5732. }
  5733. },
  5734. "node_modules/pkg-types": {
  5735. "version": "2.3.0",
  5736. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  5737. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  5738. "license": "MIT",
  5739. "dependencies": {
  5740. "confbox": "^0.2.2",
  5741. "exsolve": "^1.0.7",
  5742. "pathe": "^2.0.3"
  5743. }
  5744. },
  5745. "node_modules/possible-typed-array-names": {
  5746. "version": "1.1.0",
  5747. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5748. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5749. "license": "MIT",
  5750. "engines": {
  5751. "node": ">= 0.4"
  5752. }
  5753. },
  5754. "node_modules/postcss": {
  5755. "version": "8.5.14",
  5756. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
  5757. "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
  5758. "funding": [
  5759. {
  5760. "type": "opencollective",
  5761. "url": "https://opencollective.com/postcss/"
  5762. },
  5763. {
  5764. "type": "tidelift",
  5765. "url": "https://tidelift.com/funding/github/npm/postcss"
  5766. },
  5767. {
  5768. "type": "github",
  5769. "url": "https://github.com/sponsors/ai"
  5770. }
  5771. ],
  5772. "license": "MIT",
  5773. "dependencies": {
  5774. "nanoid": "^3.3.11",
  5775. "picocolors": "^1.1.1",
  5776. "source-map-js": "^1.2.1"
  5777. },
  5778. "engines": {
  5779. "node": "^10 || ^12 || >=14"
  5780. }
  5781. },
  5782. "node_modules/postcss-safe-parser": {
  5783. "version": "7.0.1",
  5784. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  5785. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  5786. "dev": true,
  5787. "funding": [
  5788. {
  5789. "type": "opencollective",
  5790. "url": "https://opencollective.com/postcss/"
  5791. },
  5792. {
  5793. "type": "tidelift",
  5794. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  5795. },
  5796. {
  5797. "type": "github",
  5798. "url": "https://github.com/sponsors/ai"
  5799. }
  5800. ],
  5801. "license": "MIT",
  5802. "engines": {
  5803. "node": ">=18.0"
  5804. },
  5805. "peerDependencies": {
  5806. "postcss": "^8.4.31"
  5807. }
  5808. },
  5809. "node_modules/postcss-selector-parser": {
  5810. "version": "7.1.1",
  5811. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  5812. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  5813. "dev": true,
  5814. "license": "MIT",
  5815. "dependencies": {
  5816. "cssesc": "^3.0.0",
  5817. "util-deprecate": "^1.0.2"
  5818. },
  5819. "engines": {
  5820. "node": ">=4"
  5821. }
  5822. },
  5823. "node_modules/postcss-value-parser": {
  5824. "version": "4.2.0",
  5825. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5826. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5827. "dev": true
  5828. },
  5829. "node_modules/prelude-ls": {
  5830. "version": "1.2.1",
  5831. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5832. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5833. "license": "MIT",
  5834. "engines": {
  5835. "node": ">= 0.8.0"
  5836. }
  5837. },
  5838. "node_modules/process": {
  5839. "version": "0.11.10",
  5840. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  5841. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5842. "dev": true,
  5843. "engines": {
  5844. "node": ">= 0.6.0"
  5845. }
  5846. },
  5847. "node_modules/prop-types": {
  5848. "version": "15.8.1",
  5849. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5850. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5851. "license": "MIT",
  5852. "dependencies": {
  5853. "loose-envify": "^1.4.0",
  5854. "object-assign": "^4.1.1",
  5855. "react-is": "^16.13.1"
  5856. }
  5857. },
  5858. "node_modules/punycode": {
  5859. "version": "2.3.1",
  5860. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5861. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5862. "engines": {
  5863. "node": ">=6"
  5864. }
  5865. },
  5866. "node_modules/qified": {
  5867. "version": "0.6.0",
  5868. "resolved": "https://registry.npmjs.org/qified/-/qified-0.6.0.tgz",
  5869. "integrity": "sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==",
  5870. "dev": true,
  5871. "license": "MIT",
  5872. "dependencies": {
  5873. "hookified": "^1.14.0"
  5874. },
  5875. "engines": {
  5876. "node": ">=20"
  5877. }
  5878. },
  5879. "node_modules/quansync": {
  5880. "version": "0.2.11",
  5881. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5882. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5883. "funding": [
  5884. {
  5885. "type": "individual",
  5886. "url": "https://github.com/sponsors/antfu"
  5887. },
  5888. {
  5889. "type": "individual",
  5890. "url": "https://github.com/sponsors/sxzz"
  5891. }
  5892. ],
  5893. "license": "MIT"
  5894. },
  5895. "node_modules/queue-microtask": {
  5896. "version": "1.2.3",
  5897. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5898. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5899. "funding": [
  5900. {
  5901. "type": "github",
  5902. "url": "https://github.com/sponsors/feross"
  5903. },
  5904. {
  5905. "type": "patreon",
  5906. "url": "https://www.patreon.com/feross"
  5907. },
  5908. {
  5909. "type": "consulting",
  5910. "url": "https://feross.org/support"
  5911. }
  5912. ]
  5913. },
  5914. "node_modules/react-is": {
  5915. "version": "16.13.1",
  5916. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5917. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5918. "license": "MIT"
  5919. },
  5920. "node_modules/readdirp": {
  5921. "version": "5.0.0",
  5922. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5923. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5924. "license": "MIT",
  5925. "engines": {
  5926. "node": ">= 20.19.0"
  5927. },
  5928. "funding": {
  5929. "type": "individual",
  5930. "url": "https://paulmillr.com/funding/"
  5931. }
  5932. },
  5933. "node_modules/reflect.getprototypeof": {
  5934. "version": "1.0.10",
  5935. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5936. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5937. "license": "MIT",
  5938. "dependencies": {
  5939. "call-bind": "^1.0.8",
  5940. "define-properties": "^1.2.1",
  5941. "es-abstract": "^1.23.9",
  5942. "es-errors": "^1.3.0",
  5943. "es-object-atoms": "^1.0.0",
  5944. "get-intrinsic": "^1.2.7",
  5945. "get-proto": "^1.0.1",
  5946. "which-builtin-type": "^1.2.1"
  5947. },
  5948. "engines": {
  5949. "node": ">= 0.4"
  5950. },
  5951. "funding": {
  5952. "url": "https://github.com/sponsors/ljharb"
  5953. }
  5954. },
  5955. "node_modules/regexp.prototype.flags": {
  5956. "version": "1.5.4",
  5957. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5958. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5959. "license": "MIT",
  5960. "dependencies": {
  5961. "call-bind": "^1.0.8",
  5962. "define-properties": "^1.2.1",
  5963. "es-errors": "^1.3.0",
  5964. "get-proto": "^1.0.1",
  5965. "gopd": "^1.2.0",
  5966. "set-function-name": "^2.0.2"
  5967. },
  5968. "engines": {
  5969. "node": ">= 0.4"
  5970. },
  5971. "funding": {
  5972. "url": "https://github.com/sponsors/ljharb"
  5973. }
  5974. },
  5975. "node_modules/regexpp": {
  5976. "version": "3.2.0",
  5977. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  5978. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  5979. "license": "MIT",
  5980. "engines": {
  5981. "node": ">=8"
  5982. },
  5983. "funding": {
  5984. "url": "https://github.com/sponsors/mysticatea"
  5985. }
  5986. },
  5987. "node_modules/require-from-string": {
  5988. "version": "2.0.2",
  5989. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5990. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5991. "dev": true,
  5992. "engines": {
  5993. "node": ">=0.10.0"
  5994. }
  5995. },
  5996. "node_modules/resolve": {
  5997. "version": "1.22.11",
  5998. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5999. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  6000. "license": "MIT",
  6001. "dependencies": {
  6002. "is-core-module": "^2.16.1",
  6003. "path-parse": "^1.0.7",
  6004. "supports-preserve-symlinks-flag": "^1.0.0"
  6005. },
  6006. "bin": {
  6007. "resolve": "bin/resolve"
  6008. },
  6009. "engines": {
  6010. "node": ">= 0.4"
  6011. },
  6012. "funding": {
  6013. "url": "https://github.com/sponsors/ljharb"
  6014. }
  6015. },
  6016. "node_modules/resolve-from": {
  6017. "version": "4.0.0",
  6018. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6019. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6020. "engines": {
  6021. "node": ">=4"
  6022. }
  6023. },
  6024. "node_modules/reusify": {
  6025. "version": "1.0.4",
  6026. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6027. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6028. "engines": {
  6029. "iojs": ">=1.0.0",
  6030. "node": ">=0.10.0"
  6031. }
  6032. },
  6033. "node_modules/rfdc": {
  6034. "version": "1.4.1",
  6035. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  6036. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  6037. "license": "MIT"
  6038. },
  6039. "node_modules/rimraf": {
  6040. "version": "3.0.2",
  6041. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6042. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6043. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6044. "license": "ISC",
  6045. "dependencies": {
  6046. "glob": "^7.1.3"
  6047. },
  6048. "bin": {
  6049. "rimraf": "bin.js"
  6050. },
  6051. "funding": {
  6052. "url": "https://github.com/sponsors/isaacs"
  6053. }
  6054. },
  6055. "node_modules/rolldown": {
  6056. "version": "1.0.0-rc.18",
  6057. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.18.tgz",
  6058. "integrity": "sha512-phmyKBpuBdRYDf4hgyynGAYn/rDDe+iZXKVJ7WX5b1zQzpLkP5oJRPGsfJuHdzPMlyyEO/4sPW6yfSx2gf7lVg==",
  6059. "license": "MIT",
  6060. "dependencies": {
  6061. "@oxc-project/types": "=0.128.0",
  6062. "@rolldown/pluginutils": "1.0.0-rc.18"
  6063. },
  6064. "bin": {
  6065. "rolldown": "bin/cli.mjs"
  6066. },
  6067. "engines": {
  6068. "node": "^20.19.0 || >=22.12.0"
  6069. },
  6070. "optionalDependencies": {
  6071. "@rolldown/binding-android-arm64": "1.0.0-rc.18",
  6072. "@rolldown/binding-darwin-arm64": "1.0.0-rc.18",
  6073. "@rolldown/binding-darwin-x64": "1.0.0-rc.18",
  6074. "@rolldown/binding-freebsd-x64": "1.0.0-rc.18",
  6075. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.18",
  6076. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.18",
  6077. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.18",
  6078. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.18",
  6079. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.18",
  6080. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.18",
  6081. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.18",
  6082. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.18",
  6083. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.18",
  6084. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.18",
  6085. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
  6086. }
  6087. },
  6088. "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
  6089. "version": "1.0.0-rc.18",
  6090. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.18.tgz",
  6091. "integrity": "sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw==",
  6092. "license": "MIT"
  6093. },
  6094. "node_modules/rollup": {
  6095. "version": "4.60.0",
  6096. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.0.tgz",
  6097. "integrity": "sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==",
  6098. "license": "MIT",
  6099. "dependencies": {
  6100. "@types/estree": "1.0.8"
  6101. },
  6102. "bin": {
  6103. "rollup": "dist/bin/rollup"
  6104. },
  6105. "engines": {
  6106. "node": ">=18.0.0",
  6107. "npm": ">=8.0.0"
  6108. },
  6109. "optionalDependencies": {
  6110. "@rollup/rollup-android-arm-eabi": "4.60.0",
  6111. "@rollup/rollup-android-arm64": "4.60.0",
  6112. "@rollup/rollup-darwin-arm64": "4.60.0",
  6113. "@rollup/rollup-darwin-x64": "4.60.0",
  6114. "@rollup/rollup-freebsd-arm64": "4.60.0",
  6115. "@rollup/rollup-freebsd-x64": "4.60.0",
  6116. "@rollup/rollup-linux-arm-gnueabihf": "4.60.0",
  6117. "@rollup/rollup-linux-arm-musleabihf": "4.60.0",
  6118. "@rollup/rollup-linux-arm64-gnu": "4.60.0",
  6119. "@rollup/rollup-linux-arm64-musl": "4.60.0",
  6120. "@rollup/rollup-linux-loong64-gnu": "4.60.0",
  6121. "@rollup/rollup-linux-loong64-musl": "4.60.0",
  6122. "@rollup/rollup-linux-ppc64-gnu": "4.60.0",
  6123. "@rollup/rollup-linux-ppc64-musl": "4.60.0",
  6124. "@rollup/rollup-linux-riscv64-gnu": "4.60.0",
  6125. "@rollup/rollup-linux-riscv64-musl": "4.60.0",
  6126. "@rollup/rollup-linux-s390x-gnu": "4.60.0",
  6127. "@rollup/rollup-linux-x64-gnu": "4.60.0",
  6128. "@rollup/rollup-linux-x64-musl": "4.60.0",
  6129. "@rollup/rollup-openbsd-x64": "4.60.0",
  6130. "@rollup/rollup-openharmony-arm64": "4.60.0",
  6131. "@rollup/rollup-win32-arm64-msvc": "4.60.0",
  6132. "@rollup/rollup-win32-ia32-msvc": "4.60.0",
  6133. "@rollup/rollup-win32-x64-gnu": "4.60.0",
  6134. "@rollup/rollup-win32-x64-msvc": "4.60.0",
  6135. "fsevents": "~2.3.2"
  6136. }
  6137. },
  6138. "node_modules/run-parallel": {
  6139. "version": "1.2.0",
  6140. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6141. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6142. "funding": [
  6143. {
  6144. "type": "github",
  6145. "url": "https://github.com/sponsors/feross"
  6146. },
  6147. {
  6148. "type": "patreon",
  6149. "url": "https://www.patreon.com/feross"
  6150. },
  6151. {
  6152. "type": "consulting",
  6153. "url": "https://feross.org/support"
  6154. }
  6155. ],
  6156. "dependencies": {
  6157. "queue-microtask": "^1.2.2"
  6158. }
  6159. },
  6160. "node_modules/safe-array-concat": {
  6161. "version": "1.1.3",
  6162. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  6163. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  6164. "license": "MIT",
  6165. "dependencies": {
  6166. "call-bind": "^1.0.8",
  6167. "call-bound": "^1.0.2",
  6168. "get-intrinsic": "^1.2.6",
  6169. "has-symbols": "^1.1.0",
  6170. "isarray": "^2.0.5"
  6171. },
  6172. "engines": {
  6173. "node": ">=0.4"
  6174. },
  6175. "funding": {
  6176. "url": "https://github.com/sponsors/ljharb"
  6177. }
  6178. },
  6179. "node_modules/safe-push-apply": {
  6180. "version": "1.0.0",
  6181. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  6182. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  6183. "license": "MIT",
  6184. "dependencies": {
  6185. "es-errors": "^1.3.0",
  6186. "isarray": "^2.0.5"
  6187. },
  6188. "engines": {
  6189. "node": ">= 0.4"
  6190. },
  6191. "funding": {
  6192. "url": "https://github.com/sponsors/ljharb"
  6193. }
  6194. },
  6195. "node_modules/safe-regex-test": {
  6196. "version": "1.1.0",
  6197. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  6198. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  6199. "license": "MIT",
  6200. "dependencies": {
  6201. "call-bound": "^1.0.2",
  6202. "es-errors": "^1.3.0",
  6203. "is-regex": "^1.2.1"
  6204. },
  6205. "engines": {
  6206. "node": ">= 0.4"
  6207. },
  6208. "funding": {
  6209. "url": "https://github.com/sponsors/ljharb"
  6210. }
  6211. },
  6212. "node_modules/scule": {
  6213. "version": "1.3.0",
  6214. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  6215. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  6216. "license": "MIT"
  6217. },
  6218. "node_modules/semver": {
  6219. "version": "6.3.1",
  6220. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6221. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6222. "license": "ISC",
  6223. "bin": {
  6224. "semver": "bin/semver.js"
  6225. }
  6226. },
  6227. "node_modules/set-function-length": {
  6228. "version": "1.2.2",
  6229. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  6230. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "define-data-property": "^1.1.4",
  6234. "es-errors": "^1.3.0",
  6235. "function-bind": "^1.1.2",
  6236. "get-intrinsic": "^1.2.4",
  6237. "gopd": "^1.0.1",
  6238. "has-property-descriptors": "^1.0.2"
  6239. },
  6240. "engines": {
  6241. "node": ">= 0.4"
  6242. }
  6243. },
  6244. "node_modules/set-function-name": {
  6245. "version": "2.0.2",
  6246. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  6247. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6248. "license": "MIT",
  6249. "dependencies": {
  6250. "define-data-property": "^1.1.4",
  6251. "es-errors": "^1.3.0",
  6252. "functions-have-names": "^1.2.3",
  6253. "has-property-descriptors": "^1.0.2"
  6254. },
  6255. "engines": {
  6256. "node": ">= 0.4"
  6257. }
  6258. },
  6259. "node_modules/set-proto": {
  6260. "version": "1.0.0",
  6261. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  6262. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  6263. "license": "MIT",
  6264. "dependencies": {
  6265. "dunder-proto": "^1.0.1",
  6266. "es-errors": "^1.3.0",
  6267. "es-object-atoms": "^1.0.0"
  6268. },
  6269. "engines": {
  6270. "node": ">= 0.4"
  6271. }
  6272. },
  6273. "node_modules/shebang-command": {
  6274. "version": "2.0.0",
  6275. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6276. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6277. "license": "MIT",
  6278. "dependencies": {
  6279. "shebang-regex": "^3.0.0"
  6280. },
  6281. "engines": {
  6282. "node": ">=8"
  6283. }
  6284. },
  6285. "node_modules/shebang-regex": {
  6286. "version": "3.0.0",
  6287. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6288. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6289. "license": "MIT",
  6290. "engines": {
  6291. "node": ">=8"
  6292. }
  6293. },
  6294. "node_modules/side-channel": {
  6295. "version": "1.1.0",
  6296. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  6297. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  6298. "license": "MIT",
  6299. "dependencies": {
  6300. "es-errors": "^1.3.0",
  6301. "object-inspect": "^1.13.3",
  6302. "side-channel-list": "^1.0.0",
  6303. "side-channel-map": "^1.0.1",
  6304. "side-channel-weakmap": "^1.0.2"
  6305. },
  6306. "engines": {
  6307. "node": ">= 0.4"
  6308. },
  6309. "funding": {
  6310. "url": "https://github.com/sponsors/ljharb"
  6311. }
  6312. },
  6313. "node_modules/side-channel-list": {
  6314. "version": "1.0.0",
  6315. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  6316. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  6317. "license": "MIT",
  6318. "dependencies": {
  6319. "es-errors": "^1.3.0",
  6320. "object-inspect": "^1.13.3"
  6321. },
  6322. "engines": {
  6323. "node": ">= 0.4"
  6324. },
  6325. "funding": {
  6326. "url": "https://github.com/sponsors/ljharb"
  6327. }
  6328. },
  6329. "node_modules/side-channel-map": {
  6330. "version": "1.0.1",
  6331. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  6332. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  6333. "license": "MIT",
  6334. "dependencies": {
  6335. "call-bound": "^1.0.2",
  6336. "es-errors": "^1.3.0",
  6337. "get-intrinsic": "^1.2.5",
  6338. "object-inspect": "^1.13.3"
  6339. },
  6340. "engines": {
  6341. "node": ">= 0.4"
  6342. },
  6343. "funding": {
  6344. "url": "https://github.com/sponsors/ljharb"
  6345. }
  6346. },
  6347. "node_modules/side-channel-weakmap": {
  6348. "version": "1.0.2",
  6349. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  6350. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  6351. "license": "MIT",
  6352. "dependencies": {
  6353. "call-bound": "^1.0.2",
  6354. "es-errors": "^1.3.0",
  6355. "get-intrinsic": "^1.2.5",
  6356. "object-inspect": "^1.13.3",
  6357. "side-channel-map": "^1.0.1"
  6358. },
  6359. "engines": {
  6360. "node": ">= 0.4"
  6361. },
  6362. "funding": {
  6363. "url": "https://github.com/sponsors/ljharb"
  6364. }
  6365. },
  6366. "node_modules/signal-exit": {
  6367. "version": "4.1.0",
  6368. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  6369. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  6370. "dev": true,
  6371. "license": "ISC",
  6372. "engines": {
  6373. "node": ">=14"
  6374. },
  6375. "funding": {
  6376. "url": "https://github.com/sponsors/isaacs"
  6377. }
  6378. },
  6379. "node_modules/slash": {
  6380. "version": "5.1.0",
  6381. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  6382. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  6383. "dev": true,
  6384. "license": "MIT",
  6385. "engines": {
  6386. "node": ">=14.16"
  6387. },
  6388. "funding": {
  6389. "url": "https://github.com/sponsors/sindresorhus"
  6390. }
  6391. },
  6392. "node_modules/slice-ansi": {
  6393. "version": "4.0.0",
  6394. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  6395. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  6396. "dev": true,
  6397. "dependencies": {
  6398. "ansi-styles": "^4.0.0",
  6399. "astral-regex": "^2.0.0",
  6400. "is-fullwidth-code-point": "^3.0.0"
  6401. },
  6402. "engines": {
  6403. "node": ">=10"
  6404. },
  6405. "funding": {
  6406. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  6407. }
  6408. },
  6409. "node_modules/source-map-js": {
  6410. "version": "1.2.1",
  6411. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  6412. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6413. "license": "BSD-3-Clause",
  6414. "engines": {
  6415. "node": ">=0.10.0"
  6416. }
  6417. },
  6418. "node_modules/speakingurl": {
  6419. "version": "14.0.1",
  6420. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  6421. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  6422. "license": "BSD-3-Clause",
  6423. "engines": {
  6424. "node": ">=0.10.0"
  6425. }
  6426. },
  6427. "node_modules/standard": {
  6428. "version": "17.1.2",
  6429. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  6430. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  6431. "funding": [
  6432. {
  6433. "type": "github",
  6434. "url": "https://github.com/sponsors/feross"
  6435. },
  6436. {
  6437. "type": "patreon",
  6438. "url": "https://www.patreon.com/feross"
  6439. },
  6440. {
  6441. "type": "consulting",
  6442. "url": "https://feross.org/support"
  6443. }
  6444. ],
  6445. "license": "MIT",
  6446. "dependencies": {
  6447. "eslint": "^8.41.0",
  6448. "eslint-config-standard": "17.1.0",
  6449. "eslint-config-standard-jsx": "^11.0.0",
  6450. "eslint-plugin-import": "^2.27.5",
  6451. "eslint-plugin-n": "^15.7.0",
  6452. "eslint-plugin-promise": "^6.1.1",
  6453. "eslint-plugin-react": "^7.36.1",
  6454. "standard-engine": "^15.1.0",
  6455. "version-guard": "^1.1.1"
  6456. },
  6457. "bin": {
  6458. "standard": "bin/cmd.cjs"
  6459. },
  6460. "engines": {
  6461. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6462. }
  6463. },
  6464. "node_modules/standard-engine": {
  6465. "version": "15.1.0",
  6466. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  6467. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  6468. "funding": [
  6469. {
  6470. "type": "github",
  6471. "url": "https://github.com/sponsors/feross"
  6472. },
  6473. {
  6474. "type": "patreon",
  6475. "url": "https://www.patreon.com/feross"
  6476. },
  6477. {
  6478. "type": "consulting",
  6479. "url": "https://feross.org/support"
  6480. }
  6481. ],
  6482. "license": "MIT",
  6483. "dependencies": {
  6484. "get-stdin": "^8.0.0",
  6485. "minimist": "^1.2.6",
  6486. "pkg-conf": "^3.1.0",
  6487. "xdg-basedir": "^4.0.0"
  6488. },
  6489. "engines": {
  6490. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6491. }
  6492. },
  6493. "node_modules/stop-iteration-iterator": {
  6494. "version": "1.1.0",
  6495. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  6496. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  6497. "license": "MIT",
  6498. "dependencies": {
  6499. "es-errors": "^1.3.0",
  6500. "internal-slot": "^1.1.0"
  6501. },
  6502. "engines": {
  6503. "node": ">= 0.4"
  6504. }
  6505. },
  6506. "node_modules/string-width": {
  6507. "version": "4.2.3",
  6508. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6509. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6510. "dev": true,
  6511. "dependencies": {
  6512. "emoji-regex": "^8.0.0",
  6513. "is-fullwidth-code-point": "^3.0.0",
  6514. "strip-ansi": "^6.0.1"
  6515. },
  6516. "engines": {
  6517. "node": ">=8"
  6518. }
  6519. },
  6520. "node_modules/string.prototype.matchall": {
  6521. "version": "4.0.12",
  6522. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6523. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6524. "license": "MIT",
  6525. "dependencies": {
  6526. "call-bind": "^1.0.8",
  6527. "call-bound": "^1.0.3",
  6528. "define-properties": "^1.2.1",
  6529. "es-abstract": "^1.23.6",
  6530. "es-errors": "^1.3.0",
  6531. "es-object-atoms": "^1.0.0",
  6532. "get-intrinsic": "^1.2.6",
  6533. "gopd": "^1.2.0",
  6534. "has-symbols": "^1.1.0",
  6535. "internal-slot": "^1.1.0",
  6536. "regexp.prototype.flags": "^1.5.3",
  6537. "set-function-name": "^2.0.2",
  6538. "side-channel": "^1.1.0"
  6539. },
  6540. "engines": {
  6541. "node": ">= 0.4"
  6542. },
  6543. "funding": {
  6544. "url": "https://github.com/sponsors/ljharb"
  6545. }
  6546. },
  6547. "node_modules/string.prototype.repeat": {
  6548. "version": "1.0.0",
  6549. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6550. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6551. "license": "MIT",
  6552. "dependencies": {
  6553. "define-properties": "^1.1.3",
  6554. "es-abstract": "^1.17.5"
  6555. }
  6556. },
  6557. "node_modules/string.prototype.trim": {
  6558. "version": "1.2.10",
  6559. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  6560. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "call-bind": "^1.0.8",
  6564. "call-bound": "^1.0.2",
  6565. "define-data-property": "^1.1.4",
  6566. "define-properties": "^1.2.1",
  6567. "es-abstract": "^1.23.5",
  6568. "es-object-atoms": "^1.0.0",
  6569. "has-property-descriptors": "^1.0.2"
  6570. },
  6571. "engines": {
  6572. "node": ">= 0.4"
  6573. },
  6574. "funding": {
  6575. "url": "https://github.com/sponsors/ljharb"
  6576. }
  6577. },
  6578. "node_modules/string.prototype.trimend": {
  6579. "version": "1.0.9",
  6580. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  6581. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  6582. "license": "MIT",
  6583. "dependencies": {
  6584. "call-bind": "^1.0.8",
  6585. "call-bound": "^1.0.2",
  6586. "define-properties": "^1.2.1",
  6587. "es-object-atoms": "^1.0.0"
  6588. },
  6589. "engines": {
  6590. "node": ">= 0.4"
  6591. },
  6592. "funding": {
  6593. "url": "https://github.com/sponsors/ljharb"
  6594. }
  6595. },
  6596. "node_modules/string.prototype.trimstart": {
  6597. "version": "1.0.8",
  6598. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6599. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6600. "license": "MIT",
  6601. "dependencies": {
  6602. "call-bind": "^1.0.7",
  6603. "define-properties": "^1.2.1",
  6604. "es-object-atoms": "^1.0.0"
  6605. },
  6606. "engines": {
  6607. "node": ">= 0.4"
  6608. },
  6609. "funding": {
  6610. "url": "https://github.com/sponsors/ljharb"
  6611. }
  6612. },
  6613. "node_modules/strip-ansi": {
  6614. "version": "6.0.1",
  6615. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6616. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6617. "dependencies": {
  6618. "ansi-regex": "^5.0.1"
  6619. },
  6620. "engines": {
  6621. "node": ">=8"
  6622. }
  6623. },
  6624. "node_modules/strip-bom": {
  6625. "version": "3.0.0",
  6626. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6627. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6628. "license": "MIT",
  6629. "engines": {
  6630. "node": ">=4"
  6631. }
  6632. },
  6633. "node_modules/strip-json-comments": {
  6634. "version": "3.1.1",
  6635. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6636. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6637. "license": "MIT",
  6638. "engines": {
  6639. "node": ">=8"
  6640. },
  6641. "funding": {
  6642. "url": "https://github.com/sponsors/sindresorhus"
  6643. }
  6644. },
  6645. "node_modules/stylelint": {
  6646. "version": "17.11.0",
  6647. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz",
  6648. "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==",
  6649. "dev": true,
  6650. "funding": [
  6651. {
  6652. "type": "opencollective",
  6653. "url": "https://opencollective.com/stylelint"
  6654. },
  6655. {
  6656. "type": "github",
  6657. "url": "https://github.com/sponsors/stylelint"
  6658. }
  6659. ],
  6660. "license": "MIT",
  6661. "dependencies": {
  6662. "@csstools/css-calc": "^3.2.0",
  6663. "@csstools/css-parser-algorithms": "^4.0.0",
  6664. "@csstools/css-syntax-patches-for-csstree": "^1.1.3",
  6665. "@csstools/css-tokenizer": "^4.0.0",
  6666. "@csstools/media-query-list-parser": "^5.0.0",
  6667. "@csstools/selector-resolve-nested": "^4.0.0",
  6668. "@csstools/selector-specificity": "^6.0.0",
  6669. "colord": "^2.9.3",
  6670. "cosmiconfig": "^9.0.1",
  6671. "css-functions-list": "^3.3.3",
  6672. "css-tree": "^3.2.1",
  6673. "debug": "^4.4.3",
  6674. "fast-glob": "^3.3.3",
  6675. "fastest-levenshtein": "^1.0.16",
  6676. "file-entry-cache": "^11.1.2",
  6677. "global-modules": "^2.0.0",
  6678. "globby": "^16.2.0",
  6679. "globjoin": "^0.1.4",
  6680. "html-tags": "^5.1.0",
  6681. "ignore": "^7.0.5",
  6682. "import-meta-resolve": "^4.2.0",
  6683. "is-plain-object": "^5.0.0",
  6684. "mathml-tag-names": "^4.0.0",
  6685. "meow": "^14.1.0",
  6686. "micromatch": "^4.0.8",
  6687. "normalize-path": "^3.0.0",
  6688. "picocolors": "^1.1.1",
  6689. "postcss": "^8.5.13",
  6690. "postcss-safe-parser": "^7.0.1",
  6691. "postcss-selector-parser": "^7.1.1",
  6692. "postcss-value-parser": "^4.2.0",
  6693. "string-width": "^8.2.1",
  6694. "supports-hyperlinks": "^4.4.0",
  6695. "svg-tags": "^1.0.0",
  6696. "table": "^6.9.0",
  6697. "write-file-atomic": "^7.0.1"
  6698. },
  6699. "bin": {
  6700. "stylelint": "bin/stylelint.mjs"
  6701. },
  6702. "engines": {
  6703. "node": ">=20.19.0"
  6704. }
  6705. },
  6706. "node_modules/stylelint-config-recommended": {
  6707. "version": "18.0.0",
  6708. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  6709. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  6710. "dev": true,
  6711. "funding": [
  6712. {
  6713. "type": "opencollective",
  6714. "url": "https://opencollective.com/stylelint"
  6715. },
  6716. {
  6717. "type": "github",
  6718. "url": "https://github.com/sponsors/stylelint"
  6719. }
  6720. ],
  6721. "license": "MIT",
  6722. "engines": {
  6723. "node": ">=20.19.0"
  6724. },
  6725. "peerDependencies": {
  6726. "stylelint": "^17.0.0"
  6727. }
  6728. },
  6729. "node_modules/stylelint-config-standard": {
  6730. "version": "40.0.0",
  6731. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  6732. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  6733. "dev": true,
  6734. "funding": [
  6735. {
  6736. "type": "opencollective",
  6737. "url": "https://opencollective.com/stylelint"
  6738. },
  6739. {
  6740. "type": "github",
  6741. "url": "https://github.com/sponsors/stylelint"
  6742. }
  6743. ],
  6744. "license": "MIT",
  6745. "dependencies": {
  6746. "stylelint-config-recommended": "^18.0.0"
  6747. },
  6748. "engines": {
  6749. "node": ">=20.19.0"
  6750. },
  6751. "peerDependencies": {
  6752. "stylelint": "^17.0.0"
  6753. }
  6754. },
  6755. "node_modules/stylelint/node_modules/ansi-regex": {
  6756. "version": "6.2.2",
  6757. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  6758. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  6759. "dev": true,
  6760. "license": "MIT",
  6761. "engines": {
  6762. "node": ">=12"
  6763. },
  6764. "funding": {
  6765. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6766. }
  6767. },
  6768. "node_modules/stylelint/node_modules/file-entry-cache": {
  6769. "version": "11.1.2",
  6770. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.2.tgz",
  6771. "integrity": "sha512-N2WFfK12gmrK1c1GXOqiAJ1tc5YE+R53zvQ+t5P8S5XhnmKYVB5eZEiLNZKDSmoG8wqqbF9EXYBBW/nef19log==",
  6772. "dev": true,
  6773. "license": "MIT",
  6774. "dependencies": {
  6775. "flat-cache": "^6.1.20"
  6776. }
  6777. },
  6778. "node_modules/stylelint/node_modules/flat-cache": {
  6779. "version": "6.1.20",
  6780. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.20.tgz",
  6781. "integrity": "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==",
  6782. "dev": true,
  6783. "license": "MIT",
  6784. "dependencies": {
  6785. "cacheable": "^2.3.2",
  6786. "flatted": "^3.3.3",
  6787. "hookified": "^1.15.0"
  6788. }
  6789. },
  6790. "node_modules/stylelint/node_modules/ignore": {
  6791. "version": "7.0.5",
  6792. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  6793. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  6794. "dev": true,
  6795. "license": "MIT",
  6796. "engines": {
  6797. "node": ">= 4"
  6798. }
  6799. },
  6800. "node_modules/stylelint/node_modules/string-width": {
  6801. "version": "8.2.1",
  6802. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
  6803. "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
  6804. "dev": true,
  6805. "license": "MIT",
  6806. "dependencies": {
  6807. "get-east-asian-width": "^1.5.0",
  6808. "strip-ansi": "^7.1.2"
  6809. },
  6810. "engines": {
  6811. "node": ">=20"
  6812. },
  6813. "funding": {
  6814. "url": "https://github.com/sponsors/sindresorhus"
  6815. }
  6816. },
  6817. "node_modules/stylelint/node_modules/strip-ansi": {
  6818. "version": "7.2.0",
  6819. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  6820. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  6821. "dev": true,
  6822. "license": "MIT",
  6823. "dependencies": {
  6824. "ansi-regex": "^6.2.2"
  6825. },
  6826. "engines": {
  6827. "node": ">=12"
  6828. },
  6829. "funding": {
  6830. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6831. }
  6832. },
  6833. "node_modules/superjson": {
  6834. "version": "2.2.6",
  6835. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  6836. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  6837. "license": "MIT",
  6838. "dependencies": {
  6839. "copy-anything": "^4"
  6840. },
  6841. "engines": {
  6842. "node": ">=16"
  6843. }
  6844. },
  6845. "node_modules/supports-color": {
  6846. "version": "7.2.0",
  6847. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6848. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6849. "dependencies": {
  6850. "has-flag": "^4.0.0"
  6851. },
  6852. "engines": {
  6853. "node": ">=8"
  6854. }
  6855. },
  6856. "node_modules/supports-hyperlinks": {
  6857. "version": "4.4.0",
  6858. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
  6859. "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
  6860. "dev": true,
  6861. "license": "MIT",
  6862. "dependencies": {
  6863. "has-flag": "^5.0.1",
  6864. "supports-color": "^10.2.2"
  6865. },
  6866. "engines": {
  6867. "node": ">=20"
  6868. },
  6869. "funding": {
  6870. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  6871. }
  6872. },
  6873. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  6874. "version": "5.0.1",
  6875. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  6876. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  6877. "dev": true,
  6878. "license": "MIT",
  6879. "engines": {
  6880. "node": ">=12"
  6881. },
  6882. "funding": {
  6883. "url": "https://github.com/sponsors/sindresorhus"
  6884. }
  6885. },
  6886. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  6887. "version": "10.2.2",
  6888. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  6889. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  6890. "dev": true,
  6891. "license": "MIT",
  6892. "engines": {
  6893. "node": ">=18"
  6894. },
  6895. "funding": {
  6896. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6897. }
  6898. },
  6899. "node_modules/supports-preserve-symlinks-flag": {
  6900. "version": "1.0.0",
  6901. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6902. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6903. "license": "MIT",
  6904. "engines": {
  6905. "node": ">= 0.4"
  6906. },
  6907. "funding": {
  6908. "url": "https://github.com/sponsors/ljharb"
  6909. }
  6910. },
  6911. "node_modules/svg-tags": {
  6912. "version": "1.0.0",
  6913. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6914. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  6915. "dev": true
  6916. },
  6917. "node_modules/table": {
  6918. "version": "6.9.0",
  6919. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  6920. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6921. "dev": true,
  6922. "license": "BSD-3-Clause",
  6923. "dependencies": {
  6924. "ajv": "^8.0.1",
  6925. "lodash.truncate": "^4.4.2",
  6926. "slice-ansi": "^4.0.0",
  6927. "string-width": "^4.2.3",
  6928. "strip-ansi": "^6.0.1"
  6929. },
  6930. "engines": {
  6931. "node": ">=10.0.0"
  6932. }
  6933. },
  6934. "node_modules/table/node_modules/ajv": {
  6935. "version": "8.20.0",
  6936. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  6937. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  6938. "dev": true,
  6939. "license": "MIT",
  6940. "dependencies": {
  6941. "fast-deep-equal": "^3.1.3",
  6942. "fast-uri": "^3.0.1",
  6943. "json-schema-traverse": "^1.0.0",
  6944. "require-from-string": "^2.0.2"
  6945. },
  6946. "funding": {
  6947. "type": "github",
  6948. "url": "https://github.com/sponsors/epoberezkin"
  6949. }
  6950. },
  6951. "node_modules/table/node_modules/json-schema-traverse": {
  6952. "version": "1.0.0",
  6953. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6954. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6955. "dev": true
  6956. },
  6957. "node_modules/text-table": {
  6958. "version": "0.2.0",
  6959. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6960. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6961. "license": "MIT"
  6962. },
  6963. "node_modules/tinyglobby": {
  6964. "version": "0.2.16",
  6965. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  6966. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  6967. "license": "MIT",
  6968. "dependencies": {
  6969. "fdir": "^6.5.0",
  6970. "picomatch": "^4.0.4"
  6971. },
  6972. "engines": {
  6973. "node": ">=12.0.0"
  6974. },
  6975. "funding": {
  6976. "url": "https://github.com/sponsors/SuperchupuDev"
  6977. }
  6978. },
  6979. "node_modules/tinyglobby/node_modules/fdir": {
  6980. "version": "6.5.0",
  6981. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6982. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6983. "license": "MIT",
  6984. "engines": {
  6985. "node": ">=12.0.0"
  6986. },
  6987. "peerDependencies": {
  6988. "picomatch": "^3 || ^4"
  6989. },
  6990. "peerDependenciesMeta": {
  6991. "picomatch": {
  6992. "optional": true
  6993. }
  6994. }
  6995. },
  6996. "node_modules/tinyglobby/node_modules/picomatch": {
  6997. "version": "4.0.4",
  6998. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6999. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7000. "license": "MIT",
  7001. "engines": {
  7002. "node": ">=12"
  7003. },
  7004. "funding": {
  7005. "url": "https://github.com/sponsors/jonschlinkert"
  7006. }
  7007. },
  7008. "node_modules/to-regex-range": {
  7009. "version": "5.0.1",
  7010. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7011. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7012. "dev": true,
  7013. "license": "MIT",
  7014. "dependencies": {
  7015. "is-number": "^7.0.0"
  7016. },
  7017. "engines": {
  7018. "node": ">=8.0"
  7019. }
  7020. },
  7021. "node_modules/tsconfig-paths": {
  7022. "version": "3.15.0",
  7023. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  7024. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  7025. "license": "MIT",
  7026. "dependencies": {
  7027. "@types/json5": "^0.0.29",
  7028. "json5": "^1.0.2",
  7029. "minimist": "^1.2.6",
  7030. "strip-bom": "^3.0.0"
  7031. }
  7032. },
  7033. "node_modules/tslib": {
  7034. "version": "2.8.1",
  7035. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  7036. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  7037. "license": "0BSD",
  7038. "optional": true
  7039. },
  7040. "node_modules/type-check": {
  7041. "version": "0.4.0",
  7042. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7043. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7044. "license": "MIT",
  7045. "dependencies": {
  7046. "prelude-ls": "^1.2.1"
  7047. },
  7048. "engines": {
  7049. "node": ">= 0.8.0"
  7050. }
  7051. },
  7052. "node_modules/type-fest": {
  7053. "version": "0.20.2",
  7054. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7055. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7056. "license": "(MIT OR CC0-1.0)",
  7057. "engines": {
  7058. "node": ">=10"
  7059. },
  7060. "funding": {
  7061. "url": "https://github.com/sponsors/sindresorhus"
  7062. }
  7063. },
  7064. "node_modules/typed-array-buffer": {
  7065. "version": "1.0.3",
  7066. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  7067. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  7068. "license": "MIT",
  7069. "dependencies": {
  7070. "call-bound": "^1.0.3",
  7071. "es-errors": "^1.3.0",
  7072. "is-typed-array": "^1.1.14"
  7073. },
  7074. "engines": {
  7075. "node": ">= 0.4"
  7076. }
  7077. },
  7078. "node_modules/typed-array-byte-length": {
  7079. "version": "1.0.3",
  7080. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  7081. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  7082. "license": "MIT",
  7083. "dependencies": {
  7084. "call-bind": "^1.0.8",
  7085. "for-each": "^0.3.3",
  7086. "gopd": "^1.2.0",
  7087. "has-proto": "^1.2.0",
  7088. "is-typed-array": "^1.1.14"
  7089. },
  7090. "engines": {
  7091. "node": ">= 0.4"
  7092. },
  7093. "funding": {
  7094. "url": "https://github.com/sponsors/ljharb"
  7095. }
  7096. },
  7097. "node_modules/typed-array-byte-offset": {
  7098. "version": "1.0.4",
  7099. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  7100. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  7101. "license": "MIT",
  7102. "dependencies": {
  7103. "available-typed-arrays": "^1.0.7",
  7104. "call-bind": "^1.0.8",
  7105. "for-each": "^0.3.3",
  7106. "gopd": "^1.2.0",
  7107. "has-proto": "^1.2.0",
  7108. "is-typed-array": "^1.1.15",
  7109. "reflect.getprototypeof": "^1.0.9"
  7110. },
  7111. "engines": {
  7112. "node": ">= 0.4"
  7113. },
  7114. "funding": {
  7115. "url": "https://github.com/sponsors/ljharb"
  7116. }
  7117. },
  7118. "node_modules/typed-array-length": {
  7119. "version": "1.0.7",
  7120. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  7121. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  7122. "license": "MIT",
  7123. "dependencies": {
  7124. "call-bind": "^1.0.7",
  7125. "for-each": "^0.3.3",
  7126. "gopd": "^1.0.1",
  7127. "is-typed-array": "^1.1.13",
  7128. "possible-typed-array-names": "^1.0.0",
  7129. "reflect.getprototypeof": "^1.0.6"
  7130. },
  7131. "engines": {
  7132. "node": ">= 0.4"
  7133. },
  7134. "funding": {
  7135. "url": "https://github.com/sponsors/ljharb"
  7136. }
  7137. },
  7138. "node_modules/ufo": {
  7139. "version": "1.6.3",
  7140. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  7141. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  7142. "license": "MIT"
  7143. },
  7144. "node_modules/unbox-primitive": {
  7145. "version": "1.1.0",
  7146. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  7147. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  7148. "license": "MIT",
  7149. "dependencies": {
  7150. "call-bound": "^1.0.3",
  7151. "has-bigints": "^1.0.2",
  7152. "has-symbols": "^1.1.0",
  7153. "which-boxed-primitive": "^1.1.1"
  7154. },
  7155. "engines": {
  7156. "node": ">= 0.4"
  7157. },
  7158. "funding": {
  7159. "url": "https://github.com/sponsors/ljharb"
  7160. }
  7161. },
  7162. "node_modules/unicorn-magic": {
  7163. "version": "0.4.0",
  7164. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7165. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7166. "dev": true,
  7167. "license": "MIT",
  7168. "engines": {
  7169. "node": ">=20"
  7170. },
  7171. "funding": {
  7172. "url": "https://github.com/sponsors/sindresorhus"
  7173. }
  7174. },
  7175. "node_modules/unplugin": {
  7176. "version": "3.0.0",
  7177. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  7178. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  7179. "license": "MIT",
  7180. "dependencies": {
  7181. "@jridgewell/remapping": "^2.3.5",
  7182. "picomatch": "^4.0.3",
  7183. "webpack-virtual-modules": "^0.6.2"
  7184. },
  7185. "engines": {
  7186. "node": "^20.19.0 || >=22.12.0"
  7187. }
  7188. },
  7189. "node_modules/unplugin-utils": {
  7190. "version": "0.3.1",
  7191. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  7192. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  7193. "license": "MIT",
  7194. "dependencies": {
  7195. "pathe": "^2.0.3",
  7196. "picomatch": "^4.0.3"
  7197. },
  7198. "engines": {
  7199. "node": ">=20.19.0"
  7200. },
  7201. "funding": {
  7202. "url": "https://github.com/sponsors/sxzz"
  7203. }
  7204. },
  7205. "node_modules/unplugin-utils/node_modules/picomatch": {
  7206. "version": "4.0.4",
  7207. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7208. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7209. "license": "MIT",
  7210. "engines": {
  7211. "node": ">=12"
  7212. },
  7213. "funding": {
  7214. "url": "https://github.com/sponsors/jonschlinkert"
  7215. }
  7216. },
  7217. "node_modules/unplugin-vue-components": {
  7218. "version": "32.0.0",
  7219. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.0.0.tgz",
  7220. "integrity": "sha512-uLdccgS7mf3pv1bCCP20y/hm+u1eOjAmygVkh+Oa70MPkzgl1eQv1L0CwdHNM3gscO8/GDMGIET98Ja47CBbZg==",
  7221. "license": "MIT",
  7222. "dependencies": {
  7223. "chokidar": "^5.0.0",
  7224. "local-pkg": "^1.1.2",
  7225. "magic-string": "^0.30.21",
  7226. "mlly": "^1.8.2",
  7227. "obug": "^2.1.1",
  7228. "picomatch": "^4.0.3",
  7229. "tinyglobby": "^0.2.15",
  7230. "unplugin": "^3.0.0",
  7231. "unplugin-utils": "^0.3.1"
  7232. },
  7233. "engines": {
  7234. "node": ">=20.19.0"
  7235. },
  7236. "funding": {
  7237. "url": "https://github.com/sponsors/antfu"
  7238. },
  7239. "peerDependencies": {
  7240. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  7241. "vue": "^3.0.0"
  7242. },
  7243. "peerDependenciesMeta": {
  7244. "@nuxt/kit": {
  7245. "optional": true
  7246. }
  7247. }
  7248. },
  7249. "node_modules/unplugin-vue-components/node_modules/picomatch": {
  7250. "version": "4.0.4",
  7251. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7252. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7253. "license": "MIT",
  7254. "engines": {
  7255. "node": ">=12"
  7256. },
  7257. "funding": {
  7258. "url": "https://github.com/sponsors/jonschlinkert"
  7259. }
  7260. },
  7261. "node_modules/unplugin/node_modules/picomatch": {
  7262. "version": "4.0.4",
  7263. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7264. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7265. "license": "MIT",
  7266. "engines": {
  7267. "node": ">=12"
  7268. },
  7269. "funding": {
  7270. "url": "https://github.com/sponsors/jonschlinkert"
  7271. }
  7272. },
  7273. "node_modules/uri-js": {
  7274. "version": "4.4.1",
  7275. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7276. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7277. "dependencies": {
  7278. "punycode": "^2.1.0"
  7279. }
  7280. },
  7281. "node_modules/util-deprecate": {
  7282. "version": "1.0.2",
  7283. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  7284. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  7285. "dev": true,
  7286. "license": "MIT"
  7287. },
  7288. "node_modules/version-guard": {
  7289. "version": "1.1.3",
  7290. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  7291. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  7292. "license": "0BSD",
  7293. "engines": {
  7294. "node": ">=0.10.48"
  7295. }
  7296. },
  7297. "node_modules/vite": {
  7298. "version": "8.0.11",
  7299. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.11.tgz",
  7300. "integrity": "sha512-Jz1mxtUBR5xTT65VOdJZUUeoyLtqljmFkiUXhPTLZka3RDc9vpi/xXkyrnsdRcm2lIi3l3GPMnAidTsEGIj3Ow==",
  7301. "license": "MIT",
  7302. "dependencies": {
  7303. "lightningcss": "^1.32.0",
  7304. "picomatch": "^4.0.4",
  7305. "postcss": "^8.5.14",
  7306. "rolldown": "1.0.0-rc.18",
  7307. "tinyglobby": "^0.2.16"
  7308. },
  7309. "bin": {
  7310. "vite": "bin/vite.js"
  7311. },
  7312. "engines": {
  7313. "node": "^20.19.0 || >=22.12.0"
  7314. },
  7315. "funding": {
  7316. "url": "https://github.com/vitejs/vite?sponsor=1"
  7317. },
  7318. "optionalDependencies": {
  7319. "fsevents": "~2.3.3"
  7320. },
  7321. "peerDependencies": {
  7322. "@types/node": "^20.19.0 || >=22.12.0",
  7323. "@vitejs/devtools": "^0.1.18",
  7324. "esbuild": "^0.27.0 || ^0.28.0",
  7325. "jiti": ">=1.21.0",
  7326. "less": "^4.0.0",
  7327. "sass": "^1.70.0",
  7328. "sass-embedded": "^1.70.0",
  7329. "stylus": ">=0.54.8",
  7330. "sugarss": "^5.0.0",
  7331. "terser": "^5.16.0",
  7332. "tsx": "^4.8.1",
  7333. "yaml": "^2.4.2"
  7334. },
  7335. "peerDependenciesMeta": {
  7336. "@types/node": {
  7337. "optional": true
  7338. },
  7339. "@vitejs/devtools": {
  7340. "optional": true
  7341. },
  7342. "esbuild": {
  7343. "optional": true
  7344. },
  7345. "jiti": {
  7346. "optional": true
  7347. },
  7348. "less": {
  7349. "optional": true
  7350. },
  7351. "sass": {
  7352. "optional": true
  7353. },
  7354. "sass-embedded": {
  7355. "optional": true
  7356. },
  7357. "stylus": {
  7358. "optional": true
  7359. },
  7360. "sugarss": {
  7361. "optional": true
  7362. },
  7363. "terser": {
  7364. "optional": true
  7365. },
  7366. "tsx": {
  7367. "optional": true
  7368. },
  7369. "yaml": {
  7370. "optional": true
  7371. }
  7372. }
  7373. },
  7374. "node_modules/vite/node_modules/picomatch": {
  7375. "version": "4.0.4",
  7376. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7377. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7378. "license": "MIT",
  7379. "engines": {
  7380. "node": ">=12"
  7381. },
  7382. "funding": {
  7383. "url": "https://github.com/sponsors/jonschlinkert"
  7384. }
  7385. },
  7386. "node_modules/vue": {
  7387. "version": "3.5.34",
  7388. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  7389. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  7390. "license": "MIT",
  7391. "dependencies": {
  7392. "@vue/compiler-dom": "3.5.34",
  7393. "@vue/compiler-sfc": "3.5.34",
  7394. "@vue/runtime-dom": "3.5.34",
  7395. "@vue/server-renderer": "3.5.34",
  7396. "@vue/shared": "3.5.34"
  7397. },
  7398. "peerDependencies": {
  7399. "typescript": "*"
  7400. },
  7401. "peerDependenciesMeta": {
  7402. "typescript": {
  7403. "optional": true
  7404. }
  7405. }
  7406. },
  7407. "node_modules/vue-i18n": {
  7408. "version": "11.4.2",
  7409. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.4.2.tgz",
  7410. "integrity": "sha512-sADDeKXqAGsPX6tK3t3y2ZiMpbVWN12tG+MhTiJ06rVoh58eGtM4wFyw3uWGbVkXByVp9Ne/AP+nSSzI+J9OAQ==",
  7411. "license": "MIT",
  7412. "dependencies": {
  7413. "@intlify/core-base": "11.4.2",
  7414. "@intlify/devtools-types": "11.4.2",
  7415. "@intlify/shared": "11.4.2",
  7416. "@vue/devtools-api": "^6.5.0"
  7417. },
  7418. "engines": {
  7419. "node": ">= 16"
  7420. },
  7421. "funding": {
  7422. "url": "https://github.com/sponsors/kazupon"
  7423. },
  7424. "peerDependencies": {
  7425. "vue": "^3.0.0"
  7426. }
  7427. },
  7428. "node_modules/vue-router": {
  7429. "version": "5.0.6",
  7430. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.6.tgz",
  7431. "integrity": "sha512-9+kmUTGbKMyW9Asoy98IXXYIzrTMT7JDAdpDDeEkorHvybpUvBI2wsrSM5jFOXrFydpzRFJ9vAh+80DN2PGu9w==",
  7432. "license": "MIT",
  7433. "dependencies": {
  7434. "@babel/generator": "^7.28.6",
  7435. "@vue-macros/common": "^3.1.1",
  7436. "@vue/devtools-api": "^8.0.6",
  7437. "ast-walker-scope": "^0.8.3",
  7438. "chokidar": "^5.0.0",
  7439. "json5": "^2.2.3",
  7440. "local-pkg": "^1.1.2",
  7441. "magic-string": "^0.30.21",
  7442. "mlly": "^1.8.0",
  7443. "muggle-string": "^0.4.1",
  7444. "pathe": "^2.0.3",
  7445. "picomatch": "^4.0.3",
  7446. "scule": "^1.3.0",
  7447. "tinyglobby": "^0.2.15",
  7448. "unplugin": "^3.0.0",
  7449. "unplugin-utils": "^0.3.1",
  7450. "yaml": "^2.8.2"
  7451. },
  7452. "funding": {
  7453. "url": "https://github.com/sponsors/posva"
  7454. },
  7455. "peerDependencies": {
  7456. "@pinia/colada": ">=0.21.2",
  7457. "@vue/compiler-sfc": "^3.5.17",
  7458. "pinia": "^3.0.4",
  7459. "vue": "^3.5.0"
  7460. },
  7461. "peerDependenciesMeta": {
  7462. "@pinia/colada": {
  7463. "optional": true
  7464. },
  7465. "@vue/compiler-sfc": {
  7466. "optional": true
  7467. },
  7468. "pinia": {
  7469. "optional": true
  7470. }
  7471. }
  7472. },
  7473. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  7474. "version": "8.0.6",
  7475. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.0.6.tgz",
  7476. "integrity": "sha512-+lGBI+WTvJmnU2FZqHhEB8J1DXcvNlDeEalz77iYgOdY1jTj1ipSBaKj3sRhYcy+kqA8v/BSuvOz1XJucfQmUA==",
  7477. "license": "MIT",
  7478. "dependencies": {
  7479. "@vue/devtools-kit": "^8.0.6"
  7480. }
  7481. },
  7482. "node_modules/vue-router/node_modules/json5": {
  7483. "version": "2.2.3",
  7484. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7485. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7486. "license": "MIT",
  7487. "bin": {
  7488. "json5": "lib/cli.js"
  7489. },
  7490. "engines": {
  7491. "node": ">=6"
  7492. }
  7493. },
  7494. "node_modules/vue-router/node_modules/picomatch": {
  7495. "version": "4.0.4",
  7496. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7497. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7498. "license": "MIT",
  7499. "engines": {
  7500. "node": ">=12"
  7501. },
  7502. "funding": {
  7503. "url": "https://github.com/sponsors/jonschlinkert"
  7504. }
  7505. },
  7506. "node_modules/webpack-virtual-modules": {
  7507. "version": "0.6.2",
  7508. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  7509. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  7510. "license": "MIT"
  7511. },
  7512. "node_modules/which": {
  7513. "version": "2.0.2",
  7514. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7515. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7516. "license": "ISC",
  7517. "dependencies": {
  7518. "isexe": "^2.0.0"
  7519. },
  7520. "bin": {
  7521. "node-which": "bin/node-which"
  7522. },
  7523. "engines": {
  7524. "node": ">= 8"
  7525. }
  7526. },
  7527. "node_modules/which-boxed-primitive": {
  7528. "version": "1.1.1",
  7529. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  7530. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  7531. "license": "MIT",
  7532. "dependencies": {
  7533. "is-bigint": "^1.1.0",
  7534. "is-boolean-object": "^1.2.1",
  7535. "is-number-object": "^1.1.1",
  7536. "is-string": "^1.1.1",
  7537. "is-symbol": "^1.1.1"
  7538. },
  7539. "engines": {
  7540. "node": ">= 0.4"
  7541. },
  7542. "funding": {
  7543. "url": "https://github.com/sponsors/ljharb"
  7544. }
  7545. },
  7546. "node_modules/which-builtin-type": {
  7547. "version": "1.2.1",
  7548. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  7549. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  7550. "license": "MIT",
  7551. "dependencies": {
  7552. "call-bound": "^1.0.2",
  7553. "function.prototype.name": "^1.1.6",
  7554. "has-tostringtag": "^1.0.2",
  7555. "is-async-function": "^2.0.0",
  7556. "is-date-object": "^1.1.0",
  7557. "is-finalizationregistry": "^1.1.0",
  7558. "is-generator-function": "^1.0.10",
  7559. "is-regex": "^1.2.1",
  7560. "is-weakref": "^1.0.2",
  7561. "isarray": "^2.0.5",
  7562. "which-boxed-primitive": "^1.1.0",
  7563. "which-collection": "^1.0.2",
  7564. "which-typed-array": "^1.1.16"
  7565. },
  7566. "engines": {
  7567. "node": ">= 0.4"
  7568. },
  7569. "funding": {
  7570. "url": "https://github.com/sponsors/ljharb"
  7571. }
  7572. },
  7573. "node_modules/which-collection": {
  7574. "version": "1.0.2",
  7575. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  7576. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  7577. "license": "MIT",
  7578. "dependencies": {
  7579. "is-map": "^2.0.3",
  7580. "is-set": "^2.0.3",
  7581. "is-weakmap": "^2.0.2",
  7582. "is-weakset": "^2.0.3"
  7583. },
  7584. "engines": {
  7585. "node": ">= 0.4"
  7586. },
  7587. "funding": {
  7588. "url": "https://github.com/sponsors/ljharb"
  7589. }
  7590. },
  7591. "node_modules/which-typed-array": {
  7592. "version": "1.1.19",
  7593. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  7594. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  7595. "license": "MIT",
  7596. "dependencies": {
  7597. "available-typed-arrays": "^1.0.7",
  7598. "call-bind": "^1.0.8",
  7599. "call-bound": "^1.0.4",
  7600. "for-each": "^0.3.5",
  7601. "get-proto": "^1.0.1",
  7602. "gopd": "^1.2.0",
  7603. "has-tostringtag": "^1.0.2"
  7604. },
  7605. "engines": {
  7606. "node": ">= 0.4"
  7607. },
  7608. "funding": {
  7609. "url": "https://github.com/sponsors/ljharb"
  7610. }
  7611. },
  7612. "node_modules/word-wrap": {
  7613. "version": "1.2.5",
  7614. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7615. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7616. "license": "MIT",
  7617. "engines": {
  7618. "node": ">=0.10.0"
  7619. }
  7620. },
  7621. "node_modules/wrappy": {
  7622. "version": "1.0.2",
  7623. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  7624. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  7625. "license": "ISC"
  7626. },
  7627. "node_modules/write-file-atomic": {
  7628. "version": "7.0.1",
  7629. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz",
  7630. "integrity": "sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==",
  7631. "dev": true,
  7632. "license": "ISC",
  7633. "dependencies": {
  7634. "signal-exit": "^4.0.1"
  7635. },
  7636. "engines": {
  7637. "node": "^20.17.0 || >=22.9.0"
  7638. }
  7639. },
  7640. "node_modules/xdg-basedir": {
  7641. "version": "4.0.0",
  7642. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  7643. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  7644. "license": "MIT",
  7645. "engines": {
  7646. "node": ">=8"
  7647. }
  7648. },
  7649. "node_modules/yaml": {
  7650. "version": "2.8.4",
  7651. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
  7652. "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
  7653. "license": "ISC",
  7654. "bin": {
  7655. "yaml": "bin.mjs"
  7656. },
  7657. "engines": {
  7658. "node": ">= 14.6"
  7659. },
  7660. "funding": {
  7661. "url": "https://github.com/sponsors/eemeli"
  7662. }
  7663. },
  7664. "node_modules/yocto-queue": {
  7665. "version": "0.1.0",
  7666. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7667. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7668. "license": "MIT",
  7669. "engines": {
  7670. "node": ">=10"
  7671. },
  7672. "funding": {
  7673. "url": "https://github.com/sponsors/sindresorhus"
  7674. }
  7675. }
  7676. }
  7677. }