package-lock.json 225 KB

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