package-lock.json 229 KB

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