package-lock.json 225 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^4.1.4",
  15. "@hugeicons/vue": "^1.0.5",
  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.15.0",
  22. "standard": "^17.1.2",
  23. "unplugin-vue-components": "^32.1.0",
  24. "vite": "^8.0.14",
  25. "vue": "^3.5.34",
  26. "vue-i18n": "^11.4.4",
  27. "vue-router": "^5.0.7"
  28. },
  29. "devDependencies": {
  30. "process": "^0.11.10",
  31. "stylelint": "^17.12.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.27.1",
  115. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  116. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  117. "license": "MIT",
  118. "engines": {
  119. "node": ">=6.9.0"
  120. }
  121. },
  122. "node_modules/@babel/helper-validator-identifier": {
  123. "version": "7.28.5",
  124. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  125. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  126. "license": "MIT",
  127. "engines": {
  128. "node": ">=6.9.0"
  129. }
  130. },
  131. "node_modules/@babel/parser": {
  132. "version": "7.29.3",
  133. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  134. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  135. "license": "MIT",
  136. "dependencies": {
  137. "@babel/types": "^7.29.0"
  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.0",
  148. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  149. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/helper-string-parser": "^7.27.1",
  153. "@babel/helper-validator-identifier": "^7.28.5"
  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.1",
  229. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  230. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  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.1",
  238. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  239. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  240. "license": "Apache-2.0",
  241. "peerDependencies": {
  242. "@bufbuild/protobuf": "^2.7.0",
  243. "@connectrpc/connect": "2.1.1"
  244. }
  245. },
  246. "node_modules/@csstools/css-calc": {
  247. "version": "3.2.0",
  248. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
  249. "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
  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.3",
  295. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.3.tgz",
  296. "integrity": "sha512-SH60bMfrRCJF3morcdk57WklujF4Jr/EsQUzqkarfHXEFcAR1gg7fS/chAE922Sehgzc1/+Tz5H3Ypa1HiEKrg==",
  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.27.2",
  441. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  442. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  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.27.2",
  458. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  459. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  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.27.2",
  475. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  476. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  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.27.2",
  492. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  493. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  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.27.2",
  509. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  510. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  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.27.2",
  526. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  527. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  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.27.2",
  543. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  544. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  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.27.2",
  560. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  561. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  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.27.2",
  577. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  578. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  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.27.2",
  594. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  595. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  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.27.2",
  611. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  612. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  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.27.2",
  628. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  629. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  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.27.2",
  645. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  646. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  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.27.2",
  662. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  663. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  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.27.2",
  679. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  680. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  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.27.2",
  696. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  697. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  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.27.2",
  713. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  714. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  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.27.2",
  730. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  731. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  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.27.2",
  747. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  748. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  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.27.2",
  764. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  765. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  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.27.2",
  781. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  782. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  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.27.2",
  798. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  799. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  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.27.2",
  815. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  816. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  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.27.2",
  832. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  833. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  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.27.2",
  849. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  850. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  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.27.2",
  866. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  867. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  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.1.4",
  942. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-4.1.4.tgz",
  943. "integrity": "sha512-vkMvlnW7Atqh7juhZCadYDvqABWcEeVAkavAK6HJBFbYkLCme5CN51Oc91D5j5ruDja+HQPjMfWkTxxulcwvAQ==",
  944. "license": "MIT"
  945. },
  946. "node_modules/@hugeicons/vue": {
  947. "version": "1.0.5",
  948. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.5.tgz",
  949. "integrity": "sha512-kaouUZceXtdDfupfiqqfn40tIyRBF/fcEvCfY96hZIXZ3JMsqpwhCDqiqoj+B5bMEUXOuvz3npNyKI5+7iPfYA==",
  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.4",
  998. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.4.4.tgz",
  999. "integrity": "sha512-w/vItlylrAmhebkIbVl5YY8XMCtj8Mb2g70ttxktMYuf5AuRahgEHL2iLgLIsZBIbTSgs4hkUo7ucCL0uTJvOg==",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "@intlify/devtools-types": "11.4.4",
  1003. "@intlify/message-compiler": "11.4.4",
  1004. "@intlify/shared": "11.4.4"
  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.4",
  1015. "resolved": "https://registry.npmjs.org/@intlify/devtools-types/-/devtools-types-11.4.4.tgz",
  1016. "integrity": "sha512-PcBLmGmDQsTSVV911P8upzpcLJO1CNVYi/IH6bGnLR2nA+0L963+kXN1ZrisTEnbtw2ewN6HMMSldqzjronA0Q==",
  1017. "license": "MIT",
  1018. "dependencies": {
  1019. "@intlify/core-base": "11.4.4",
  1020. "@intlify/shared": "11.4.4"
  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.4",
  1031. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.4.4.tgz",
  1032. "integrity": "sha512-vn0OAV9pYkJlPPmgnsSm5eAG3mL0+9C/oaded2JY9jmxBbhmUXT3TcAUY8WRgLY9Hte7lkUJKpXrVlYjMXBD2w==",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@intlify/shared": "11.4.4",
  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.4",
  1047. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.4.4.tgz",
  1048. "integrity": "sha512-QRUCHqda1U6aR14FR0vvXD4+4gj6+fm0AhAozvSuRCw0fCvrmCugWpgiR4xH2NI6s8am6N9p5OhirplsX8ZS3g==",
  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.4",
  1111. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  1112. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  1113. "license": "MIT",
  1114. "optional": true,
  1115. "dependencies": {
  1116. "@tybys/wasm-util": "^0.10.1"
  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.132.0",
  1161. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.132.0.tgz",
  1162. "integrity": "sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==",
  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.2",
  1170. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.2.tgz",
  1171. "integrity": "sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==",
  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.2",
  1186. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.2.tgz",
  1187. "integrity": "sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==",
  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.2",
  1202. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.2.tgz",
  1203. "integrity": "sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==",
  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.2",
  1218. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.2.tgz",
  1219. "integrity": "sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==",
  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.2",
  1234. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.2.tgz",
  1235. "integrity": "sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==",
  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.2",
  1250. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.2.tgz",
  1251. "integrity": "sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==",
  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.2",
  1266. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.2.tgz",
  1267. "integrity": "sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==",
  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.2",
  1282. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.2.tgz",
  1283. "integrity": "sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==",
  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.2",
  1298. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.2.tgz",
  1299. "integrity": "sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==",
  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.2",
  1314. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.2.tgz",
  1315. "integrity": "sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==",
  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.2",
  1330. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.2.tgz",
  1331. "integrity": "sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==",
  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.2",
  1346. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.2.tgz",
  1347. "integrity": "sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==",
  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.2",
  1362. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.2.tgz",
  1363. "integrity": "sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==",
  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.2",
  1380. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.2.tgz",
  1381. "integrity": "sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==",
  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.2",
  1396. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.2.tgz",
  1397. "integrity": "sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==",
  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.34",
  1508. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1509. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1510. "license": "MIT",
  1511. "dependencies": {
  1512. "@babel/parser": "^7.29.3",
  1513. "@vue/shared": "3.5.34",
  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.34",
  1521. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1522. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1523. "license": "MIT",
  1524. "dependencies": {
  1525. "@vue/compiler-core": "3.5.34",
  1526. "@vue/shared": "3.5.34"
  1527. }
  1528. },
  1529. "node_modules/@vue/compiler-sfc": {
  1530. "version": "3.5.34",
  1531. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1532. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1533. "license": "MIT",
  1534. "dependencies": {
  1535. "@babel/parser": "^7.29.3",
  1536. "@vue/compiler-core": "3.5.34",
  1537. "@vue/compiler-dom": "3.5.34",
  1538. "@vue/compiler-ssr": "3.5.34",
  1539. "@vue/shared": "3.5.34",
  1540. "estree-walker": "^2.0.2",
  1541. "magic-string": "^0.30.21",
  1542. "postcss": "^8.5.14",
  1543. "source-map-js": "^1.2.1"
  1544. }
  1545. },
  1546. "node_modules/@vue/compiler-ssr": {
  1547. "version": "3.5.34",
  1548. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1549. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "@vue/compiler-dom": "3.5.34",
  1553. "@vue/shared": "3.5.34"
  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.34",
  1582. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  1583. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  1584. "license": "MIT",
  1585. "dependencies": {
  1586. "@vue/shared": "3.5.34"
  1587. }
  1588. },
  1589. "node_modules/@vue/runtime-core": {
  1590. "version": "3.5.34",
  1591. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  1592. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  1593. "license": "MIT",
  1594. "dependencies": {
  1595. "@vue/reactivity": "3.5.34",
  1596. "@vue/shared": "3.5.34"
  1597. }
  1598. },
  1599. "node_modules/@vue/runtime-dom": {
  1600. "version": "3.5.34",
  1601. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1602. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "@vue/reactivity": "3.5.34",
  1606. "@vue/runtime-core": "3.5.34",
  1607. "@vue/shared": "3.5.34",
  1608. "csstype": "^3.2.3"
  1609. }
  1610. },
  1611. "node_modules/@vue/server-renderer": {
  1612. "version": "3.5.34",
  1613. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1614. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1615. "license": "MIT",
  1616. "dependencies": {
  1617. "@vue/compiler-ssr": "3.5.34",
  1618. "@vue/shared": "3.5.34"
  1619. },
  1620. "peerDependencies": {
  1621. "vue": "3.5.34"
  1622. }
  1623. },
  1624. "node_modules/@vue/shared": {
  1625. "version": "3.5.34",
  1626. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  1627. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  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.8.3",
  1886. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  1887. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "@babel/parser": "^7.28.4",
  1891. "ast-kit": "^2.1.3"
  1892. },
  1893. "engines": {
  1894. "node": ">=20.19.0"
  1895. },
  1896. "funding": {
  1897. "url": "https://github.com/sponsors/sxzz"
  1898. }
  1899. },
  1900. "node_modules/astral-regex": {
  1901. "version": "2.0.0",
  1902. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1903. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1904. "dev": true,
  1905. "engines": {
  1906. "node": ">=8"
  1907. }
  1908. },
  1909. "node_modules/async-function": {
  1910. "version": "1.0.0",
  1911. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1912. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1913. "license": "MIT",
  1914. "engines": {
  1915. "node": ">= 0.4"
  1916. }
  1917. },
  1918. "node_modules/available-typed-arrays": {
  1919. "version": "1.0.7",
  1920. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1921. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1922. "license": "MIT",
  1923. "dependencies": {
  1924. "possible-typed-array-names": "^1.0.0"
  1925. },
  1926. "engines": {
  1927. "node": ">= 0.4"
  1928. },
  1929. "funding": {
  1930. "url": "https://github.com/sponsors/ljharb"
  1931. }
  1932. },
  1933. "node_modules/balanced-match": {
  1934. "version": "1.0.2",
  1935. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1936. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1937. "license": "MIT"
  1938. },
  1939. "node_modules/birpc": {
  1940. "version": "2.9.0",
  1941. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  1942. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1943. "license": "MIT",
  1944. "funding": {
  1945. "url": "https://github.com/sponsors/antfu"
  1946. }
  1947. },
  1948. "node_modules/brace-expansion": {
  1949. "version": "1.1.14",
  1950. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  1951. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "balanced-match": "^1.0.0",
  1955. "concat-map": "0.0.1"
  1956. }
  1957. },
  1958. "node_modules/braces": {
  1959. "version": "3.0.3",
  1960. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1961. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1962. "dev": true,
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "fill-range": "^7.1.1"
  1966. },
  1967. "engines": {
  1968. "node": ">=8"
  1969. }
  1970. },
  1971. "node_modules/builtins": {
  1972. "version": "5.1.0",
  1973. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1974. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1975. "license": "MIT",
  1976. "dependencies": {
  1977. "semver": "^7.0.0"
  1978. }
  1979. },
  1980. "node_modules/builtins/node_modules/semver": {
  1981. "version": "7.7.3",
  1982. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1983. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1984. "license": "ISC",
  1985. "bin": {
  1986. "semver": "bin/semver.js"
  1987. },
  1988. "engines": {
  1989. "node": ">=10"
  1990. }
  1991. },
  1992. "node_modules/cacheable": {
  1993. "version": "2.3.5",
  1994. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.5.tgz",
  1995. "integrity": "sha512-EQfaKe09tl615iNvq/TBRWTFf1AKJNXYQSsMx0Z3EI0nA+pVsVPS8wJhnRlkbdacKPh1d0qVIhwTc2zsQNFEEg==",
  1996. "dev": true,
  1997. "license": "MIT",
  1998. "dependencies": {
  1999. "@cacheable/memory": "^2.0.8",
  2000. "@cacheable/utils": "^2.4.1",
  2001. "hookified": "^1.15.0",
  2002. "keyv": "^5.6.0",
  2003. "qified": "^0.10.1"
  2004. }
  2005. },
  2006. "node_modules/cacheable/node_modules/keyv": {
  2007. "version": "5.6.0",
  2008. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  2009. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  2010. "dev": true,
  2011. "license": "MIT",
  2012. "dependencies": {
  2013. "@keyv/serialize": "^1.1.1"
  2014. }
  2015. },
  2016. "node_modules/call-bind": {
  2017. "version": "1.0.8",
  2018. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  2019. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "call-bind-apply-helpers": "^1.0.0",
  2023. "es-define-property": "^1.0.0",
  2024. "get-intrinsic": "^1.2.4",
  2025. "set-function-length": "^1.2.2"
  2026. },
  2027. "engines": {
  2028. "node": ">= 0.4"
  2029. },
  2030. "funding": {
  2031. "url": "https://github.com/sponsors/ljharb"
  2032. }
  2033. },
  2034. "node_modules/call-bind-apply-helpers": {
  2035. "version": "1.0.2",
  2036. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2037. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2038. "license": "MIT",
  2039. "dependencies": {
  2040. "es-errors": "^1.3.0",
  2041. "function-bind": "^1.1.2"
  2042. },
  2043. "engines": {
  2044. "node": ">= 0.4"
  2045. }
  2046. },
  2047. "node_modules/call-bound": {
  2048. "version": "1.0.4",
  2049. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2050. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2051. "license": "MIT",
  2052. "dependencies": {
  2053. "call-bind-apply-helpers": "^1.0.2",
  2054. "get-intrinsic": "^1.3.0"
  2055. },
  2056. "engines": {
  2057. "node": ">= 0.4"
  2058. },
  2059. "funding": {
  2060. "url": "https://github.com/sponsors/ljharb"
  2061. }
  2062. },
  2063. "node_modules/callsites": {
  2064. "version": "3.1.0",
  2065. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2066. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2067. "engines": {
  2068. "node": ">=6"
  2069. }
  2070. },
  2071. "node_modules/chalk": {
  2072. "version": "4.1.2",
  2073. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2074. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2075. "license": "MIT",
  2076. "dependencies": {
  2077. "ansi-styles": "^4.1.0",
  2078. "supports-color": "^7.1.0"
  2079. },
  2080. "engines": {
  2081. "node": ">=10"
  2082. },
  2083. "funding": {
  2084. "url": "https://github.com/chalk/chalk?sponsor=1"
  2085. }
  2086. },
  2087. "node_modules/chokidar": {
  2088. "version": "5.0.0",
  2089. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2090. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2091. "license": "MIT",
  2092. "dependencies": {
  2093. "readdirp": "^5.0.0"
  2094. },
  2095. "engines": {
  2096. "node": ">= 20.19.0"
  2097. },
  2098. "funding": {
  2099. "url": "https://paulmillr.com/funding/"
  2100. }
  2101. },
  2102. "node_modules/color-convert": {
  2103. "version": "2.0.1",
  2104. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2105. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2106. "dependencies": {
  2107. "color-name": "~1.1.4"
  2108. },
  2109. "engines": {
  2110. "node": ">=7.0.0"
  2111. }
  2112. },
  2113. "node_modules/color-name": {
  2114. "version": "1.1.4",
  2115. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2116. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2117. },
  2118. "node_modules/colord": {
  2119. "version": "2.9.3",
  2120. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  2121. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  2122. "dev": true
  2123. },
  2124. "node_modules/concat-map": {
  2125. "version": "0.0.1",
  2126. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2127. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2128. "license": "MIT"
  2129. },
  2130. "node_modules/confbox": {
  2131. "version": "0.2.2",
  2132. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  2133. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  2134. "license": "MIT"
  2135. },
  2136. "node_modules/cosmiconfig": {
  2137. "version": "9.0.1",
  2138. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
  2139. "integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
  2140. "dev": true,
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "env-paths": "^2.2.1",
  2144. "import-fresh": "^3.3.0",
  2145. "js-yaml": "^4.1.0",
  2146. "parse-json": "^5.2.0"
  2147. },
  2148. "engines": {
  2149. "node": ">=14"
  2150. },
  2151. "funding": {
  2152. "url": "https://github.com/sponsors/d-fischer"
  2153. },
  2154. "peerDependencies": {
  2155. "typescript": ">=4.9.5"
  2156. },
  2157. "peerDependenciesMeta": {
  2158. "typescript": {
  2159. "optional": true
  2160. }
  2161. }
  2162. },
  2163. "node_modules/cross-spawn": {
  2164. "version": "7.0.6",
  2165. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2166. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2167. "license": "MIT",
  2168. "dependencies": {
  2169. "path-key": "^3.1.0",
  2170. "shebang-command": "^2.0.0",
  2171. "which": "^2.0.1"
  2172. },
  2173. "engines": {
  2174. "node": ">= 8"
  2175. }
  2176. },
  2177. "node_modules/css-functions-list": {
  2178. "version": "3.3.3",
  2179. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  2180. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  2181. "dev": true,
  2182. "license": "MIT",
  2183. "engines": {
  2184. "node": ">=12"
  2185. }
  2186. },
  2187. "node_modules/css-tree": {
  2188. "version": "3.2.1",
  2189. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2190. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2191. "dev": true,
  2192. "license": "MIT",
  2193. "dependencies": {
  2194. "mdn-data": "2.27.1",
  2195. "source-map-js": "^1.2.1"
  2196. },
  2197. "engines": {
  2198. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2199. }
  2200. },
  2201. "node_modules/cssesc": {
  2202. "version": "3.0.0",
  2203. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2204. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2205. "dev": true,
  2206. "license": "MIT",
  2207. "bin": {
  2208. "cssesc": "bin/cssesc"
  2209. },
  2210. "engines": {
  2211. "node": ">=4"
  2212. }
  2213. },
  2214. "node_modules/csstype": {
  2215. "version": "3.2.3",
  2216. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2217. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2218. "license": "MIT"
  2219. },
  2220. "node_modules/data-view-buffer": {
  2221. "version": "1.0.2",
  2222. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2223. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "call-bound": "^1.0.3",
  2227. "es-errors": "^1.3.0",
  2228. "is-data-view": "^1.0.2"
  2229. },
  2230. "engines": {
  2231. "node": ">= 0.4"
  2232. },
  2233. "funding": {
  2234. "url": "https://github.com/sponsors/ljharb"
  2235. }
  2236. },
  2237. "node_modules/data-view-byte-length": {
  2238. "version": "1.0.2",
  2239. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2240. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "call-bound": "^1.0.3",
  2244. "es-errors": "^1.3.0",
  2245. "is-data-view": "^1.0.2"
  2246. },
  2247. "engines": {
  2248. "node": ">= 0.4"
  2249. },
  2250. "funding": {
  2251. "url": "https://github.com/sponsors/inspect-js"
  2252. }
  2253. },
  2254. "node_modules/data-view-byte-offset": {
  2255. "version": "1.0.1",
  2256. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2257. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2258. "license": "MIT",
  2259. "dependencies": {
  2260. "call-bound": "^1.0.2",
  2261. "es-errors": "^1.3.0",
  2262. "is-data-view": "^1.0.1"
  2263. },
  2264. "engines": {
  2265. "node": ">= 0.4"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/sponsors/ljharb"
  2269. }
  2270. },
  2271. "node_modules/debug": {
  2272. "version": "4.4.3",
  2273. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2274. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "ms": "^2.1.3"
  2278. },
  2279. "engines": {
  2280. "node": ">=6.0"
  2281. },
  2282. "peerDependenciesMeta": {
  2283. "supports-color": {
  2284. "optional": true
  2285. }
  2286. }
  2287. },
  2288. "node_modules/deep-is": {
  2289. "version": "0.1.4",
  2290. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2291. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2292. "license": "MIT"
  2293. },
  2294. "node_modules/define-data-property": {
  2295. "version": "1.1.4",
  2296. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2297. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2298. "license": "MIT",
  2299. "dependencies": {
  2300. "es-define-property": "^1.0.0",
  2301. "es-errors": "^1.3.0",
  2302. "gopd": "^1.0.1"
  2303. },
  2304. "engines": {
  2305. "node": ">= 0.4"
  2306. },
  2307. "funding": {
  2308. "url": "https://github.com/sponsors/ljharb"
  2309. }
  2310. },
  2311. "node_modules/define-properties": {
  2312. "version": "1.2.1",
  2313. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2314. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2315. "license": "MIT",
  2316. "dependencies": {
  2317. "define-data-property": "^1.0.1",
  2318. "has-property-descriptors": "^1.0.0",
  2319. "object-keys": "^1.1.1"
  2320. },
  2321. "engines": {
  2322. "node": ">= 0.4"
  2323. },
  2324. "funding": {
  2325. "url": "https://github.com/sponsors/ljharb"
  2326. }
  2327. },
  2328. "node_modules/detect-libc": {
  2329. "version": "2.1.2",
  2330. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2331. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2332. "license": "Apache-2.0",
  2333. "engines": {
  2334. "node": ">=8"
  2335. }
  2336. },
  2337. "node_modules/doctrine": {
  2338. "version": "3.0.0",
  2339. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2340. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2341. "license": "Apache-2.0",
  2342. "dependencies": {
  2343. "esutils": "^2.0.2"
  2344. },
  2345. "engines": {
  2346. "node": ">=6.0.0"
  2347. }
  2348. },
  2349. "node_modules/dunder-proto": {
  2350. "version": "1.0.1",
  2351. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2352. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2353. "license": "MIT",
  2354. "dependencies": {
  2355. "call-bind-apply-helpers": "^1.0.1",
  2356. "es-errors": "^1.3.0",
  2357. "gopd": "^1.2.0"
  2358. },
  2359. "engines": {
  2360. "node": ">= 0.4"
  2361. }
  2362. },
  2363. "node_modules/emoji-regex": {
  2364. "version": "8.0.0",
  2365. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2366. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2367. "dev": true
  2368. },
  2369. "node_modules/entities": {
  2370. "version": "7.0.1",
  2371. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2372. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2373. "license": "BSD-2-Clause",
  2374. "engines": {
  2375. "node": ">=0.12"
  2376. },
  2377. "funding": {
  2378. "url": "https://github.com/fb55/entities?sponsor=1"
  2379. }
  2380. },
  2381. "node_modules/env-paths": {
  2382. "version": "2.2.1",
  2383. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2384. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2385. "dev": true,
  2386. "license": "MIT",
  2387. "engines": {
  2388. "node": ">=6"
  2389. }
  2390. },
  2391. "node_modules/error-ex": {
  2392. "version": "1.3.2",
  2393. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2394. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "is-arrayish": "^0.2.1"
  2398. }
  2399. },
  2400. "node_modules/es-abstract": {
  2401. "version": "1.24.0",
  2402. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2403. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2404. "license": "MIT",
  2405. "dependencies": {
  2406. "array-buffer-byte-length": "^1.0.2",
  2407. "arraybuffer.prototype.slice": "^1.0.4",
  2408. "available-typed-arrays": "^1.0.7",
  2409. "call-bind": "^1.0.8",
  2410. "call-bound": "^1.0.4",
  2411. "data-view-buffer": "^1.0.2",
  2412. "data-view-byte-length": "^1.0.2",
  2413. "data-view-byte-offset": "^1.0.1",
  2414. "es-define-property": "^1.0.1",
  2415. "es-errors": "^1.3.0",
  2416. "es-object-atoms": "^1.1.1",
  2417. "es-set-tostringtag": "^2.1.0",
  2418. "es-to-primitive": "^1.3.0",
  2419. "function.prototype.name": "^1.1.8",
  2420. "get-intrinsic": "^1.3.0",
  2421. "get-proto": "^1.0.1",
  2422. "get-symbol-description": "^1.1.0",
  2423. "globalthis": "^1.0.4",
  2424. "gopd": "^1.2.0",
  2425. "has-property-descriptors": "^1.0.2",
  2426. "has-proto": "^1.2.0",
  2427. "has-symbols": "^1.1.0",
  2428. "hasown": "^2.0.2",
  2429. "internal-slot": "^1.1.0",
  2430. "is-array-buffer": "^3.0.5",
  2431. "is-callable": "^1.2.7",
  2432. "is-data-view": "^1.0.2",
  2433. "is-negative-zero": "^2.0.3",
  2434. "is-regex": "^1.2.1",
  2435. "is-set": "^2.0.3",
  2436. "is-shared-array-buffer": "^1.0.4",
  2437. "is-string": "^1.1.1",
  2438. "is-typed-array": "^1.1.15",
  2439. "is-weakref": "^1.1.1",
  2440. "math-intrinsics": "^1.1.0",
  2441. "object-inspect": "^1.13.4",
  2442. "object-keys": "^1.1.1",
  2443. "object.assign": "^4.1.7",
  2444. "own-keys": "^1.0.1",
  2445. "regexp.prototype.flags": "^1.5.4",
  2446. "safe-array-concat": "^1.1.3",
  2447. "safe-push-apply": "^1.0.0",
  2448. "safe-regex-test": "^1.1.0",
  2449. "set-proto": "^1.0.0",
  2450. "stop-iteration-iterator": "^1.1.0",
  2451. "string.prototype.trim": "^1.2.10",
  2452. "string.prototype.trimend": "^1.0.9",
  2453. "string.prototype.trimstart": "^1.0.8",
  2454. "typed-array-buffer": "^1.0.3",
  2455. "typed-array-byte-length": "^1.0.3",
  2456. "typed-array-byte-offset": "^1.0.4",
  2457. "typed-array-length": "^1.0.7",
  2458. "unbox-primitive": "^1.1.0",
  2459. "which-typed-array": "^1.1.19"
  2460. },
  2461. "engines": {
  2462. "node": ">= 0.4"
  2463. },
  2464. "funding": {
  2465. "url": "https://github.com/sponsors/ljharb"
  2466. }
  2467. },
  2468. "node_modules/es-define-property": {
  2469. "version": "1.0.1",
  2470. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2471. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2472. "license": "MIT",
  2473. "engines": {
  2474. "node": ">= 0.4"
  2475. }
  2476. },
  2477. "node_modules/es-errors": {
  2478. "version": "1.3.0",
  2479. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2480. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2481. "license": "MIT",
  2482. "engines": {
  2483. "node": ">= 0.4"
  2484. }
  2485. },
  2486. "node_modules/es-iterator-helpers": {
  2487. "version": "1.2.1",
  2488. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2489. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2490. "license": "MIT",
  2491. "dependencies": {
  2492. "call-bind": "^1.0.8",
  2493. "call-bound": "^1.0.3",
  2494. "define-properties": "^1.2.1",
  2495. "es-abstract": "^1.23.6",
  2496. "es-errors": "^1.3.0",
  2497. "es-set-tostringtag": "^2.0.3",
  2498. "function-bind": "^1.1.2",
  2499. "get-intrinsic": "^1.2.6",
  2500. "globalthis": "^1.0.4",
  2501. "gopd": "^1.2.0",
  2502. "has-property-descriptors": "^1.0.2",
  2503. "has-proto": "^1.2.0",
  2504. "has-symbols": "^1.1.0",
  2505. "internal-slot": "^1.1.0",
  2506. "iterator.prototype": "^1.1.4",
  2507. "safe-array-concat": "^1.1.3"
  2508. },
  2509. "engines": {
  2510. "node": ">= 0.4"
  2511. }
  2512. },
  2513. "node_modules/es-object-atoms": {
  2514. "version": "1.1.1",
  2515. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2516. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2517. "license": "MIT",
  2518. "dependencies": {
  2519. "es-errors": "^1.3.0"
  2520. },
  2521. "engines": {
  2522. "node": ">= 0.4"
  2523. }
  2524. },
  2525. "node_modules/es-set-tostringtag": {
  2526. "version": "2.1.0",
  2527. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2528. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2529. "license": "MIT",
  2530. "dependencies": {
  2531. "es-errors": "^1.3.0",
  2532. "get-intrinsic": "^1.2.6",
  2533. "has-tostringtag": "^1.0.2",
  2534. "hasown": "^2.0.2"
  2535. },
  2536. "engines": {
  2537. "node": ">= 0.4"
  2538. }
  2539. },
  2540. "node_modules/es-shim-unscopables": {
  2541. "version": "1.1.0",
  2542. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2543. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2544. "license": "MIT",
  2545. "dependencies": {
  2546. "hasown": "^2.0.2"
  2547. },
  2548. "engines": {
  2549. "node": ">= 0.4"
  2550. }
  2551. },
  2552. "node_modules/es-to-primitive": {
  2553. "version": "1.3.0",
  2554. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2555. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "is-callable": "^1.2.7",
  2559. "is-date-object": "^1.0.5",
  2560. "is-symbol": "^1.0.4"
  2561. },
  2562. "engines": {
  2563. "node": ">= 0.4"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/sponsors/ljharb"
  2567. }
  2568. },
  2569. "node_modules/esbuild": {
  2570. "version": "0.27.2",
  2571. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
  2572. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  2573. "hasInstallScript": true,
  2574. "license": "MIT",
  2575. "optional": true,
  2576. "peer": true,
  2577. "bin": {
  2578. "esbuild": "bin/esbuild"
  2579. },
  2580. "engines": {
  2581. "node": ">=18"
  2582. },
  2583. "optionalDependencies": {
  2584. "@esbuild/aix-ppc64": "0.27.2",
  2585. "@esbuild/android-arm": "0.27.2",
  2586. "@esbuild/android-arm64": "0.27.2",
  2587. "@esbuild/android-x64": "0.27.2",
  2588. "@esbuild/darwin-arm64": "0.27.2",
  2589. "@esbuild/darwin-x64": "0.27.2",
  2590. "@esbuild/freebsd-arm64": "0.27.2",
  2591. "@esbuild/freebsd-x64": "0.27.2",
  2592. "@esbuild/linux-arm": "0.27.2",
  2593. "@esbuild/linux-arm64": "0.27.2",
  2594. "@esbuild/linux-ia32": "0.27.2",
  2595. "@esbuild/linux-loong64": "0.27.2",
  2596. "@esbuild/linux-mips64el": "0.27.2",
  2597. "@esbuild/linux-ppc64": "0.27.2",
  2598. "@esbuild/linux-riscv64": "0.27.2",
  2599. "@esbuild/linux-s390x": "0.27.2",
  2600. "@esbuild/linux-x64": "0.27.2",
  2601. "@esbuild/netbsd-arm64": "0.27.2",
  2602. "@esbuild/netbsd-x64": "0.27.2",
  2603. "@esbuild/openbsd-arm64": "0.27.2",
  2604. "@esbuild/openbsd-x64": "0.27.2",
  2605. "@esbuild/openharmony-arm64": "0.27.2",
  2606. "@esbuild/sunos-x64": "0.27.2",
  2607. "@esbuild/win32-arm64": "0.27.2",
  2608. "@esbuild/win32-ia32": "0.27.2",
  2609. "@esbuild/win32-x64": "0.27.2"
  2610. }
  2611. },
  2612. "node_modules/escape-string-regexp": {
  2613. "version": "4.0.0",
  2614. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2615. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2616. "license": "MIT",
  2617. "engines": {
  2618. "node": ">=10"
  2619. },
  2620. "funding": {
  2621. "url": "https://github.com/sponsors/sindresorhus"
  2622. }
  2623. },
  2624. "node_modules/eslint": {
  2625. "version": "8.57.1",
  2626. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  2627. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  2628. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2629. "license": "MIT",
  2630. "dependencies": {
  2631. "@eslint-community/eslint-utils": "^4.2.0",
  2632. "@eslint-community/regexpp": "^4.6.1",
  2633. "@eslint/eslintrc": "^2.1.4",
  2634. "@eslint/js": "8.57.1",
  2635. "@humanwhocodes/config-array": "^0.13.0",
  2636. "@humanwhocodes/module-importer": "^1.0.1",
  2637. "@nodelib/fs.walk": "^1.2.8",
  2638. "@ungap/structured-clone": "^1.2.0",
  2639. "ajv": "^6.12.4",
  2640. "chalk": "^4.0.0",
  2641. "cross-spawn": "^7.0.2",
  2642. "debug": "^4.3.2",
  2643. "doctrine": "^3.0.0",
  2644. "escape-string-regexp": "^4.0.0",
  2645. "eslint-scope": "^7.2.2",
  2646. "eslint-visitor-keys": "^3.4.3",
  2647. "espree": "^9.6.1",
  2648. "esquery": "^1.4.2",
  2649. "esutils": "^2.0.2",
  2650. "fast-deep-equal": "^3.1.3",
  2651. "file-entry-cache": "^6.0.1",
  2652. "find-up": "^5.0.0",
  2653. "glob-parent": "^6.0.2",
  2654. "globals": "^13.19.0",
  2655. "graphemer": "^1.4.0",
  2656. "ignore": "^5.2.0",
  2657. "imurmurhash": "^0.1.4",
  2658. "is-glob": "^4.0.0",
  2659. "is-path-inside": "^3.0.3",
  2660. "js-yaml": "^4.1.0",
  2661. "json-stable-stringify-without-jsonify": "^1.0.1",
  2662. "levn": "^0.4.1",
  2663. "lodash.merge": "^4.6.2",
  2664. "minimatch": "^3.1.2",
  2665. "natural-compare": "^1.4.0",
  2666. "optionator": "^0.9.3",
  2667. "strip-ansi": "^6.0.1",
  2668. "text-table": "^0.2.0"
  2669. },
  2670. "bin": {
  2671. "eslint": "bin/eslint.js"
  2672. },
  2673. "engines": {
  2674. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2675. },
  2676. "funding": {
  2677. "url": "https://opencollective.com/eslint"
  2678. }
  2679. },
  2680. "node_modules/eslint-config-standard": {
  2681. "version": "17.1.0",
  2682. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  2683. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  2684. "funding": [
  2685. {
  2686. "type": "github",
  2687. "url": "https://github.com/sponsors/feross"
  2688. },
  2689. {
  2690. "type": "patreon",
  2691. "url": "https://www.patreon.com/feross"
  2692. },
  2693. {
  2694. "type": "consulting",
  2695. "url": "https://feross.org/support"
  2696. }
  2697. ],
  2698. "license": "MIT",
  2699. "engines": {
  2700. "node": ">=12.0.0"
  2701. },
  2702. "peerDependencies": {
  2703. "eslint": "^8.0.1",
  2704. "eslint-plugin-import": "^2.25.2",
  2705. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  2706. "eslint-plugin-promise": "^6.0.0"
  2707. }
  2708. },
  2709. "node_modules/eslint-config-standard-jsx": {
  2710. "version": "11.0.0",
  2711. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  2712. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  2713. "funding": [
  2714. {
  2715. "type": "github",
  2716. "url": "https://github.com/sponsors/feross"
  2717. },
  2718. {
  2719. "type": "patreon",
  2720. "url": "https://www.patreon.com/feross"
  2721. },
  2722. {
  2723. "type": "consulting",
  2724. "url": "https://feross.org/support"
  2725. }
  2726. ],
  2727. "license": "MIT",
  2728. "peerDependencies": {
  2729. "eslint": "^8.8.0",
  2730. "eslint-plugin-react": "^7.28.0"
  2731. }
  2732. },
  2733. "node_modules/eslint-import-resolver-node": {
  2734. "version": "0.3.9",
  2735. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  2736. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  2737. "license": "MIT",
  2738. "dependencies": {
  2739. "debug": "^3.2.7",
  2740. "is-core-module": "^2.13.0",
  2741. "resolve": "^1.22.4"
  2742. }
  2743. },
  2744. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  2745. "version": "3.2.7",
  2746. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2747. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2748. "license": "MIT",
  2749. "dependencies": {
  2750. "ms": "^2.1.1"
  2751. }
  2752. },
  2753. "node_modules/eslint-module-utils": {
  2754. "version": "2.12.1",
  2755. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  2756. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  2757. "license": "MIT",
  2758. "dependencies": {
  2759. "debug": "^3.2.7"
  2760. },
  2761. "engines": {
  2762. "node": ">=4"
  2763. },
  2764. "peerDependenciesMeta": {
  2765. "eslint": {
  2766. "optional": true
  2767. }
  2768. }
  2769. },
  2770. "node_modules/eslint-module-utils/node_modules/debug": {
  2771. "version": "3.2.7",
  2772. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2773. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2774. "license": "MIT",
  2775. "dependencies": {
  2776. "ms": "^2.1.1"
  2777. }
  2778. },
  2779. "node_modules/eslint-plugin-es": {
  2780. "version": "4.1.0",
  2781. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  2782. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  2783. "license": "MIT",
  2784. "dependencies": {
  2785. "eslint-utils": "^2.0.0",
  2786. "regexpp": "^3.0.0"
  2787. },
  2788. "engines": {
  2789. "node": ">=8.10.0"
  2790. },
  2791. "funding": {
  2792. "url": "https://github.com/sponsors/mysticatea"
  2793. },
  2794. "peerDependencies": {
  2795. "eslint": ">=4.19.1"
  2796. }
  2797. },
  2798. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  2799. "version": "2.1.0",
  2800. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  2801. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  2802. "license": "MIT",
  2803. "dependencies": {
  2804. "eslint-visitor-keys": "^1.1.0"
  2805. },
  2806. "engines": {
  2807. "node": ">=6"
  2808. },
  2809. "funding": {
  2810. "url": "https://github.com/sponsors/mysticatea"
  2811. }
  2812. },
  2813. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  2814. "version": "1.3.0",
  2815. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  2816. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  2817. "license": "Apache-2.0",
  2818. "engines": {
  2819. "node": ">=4"
  2820. }
  2821. },
  2822. "node_modules/eslint-plugin-import": {
  2823. "version": "2.32.0",
  2824. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  2825. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  2826. "license": "MIT",
  2827. "dependencies": {
  2828. "@rtsao/scc": "^1.1.0",
  2829. "array-includes": "^3.1.9",
  2830. "array.prototype.findlastindex": "^1.2.6",
  2831. "array.prototype.flat": "^1.3.3",
  2832. "array.prototype.flatmap": "^1.3.3",
  2833. "debug": "^3.2.7",
  2834. "doctrine": "^2.1.0",
  2835. "eslint-import-resolver-node": "^0.3.9",
  2836. "eslint-module-utils": "^2.12.1",
  2837. "hasown": "^2.0.2",
  2838. "is-core-module": "^2.16.1",
  2839. "is-glob": "^4.0.3",
  2840. "minimatch": "^3.1.2",
  2841. "object.fromentries": "^2.0.8",
  2842. "object.groupby": "^1.0.3",
  2843. "object.values": "^1.2.1",
  2844. "semver": "^6.3.1",
  2845. "string.prototype.trimend": "^1.0.9",
  2846. "tsconfig-paths": "^3.15.0"
  2847. },
  2848. "engines": {
  2849. "node": ">=4"
  2850. },
  2851. "peerDependencies": {
  2852. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  2853. }
  2854. },
  2855. "node_modules/eslint-plugin-import/node_modules/debug": {
  2856. "version": "3.2.7",
  2857. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2858. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2859. "license": "MIT",
  2860. "dependencies": {
  2861. "ms": "^2.1.1"
  2862. }
  2863. },
  2864. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2865. "version": "2.1.0",
  2866. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2867. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2868. "license": "Apache-2.0",
  2869. "dependencies": {
  2870. "esutils": "^2.0.2"
  2871. },
  2872. "engines": {
  2873. "node": ">=0.10.0"
  2874. }
  2875. },
  2876. "node_modules/eslint-plugin-n": {
  2877. "version": "15.7.0",
  2878. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2879. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2880. "license": "MIT",
  2881. "dependencies": {
  2882. "builtins": "^5.0.1",
  2883. "eslint-plugin-es": "^4.1.0",
  2884. "eslint-utils": "^3.0.0",
  2885. "ignore": "^5.1.1",
  2886. "is-core-module": "^2.11.0",
  2887. "minimatch": "^3.1.2",
  2888. "resolve": "^1.22.1",
  2889. "semver": "^7.3.8"
  2890. },
  2891. "engines": {
  2892. "node": ">=12.22.0"
  2893. },
  2894. "funding": {
  2895. "url": "https://github.com/sponsors/mysticatea"
  2896. },
  2897. "peerDependencies": {
  2898. "eslint": ">=7.0.0"
  2899. }
  2900. },
  2901. "node_modules/eslint-plugin-n/node_modules/semver": {
  2902. "version": "7.7.3",
  2903. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2904. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2905. "license": "ISC",
  2906. "bin": {
  2907. "semver": "bin/semver.js"
  2908. },
  2909. "engines": {
  2910. "node": ">=10"
  2911. }
  2912. },
  2913. "node_modules/eslint-plugin-promise": {
  2914. "version": "6.6.0",
  2915. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2916. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2917. "license": "ISC",
  2918. "engines": {
  2919. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2920. },
  2921. "funding": {
  2922. "url": "https://opencollective.com/eslint"
  2923. },
  2924. "peerDependencies": {
  2925. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2926. }
  2927. },
  2928. "node_modules/eslint-plugin-react": {
  2929. "version": "7.37.5",
  2930. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2931. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2932. "license": "MIT",
  2933. "dependencies": {
  2934. "array-includes": "^3.1.8",
  2935. "array.prototype.findlast": "^1.2.5",
  2936. "array.prototype.flatmap": "^1.3.3",
  2937. "array.prototype.tosorted": "^1.1.4",
  2938. "doctrine": "^2.1.0",
  2939. "es-iterator-helpers": "^1.2.1",
  2940. "estraverse": "^5.3.0",
  2941. "hasown": "^2.0.2",
  2942. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2943. "minimatch": "^3.1.2",
  2944. "object.entries": "^1.1.9",
  2945. "object.fromentries": "^2.0.8",
  2946. "object.values": "^1.2.1",
  2947. "prop-types": "^15.8.1",
  2948. "resolve": "^2.0.0-next.5",
  2949. "semver": "^6.3.1",
  2950. "string.prototype.matchall": "^4.0.12",
  2951. "string.prototype.repeat": "^1.0.0"
  2952. },
  2953. "engines": {
  2954. "node": ">=4"
  2955. },
  2956. "peerDependencies": {
  2957. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2958. }
  2959. },
  2960. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2961. "version": "2.1.0",
  2962. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2963. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2964. "license": "Apache-2.0",
  2965. "dependencies": {
  2966. "esutils": "^2.0.2"
  2967. },
  2968. "engines": {
  2969. "node": ">=0.10.0"
  2970. }
  2971. },
  2972. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2973. "version": "2.0.0-next.5",
  2974. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2975. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2976. "license": "MIT",
  2977. "dependencies": {
  2978. "is-core-module": "^2.13.0",
  2979. "path-parse": "^1.0.7",
  2980. "supports-preserve-symlinks-flag": "^1.0.0"
  2981. },
  2982. "bin": {
  2983. "resolve": "bin/resolve"
  2984. },
  2985. "funding": {
  2986. "url": "https://github.com/sponsors/ljharb"
  2987. }
  2988. },
  2989. "node_modules/eslint-scope": {
  2990. "version": "7.2.2",
  2991. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2992. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2993. "license": "BSD-2-Clause",
  2994. "dependencies": {
  2995. "esrecurse": "^4.3.0",
  2996. "estraverse": "^5.2.0"
  2997. },
  2998. "engines": {
  2999. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3000. },
  3001. "funding": {
  3002. "url": "https://opencollective.com/eslint"
  3003. }
  3004. },
  3005. "node_modules/eslint-utils": {
  3006. "version": "3.0.0",
  3007. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  3008. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "eslint-visitor-keys": "^2.0.0"
  3012. },
  3013. "engines": {
  3014. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  3015. },
  3016. "funding": {
  3017. "url": "https://github.com/sponsors/mysticatea"
  3018. },
  3019. "peerDependencies": {
  3020. "eslint": ">=5"
  3021. }
  3022. },
  3023. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  3024. "version": "2.1.0",
  3025. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3026. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  3027. "license": "Apache-2.0",
  3028. "engines": {
  3029. "node": ">=10"
  3030. }
  3031. },
  3032. "node_modules/eslint-visitor-keys": {
  3033. "version": "3.4.3",
  3034. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3035. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3036. "license": "Apache-2.0",
  3037. "engines": {
  3038. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3039. },
  3040. "funding": {
  3041. "url": "https://opencollective.com/eslint"
  3042. }
  3043. },
  3044. "node_modules/eslint/node_modules/glob-parent": {
  3045. "version": "6.0.2",
  3046. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3047. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3048. "license": "ISC",
  3049. "dependencies": {
  3050. "is-glob": "^4.0.3"
  3051. },
  3052. "engines": {
  3053. "node": ">=10.13.0"
  3054. }
  3055. },
  3056. "node_modules/espree": {
  3057. "version": "9.6.1",
  3058. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  3059. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  3060. "license": "BSD-2-Clause",
  3061. "dependencies": {
  3062. "acorn": "^8.9.0",
  3063. "acorn-jsx": "^5.3.2",
  3064. "eslint-visitor-keys": "^3.4.1"
  3065. },
  3066. "engines": {
  3067. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3068. },
  3069. "funding": {
  3070. "url": "https://opencollective.com/eslint"
  3071. }
  3072. },
  3073. "node_modules/esquery": {
  3074. "version": "1.6.0",
  3075. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3076. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3077. "license": "BSD-3-Clause",
  3078. "dependencies": {
  3079. "estraverse": "^5.1.0"
  3080. },
  3081. "engines": {
  3082. "node": ">=0.10"
  3083. }
  3084. },
  3085. "node_modules/esrecurse": {
  3086. "version": "4.3.0",
  3087. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3088. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3089. "license": "BSD-2-Clause",
  3090. "dependencies": {
  3091. "estraverse": "^5.2.0"
  3092. },
  3093. "engines": {
  3094. "node": ">=4.0"
  3095. }
  3096. },
  3097. "node_modules/estraverse": {
  3098. "version": "5.3.0",
  3099. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3100. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3101. "license": "BSD-2-Clause",
  3102. "engines": {
  3103. "node": ">=4.0"
  3104. }
  3105. },
  3106. "node_modules/estree-walker": {
  3107. "version": "2.0.2",
  3108. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3109. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3110. "license": "MIT"
  3111. },
  3112. "node_modules/esutils": {
  3113. "version": "2.0.3",
  3114. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3115. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3116. "license": "BSD-2-Clause",
  3117. "engines": {
  3118. "node": ">=0.10.0"
  3119. }
  3120. },
  3121. "node_modules/exsolve": {
  3122. "version": "1.0.7",
  3123. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  3124. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  3125. "license": "MIT"
  3126. },
  3127. "node_modules/fast-deep-equal": {
  3128. "version": "3.1.3",
  3129. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3130. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  3131. },
  3132. "node_modules/fast-glob": {
  3133. "version": "3.3.3",
  3134. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3135. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3136. "dev": true,
  3137. "license": "MIT",
  3138. "dependencies": {
  3139. "@nodelib/fs.stat": "^2.0.2",
  3140. "@nodelib/fs.walk": "^1.2.3",
  3141. "glob-parent": "^5.1.2",
  3142. "merge2": "^1.3.0",
  3143. "micromatch": "^4.0.8"
  3144. },
  3145. "engines": {
  3146. "node": ">=8.6.0"
  3147. }
  3148. },
  3149. "node_modules/fast-json-stable-stringify": {
  3150. "version": "2.1.0",
  3151. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3152. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3153. "license": "MIT"
  3154. },
  3155. "node_modules/fast-levenshtein": {
  3156. "version": "2.0.6",
  3157. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3158. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3159. "license": "MIT"
  3160. },
  3161. "node_modules/fast-uri": {
  3162. "version": "3.1.2",
  3163. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
  3164. "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
  3165. "dev": true,
  3166. "funding": [
  3167. {
  3168. "type": "github",
  3169. "url": "https://github.com/sponsors/fastify"
  3170. },
  3171. {
  3172. "type": "opencollective",
  3173. "url": "https://opencollective.com/fastify"
  3174. }
  3175. ],
  3176. "license": "BSD-3-Clause"
  3177. },
  3178. "node_modules/fastest-levenshtein": {
  3179. "version": "1.0.16",
  3180. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  3181. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  3182. "dev": true,
  3183. "engines": {
  3184. "node": ">= 4.9.1"
  3185. }
  3186. },
  3187. "node_modules/fastq": {
  3188. "version": "1.17.1",
  3189. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3190. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3191. "dependencies": {
  3192. "reusify": "^1.0.4"
  3193. }
  3194. },
  3195. "node_modules/femtocrank": {
  3196. "version": "2.5.0",
  3197. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.5.0.tgz",
  3198. "integrity": "sha512-plV1HNS/fUzohWJ349kuCBZ3TCfXz7V4F/sY2lVbVWtGXUV+aHxLG6IddAMEf64k2LJ8j0KVrj+nIIKepFaKvg==",
  3199. "license": "AGPL-3.0"
  3200. },
  3201. "node_modules/file-entry-cache": {
  3202. "version": "6.0.1",
  3203. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  3204. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  3205. "license": "MIT",
  3206. "dependencies": {
  3207. "flat-cache": "^3.0.4"
  3208. },
  3209. "engines": {
  3210. "node": "^10.12.0 || >=12.0.0"
  3211. }
  3212. },
  3213. "node_modules/fill-range": {
  3214. "version": "7.1.1",
  3215. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3216. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3217. "dev": true,
  3218. "license": "MIT",
  3219. "dependencies": {
  3220. "to-regex-range": "^5.0.1"
  3221. },
  3222. "engines": {
  3223. "node": ">=8"
  3224. }
  3225. },
  3226. "node_modules/find-up": {
  3227. "version": "5.0.0",
  3228. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3229. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3230. "license": "MIT",
  3231. "dependencies": {
  3232. "locate-path": "^6.0.0",
  3233. "path-exists": "^4.0.0"
  3234. },
  3235. "engines": {
  3236. "node": ">=10"
  3237. },
  3238. "funding": {
  3239. "url": "https://github.com/sponsors/sindresorhus"
  3240. }
  3241. },
  3242. "node_modules/flat-cache": {
  3243. "version": "3.2.0",
  3244. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  3245. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  3246. "license": "MIT",
  3247. "dependencies": {
  3248. "flatted": "^3.2.9",
  3249. "keyv": "^4.5.3",
  3250. "rimraf": "^3.0.2"
  3251. },
  3252. "engines": {
  3253. "node": "^10.12.0 || >=12.0.0"
  3254. }
  3255. },
  3256. "node_modules/flatted": {
  3257. "version": "3.4.2",
  3258. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3259. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3260. "license": "ISC"
  3261. },
  3262. "node_modules/for-each": {
  3263. "version": "0.3.5",
  3264. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3265. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3266. "license": "MIT",
  3267. "dependencies": {
  3268. "is-callable": "^1.2.7"
  3269. },
  3270. "engines": {
  3271. "node": ">= 0.4"
  3272. },
  3273. "funding": {
  3274. "url": "https://github.com/sponsors/ljharb"
  3275. }
  3276. },
  3277. "node_modules/fs.realpath": {
  3278. "version": "1.0.0",
  3279. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3280. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  3281. "license": "ISC"
  3282. },
  3283. "node_modules/fsevents": {
  3284. "version": "2.3.3",
  3285. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3286. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3287. "hasInstallScript": true,
  3288. "license": "MIT",
  3289. "optional": true,
  3290. "os": [
  3291. "darwin"
  3292. ],
  3293. "engines": {
  3294. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3295. }
  3296. },
  3297. "node_modules/function-bind": {
  3298. "version": "1.1.2",
  3299. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3300. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3301. "license": "MIT",
  3302. "funding": {
  3303. "url": "https://github.com/sponsors/ljharb"
  3304. }
  3305. },
  3306. "node_modules/function.prototype.name": {
  3307. "version": "1.1.8",
  3308. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3309. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "call-bind": "^1.0.8",
  3313. "call-bound": "^1.0.3",
  3314. "define-properties": "^1.2.1",
  3315. "functions-have-names": "^1.2.3",
  3316. "hasown": "^2.0.2",
  3317. "is-callable": "^1.2.7"
  3318. },
  3319. "engines": {
  3320. "node": ">= 0.4"
  3321. },
  3322. "funding": {
  3323. "url": "https://github.com/sponsors/ljharb"
  3324. }
  3325. },
  3326. "node_modules/functions-have-names": {
  3327. "version": "1.2.3",
  3328. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3329. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3330. "license": "MIT",
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/ljharb"
  3333. }
  3334. },
  3335. "node_modules/generator-function": {
  3336. "version": "2.0.1",
  3337. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3338. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3339. "license": "MIT",
  3340. "engines": {
  3341. "node": ">= 0.4"
  3342. }
  3343. },
  3344. "node_modules/get-east-asian-width": {
  3345. "version": "1.6.0",
  3346. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
  3347. "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
  3348. "dev": true,
  3349. "license": "MIT",
  3350. "engines": {
  3351. "node": ">=18"
  3352. },
  3353. "funding": {
  3354. "url": "https://github.com/sponsors/sindresorhus"
  3355. }
  3356. },
  3357. "node_modules/get-intrinsic": {
  3358. "version": "1.3.0",
  3359. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3360. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3361. "license": "MIT",
  3362. "dependencies": {
  3363. "call-bind-apply-helpers": "^1.0.2",
  3364. "es-define-property": "^1.0.1",
  3365. "es-errors": "^1.3.0",
  3366. "es-object-atoms": "^1.1.1",
  3367. "function-bind": "^1.1.2",
  3368. "get-proto": "^1.0.1",
  3369. "gopd": "^1.2.0",
  3370. "has-symbols": "^1.1.0",
  3371. "hasown": "^2.0.2",
  3372. "math-intrinsics": "^1.1.0"
  3373. },
  3374. "engines": {
  3375. "node": ">= 0.4"
  3376. },
  3377. "funding": {
  3378. "url": "https://github.com/sponsors/ljharb"
  3379. }
  3380. },
  3381. "node_modules/get-proto": {
  3382. "version": "1.0.1",
  3383. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3384. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3385. "license": "MIT",
  3386. "dependencies": {
  3387. "dunder-proto": "^1.0.1",
  3388. "es-object-atoms": "^1.0.0"
  3389. },
  3390. "engines": {
  3391. "node": ">= 0.4"
  3392. }
  3393. },
  3394. "node_modules/get-stdin": {
  3395. "version": "8.0.0",
  3396. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  3397. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  3398. "license": "MIT",
  3399. "engines": {
  3400. "node": ">=10"
  3401. },
  3402. "funding": {
  3403. "url": "https://github.com/sponsors/sindresorhus"
  3404. }
  3405. },
  3406. "node_modules/get-symbol-description": {
  3407. "version": "1.1.0",
  3408. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3409. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3410. "license": "MIT",
  3411. "dependencies": {
  3412. "call-bound": "^1.0.3",
  3413. "es-errors": "^1.3.0",
  3414. "get-intrinsic": "^1.2.6"
  3415. },
  3416. "engines": {
  3417. "node": ">= 0.4"
  3418. },
  3419. "funding": {
  3420. "url": "https://github.com/sponsors/ljharb"
  3421. }
  3422. },
  3423. "node_modules/glob": {
  3424. "version": "7.2.3",
  3425. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3426. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3427. "deprecated": "Glob versions prior to v9 are no longer supported",
  3428. "license": "ISC",
  3429. "dependencies": {
  3430. "fs.realpath": "^1.0.0",
  3431. "inflight": "^1.0.4",
  3432. "inherits": "2",
  3433. "minimatch": "^3.1.1",
  3434. "once": "^1.3.0",
  3435. "path-is-absolute": "^1.0.0"
  3436. },
  3437. "engines": {
  3438. "node": "*"
  3439. },
  3440. "funding": {
  3441. "url": "https://github.com/sponsors/isaacs"
  3442. }
  3443. },
  3444. "node_modules/glob-parent": {
  3445. "version": "5.1.2",
  3446. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3447. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3448. "dev": true,
  3449. "license": "ISC",
  3450. "dependencies": {
  3451. "is-glob": "^4.0.1"
  3452. },
  3453. "engines": {
  3454. "node": ">= 6"
  3455. }
  3456. },
  3457. "node_modules/global-modules": {
  3458. "version": "2.0.0",
  3459. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3460. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3461. "dev": true,
  3462. "dependencies": {
  3463. "global-prefix": "^3.0.0"
  3464. },
  3465. "engines": {
  3466. "node": ">=6"
  3467. }
  3468. },
  3469. "node_modules/global-prefix": {
  3470. "version": "3.0.0",
  3471. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3472. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3473. "dev": true,
  3474. "dependencies": {
  3475. "ini": "^1.3.5",
  3476. "kind-of": "^6.0.2",
  3477. "which": "^1.3.1"
  3478. },
  3479. "engines": {
  3480. "node": ">=6"
  3481. }
  3482. },
  3483. "node_modules/global-prefix/node_modules/which": {
  3484. "version": "1.3.1",
  3485. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3486. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3487. "dev": true,
  3488. "dependencies": {
  3489. "isexe": "^2.0.0"
  3490. },
  3491. "bin": {
  3492. "which": "bin/which"
  3493. }
  3494. },
  3495. "node_modules/globals": {
  3496. "version": "13.24.0",
  3497. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  3498. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  3499. "license": "MIT",
  3500. "dependencies": {
  3501. "type-fest": "^0.20.2"
  3502. },
  3503. "engines": {
  3504. "node": ">=8"
  3505. },
  3506. "funding": {
  3507. "url": "https://github.com/sponsors/sindresorhus"
  3508. }
  3509. },
  3510. "node_modules/globalthis": {
  3511. "version": "1.0.4",
  3512. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3513. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3514. "license": "MIT",
  3515. "dependencies": {
  3516. "define-properties": "^1.2.1",
  3517. "gopd": "^1.0.1"
  3518. },
  3519. "engines": {
  3520. "node": ">= 0.4"
  3521. },
  3522. "funding": {
  3523. "url": "https://github.com/sponsors/ljharb"
  3524. }
  3525. },
  3526. "node_modules/globby": {
  3527. "version": "16.2.0",
  3528. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  3529. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  3530. "dev": true,
  3531. "license": "MIT",
  3532. "dependencies": {
  3533. "@sindresorhus/merge-streams": "^4.0.0",
  3534. "fast-glob": "^3.3.3",
  3535. "ignore": "^7.0.5",
  3536. "is-path-inside": "^4.0.0",
  3537. "slash": "^5.1.0",
  3538. "unicorn-magic": "^0.4.0"
  3539. },
  3540. "engines": {
  3541. "node": ">=20"
  3542. },
  3543. "funding": {
  3544. "url": "https://github.com/sponsors/sindresorhus"
  3545. }
  3546. },
  3547. "node_modules/globby/node_modules/ignore": {
  3548. "version": "7.0.5",
  3549. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3550. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3551. "dev": true,
  3552. "license": "MIT",
  3553. "engines": {
  3554. "node": ">= 4"
  3555. }
  3556. },
  3557. "node_modules/globby/node_modules/is-path-inside": {
  3558. "version": "4.0.0",
  3559. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  3560. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  3561. "dev": true,
  3562. "license": "MIT",
  3563. "engines": {
  3564. "node": ">=12"
  3565. },
  3566. "funding": {
  3567. "url": "https://github.com/sponsors/sindresorhus"
  3568. }
  3569. },
  3570. "node_modules/globjoin": {
  3571. "version": "0.1.4",
  3572. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3573. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3574. "dev": true
  3575. },
  3576. "node_modules/gopd": {
  3577. "version": "1.2.0",
  3578. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3579. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3580. "license": "MIT",
  3581. "engines": {
  3582. "node": ">= 0.4"
  3583. },
  3584. "funding": {
  3585. "url": "https://github.com/sponsors/ljharb"
  3586. }
  3587. },
  3588. "node_modules/graceful-fs": {
  3589. "version": "4.2.11",
  3590. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3591. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3592. "license": "ISC"
  3593. },
  3594. "node_modules/graphemer": {
  3595. "version": "1.4.0",
  3596. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3597. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3598. "license": "MIT"
  3599. },
  3600. "node_modules/has-bigints": {
  3601. "version": "1.1.0",
  3602. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3603. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3604. "license": "MIT",
  3605. "engines": {
  3606. "node": ">= 0.4"
  3607. },
  3608. "funding": {
  3609. "url": "https://github.com/sponsors/ljharb"
  3610. }
  3611. },
  3612. "node_modules/has-flag": {
  3613. "version": "4.0.0",
  3614. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3615. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3616. "engines": {
  3617. "node": ">=8"
  3618. }
  3619. },
  3620. "node_modules/has-property-descriptors": {
  3621. "version": "1.0.2",
  3622. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3623. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3624. "license": "MIT",
  3625. "dependencies": {
  3626. "es-define-property": "^1.0.0"
  3627. },
  3628. "funding": {
  3629. "url": "https://github.com/sponsors/ljharb"
  3630. }
  3631. },
  3632. "node_modules/has-proto": {
  3633. "version": "1.2.0",
  3634. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3635. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3636. "license": "MIT",
  3637. "dependencies": {
  3638. "dunder-proto": "^1.0.0"
  3639. },
  3640. "engines": {
  3641. "node": ">= 0.4"
  3642. },
  3643. "funding": {
  3644. "url": "https://github.com/sponsors/ljharb"
  3645. }
  3646. },
  3647. "node_modules/has-symbols": {
  3648. "version": "1.1.0",
  3649. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3650. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3651. "license": "MIT",
  3652. "engines": {
  3653. "node": ">= 0.4"
  3654. },
  3655. "funding": {
  3656. "url": "https://github.com/sponsors/ljharb"
  3657. }
  3658. },
  3659. "node_modules/has-tostringtag": {
  3660. "version": "1.0.2",
  3661. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3662. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3663. "license": "MIT",
  3664. "dependencies": {
  3665. "has-symbols": "^1.0.3"
  3666. },
  3667. "engines": {
  3668. "node": ">= 0.4"
  3669. },
  3670. "funding": {
  3671. "url": "https://github.com/sponsors/ljharb"
  3672. }
  3673. },
  3674. "node_modules/hashery": {
  3675. "version": "1.5.1",
  3676. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz",
  3677. "integrity": "sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==",
  3678. "dev": true,
  3679. "license": "MIT",
  3680. "dependencies": {
  3681. "hookified": "^1.15.0"
  3682. },
  3683. "engines": {
  3684. "node": ">=20"
  3685. }
  3686. },
  3687. "node_modules/hasown": {
  3688. "version": "2.0.2",
  3689. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3690. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3691. "license": "MIT",
  3692. "dependencies": {
  3693. "function-bind": "^1.1.2"
  3694. },
  3695. "engines": {
  3696. "node": ">= 0.4"
  3697. }
  3698. },
  3699. "node_modules/hookable": {
  3700. "version": "5.5.3",
  3701. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3702. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3703. "license": "MIT"
  3704. },
  3705. "node_modules/hookified": {
  3706. "version": "1.15.1",
  3707. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  3708. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  3709. "dev": true,
  3710. "license": "MIT"
  3711. },
  3712. "node_modules/html-tags": {
  3713. "version": "5.1.0",
  3714. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  3715. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "engines": {
  3719. "node": ">=20.10"
  3720. },
  3721. "funding": {
  3722. "url": "https://github.com/sponsors/sindresorhus"
  3723. }
  3724. },
  3725. "node_modules/iconify-icon": {
  3726. "version": "3.0.2",
  3727. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3728. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "@iconify/types": "^2.0.0"
  3732. },
  3733. "funding": {
  3734. "url": "https://github.com/sponsors/cyberalien"
  3735. }
  3736. },
  3737. "node_modules/ignore": {
  3738. "version": "5.3.2",
  3739. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3740. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3741. "license": "MIT",
  3742. "engines": {
  3743. "node": ">= 4"
  3744. }
  3745. },
  3746. "node_modules/import-fresh": {
  3747. "version": "3.3.0",
  3748. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3749. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3750. "dependencies": {
  3751. "parent-module": "^1.0.0",
  3752. "resolve-from": "^4.0.0"
  3753. },
  3754. "engines": {
  3755. "node": ">=6"
  3756. },
  3757. "funding": {
  3758. "url": "https://github.com/sponsors/sindresorhus"
  3759. }
  3760. },
  3761. "node_modules/import-meta-resolve": {
  3762. "version": "4.2.0",
  3763. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  3764. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  3765. "dev": true,
  3766. "license": "MIT",
  3767. "funding": {
  3768. "type": "github",
  3769. "url": "https://github.com/sponsors/wooorm"
  3770. }
  3771. },
  3772. "node_modules/imurmurhash": {
  3773. "version": "0.1.4",
  3774. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3775. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3776. "engines": {
  3777. "node": ">=0.8.19"
  3778. }
  3779. },
  3780. "node_modules/inflight": {
  3781. "version": "1.0.6",
  3782. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3783. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3784. "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.",
  3785. "license": "ISC",
  3786. "dependencies": {
  3787. "once": "^1.3.0",
  3788. "wrappy": "1"
  3789. }
  3790. },
  3791. "node_modules/inherits": {
  3792. "version": "2.0.4",
  3793. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  3794. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3795. "license": "ISC"
  3796. },
  3797. "node_modules/ini": {
  3798. "version": "1.3.8",
  3799. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3800. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3801. "dev": true
  3802. },
  3803. "node_modules/internal-slot": {
  3804. "version": "1.1.0",
  3805. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  3806. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3807. "license": "MIT",
  3808. "dependencies": {
  3809. "es-errors": "^1.3.0",
  3810. "hasown": "^2.0.2",
  3811. "side-channel": "^1.1.0"
  3812. },
  3813. "engines": {
  3814. "node": ">= 0.4"
  3815. }
  3816. },
  3817. "node_modules/is-array-buffer": {
  3818. "version": "3.0.5",
  3819. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3820. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3821. "license": "MIT",
  3822. "dependencies": {
  3823. "call-bind": "^1.0.8",
  3824. "call-bound": "^1.0.3",
  3825. "get-intrinsic": "^1.2.6"
  3826. },
  3827. "engines": {
  3828. "node": ">= 0.4"
  3829. },
  3830. "funding": {
  3831. "url": "https://github.com/sponsors/ljharb"
  3832. }
  3833. },
  3834. "node_modules/is-arrayish": {
  3835. "version": "0.2.1",
  3836. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  3837. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  3838. "license": "MIT"
  3839. },
  3840. "node_modules/is-async-function": {
  3841. "version": "2.1.1",
  3842. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  3843. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  3844. "license": "MIT",
  3845. "dependencies": {
  3846. "async-function": "^1.0.0",
  3847. "call-bound": "^1.0.3",
  3848. "get-proto": "^1.0.1",
  3849. "has-tostringtag": "^1.0.2",
  3850. "safe-regex-test": "^1.1.0"
  3851. },
  3852. "engines": {
  3853. "node": ">= 0.4"
  3854. },
  3855. "funding": {
  3856. "url": "https://github.com/sponsors/ljharb"
  3857. }
  3858. },
  3859. "node_modules/is-bigint": {
  3860. "version": "1.1.0",
  3861. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  3862. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  3863. "license": "MIT",
  3864. "dependencies": {
  3865. "has-bigints": "^1.0.2"
  3866. },
  3867. "engines": {
  3868. "node": ">= 0.4"
  3869. },
  3870. "funding": {
  3871. "url": "https://github.com/sponsors/ljharb"
  3872. }
  3873. },
  3874. "node_modules/is-boolean-object": {
  3875. "version": "1.2.2",
  3876. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  3877. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  3878. "license": "MIT",
  3879. "dependencies": {
  3880. "call-bound": "^1.0.3",
  3881. "has-tostringtag": "^1.0.2"
  3882. },
  3883. "engines": {
  3884. "node": ">= 0.4"
  3885. },
  3886. "funding": {
  3887. "url": "https://github.com/sponsors/ljharb"
  3888. }
  3889. },
  3890. "node_modules/is-callable": {
  3891. "version": "1.2.7",
  3892. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  3893. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  3894. "license": "MIT",
  3895. "engines": {
  3896. "node": ">= 0.4"
  3897. },
  3898. "funding": {
  3899. "url": "https://github.com/sponsors/ljharb"
  3900. }
  3901. },
  3902. "node_modules/is-core-module": {
  3903. "version": "2.16.1",
  3904. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3905. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3906. "license": "MIT",
  3907. "dependencies": {
  3908. "hasown": "^2.0.2"
  3909. },
  3910. "engines": {
  3911. "node": ">= 0.4"
  3912. },
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/ljharb"
  3915. }
  3916. },
  3917. "node_modules/is-data-view": {
  3918. "version": "1.0.2",
  3919. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  3920. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  3921. "license": "MIT",
  3922. "dependencies": {
  3923. "call-bound": "^1.0.2",
  3924. "get-intrinsic": "^1.2.6",
  3925. "is-typed-array": "^1.1.13"
  3926. },
  3927. "engines": {
  3928. "node": ">= 0.4"
  3929. },
  3930. "funding": {
  3931. "url": "https://github.com/sponsors/ljharb"
  3932. }
  3933. },
  3934. "node_modules/is-date-object": {
  3935. "version": "1.1.0",
  3936. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3937. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3938. "license": "MIT",
  3939. "dependencies": {
  3940. "call-bound": "^1.0.2",
  3941. "has-tostringtag": "^1.0.2"
  3942. },
  3943. "engines": {
  3944. "node": ">= 0.4"
  3945. },
  3946. "funding": {
  3947. "url": "https://github.com/sponsors/ljharb"
  3948. }
  3949. },
  3950. "node_modules/is-extglob": {
  3951. "version": "2.1.1",
  3952. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3953. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3954. "engines": {
  3955. "node": ">=0.10.0"
  3956. }
  3957. },
  3958. "node_modules/is-finalizationregistry": {
  3959. "version": "1.1.1",
  3960. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3961. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3962. "license": "MIT",
  3963. "dependencies": {
  3964. "call-bound": "^1.0.3"
  3965. },
  3966. "engines": {
  3967. "node": ">= 0.4"
  3968. },
  3969. "funding": {
  3970. "url": "https://github.com/sponsors/ljharb"
  3971. }
  3972. },
  3973. "node_modules/is-fullwidth-code-point": {
  3974. "version": "3.0.0",
  3975. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3976. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3977. "dev": true,
  3978. "engines": {
  3979. "node": ">=8"
  3980. }
  3981. },
  3982. "node_modules/is-generator-function": {
  3983. "version": "1.1.2",
  3984. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3985. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3986. "license": "MIT",
  3987. "dependencies": {
  3988. "call-bound": "^1.0.4",
  3989. "generator-function": "^2.0.0",
  3990. "get-proto": "^1.0.1",
  3991. "has-tostringtag": "^1.0.2",
  3992. "safe-regex-test": "^1.1.0"
  3993. },
  3994. "engines": {
  3995. "node": ">= 0.4"
  3996. },
  3997. "funding": {
  3998. "url": "https://github.com/sponsors/ljharb"
  3999. }
  4000. },
  4001. "node_modules/is-glob": {
  4002. "version": "4.0.3",
  4003. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4004. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4005. "dependencies": {
  4006. "is-extglob": "^2.1.1"
  4007. },
  4008. "engines": {
  4009. "node": ">=0.10.0"
  4010. }
  4011. },
  4012. "node_modules/is-map": {
  4013. "version": "2.0.3",
  4014. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4015. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4016. "license": "MIT",
  4017. "engines": {
  4018. "node": ">= 0.4"
  4019. },
  4020. "funding": {
  4021. "url": "https://github.com/sponsors/ljharb"
  4022. }
  4023. },
  4024. "node_modules/is-negative-zero": {
  4025. "version": "2.0.3",
  4026. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4027. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4028. "license": "MIT",
  4029. "engines": {
  4030. "node": ">= 0.4"
  4031. },
  4032. "funding": {
  4033. "url": "https://github.com/sponsors/ljharb"
  4034. }
  4035. },
  4036. "node_modules/is-number": {
  4037. "version": "7.0.0",
  4038. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4039. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4040. "dev": true,
  4041. "license": "MIT",
  4042. "engines": {
  4043. "node": ">=0.12.0"
  4044. }
  4045. },
  4046. "node_modules/is-number-object": {
  4047. "version": "1.1.1",
  4048. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4049. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4050. "license": "MIT",
  4051. "dependencies": {
  4052. "call-bound": "^1.0.3",
  4053. "has-tostringtag": "^1.0.2"
  4054. },
  4055. "engines": {
  4056. "node": ">= 0.4"
  4057. },
  4058. "funding": {
  4059. "url": "https://github.com/sponsors/ljharb"
  4060. }
  4061. },
  4062. "node_modules/is-path-inside": {
  4063. "version": "3.0.3",
  4064. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  4065. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  4066. "license": "MIT",
  4067. "engines": {
  4068. "node": ">=8"
  4069. }
  4070. },
  4071. "node_modules/is-regex": {
  4072. "version": "1.2.1",
  4073. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4074. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4075. "license": "MIT",
  4076. "dependencies": {
  4077. "call-bound": "^1.0.2",
  4078. "gopd": "^1.2.0",
  4079. "has-tostringtag": "^1.0.2",
  4080. "hasown": "^2.0.2"
  4081. },
  4082. "engines": {
  4083. "node": ">= 0.4"
  4084. },
  4085. "funding": {
  4086. "url": "https://github.com/sponsors/ljharb"
  4087. }
  4088. },
  4089. "node_modules/is-set": {
  4090. "version": "2.0.3",
  4091. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4092. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4093. "license": "MIT",
  4094. "engines": {
  4095. "node": ">= 0.4"
  4096. },
  4097. "funding": {
  4098. "url": "https://github.com/sponsors/ljharb"
  4099. }
  4100. },
  4101. "node_modules/is-shared-array-buffer": {
  4102. "version": "1.0.4",
  4103. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4104. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "call-bound": "^1.0.3"
  4108. },
  4109. "engines": {
  4110. "node": ">= 0.4"
  4111. },
  4112. "funding": {
  4113. "url": "https://github.com/sponsors/ljharb"
  4114. }
  4115. },
  4116. "node_modules/is-string": {
  4117. "version": "1.1.1",
  4118. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4119. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4120. "license": "MIT",
  4121. "dependencies": {
  4122. "call-bound": "^1.0.3",
  4123. "has-tostringtag": "^1.0.2"
  4124. },
  4125. "engines": {
  4126. "node": ">= 0.4"
  4127. },
  4128. "funding": {
  4129. "url": "https://github.com/sponsors/ljharb"
  4130. }
  4131. },
  4132. "node_modules/is-symbol": {
  4133. "version": "1.1.1",
  4134. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4135. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4136. "license": "MIT",
  4137. "dependencies": {
  4138. "call-bound": "^1.0.2",
  4139. "has-symbols": "^1.1.0",
  4140. "safe-regex-test": "^1.1.0"
  4141. },
  4142. "engines": {
  4143. "node": ">= 0.4"
  4144. },
  4145. "funding": {
  4146. "url": "https://github.com/sponsors/ljharb"
  4147. }
  4148. },
  4149. "node_modules/is-typed-array": {
  4150. "version": "1.1.15",
  4151. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4152. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "which-typed-array": "^1.1.16"
  4156. },
  4157. "engines": {
  4158. "node": ">= 0.4"
  4159. },
  4160. "funding": {
  4161. "url": "https://github.com/sponsors/ljharb"
  4162. }
  4163. },
  4164. "node_modules/is-weakmap": {
  4165. "version": "2.0.2",
  4166. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4167. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4168. "license": "MIT",
  4169. "engines": {
  4170. "node": ">= 0.4"
  4171. },
  4172. "funding": {
  4173. "url": "https://github.com/sponsors/ljharb"
  4174. }
  4175. },
  4176. "node_modules/is-weakref": {
  4177. "version": "1.1.1",
  4178. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4179. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4180. "license": "MIT",
  4181. "dependencies": {
  4182. "call-bound": "^1.0.3"
  4183. },
  4184. "engines": {
  4185. "node": ">= 0.4"
  4186. },
  4187. "funding": {
  4188. "url": "https://github.com/sponsors/ljharb"
  4189. }
  4190. },
  4191. "node_modules/is-weakset": {
  4192. "version": "2.0.4",
  4193. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4194. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "call-bound": "^1.0.3",
  4198. "get-intrinsic": "^1.2.6"
  4199. },
  4200. "engines": {
  4201. "node": ">= 0.4"
  4202. },
  4203. "funding": {
  4204. "url": "https://github.com/sponsors/ljharb"
  4205. }
  4206. },
  4207. "node_modules/isarray": {
  4208. "version": "2.0.5",
  4209. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4210. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4211. "license": "MIT"
  4212. },
  4213. "node_modules/isexe": {
  4214. "version": "2.0.0",
  4215. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4216. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4217. },
  4218. "node_modules/iterator.prototype": {
  4219. "version": "1.1.5",
  4220. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4221. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4222. "license": "MIT",
  4223. "dependencies": {
  4224. "define-data-property": "^1.1.4",
  4225. "es-object-atoms": "^1.0.0",
  4226. "get-intrinsic": "^1.2.6",
  4227. "get-proto": "^1.0.0",
  4228. "has-symbols": "^1.1.0",
  4229. "set-function-name": "^2.0.2"
  4230. },
  4231. "engines": {
  4232. "node": ">= 0.4"
  4233. }
  4234. },
  4235. "node_modules/js-tokens": {
  4236. "version": "4.0.0",
  4237. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4238. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4239. },
  4240. "node_modules/js-yaml": {
  4241. "version": "4.1.1",
  4242. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  4243. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4244. "license": "MIT",
  4245. "dependencies": {
  4246. "argparse": "^2.0.1"
  4247. },
  4248. "bin": {
  4249. "js-yaml": "bin/js-yaml.js"
  4250. }
  4251. },
  4252. "node_modules/jsesc": {
  4253. "version": "3.1.0",
  4254. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4255. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4256. "license": "MIT",
  4257. "bin": {
  4258. "jsesc": "bin/jsesc"
  4259. },
  4260. "engines": {
  4261. "node": ">=6"
  4262. }
  4263. },
  4264. "node_modules/json-buffer": {
  4265. "version": "3.0.1",
  4266. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4267. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4268. "license": "MIT"
  4269. },
  4270. "node_modules/json-parse-better-errors": {
  4271. "version": "1.0.2",
  4272. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  4273. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  4274. "license": "MIT"
  4275. },
  4276. "node_modules/json-parse-even-better-errors": {
  4277. "version": "2.3.1",
  4278. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4279. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4280. "dev": true,
  4281. "license": "MIT"
  4282. },
  4283. "node_modules/json-schema-traverse": {
  4284. "version": "0.4.1",
  4285. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4286. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4287. "license": "MIT"
  4288. },
  4289. "node_modules/json-stable-stringify-without-jsonify": {
  4290. "version": "1.0.1",
  4291. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4292. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4293. "license": "MIT"
  4294. },
  4295. "node_modules/json5": {
  4296. "version": "1.0.2",
  4297. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  4298. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "minimist": "^1.2.0"
  4302. },
  4303. "bin": {
  4304. "json5": "lib/cli.js"
  4305. }
  4306. },
  4307. "node_modules/jsx-ast-utils": {
  4308. "version": "3.3.5",
  4309. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4310. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4311. "license": "MIT",
  4312. "dependencies": {
  4313. "array-includes": "^3.1.6",
  4314. "array.prototype.flat": "^1.3.1",
  4315. "object.assign": "^4.1.4",
  4316. "object.values": "^1.1.6"
  4317. },
  4318. "engines": {
  4319. "node": ">=4.0"
  4320. }
  4321. },
  4322. "node_modules/keyv": {
  4323. "version": "4.5.4",
  4324. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4325. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4326. "license": "MIT",
  4327. "dependencies": {
  4328. "json-buffer": "3.0.1"
  4329. }
  4330. },
  4331. "node_modules/kind-of": {
  4332. "version": "6.0.3",
  4333. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4334. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4335. "dev": true,
  4336. "engines": {
  4337. "node": ">=0.10.0"
  4338. }
  4339. },
  4340. "node_modules/levn": {
  4341. "version": "0.4.1",
  4342. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4343. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4344. "license": "MIT",
  4345. "dependencies": {
  4346. "prelude-ls": "^1.2.1",
  4347. "type-check": "~0.4.0"
  4348. },
  4349. "engines": {
  4350. "node": ">= 0.8.0"
  4351. }
  4352. },
  4353. "node_modules/lightningcss": {
  4354. "version": "1.32.0",
  4355. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  4356. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  4357. "license": "MPL-2.0",
  4358. "dependencies": {
  4359. "detect-libc": "^2.0.3"
  4360. },
  4361. "engines": {
  4362. "node": ">= 12.0.0"
  4363. },
  4364. "funding": {
  4365. "type": "opencollective",
  4366. "url": "https://opencollective.com/parcel"
  4367. },
  4368. "optionalDependencies": {
  4369. "lightningcss-android-arm64": "1.32.0",
  4370. "lightningcss-darwin-arm64": "1.32.0",
  4371. "lightningcss-darwin-x64": "1.32.0",
  4372. "lightningcss-freebsd-x64": "1.32.0",
  4373. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  4374. "lightningcss-linux-arm64-gnu": "1.32.0",
  4375. "lightningcss-linux-arm64-musl": "1.32.0",
  4376. "lightningcss-linux-x64-gnu": "1.32.0",
  4377. "lightningcss-linux-x64-musl": "1.32.0",
  4378. "lightningcss-win32-arm64-msvc": "1.32.0",
  4379. "lightningcss-win32-x64-msvc": "1.32.0"
  4380. }
  4381. },
  4382. "node_modules/lightningcss-android-arm64": {
  4383. "version": "1.32.0",
  4384. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  4385. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  4386. "cpu": [
  4387. "arm64"
  4388. ],
  4389. "license": "MPL-2.0",
  4390. "optional": true,
  4391. "os": [
  4392. "android"
  4393. ],
  4394. "engines": {
  4395. "node": ">= 12.0.0"
  4396. },
  4397. "funding": {
  4398. "type": "opencollective",
  4399. "url": "https://opencollective.com/parcel"
  4400. }
  4401. },
  4402. "node_modules/lightningcss-darwin-arm64": {
  4403. "version": "1.32.0",
  4404. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  4405. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  4406. "cpu": [
  4407. "arm64"
  4408. ],
  4409. "license": "MPL-2.0",
  4410. "optional": true,
  4411. "os": [
  4412. "darwin"
  4413. ],
  4414. "engines": {
  4415. "node": ">= 12.0.0"
  4416. },
  4417. "funding": {
  4418. "type": "opencollective",
  4419. "url": "https://opencollective.com/parcel"
  4420. }
  4421. },
  4422. "node_modules/lightningcss-darwin-x64": {
  4423. "version": "1.32.0",
  4424. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  4425. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  4426. "cpu": [
  4427. "x64"
  4428. ],
  4429. "license": "MPL-2.0",
  4430. "optional": true,
  4431. "os": [
  4432. "darwin"
  4433. ],
  4434. "engines": {
  4435. "node": ">= 12.0.0"
  4436. },
  4437. "funding": {
  4438. "type": "opencollective",
  4439. "url": "https://opencollective.com/parcel"
  4440. }
  4441. },
  4442. "node_modules/lightningcss-freebsd-x64": {
  4443. "version": "1.32.0",
  4444. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  4445. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  4446. "cpu": [
  4447. "x64"
  4448. ],
  4449. "license": "MPL-2.0",
  4450. "optional": true,
  4451. "os": [
  4452. "freebsd"
  4453. ],
  4454. "engines": {
  4455. "node": ">= 12.0.0"
  4456. },
  4457. "funding": {
  4458. "type": "opencollective",
  4459. "url": "https://opencollective.com/parcel"
  4460. }
  4461. },
  4462. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4463. "version": "1.32.0",
  4464. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  4465. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  4466. "cpu": [
  4467. "arm"
  4468. ],
  4469. "license": "MPL-2.0",
  4470. "optional": true,
  4471. "os": [
  4472. "linux"
  4473. ],
  4474. "engines": {
  4475. "node": ">= 12.0.0"
  4476. },
  4477. "funding": {
  4478. "type": "opencollective",
  4479. "url": "https://opencollective.com/parcel"
  4480. }
  4481. },
  4482. "node_modules/lightningcss-linux-arm64-gnu": {
  4483. "version": "1.32.0",
  4484. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  4485. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  4486. "cpu": [
  4487. "arm64"
  4488. ],
  4489. "license": "MPL-2.0",
  4490. "optional": true,
  4491. "os": [
  4492. "linux"
  4493. ],
  4494. "engines": {
  4495. "node": ">= 12.0.0"
  4496. },
  4497. "funding": {
  4498. "type": "opencollective",
  4499. "url": "https://opencollective.com/parcel"
  4500. }
  4501. },
  4502. "node_modules/lightningcss-linux-arm64-musl": {
  4503. "version": "1.32.0",
  4504. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  4505. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  4506. "cpu": [
  4507. "arm64"
  4508. ],
  4509. "license": "MPL-2.0",
  4510. "optional": true,
  4511. "os": [
  4512. "linux"
  4513. ],
  4514. "engines": {
  4515. "node": ">= 12.0.0"
  4516. },
  4517. "funding": {
  4518. "type": "opencollective",
  4519. "url": "https://opencollective.com/parcel"
  4520. }
  4521. },
  4522. "node_modules/lightningcss-linux-x64-gnu": {
  4523. "version": "1.32.0",
  4524. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  4525. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  4526. "cpu": [
  4527. "x64"
  4528. ],
  4529. "license": "MPL-2.0",
  4530. "optional": true,
  4531. "os": [
  4532. "linux"
  4533. ],
  4534. "engines": {
  4535. "node": ">= 12.0.0"
  4536. },
  4537. "funding": {
  4538. "type": "opencollective",
  4539. "url": "https://opencollective.com/parcel"
  4540. }
  4541. },
  4542. "node_modules/lightningcss-linux-x64-musl": {
  4543. "version": "1.32.0",
  4544. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  4545. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  4546. "cpu": [
  4547. "x64"
  4548. ],
  4549. "license": "MPL-2.0",
  4550. "optional": true,
  4551. "os": [
  4552. "linux"
  4553. ],
  4554. "engines": {
  4555. "node": ">= 12.0.0"
  4556. },
  4557. "funding": {
  4558. "type": "opencollective",
  4559. "url": "https://opencollective.com/parcel"
  4560. }
  4561. },
  4562. "node_modules/lightningcss-win32-arm64-msvc": {
  4563. "version": "1.32.0",
  4564. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  4565. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  4566. "cpu": [
  4567. "arm64"
  4568. ],
  4569. "license": "MPL-2.0",
  4570. "optional": true,
  4571. "os": [
  4572. "win32"
  4573. ],
  4574. "engines": {
  4575. "node": ">= 12.0.0"
  4576. },
  4577. "funding": {
  4578. "type": "opencollective",
  4579. "url": "https://opencollective.com/parcel"
  4580. }
  4581. },
  4582. "node_modules/lightningcss-win32-x64-msvc": {
  4583. "version": "1.32.0",
  4584. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  4585. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  4586. "cpu": [
  4587. "x64"
  4588. ],
  4589. "license": "MPL-2.0",
  4590. "optional": true,
  4591. "os": [
  4592. "win32"
  4593. ],
  4594. "engines": {
  4595. "node": ">= 12.0.0"
  4596. },
  4597. "funding": {
  4598. "type": "opencollective",
  4599. "url": "https://opencollective.com/parcel"
  4600. }
  4601. },
  4602. "node_modules/lines-and-columns": {
  4603. "version": "1.2.4",
  4604. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4605. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4606. "dev": true,
  4607. "license": "MIT"
  4608. },
  4609. "node_modules/load-json-file": {
  4610. "version": "5.3.0",
  4611. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  4612. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  4613. "license": "MIT",
  4614. "dependencies": {
  4615. "graceful-fs": "^4.1.15",
  4616. "parse-json": "^4.0.0",
  4617. "pify": "^4.0.1",
  4618. "strip-bom": "^3.0.0",
  4619. "type-fest": "^0.3.0"
  4620. },
  4621. "engines": {
  4622. "node": ">=6"
  4623. }
  4624. },
  4625. "node_modules/load-json-file/node_modules/parse-json": {
  4626. "version": "4.0.0",
  4627. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4628. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4629. "license": "MIT",
  4630. "dependencies": {
  4631. "error-ex": "^1.3.1",
  4632. "json-parse-better-errors": "^1.0.1"
  4633. },
  4634. "engines": {
  4635. "node": ">=4"
  4636. }
  4637. },
  4638. "node_modules/load-json-file/node_modules/type-fest": {
  4639. "version": "0.3.1",
  4640. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  4641. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  4642. "license": "(MIT OR CC0-1.0)",
  4643. "engines": {
  4644. "node": ">=6"
  4645. }
  4646. },
  4647. "node_modules/local-pkg": {
  4648. "version": "1.2.1",
  4649. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.2.1.tgz",
  4650. "integrity": "sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==",
  4651. "license": "MIT",
  4652. "dependencies": {
  4653. "mlly": "^1.7.4",
  4654. "pkg-types": "^2.3.0",
  4655. "quansync": "^0.2.11"
  4656. },
  4657. "engines": {
  4658. "node": ">=14"
  4659. },
  4660. "funding": {
  4661. "url": "https://github.com/sponsors/antfu"
  4662. }
  4663. },
  4664. "node_modules/locate-path": {
  4665. "version": "6.0.0",
  4666. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4667. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4668. "license": "MIT",
  4669. "dependencies": {
  4670. "p-locate": "^5.0.0"
  4671. },
  4672. "engines": {
  4673. "node": ">=10"
  4674. },
  4675. "funding": {
  4676. "url": "https://github.com/sponsors/sindresorhus"
  4677. }
  4678. },
  4679. "node_modules/lodash.merge": {
  4680. "version": "4.6.2",
  4681. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4682. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4683. "license": "MIT"
  4684. },
  4685. "node_modules/lodash.truncate": {
  4686. "version": "4.4.2",
  4687. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4688. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4689. "dev": true
  4690. },
  4691. "node_modules/loose-envify": {
  4692. "version": "1.4.0",
  4693. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4694. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4695. "license": "MIT",
  4696. "dependencies": {
  4697. "js-tokens": "^3.0.0 || ^4.0.0"
  4698. },
  4699. "bin": {
  4700. "loose-envify": "cli.js"
  4701. }
  4702. },
  4703. "node_modules/magic-string": {
  4704. "version": "0.30.21",
  4705. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4706. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "@jridgewell/sourcemap-codec": "^1.5.5"
  4710. }
  4711. },
  4712. "node_modules/magic-string-ast": {
  4713. "version": "1.0.3",
  4714. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  4715. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  4716. "license": "MIT",
  4717. "dependencies": {
  4718. "magic-string": "^0.30.19"
  4719. },
  4720. "engines": {
  4721. "node": ">=20.19.0"
  4722. },
  4723. "funding": {
  4724. "url": "https://github.com/sponsors/sxzz"
  4725. }
  4726. },
  4727. "node_modules/math-intrinsics": {
  4728. "version": "1.1.0",
  4729. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4730. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4731. "license": "MIT",
  4732. "engines": {
  4733. "node": ">= 0.4"
  4734. }
  4735. },
  4736. "node_modules/mathml-tag-names": {
  4737. "version": "4.0.0",
  4738. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  4739. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  4740. "dev": true,
  4741. "license": "MIT",
  4742. "funding": {
  4743. "type": "github",
  4744. "url": "https://github.com/sponsors/wooorm"
  4745. }
  4746. },
  4747. "node_modules/mdn-data": {
  4748. "version": "2.27.1",
  4749. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  4750. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  4751. "dev": true,
  4752. "license": "CC0-1.0"
  4753. },
  4754. "node_modules/meow": {
  4755. "version": "14.1.0",
  4756. "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
  4757. "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
  4758. "dev": true,
  4759. "license": "MIT",
  4760. "engines": {
  4761. "node": ">=20"
  4762. },
  4763. "funding": {
  4764. "url": "https://github.com/sponsors/sindresorhus"
  4765. }
  4766. },
  4767. "node_modules/merge2": {
  4768. "version": "1.4.1",
  4769. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4770. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4771. "dev": true,
  4772. "license": "MIT",
  4773. "engines": {
  4774. "node": ">= 8"
  4775. }
  4776. },
  4777. "node_modules/micromatch": {
  4778. "version": "4.0.8",
  4779. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4780. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4781. "dev": true,
  4782. "license": "MIT",
  4783. "dependencies": {
  4784. "braces": "^3.0.3",
  4785. "picomatch": "^2.3.1"
  4786. },
  4787. "engines": {
  4788. "node": ">=8.6"
  4789. }
  4790. },
  4791. "node_modules/minimatch": {
  4792. "version": "3.1.5",
  4793. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  4794. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  4795. "license": "ISC",
  4796. "dependencies": {
  4797. "brace-expansion": "^1.1.7"
  4798. },
  4799. "engines": {
  4800. "node": "*"
  4801. }
  4802. },
  4803. "node_modules/minimist": {
  4804. "version": "1.2.8",
  4805. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4806. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4807. "license": "MIT",
  4808. "funding": {
  4809. "url": "https://github.com/sponsors/ljharb"
  4810. }
  4811. },
  4812. "node_modules/mlly": {
  4813. "version": "1.8.2",
  4814. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  4815. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  4816. "license": "MIT",
  4817. "dependencies": {
  4818. "acorn": "^8.16.0",
  4819. "pathe": "^2.0.3",
  4820. "pkg-types": "^1.3.1",
  4821. "ufo": "^1.6.3"
  4822. }
  4823. },
  4824. "node_modules/mlly/node_modules/confbox": {
  4825. "version": "0.1.8",
  4826. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  4827. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  4828. "license": "MIT"
  4829. },
  4830. "node_modules/mlly/node_modules/pkg-types": {
  4831. "version": "1.3.1",
  4832. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  4833. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  4834. "license": "MIT",
  4835. "dependencies": {
  4836. "confbox": "^0.1.8",
  4837. "mlly": "^1.7.4",
  4838. "pathe": "^2.0.1"
  4839. }
  4840. },
  4841. "node_modules/ms": {
  4842. "version": "2.1.3",
  4843. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4844. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4845. "license": "MIT"
  4846. },
  4847. "node_modules/muggle-string": {
  4848. "version": "0.4.1",
  4849. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  4850. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  4851. "license": "MIT"
  4852. },
  4853. "node_modules/nanoid": {
  4854. "version": "3.3.12",
  4855. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
  4856. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  4857. "funding": [
  4858. {
  4859. "type": "github",
  4860. "url": "https://github.com/sponsors/ai"
  4861. }
  4862. ],
  4863. "license": "MIT",
  4864. "bin": {
  4865. "nanoid": "bin/nanoid.cjs"
  4866. },
  4867. "engines": {
  4868. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4869. }
  4870. },
  4871. "node_modules/natural-compare": {
  4872. "version": "1.4.0",
  4873. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4874. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4875. "license": "MIT"
  4876. },
  4877. "node_modules/normalize-path": {
  4878. "version": "3.0.0",
  4879. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4880. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4881. "dev": true,
  4882. "engines": {
  4883. "node": ">=0.10.0"
  4884. }
  4885. },
  4886. "node_modules/object-assign": {
  4887. "version": "4.1.1",
  4888. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4889. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=0.10.0"
  4893. }
  4894. },
  4895. "node_modules/object-inspect": {
  4896. "version": "1.13.4",
  4897. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  4898. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  4899. "license": "MIT",
  4900. "engines": {
  4901. "node": ">= 0.4"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/ljharb"
  4905. }
  4906. },
  4907. "node_modules/object-keys": {
  4908. "version": "1.1.1",
  4909. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4910. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4911. "license": "MIT",
  4912. "engines": {
  4913. "node": ">= 0.4"
  4914. }
  4915. },
  4916. "node_modules/object.assign": {
  4917. "version": "4.1.7",
  4918. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  4919. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  4920. "license": "MIT",
  4921. "dependencies": {
  4922. "call-bind": "^1.0.8",
  4923. "call-bound": "^1.0.3",
  4924. "define-properties": "^1.2.1",
  4925. "es-object-atoms": "^1.0.0",
  4926. "has-symbols": "^1.1.0",
  4927. "object-keys": "^1.1.1"
  4928. },
  4929. "engines": {
  4930. "node": ">= 0.4"
  4931. },
  4932. "funding": {
  4933. "url": "https://github.com/sponsors/ljharb"
  4934. }
  4935. },
  4936. "node_modules/object.entries": {
  4937. "version": "1.1.9",
  4938. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  4939. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  4940. "license": "MIT",
  4941. "dependencies": {
  4942. "call-bind": "^1.0.8",
  4943. "call-bound": "^1.0.4",
  4944. "define-properties": "^1.2.1",
  4945. "es-object-atoms": "^1.1.1"
  4946. },
  4947. "engines": {
  4948. "node": ">= 0.4"
  4949. }
  4950. },
  4951. "node_modules/object.fromentries": {
  4952. "version": "2.0.8",
  4953. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  4954. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  4955. "license": "MIT",
  4956. "dependencies": {
  4957. "call-bind": "^1.0.7",
  4958. "define-properties": "^1.2.1",
  4959. "es-abstract": "^1.23.2",
  4960. "es-object-atoms": "^1.0.0"
  4961. },
  4962. "engines": {
  4963. "node": ">= 0.4"
  4964. },
  4965. "funding": {
  4966. "url": "https://github.com/sponsors/ljharb"
  4967. }
  4968. },
  4969. "node_modules/object.groupby": {
  4970. "version": "1.0.3",
  4971. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  4972. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  4973. "license": "MIT",
  4974. "dependencies": {
  4975. "call-bind": "^1.0.7",
  4976. "define-properties": "^1.2.1",
  4977. "es-abstract": "^1.23.2"
  4978. },
  4979. "engines": {
  4980. "node": ">= 0.4"
  4981. }
  4982. },
  4983. "node_modules/object.values": {
  4984. "version": "1.2.1",
  4985. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  4986. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  4987. "license": "MIT",
  4988. "dependencies": {
  4989. "call-bind": "^1.0.8",
  4990. "call-bound": "^1.0.3",
  4991. "define-properties": "^1.2.1",
  4992. "es-object-atoms": "^1.0.0"
  4993. },
  4994. "engines": {
  4995. "node": ">= 0.4"
  4996. },
  4997. "funding": {
  4998. "url": "https://github.com/sponsors/ljharb"
  4999. }
  5000. },
  5001. "node_modules/obug": {
  5002. "version": "2.1.1",
  5003. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  5004. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  5005. "funding": [
  5006. "https://github.com/sponsors/sxzz",
  5007. "https://opencollective.com/debug"
  5008. ],
  5009. "license": "MIT"
  5010. },
  5011. "node_modules/once": {
  5012. "version": "1.4.0",
  5013. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5014. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5015. "license": "ISC",
  5016. "dependencies": {
  5017. "wrappy": "1"
  5018. }
  5019. },
  5020. "node_modules/optionator": {
  5021. "version": "0.9.4",
  5022. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5023. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5024. "license": "MIT",
  5025. "dependencies": {
  5026. "deep-is": "^0.1.3",
  5027. "fast-levenshtein": "^2.0.6",
  5028. "levn": "^0.4.1",
  5029. "prelude-ls": "^1.2.1",
  5030. "type-check": "^0.4.0",
  5031. "word-wrap": "^1.2.5"
  5032. },
  5033. "engines": {
  5034. "node": ">= 0.8.0"
  5035. }
  5036. },
  5037. "node_modules/own-keys": {
  5038. "version": "1.0.1",
  5039. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  5040. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5041. "license": "MIT",
  5042. "dependencies": {
  5043. "get-intrinsic": "^1.2.6",
  5044. "object-keys": "^1.1.1",
  5045. "safe-push-apply": "^1.0.0"
  5046. },
  5047. "engines": {
  5048. "node": ">= 0.4"
  5049. },
  5050. "funding": {
  5051. "url": "https://github.com/sponsors/ljharb"
  5052. }
  5053. },
  5054. "node_modules/p-limit": {
  5055. "version": "3.1.0",
  5056. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5057. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5058. "license": "MIT",
  5059. "dependencies": {
  5060. "yocto-queue": "^0.1.0"
  5061. },
  5062. "engines": {
  5063. "node": ">=10"
  5064. },
  5065. "funding": {
  5066. "url": "https://github.com/sponsors/sindresorhus"
  5067. }
  5068. },
  5069. "node_modules/p-locate": {
  5070. "version": "5.0.0",
  5071. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5072. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5073. "license": "MIT",
  5074. "dependencies": {
  5075. "p-limit": "^3.0.2"
  5076. },
  5077. "engines": {
  5078. "node": ">=10"
  5079. },
  5080. "funding": {
  5081. "url": "https://github.com/sponsors/sindresorhus"
  5082. }
  5083. },
  5084. "node_modules/p-try": {
  5085. "version": "2.2.0",
  5086. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  5087. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  5088. "license": "MIT",
  5089. "engines": {
  5090. "node": ">=6"
  5091. }
  5092. },
  5093. "node_modules/parent-module": {
  5094. "version": "1.0.1",
  5095. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5096. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5097. "dependencies": {
  5098. "callsites": "^3.0.0"
  5099. },
  5100. "engines": {
  5101. "node": ">=6"
  5102. }
  5103. },
  5104. "node_modules/parse-json": {
  5105. "version": "5.2.0",
  5106. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  5107. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  5108. "dev": true,
  5109. "license": "MIT",
  5110. "dependencies": {
  5111. "@babel/code-frame": "^7.0.0",
  5112. "error-ex": "^1.3.1",
  5113. "json-parse-even-better-errors": "^2.3.0",
  5114. "lines-and-columns": "^1.1.6"
  5115. },
  5116. "engines": {
  5117. "node": ">=8"
  5118. },
  5119. "funding": {
  5120. "url": "https://github.com/sponsors/sindresorhus"
  5121. }
  5122. },
  5123. "node_modules/path-exists": {
  5124. "version": "4.0.0",
  5125. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5126. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5127. "license": "MIT",
  5128. "engines": {
  5129. "node": ">=8"
  5130. }
  5131. },
  5132. "node_modules/path-is-absolute": {
  5133. "version": "1.0.1",
  5134. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5135. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5136. "license": "MIT",
  5137. "engines": {
  5138. "node": ">=0.10.0"
  5139. }
  5140. },
  5141. "node_modules/path-key": {
  5142. "version": "3.1.1",
  5143. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5144. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5145. "license": "MIT",
  5146. "engines": {
  5147. "node": ">=8"
  5148. }
  5149. },
  5150. "node_modules/path-parse": {
  5151. "version": "1.0.7",
  5152. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5153. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5154. "license": "MIT"
  5155. },
  5156. "node_modules/pathe": {
  5157. "version": "2.0.3",
  5158. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  5159. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5160. "license": "MIT"
  5161. },
  5162. "node_modules/perfect-debounce": {
  5163. "version": "2.1.0",
  5164. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5165. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5166. "license": "MIT"
  5167. },
  5168. "node_modules/picocolors": {
  5169. "version": "1.1.1",
  5170. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5171. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5172. "license": "ISC"
  5173. },
  5174. "node_modules/picocrank": {
  5175. "version": "1.15.0",
  5176. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.15.0.tgz",
  5177. "integrity": "sha512-nKqKYTcM7ypVgiILtiBluueLrP3yJ8bcCnGUPxovbNJsZz8Y3V+poqQbKGrx9mMTHzj1qHgHxzJXqy4jwpojzA==",
  5178. "license": "ISC",
  5179. "dependencies": {
  5180. "@hugeicons/core-free-icons": "^4.1.1",
  5181. "@hugeicons/vue": "^1.0.5",
  5182. "@vitejs/plugin-vue": "^6.0.6",
  5183. "femtocrank": "^2.5.0",
  5184. "unplugin-vue-components": "^32.0.0",
  5185. "vite": "^8.0.10",
  5186. "vue": "^3.5.33",
  5187. "vue-router": "^5.0.6"
  5188. }
  5189. },
  5190. "node_modules/picomatch": {
  5191. "version": "2.3.2",
  5192. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5193. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5194. "dev": true,
  5195. "license": "MIT",
  5196. "engines": {
  5197. "node": ">=8.6"
  5198. },
  5199. "funding": {
  5200. "url": "https://github.com/sponsors/jonschlinkert"
  5201. }
  5202. },
  5203. "node_modules/pify": {
  5204. "version": "4.0.1",
  5205. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  5206. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  5207. "license": "MIT",
  5208. "engines": {
  5209. "node": ">=6"
  5210. }
  5211. },
  5212. "node_modules/pkg-conf": {
  5213. "version": "3.1.0",
  5214. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  5215. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "find-up": "^3.0.0",
  5219. "load-json-file": "^5.2.0"
  5220. },
  5221. "engines": {
  5222. "node": ">=6"
  5223. }
  5224. },
  5225. "node_modules/pkg-conf/node_modules/find-up": {
  5226. "version": "3.0.0",
  5227. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  5228. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  5229. "license": "MIT",
  5230. "dependencies": {
  5231. "locate-path": "^3.0.0"
  5232. },
  5233. "engines": {
  5234. "node": ">=6"
  5235. }
  5236. },
  5237. "node_modules/pkg-conf/node_modules/locate-path": {
  5238. "version": "3.0.0",
  5239. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  5240. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  5241. "license": "MIT",
  5242. "dependencies": {
  5243. "p-locate": "^3.0.0",
  5244. "path-exists": "^3.0.0"
  5245. },
  5246. "engines": {
  5247. "node": ">=6"
  5248. }
  5249. },
  5250. "node_modules/pkg-conf/node_modules/p-limit": {
  5251. "version": "2.3.0",
  5252. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  5253. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  5254. "license": "MIT",
  5255. "dependencies": {
  5256. "p-try": "^2.0.0"
  5257. },
  5258. "engines": {
  5259. "node": ">=6"
  5260. },
  5261. "funding": {
  5262. "url": "https://github.com/sponsors/sindresorhus"
  5263. }
  5264. },
  5265. "node_modules/pkg-conf/node_modules/p-locate": {
  5266. "version": "3.0.0",
  5267. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  5268. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  5269. "license": "MIT",
  5270. "dependencies": {
  5271. "p-limit": "^2.0.0"
  5272. },
  5273. "engines": {
  5274. "node": ">=6"
  5275. }
  5276. },
  5277. "node_modules/pkg-conf/node_modules/path-exists": {
  5278. "version": "3.0.0",
  5279. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  5280. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  5281. "license": "MIT",
  5282. "engines": {
  5283. "node": ">=4"
  5284. }
  5285. },
  5286. "node_modules/pkg-types": {
  5287. "version": "2.3.0",
  5288. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  5289. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  5290. "license": "MIT",
  5291. "dependencies": {
  5292. "confbox": "^0.2.2",
  5293. "exsolve": "^1.0.7",
  5294. "pathe": "^2.0.3"
  5295. }
  5296. },
  5297. "node_modules/possible-typed-array-names": {
  5298. "version": "1.1.0",
  5299. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5300. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5301. "license": "MIT",
  5302. "engines": {
  5303. "node": ">= 0.4"
  5304. }
  5305. },
  5306. "node_modules/postcss": {
  5307. "version": "8.5.15",
  5308. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
  5309. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  5310. "funding": [
  5311. {
  5312. "type": "opencollective",
  5313. "url": "https://opencollective.com/postcss/"
  5314. },
  5315. {
  5316. "type": "tidelift",
  5317. "url": "https://tidelift.com/funding/github/npm/postcss"
  5318. },
  5319. {
  5320. "type": "github",
  5321. "url": "https://github.com/sponsors/ai"
  5322. }
  5323. ],
  5324. "license": "MIT",
  5325. "dependencies": {
  5326. "nanoid": "^3.3.12",
  5327. "picocolors": "^1.1.1",
  5328. "source-map-js": "^1.2.1"
  5329. },
  5330. "engines": {
  5331. "node": "^10 || ^12 || >=14"
  5332. }
  5333. },
  5334. "node_modules/postcss-safe-parser": {
  5335. "version": "7.0.1",
  5336. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  5337. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  5338. "dev": true,
  5339. "funding": [
  5340. {
  5341. "type": "opencollective",
  5342. "url": "https://opencollective.com/postcss/"
  5343. },
  5344. {
  5345. "type": "tidelift",
  5346. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  5347. },
  5348. {
  5349. "type": "github",
  5350. "url": "https://github.com/sponsors/ai"
  5351. }
  5352. ],
  5353. "license": "MIT",
  5354. "engines": {
  5355. "node": ">=18.0"
  5356. },
  5357. "peerDependencies": {
  5358. "postcss": "^8.4.31"
  5359. }
  5360. },
  5361. "node_modules/postcss-selector-parser": {
  5362. "version": "7.1.1",
  5363. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  5364. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  5365. "dev": true,
  5366. "license": "MIT",
  5367. "dependencies": {
  5368. "cssesc": "^3.0.0",
  5369. "util-deprecate": "^1.0.2"
  5370. },
  5371. "engines": {
  5372. "node": ">=4"
  5373. }
  5374. },
  5375. "node_modules/postcss-value-parser": {
  5376. "version": "4.2.0",
  5377. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5378. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5379. "dev": true
  5380. },
  5381. "node_modules/prelude-ls": {
  5382. "version": "1.2.1",
  5383. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5384. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5385. "license": "MIT",
  5386. "engines": {
  5387. "node": ">= 0.8.0"
  5388. }
  5389. },
  5390. "node_modules/process": {
  5391. "version": "0.11.10",
  5392. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  5393. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5394. "dev": true,
  5395. "engines": {
  5396. "node": ">= 0.6.0"
  5397. }
  5398. },
  5399. "node_modules/prop-types": {
  5400. "version": "15.8.1",
  5401. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5402. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5403. "license": "MIT",
  5404. "dependencies": {
  5405. "loose-envify": "^1.4.0",
  5406. "object-assign": "^4.1.1",
  5407. "react-is": "^16.13.1"
  5408. }
  5409. },
  5410. "node_modules/punycode": {
  5411. "version": "2.3.1",
  5412. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5413. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5414. "engines": {
  5415. "node": ">=6"
  5416. }
  5417. },
  5418. "node_modules/qified": {
  5419. "version": "0.10.1",
  5420. "resolved": "https://registry.npmjs.org/qified/-/qified-0.10.1.tgz",
  5421. "integrity": "sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==",
  5422. "dev": true,
  5423. "license": "MIT",
  5424. "dependencies": {
  5425. "hookified": "^2.1.1"
  5426. },
  5427. "engines": {
  5428. "node": ">=20"
  5429. }
  5430. },
  5431. "node_modules/qified/node_modules/hookified": {
  5432. "version": "2.2.0",
  5433. "resolved": "https://registry.npmjs.org/hookified/-/hookified-2.2.0.tgz",
  5434. "integrity": "sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==",
  5435. "dev": true,
  5436. "license": "MIT"
  5437. },
  5438. "node_modules/quansync": {
  5439. "version": "0.2.11",
  5440. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5441. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5442. "funding": [
  5443. {
  5444. "type": "individual",
  5445. "url": "https://github.com/sponsors/antfu"
  5446. },
  5447. {
  5448. "type": "individual",
  5449. "url": "https://github.com/sponsors/sxzz"
  5450. }
  5451. ],
  5452. "license": "MIT"
  5453. },
  5454. "node_modules/queue-microtask": {
  5455. "version": "1.2.3",
  5456. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5457. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5458. "funding": [
  5459. {
  5460. "type": "github",
  5461. "url": "https://github.com/sponsors/feross"
  5462. },
  5463. {
  5464. "type": "patreon",
  5465. "url": "https://www.patreon.com/feross"
  5466. },
  5467. {
  5468. "type": "consulting",
  5469. "url": "https://feross.org/support"
  5470. }
  5471. ]
  5472. },
  5473. "node_modules/react-is": {
  5474. "version": "16.13.1",
  5475. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5476. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5477. "license": "MIT"
  5478. },
  5479. "node_modules/readdirp": {
  5480. "version": "5.0.0",
  5481. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5482. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5483. "license": "MIT",
  5484. "engines": {
  5485. "node": ">= 20.19.0"
  5486. },
  5487. "funding": {
  5488. "type": "individual",
  5489. "url": "https://paulmillr.com/funding/"
  5490. }
  5491. },
  5492. "node_modules/reflect.getprototypeof": {
  5493. "version": "1.0.10",
  5494. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5495. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5496. "license": "MIT",
  5497. "dependencies": {
  5498. "call-bind": "^1.0.8",
  5499. "define-properties": "^1.2.1",
  5500. "es-abstract": "^1.23.9",
  5501. "es-errors": "^1.3.0",
  5502. "es-object-atoms": "^1.0.0",
  5503. "get-intrinsic": "^1.2.7",
  5504. "get-proto": "^1.0.1",
  5505. "which-builtin-type": "^1.2.1"
  5506. },
  5507. "engines": {
  5508. "node": ">= 0.4"
  5509. },
  5510. "funding": {
  5511. "url": "https://github.com/sponsors/ljharb"
  5512. }
  5513. },
  5514. "node_modules/regexp.prototype.flags": {
  5515. "version": "1.5.4",
  5516. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5517. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5518. "license": "MIT",
  5519. "dependencies": {
  5520. "call-bind": "^1.0.8",
  5521. "define-properties": "^1.2.1",
  5522. "es-errors": "^1.3.0",
  5523. "get-proto": "^1.0.1",
  5524. "gopd": "^1.2.0",
  5525. "set-function-name": "^2.0.2"
  5526. },
  5527. "engines": {
  5528. "node": ">= 0.4"
  5529. },
  5530. "funding": {
  5531. "url": "https://github.com/sponsors/ljharb"
  5532. }
  5533. },
  5534. "node_modules/regexpp": {
  5535. "version": "3.2.0",
  5536. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  5537. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  5538. "license": "MIT",
  5539. "engines": {
  5540. "node": ">=8"
  5541. },
  5542. "funding": {
  5543. "url": "https://github.com/sponsors/mysticatea"
  5544. }
  5545. },
  5546. "node_modules/require-from-string": {
  5547. "version": "2.0.2",
  5548. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5549. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5550. "dev": true,
  5551. "engines": {
  5552. "node": ">=0.10.0"
  5553. }
  5554. },
  5555. "node_modules/resolve": {
  5556. "version": "1.22.11",
  5557. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5558. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5559. "license": "MIT",
  5560. "dependencies": {
  5561. "is-core-module": "^2.16.1",
  5562. "path-parse": "^1.0.7",
  5563. "supports-preserve-symlinks-flag": "^1.0.0"
  5564. },
  5565. "bin": {
  5566. "resolve": "bin/resolve"
  5567. },
  5568. "engines": {
  5569. "node": ">= 0.4"
  5570. },
  5571. "funding": {
  5572. "url": "https://github.com/sponsors/ljharb"
  5573. }
  5574. },
  5575. "node_modules/resolve-from": {
  5576. "version": "4.0.0",
  5577. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5578. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5579. "engines": {
  5580. "node": ">=4"
  5581. }
  5582. },
  5583. "node_modules/reusify": {
  5584. "version": "1.0.4",
  5585. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5586. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5587. "engines": {
  5588. "iojs": ">=1.0.0",
  5589. "node": ">=0.10.0"
  5590. }
  5591. },
  5592. "node_modules/rimraf": {
  5593. "version": "3.0.2",
  5594. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  5595. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  5596. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  5597. "license": "ISC",
  5598. "dependencies": {
  5599. "glob": "^7.1.3"
  5600. },
  5601. "bin": {
  5602. "rimraf": "bin.js"
  5603. },
  5604. "funding": {
  5605. "url": "https://github.com/sponsors/isaacs"
  5606. }
  5607. },
  5608. "node_modules/rolldown": {
  5609. "version": "1.0.2",
  5610. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.2.tgz",
  5611. "integrity": "sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==",
  5612. "license": "MIT",
  5613. "dependencies": {
  5614. "@oxc-project/types": "=0.132.0",
  5615. "@rolldown/pluginutils": "^1.0.0"
  5616. },
  5617. "bin": {
  5618. "rolldown": "bin/cli.mjs"
  5619. },
  5620. "engines": {
  5621. "node": "^20.19.0 || >=22.12.0"
  5622. },
  5623. "optionalDependencies": {
  5624. "@rolldown/binding-android-arm64": "1.0.2",
  5625. "@rolldown/binding-darwin-arm64": "1.0.2",
  5626. "@rolldown/binding-darwin-x64": "1.0.2",
  5627. "@rolldown/binding-freebsd-x64": "1.0.2",
  5628. "@rolldown/binding-linux-arm-gnueabihf": "1.0.2",
  5629. "@rolldown/binding-linux-arm64-gnu": "1.0.2",
  5630. "@rolldown/binding-linux-arm64-musl": "1.0.2",
  5631. "@rolldown/binding-linux-ppc64-gnu": "1.0.2",
  5632. "@rolldown/binding-linux-s390x-gnu": "1.0.2",
  5633. "@rolldown/binding-linux-x64-gnu": "1.0.2",
  5634. "@rolldown/binding-linux-x64-musl": "1.0.2",
  5635. "@rolldown/binding-openharmony-arm64": "1.0.2",
  5636. "@rolldown/binding-wasm32-wasi": "1.0.2",
  5637. "@rolldown/binding-win32-arm64-msvc": "1.0.2",
  5638. "@rolldown/binding-win32-x64-msvc": "1.0.2"
  5639. }
  5640. },
  5641. "node_modules/run-parallel": {
  5642. "version": "1.2.0",
  5643. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5644. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5645. "funding": [
  5646. {
  5647. "type": "github",
  5648. "url": "https://github.com/sponsors/feross"
  5649. },
  5650. {
  5651. "type": "patreon",
  5652. "url": "https://www.patreon.com/feross"
  5653. },
  5654. {
  5655. "type": "consulting",
  5656. "url": "https://feross.org/support"
  5657. }
  5658. ],
  5659. "dependencies": {
  5660. "queue-microtask": "^1.2.2"
  5661. }
  5662. },
  5663. "node_modules/safe-array-concat": {
  5664. "version": "1.1.3",
  5665. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5666. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5667. "license": "MIT",
  5668. "dependencies": {
  5669. "call-bind": "^1.0.8",
  5670. "call-bound": "^1.0.2",
  5671. "get-intrinsic": "^1.2.6",
  5672. "has-symbols": "^1.1.0",
  5673. "isarray": "^2.0.5"
  5674. },
  5675. "engines": {
  5676. "node": ">=0.4"
  5677. },
  5678. "funding": {
  5679. "url": "https://github.com/sponsors/ljharb"
  5680. }
  5681. },
  5682. "node_modules/safe-push-apply": {
  5683. "version": "1.0.0",
  5684. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5685. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5686. "license": "MIT",
  5687. "dependencies": {
  5688. "es-errors": "^1.3.0",
  5689. "isarray": "^2.0.5"
  5690. },
  5691. "engines": {
  5692. "node": ">= 0.4"
  5693. },
  5694. "funding": {
  5695. "url": "https://github.com/sponsors/ljharb"
  5696. }
  5697. },
  5698. "node_modules/safe-regex-test": {
  5699. "version": "1.1.0",
  5700. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5701. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "call-bound": "^1.0.2",
  5705. "es-errors": "^1.3.0",
  5706. "is-regex": "^1.2.1"
  5707. },
  5708. "engines": {
  5709. "node": ">= 0.4"
  5710. },
  5711. "funding": {
  5712. "url": "https://github.com/sponsors/ljharb"
  5713. }
  5714. },
  5715. "node_modules/scule": {
  5716. "version": "1.3.0",
  5717. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  5718. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  5719. "license": "MIT"
  5720. },
  5721. "node_modules/semver": {
  5722. "version": "6.3.1",
  5723. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5724. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5725. "license": "ISC",
  5726. "bin": {
  5727. "semver": "bin/semver.js"
  5728. }
  5729. },
  5730. "node_modules/set-function-length": {
  5731. "version": "1.2.2",
  5732. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5733. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5734. "license": "MIT",
  5735. "dependencies": {
  5736. "define-data-property": "^1.1.4",
  5737. "es-errors": "^1.3.0",
  5738. "function-bind": "^1.1.2",
  5739. "get-intrinsic": "^1.2.4",
  5740. "gopd": "^1.0.1",
  5741. "has-property-descriptors": "^1.0.2"
  5742. },
  5743. "engines": {
  5744. "node": ">= 0.4"
  5745. }
  5746. },
  5747. "node_modules/set-function-name": {
  5748. "version": "2.0.2",
  5749. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5750. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5751. "license": "MIT",
  5752. "dependencies": {
  5753. "define-data-property": "^1.1.4",
  5754. "es-errors": "^1.3.0",
  5755. "functions-have-names": "^1.2.3",
  5756. "has-property-descriptors": "^1.0.2"
  5757. },
  5758. "engines": {
  5759. "node": ">= 0.4"
  5760. }
  5761. },
  5762. "node_modules/set-proto": {
  5763. "version": "1.0.0",
  5764. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5765. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "dunder-proto": "^1.0.1",
  5769. "es-errors": "^1.3.0",
  5770. "es-object-atoms": "^1.0.0"
  5771. },
  5772. "engines": {
  5773. "node": ">= 0.4"
  5774. }
  5775. },
  5776. "node_modules/shebang-command": {
  5777. "version": "2.0.0",
  5778. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5779. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5780. "license": "MIT",
  5781. "dependencies": {
  5782. "shebang-regex": "^3.0.0"
  5783. },
  5784. "engines": {
  5785. "node": ">=8"
  5786. }
  5787. },
  5788. "node_modules/shebang-regex": {
  5789. "version": "3.0.0",
  5790. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5791. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5792. "license": "MIT",
  5793. "engines": {
  5794. "node": ">=8"
  5795. }
  5796. },
  5797. "node_modules/side-channel": {
  5798. "version": "1.1.0",
  5799. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  5800. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "es-errors": "^1.3.0",
  5804. "object-inspect": "^1.13.3",
  5805. "side-channel-list": "^1.0.0",
  5806. "side-channel-map": "^1.0.1",
  5807. "side-channel-weakmap": "^1.0.2"
  5808. },
  5809. "engines": {
  5810. "node": ">= 0.4"
  5811. },
  5812. "funding": {
  5813. "url": "https://github.com/sponsors/ljharb"
  5814. }
  5815. },
  5816. "node_modules/side-channel-list": {
  5817. "version": "1.0.0",
  5818. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5819. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5820. "license": "MIT",
  5821. "dependencies": {
  5822. "es-errors": "^1.3.0",
  5823. "object-inspect": "^1.13.3"
  5824. },
  5825. "engines": {
  5826. "node": ">= 0.4"
  5827. },
  5828. "funding": {
  5829. "url": "https://github.com/sponsors/ljharb"
  5830. }
  5831. },
  5832. "node_modules/side-channel-map": {
  5833. "version": "1.0.1",
  5834. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5835. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5836. "license": "MIT",
  5837. "dependencies": {
  5838. "call-bound": "^1.0.2",
  5839. "es-errors": "^1.3.0",
  5840. "get-intrinsic": "^1.2.5",
  5841. "object-inspect": "^1.13.3"
  5842. },
  5843. "engines": {
  5844. "node": ">= 0.4"
  5845. },
  5846. "funding": {
  5847. "url": "https://github.com/sponsors/ljharb"
  5848. }
  5849. },
  5850. "node_modules/side-channel-weakmap": {
  5851. "version": "1.0.2",
  5852. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5853. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5854. "license": "MIT",
  5855. "dependencies": {
  5856. "call-bound": "^1.0.2",
  5857. "es-errors": "^1.3.0",
  5858. "get-intrinsic": "^1.2.5",
  5859. "object-inspect": "^1.13.3",
  5860. "side-channel-map": "^1.0.1"
  5861. },
  5862. "engines": {
  5863. "node": ">= 0.4"
  5864. },
  5865. "funding": {
  5866. "url": "https://github.com/sponsors/ljharb"
  5867. }
  5868. },
  5869. "node_modules/signal-exit": {
  5870. "version": "4.1.0",
  5871. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5872. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5873. "dev": true,
  5874. "license": "ISC",
  5875. "engines": {
  5876. "node": ">=14"
  5877. },
  5878. "funding": {
  5879. "url": "https://github.com/sponsors/isaacs"
  5880. }
  5881. },
  5882. "node_modules/slash": {
  5883. "version": "5.1.0",
  5884. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  5885. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  5886. "dev": true,
  5887. "license": "MIT",
  5888. "engines": {
  5889. "node": ">=14.16"
  5890. },
  5891. "funding": {
  5892. "url": "https://github.com/sponsors/sindresorhus"
  5893. }
  5894. },
  5895. "node_modules/slice-ansi": {
  5896. "version": "4.0.0",
  5897. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  5898. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  5899. "dev": true,
  5900. "dependencies": {
  5901. "ansi-styles": "^4.0.0",
  5902. "astral-regex": "^2.0.0",
  5903. "is-fullwidth-code-point": "^3.0.0"
  5904. },
  5905. "engines": {
  5906. "node": ">=10"
  5907. },
  5908. "funding": {
  5909. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  5910. }
  5911. },
  5912. "node_modules/source-map-js": {
  5913. "version": "1.2.1",
  5914. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5915. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5916. "license": "BSD-3-Clause",
  5917. "engines": {
  5918. "node": ">=0.10.0"
  5919. }
  5920. },
  5921. "node_modules/standard": {
  5922. "version": "17.1.2",
  5923. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  5924. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  5925. "funding": [
  5926. {
  5927. "type": "github",
  5928. "url": "https://github.com/sponsors/feross"
  5929. },
  5930. {
  5931. "type": "patreon",
  5932. "url": "https://www.patreon.com/feross"
  5933. },
  5934. {
  5935. "type": "consulting",
  5936. "url": "https://feross.org/support"
  5937. }
  5938. ],
  5939. "license": "MIT",
  5940. "dependencies": {
  5941. "eslint": "^8.41.0",
  5942. "eslint-config-standard": "17.1.0",
  5943. "eslint-config-standard-jsx": "^11.0.0",
  5944. "eslint-plugin-import": "^2.27.5",
  5945. "eslint-plugin-n": "^15.7.0",
  5946. "eslint-plugin-promise": "^6.1.1",
  5947. "eslint-plugin-react": "^7.36.1",
  5948. "standard-engine": "^15.1.0",
  5949. "version-guard": "^1.1.1"
  5950. },
  5951. "bin": {
  5952. "standard": "bin/cmd.cjs"
  5953. },
  5954. "engines": {
  5955. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5956. }
  5957. },
  5958. "node_modules/standard-engine": {
  5959. "version": "15.1.0",
  5960. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  5961. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  5962. "funding": [
  5963. {
  5964. "type": "github",
  5965. "url": "https://github.com/sponsors/feross"
  5966. },
  5967. {
  5968. "type": "patreon",
  5969. "url": "https://www.patreon.com/feross"
  5970. },
  5971. {
  5972. "type": "consulting",
  5973. "url": "https://feross.org/support"
  5974. }
  5975. ],
  5976. "license": "MIT",
  5977. "dependencies": {
  5978. "get-stdin": "^8.0.0",
  5979. "minimist": "^1.2.6",
  5980. "pkg-conf": "^3.1.0",
  5981. "xdg-basedir": "^4.0.0"
  5982. },
  5983. "engines": {
  5984. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5985. }
  5986. },
  5987. "node_modules/stop-iteration-iterator": {
  5988. "version": "1.1.0",
  5989. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5990. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5991. "license": "MIT",
  5992. "dependencies": {
  5993. "es-errors": "^1.3.0",
  5994. "internal-slot": "^1.1.0"
  5995. },
  5996. "engines": {
  5997. "node": ">= 0.4"
  5998. }
  5999. },
  6000. "node_modules/string-width": {
  6001. "version": "4.2.3",
  6002. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6003. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6004. "dev": true,
  6005. "dependencies": {
  6006. "emoji-regex": "^8.0.0",
  6007. "is-fullwidth-code-point": "^3.0.0",
  6008. "strip-ansi": "^6.0.1"
  6009. },
  6010. "engines": {
  6011. "node": ">=8"
  6012. }
  6013. },
  6014. "node_modules/string.prototype.matchall": {
  6015. "version": "4.0.12",
  6016. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6017. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6018. "license": "MIT",
  6019. "dependencies": {
  6020. "call-bind": "^1.0.8",
  6021. "call-bound": "^1.0.3",
  6022. "define-properties": "^1.2.1",
  6023. "es-abstract": "^1.23.6",
  6024. "es-errors": "^1.3.0",
  6025. "es-object-atoms": "^1.0.0",
  6026. "get-intrinsic": "^1.2.6",
  6027. "gopd": "^1.2.0",
  6028. "has-symbols": "^1.1.0",
  6029. "internal-slot": "^1.1.0",
  6030. "regexp.prototype.flags": "^1.5.3",
  6031. "set-function-name": "^2.0.2",
  6032. "side-channel": "^1.1.0"
  6033. },
  6034. "engines": {
  6035. "node": ">= 0.4"
  6036. },
  6037. "funding": {
  6038. "url": "https://github.com/sponsors/ljharb"
  6039. }
  6040. },
  6041. "node_modules/string.prototype.repeat": {
  6042. "version": "1.0.0",
  6043. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6044. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6045. "license": "MIT",
  6046. "dependencies": {
  6047. "define-properties": "^1.1.3",
  6048. "es-abstract": "^1.17.5"
  6049. }
  6050. },
  6051. "node_modules/string.prototype.trim": {
  6052. "version": "1.2.10",
  6053. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  6054. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6055. "license": "MIT",
  6056. "dependencies": {
  6057. "call-bind": "^1.0.8",
  6058. "call-bound": "^1.0.2",
  6059. "define-data-property": "^1.1.4",
  6060. "define-properties": "^1.2.1",
  6061. "es-abstract": "^1.23.5",
  6062. "es-object-atoms": "^1.0.0",
  6063. "has-property-descriptors": "^1.0.2"
  6064. },
  6065. "engines": {
  6066. "node": ">= 0.4"
  6067. },
  6068. "funding": {
  6069. "url": "https://github.com/sponsors/ljharb"
  6070. }
  6071. },
  6072. "node_modules/string.prototype.trimend": {
  6073. "version": "1.0.9",
  6074. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  6075. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  6076. "license": "MIT",
  6077. "dependencies": {
  6078. "call-bind": "^1.0.8",
  6079. "call-bound": "^1.0.2",
  6080. "define-properties": "^1.2.1",
  6081. "es-object-atoms": "^1.0.0"
  6082. },
  6083. "engines": {
  6084. "node": ">= 0.4"
  6085. },
  6086. "funding": {
  6087. "url": "https://github.com/sponsors/ljharb"
  6088. }
  6089. },
  6090. "node_modules/string.prototype.trimstart": {
  6091. "version": "1.0.8",
  6092. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6093. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6094. "license": "MIT",
  6095. "dependencies": {
  6096. "call-bind": "^1.0.7",
  6097. "define-properties": "^1.2.1",
  6098. "es-object-atoms": "^1.0.0"
  6099. },
  6100. "engines": {
  6101. "node": ">= 0.4"
  6102. },
  6103. "funding": {
  6104. "url": "https://github.com/sponsors/ljharb"
  6105. }
  6106. },
  6107. "node_modules/strip-ansi": {
  6108. "version": "6.0.1",
  6109. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6110. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6111. "dependencies": {
  6112. "ansi-regex": "^5.0.1"
  6113. },
  6114. "engines": {
  6115. "node": ">=8"
  6116. }
  6117. },
  6118. "node_modules/strip-bom": {
  6119. "version": "3.0.0",
  6120. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6121. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6122. "license": "MIT",
  6123. "engines": {
  6124. "node": ">=4"
  6125. }
  6126. },
  6127. "node_modules/strip-json-comments": {
  6128. "version": "3.1.1",
  6129. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6130. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6131. "license": "MIT",
  6132. "engines": {
  6133. "node": ">=8"
  6134. },
  6135. "funding": {
  6136. "url": "https://github.com/sponsors/sindresorhus"
  6137. }
  6138. },
  6139. "node_modules/stylelint": {
  6140. "version": "17.12.0",
  6141. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.12.0.tgz",
  6142. "integrity": "sha512-KIlzWXMHUvgfPUR0R7TK3H80yCIi0uoivUwf+6Az4yrHJD1Q3c1qIkh/H5Z0i/K3QXgtq/UMEkWyBUSUwnpnOg==",
  6143. "dev": true,
  6144. "funding": [
  6145. {
  6146. "type": "opencollective",
  6147. "url": "https://opencollective.com/stylelint"
  6148. },
  6149. {
  6150. "type": "github",
  6151. "url": "https://github.com/sponsors/stylelint"
  6152. }
  6153. ],
  6154. "license": "MIT",
  6155. "dependencies": {
  6156. "@csstools/css-calc": "^3.2.0",
  6157. "@csstools/css-parser-algorithms": "^4.0.0",
  6158. "@csstools/css-syntax-patches-for-csstree": "^1.1.3",
  6159. "@csstools/css-tokenizer": "^4.0.0",
  6160. "@csstools/media-query-list-parser": "^5.0.0",
  6161. "@csstools/selector-resolve-nested": "^4.0.0",
  6162. "@csstools/selector-specificity": "^6.0.0",
  6163. "colord": "^2.9.3",
  6164. "cosmiconfig": "^9.0.1",
  6165. "css-functions-list": "^3.3.3",
  6166. "css-tree": "^3.2.1",
  6167. "debug": "^4.4.3",
  6168. "fast-glob": "^3.3.3",
  6169. "fastest-levenshtein": "^1.0.16",
  6170. "file-entry-cache": "^11.1.3",
  6171. "global-modules": "^2.0.0",
  6172. "globby": "^16.2.0",
  6173. "globjoin": "^0.1.4",
  6174. "html-tags": "^5.1.0",
  6175. "ignore": "^7.0.5",
  6176. "import-meta-resolve": "^4.2.0",
  6177. "mathml-tag-names": "^4.0.0",
  6178. "meow": "^14.1.0",
  6179. "micromatch": "^4.0.8",
  6180. "normalize-path": "^3.0.0",
  6181. "picocolors": "^1.1.1",
  6182. "postcss": "^8.5.14",
  6183. "postcss-safe-parser": "^7.0.1",
  6184. "postcss-selector-parser": "^7.1.1",
  6185. "postcss-value-parser": "^4.2.0",
  6186. "string-width": "^8.2.1",
  6187. "supports-hyperlinks": "^4.4.0",
  6188. "svg-tags": "^1.0.0",
  6189. "table": "^6.9.0",
  6190. "write-file-atomic": "^7.0.1"
  6191. },
  6192. "bin": {
  6193. "stylelint": "bin/stylelint.mjs"
  6194. },
  6195. "engines": {
  6196. "node": ">=20.19.0"
  6197. }
  6198. },
  6199. "node_modules/stylelint-config-recommended": {
  6200. "version": "18.0.0",
  6201. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  6202. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  6203. "dev": true,
  6204. "funding": [
  6205. {
  6206. "type": "opencollective",
  6207. "url": "https://opencollective.com/stylelint"
  6208. },
  6209. {
  6210. "type": "github",
  6211. "url": "https://github.com/sponsors/stylelint"
  6212. }
  6213. ],
  6214. "license": "MIT",
  6215. "engines": {
  6216. "node": ">=20.19.0"
  6217. },
  6218. "peerDependencies": {
  6219. "stylelint": "^17.0.0"
  6220. }
  6221. },
  6222. "node_modules/stylelint-config-standard": {
  6223. "version": "40.0.0",
  6224. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  6225. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  6226. "dev": true,
  6227. "funding": [
  6228. {
  6229. "type": "opencollective",
  6230. "url": "https://opencollective.com/stylelint"
  6231. },
  6232. {
  6233. "type": "github",
  6234. "url": "https://github.com/sponsors/stylelint"
  6235. }
  6236. ],
  6237. "license": "MIT",
  6238. "dependencies": {
  6239. "stylelint-config-recommended": "^18.0.0"
  6240. },
  6241. "engines": {
  6242. "node": ">=20.19.0"
  6243. },
  6244. "peerDependencies": {
  6245. "stylelint": "^17.0.0"
  6246. }
  6247. },
  6248. "node_modules/stylelint/node_modules/ansi-regex": {
  6249. "version": "6.2.2",
  6250. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  6251. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  6252. "dev": true,
  6253. "license": "MIT",
  6254. "engines": {
  6255. "node": ">=12"
  6256. },
  6257. "funding": {
  6258. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6259. }
  6260. },
  6261. "node_modules/stylelint/node_modules/file-entry-cache": {
  6262. "version": "11.1.3",
  6263. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.3.tgz",
  6264. "integrity": "sha512-oMbq0PD6VIiIwMF6LIa7MEwd/l9huKwmqRKXqmrkqIZv8CvRbfowL+L0ryAl8h//HfAS0zS+4SbYoRyAoA6BJA==",
  6265. "dev": true,
  6266. "license": "MIT",
  6267. "dependencies": {
  6268. "flat-cache": "^6.1.22"
  6269. }
  6270. },
  6271. "node_modules/stylelint/node_modules/flat-cache": {
  6272. "version": "6.1.22",
  6273. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.22.tgz",
  6274. "integrity": "sha512-N2dnzVJIphnNsjHcrxGW7DePckJ6haPrSFqpsBUhHYgwtKGVq4JrBGielEGD2fCVnsGm1zlBVZ8wGhkyuetgug==",
  6275. "dev": true,
  6276. "license": "MIT",
  6277. "dependencies": {
  6278. "cacheable": "^2.3.4",
  6279. "flatted": "^3.4.2",
  6280. "hookified": "^1.15.0"
  6281. }
  6282. },
  6283. "node_modules/stylelint/node_modules/ignore": {
  6284. "version": "7.0.5",
  6285. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  6286. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  6287. "dev": true,
  6288. "license": "MIT",
  6289. "engines": {
  6290. "node": ">= 4"
  6291. }
  6292. },
  6293. "node_modules/stylelint/node_modules/string-width": {
  6294. "version": "8.2.1",
  6295. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
  6296. "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
  6297. "dev": true,
  6298. "license": "MIT",
  6299. "dependencies": {
  6300. "get-east-asian-width": "^1.5.0",
  6301. "strip-ansi": "^7.1.2"
  6302. },
  6303. "engines": {
  6304. "node": ">=20"
  6305. },
  6306. "funding": {
  6307. "url": "https://github.com/sponsors/sindresorhus"
  6308. }
  6309. },
  6310. "node_modules/stylelint/node_modules/strip-ansi": {
  6311. "version": "7.2.0",
  6312. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  6313. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  6314. "dev": true,
  6315. "license": "MIT",
  6316. "dependencies": {
  6317. "ansi-regex": "^6.2.2"
  6318. },
  6319. "engines": {
  6320. "node": ">=12"
  6321. },
  6322. "funding": {
  6323. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6324. }
  6325. },
  6326. "node_modules/supports-color": {
  6327. "version": "7.2.0",
  6328. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6329. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6330. "dependencies": {
  6331. "has-flag": "^4.0.0"
  6332. },
  6333. "engines": {
  6334. "node": ">=8"
  6335. }
  6336. },
  6337. "node_modules/supports-hyperlinks": {
  6338. "version": "4.4.0",
  6339. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
  6340. "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
  6341. "dev": true,
  6342. "license": "MIT",
  6343. "dependencies": {
  6344. "has-flag": "^5.0.1",
  6345. "supports-color": "^10.2.2"
  6346. },
  6347. "engines": {
  6348. "node": ">=20"
  6349. },
  6350. "funding": {
  6351. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  6352. }
  6353. },
  6354. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  6355. "version": "5.0.1",
  6356. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  6357. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  6358. "dev": true,
  6359. "license": "MIT",
  6360. "engines": {
  6361. "node": ">=12"
  6362. },
  6363. "funding": {
  6364. "url": "https://github.com/sponsors/sindresorhus"
  6365. }
  6366. },
  6367. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  6368. "version": "10.2.2",
  6369. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  6370. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  6371. "dev": true,
  6372. "license": "MIT",
  6373. "engines": {
  6374. "node": ">=18"
  6375. },
  6376. "funding": {
  6377. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6378. }
  6379. },
  6380. "node_modules/supports-preserve-symlinks-flag": {
  6381. "version": "1.0.0",
  6382. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6383. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6384. "license": "MIT",
  6385. "engines": {
  6386. "node": ">= 0.4"
  6387. },
  6388. "funding": {
  6389. "url": "https://github.com/sponsors/ljharb"
  6390. }
  6391. },
  6392. "node_modules/svg-tags": {
  6393. "version": "1.0.0",
  6394. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6395. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  6396. "dev": true
  6397. },
  6398. "node_modules/table": {
  6399. "version": "6.9.0",
  6400. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  6401. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6402. "dev": true,
  6403. "license": "BSD-3-Clause",
  6404. "dependencies": {
  6405. "ajv": "^8.0.1",
  6406. "lodash.truncate": "^4.4.2",
  6407. "slice-ansi": "^4.0.0",
  6408. "string-width": "^4.2.3",
  6409. "strip-ansi": "^6.0.1"
  6410. },
  6411. "engines": {
  6412. "node": ">=10.0.0"
  6413. }
  6414. },
  6415. "node_modules/table/node_modules/ajv": {
  6416. "version": "8.20.0",
  6417. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  6418. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  6419. "dev": true,
  6420. "license": "MIT",
  6421. "dependencies": {
  6422. "fast-deep-equal": "^3.1.3",
  6423. "fast-uri": "^3.0.1",
  6424. "json-schema-traverse": "^1.0.0",
  6425. "require-from-string": "^2.0.2"
  6426. },
  6427. "funding": {
  6428. "type": "github",
  6429. "url": "https://github.com/sponsors/epoberezkin"
  6430. }
  6431. },
  6432. "node_modules/table/node_modules/json-schema-traverse": {
  6433. "version": "1.0.0",
  6434. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6435. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6436. "dev": true
  6437. },
  6438. "node_modules/text-table": {
  6439. "version": "0.2.0",
  6440. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6441. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6442. "license": "MIT"
  6443. },
  6444. "node_modules/tinyglobby": {
  6445. "version": "0.2.16",
  6446. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  6447. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  6448. "license": "MIT",
  6449. "dependencies": {
  6450. "fdir": "^6.5.0",
  6451. "picomatch": "^4.0.4"
  6452. },
  6453. "engines": {
  6454. "node": ">=12.0.0"
  6455. },
  6456. "funding": {
  6457. "url": "https://github.com/sponsors/SuperchupuDev"
  6458. }
  6459. },
  6460. "node_modules/tinyglobby/node_modules/fdir": {
  6461. "version": "6.5.0",
  6462. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6463. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6464. "license": "MIT",
  6465. "engines": {
  6466. "node": ">=12.0.0"
  6467. },
  6468. "peerDependencies": {
  6469. "picomatch": "^3 || ^4"
  6470. },
  6471. "peerDependenciesMeta": {
  6472. "picomatch": {
  6473. "optional": true
  6474. }
  6475. }
  6476. },
  6477. "node_modules/tinyglobby/node_modules/picomatch": {
  6478. "version": "4.0.4",
  6479. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6480. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6481. "license": "MIT",
  6482. "engines": {
  6483. "node": ">=12"
  6484. },
  6485. "funding": {
  6486. "url": "https://github.com/sponsors/jonschlinkert"
  6487. }
  6488. },
  6489. "node_modules/to-regex-range": {
  6490. "version": "5.0.1",
  6491. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6492. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6493. "dev": true,
  6494. "license": "MIT",
  6495. "dependencies": {
  6496. "is-number": "^7.0.0"
  6497. },
  6498. "engines": {
  6499. "node": ">=8.0"
  6500. }
  6501. },
  6502. "node_modules/tsconfig-paths": {
  6503. "version": "3.15.0",
  6504. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6505. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6506. "license": "MIT",
  6507. "dependencies": {
  6508. "@types/json5": "^0.0.29",
  6509. "json5": "^1.0.2",
  6510. "minimist": "^1.2.6",
  6511. "strip-bom": "^3.0.0"
  6512. }
  6513. },
  6514. "node_modules/tslib": {
  6515. "version": "2.8.1",
  6516. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6517. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6518. "license": "0BSD",
  6519. "optional": true
  6520. },
  6521. "node_modules/type-check": {
  6522. "version": "0.4.0",
  6523. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6524. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6525. "license": "MIT",
  6526. "dependencies": {
  6527. "prelude-ls": "^1.2.1"
  6528. },
  6529. "engines": {
  6530. "node": ">= 0.8.0"
  6531. }
  6532. },
  6533. "node_modules/type-fest": {
  6534. "version": "0.20.2",
  6535. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  6536. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  6537. "license": "(MIT OR CC0-1.0)",
  6538. "engines": {
  6539. "node": ">=10"
  6540. },
  6541. "funding": {
  6542. "url": "https://github.com/sponsors/sindresorhus"
  6543. }
  6544. },
  6545. "node_modules/typed-array-buffer": {
  6546. "version": "1.0.3",
  6547. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6548. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6549. "license": "MIT",
  6550. "dependencies": {
  6551. "call-bound": "^1.0.3",
  6552. "es-errors": "^1.3.0",
  6553. "is-typed-array": "^1.1.14"
  6554. },
  6555. "engines": {
  6556. "node": ">= 0.4"
  6557. }
  6558. },
  6559. "node_modules/typed-array-byte-length": {
  6560. "version": "1.0.3",
  6561. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6562. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6563. "license": "MIT",
  6564. "dependencies": {
  6565. "call-bind": "^1.0.8",
  6566. "for-each": "^0.3.3",
  6567. "gopd": "^1.2.0",
  6568. "has-proto": "^1.2.0",
  6569. "is-typed-array": "^1.1.14"
  6570. },
  6571. "engines": {
  6572. "node": ">= 0.4"
  6573. },
  6574. "funding": {
  6575. "url": "https://github.com/sponsors/ljharb"
  6576. }
  6577. },
  6578. "node_modules/typed-array-byte-offset": {
  6579. "version": "1.0.4",
  6580. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6581. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6582. "license": "MIT",
  6583. "dependencies": {
  6584. "available-typed-arrays": "^1.0.7",
  6585. "call-bind": "^1.0.8",
  6586. "for-each": "^0.3.3",
  6587. "gopd": "^1.2.0",
  6588. "has-proto": "^1.2.0",
  6589. "is-typed-array": "^1.1.15",
  6590. "reflect.getprototypeof": "^1.0.9"
  6591. },
  6592. "engines": {
  6593. "node": ">= 0.4"
  6594. },
  6595. "funding": {
  6596. "url": "https://github.com/sponsors/ljharb"
  6597. }
  6598. },
  6599. "node_modules/typed-array-length": {
  6600. "version": "1.0.7",
  6601. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6602. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6603. "license": "MIT",
  6604. "dependencies": {
  6605. "call-bind": "^1.0.7",
  6606. "for-each": "^0.3.3",
  6607. "gopd": "^1.0.1",
  6608. "is-typed-array": "^1.1.13",
  6609. "possible-typed-array-names": "^1.0.0",
  6610. "reflect.getprototypeof": "^1.0.6"
  6611. },
  6612. "engines": {
  6613. "node": ">= 0.4"
  6614. },
  6615. "funding": {
  6616. "url": "https://github.com/sponsors/ljharb"
  6617. }
  6618. },
  6619. "node_modules/ufo": {
  6620. "version": "1.6.3",
  6621. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  6622. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  6623. "license": "MIT"
  6624. },
  6625. "node_modules/unbox-primitive": {
  6626. "version": "1.1.0",
  6627. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6628. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6629. "license": "MIT",
  6630. "dependencies": {
  6631. "call-bound": "^1.0.3",
  6632. "has-bigints": "^1.0.2",
  6633. "has-symbols": "^1.1.0",
  6634. "which-boxed-primitive": "^1.1.1"
  6635. },
  6636. "engines": {
  6637. "node": ">= 0.4"
  6638. },
  6639. "funding": {
  6640. "url": "https://github.com/sponsors/ljharb"
  6641. }
  6642. },
  6643. "node_modules/unicorn-magic": {
  6644. "version": "0.4.0",
  6645. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  6646. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  6647. "dev": true,
  6648. "license": "MIT",
  6649. "engines": {
  6650. "node": ">=20"
  6651. },
  6652. "funding": {
  6653. "url": "https://github.com/sponsors/sindresorhus"
  6654. }
  6655. },
  6656. "node_modules/unplugin": {
  6657. "version": "3.0.0",
  6658. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  6659. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  6660. "license": "MIT",
  6661. "dependencies": {
  6662. "@jridgewell/remapping": "^2.3.5",
  6663. "picomatch": "^4.0.3",
  6664. "webpack-virtual-modules": "^0.6.2"
  6665. },
  6666. "engines": {
  6667. "node": "^20.19.0 || >=22.12.0"
  6668. }
  6669. },
  6670. "node_modules/unplugin-utils": {
  6671. "version": "0.3.1",
  6672. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  6673. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  6674. "license": "MIT",
  6675. "dependencies": {
  6676. "pathe": "^2.0.3",
  6677. "picomatch": "^4.0.3"
  6678. },
  6679. "engines": {
  6680. "node": ">=20.19.0"
  6681. },
  6682. "funding": {
  6683. "url": "https://github.com/sponsors/sxzz"
  6684. }
  6685. },
  6686. "node_modules/unplugin-utils/node_modules/picomatch": {
  6687. "version": "4.0.4",
  6688. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6689. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6690. "license": "MIT",
  6691. "engines": {
  6692. "node": ">=12"
  6693. },
  6694. "funding": {
  6695. "url": "https://github.com/sponsors/jonschlinkert"
  6696. }
  6697. },
  6698. "node_modules/unplugin-vue-components": {
  6699. "version": "32.1.0",
  6700. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.1.0.tgz",
  6701. "integrity": "sha512-YiUkSxuRjab18XFOrX5VsIxXzccrfmHVGsGeJgSgklb829DQmCy9E4vvDUE4tuvZZdxyFJZX0Oc4TPnnxiiMyg==",
  6702. "license": "MIT",
  6703. "dependencies": {
  6704. "chokidar": "^5.0.0",
  6705. "local-pkg": "^1.2.0",
  6706. "magic-string": "^0.30.21",
  6707. "mlly": "^1.8.2",
  6708. "obug": "^2.1.1",
  6709. "picomatch": "^4.0.4",
  6710. "tinyglobby": "^0.2.16",
  6711. "unplugin": "^3.0.0",
  6712. "unplugin-utils": "^0.3.1"
  6713. },
  6714. "engines": {
  6715. "node": ">=20.19.0"
  6716. },
  6717. "funding": {
  6718. "url": "https://github.com/sponsors/antfu"
  6719. },
  6720. "peerDependencies": {
  6721. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  6722. "vue": "^3.0.0"
  6723. },
  6724. "peerDependenciesMeta": {
  6725. "@nuxt/kit": {
  6726. "optional": true
  6727. }
  6728. }
  6729. },
  6730. "node_modules/unplugin-vue-components/node_modules/picomatch": {
  6731. "version": "4.0.4",
  6732. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6733. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6734. "license": "MIT",
  6735. "engines": {
  6736. "node": ">=12"
  6737. },
  6738. "funding": {
  6739. "url": "https://github.com/sponsors/jonschlinkert"
  6740. }
  6741. },
  6742. "node_modules/unplugin/node_modules/picomatch": {
  6743. "version": "4.0.4",
  6744. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6745. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6746. "license": "MIT",
  6747. "engines": {
  6748. "node": ">=12"
  6749. },
  6750. "funding": {
  6751. "url": "https://github.com/sponsors/jonschlinkert"
  6752. }
  6753. },
  6754. "node_modules/uri-js": {
  6755. "version": "4.4.1",
  6756. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6757. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6758. "dependencies": {
  6759. "punycode": "^2.1.0"
  6760. }
  6761. },
  6762. "node_modules/util-deprecate": {
  6763. "version": "1.0.2",
  6764. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6765. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6766. "dev": true,
  6767. "license": "MIT"
  6768. },
  6769. "node_modules/version-guard": {
  6770. "version": "1.1.3",
  6771. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  6772. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  6773. "license": "0BSD",
  6774. "engines": {
  6775. "node": ">=0.10.48"
  6776. }
  6777. },
  6778. "node_modules/vite": {
  6779. "version": "8.0.14",
  6780. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.14.tgz",
  6781. "integrity": "sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==",
  6782. "license": "MIT",
  6783. "dependencies": {
  6784. "lightningcss": "^1.32.0",
  6785. "picomatch": "^4.0.4",
  6786. "postcss": "^8.5.15",
  6787. "rolldown": "1.0.2",
  6788. "tinyglobby": "^0.2.16"
  6789. },
  6790. "bin": {
  6791. "vite": "bin/vite.js"
  6792. },
  6793. "engines": {
  6794. "node": "^20.19.0 || >=22.12.0"
  6795. },
  6796. "funding": {
  6797. "url": "https://github.com/vitejs/vite?sponsor=1"
  6798. },
  6799. "optionalDependencies": {
  6800. "fsevents": "~2.3.3"
  6801. },
  6802. "peerDependencies": {
  6803. "@types/node": "^20.19.0 || >=22.12.0",
  6804. "@vitejs/devtools": "^0.1.18",
  6805. "esbuild": "^0.27.0 || ^0.28.0",
  6806. "jiti": ">=1.21.0",
  6807. "less": "^4.0.0",
  6808. "sass": "^1.70.0",
  6809. "sass-embedded": "^1.70.0",
  6810. "stylus": ">=0.54.8",
  6811. "sugarss": "^5.0.0",
  6812. "terser": "^5.16.0",
  6813. "tsx": "^4.8.1",
  6814. "yaml": "^2.4.2"
  6815. },
  6816. "peerDependenciesMeta": {
  6817. "@types/node": {
  6818. "optional": true
  6819. },
  6820. "@vitejs/devtools": {
  6821. "optional": true
  6822. },
  6823. "esbuild": {
  6824. "optional": true
  6825. },
  6826. "jiti": {
  6827. "optional": true
  6828. },
  6829. "less": {
  6830. "optional": true
  6831. },
  6832. "sass": {
  6833. "optional": true
  6834. },
  6835. "sass-embedded": {
  6836. "optional": true
  6837. },
  6838. "stylus": {
  6839. "optional": true
  6840. },
  6841. "sugarss": {
  6842. "optional": true
  6843. },
  6844. "terser": {
  6845. "optional": true
  6846. },
  6847. "tsx": {
  6848. "optional": true
  6849. },
  6850. "yaml": {
  6851. "optional": true
  6852. }
  6853. }
  6854. },
  6855. "node_modules/vite/node_modules/picomatch": {
  6856. "version": "4.0.4",
  6857. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6858. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6859. "license": "MIT",
  6860. "engines": {
  6861. "node": ">=12"
  6862. },
  6863. "funding": {
  6864. "url": "https://github.com/sponsors/jonschlinkert"
  6865. }
  6866. },
  6867. "node_modules/vue": {
  6868. "version": "3.5.34",
  6869. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  6870. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  6871. "license": "MIT",
  6872. "dependencies": {
  6873. "@vue/compiler-dom": "3.5.34",
  6874. "@vue/compiler-sfc": "3.5.34",
  6875. "@vue/runtime-dom": "3.5.34",
  6876. "@vue/server-renderer": "3.5.34",
  6877. "@vue/shared": "3.5.34"
  6878. },
  6879. "peerDependencies": {
  6880. "typescript": "*"
  6881. },
  6882. "peerDependenciesMeta": {
  6883. "typescript": {
  6884. "optional": true
  6885. }
  6886. }
  6887. },
  6888. "node_modules/vue-i18n": {
  6889. "version": "11.4.4",
  6890. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.4.4.tgz",
  6891. "integrity": "sha512-gIbXVSFQV4jcSJxfwdZ5zSZmZ+12CnX0K3vBkRSd6Zn+HSzCp+QwUgPwpD/uN0oKNKI9RzlUXPKVedEuMgNG0A==",
  6892. "license": "MIT",
  6893. "dependencies": {
  6894. "@intlify/core-base": "11.4.4",
  6895. "@intlify/devtools-types": "11.4.4",
  6896. "@intlify/shared": "11.4.4",
  6897. "@vue/devtools-api": "^6.5.0"
  6898. },
  6899. "engines": {
  6900. "node": ">= 22"
  6901. },
  6902. "funding": {
  6903. "url": "https://github.com/sponsors/kazupon"
  6904. },
  6905. "peerDependencies": {
  6906. "vue": "^3.0.0"
  6907. }
  6908. },
  6909. "node_modules/vue-router": {
  6910. "version": "5.0.7",
  6911. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.7.tgz",
  6912. "integrity": "sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==",
  6913. "license": "MIT",
  6914. "dependencies": {
  6915. "@babel/generator": "^8.0.0-rc.4",
  6916. "@vue-macros/common": "^3.1.1",
  6917. "@vue/devtools-api": "^8.1.1",
  6918. "ast-walker-scope": "^0.8.3",
  6919. "chokidar": "^5.0.0",
  6920. "json5": "^2.2.3",
  6921. "local-pkg": "^1.1.2",
  6922. "magic-string": "^0.30.21",
  6923. "mlly": "^1.8.0",
  6924. "muggle-string": "^0.4.1",
  6925. "pathe": "^2.0.3",
  6926. "picomatch": "^4.0.3",
  6927. "scule": "^1.3.0",
  6928. "tinyglobby": "^0.2.15",
  6929. "unplugin": "^3.0.0",
  6930. "unplugin-utils": "^0.3.1",
  6931. "yaml": "^2.8.2"
  6932. },
  6933. "funding": {
  6934. "url": "https://github.com/sponsors/posva"
  6935. },
  6936. "peerDependencies": {
  6937. "@pinia/colada": ">=0.21.2",
  6938. "@vue/compiler-sfc": "^3.5.34",
  6939. "pinia": "^3.0.4",
  6940. "vue": "^3.5.34"
  6941. },
  6942. "peerDependenciesMeta": {
  6943. "@pinia/colada": {
  6944. "optional": true
  6945. },
  6946. "@vue/compiler-sfc": {
  6947. "optional": true
  6948. },
  6949. "pinia": {
  6950. "optional": true
  6951. }
  6952. }
  6953. },
  6954. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  6955. "version": "8.1.2",
  6956. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.2.tgz",
  6957. "integrity": "sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==",
  6958. "license": "MIT",
  6959. "dependencies": {
  6960. "@vue/devtools-kit": "^8.1.2"
  6961. }
  6962. },
  6963. "node_modules/vue-router/node_modules/json5": {
  6964. "version": "2.2.3",
  6965. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6966. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6967. "license": "MIT",
  6968. "bin": {
  6969. "json5": "lib/cli.js"
  6970. },
  6971. "engines": {
  6972. "node": ">=6"
  6973. }
  6974. },
  6975. "node_modules/vue-router/node_modules/picomatch": {
  6976. "version": "4.0.4",
  6977. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6978. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6979. "license": "MIT",
  6980. "engines": {
  6981. "node": ">=12"
  6982. },
  6983. "funding": {
  6984. "url": "https://github.com/sponsors/jonschlinkert"
  6985. }
  6986. },
  6987. "node_modules/webpack-virtual-modules": {
  6988. "version": "0.6.2",
  6989. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6990. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6991. "license": "MIT"
  6992. },
  6993. "node_modules/which": {
  6994. "version": "2.0.2",
  6995. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6996. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6997. "license": "ISC",
  6998. "dependencies": {
  6999. "isexe": "^2.0.0"
  7000. },
  7001. "bin": {
  7002. "node-which": "bin/node-which"
  7003. },
  7004. "engines": {
  7005. "node": ">= 8"
  7006. }
  7007. },
  7008. "node_modules/which-boxed-primitive": {
  7009. "version": "1.1.1",
  7010. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  7011. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  7012. "license": "MIT",
  7013. "dependencies": {
  7014. "is-bigint": "^1.1.0",
  7015. "is-boolean-object": "^1.2.1",
  7016. "is-number-object": "^1.1.1",
  7017. "is-string": "^1.1.1",
  7018. "is-symbol": "^1.1.1"
  7019. },
  7020. "engines": {
  7021. "node": ">= 0.4"
  7022. },
  7023. "funding": {
  7024. "url": "https://github.com/sponsors/ljharb"
  7025. }
  7026. },
  7027. "node_modules/which-builtin-type": {
  7028. "version": "1.2.1",
  7029. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  7030. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  7031. "license": "MIT",
  7032. "dependencies": {
  7033. "call-bound": "^1.0.2",
  7034. "function.prototype.name": "^1.1.6",
  7035. "has-tostringtag": "^1.0.2",
  7036. "is-async-function": "^2.0.0",
  7037. "is-date-object": "^1.1.0",
  7038. "is-finalizationregistry": "^1.1.0",
  7039. "is-generator-function": "^1.0.10",
  7040. "is-regex": "^1.2.1",
  7041. "is-weakref": "^1.0.2",
  7042. "isarray": "^2.0.5",
  7043. "which-boxed-primitive": "^1.1.0",
  7044. "which-collection": "^1.0.2",
  7045. "which-typed-array": "^1.1.16"
  7046. },
  7047. "engines": {
  7048. "node": ">= 0.4"
  7049. },
  7050. "funding": {
  7051. "url": "https://github.com/sponsors/ljharb"
  7052. }
  7053. },
  7054. "node_modules/which-collection": {
  7055. "version": "1.0.2",
  7056. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  7057. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  7058. "license": "MIT",
  7059. "dependencies": {
  7060. "is-map": "^2.0.3",
  7061. "is-set": "^2.0.3",
  7062. "is-weakmap": "^2.0.2",
  7063. "is-weakset": "^2.0.3"
  7064. },
  7065. "engines": {
  7066. "node": ">= 0.4"
  7067. },
  7068. "funding": {
  7069. "url": "https://github.com/sponsors/ljharb"
  7070. }
  7071. },
  7072. "node_modules/which-typed-array": {
  7073. "version": "1.1.19",
  7074. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  7075. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  7076. "license": "MIT",
  7077. "dependencies": {
  7078. "available-typed-arrays": "^1.0.7",
  7079. "call-bind": "^1.0.8",
  7080. "call-bound": "^1.0.4",
  7081. "for-each": "^0.3.5",
  7082. "get-proto": "^1.0.1",
  7083. "gopd": "^1.2.0",
  7084. "has-tostringtag": "^1.0.2"
  7085. },
  7086. "engines": {
  7087. "node": ">= 0.4"
  7088. },
  7089. "funding": {
  7090. "url": "https://github.com/sponsors/ljharb"
  7091. }
  7092. },
  7093. "node_modules/word-wrap": {
  7094. "version": "1.2.5",
  7095. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7096. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7097. "license": "MIT",
  7098. "engines": {
  7099. "node": ">=0.10.0"
  7100. }
  7101. },
  7102. "node_modules/wrappy": {
  7103. "version": "1.0.2",
  7104. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  7105. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  7106. "license": "ISC"
  7107. },
  7108. "node_modules/write-file-atomic": {
  7109. "version": "7.0.1",
  7110. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz",
  7111. "integrity": "sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==",
  7112. "dev": true,
  7113. "license": "ISC",
  7114. "dependencies": {
  7115. "signal-exit": "^4.0.1"
  7116. },
  7117. "engines": {
  7118. "node": "^20.17.0 || >=22.9.0"
  7119. }
  7120. },
  7121. "node_modules/xdg-basedir": {
  7122. "version": "4.0.0",
  7123. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  7124. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  7125. "license": "MIT",
  7126. "engines": {
  7127. "node": ">=8"
  7128. }
  7129. },
  7130. "node_modules/yaml": {
  7131. "version": "2.8.4",
  7132. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
  7133. "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
  7134. "license": "ISC",
  7135. "bin": {
  7136. "yaml": "bin.mjs"
  7137. },
  7138. "engines": {
  7139. "node": ">= 14.6"
  7140. },
  7141. "funding": {
  7142. "url": "https://github.com/sponsors/eemeli"
  7143. }
  7144. },
  7145. "node_modules/yocto-queue": {
  7146. "version": "0.1.0",
  7147. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7148. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7149. "license": "MIT",
  7150. "engines": {
  7151. "node": ">=10"
  7152. },
  7153. "funding": {
  7154. "url": "https://github.com/sponsors/sindresorhus"
  7155. }
  7156. }
  7157. }
  7158. }