package-lock.json 225 KB

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