package-lock.json 228 KB

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