package-lock.json 407 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@element-plus/icons-vue": "^2.3.1",
  11. "element-plus": "^2.7.2",
  12. "nuxt": "^3.11.2",
  13. "vue": "^3.4.21",
  14. "vue-router": "^4.3.0"
  15. },
  16. "devDependencies": {
  17. "less": "^4.2.0"
  18. }
  19. },
  20. "node_modules/@ampproject/remapping": {
  21. "version": "2.3.0",
  22. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  23. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  24. "dependencies": {
  25. "@jridgewell/gen-mapping": "^0.3.5",
  26. "@jridgewell/trace-mapping": "^0.3.24"
  27. },
  28. "engines": {
  29. "node": ">=6.0.0"
  30. }
  31. },
  32. "node_modules/@antfu/install-pkg": {
  33. "version": "0.1.1",
  34. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.1.1.tgz",
  35. "integrity": "sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==",
  36. "peer": true,
  37. "dependencies": {
  38. "execa": "^5.1.1",
  39. "find-up": "^5.0.0"
  40. },
  41. "funding": {
  42. "url": "https://github.com/sponsors/antfu"
  43. }
  44. },
  45. "node_modules/@antfu/install-pkg/node_modules/execa": {
  46. "version": "5.1.1",
  47. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  48. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  49. "peer": true,
  50. "dependencies": {
  51. "cross-spawn": "^7.0.3",
  52. "get-stream": "^6.0.0",
  53. "human-signals": "^2.1.0",
  54. "is-stream": "^2.0.0",
  55. "merge-stream": "^2.0.0",
  56. "npm-run-path": "^4.0.1",
  57. "onetime": "^5.1.2",
  58. "signal-exit": "^3.0.3",
  59. "strip-final-newline": "^2.0.0"
  60. },
  61. "engines": {
  62. "node": ">=10"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  66. }
  67. },
  68. "node_modules/@antfu/install-pkg/node_modules/human-signals": {
  69. "version": "2.1.0",
  70. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  71. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  72. "peer": true,
  73. "engines": {
  74. "node": ">=10.17.0"
  75. }
  76. },
  77. "node_modules/@antfu/install-pkg/node_modules/is-stream": {
  78. "version": "2.0.1",
  79. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  80. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  81. "peer": true,
  82. "engines": {
  83. "node": ">=8"
  84. },
  85. "funding": {
  86. "url": "https://github.com/sponsors/sindresorhus"
  87. }
  88. },
  89. "node_modules/@antfu/install-pkg/node_modules/mimic-fn": {
  90. "version": "2.1.0",
  91. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  92. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  93. "peer": true,
  94. "engines": {
  95. "node": ">=6"
  96. }
  97. },
  98. "node_modules/@antfu/install-pkg/node_modules/npm-run-path": {
  99. "version": "4.0.1",
  100. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  101. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  102. "peer": true,
  103. "dependencies": {
  104. "path-key": "^3.0.0"
  105. },
  106. "engines": {
  107. "node": ">=8"
  108. }
  109. },
  110. "node_modules/@antfu/install-pkg/node_modules/onetime": {
  111. "version": "5.1.2",
  112. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  113. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  114. "peer": true,
  115. "dependencies": {
  116. "mimic-fn": "^2.1.0"
  117. },
  118. "engines": {
  119. "node": ">=6"
  120. },
  121. "funding": {
  122. "url": "https://github.com/sponsors/sindresorhus"
  123. }
  124. },
  125. "node_modules/@antfu/install-pkg/node_modules/strip-final-newline": {
  126. "version": "2.0.0",
  127. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  128. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  129. "peer": true,
  130. "engines": {
  131. "node": ">=6"
  132. }
  133. },
  134. "node_modules/@antfu/utils": {
  135. "version": "0.7.8",
  136. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.8.tgz",
  137. "integrity": "sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==",
  138. "funding": {
  139. "url": "https://github.com/sponsors/antfu"
  140. }
  141. },
  142. "node_modules/@babel/code-frame": {
  143. "version": "7.24.2",
  144. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
  145. "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
  146. "dependencies": {
  147. "@babel/highlight": "^7.24.2",
  148. "picocolors": "^1.0.0"
  149. },
  150. "engines": {
  151. "node": ">=6.9.0"
  152. }
  153. },
  154. "node_modules/@babel/compat-data": {
  155. "version": "7.24.4",
  156. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
  157. "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
  158. "engines": {
  159. "node": ">=6.9.0"
  160. }
  161. },
  162. "node_modules/@babel/core": {
  163. "version": "7.24.5",
  164. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
  165. "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
  166. "dependencies": {
  167. "@ampproject/remapping": "^2.2.0",
  168. "@babel/code-frame": "^7.24.2",
  169. "@babel/generator": "^7.24.5",
  170. "@babel/helper-compilation-targets": "^7.23.6",
  171. "@babel/helper-module-transforms": "^7.24.5",
  172. "@babel/helpers": "^7.24.5",
  173. "@babel/parser": "^7.24.5",
  174. "@babel/template": "^7.24.0",
  175. "@babel/traverse": "^7.24.5",
  176. "@babel/types": "^7.24.5",
  177. "convert-source-map": "^2.0.0",
  178. "debug": "^4.1.0",
  179. "gensync": "^1.0.0-beta.2",
  180. "json5": "^2.2.3",
  181. "semver": "^6.3.1"
  182. },
  183. "engines": {
  184. "node": ">=6.9.0"
  185. },
  186. "funding": {
  187. "type": "opencollective",
  188. "url": "https://opencollective.com/babel"
  189. }
  190. },
  191. "node_modules/@babel/core/node_modules/semver": {
  192. "version": "6.3.1",
  193. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  194. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  195. "bin": {
  196. "semver": "bin/semver.js"
  197. }
  198. },
  199. "node_modules/@babel/generator": {
  200. "version": "7.24.5",
  201. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
  202. "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
  203. "dependencies": {
  204. "@babel/types": "^7.24.5",
  205. "@jridgewell/gen-mapping": "^0.3.5",
  206. "@jridgewell/trace-mapping": "^0.3.25",
  207. "jsesc": "^2.5.1"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-annotate-as-pure": {
  214. "version": "7.22.5",
  215. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  216. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  217. "dependencies": {
  218. "@babel/types": "^7.22.5"
  219. },
  220. "engines": {
  221. "node": ">=6.9.0"
  222. }
  223. },
  224. "node_modules/@babel/helper-compilation-targets": {
  225. "version": "7.23.6",
  226. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
  227. "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
  228. "dependencies": {
  229. "@babel/compat-data": "^7.23.5",
  230. "@babel/helper-validator-option": "^7.23.5",
  231. "browserslist": "^4.22.2",
  232. "lru-cache": "^5.1.1",
  233. "semver": "^6.3.1"
  234. },
  235. "engines": {
  236. "node": ">=6.9.0"
  237. }
  238. },
  239. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  240. "version": "6.3.1",
  241. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  242. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  243. "bin": {
  244. "semver": "bin/semver.js"
  245. }
  246. },
  247. "node_modules/@babel/helper-create-class-features-plugin": {
  248. "version": "7.24.5",
  249. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
  250. "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
  251. "dependencies": {
  252. "@babel/helper-annotate-as-pure": "^7.22.5",
  253. "@babel/helper-environment-visitor": "^7.22.20",
  254. "@babel/helper-function-name": "^7.23.0",
  255. "@babel/helper-member-expression-to-functions": "^7.24.5",
  256. "@babel/helper-optimise-call-expression": "^7.22.5",
  257. "@babel/helper-replace-supers": "^7.24.1",
  258. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  259. "@babel/helper-split-export-declaration": "^7.24.5",
  260. "semver": "^6.3.1"
  261. },
  262. "engines": {
  263. "node": ">=6.9.0"
  264. },
  265. "peerDependencies": {
  266. "@babel/core": "^7.0.0"
  267. }
  268. },
  269. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  270. "version": "6.3.1",
  271. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  272. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  273. "bin": {
  274. "semver": "bin/semver.js"
  275. }
  276. },
  277. "node_modules/@babel/helper-environment-visitor": {
  278. "version": "7.22.20",
  279. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
  280. "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-function-name": {
  286. "version": "7.23.0",
  287. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
  288. "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
  289. "dependencies": {
  290. "@babel/template": "^7.22.15",
  291. "@babel/types": "^7.23.0"
  292. },
  293. "engines": {
  294. "node": ">=6.9.0"
  295. }
  296. },
  297. "node_modules/@babel/helper-hoist-variables": {
  298. "version": "7.22.5",
  299. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  300. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  301. "dependencies": {
  302. "@babel/types": "^7.22.5"
  303. },
  304. "engines": {
  305. "node": ">=6.9.0"
  306. }
  307. },
  308. "node_modules/@babel/helper-member-expression-to-functions": {
  309. "version": "7.24.5",
  310. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
  311. "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
  312. "dependencies": {
  313. "@babel/types": "^7.24.5"
  314. },
  315. "engines": {
  316. "node": ">=6.9.0"
  317. }
  318. },
  319. "node_modules/@babel/helper-module-imports": {
  320. "version": "7.24.3",
  321. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
  322. "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
  323. "dependencies": {
  324. "@babel/types": "^7.24.0"
  325. },
  326. "engines": {
  327. "node": ">=6.9.0"
  328. }
  329. },
  330. "node_modules/@babel/helper-module-transforms": {
  331. "version": "7.24.5",
  332. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
  333. "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
  334. "dependencies": {
  335. "@babel/helper-environment-visitor": "^7.22.20",
  336. "@babel/helper-module-imports": "^7.24.3",
  337. "@babel/helper-simple-access": "^7.24.5",
  338. "@babel/helper-split-export-declaration": "^7.24.5",
  339. "@babel/helper-validator-identifier": "^7.24.5"
  340. },
  341. "engines": {
  342. "node": ">=6.9.0"
  343. },
  344. "peerDependencies": {
  345. "@babel/core": "^7.0.0"
  346. }
  347. },
  348. "node_modules/@babel/helper-optimise-call-expression": {
  349. "version": "7.22.5",
  350. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  351. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  352. "dependencies": {
  353. "@babel/types": "^7.22.5"
  354. },
  355. "engines": {
  356. "node": ">=6.9.0"
  357. }
  358. },
  359. "node_modules/@babel/helper-plugin-utils": {
  360. "version": "7.24.5",
  361. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
  362. "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
  363. "engines": {
  364. "node": ">=6.9.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-replace-supers": {
  368. "version": "7.24.1",
  369. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
  370. "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
  371. "dependencies": {
  372. "@babel/helper-environment-visitor": "^7.22.20",
  373. "@babel/helper-member-expression-to-functions": "^7.23.0",
  374. "@babel/helper-optimise-call-expression": "^7.22.5"
  375. },
  376. "engines": {
  377. "node": ">=6.9.0"
  378. },
  379. "peerDependencies": {
  380. "@babel/core": "^7.0.0"
  381. }
  382. },
  383. "node_modules/@babel/helper-simple-access": {
  384. "version": "7.24.5",
  385. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
  386. "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
  387. "dependencies": {
  388. "@babel/types": "^7.24.5"
  389. },
  390. "engines": {
  391. "node": ">=6.9.0"
  392. }
  393. },
  394. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  395. "version": "7.22.5",
  396. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  397. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  398. "dependencies": {
  399. "@babel/types": "^7.22.5"
  400. },
  401. "engines": {
  402. "node": ">=6.9.0"
  403. }
  404. },
  405. "node_modules/@babel/helper-split-export-declaration": {
  406. "version": "7.24.5",
  407. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
  408. "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
  409. "dependencies": {
  410. "@babel/types": "^7.24.5"
  411. },
  412. "engines": {
  413. "node": ">=6.9.0"
  414. }
  415. },
  416. "node_modules/@babel/helper-string-parser": {
  417. "version": "7.24.1",
  418. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
  419. "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
  420. "engines": {
  421. "node": ">=6.9.0"
  422. }
  423. },
  424. "node_modules/@babel/helper-validator-identifier": {
  425. "version": "7.24.5",
  426. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
  427. "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
  428. "engines": {
  429. "node": ">=6.9.0"
  430. }
  431. },
  432. "node_modules/@babel/helper-validator-option": {
  433. "version": "7.23.5",
  434. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
  435. "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
  436. "engines": {
  437. "node": ">=6.9.0"
  438. }
  439. },
  440. "node_modules/@babel/helpers": {
  441. "version": "7.24.5",
  442. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
  443. "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
  444. "dependencies": {
  445. "@babel/template": "^7.24.0",
  446. "@babel/traverse": "^7.24.5",
  447. "@babel/types": "^7.24.5"
  448. },
  449. "engines": {
  450. "node": ">=6.9.0"
  451. }
  452. },
  453. "node_modules/@babel/highlight": {
  454. "version": "7.24.5",
  455. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
  456. "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
  457. "dependencies": {
  458. "@babel/helper-validator-identifier": "^7.24.5",
  459. "chalk": "^2.4.2",
  460. "js-tokens": "^4.0.0",
  461. "picocolors": "^1.0.0"
  462. },
  463. "engines": {
  464. "node": ">=6.9.0"
  465. }
  466. },
  467. "node_modules/@babel/parser": {
  468. "version": "7.24.5",
  469. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
  470. "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
  471. "bin": {
  472. "parser": "bin/babel-parser.js"
  473. },
  474. "engines": {
  475. "node": ">=6.0.0"
  476. }
  477. },
  478. "node_modules/@babel/plugin-proposal-decorators": {
  479. "version": "7.24.1",
  480. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz",
  481. "integrity": "sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==",
  482. "dependencies": {
  483. "@babel/helper-create-class-features-plugin": "^7.24.1",
  484. "@babel/helper-plugin-utils": "^7.24.0",
  485. "@babel/plugin-syntax-decorators": "^7.24.1"
  486. },
  487. "engines": {
  488. "node": ">=6.9.0"
  489. },
  490. "peerDependencies": {
  491. "@babel/core": "^7.0.0-0"
  492. }
  493. },
  494. "node_modules/@babel/plugin-syntax-decorators": {
  495. "version": "7.24.1",
  496. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz",
  497. "integrity": "sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==",
  498. "dependencies": {
  499. "@babel/helper-plugin-utils": "^7.24.0"
  500. },
  501. "engines": {
  502. "node": ">=6.9.0"
  503. },
  504. "peerDependencies": {
  505. "@babel/core": "^7.0.0-0"
  506. }
  507. },
  508. "node_modules/@babel/plugin-syntax-import-attributes": {
  509. "version": "7.24.1",
  510. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz",
  511. "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==",
  512. "dependencies": {
  513. "@babel/helper-plugin-utils": "^7.24.0"
  514. },
  515. "engines": {
  516. "node": ">=6.9.0"
  517. },
  518. "peerDependencies": {
  519. "@babel/core": "^7.0.0-0"
  520. }
  521. },
  522. "node_modules/@babel/plugin-syntax-import-meta": {
  523. "version": "7.10.4",
  524. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  525. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  526. "dependencies": {
  527. "@babel/helper-plugin-utils": "^7.10.4"
  528. },
  529. "peerDependencies": {
  530. "@babel/core": "^7.0.0-0"
  531. }
  532. },
  533. "node_modules/@babel/plugin-syntax-jsx": {
  534. "version": "7.24.1",
  535. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
  536. "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
  537. "dependencies": {
  538. "@babel/helper-plugin-utils": "^7.24.0"
  539. },
  540. "engines": {
  541. "node": ">=6.9.0"
  542. },
  543. "peerDependencies": {
  544. "@babel/core": "^7.0.0-0"
  545. }
  546. },
  547. "node_modules/@babel/plugin-syntax-typescript": {
  548. "version": "7.24.1",
  549. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz",
  550. "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==",
  551. "dependencies": {
  552. "@babel/helper-plugin-utils": "^7.24.0"
  553. },
  554. "engines": {
  555. "node": ">=6.9.0"
  556. },
  557. "peerDependencies": {
  558. "@babel/core": "^7.0.0-0"
  559. }
  560. },
  561. "node_modules/@babel/plugin-transform-modules-commonjs": {
  562. "version": "7.24.1",
  563. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
  564. "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
  565. "peer": true,
  566. "dependencies": {
  567. "@babel/helper-module-transforms": "^7.23.3",
  568. "@babel/helper-plugin-utils": "^7.24.0",
  569. "@babel/helper-simple-access": "^7.22.5"
  570. },
  571. "engines": {
  572. "node": ">=6.9.0"
  573. },
  574. "peerDependencies": {
  575. "@babel/core": "^7.0.0-0"
  576. }
  577. },
  578. "node_modules/@babel/plugin-transform-typescript": {
  579. "version": "7.24.5",
  580. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz",
  581. "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==",
  582. "dependencies": {
  583. "@babel/helper-annotate-as-pure": "^7.22.5",
  584. "@babel/helper-create-class-features-plugin": "^7.24.5",
  585. "@babel/helper-plugin-utils": "^7.24.5",
  586. "@babel/plugin-syntax-typescript": "^7.24.1"
  587. },
  588. "engines": {
  589. "node": ">=6.9.0"
  590. },
  591. "peerDependencies": {
  592. "@babel/core": "^7.0.0-0"
  593. }
  594. },
  595. "node_modules/@babel/preset-typescript": {
  596. "version": "7.24.1",
  597. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz",
  598. "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==",
  599. "peer": true,
  600. "dependencies": {
  601. "@babel/helper-plugin-utils": "^7.24.0",
  602. "@babel/helper-validator-option": "^7.23.5",
  603. "@babel/plugin-syntax-jsx": "^7.24.1",
  604. "@babel/plugin-transform-modules-commonjs": "^7.24.1",
  605. "@babel/plugin-transform-typescript": "^7.24.1"
  606. },
  607. "engines": {
  608. "node": ">=6.9.0"
  609. },
  610. "peerDependencies": {
  611. "@babel/core": "^7.0.0-0"
  612. }
  613. },
  614. "node_modules/@babel/standalone": {
  615. "version": "7.24.5",
  616. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.5.tgz",
  617. "integrity": "sha512-Sl8oN9bGfRlNUA2jzfzoHEZxFBDliBlwi5mPVCAWKSlBNkXXJOHpu7SDOqjF6mRoTa6GNX/1kAWG3Tr+YQ3N7A==",
  618. "engines": {
  619. "node": ">=6.9.0"
  620. }
  621. },
  622. "node_modules/@babel/template": {
  623. "version": "7.24.0",
  624. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
  625. "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
  626. "dependencies": {
  627. "@babel/code-frame": "^7.23.5",
  628. "@babel/parser": "^7.24.0",
  629. "@babel/types": "^7.24.0"
  630. },
  631. "engines": {
  632. "node": ">=6.9.0"
  633. }
  634. },
  635. "node_modules/@babel/traverse": {
  636. "version": "7.24.5",
  637. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
  638. "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
  639. "dependencies": {
  640. "@babel/code-frame": "^7.24.2",
  641. "@babel/generator": "^7.24.5",
  642. "@babel/helper-environment-visitor": "^7.22.20",
  643. "@babel/helper-function-name": "^7.23.0",
  644. "@babel/helper-hoist-variables": "^7.22.5",
  645. "@babel/helper-split-export-declaration": "^7.24.5",
  646. "@babel/parser": "^7.24.5",
  647. "@babel/types": "^7.24.5",
  648. "debug": "^4.3.1",
  649. "globals": "^11.1.0"
  650. },
  651. "engines": {
  652. "node": ">=6.9.0"
  653. }
  654. },
  655. "node_modules/@babel/types": {
  656. "version": "7.24.5",
  657. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
  658. "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
  659. "dependencies": {
  660. "@babel/helper-string-parser": "^7.24.1",
  661. "@babel/helper-validator-identifier": "^7.24.5",
  662. "to-fast-properties": "^2.0.0"
  663. },
  664. "engines": {
  665. "node": ">=6.9.0"
  666. }
  667. },
  668. "node_modules/@cloudflare/kv-asset-handler": {
  669. "version": "0.3.2",
  670. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.2.tgz",
  671. "integrity": "sha512-EeEjMobfuJrwoctj7FA1y1KEbM0+Q1xSjobIEyie9k4haVEBB7vkDvsasw1pM3rO39mL2akxIAzLMUAtrMHZhA==",
  672. "dependencies": {
  673. "mime": "^3.0.0"
  674. },
  675. "engines": {
  676. "node": ">=16.13"
  677. }
  678. },
  679. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  680. "version": "3.0.0",
  681. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  682. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  683. "bin": {
  684. "mime": "cli.js"
  685. },
  686. "engines": {
  687. "node": ">=10.0.0"
  688. }
  689. },
  690. "node_modules/@ctrl/tinycolor": {
  691. "version": "3.6.1",
  692. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  693. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  694. "engines": {
  695. "node": ">=10"
  696. }
  697. },
  698. "node_modules/@element-plus/icons-vue": {
  699. "version": "2.3.1",
  700. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  701. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  702. "peerDependencies": {
  703. "vue": "^3.2.0"
  704. }
  705. },
  706. "node_modules/@esbuild/aix-ppc64": {
  707. "version": "0.20.2",
  708. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  709. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  710. "cpu": [
  711. "ppc64"
  712. ],
  713. "optional": true,
  714. "os": [
  715. "aix"
  716. ],
  717. "engines": {
  718. "node": ">=12"
  719. }
  720. },
  721. "node_modules/@esbuild/android-arm": {
  722. "version": "0.20.2",
  723. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  724. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  725. "cpu": [
  726. "arm"
  727. ],
  728. "optional": true,
  729. "os": [
  730. "android"
  731. ],
  732. "engines": {
  733. "node": ">=12"
  734. }
  735. },
  736. "node_modules/@esbuild/android-arm64": {
  737. "version": "0.20.2",
  738. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  739. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  740. "cpu": [
  741. "arm64"
  742. ],
  743. "optional": true,
  744. "os": [
  745. "android"
  746. ],
  747. "engines": {
  748. "node": ">=12"
  749. }
  750. },
  751. "node_modules/@esbuild/android-x64": {
  752. "version": "0.20.2",
  753. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  754. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  755. "cpu": [
  756. "x64"
  757. ],
  758. "optional": true,
  759. "os": [
  760. "android"
  761. ],
  762. "engines": {
  763. "node": ">=12"
  764. }
  765. },
  766. "node_modules/@esbuild/darwin-arm64": {
  767. "version": "0.20.2",
  768. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  769. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  770. "cpu": [
  771. "arm64"
  772. ],
  773. "optional": true,
  774. "os": [
  775. "darwin"
  776. ],
  777. "engines": {
  778. "node": ">=12"
  779. }
  780. },
  781. "node_modules/@esbuild/darwin-x64": {
  782. "version": "0.20.2",
  783. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  784. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  785. "cpu": [
  786. "x64"
  787. ],
  788. "optional": true,
  789. "os": [
  790. "darwin"
  791. ],
  792. "engines": {
  793. "node": ">=12"
  794. }
  795. },
  796. "node_modules/@esbuild/freebsd-arm64": {
  797. "version": "0.20.2",
  798. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  799. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  800. "cpu": [
  801. "arm64"
  802. ],
  803. "optional": true,
  804. "os": [
  805. "freebsd"
  806. ],
  807. "engines": {
  808. "node": ">=12"
  809. }
  810. },
  811. "node_modules/@esbuild/freebsd-x64": {
  812. "version": "0.20.2",
  813. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  814. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  815. "cpu": [
  816. "x64"
  817. ],
  818. "optional": true,
  819. "os": [
  820. "freebsd"
  821. ],
  822. "engines": {
  823. "node": ">=12"
  824. }
  825. },
  826. "node_modules/@esbuild/linux-arm": {
  827. "version": "0.20.2",
  828. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  829. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  830. "cpu": [
  831. "arm"
  832. ],
  833. "optional": true,
  834. "os": [
  835. "linux"
  836. ],
  837. "engines": {
  838. "node": ">=12"
  839. }
  840. },
  841. "node_modules/@esbuild/linux-arm64": {
  842. "version": "0.20.2",
  843. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  844. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  845. "cpu": [
  846. "arm64"
  847. ],
  848. "optional": true,
  849. "os": [
  850. "linux"
  851. ],
  852. "engines": {
  853. "node": ">=12"
  854. }
  855. },
  856. "node_modules/@esbuild/linux-ia32": {
  857. "version": "0.20.2",
  858. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  859. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  860. "cpu": [
  861. "ia32"
  862. ],
  863. "optional": true,
  864. "os": [
  865. "linux"
  866. ],
  867. "engines": {
  868. "node": ">=12"
  869. }
  870. },
  871. "node_modules/@esbuild/linux-loong64": {
  872. "version": "0.20.2",
  873. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  874. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  875. "cpu": [
  876. "loong64"
  877. ],
  878. "optional": true,
  879. "os": [
  880. "linux"
  881. ],
  882. "engines": {
  883. "node": ">=12"
  884. }
  885. },
  886. "node_modules/@esbuild/linux-mips64el": {
  887. "version": "0.20.2",
  888. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  889. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  890. "cpu": [
  891. "mips64el"
  892. ],
  893. "optional": true,
  894. "os": [
  895. "linux"
  896. ],
  897. "engines": {
  898. "node": ">=12"
  899. }
  900. },
  901. "node_modules/@esbuild/linux-ppc64": {
  902. "version": "0.20.2",
  903. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  904. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  905. "cpu": [
  906. "ppc64"
  907. ],
  908. "optional": true,
  909. "os": [
  910. "linux"
  911. ],
  912. "engines": {
  913. "node": ">=12"
  914. }
  915. },
  916. "node_modules/@esbuild/linux-riscv64": {
  917. "version": "0.20.2",
  918. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  919. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  920. "cpu": [
  921. "riscv64"
  922. ],
  923. "optional": true,
  924. "os": [
  925. "linux"
  926. ],
  927. "engines": {
  928. "node": ">=12"
  929. }
  930. },
  931. "node_modules/@esbuild/linux-s390x": {
  932. "version": "0.20.2",
  933. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  934. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  935. "cpu": [
  936. "s390x"
  937. ],
  938. "optional": true,
  939. "os": [
  940. "linux"
  941. ],
  942. "engines": {
  943. "node": ">=12"
  944. }
  945. },
  946. "node_modules/@esbuild/linux-x64": {
  947. "version": "0.20.2",
  948. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  949. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  950. "cpu": [
  951. "x64"
  952. ],
  953. "optional": true,
  954. "os": [
  955. "linux"
  956. ],
  957. "engines": {
  958. "node": ">=12"
  959. }
  960. },
  961. "node_modules/@esbuild/netbsd-x64": {
  962. "version": "0.20.2",
  963. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  964. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  965. "cpu": [
  966. "x64"
  967. ],
  968. "optional": true,
  969. "os": [
  970. "netbsd"
  971. ],
  972. "engines": {
  973. "node": ">=12"
  974. }
  975. },
  976. "node_modules/@esbuild/openbsd-x64": {
  977. "version": "0.20.2",
  978. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  979. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  980. "cpu": [
  981. "x64"
  982. ],
  983. "optional": true,
  984. "os": [
  985. "openbsd"
  986. ],
  987. "engines": {
  988. "node": ">=12"
  989. }
  990. },
  991. "node_modules/@esbuild/sunos-x64": {
  992. "version": "0.20.2",
  993. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  994. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  995. "cpu": [
  996. "x64"
  997. ],
  998. "optional": true,
  999. "os": [
  1000. "sunos"
  1001. ],
  1002. "engines": {
  1003. "node": ">=12"
  1004. }
  1005. },
  1006. "node_modules/@esbuild/win32-arm64": {
  1007. "version": "0.20.2",
  1008. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  1009. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  1010. "cpu": [
  1011. "arm64"
  1012. ],
  1013. "optional": true,
  1014. "os": [
  1015. "win32"
  1016. ],
  1017. "engines": {
  1018. "node": ">=12"
  1019. }
  1020. },
  1021. "node_modules/@esbuild/win32-ia32": {
  1022. "version": "0.20.2",
  1023. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  1024. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  1025. "cpu": [
  1026. "ia32"
  1027. ],
  1028. "optional": true,
  1029. "os": [
  1030. "win32"
  1031. ],
  1032. "engines": {
  1033. "node": ">=12"
  1034. }
  1035. },
  1036. "node_modules/@esbuild/win32-x64": {
  1037. "version": "0.20.2",
  1038. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  1039. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  1040. "cpu": [
  1041. "x64"
  1042. ],
  1043. "optional": true,
  1044. "os": [
  1045. "win32"
  1046. ],
  1047. "engines": {
  1048. "node": ">=12"
  1049. }
  1050. },
  1051. "node_modules/@fastify/busboy": {
  1052. "version": "2.1.1",
  1053. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  1054. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  1055. "engines": {
  1056. "node": ">=14"
  1057. }
  1058. },
  1059. "node_modules/@floating-ui/core": {
  1060. "version": "1.6.1",
  1061. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz",
  1062. "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==",
  1063. "dependencies": {
  1064. "@floating-ui/utils": "^0.2.0"
  1065. }
  1066. },
  1067. "node_modules/@floating-ui/dom": {
  1068. "version": "1.1.1",
  1069. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz",
  1070. "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==",
  1071. "dependencies": {
  1072. "@floating-ui/core": "^1.1.0"
  1073. }
  1074. },
  1075. "node_modules/@floating-ui/utils": {
  1076. "version": "0.2.2",
  1077. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz",
  1078. "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw=="
  1079. },
  1080. "node_modules/@iconify/types": {
  1081. "version": "2.0.0",
  1082. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1083. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1084. "peer": true
  1085. },
  1086. "node_modules/@iconify/utils": {
  1087. "version": "2.1.23",
  1088. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.23.tgz",
  1089. "integrity": "sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==",
  1090. "peer": true,
  1091. "dependencies": {
  1092. "@antfu/install-pkg": "^0.1.1",
  1093. "@antfu/utils": "^0.7.7",
  1094. "@iconify/types": "^2.0.0",
  1095. "debug": "^4.3.4",
  1096. "kolorist": "^1.8.0",
  1097. "local-pkg": "^0.5.0",
  1098. "mlly": "^1.6.1"
  1099. }
  1100. },
  1101. "node_modules/@ioredis/commands": {
  1102. "version": "1.2.0",
  1103. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  1104. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  1105. },
  1106. "node_modules/@isaacs/cliui": {
  1107. "version": "8.0.2",
  1108. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1109. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1110. "dependencies": {
  1111. "string-width": "^5.1.2",
  1112. "string-width-cjs": "npm:string-width@^4.2.0",
  1113. "strip-ansi": "^7.0.1",
  1114. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1115. "wrap-ansi": "^8.1.0",
  1116. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1117. },
  1118. "engines": {
  1119. "node": ">=12"
  1120. }
  1121. },
  1122. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  1123. "version": "6.0.1",
  1124. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  1125. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  1126. "engines": {
  1127. "node": ">=12"
  1128. },
  1129. "funding": {
  1130. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1131. }
  1132. },
  1133. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  1134. "version": "6.2.1",
  1135. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  1136. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  1137. "engines": {
  1138. "node": ">=12"
  1139. },
  1140. "funding": {
  1141. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1142. }
  1143. },
  1144. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1145. "version": "9.2.2",
  1146. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1147. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  1148. },
  1149. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1150. "version": "5.1.2",
  1151. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1152. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1153. "dependencies": {
  1154. "eastasianwidth": "^0.2.0",
  1155. "emoji-regex": "^9.2.2",
  1156. "strip-ansi": "^7.0.1"
  1157. },
  1158. "engines": {
  1159. "node": ">=12"
  1160. },
  1161. "funding": {
  1162. "url": "https://github.com/sponsors/sindresorhus"
  1163. }
  1164. },
  1165. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1166. "version": "7.1.0",
  1167. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  1168. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  1169. "dependencies": {
  1170. "ansi-regex": "^6.0.1"
  1171. },
  1172. "engines": {
  1173. "node": ">=12"
  1174. },
  1175. "funding": {
  1176. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1177. }
  1178. },
  1179. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1180. "version": "8.1.0",
  1181. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1182. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1183. "dependencies": {
  1184. "ansi-styles": "^6.1.0",
  1185. "string-width": "^5.0.1",
  1186. "strip-ansi": "^7.0.1"
  1187. },
  1188. "engines": {
  1189. "node": ">=12"
  1190. },
  1191. "funding": {
  1192. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1193. }
  1194. },
  1195. "node_modules/@jridgewell/gen-mapping": {
  1196. "version": "0.3.5",
  1197. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  1198. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  1199. "dependencies": {
  1200. "@jridgewell/set-array": "^1.2.1",
  1201. "@jridgewell/sourcemap-codec": "^1.4.10",
  1202. "@jridgewell/trace-mapping": "^0.3.24"
  1203. },
  1204. "engines": {
  1205. "node": ">=6.0.0"
  1206. }
  1207. },
  1208. "node_modules/@jridgewell/resolve-uri": {
  1209. "version": "3.1.2",
  1210. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1211. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1212. "engines": {
  1213. "node": ">=6.0.0"
  1214. }
  1215. },
  1216. "node_modules/@jridgewell/set-array": {
  1217. "version": "1.2.1",
  1218. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1219. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1220. "engines": {
  1221. "node": ">=6.0.0"
  1222. }
  1223. },
  1224. "node_modules/@jridgewell/source-map": {
  1225. "version": "0.3.6",
  1226. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1227. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1228. "dependencies": {
  1229. "@jridgewell/gen-mapping": "^0.3.5",
  1230. "@jridgewell/trace-mapping": "^0.3.25"
  1231. }
  1232. },
  1233. "node_modules/@jridgewell/sourcemap-codec": {
  1234. "version": "1.4.15",
  1235. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  1236. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  1237. },
  1238. "node_modules/@jridgewell/trace-mapping": {
  1239. "version": "0.3.25",
  1240. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1241. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1242. "dependencies": {
  1243. "@jridgewell/resolve-uri": "^3.1.0",
  1244. "@jridgewell/sourcemap-codec": "^1.4.14"
  1245. }
  1246. },
  1247. "node_modules/@kwsites/file-exists": {
  1248. "version": "1.1.1",
  1249. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1250. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1251. "dependencies": {
  1252. "debug": "^4.1.1"
  1253. }
  1254. },
  1255. "node_modules/@kwsites/promise-deferred": {
  1256. "version": "1.1.1",
  1257. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1258. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  1259. },
  1260. "node_modules/@mapbox/node-pre-gyp": {
  1261. "version": "1.0.11",
  1262. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  1263. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  1264. "dependencies": {
  1265. "detect-libc": "^2.0.0",
  1266. "https-proxy-agent": "^5.0.0",
  1267. "make-dir": "^3.1.0",
  1268. "node-fetch": "^2.6.7",
  1269. "nopt": "^5.0.0",
  1270. "npmlog": "^5.0.1",
  1271. "rimraf": "^3.0.2",
  1272. "semver": "^7.3.5",
  1273. "tar": "^6.1.11"
  1274. },
  1275. "bin": {
  1276. "node-pre-gyp": "bin/node-pre-gyp"
  1277. }
  1278. },
  1279. "node_modules/@mswjs/interceptors": {
  1280. "version": "0.27.2",
  1281. "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.27.2.tgz",
  1282. "integrity": "sha512-mE6PhwcoW70EX8+h+Y/4dLfHk33GFt/y5PzDJz56ktMyaVGFXMJ5BYLbUjdmGEABfE0x5GgAGyKbrbkYww2s3A==",
  1283. "dependencies": {
  1284. "@open-draft/deferred-promise": "^2.2.0",
  1285. "@open-draft/logger": "^0.3.0",
  1286. "@open-draft/until": "^2.0.0",
  1287. "is-node-process": "^1.2.0",
  1288. "outvariant": "^1.2.1",
  1289. "strict-event-emitter": "^0.5.1"
  1290. },
  1291. "engines": {
  1292. "node": ">=18"
  1293. }
  1294. },
  1295. "node_modules/@netlify/functions": {
  1296. "version": "2.6.3",
  1297. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.6.3.tgz",
  1298. "integrity": "sha512-7Z9gWyAuPI2NnBOvpYPD66KIWOgNznLz9BkyZ0c7qeRE6p23UCMVZ2VsrJpjPDgoJtKplGSBzASl6fQD7iEeWw==",
  1299. "dependencies": {
  1300. "@netlify/serverless-functions-api": "1.18.0"
  1301. },
  1302. "engines": {
  1303. "node": ">=14.0.0"
  1304. }
  1305. },
  1306. "node_modules/@netlify/node-cookies": {
  1307. "version": "0.1.0",
  1308. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1309. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1310. "engines": {
  1311. "node": "^14.16.0 || >=16.0.0"
  1312. }
  1313. },
  1314. "node_modules/@netlify/serverless-functions-api": {
  1315. "version": "1.18.0",
  1316. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.18.0.tgz",
  1317. "integrity": "sha512-VCU5btoGZ8M6iI7HSwpfZXCpBLKWFmRtq5xYt0K7dY96BZWVBmaZY6Tn+w4L2DrGXwAsIeOFNp8CHjVXfuCAkg==",
  1318. "dependencies": {
  1319. "@mswjs/interceptors": "0.27.2",
  1320. "@netlify/node-cookies": "^0.1.0",
  1321. "@opentelemetry/core": "^1.23.0",
  1322. "@opentelemetry/otlp-transformer": "^0.50.0",
  1323. "@opentelemetry/resources": "^1.23.0",
  1324. "@opentelemetry/sdk-trace-base": "^1.23.0",
  1325. "@opentelemetry/semantic-conventions": "^1.23.0",
  1326. "urlpattern-polyfill": "8.0.2"
  1327. },
  1328. "engines": {
  1329. "node": ">=18.0.0"
  1330. }
  1331. },
  1332. "node_modules/@nodelib/fs.scandir": {
  1333. "version": "2.1.5",
  1334. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1335. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1336. "dependencies": {
  1337. "@nodelib/fs.stat": "2.0.5",
  1338. "run-parallel": "^1.1.9"
  1339. },
  1340. "engines": {
  1341. "node": ">= 8"
  1342. }
  1343. },
  1344. "node_modules/@nodelib/fs.stat": {
  1345. "version": "2.0.5",
  1346. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1347. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1348. "engines": {
  1349. "node": ">= 8"
  1350. }
  1351. },
  1352. "node_modules/@nodelib/fs.walk": {
  1353. "version": "1.2.8",
  1354. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1355. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1356. "dependencies": {
  1357. "@nodelib/fs.scandir": "2.1.5",
  1358. "fastq": "^1.6.0"
  1359. },
  1360. "engines": {
  1361. "node": ">= 8"
  1362. }
  1363. },
  1364. "node_modules/@npmcli/agent": {
  1365. "version": "2.2.2",
  1366. "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
  1367. "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
  1368. "dependencies": {
  1369. "agent-base": "^7.1.0",
  1370. "http-proxy-agent": "^7.0.0",
  1371. "https-proxy-agent": "^7.0.1",
  1372. "lru-cache": "^10.0.1",
  1373. "socks-proxy-agent": "^8.0.3"
  1374. },
  1375. "engines": {
  1376. "node": "^16.14.0 || >=18.0.0"
  1377. }
  1378. },
  1379. "node_modules/@npmcli/agent/node_modules/agent-base": {
  1380. "version": "7.1.1",
  1381. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  1382. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  1383. "dependencies": {
  1384. "debug": "^4.3.4"
  1385. },
  1386. "engines": {
  1387. "node": ">= 14"
  1388. }
  1389. },
  1390. "node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
  1391. "version": "7.0.4",
  1392. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
  1393. "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
  1394. "dependencies": {
  1395. "agent-base": "^7.0.2",
  1396. "debug": "4"
  1397. },
  1398. "engines": {
  1399. "node": ">= 14"
  1400. }
  1401. },
  1402. "node_modules/@npmcli/agent/node_modules/lru-cache": {
  1403. "version": "10.2.2",
  1404. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  1405. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  1406. "engines": {
  1407. "node": "14 || >=16.14"
  1408. }
  1409. },
  1410. "node_modules/@npmcli/fs": {
  1411. "version": "3.1.1",
  1412. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
  1413. "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
  1414. "dependencies": {
  1415. "semver": "^7.3.5"
  1416. },
  1417. "engines": {
  1418. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1419. }
  1420. },
  1421. "node_modules/@npmcli/git": {
  1422. "version": "5.0.7",
  1423. "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz",
  1424. "integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==",
  1425. "dependencies": {
  1426. "@npmcli/promise-spawn": "^7.0.0",
  1427. "lru-cache": "^10.0.1",
  1428. "npm-pick-manifest": "^9.0.0",
  1429. "proc-log": "^4.0.0",
  1430. "promise-inflight": "^1.0.1",
  1431. "promise-retry": "^2.0.1",
  1432. "semver": "^7.3.5",
  1433. "which": "^4.0.0"
  1434. },
  1435. "engines": {
  1436. "node": "^16.14.0 || >=18.0.0"
  1437. }
  1438. },
  1439. "node_modules/@npmcli/git/node_modules/isexe": {
  1440. "version": "3.1.1",
  1441. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1442. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1443. "engines": {
  1444. "node": ">=16"
  1445. }
  1446. },
  1447. "node_modules/@npmcli/git/node_modules/lru-cache": {
  1448. "version": "10.2.2",
  1449. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  1450. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  1451. "engines": {
  1452. "node": "14 || >=16.14"
  1453. }
  1454. },
  1455. "node_modules/@npmcli/git/node_modules/which": {
  1456. "version": "4.0.0",
  1457. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1458. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1459. "dependencies": {
  1460. "isexe": "^3.1.1"
  1461. },
  1462. "bin": {
  1463. "node-which": "bin/which.js"
  1464. },
  1465. "engines": {
  1466. "node": "^16.13.0 || >=18.0.0"
  1467. }
  1468. },
  1469. "node_modules/@npmcli/installed-package-contents": {
  1470. "version": "2.1.0",
  1471. "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
  1472. "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
  1473. "dependencies": {
  1474. "npm-bundled": "^3.0.0",
  1475. "npm-normalize-package-bin": "^3.0.0"
  1476. },
  1477. "bin": {
  1478. "installed-package-contents": "bin/index.js"
  1479. },
  1480. "engines": {
  1481. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1482. }
  1483. },
  1484. "node_modules/@npmcli/node-gyp": {
  1485. "version": "3.0.0",
  1486. "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
  1487. "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
  1488. "engines": {
  1489. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1490. }
  1491. },
  1492. "node_modules/@npmcli/package-json": {
  1493. "version": "5.1.0",
  1494. "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.0.tgz",
  1495. "integrity": "sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==",
  1496. "dependencies": {
  1497. "@npmcli/git": "^5.0.0",
  1498. "glob": "^10.2.2",
  1499. "hosted-git-info": "^7.0.0",
  1500. "json-parse-even-better-errors": "^3.0.0",
  1501. "normalize-package-data": "^6.0.0",
  1502. "proc-log": "^4.0.0",
  1503. "semver": "^7.5.3"
  1504. },
  1505. "engines": {
  1506. "node": "^16.14.0 || >=18.0.0"
  1507. }
  1508. },
  1509. "node_modules/@npmcli/package-json/node_modules/glob": {
  1510. "version": "10.3.12",
  1511. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
  1512. "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
  1513. "dependencies": {
  1514. "foreground-child": "^3.1.0",
  1515. "jackspeak": "^2.3.6",
  1516. "minimatch": "^9.0.1",
  1517. "minipass": "^7.0.4",
  1518. "path-scurry": "^1.10.2"
  1519. },
  1520. "bin": {
  1521. "glob": "dist/esm/bin.mjs"
  1522. },
  1523. "engines": {
  1524. "node": ">=16 || 14 >=14.17"
  1525. },
  1526. "funding": {
  1527. "url": "https://github.com/sponsors/isaacs"
  1528. }
  1529. },
  1530. "node_modules/@npmcli/package-json/node_modules/minimatch": {
  1531. "version": "9.0.4",
  1532. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  1533. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  1534. "dependencies": {
  1535. "brace-expansion": "^2.0.1"
  1536. },
  1537. "engines": {
  1538. "node": ">=16 || 14 >=14.17"
  1539. },
  1540. "funding": {
  1541. "url": "https://github.com/sponsors/isaacs"
  1542. }
  1543. },
  1544. "node_modules/@npmcli/promise-spawn": {
  1545. "version": "7.0.2",
  1546. "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
  1547. "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
  1548. "dependencies": {
  1549. "which": "^4.0.0"
  1550. },
  1551. "engines": {
  1552. "node": "^16.14.0 || >=18.0.0"
  1553. }
  1554. },
  1555. "node_modules/@npmcli/promise-spawn/node_modules/isexe": {
  1556. "version": "3.1.1",
  1557. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1558. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1559. "engines": {
  1560. "node": ">=16"
  1561. }
  1562. },
  1563. "node_modules/@npmcli/promise-spawn/node_modules/which": {
  1564. "version": "4.0.0",
  1565. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1566. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1567. "dependencies": {
  1568. "isexe": "^3.1.1"
  1569. },
  1570. "bin": {
  1571. "node-which": "bin/which.js"
  1572. },
  1573. "engines": {
  1574. "node": "^16.13.0 || >=18.0.0"
  1575. }
  1576. },
  1577. "node_modules/@npmcli/redact": {
  1578. "version": "2.0.0",
  1579. "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.0.tgz",
  1580. "integrity": "sha512-SEjCPAVHWYUIQR+Yn03kJmrJjZDtJLYpj300m3HV9OTRZNpC5YpbMsM3eTkECyT4aWj8lDr9WeY6TWefpubtYQ==",
  1581. "engines": {
  1582. "node": "^16.14.0 || >=18.0.0"
  1583. }
  1584. },
  1585. "node_modules/@npmcli/run-script": {
  1586. "version": "8.1.0",
  1587. "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
  1588. "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==",
  1589. "dependencies": {
  1590. "@npmcli/node-gyp": "^3.0.0",
  1591. "@npmcli/package-json": "^5.0.0",
  1592. "@npmcli/promise-spawn": "^7.0.0",
  1593. "node-gyp": "^10.0.0",
  1594. "proc-log": "^4.0.0",
  1595. "which": "^4.0.0"
  1596. },
  1597. "engines": {
  1598. "node": "^16.14.0 || >=18.0.0"
  1599. }
  1600. },
  1601. "node_modules/@npmcli/run-script/node_modules/isexe": {
  1602. "version": "3.1.1",
  1603. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1604. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1605. "engines": {
  1606. "node": ">=16"
  1607. }
  1608. },
  1609. "node_modules/@npmcli/run-script/node_modules/which": {
  1610. "version": "4.0.0",
  1611. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1612. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1613. "dependencies": {
  1614. "isexe": "^3.1.1"
  1615. },
  1616. "bin": {
  1617. "node-which": "bin/which.js"
  1618. },
  1619. "engines": {
  1620. "node": "^16.13.0 || >=18.0.0"
  1621. }
  1622. },
  1623. "node_modules/@nuxt/devalue": {
  1624. "version": "2.0.2",
  1625. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1626. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  1627. },
  1628. "node_modules/@nuxt/devtools": {
  1629. "version": "1.2.0",
  1630. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.2.0.tgz",
  1631. "integrity": "sha512-pdEvZJqovqxJp9E1BJAaGeFdFPEpCKwuuy9l9k4exBvwvxjTfjLeyW7oPD5RUTCGGxhOswgbXwuDrO4k+x2zpA==",
  1632. "dependencies": {
  1633. "@antfu/utils": "^0.7.7",
  1634. "@nuxt/devtools-kit": "1.2.0",
  1635. "@nuxt/devtools-wizard": "1.2.0",
  1636. "@nuxt/kit": "^3.11.2",
  1637. "@vue/devtools-applet": "^7.0.27",
  1638. "@vue/devtools-core": "^7.0.27",
  1639. "@vue/devtools-kit": "^7.0.27",
  1640. "birpc": "^0.2.17",
  1641. "consola": "^3.2.3",
  1642. "cronstrue": "^2.49.0",
  1643. "destr": "^2.0.3",
  1644. "error-stack-parser-es": "^0.1.1",
  1645. "execa": "^7.2.0",
  1646. "fast-glob": "^3.3.2",
  1647. "flatted": "^3.3.1",
  1648. "get-port-please": "^3.1.2",
  1649. "hookable": "^5.5.3",
  1650. "image-meta": "^0.2.0",
  1651. "is-installed-globally": "^1.0.0",
  1652. "launch-editor": "^2.6.1",
  1653. "local-pkg": "^0.5.0",
  1654. "magicast": "^0.3.4",
  1655. "nypm": "^0.3.8",
  1656. "ohash": "^1.1.3",
  1657. "pacote": "^18.0.0",
  1658. "pathe": "^1.1.2",
  1659. "perfect-debounce": "^1.0.0",
  1660. "pkg-types": "^1.1.0",
  1661. "rc9": "^2.1.2",
  1662. "scule": "^1.3.0",
  1663. "semver": "^7.6.0",
  1664. "simple-git": "^3.24.0",
  1665. "sirv": "^2.0.4",
  1666. "unimport": "^3.7.1",
  1667. "vite-plugin-inspect": "^0.8.3",
  1668. "vite-plugin-vue-inspector": "^4.0.2",
  1669. "which": "^3.0.1",
  1670. "ws": "^8.16.0"
  1671. },
  1672. "bin": {
  1673. "devtools": "cli.mjs"
  1674. },
  1675. "peerDependencies": {
  1676. "nuxt": "^3.9.0",
  1677. "vite": "*"
  1678. }
  1679. },
  1680. "node_modules/@nuxt/devtools-kit": {
  1681. "version": "1.2.0",
  1682. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.2.0.tgz",
  1683. "integrity": "sha512-T81TQuaN6hbQFzgvQeRAMJjcL4mgWtYvlGTAvtuvd3TFuHV7bMK+tFZaxgJXzIu1/UPO7/aO4VLCB0xl5sSwZw==",
  1684. "dependencies": {
  1685. "@nuxt/kit": "^3.11.2",
  1686. "@nuxt/schema": "^3.11.2",
  1687. "execa": "^7.2.0"
  1688. },
  1689. "peerDependencies": {
  1690. "nuxt": "^3.9.0",
  1691. "vite": "*"
  1692. }
  1693. },
  1694. "node_modules/@nuxt/devtools-wizard": {
  1695. "version": "1.2.0",
  1696. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.2.0.tgz",
  1697. "integrity": "sha512-qGepEgm7m1q9fmnwcrbijpRgdprPbczStmVlKcONYE/9PrGn+MHeHthJHD0im30FHBVQytbN11jor1sHEauGhA==",
  1698. "dependencies": {
  1699. "consola": "^3.2.3",
  1700. "diff": "^5.2.0",
  1701. "execa": "^7.2.0",
  1702. "global-directory": "^4.0.1",
  1703. "magicast": "^0.3.4",
  1704. "pathe": "^1.1.2",
  1705. "pkg-types": "^1.1.0",
  1706. "prompts": "^2.4.2",
  1707. "rc9": "^2.1.2",
  1708. "semver": "^7.6.0"
  1709. },
  1710. "bin": {
  1711. "devtools-wizard": "cli.mjs"
  1712. }
  1713. },
  1714. "node_modules/@nuxt/kit": {
  1715. "version": "3.11.2",
  1716. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.11.2.tgz",
  1717. "integrity": "sha512-yiYKP0ZWMW7T3TCmsv4H8+jEsB/nFriRAR8bKoSqSV9bkVYWPE36sf7JDux30dQ91jSlQG6LQkB3vCHYTS2cIg==",
  1718. "dependencies": {
  1719. "@nuxt/schema": "3.11.2",
  1720. "c12": "^1.10.0",
  1721. "consola": "^3.2.3",
  1722. "defu": "^6.1.4",
  1723. "globby": "^14.0.1",
  1724. "hash-sum": "^2.0.0",
  1725. "ignore": "^5.3.1",
  1726. "jiti": "^1.21.0",
  1727. "knitwork": "^1.1.0",
  1728. "mlly": "^1.6.1",
  1729. "pathe": "^1.1.2",
  1730. "pkg-types": "^1.0.3",
  1731. "scule": "^1.3.0",
  1732. "semver": "^7.6.0",
  1733. "ufo": "^1.5.3",
  1734. "unctx": "^2.3.1",
  1735. "unimport": "^3.7.1",
  1736. "untyped": "^1.4.2"
  1737. },
  1738. "engines": {
  1739. "node": "^14.18.0 || >=16.10.0"
  1740. }
  1741. },
  1742. "node_modules/@nuxt/schema": {
  1743. "version": "3.11.2",
  1744. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.11.2.tgz",
  1745. "integrity": "sha512-Z0bx7N08itD5edtpkstImLctWMNvxTArsKXzS35ZuqyAyKBPcRjO1CU01slH0ahO30Gg9kbck3/RKNZPwfOjJg==",
  1746. "dependencies": {
  1747. "@nuxt/ui-templates": "^1.3.2",
  1748. "consola": "^3.2.3",
  1749. "defu": "^6.1.4",
  1750. "hookable": "^5.5.3",
  1751. "pathe": "^1.1.2",
  1752. "pkg-types": "^1.0.3",
  1753. "scule": "^1.3.0",
  1754. "std-env": "^3.7.0",
  1755. "ufo": "^1.5.3",
  1756. "unimport": "^3.7.1",
  1757. "untyped": "^1.4.2"
  1758. },
  1759. "engines": {
  1760. "node": "^14.18.0 || >=16.10.0"
  1761. }
  1762. },
  1763. "node_modules/@nuxt/telemetry": {
  1764. "version": "2.5.4",
  1765. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.5.4.tgz",
  1766. "integrity": "sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==",
  1767. "dependencies": {
  1768. "@nuxt/kit": "^3.11.2",
  1769. "ci-info": "^4.0.0",
  1770. "consola": "^3.2.3",
  1771. "create-require": "^1.1.1",
  1772. "defu": "^6.1.4",
  1773. "destr": "^2.0.3",
  1774. "dotenv": "^16.4.5",
  1775. "git-url-parse": "^14.0.0",
  1776. "is-docker": "^3.0.0",
  1777. "jiti": "^1.21.0",
  1778. "mri": "^1.2.0",
  1779. "nanoid": "^5.0.7",
  1780. "ofetch": "^1.3.4",
  1781. "parse-git-config": "^3.0.0",
  1782. "pathe": "^1.1.2",
  1783. "rc9": "^2.1.2",
  1784. "std-env": "^3.7.0"
  1785. },
  1786. "bin": {
  1787. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1788. }
  1789. },
  1790. "node_modules/@nuxt/ui-templates": {
  1791. "version": "1.3.3",
  1792. "resolved": "https://registry.npmjs.org/@nuxt/ui-templates/-/ui-templates-1.3.3.tgz",
  1793. "integrity": "sha512-3BG5doAREcD50dbKyXgmjD4b1GzY8CUy3T41jMhHZXNDdaNwOd31IBq+D6dV00OSrDVhzrTVj0IxsUsnMyHvIQ=="
  1794. },
  1795. "node_modules/@nuxt/vite-builder": {
  1796. "version": "3.11.2",
  1797. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.11.2.tgz",
  1798. "integrity": "sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==",
  1799. "dependencies": {
  1800. "@nuxt/kit": "3.11.2",
  1801. "@rollup/plugin-replace": "^5.0.5",
  1802. "@vitejs/plugin-vue": "^5.0.4",
  1803. "@vitejs/plugin-vue-jsx": "^3.1.0",
  1804. "autoprefixer": "^10.4.19",
  1805. "clear": "^0.1.0",
  1806. "consola": "^3.2.3",
  1807. "cssnano": "^6.1.2",
  1808. "defu": "^6.1.4",
  1809. "esbuild": "^0.20.2",
  1810. "escape-string-regexp": "^5.0.0",
  1811. "estree-walker": "^3.0.3",
  1812. "externality": "^1.0.2",
  1813. "fs-extra": "^11.2.0",
  1814. "get-port-please": "^3.1.2",
  1815. "h3": "^1.11.1",
  1816. "knitwork": "^1.1.0",
  1817. "magic-string": "^0.30.9",
  1818. "mlly": "^1.6.1",
  1819. "ohash": "^1.1.3",
  1820. "pathe": "^1.1.2",
  1821. "perfect-debounce": "^1.0.0",
  1822. "pkg-types": "^1.0.3",
  1823. "postcss": "^8.4.38",
  1824. "rollup-plugin-visualizer": "^5.12.0",
  1825. "std-env": "^3.7.0",
  1826. "strip-literal": "^2.1.0",
  1827. "ufo": "^1.5.3",
  1828. "unenv": "^1.9.0",
  1829. "unplugin": "^1.10.1",
  1830. "vite": "^5.2.8",
  1831. "vite-node": "^1.4.0",
  1832. "vite-plugin-checker": "^0.6.4",
  1833. "vue-bundle-renderer": "^2.0.0"
  1834. },
  1835. "engines": {
  1836. "node": "^14.18.0 || >=16.10.0"
  1837. },
  1838. "peerDependencies": {
  1839. "vue": "^3.3.4"
  1840. }
  1841. },
  1842. "node_modules/@open-draft/deferred-promise": {
  1843. "version": "2.2.0",
  1844. "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
  1845. "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA=="
  1846. },
  1847. "node_modules/@open-draft/logger": {
  1848. "version": "0.3.0",
  1849. "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
  1850. "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
  1851. "dependencies": {
  1852. "is-node-process": "^1.2.0",
  1853. "outvariant": "^1.4.0"
  1854. }
  1855. },
  1856. "node_modules/@open-draft/until": {
  1857. "version": "2.1.0",
  1858. "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
  1859. "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg=="
  1860. },
  1861. "node_modules/@opentelemetry/api": {
  1862. "version": "1.8.0",
  1863. "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz",
  1864. "integrity": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==",
  1865. "engines": {
  1866. "node": ">=8.0.0"
  1867. }
  1868. },
  1869. "node_modules/@opentelemetry/api-logs": {
  1870. "version": "0.50.0",
  1871. "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.50.0.tgz",
  1872. "integrity": "sha512-JdZuKrhOYggqOpUljAq4WWNi5nB10PmgoF0y2CvedLGXd0kSawb/UBnWT8gg1ND3bHCNHStAIVT0ELlxJJRqrA==",
  1873. "dependencies": {
  1874. "@opentelemetry/api": "^1.0.0"
  1875. },
  1876. "engines": {
  1877. "node": ">=14"
  1878. }
  1879. },
  1880. "node_modules/@opentelemetry/core": {
  1881. "version": "1.24.1",
  1882. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.24.1.tgz",
  1883. "integrity": "sha512-wMSGfsdmibI88K9wB498zXY04yThPexo8jvwNNlm542HZB7XrrMRBbAyKJqG8qDRJwIBdBrPMi4V9ZPW/sqrcg==",
  1884. "dependencies": {
  1885. "@opentelemetry/semantic-conventions": "1.24.1"
  1886. },
  1887. "engines": {
  1888. "node": ">=14"
  1889. },
  1890. "peerDependencies": {
  1891. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1892. }
  1893. },
  1894. "node_modules/@opentelemetry/otlp-transformer": {
  1895. "version": "0.50.0",
  1896. "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.50.0.tgz",
  1897. "integrity": "sha512-s0sl1Yfqd5q1Kjrf6DqXPWzErL+XHhrXOfejh4Vc/SMTNqC902xDsC8JQxbjuramWt/+hibfguIvi7Ns8VLolA==",
  1898. "dependencies": {
  1899. "@opentelemetry/api-logs": "0.50.0",
  1900. "@opentelemetry/core": "1.23.0",
  1901. "@opentelemetry/resources": "1.23.0",
  1902. "@opentelemetry/sdk-logs": "0.50.0",
  1903. "@opentelemetry/sdk-metrics": "1.23.0",
  1904. "@opentelemetry/sdk-trace-base": "1.23.0"
  1905. },
  1906. "engines": {
  1907. "node": ">=14"
  1908. },
  1909. "peerDependencies": {
  1910. "@opentelemetry/api": ">=1.3.0 <1.9.0"
  1911. }
  1912. },
  1913. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/core": {
  1914. "version": "1.23.0",
  1915. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  1916. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  1917. "dependencies": {
  1918. "@opentelemetry/semantic-conventions": "1.23.0"
  1919. },
  1920. "engines": {
  1921. "node": ">=14"
  1922. },
  1923. "peerDependencies": {
  1924. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1925. }
  1926. },
  1927. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/resources": {
  1928. "version": "1.23.0",
  1929. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  1930. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  1931. "dependencies": {
  1932. "@opentelemetry/core": "1.23.0",
  1933. "@opentelemetry/semantic-conventions": "1.23.0"
  1934. },
  1935. "engines": {
  1936. "node": ">=14"
  1937. },
  1938. "peerDependencies": {
  1939. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1940. }
  1941. },
  1942. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-trace-base": {
  1943. "version": "1.23.0",
  1944. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.23.0.tgz",
  1945. "integrity": "sha512-PzBmZM8hBomUqvCddF/5Olyyviayka44O5nDWq673np3ctnvwMOvNrsUORZjKja1zJbwEuD9niAGbnVrz3jwRQ==",
  1946. "dependencies": {
  1947. "@opentelemetry/core": "1.23.0",
  1948. "@opentelemetry/resources": "1.23.0",
  1949. "@opentelemetry/semantic-conventions": "1.23.0"
  1950. },
  1951. "engines": {
  1952. "node": ">=14"
  1953. },
  1954. "peerDependencies": {
  1955. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1956. }
  1957. },
  1958. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/semantic-conventions": {
  1959. "version": "1.23.0",
  1960. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  1961. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  1962. "engines": {
  1963. "node": ">=14"
  1964. }
  1965. },
  1966. "node_modules/@opentelemetry/resources": {
  1967. "version": "1.24.1",
  1968. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.24.1.tgz",
  1969. "integrity": "sha512-cyv0MwAaPF7O86x5hk3NNgenMObeejZFLJJDVuSeSMIsknlsj3oOZzRv3qSzlwYomXsICfBeFFlxwHQte5mGXQ==",
  1970. "dependencies": {
  1971. "@opentelemetry/core": "1.24.1",
  1972. "@opentelemetry/semantic-conventions": "1.24.1"
  1973. },
  1974. "engines": {
  1975. "node": ">=14"
  1976. },
  1977. "peerDependencies": {
  1978. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1979. }
  1980. },
  1981. "node_modules/@opentelemetry/sdk-logs": {
  1982. "version": "0.50.0",
  1983. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.50.0.tgz",
  1984. "integrity": "sha512-PeUEupBB29p9nlPNqXoa1PUWNLsZnxG0DCDj3sHqzae+8y76B/A5hvZjg03ulWdnvBLYpnJslqzylG9E0IL87g==",
  1985. "dependencies": {
  1986. "@opentelemetry/core": "1.23.0",
  1987. "@opentelemetry/resources": "1.23.0"
  1988. },
  1989. "engines": {
  1990. "node": ">=14"
  1991. },
  1992. "peerDependencies": {
  1993. "@opentelemetry/api": ">=1.4.0 <1.9.0",
  1994. "@opentelemetry/api-logs": ">=0.39.1"
  1995. }
  1996. },
  1997. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/core": {
  1998. "version": "1.23.0",
  1999. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  2000. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  2001. "dependencies": {
  2002. "@opentelemetry/semantic-conventions": "1.23.0"
  2003. },
  2004. "engines": {
  2005. "node": ">=14"
  2006. },
  2007. "peerDependencies": {
  2008. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2009. }
  2010. },
  2011. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": {
  2012. "version": "1.23.0",
  2013. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  2014. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  2015. "dependencies": {
  2016. "@opentelemetry/core": "1.23.0",
  2017. "@opentelemetry/semantic-conventions": "1.23.0"
  2018. },
  2019. "engines": {
  2020. "node": ">=14"
  2021. },
  2022. "peerDependencies": {
  2023. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2024. }
  2025. },
  2026. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/semantic-conventions": {
  2027. "version": "1.23.0",
  2028. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  2029. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  2030. "engines": {
  2031. "node": ">=14"
  2032. }
  2033. },
  2034. "node_modules/@opentelemetry/sdk-metrics": {
  2035. "version": "1.23.0",
  2036. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.23.0.tgz",
  2037. "integrity": "sha512-4OkvW6+wST4h6LFG23rXSTf6nmTf201h9dzq7bE0z5R9ESEVLERZz6WXwE7PSgg1gdjlaznm1jLJf8GttypFDg==",
  2038. "dependencies": {
  2039. "@opentelemetry/core": "1.23.0",
  2040. "@opentelemetry/resources": "1.23.0",
  2041. "lodash.merge": "^4.6.2"
  2042. },
  2043. "engines": {
  2044. "node": ">=14"
  2045. },
  2046. "peerDependencies": {
  2047. "@opentelemetry/api": ">=1.3.0 <1.9.0"
  2048. }
  2049. },
  2050. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/core": {
  2051. "version": "1.23.0",
  2052. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  2053. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  2054. "dependencies": {
  2055. "@opentelemetry/semantic-conventions": "1.23.0"
  2056. },
  2057. "engines": {
  2058. "node": ">=14"
  2059. },
  2060. "peerDependencies": {
  2061. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2062. }
  2063. },
  2064. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/resources": {
  2065. "version": "1.23.0",
  2066. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  2067. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  2068. "dependencies": {
  2069. "@opentelemetry/core": "1.23.0",
  2070. "@opentelemetry/semantic-conventions": "1.23.0"
  2071. },
  2072. "engines": {
  2073. "node": ">=14"
  2074. },
  2075. "peerDependencies": {
  2076. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2077. }
  2078. },
  2079. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/semantic-conventions": {
  2080. "version": "1.23.0",
  2081. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  2082. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  2083. "engines": {
  2084. "node": ">=14"
  2085. }
  2086. },
  2087. "node_modules/@opentelemetry/sdk-trace-base": {
  2088. "version": "1.24.1",
  2089. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.24.1.tgz",
  2090. "integrity": "sha512-zz+N423IcySgjihl2NfjBf0qw1RWe11XIAWVrTNOSSI6dtSPJiVom2zipFB2AEEtJWpv0Iz6DY6+TjnyTV5pWg==",
  2091. "dependencies": {
  2092. "@opentelemetry/core": "1.24.1",
  2093. "@opentelemetry/resources": "1.24.1",
  2094. "@opentelemetry/semantic-conventions": "1.24.1"
  2095. },
  2096. "engines": {
  2097. "node": ">=14"
  2098. },
  2099. "peerDependencies": {
  2100. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2101. }
  2102. },
  2103. "node_modules/@opentelemetry/semantic-conventions": {
  2104. "version": "1.24.1",
  2105. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.24.1.tgz",
  2106. "integrity": "sha512-VkliWlS4/+GHLLW7J/rVBA00uXus1SWvwFvcUDxDwmFxYfg/2VI6ekwdXS28cjI8Qz2ky2BzG8OUHo+WeYIWqw==",
  2107. "engines": {
  2108. "node": ">=14"
  2109. }
  2110. },
  2111. "node_modules/@parcel/watcher": {
  2112. "version": "2.4.1",
  2113. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  2114. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  2115. "dependencies": {
  2116. "detect-libc": "^1.0.3",
  2117. "is-glob": "^4.0.3",
  2118. "micromatch": "^4.0.5",
  2119. "node-addon-api": "^7.0.0"
  2120. },
  2121. "engines": {
  2122. "node": ">= 10.0.0"
  2123. },
  2124. "funding": {
  2125. "type": "opencollective",
  2126. "url": "https://opencollective.com/parcel"
  2127. },
  2128. "optionalDependencies": {
  2129. "@parcel/watcher-android-arm64": "2.4.1",
  2130. "@parcel/watcher-darwin-arm64": "2.4.1",
  2131. "@parcel/watcher-darwin-x64": "2.4.1",
  2132. "@parcel/watcher-freebsd-x64": "2.4.1",
  2133. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  2134. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  2135. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  2136. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  2137. "@parcel/watcher-linux-x64-musl": "2.4.1",
  2138. "@parcel/watcher-win32-arm64": "2.4.1",
  2139. "@parcel/watcher-win32-ia32": "2.4.1",
  2140. "@parcel/watcher-win32-x64": "2.4.1"
  2141. }
  2142. },
  2143. "node_modules/@parcel/watcher-android-arm64": {
  2144. "version": "2.4.1",
  2145. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  2146. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  2147. "cpu": [
  2148. "arm64"
  2149. ],
  2150. "optional": true,
  2151. "os": [
  2152. "android"
  2153. ],
  2154. "engines": {
  2155. "node": ">= 10.0.0"
  2156. },
  2157. "funding": {
  2158. "type": "opencollective",
  2159. "url": "https://opencollective.com/parcel"
  2160. }
  2161. },
  2162. "node_modules/@parcel/watcher-darwin-arm64": {
  2163. "version": "2.4.1",
  2164. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  2165. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  2166. "cpu": [
  2167. "arm64"
  2168. ],
  2169. "optional": true,
  2170. "os": [
  2171. "darwin"
  2172. ],
  2173. "engines": {
  2174. "node": ">= 10.0.0"
  2175. },
  2176. "funding": {
  2177. "type": "opencollective",
  2178. "url": "https://opencollective.com/parcel"
  2179. }
  2180. },
  2181. "node_modules/@parcel/watcher-darwin-x64": {
  2182. "version": "2.4.1",
  2183. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  2184. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  2185. "cpu": [
  2186. "x64"
  2187. ],
  2188. "optional": true,
  2189. "os": [
  2190. "darwin"
  2191. ],
  2192. "engines": {
  2193. "node": ">= 10.0.0"
  2194. },
  2195. "funding": {
  2196. "type": "opencollective",
  2197. "url": "https://opencollective.com/parcel"
  2198. }
  2199. },
  2200. "node_modules/@parcel/watcher-freebsd-x64": {
  2201. "version": "2.4.1",
  2202. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  2203. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  2204. "cpu": [
  2205. "x64"
  2206. ],
  2207. "optional": true,
  2208. "os": [
  2209. "freebsd"
  2210. ],
  2211. "engines": {
  2212. "node": ">= 10.0.0"
  2213. },
  2214. "funding": {
  2215. "type": "opencollective",
  2216. "url": "https://opencollective.com/parcel"
  2217. }
  2218. },
  2219. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2220. "version": "2.4.1",
  2221. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  2222. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  2223. "cpu": [
  2224. "arm"
  2225. ],
  2226. "optional": true,
  2227. "os": [
  2228. "linux"
  2229. ],
  2230. "engines": {
  2231. "node": ">= 10.0.0"
  2232. },
  2233. "funding": {
  2234. "type": "opencollective",
  2235. "url": "https://opencollective.com/parcel"
  2236. }
  2237. },
  2238. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2239. "version": "2.4.1",
  2240. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  2241. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  2242. "cpu": [
  2243. "arm64"
  2244. ],
  2245. "optional": true,
  2246. "os": [
  2247. "linux"
  2248. ],
  2249. "engines": {
  2250. "node": ">= 10.0.0"
  2251. },
  2252. "funding": {
  2253. "type": "opencollective",
  2254. "url": "https://opencollective.com/parcel"
  2255. }
  2256. },
  2257. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2258. "version": "2.4.1",
  2259. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  2260. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  2261. "cpu": [
  2262. "arm64"
  2263. ],
  2264. "optional": true,
  2265. "os": [
  2266. "linux"
  2267. ],
  2268. "engines": {
  2269. "node": ">= 10.0.0"
  2270. },
  2271. "funding": {
  2272. "type": "opencollective",
  2273. "url": "https://opencollective.com/parcel"
  2274. }
  2275. },
  2276. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2277. "version": "2.4.1",
  2278. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  2279. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  2280. "cpu": [
  2281. "x64"
  2282. ],
  2283. "optional": true,
  2284. "os": [
  2285. "linux"
  2286. ],
  2287. "engines": {
  2288. "node": ">= 10.0.0"
  2289. },
  2290. "funding": {
  2291. "type": "opencollective",
  2292. "url": "https://opencollective.com/parcel"
  2293. }
  2294. },
  2295. "node_modules/@parcel/watcher-linux-x64-musl": {
  2296. "version": "2.4.1",
  2297. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  2298. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  2299. "cpu": [
  2300. "x64"
  2301. ],
  2302. "optional": true,
  2303. "os": [
  2304. "linux"
  2305. ],
  2306. "engines": {
  2307. "node": ">= 10.0.0"
  2308. },
  2309. "funding": {
  2310. "type": "opencollective",
  2311. "url": "https://opencollective.com/parcel"
  2312. }
  2313. },
  2314. "node_modules/@parcel/watcher-wasm": {
  2315. "version": "2.4.1",
  2316. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  2317. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  2318. "bundleDependencies": [
  2319. "napi-wasm"
  2320. ],
  2321. "dependencies": {
  2322. "is-glob": "^4.0.3",
  2323. "micromatch": "^4.0.5",
  2324. "napi-wasm": "^1.1.0"
  2325. },
  2326. "engines": {
  2327. "node": ">= 10.0.0"
  2328. },
  2329. "funding": {
  2330. "type": "opencollective",
  2331. "url": "https://opencollective.com/parcel"
  2332. }
  2333. },
  2334. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2335. "version": "1.1.0",
  2336. "inBundle": true,
  2337. "license": "MIT"
  2338. },
  2339. "node_modules/@parcel/watcher-win32-arm64": {
  2340. "version": "2.4.1",
  2341. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  2342. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  2343. "cpu": [
  2344. "arm64"
  2345. ],
  2346. "optional": true,
  2347. "os": [
  2348. "win32"
  2349. ],
  2350. "engines": {
  2351. "node": ">= 10.0.0"
  2352. },
  2353. "funding": {
  2354. "type": "opencollective",
  2355. "url": "https://opencollective.com/parcel"
  2356. }
  2357. },
  2358. "node_modules/@parcel/watcher-win32-ia32": {
  2359. "version": "2.4.1",
  2360. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  2361. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  2362. "cpu": [
  2363. "ia32"
  2364. ],
  2365. "optional": true,
  2366. "os": [
  2367. "win32"
  2368. ],
  2369. "engines": {
  2370. "node": ">= 10.0.0"
  2371. },
  2372. "funding": {
  2373. "type": "opencollective",
  2374. "url": "https://opencollective.com/parcel"
  2375. }
  2376. },
  2377. "node_modules/@parcel/watcher-win32-x64": {
  2378. "version": "2.4.1",
  2379. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  2380. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  2381. "cpu": [
  2382. "x64"
  2383. ],
  2384. "optional": true,
  2385. "os": [
  2386. "win32"
  2387. ],
  2388. "engines": {
  2389. "node": ">= 10.0.0"
  2390. },
  2391. "funding": {
  2392. "type": "opencollective",
  2393. "url": "https://opencollective.com/parcel"
  2394. }
  2395. },
  2396. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2397. "version": "1.0.3",
  2398. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  2399. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2400. "bin": {
  2401. "detect-libc": "bin/detect-libc.js"
  2402. },
  2403. "engines": {
  2404. "node": ">=0.10"
  2405. }
  2406. },
  2407. "node_modules/@pkgjs/parseargs": {
  2408. "version": "0.11.0",
  2409. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2410. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2411. "optional": true,
  2412. "engines": {
  2413. "node": ">=14"
  2414. }
  2415. },
  2416. "node_modules/@polka/url": {
  2417. "version": "1.0.0-next.25",
  2418. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
  2419. "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ=="
  2420. },
  2421. "node_modules/@popperjs/core": {
  2422. "name": "@sxzz/popperjs-es",
  2423. "version": "2.11.7",
  2424. "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  2425. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  2426. "funding": {
  2427. "type": "opencollective",
  2428. "url": "https://opencollective.com/popperjs"
  2429. }
  2430. },
  2431. "node_modules/@rollup/plugin-alias": {
  2432. "version": "5.1.0",
  2433. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz",
  2434. "integrity": "sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==",
  2435. "dependencies": {
  2436. "slash": "^4.0.0"
  2437. },
  2438. "engines": {
  2439. "node": ">=14.0.0"
  2440. },
  2441. "peerDependencies": {
  2442. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2443. },
  2444. "peerDependenciesMeta": {
  2445. "rollup": {
  2446. "optional": true
  2447. }
  2448. }
  2449. },
  2450. "node_modules/@rollup/plugin-alias/node_modules/slash": {
  2451. "version": "4.0.0",
  2452. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  2453. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  2454. "engines": {
  2455. "node": ">=12"
  2456. },
  2457. "funding": {
  2458. "url": "https://github.com/sponsors/sindresorhus"
  2459. }
  2460. },
  2461. "node_modules/@rollup/plugin-commonjs": {
  2462. "version": "25.0.7",
  2463. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz",
  2464. "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==",
  2465. "dependencies": {
  2466. "@rollup/pluginutils": "^5.0.1",
  2467. "commondir": "^1.0.1",
  2468. "estree-walker": "^2.0.2",
  2469. "glob": "^8.0.3",
  2470. "is-reference": "1.2.1",
  2471. "magic-string": "^0.30.3"
  2472. },
  2473. "engines": {
  2474. "node": ">=14.0.0"
  2475. },
  2476. "peerDependencies": {
  2477. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2478. },
  2479. "peerDependenciesMeta": {
  2480. "rollup": {
  2481. "optional": true
  2482. }
  2483. }
  2484. },
  2485. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  2486. "version": "2.0.2",
  2487. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2488. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2489. },
  2490. "node_modules/@rollup/plugin-inject": {
  2491. "version": "5.0.5",
  2492. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2493. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2494. "dependencies": {
  2495. "@rollup/pluginutils": "^5.0.1",
  2496. "estree-walker": "^2.0.2",
  2497. "magic-string": "^0.30.3"
  2498. },
  2499. "engines": {
  2500. "node": ">=14.0.0"
  2501. },
  2502. "peerDependencies": {
  2503. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2504. },
  2505. "peerDependenciesMeta": {
  2506. "rollup": {
  2507. "optional": true
  2508. }
  2509. }
  2510. },
  2511. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  2512. "version": "2.0.2",
  2513. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2514. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2515. },
  2516. "node_modules/@rollup/plugin-json": {
  2517. "version": "6.1.0",
  2518. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2519. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2520. "dependencies": {
  2521. "@rollup/pluginutils": "^5.1.0"
  2522. },
  2523. "engines": {
  2524. "node": ">=14.0.0"
  2525. },
  2526. "peerDependencies": {
  2527. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2528. },
  2529. "peerDependenciesMeta": {
  2530. "rollup": {
  2531. "optional": true
  2532. }
  2533. }
  2534. },
  2535. "node_modules/@rollup/plugin-node-resolve": {
  2536. "version": "15.2.3",
  2537. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
  2538. "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==",
  2539. "dependencies": {
  2540. "@rollup/pluginutils": "^5.0.1",
  2541. "@types/resolve": "1.20.2",
  2542. "deepmerge": "^4.2.2",
  2543. "is-builtin-module": "^3.2.1",
  2544. "is-module": "^1.0.0",
  2545. "resolve": "^1.22.1"
  2546. },
  2547. "engines": {
  2548. "node": ">=14.0.0"
  2549. },
  2550. "peerDependencies": {
  2551. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2552. },
  2553. "peerDependenciesMeta": {
  2554. "rollup": {
  2555. "optional": true
  2556. }
  2557. }
  2558. },
  2559. "node_modules/@rollup/plugin-replace": {
  2560. "version": "5.0.5",
  2561. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz",
  2562. "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==",
  2563. "dependencies": {
  2564. "@rollup/pluginutils": "^5.0.1",
  2565. "magic-string": "^0.30.3"
  2566. },
  2567. "engines": {
  2568. "node": ">=14.0.0"
  2569. },
  2570. "peerDependencies": {
  2571. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2572. },
  2573. "peerDependenciesMeta": {
  2574. "rollup": {
  2575. "optional": true
  2576. }
  2577. }
  2578. },
  2579. "node_modules/@rollup/plugin-terser": {
  2580. "version": "0.4.4",
  2581. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  2582. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  2583. "dependencies": {
  2584. "serialize-javascript": "^6.0.1",
  2585. "smob": "^1.0.0",
  2586. "terser": "^5.17.4"
  2587. },
  2588. "engines": {
  2589. "node": ">=14.0.0"
  2590. },
  2591. "peerDependencies": {
  2592. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2593. },
  2594. "peerDependenciesMeta": {
  2595. "rollup": {
  2596. "optional": true
  2597. }
  2598. }
  2599. },
  2600. "node_modules/@rollup/pluginutils": {
  2601. "version": "5.1.0",
  2602. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  2603. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  2604. "dependencies": {
  2605. "@types/estree": "^1.0.0",
  2606. "estree-walker": "^2.0.2",
  2607. "picomatch": "^2.3.1"
  2608. },
  2609. "engines": {
  2610. "node": ">=14.0.0"
  2611. },
  2612. "peerDependencies": {
  2613. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2614. },
  2615. "peerDependenciesMeta": {
  2616. "rollup": {
  2617. "optional": true
  2618. }
  2619. }
  2620. },
  2621. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  2622. "version": "2.0.2",
  2623. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2624. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2625. },
  2626. "node_modules/@rollup/rollup-android-arm-eabi": {
  2627. "version": "4.17.2",
  2628. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz",
  2629. "integrity": "sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==",
  2630. "cpu": [
  2631. "arm"
  2632. ],
  2633. "optional": true,
  2634. "os": [
  2635. "android"
  2636. ]
  2637. },
  2638. "node_modules/@rollup/rollup-android-arm64": {
  2639. "version": "4.17.2",
  2640. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz",
  2641. "integrity": "sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==",
  2642. "cpu": [
  2643. "arm64"
  2644. ],
  2645. "optional": true,
  2646. "os": [
  2647. "android"
  2648. ]
  2649. },
  2650. "node_modules/@rollup/rollup-darwin-arm64": {
  2651. "version": "4.17.2",
  2652. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz",
  2653. "integrity": "sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==",
  2654. "cpu": [
  2655. "arm64"
  2656. ],
  2657. "optional": true,
  2658. "os": [
  2659. "darwin"
  2660. ]
  2661. },
  2662. "node_modules/@rollup/rollup-darwin-x64": {
  2663. "version": "4.17.2",
  2664. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz",
  2665. "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==",
  2666. "cpu": [
  2667. "x64"
  2668. ],
  2669. "optional": true,
  2670. "os": [
  2671. "darwin"
  2672. ]
  2673. },
  2674. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2675. "version": "4.17.2",
  2676. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz",
  2677. "integrity": "sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==",
  2678. "cpu": [
  2679. "arm"
  2680. ],
  2681. "optional": true,
  2682. "os": [
  2683. "linux"
  2684. ]
  2685. },
  2686. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2687. "version": "4.17.2",
  2688. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz",
  2689. "integrity": "sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==",
  2690. "cpu": [
  2691. "arm"
  2692. ],
  2693. "optional": true,
  2694. "os": [
  2695. "linux"
  2696. ]
  2697. },
  2698. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2699. "version": "4.17.2",
  2700. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz",
  2701. "integrity": "sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==",
  2702. "cpu": [
  2703. "arm64"
  2704. ],
  2705. "optional": true,
  2706. "os": [
  2707. "linux"
  2708. ]
  2709. },
  2710. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2711. "version": "4.17.2",
  2712. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz",
  2713. "integrity": "sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==",
  2714. "cpu": [
  2715. "arm64"
  2716. ],
  2717. "optional": true,
  2718. "os": [
  2719. "linux"
  2720. ]
  2721. },
  2722. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2723. "version": "4.17.2",
  2724. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz",
  2725. "integrity": "sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==",
  2726. "cpu": [
  2727. "ppc64"
  2728. ],
  2729. "optional": true,
  2730. "os": [
  2731. "linux"
  2732. ]
  2733. },
  2734. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2735. "version": "4.17.2",
  2736. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz",
  2737. "integrity": "sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==",
  2738. "cpu": [
  2739. "riscv64"
  2740. ],
  2741. "optional": true,
  2742. "os": [
  2743. "linux"
  2744. ]
  2745. },
  2746. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2747. "version": "4.17.2",
  2748. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz",
  2749. "integrity": "sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==",
  2750. "cpu": [
  2751. "s390x"
  2752. ],
  2753. "optional": true,
  2754. "os": [
  2755. "linux"
  2756. ]
  2757. },
  2758. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2759. "version": "4.17.2",
  2760. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz",
  2761. "integrity": "sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==",
  2762. "cpu": [
  2763. "x64"
  2764. ],
  2765. "optional": true,
  2766. "os": [
  2767. "linux"
  2768. ]
  2769. },
  2770. "node_modules/@rollup/rollup-linux-x64-musl": {
  2771. "version": "4.17.2",
  2772. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz",
  2773. "integrity": "sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==",
  2774. "cpu": [
  2775. "x64"
  2776. ],
  2777. "optional": true,
  2778. "os": [
  2779. "linux"
  2780. ]
  2781. },
  2782. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2783. "version": "4.17.2",
  2784. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz",
  2785. "integrity": "sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==",
  2786. "cpu": [
  2787. "arm64"
  2788. ],
  2789. "optional": true,
  2790. "os": [
  2791. "win32"
  2792. ]
  2793. },
  2794. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2795. "version": "4.17.2",
  2796. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz",
  2797. "integrity": "sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==",
  2798. "cpu": [
  2799. "ia32"
  2800. ],
  2801. "optional": true,
  2802. "os": [
  2803. "win32"
  2804. ]
  2805. },
  2806. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2807. "version": "4.17.2",
  2808. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz",
  2809. "integrity": "sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==",
  2810. "cpu": [
  2811. "x64"
  2812. ],
  2813. "optional": true,
  2814. "os": [
  2815. "win32"
  2816. ]
  2817. },
  2818. "node_modules/@shikijs/core": {
  2819. "version": "1.3.0",
  2820. "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.3.0.tgz",
  2821. "integrity": "sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA=="
  2822. },
  2823. "node_modules/@sigstore/bundle": {
  2824. "version": "2.3.1",
  2825. "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.1.tgz",
  2826. "integrity": "sha512-eqV17lO3EIFqCWK3969Rz+J8MYrRZKw9IBHpSo6DEcEX2c+uzDFOgHE9f2MnyDpfs48LFO4hXmk9KhQ74JzU1g==",
  2827. "dependencies": {
  2828. "@sigstore/protobuf-specs": "^0.3.1"
  2829. },
  2830. "engines": {
  2831. "node": "^16.14.0 || >=18.0.0"
  2832. }
  2833. },
  2834. "node_modules/@sigstore/core": {
  2835. "version": "1.1.0",
  2836. "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz",
  2837. "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==",
  2838. "engines": {
  2839. "node": "^16.14.0 || >=18.0.0"
  2840. }
  2841. },
  2842. "node_modules/@sigstore/protobuf-specs": {
  2843. "version": "0.3.1",
  2844. "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.1.tgz",
  2845. "integrity": "sha512-aIL8Z9NsMr3C64jyQzE0XlkEyBLpgEJJFDHLVVStkFV5Q3Il/r/YtY6NJWKQ4cy4AE7spP1IX5Jq7VCAxHHMfQ==",
  2846. "engines": {
  2847. "node": "^16.14.0 || >=18.0.0"
  2848. }
  2849. },
  2850. "node_modules/@sigstore/sign": {
  2851. "version": "2.3.0",
  2852. "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.0.tgz",
  2853. "integrity": "sha512-tsAyV6FC3R3pHmKS880IXcDJuiFJiKITO1jxR1qbplcsBkZLBmjrEw5GbC7ikD6f5RU1hr7WnmxB/2kKc1qUWQ==",
  2854. "dependencies": {
  2855. "@sigstore/bundle": "^2.3.0",
  2856. "@sigstore/core": "^1.0.0",
  2857. "@sigstore/protobuf-specs": "^0.3.1",
  2858. "make-fetch-happen": "^13.0.0"
  2859. },
  2860. "engines": {
  2861. "node": "^16.14.0 || >=18.0.0"
  2862. }
  2863. },
  2864. "node_modules/@sigstore/tuf": {
  2865. "version": "2.3.2",
  2866. "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
  2867. "integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
  2868. "dependencies": {
  2869. "@sigstore/protobuf-specs": "^0.3.0",
  2870. "tuf-js": "^2.2.0"
  2871. },
  2872. "engines": {
  2873. "node": "^16.14.0 || >=18.0.0"
  2874. }
  2875. },
  2876. "node_modules/@sigstore/verify": {
  2877. "version": "1.2.0",
  2878. "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.0.tgz",
  2879. "integrity": "sha512-hQF60nc9yab+Csi4AyoAmilGNfpXT+EXdBgFkP9OgPwIBPwyqVf7JAWPtmqrrrneTmAT6ojv7OlH1f6Ix5BG4Q==",
  2880. "dependencies": {
  2881. "@sigstore/bundle": "^2.3.1",
  2882. "@sigstore/core": "^1.1.0",
  2883. "@sigstore/protobuf-specs": "^0.3.1"
  2884. },
  2885. "engines": {
  2886. "node": "^16.14.0 || >=18.0.0"
  2887. }
  2888. },
  2889. "node_modules/@sindresorhus/merge-streams": {
  2890. "version": "2.3.0",
  2891. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2892. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2893. "engines": {
  2894. "node": ">=18"
  2895. },
  2896. "funding": {
  2897. "url": "https://github.com/sponsors/sindresorhus"
  2898. }
  2899. },
  2900. "node_modules/@trysound/sax": {
  2901. "version": "0.2.0",
  2902. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  2903. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2904. "engines": {
  2905. "node": ">=10.13.0"
  2906. }
  2907. },
  2908. "node_modules/@tufjs/canonical-json": {
  2909. "version": "2.0.0",
  2910. "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
  2911. "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
  2912. "engines": {
  2913. "node": "^16.14.0 || >=18.0.0"
  2914. }
  2915. },
  2916. "node_modules/@tufjs/models": {
  2917. "version": "2.0.1",
  2918. "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
  2919. "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
  2920. "dependencies": {
  2921. "@tufjs/canonical-json": "2.0.0",
  2922. "minimatch": "^9.0.4"
  2923. },
  2924. "engines": {
  2925. "node": "^16.14.0 || >=18.0.0"
  2926. }
  2927. },
  2928. "node_modules/@tufjs/models/node_modules/minimatch": {
  2929. "version": "9.0.4",
  2930. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  2931. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  2932. "dependencies": {
  2933. "brace-expansion": "^2.0.1"
  2934. },
  2935. "engines": {
  2936. "node": ">=16 || 14 >=14.17"
  2937. },
  2938. "funding": {
  2939. "url": "https://github.com/sponsors/isaacs"
  2940. }
  2941. },
  2942. "node_modules/@types/estree": {
  2943. "version": "1.0.5",
  2944. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  2945. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  2946. },
  2947. "node_modules/@types/http-proxy": {
  2948. "version": "1.17.14",
  2949. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
  2950. "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
  2951. "dependencies": {
  2952. "@types/node": "*"
  2953. }
  2954. },
  2955. "node_modules/@types/lodash": {
  2956. "version": "4.17.1",
  2957. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz",
  2958. "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q=="
  2959. },
  2960. "node_modules/@types/lodash-es": {
  2961. "version": "4.17.12",
  2962. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2963. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2964. "dependencies": {
  2965. "@types/lodash": "*"
  2966. }
  2967. },
  2968. "node_modules/@types/node": {
  2969. "version": "20.12.10",
  2970. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz",
  2971. "integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==",
  2972. "dependencies": {
  2973. "undici-types": "~5.26.4"
  2974. }
  2975. },
  2976. "node_modules/@types/resolve": {
  2977. "version": "1.20.2",
  2978. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  2979. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  2980. },
  2981. "node_modules/@types/web-bluetooth": {
  2982. "version": "0.0.20",
  2983. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  2984. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
  2985. },
  2986. "node_modules/@unhead/dom": {
  2987. "version": "1.9.10",
  2988. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.9.10.tgz",
  2989. "integrity": "sha512-F4sBrmd8kG8MEqcVTGL0Y6tXbJMdWK724pznUzefpZTs1GaVypFikLluaLt4EnICcVhOBSe4TkGrc8N21IJJzQ==",
  2990. "dependencies": {
  2991. "@unhead/schema": "1.9.10",
  2992. "@unhead/shared": "1.9.10"
  2993. },
  2994. "funding": {
  2995. "url": "https://github.com/sponsors/harlan-zw"
  2996. }
  2997. },
  2998. "node_modules/@unhead/schema": {
  2999. "version": "1.9.10",
  3000. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.10.tgz",
  3001. "integrity": "sha512-3ROh0doKfA7cIcU0zmjYVvNOiJuxSOcjInL+7iOFIxQovEWr1PcDnrnbEWGJsXrLA8eqjrjmhuDqAr3JbMGsLg==",
  3002. "dependencies": {
  3003. "hookable": "^5.5.3",
  3004. "zhead": "^2.2.4"
  3005. },
  3006. "funding": {
  3007. "url": "https://github.com/sponsors/harlan-zw"
  3008. }
  3009. },
  3010. "node_modules/@unhead/shared": {
  3011. "version": "1.9.10",
  3012. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.10.tgz",
  3013. "integrity": "sha512-LBXxm/8ahY4FZ0FbWVaM1ANFO5QpPzvaYwjAQhgHANsrqFP2EqoGcOv1CfhdQbxg8vpGXkjI7m0r/8E9d3JoDA==",
  3014. "dependencies": {
  3015. "@unhead/schema": "1.9.10"
  3016. },
  3017. "funding": {
  3018. "url": "https://github.com/sponsors/harlan-zw"
  3019. }
  3020. },
  3021. "node_modules/@unhead/ssr": {
  3022. "version": "1.9.10",
  3023. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.9.10.tgz",
  3024. "integrity": "sha512-4hy3uFrYGJd5h0jmCIC0vFBf5DDhbz+j6tkATTNIaLz5lR4ZdFT+ipwzR20GvnaOiGWiOhZF3yv9FTJQyX4jog==",
  3025. "dependencies": {
  3026. "@unhead/schema": "1.9.10",
  3027. "@unhead/shared": "1.9.10"
  3028. },
  3029. "funding": {
  3030. "url": "https://github.com/sponsors/harlan-zw"
  3031. }
  3032. },
  3033. "node_modules/@unhead/vue": {
  3034. "version": "1.9.10",
  3035. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.9.10.tgz",
  3036. "integrity": "sha512-Zi65eTU5IIaqqXAVOVJ4fnwJRR751FZIFlzYOjIekf1eNkISy+A4xyz3NIEQWSlXCrOiDNgDhT0YgKUcx5FfHQ==",
  3037. "dependencies": {
  3038. "@unhead/schema": "1.9.10",
  3039. "@unhead/shared": "1.9.10",
  3040. "hookable": "^5.5.3",
  3041. "unhead": "1.9.10"
  3042. },
  3043. "funding": {
  3044. "url": "https://github.com/sponsors/harlan-zw"
  3045. },
  3046. "peerDependencies": {
  3047. "vue": ">=2.7 || >=3"
  3048. }
  3049. },
  3050. "node_modules/@unocss/astro": {
  3051. "version": "0.59.4",
  3052. "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.59.4.tgz",
  3053. "integrity": "sha512-DU3OR5MMR1Uvvec4/wB9EetDASHRg19Moy6z/MiIhn8JWJ0QzWYgSeJcfUX8exomMYv6WUEQJL+CyLI34Wmn8w==",
  3054. "peer": true,
  3055. "dependencies": {
  3056. "@unocss/core": "0.59.4",
  3057. "@unocss/reset": "0.59.4",
  3058. "@unocss/vite": "0.59.4"
  3059. },
  3060. "funding": {
  3061. "url": "https://github.com/sponsors/antfu"
  3062. },
  3063. "peerDependencies": {
  3064. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  3065. },
  3066. "peerDependenciesMeta": {
  3067. "vite": {
  3068. "optional": true
  3069. }
  3070. }
  3071. },
  3072. "node_modules/@unocss/cli": {
  3073. "version": "0.59.4",
  3074. "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.59.4.tgz",
  3075. "integrity": "sha512-TT+WKedSifhsRqnpoYD2LfyYipVzEbzIU4DDGIaDNeDxGXYOGpb876zzkPDcvZSpI37IJ/efkkV7PGYpPBcQBQ==",
  3076. "peer": true,
  3077. "dependencies": {
  3078. "@ampproject/remapping": "^2.3.0",
  3079. "@rollup/pluginutils": "^5.1.0",
  3080. "@unocss/config": "0.59.4",
  3081. "@unocss/core": "0.59.4",
  3082. "@unocss/preset-uno": "0.59.4",
  3083. "cac": "^6.7.14",
  3084. "chokidar": "^3.6.0",
  3085. "colorette": "^2.0.20",
  3086. "consola": "^3.2.3",
  3087. "fast-glob": "^3.3.2",
  3088. "magic-string": "^0.30.10",
  3089. "pathe": "^1.1.2",
  3090. "perfect-debounce": "^1.0.0"
  3091. },
  3092. "bin": {
  3093. "unocss": "bin/unocss.mjs"
  3094. },
  3095. "engines": {
  3096. "node": ">=14"
  3097. },
  3098. "funding": {
  3099. "url": "https://github.com/sponsors/antfu"
  3100. }
  3101. },
  3102. "node_modules/@unocss/config": {
  3103. "version": "0.59.4",
  3104. "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.59.4.tgz",
  3105. "integrity": "sha512-h3yhj+D5Ygn5R7gbK4wMrtXZX6FF5DF6YD517sSSb0XB3lxHD9PhhT4HaV1hpHknvu0cMFU3460M45+TN1TI0Q==",
  3106. "peer": true,
  3107. "dependencies": {
  3108. "@unocss/core": "0.59.4",
  3109. "unconfig": "^0.3.13"
  3110. },
  3111. "engines": {
  3112. "node": ">=14"
  3113. },
  3114. "funding": {
  3115. "url": "https://github.com/sponsors/antfu"
  3116. }
  3117. },
  3118. "node_modules/@unocss/core": {
  3119. "version": "0.59.4",
  3120. "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.59.4.tgz",
  3121. "integrity": "sha512-bBZ1sgcAtezQVZ1BST9IS3jqcsTLyqKNjiIf7FTnX3DHpfpYuMDFzSOtmkZDzBleOLO/CtcRWjT0HwTSQAmV0A==",
  3122. "peer": true,
  3123. "funding": {
  3124. "url": "https://github.com/sponsors/antfu"
  3125. }
  3126. },
  3127. "node_modules/@unocss/extractor-arbitrary-variants": {
  3128. "version": "0.59.4",
  3129. "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.59.4.tgz",
  3130. "integrity": "sha512-RDe4FgMGJQ+tp9GLvhPHni7Cc2O0lHBRMElVlN8LoXJAdODMICdbrEPGJlEfrc+7x/QgVFoR895KpYJh3hIgGA==",
  3131. "peer": true,
  3132. "dependencies": {
  3133. "@unocss/core": "0.59.4"
  3134. },
  3135. "funding": {
  3136. "url": "https://github.com/sponsors/antfu"
  3137. }
  3138. },
  3139. "node_modules/@unocss/inspector": {
  3140. "version": "0.59.4",
  3141. "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.59.4.tgz",
  3142. "integrity": "sha512-QczJFNDiggmekkJyNcbcZIUVwlhvxz7ZwjnSf0w7K4znxfjKkZ1hNUbqLviM1HumkTKOdT27VISW7saN/ysO4w==",
  3143. "peer": true,
  3144. "dependencies": {
  3145. "@unocss/core": "0.59.4",
  3146. "@unocss/rule-utils": "0.59.4",
  3147. "gzip-size": "^6.0.0",
  3148. "sirv": "^2.0.4"
  3149. },
  3150. "funding": {
  3151. "url": "https://github.com/sponsors/antfu"
  3152. }
  3153. },
  3154. "node_modules/@unocss/inspector/node_modules/gzip-size": {
  3155. "version": "6.0.0",
  3156. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  3157. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  3158. "peer": true,
  3159. "dependencies": {
  3160. "duplexer": "^0.1.2"
  3161. },
  3162. "engines": {
  3163. "node": ">=10"
  3164. },
  3165. "funding": {
  3166. "url": "https://github.com/sponsors/sindresorhus"
  3167. }
  3168. },
  3169. "node_modules/@unocss/postcss": {
  3170. "version": "0.59.4",
  3171. "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.59.4.tgz",
  3172. "integrity": "sha512-KVz+AD7McHKp7VEWHbFahhyyVEo0oP/e1vnuNSuPlHthe+1V2zfH6lps+iJcvfL2072r5J+0PvD/1kOp5ryUSg==",
  3173. "peer": true,
  3174. "dependencies": {
  3175. "@unocss/config": "0.59.4",
  3176. "@unocss/core": "0.59.4",
  3177. "@unocss/rule-utils": "0.59.4",
  3178. "css-tree": "^2.3.1",
  3179. "fast-glob": "^3.3.2",
  3180. "magic-string": "^0.30.10",
  3181. "postcss": "^8.4.38"
  3182. },
  3183. "engines": {
  3184. "node": ">=14"
  3185. },
  3186. "funding": {
  3187. "url": "https://github.com/sponsors/antfu"
  3188. },
  3189. "peerDependencies": {
  3190. "postcss": "^8.4.21"
  3191. }
  3192. },
  3193. "node_modules/@unocss/preset-attributify": {
  3194. "version": "0.59.4",
  3195. "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.59.4.tgz",
  3196. "integrity": "sha512-BeogWuYaIakC1gmOZFFCjFVWmu/m3AqEX8UYQS6tY6lAaK2L4Qf4AstYBlT2zAMxy9LNxPDxFQrvfSfFk5Klsg==",
  3197. "peer": true,
  3198. "dependencies": {
  3199. "@unocss/core": "0.59.4"
  3200. },
  3201. "funding": {
  3202. "url": "https://github.com/sponsors/antfu"
  3203. }
  3204. },
  3205. "node_modules/@unocss/preset-icons": {
  3206. "version": "0.59.4",
  3207. "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.59.4.tgz",
  3208. "integrity": "sha512-Afjwh5oC4KRE8TNZDUkRK6hvvV1wKLrS1e5trniE0B0AM9HK3PBolQaIU7QmzPv6WQrog+MZgIwafg1eqsPUCA==",
  3209. "peer": true,
  3210. "dependencies": {
  3211. "@iconify/utils": "^2.1.23",
  3212. "@unocss/core": "0.59.4",
  3213. "ofetch": "^1.3.4"
  3214. },
  3215. "funding": {
  3216. "url": "https://github.com/sponsors/antfu"
  3217. }
  3218. },
  3219. "node_modules/@unocss/preset-mini": {
  3220. "version": "0.59.4",
  3221. "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.59.4.tgz",
  3222. "integrity": "sha512-ZLywGrXi1OCr4My5vX2rLUb5Xgx6ufR9WTQOvpQJGBdIV/jnZn/pyE5avCs476SnOq2K172lnd8mFmTK7/zArA==",
  3223. "peer": true,
  3224. "dependencies": {
  3225. "@unocss/core": "0.59.4",
  3226. "@unocss/extractor-arbitrary-variants": "0.59.4",
  3227. "@unocss/rule-utils": "0.59.4"
  3228. },
  3229. "funding": {
  3230. "url": "https://github.com/sponsors/antfu"
  3231. }
  3232. },
  3233. "node_modules/@unocss/preset-tagify": {
  3234. "version": "0.59.4",
  3235. "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.59.4.tgz",
  3236. "integrity": "sha512-vWMdTUoghOSmTbdmZtERssffmdUdOuhh4vUdl0R8Kv6KxB0PkvEFCu2FItn97nRJdSPlZSFxxDkaOIg9w+STNQ==",
  3237. "peer": true,
  3238. "dependencies": {
  3239. "@unocss/core": "0.59.4"
  3240. },
  3241. "funding": {
  3242. "url": "https://github.com/sponsors/antfu"
  3243. }
  3244. },
  3245. "node_modules/@unocss/preset-typography": {
  3246. "version": "0.59.4",
  3247. "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.59.4.tgz",
  3248. "integrity": "sha512-ZX9bxZUqlXK1qEDzO5lkK96ICt9itR/oNyn/7mMc1JPqwj263LumQMn5silocgzoLSUXEeq//L6GylqYjkL8GA==",
  3249. "peer": true,
  3250. "dependencies": {
  3251. "@unocss/core": "0.59.4",
  3252. "@unocss/preset-mini": "0.59.4"
  3253. }
  3254. },
  3255. "node_modules/@unocss/preset-uno": {
  3256. "version": "0.59.4",
  3257. "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.59.4.tgz",
  3258. "integrity": "sha512-G1f8ZluplvXZ3bERj+sM/8zzY//XD++nNOlAQNKOANSVht3qEoJebrfEiMClNpA5qW5VWOZhEhPkh0M7GsXtnA==",
  3259. "peer": true,
  3260. "dependencies": {
  3261. "@unocss/core": "0.59.4",
  3262. "@unocss/preset-mini": "0.59.4",
  3263. "@unocss/preset-wind": "0.59.4",
  3264. "@unocss/rule-utils": "0.59.4"
  3265. },
  3266. "funding": {
  3267. "url": "https://github.com/sponsors/antfu"
  3268. }
  3269. },
  3270. "node_modules/@unocss/preset-web-fonts": {
  3271. "version": "0.59.4",
  3272. "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.59.4.tgz",
  3273. "integrity": "sha512-ehutTjKHnf2KPmdatN42N9a8+y+glKSU3UlcBRNsVIIXVIlaBQuPVGZSPhnMtrKD17IgWylXq2K6RJK+ab0hZA==",
  3274. "peer": true,
  3275. "dependencies": {
  3276. "@unocss/core": "0.59.4",
  3277. "ofetch": "^1.3.4"
  3278. },
  3279. "funding": {
  3280. "url": "https://github.com/sponsors/antfu"
  3281. }
  3282. },
  3283. "node_modules/@unocss/preset-wind": {
  3284. "version": "0.59.4",
  3285. "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.59.4.tgz",
  3286. "integrity": "sha512-CNX6w0ZpSQg/i1oF0/WKWzto8PtLqoknC5h8JmmcGb7VsyBQeV0oNnhbURxpbuMEhbv1MWVIGvk8a+P6y0rFkQ==",
  3287. "peer": true,
  3288. "dependencies": {
  3289. "@unocss/core": "0.59.4",
  3290. "@unocss/preset-mini": "0.59.4",
  3291. "@unocss/rule-utils": "0.59.4"
  3292. },
  3293. "funding": {
  3294. "url": "https://github.com/sponsors/antfu"
  3295. }
  3296. },
  3297. "node_modules/@unocss/reset": {
  3298. "version": "0.59.4",
  3299. "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.59.4.tgz",
  3300. "integrity": "sha512-Upy4xzdWl4RChbLAXBq1BoR4WqxXMoIfjvtcwSZcZK2sylXCFAseSWnyzJFdSiXPqNfmMuNgPXgiSxiQB+cmNA==",
  3301. "peer": true,
  3302. "funding": {
  3303. "url": "https://github.com/sponsors/antfu"
  3304. }
  3305. },
  3306. "node_modules/@unocss/rule-utils": {
  3307. "version": "0.59.4",
  3308. "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.59.4.tgz",
  3309. "integrity": "sha512-1qoLJlBWAkS4D4sg73990S1MT7E8E5md/YhopKjTQuEC9SyeVmEg+5pR/Xd8xhPKMqbcuBPl/DS8b6l/GQO56A==",
  3310. "peer": true,
  3311. "dependencies": {
  3312. "@unocss/core": "^0.59.4",
  3313. "magic-string": "^0.30.10"
  3314. },
  3315. "engines": {
  3316. "node": ">=14"
  3317. },
  3318. "funding": {
  3319. "url": "https://github.com/sponsors/antfu"
  3320. }
  3321. },
  3322. "node_modules/@unocss/scope": {
  3323. "version": "0.59.4",
  3324. "resolved": "https://registry.npmjs.org/@unocss/scope/-/scope-0.59.4.tgz",
  3325. "integrity": "sha512-wBQJ39kw4Tfj4km7AoGvSIobPKVnRZVsgc0bema5Y0PL3g1NeVQ/LopBI2zEJWdpxGXUWxSDsXm7BZo6qVlD/A==",
  3326. "peer": true
  3327. },
  3328. "node_modules/@unocss/transformer-attributify-jsx": {
  3329. "version": "0.59.4",
  3330. "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.59.4.tgz",
  3331. "integrity": "sha512-m4b83utzKMfUQH/45V2QkjJoXd8Tu2pRP1nic91Xf7QRceyKDD+BxoTneo2JNC2K274cQu7HqqotnCm2aFfEGw==",
  3332. "peer": true,
  3333. "dependencies": {
  3334. "@unocss/core": "0.59.4"
  3335. },
  3336. "funding": {
  3337. "url": "https://github.com/sponsors/antfu"
  3338. }
  3339. },
  3340. "node_modules/@unocss/transformer-attributify-jsx-babel": {
  3341. "version": "0.59.4",
  3342. "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.59.4.tgz",
  3343. "integrity": "sha512-xtCRSgeTaDBiNJLVX7oOSFe63JiFB5nrdK23PHn3IlZM9O7Bxx4ZxI3MQJtFZFQNE+INFko+DVyY1WiFEm1p/Q==",
  3344. "peer": true,
  3345. "dependencies": {
  3346. "@babel/core": "^7.24.4",
  3347. "@babel/plugin-syntax-jsx": "^7.24.1",
  3348. "@babel/preset-typescript": "^7.24.1",
  3349. "@unocss/core": "0.59.4"
  3350. },
  3351. "funding": {
  3352. "url": "https://github.com/sponsors/antfu"
  3353. }
  3354. },
  3355. "node_modules/@unocss/transformer-compile-class": {
  3356. "version": "0.59.4",
  3357. "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.59.4.tgz",
  3358. "integrity": "sha512-Vgk2OCLPW0pU+Uzr1IgDtHVspSBb+gPrQFkV+5gxHk9ZdKi3oYKxLuufVWYDSwv7o9yfQGbYrMH9YLsjRsnA7Q==",
  3359. "peer": true,
  3360. "dependencies": {
  3361. "@unocss/core": "0.59.4"
  3362. },
  3363. "funding": {
  3364. "url": "https://github.com/sponsors/antfu"
  3365. }
  3366. },
  3367. "node_modules/@unocss/transformer-directives": {
  3368. "version": "0.59.4",
  3369. "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.59.4.tgz",
  3370. "integrity": "sha512-nXUTEclUbs0vQ4KfLhKt4J/5SLSEq1az2FNlJmiXMmqmn75X89OrtCu2OJu9sGXhn+YyBApxgcSSdxmtpqMi1Q==",
  3371. "peer": true,
  3372. "dependencies": {
  3373. "@unocss/core": "0.59.4",
  3374. "@unocss/rule-utils": "0.59.4",
  3375. "css-tree": "^2.3.1"
  3376. }
  3377. },
  3378. "node_modules/@unocss/transformer-variant-group": {
  3379. "version": "0.59.4",
  3380. "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.59.4.tgz",
  3381. "integrity": "sha512-9XLixxn1NRgP62Kj4R/NC/rpqhql5F2s6ulJ8CAMTEbd/NylVhEANluPGDVUGcLJ4cj6E02hFa8C1PLGSm7/xw==",
  3382. "peer": true,
  3383. "dependencies": {
  3384. "@unocss/core": "0.59.4"
  3385. },
  3386. "funding": {
  3387. "url": "https://github.com/sponsors/antfu"
  3388. }
  3389. },
  3390. "node_modules/@unocss/vite": {
  3391. "version": "0.59.4",
  3392. "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.59.4.tgz",
  3393. "integrity": "sha512-q7GN7vkQYn79n7vYIUlaa7gXGwc7pk0Qo3z3ZFwWGE43/DtZnn2Hwl5UjgBAgi9McA+xqHJEHRsJnI7HJPHUYA==",
  3394. "peer": true,
  3395. "dependencies": {
  3396. "@ampproject/remapping": "^2.3.0",
  3397. "@rollup/pluginutils": "^5.1.0",
  3398. "@unocss/config": "0.59.4",
  3399. "@unocss/core": "0.59.4",
  3400. "@unocss/inspector": "0.59.4",
  3401. "@unocss/scope": "0.59.4",
  3402. "@unocss/transformer-directives": "0.59.4",
  3403. "chokidar": "^3.6.0",
  3404. "fast-glob": "^3.3.2",
  3405. "magic-string": "^0.30.10"
  3406. },
  3407. "funding": {
  3408. "url": "https://github.com/sponsors/antfu"
  3409. },
  3410. "peerDependencies": {
  3411. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  3412. }
  3413. },
  3414. "node_modules/@vercel/nft": {
  3415. "version": "0.26.4",
  3416. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.4.tgz",
  3417. "integrity": "sha512-j4jCOOXke2t8cHZCIxu1dzKLHLcFmYzC3yqAK6MfZznOL1QIJKd0xcFsXK3zcqzU7ScsE2zWkiMMNHGMHgp+FA==",
  3418. "dependencies": {
  3419. "@mapbox/node-pre-gyp": "^1.0.5",
  3420. "@rollup/pluginutils": "^4.0.0",
  3421. "acorn": "^8.6.0",
  3422. "acorn-import-attributes": "^1.9.2",
  3423. "async-sema": "^3.1.1",
  3424. "bindings": "^1.4.0",
  3425. "estree-walker": "2.0.2",
  3426. "glob": "^7.1.3",
  3427. "graceful-fs": "^4.2.9",
  3428. "micromatch": "^4.0.2",
  3429. "node-gyp-build": "^4.2.2",
  3430. "resolve-from": "^5.0.0"
  3431. },
  3432. "bin": {
  3433. "nft": "out/cli.js"
  3434. },
  3435. "engines": {
  3436. "node": ">=16"
  3437. }
  3438. },
  3439. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  3440. "version": "4.2.1",
  3441. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  3442. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  3443. "dependencies": {
  3444. "estree-walker": "^2.0.1",
  3445. "picomatch": "^2.2.2"
  3446. },
  3447. "engines": {
  3448. "node": ">= 8.0.0"
  3449. }
  3450. },
  3451. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  3452. "version": "1.1.11",
  3453. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3454. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3455. "dependencies": {
  3456. "balanced-match": "^1.0.0",
  3457. "concat-map": "0.0.1"
  3458. }
  3459. },
  3460. "node_modules/@vercel/nft/node_modules/estree-walker": {
  3461. "version": "2.0.2",
  3462. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3463. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3464. },
  3465. "node_modules/@vercel/nft/node_modules/glob": {
  3466. "version": "7.2.3",
  3467. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3468. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3469. "dependencies": {
  3470. "fs.realpath": "^1.0.0",
  3471. "inflight": "^1.0.4",
  3472. "inherits": "2",
  3473. "minimatch": "^3.1.1",
  3474. "once": "^1.3.0",
  3475. "path-is-absolute": "^1.0.0"
  3476. },
  3477. "engines": {
  3478. "node": "*"
  3479. },
  3480. "funding": {
  3481. "url": "https://github.com/sponsors/isaacs"
  3482. }
  3483. },
  3484. "node_modules/@vercel/nft/node_modules/minimatch": {
  3485. "version": "3.1.2",
  3486. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3487. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3488. "dependencies": {
  3489. "brace-expansion": "^1.1.7"
  3490. },
  3491. "engines": {
  3492. "node": "*"
  3493. }
  3494. },
  3495. "node_modules/@vitejs/plugin-vue": {
  3496. "version": "5.0.4",
  3497. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz",
  3498. "integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==",
  3499. "engines": {
  3500. "node": "^18.0.0 || >=20.0.0"
  3501. },
  3502. "peerDependencies": {
  3503. "vite": "^5.0.0",
  3504. "vue": "^3.2.25"
  3505. }
  3506. },
  3507. "node_modules/@vitejs/plugin-vue-jsx": {
  3508. "version": "3.1.0",
  3509. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz",
  3510. "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==",
  3511. "dependencies": {
  3512. "@babel/core": "^7.23.3",
  3513. "@babel/plugin-transform-typescript": "^7.23.3",
  3514. "@vue/babel-plugin-jsx": "^1.1.5"
  3515. },
  3516. "engines": {
  3517. "node": "^14.18.0 || >=16.0.0"
  3518. },
  3519. "peerDependencies": {
  3520. "vite": "^4.0.0 || ^5.0.0",
  3521. "vue": "^3.0.0"
  3522. }
  3523. },
  3524. "node_modules/@vue-macros/common": {
  3525. "version": "1.10.3",
  3526. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.10.3.tgz",
  3527. "integrity": "sha512-YSgzcbXrRo8a/TF/YIguqEmTld1KA60VETKJG8iFuaAfj7j+Tbdin3cj7/cYbcCHORSq1v9IThgq7r8keH7LXQ==",
  3528. "dependencies": {
  3529. "@babel/types": "^7.24.0",
  3530. "@rollup/pluginutils": "^5.1.0",
  3531. "@vue/compiler-sfc": "^3.4.25",
  3532. "ast-kit": "^0.12.1",
  3533. "local-pkg": "^0.5.0",
  3534. "magic-string-ast": "^0.5.0"
  3535. },
  3536. "engines": {
  3537. "node": ">=16.14.0"
  3538. },
  3539. "peerDependencies": {
  3540. "vue": "^2.7.0 || ^3.2.25"
  3541. },
  3542. "peerDependenciesMeta": {
  3543. "vue": {
  3544. "optional": true
  3545. }
  3546. }
  3547. },
  3548. "node_modules/@vue/babel-helper-vue-transform-on": {
  3549. "version": "1.2.2",
  3550. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz",
  3551. "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw=="
  3552. },
  3553. "node_modules/@vue/babel-plugin-jsx": {
  3554. "version": "1.2.2",
  3555. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz",
  3556. "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==",
  3557. "dependencies": {
  3558. "@babel/helper-module-imports": "~7.22.15",
  3559. "@babel/helper-plugin-utils": "^7.22.5",
  3560. "@babel/plugin-syntax-jsx": "^7.23.3",
  3561. "@babel/template": "^7.23.9",
  3562. "@babel/traverse": "^7.23.9",
  3563. "@babel/types": "^7.23.9",
  3564. "@vue/babel-helper-vue-transform-on": "1.2.2",
  3565. "@vue/babel-plugin-resolve-type": "1.2.2",
  3566. "camelcase": "^6.3.0",
  3567. "html-tags": "^3.3.1",
  3568. "svg-tags": "^1.0.0"
  3569. },
  3570. "peerDependencies": {
  3571. "@babel/core": "^7.0.0-0"
  3572. },
  3573. "peerDependenciesMeta": {
  3574. "@babel/core": {
  3575. "optional": true
  3576. }
  3577. }
  3578. },
  3579. "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/helper-module-imports": {
  3580. "version": "7.22.15",
  3581. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  3582. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  3583. "dependencies": {
  3584. "@babel/types": "^7.22.15"
  3585. },
  3586. "engines": {
  3587. "node": ">=6.9.0"
  3588. }
  3589. },
  3590. "node_modules/@vue/babel-plugin-resolve-type": {
  3591. "version": "1.2.2",
  3592. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz",
  3593. "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==",
  3594. "dependencies": {
  3595. "@babel/code-frame": "^7.23.5",
  3596. "@babel/helper-module-imports": "~7.22.15",
  3597. "@babel/helper-plugin-utils": "^7.22.5",
  3598. "@babel/parser": "^7.23.9",
  3599. "@vue/compiler-sfc": "^3.4.15"
  3600. },
  3601. "peerDependencies": {
  3602. "@babel/core": "^7.0.0-0"
  3603. }
  3604. },
  3605. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/helper-module-imports": {
  3606. "version": "7.22.15",
  3607. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  3608. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  3609. "dependencies": {
  3610. "@babel/types": "^7.22.15"
  3611. },
  3612. "engines": {
  3613. "node": ">=6.9.0"
  3614. }
  3615. },
  3616. "node_modules/@vue/compiler-core": {
  3617. "version": "3.4.27",
  3618. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.27.tgz",
  3619. "integrity": "sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==",
  3620. "dependencies": {
  3621. "@babel/parser": "^7.24.4",
  3622. "@vue/shared": "3.4.27",
  3623. "entities": "^4.5.0",
  3624. "estree-walker": "^2.0.2",
  3625. "source-map-js": "^1.2.0"
  3626. }
  3627. },
  3628. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  3629. "version": "2.0.2",
  3630. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3631. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3632. },
  3633. "node_modules/@vue/compiler-dom": {
  3634. "version": "3.4.27",
  3635. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.27.tgz",
  3636. "integrity": "sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==",
  3637. "dependencies": {
  3638. "@vue/compiler-core": "3.4.27",
  3639. "@vue/shared": "3.4.27"
  3640. }
  3641. },
  3642. "node_modules/@vue/compiler-sfc": {
  3643. "version": "3.4.27",
  3644. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.27.tgz",
  3645. "integrity": "sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==",
  3646. "dependencies": {
  3647. "@babel/parser": "^7.24.4",
  3648. "@vue/compiler-core": "3.4.27",
  3649. "@vue/compiler-dom": "3.4.27",
  3650. "@vue/compiler-ssr": "3.4.27",
  3651. "@vue/shared": "3.4.27",
  3652. "estree-walker": "^2.0.2",
  3653. "magic-string": "^0.30.10",
  3654. "postcss": "^8.4.38",
  3655. "source-map-js": "^1.2.0"
  3656. }
  3657. },
  3658. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  3659. "version": "2.0.2",
  3660. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3661. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3662. },
  3663. "node_modules/@vue/compiler-ssr": {
  3664. "version": "3.4.27",
  3665. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.27.tgz",
  3666. "integrity": "sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==",
  3667. "dependencies": {
  3668. "@vue/compiler-dom": "3.4.27",
  3669. "@vue/shared": "3.4.27"
  3670. }
  3671. },
  3672. "node_modules/@vue/devtools-api": {
  3673. "version": "6.6.1",
  3674. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz",
  3675. "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA=="
  3676. },
  3677. "node_modules/@vue/devtools-applet": {
  3678. "version": "7.1.3",
  3679. "resolved": "https://registry.npmjs.org/@vue/devtools-applet/-/devtools-applet-7.1.3.tgz",
  3680. "integrity": "sha512-525h17FzUF7ssko/U+yeP5jv0HaGm3eI4dVqncWPRCLTDtOy1V+srjoxYqr5qnzx6AdIU2icPQF2KNomd9FGZw==",
  3681. "dependencies": {
  3682. "@vue/devtools-core": "^7.1.3",
  3683. "@vue/devtools-kit": "^7.1.3",
  3684. "@vue/devtools-shared": "^7.1.3",
  3685. "@vue/devtools-ui": "^7.1.3",
  3686. "lodash-es": "^4.17.21",
  3687. "perfect-debounce": "^1.0.0",
  3688. "shiki": "1.3.0",
  3689. "splitpanes": "^3.1.5",
  3690. "vue-virtual-scroller": "2.0.0-beta.8"
  3691. },
  3692. "peerDependencies": {
  3693. "vue": "^3.0.0"
  3694. }
  3695. },
  3696. "node_modules/@vue/devtools-core": {
  3697. "version": "7.1.3",
  3698. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.1.3.tgz",
  3699. "integrity": "sha512-pVbWi8pf2Z/fZPioYOIgu+cv9pQG55k4D8bL31ec+Wfe+pQR0ImFDu0OhHfch1Ra8uvLLrAZTF4IKeGAkmzD4A==",
  3700. "dependencies": {
  3701. "@vue/devtools-kit": "^7.1.3",
  3702. "@vue/devtools-shared": "^7.1.3",
  3703. "mitt": "^3.0.1",
  3704. "nanoid": "^3.3.4",
  3705. "pathe": "^1.1.2",
  3706. "vite-hot-client": "^0.2.3"
  3707. }
  3708. },
  3709. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  3710. "version": "3.3.7",
  3711. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  3712. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  3713. "funding": [
  3714. {
  3715. "type": "github",
  3716. "url": "https://github.com/sponsors/ai"
  3717. }
  3718. ],
  3719. "bin": {
  3720. "nanoid": "bin/nanoid.cjs"
  3721. },
  3722. "engines": {
  3723. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3724. }
  3725. },
  3726. "node_modules/@vue/devtools-kit": {
  3727. "version": "7.1.3",
  3728. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.1.3.tgz",
  3729. "integrity": "sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==",
  3730. "dependencies": {
  3731. "@vue/devtools-shared": "^7.1.3",
  3732. "hookable": "^5.5.3",
  3733. "mitt": "^3.0.1",
  3734. "perfect-debounce": "^1.0.0",
  3735. "speakingurl": "^14.0.1"
  3736. },
  3737. "peerDependencies": {
  3738. "vue": "^3.0.0"
  3739. }
  3740. },
  3741. "node_modules/@vue/devtools-shared": {
  3742. "version": "7.1.3",
  3743. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.1.3.tgz",
  3744. "integrity": "sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==",
  3745. "dependencies": {
  3746. "rfdc": "^1.3.1"
  3747. }
  3748. },
  3749. "node_modules/@vue/devtools-ui": {
  3750. "version": "7.1.3",
  3751. "resolved": "https://registry.npmjs.org/@vue/devtools-ui/-/devtools-ui-7.1.3.tgz",
  3752. "integrity": "sha512-gO2EV3T0wO+HK884+m6UgTEirNOuf+k8U4PcR0vIYA97/A9nTzv9HheCRyFMiHMePYxnlBOsgD7K2fp1/M+EWA==",
  3753. "dependencies": {
  3754. "@vue/devtools-shared": "7.1.3",
  3755. "@vueuse/components": "^10.9.0",
  3756. "@vueuse/core": "^10.9.0",
  3757. "@vueuse/integrations": "^10.9.0",
  3758. "colord": "^2.9.3",
  3759. "focus-trap": "^7.5.4"
  3760. },
  3761. "peerDependencies": {
  3762. "@unocss/reset": ">=0.50.0-0",
  3763. "floating-vue": ">=2.0.0-0",
  3764. "unocss": ">=0.50.0-0",
  3765. "vue": ">=3.0.0-0"
  3766. }
  3767. },
  3768. "node_modules/@vue/reactivity": {
  3769. "version": "3.4.27",
  3770. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.27.tgz",
  3771. "integrity": "sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==",
  3772. "dependencies": {
  3773. "@vue/shared": "3.4.27"
  3774. }
  3775. },
  3776. "node_modules/@vue/runtime-core": {
  3777. "version": "3.4.27",
  3778. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.27.tgz",
  3779. "integrity": "sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==",
  3780. "dependencies": {
  3781. "@vue/reactivity": "3.4.27",
  3782. "@vue/shared": "3.4.27"
  3783. }
  3784. },
  3785. "node_modules/@vue/runtime-dom": {
  3786. "version": "3.4.27",
  3787. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.27.tgz",
  3788. "integrity": "sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==",
  3789. "dependencies": {
  3790. "@vue/runtime-core": "3.4.27",
  3791. "@vue/shared": "3.4.27",
  3792. "csstype": "^3.1.3"
  3793. }
  3794. },
  3795. "node_modules/@vue/server-renderer": {
  3796. "version": "3.4.27",
  3797. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.27.tgz",
  3798. "integrity": "sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==",
  3799. "dependencies": {
  3800. "@vue/compiler-ssr": "3.4.27",
  3801. "@vue/shared": "3.4.27"
  3802. },
  3803. "peerDependencies": {
  3804. "vue": "3.4.27"
  3805. }
  3806. },
  3807. "node_modules/@vue/shared": {
  3808. "version": "3.4.27",
  3809. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.27.tgz",
  3810. "integrity": "sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA=="
  3811. },
  3812. "node_modules/@vueuse/components": {
  3813. "version": "10.9.0",
  3814. "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-10.9.0.tgz",
  3815. "integrity": "sha512-BHQpA0yIi3y7zKa1gYD0FUzLLkcRTqVhP8smnvsCK6GFpd94Nziq1XVPD7YpFeho0k5BzbBiNZF7V/DpkJ967A==",
  3816. "dependencies": {
  3817. "@vueuse/core": "10.9.0",
  3818. "@vueuse/shared": "10.9.0",
  3819. "vue-demi": ">=0.14.7"
  3820. }
  3821. },
  3822. "node_modules/@vueuse/components/node_modules/vue-demi": {
  3823. "version": "0.14.7",
  3824. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3825. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3826. "hasInstallScript": true,
  3827. "bin": {
  3828. "vue-demi-fix": "bin/vue-demi-fix.js",
  3829. "vue-demi-switch": "bin/vue-demi-switch.js"
  3830. },
  3831. "engines": {
  3832. "node": ">=12"
  3833. },
  3834. "funding": {
  3835. "url": "https://github.com/sponsors/antfu"
  3836. },
  3837. "peerDependencies": {
  3838. "@vue/composition-api": "^1.0.0-rc.1",
  3839. "vue": "^3.0.0-0 || ^2.6.0"
  3840. },
  3841. "peerDependenciesMeta": {
  3842. "@vue/composition-api": {
  3843. "optional": true
  3844. }
  3845. }
  3846. },
  3847. "node_modules/@vueuse/core": {
  3848. "version": "10.9.0",
  3849. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.9.0.tgz",
  3850. "integrity": "sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==",
  3851. "dependencies": {
  3852. "@types/web-bluetooth": "^0.0.20",
  3853. "@vueuse/metadata": "10.9.0",
  3854. "@vueuse/shared": "10.9.0",
  3855. "vue-demi": ">=0.14.7"
  3856. },
  3857. "funding": {
  3858. "url": "https://github.com/sponsors/antfu"
  3859. }
  3860. },
  3861. "node_modules/@vueuse/core/node_modules/vue-demi": {
  3862. "version": "0.14.7",
  3863. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3864. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3865. "hasInstallScript": true,
  3866. "bin": {
  3867. "vue-demi-fix": "bin/vue-demi-fix.js",
  3868. "vue-demi-switch": "bin/vue-demi-switch.js"
  3869. },
  3870. "engines": {
  3871. "node": ">=12"
  3872. },
  3873. "funding": {
  3874. "url": "https://github.com/sponsors/antfu"
  3875. },
  3876. "peerDependencies": {
  3877. "@vue/composition-api": "^1.0.0-rc.1",
  3878. "vue": "^3.0.0-0 || ^2.6.0"
  3879. },
  3880. "peerDependenciesMeta": {
  3881. "@vue/composition-api": {
  3882. "optional": true
  3883. }
  3884. }
  3885. },
  3886. "node_modules/@vueuse/integrations": {
  3887. "version": "10.9.0",
  3888. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-10.9.0.tgz",
  3889. "integrity": "sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==",
  3890. "dependencies": {
  3891. "@vueuse/core": "10.9.0",
  3892. "@vueuse/shared": "10.9.0",
  3893. "vue-demi": ">=0.14.7"
  3894. },
  3895. "funding": {
  3896. "url": "https://github.com/sponsors/antfu"
  3897. },
  3898. "peerDependencies": {
  3899. "async-validator": "*",
  3900. "axios": "*",
  3901. "change-case": "*",
  3902. "drauu": "*",
  3903. "focus-trap": "*",
  3904. "fuse.js": "*",
  3905. "idb-keyval": "*",
  3906. "jwt-decode": "*",
  3907. "nprogress": "*",
  3908. "qrcode": "*",
  3909. "sortablejs": "*",
  3910. "universal-cookie": "*"
  3911. },
  3912. "peerDependenciesMeta": {
  3913. "async-validator": {
  3914. "optional": true
  3915. },
  3916. "axios": {
  3917. "optional": true
  3918. },
  3919. "change-case": {
  3920. "optional": true
  3921. },
  3922. "drauu": {
  3923. "optional": true
  3924. },
  3925. "focus-trap": {
  3926. "optional": true
  3927. },
  3928. "fuse.js": {
  3929. "optional": true
  3930. },
  3931. "idb-keyval": {
  3932. "optional": true
  3933. },
  3934. "jwt-decode": {
  3935. "optional": true
  3936. },
  3937. "nprogress": {
  3938. "optional": true
  3939. },
  3940. "qrcode": {
  3941. "optional": true
  3942. },
  3943. "sortablejs": {
  3944. "optional": true
  3945. },
  3946. "universal-cookie": {
  3947. "optional": true
  3948. }
  3949. }
  3950. },
  3951. "node_modules/@vueuse/integrations/node_modules/vue-demi": {
  3952. "version": "0.14.7",
  3953. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3954. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3955. "hasInstallScript": true,
  3956. "bin": {
  3957. "vue-demi-fix": "bin/vue-demi-fix.js",
  3958. "vue-demi-switch": "bin/vue-demi-switch.js"
  3959. },
  3960. "engines": {
  3961. "node": ">=12"
  3962. },
  3963. "funding": {
  3964. "url": "https://github.com/sponsors/antfu"
  3965. },
  3966. "peerDependencies": {
  3967. "@vue/composition-api": "^1.0.0-rc.1",
  3968. "vue": "^3.0.0-0 || ^2.6.0"
  3969. },
  3970. "peerDependenciesMeta": {
  3971. "@vue/composition-api": {
  3972. "optional": true
  3973. }
  3974. }
  3975. },
  3976. "node_modules/@vueuse/metadata": {
  3977. "version": "10.9.0",
  3978. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.9.0.tgz",
  3979. "integrity": "sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==",
  3980. "funding": {
  3981. "url": "https://github.com/sponsors/antfu"
  3982. }
  3983. },
  3984. "node_modules/@vueuse/shared": {
  3985. "version": "10.9.0",
  3986. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.9.0.tgz",
  3987. "integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==",
  3988. "dependencies": {
  3989. "vue-demi": ">=0.14.7"
  3990. },
  3991. "funding": {
  3992. "url": "https://github.com/sponsors/antfu"
  3993. }
  3994. },
  3995. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  3996. "version": "0.14.7",
  3997. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3998. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3999. "hasInstallScript": true,
  4000. "bin": {
  4001. "vue-demi-fix": "bin/vue-demi-fix.js",
  4002. "vue-demi-switch": "bin/vue-demi-switch.js"
  4003. },
  4004. "engines": {
  4005. "node": ">=12"
  4006. },
  4007. "funding": {
  4008. "url": "https://github.com/sponsors/antfu"
  4009. },
  4010. "peerDependencies": {
  4011. "@vue/composition-api": "^1.0.0-rc.1",
  4012. "vue": "^3.0.0-0 || ^2.6.0"
  4013. },
  4014. "peerDependenciesMeta": {
  4015. "@vue/composition-api": {
  4016. "optional": true
  4017. }
  4018. }
  4019. },
  4020. "node_modules/abbrev": {
  4021. "version": "1.1.1",
  4022. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  4023. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  4024. },
  4025. "node_modules/abort-controller": {
  4026. "version": "3.0.0",
  4027. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  4028. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  4029. "dependencies": {
  4030. "event-target-shim": "^5.0.0"
  4031. },
  4032. "engines": {
  4033. "node": ">=6.5"
  4034. }
  4035. },
  4036. "node_modules/acorn": {
  4037. "version": "8.11.3",
  4038. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
  4039. "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
  4040. "bin": {
  4041. "acorn": "bin/acorn"
  4042. },
  4043. "engines": {
  4044. "node": ">=0.4.0"
  4045. }
  4046. },
  4047. "node_modules/acorn-import-attributes": {
  4048. "version": "1.9.5",
  4049. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  4050. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  4051. "peerDependencies": {
  4052. "acorn": "^8"
  4053. }
  4054. },
  4055. "node_modules/agent-base": {
  4056. "version": "6.0.2",
  4057. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4058. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4059. "dependencies": {
  4060. "debug": "4"
  4061. },
  4062. "engines": {
  4063. "node": ">= 6.0.0"
  4064. }
  4065. },
  4066. "node_modules/aggregate-error": {
  4067. "version": "3.1.0",
  4068. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  4069. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  4070. "dependencies": {
  4071. "clean-stack": "^2.0.0",
  4072. "indent-string": "^4.0.0"
  4073. },
  4074. "engines": {
  4075. "node": ">=8"
  4076. }
  4077. },
  4078. "node_modules/ansi-colors": {
  4079. "version": "4.1.3",
  4080. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  4081. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  4082. "engines": {
  4083. "node": ">=6"
  4084. }
  4085. },
  4086. "node_modules/ansi-escapes": {
  4087. "version": "4.3.2",
  4088. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4089. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4090. "dependencies": {
  4091. "type-fest": "^0.21.3"
  4092. },
  4093. "engines": {
  4094. "node": ">=8"
  4095. },
  4096. "funding": {
  4097. "url": "https://github.com/sponsors/sindresorhus"
  4098. }
  4099. },
  4100. "node_modules/ansi-escapes/node_modules/type-fest": {
  4101. "version": "0.21.3",
  4102. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  4103. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  4104. "engines": {
  4105. "node": ">=10"
  4106. },
  4107. "funding": {
  4108. "url": "https://github.com/sponsors/sindresorhus"
  4109. }
  4110. },
  4111. "node_modules/ansi-regex": {
  4112. "version": "5.0.1",
  4113. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4114. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4115. "engines": {
  4116. "node": ">=8"
  4117. }
  4118. },
  4119. "node_modules/ansi-styles": {
  4120. "version": "3.2.1",
  4121. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4122. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4123. "dependencies": {
  4124. "color-convert": "^1.9.0"
  4125. },
  4126. "engines": {
  4127. "node": ">=4"
  4128. }
  4129. },
  4130. "node_modules/anymatch": {
  4131. "version": "3.1.3",
  4132. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4133. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4134. "dependencies": {
  4135. "normalize-path": "^3.0.0",
  4136. "picomatch": "^2.0.4"
  4137. },
  4138. "engines": {
  4139. "node": ">= 8"
  4140. }
  4141. },
  4142. "node_modules/aproba": {
  4143. "version": "2.0.0",
  4144. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  4145. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  4146. },
  4147. "node_modules/archiver": {
  4148. "version": "7.0.1",
  4149. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  4150. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  4151. "dependencies": {
  4152. "archiver-utils": "^5.0.2",
  4153. "async": "^3.2.4",
  4154. "buffer-crc32": "^1.0.0",
  4155. "readable-stream": "^4.0.0",
  4156. "readdir-glob": "^1.1.2",
  4157. "tar-stream": "^3.0.0",
  4158. "zip-stream": "^6.0.1"
  4159. },
  4160. "engines": {
  4161. "node": ">= 14"
  4162. }
  4163. },
  4164. "node_modules/archiver-utils": {
  4165. "version": "5.0.2",
  4166. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  4167. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  4168. "dependencies": {
  4169. "glob": "^10.0.0",
  4170. "graceful-fs": "^4.2.0",
  4171. "is-stream": "^2.0.1",
  4172. "lazystream": "^1.0.0",
  4173. "lodash": "^4.17.15",
  4174. "normalize-path": "^3.0.0",
  4175. "readable-stream": "^4.0.0"
  4176. },
  4177. "engines": {
  4178. "node": ">= 14"
  4179. }
  4180. },
  4181. "node_modules/archiver-utils/node_modules/glob": {
  4182. "version": "10.3.12",
  4183. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
  4184. "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
  4185. "dependencies": {
  4186. "foreground-child": "^3.1.0",
  4187. "jackspeak": "^2.3.6",
  4188. "minimatch": "^9.0.1",
  4189. "minipass": "^7.0.4",
  4190. "path-scurry": "^1.10.2"
  4191. },
  4192. "bin": {
  4193. "glob": "dist/esm/bin.mjs"
  4194. },
  4195. "engines": {
  4196. "node": ">=16 || 14 >=14.17"
  4197. },
  4198. "funding": {
  4199. "url": "https://github.com/sponsors/isaacs"
  4200. }
  4201. },
  4202. "node_modules/archiver-utils/node_modules/is-stream": {
  4203. "version": "2.0.1",
  4204. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  4205. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4206. "engines": {
  4207. "node": ">=8"
  4208. },
  4209. "funding": {
  4210. "url": "https://github.com/sponsors/sindresorhus"
  4211. }
  4212. },
  4213. "node_modules/archiver-utils/node_modules/minimatch": {
  4214. "version": "9.0.4",
  4215. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  4216. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  4217. "dependencies": {
  4218. "brace-expansion": "^2.0.1"
  4219. },
  4220. "engines": {
  4221. "node": ">=16 || 14 >=14.17"
  4222. },
  4223. "funding": {
  4224. "url": "https://github.com/sponsors/isaacs"
  4225. }
  4226. },
  4227. "node_modules/are-we-there-yet": {
  4228. "version": "2.0.0",
  4229. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  4230. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  4231. "dependencies": {
  4232. "delegates": "^1.0.0",
  4233. "readable-stream": "^3.6.0"
  4234. },
  4235. "engines": {
  4236. "node": ">=10"
  4237. }
  4238. },
  4239. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  4240. "version": "3.6.2",
  4241. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  4242. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  4243. "dependencies": {
  4244. "inherits": "^2.0.3",
  4245. "string_decoder": "^1.1.1",
  4246. "util-deprecate": "^1.0.1"
  4247. },
  4248. "engines": {
  4249. "node": ">= 6"
  4250. }
  4251. },
  4252. "node_modules/argparse": {
  4253. "version": "2.0.1",
  4254. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  4255. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  4256. },
  4257. "node_modules/ast-kit": {
  4258. "version": "0.12.1",
  4259. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.12.1.tgz",
  4260. "integrity": "sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==",
  4261. "dependencies": {
  4262. "@babel/parser": "^7.23.9",
  4263. "pathe": "^1.1.2"
  4264. },
  4265. "engines": {
  4266. "node": ">=16.14.0"
  4267. }
  4268. },
  4269. "node_modules/ast-walker-scope": {
  4270. "version": "0.5.0",
  4271. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.5.0.tgz",
  4272. "integrity": "sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==",
  4273. "dependencies": {
  4274. "@babel/parser": "^7.22.7",
  4275. "ast-kit": "^0.9.4"
  4276. },
  4277. "engines": {
  4278. "node": ">=16.14.0"
  4279. }
  4280. },
  4281. "node_modules/ast-walker-scope/node_modules/ast-kit": {
  4282. "version": "0.9.5",
  4283. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.9.5.tgz",
  4284. "integrity": "sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==",
  4285. "dependencies": {
  4286. "@babel/parser": "^7.22.7",
  4287. "@rollup/pluginutils": "^5.0.2",
  4288. "pathe": "^1.1.1"
  4289. },
  4290. "engines": {
  4291. "node": ">=16.14.0"
  4292. }
  4293. },
  4294. "node_modules/async": {
  4295. "version": "3.2.5",
  4296. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  4297. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  4298. },
  4299. "node_modules/async-sema": {
  4300. "version": "3.1.1",
  4301. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  4302. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  4303. },
  4304. "node_modules/async-validator": {
  4305. "version": "4.2.5",
  4306. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  4307. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg=="
  4308. },
  4309. "node_modules/autoprefixer": {
  4310. "version": "10.4.19",
  4311. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz",
  4312. "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
  4313. "funding": [
  4314. {
  4315. "type": "opencollective",
  4316. "url": "https://opencollective.com/postcss/"
  4317. },
  4318. {
  4319. "type": "tidelift",
  4320. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4321. },
  4322. {
  4323. "type": "github",
  4324. "url": "https://github.com/sponsors/ai"
  4325. }
  4326. ],
  4327. "dependencies": {
  4328. "browserslist": "^4.23.0",
  4329. "caniuse-lite": "^1.0.30001599",
  4330. "fraction.js": "^4.3.7",
  4331. "normalize-range": "^0.1.2",
  4332. "picocolors": "^1.0.0",
  4333. "postcss-value-parser": "^4.2.0"
  4334. },
  4335. "bin": {
  4336. "autoprefixer": "bin/autoprefixer"
  4337. },
  4338. "engines": {
  4339. "node": "^10 || ^12 || >=14"
  4340. },
  4341. "peerDependencies": {
  4342. "postcss": "^8.1.0"
  4343. }
  4344. },
  4345. "node_modules/b4a": {
  4346. "version": "1.6.6",
  4347. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
  4348. "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
  4349. },
  4350. "node_modules/balanced-match": {
  4351. "version": "1.0.2",
  4352. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4353. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4354. },
  4355. "node_modules/bare-events": {
  4356. "version": "2.2.2",
  4357. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
  4358. "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
  4359. "optional": true
  4360. },
  4361. "node_modules/base64-js": {
  4362. "version": "1.5.1",
  4363. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4364. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4365. "funding": [
  4366. {
  4367. "type": "github",
  4368. "url": "https://github.com/sponsors/feross"
  4369. },
  4370. {
  4371. "type": "patreon",
  4372. "url": "https://www.patreon.com/feross"
  4373. },
  4374. {
  4375. "type": "consulting",
  4376. "url": "https://feross.org/support"
  4377. }
  4378. ]
  4379. },
  4380. "node_modules/binary-extensions": {
  4381. "version": "2.3.0",
  4382. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  4383. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  4384. "engines": {
  4385. "node": ">=8"
  4386. },
  4387. "funding": {
  4388. "url": "https://github.com/sponsors/sindresorhus"
  4389. }
  4390. },
  4391. "node_modules/bindings": {
  4392. "version": "1.5.0",
  4393. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  4394. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  4395. "dependencies": {
  4396. "file-uri-to-path": "1.0.0"
  4397. }
  4398. },
  4399. "node_modules/birpc": {
  4400. "version": "0.2.17",
  4401. "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.17.tgz",
  4402. "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==",
  4403. "funding": {
  4404. "url": "https://github.com/sponsors/antfu"
  4405. }
  4406. },
  4407. "node_modules/boolbase": {
  4408. "version": "1.0.0",
  4409. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  4410. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  4411. },
  4412. "node_modules/brace-expansion": {
  4413. "version": "2.0.1",
  4414. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4415. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4416. "dependencies": {
  4417. "balanced-match": "^1.0.0"
  4418. }
  4419. },
  4420. "node_modules/braces": {
  4421. "version": "3.0.2",
  4422. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  4423. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  4424. "dependencies": {
  4425. "fill-range": "^7.0.1"
  4426. },
  4427. "engines": {
  4428. "node": ">=8"
  4429. }
  4430. },
  4431. "node_modules/browserslist": {
  4432. "version": "4.23.0",
  4433. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
  4434. "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
  4435. "funding": [
  4436. {
  4437. "type": "opencollective",
  4438. "url": "https://opencollective.com/browserslist"
  4439. },
  4440. {
  4441. "type": "tidelift",
  4442. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4443. },
  4444. {
  4445. "type": "github",
  4446. "url": "https://github.com/sponsors/ai"
  4447. }
  4448. ],
  4449. "dependencies": {
  4450. "caniuse-lite": "^1.0.30001587",
  4451. "electron-to-chromium": "^1.4.668",
  4452. "node-releases": "^2.0.14",
  4453. "update-browserslist-db": "^1.0.13"
  4454. },
  4455. "bin": {
  4456. "browserslist": "cli.js"
  4457. },
  4458. "engines": {
  4459. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4460. }
  4461. },
  4462. "node_modules/buffer": {
  4463. "version": "6.0.3",
  4464. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  4465. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  4466. "funding": [
  4467. {
  4468. "type": "github",
  4469. "url": "https://github.com/sponsors/feross"
  4470. },
  4471. {
  4472. "type": "patreon",
  4473. "url": "https://www.patreon.com/feross"
  4474. },
  4475. {
  4476. "type": "consulting",
  4477. "url": "https://feross.org/support"
  4478. }
  4479. ],
  4480. "dependencies": {
  4481. "base64-js": "^1.3.1",
  4482. "ieee754": "^1.2.1"
  4483. }
  4484. },
  4485. "node_modules/buffer-crc32": {
  4486. "version": "1.0.0",
  4487. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  4488. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  4489. "engines": {
  4490. "node": ">=8.0.0"
  4491. }
  4492. },
  4493. "node_modules/buffer-from": {
  4494. "version": "1.1.2",
  4495. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4496. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  4497. },
  4498. "node_modules/builtin-modules": {
  4499. "version": "3.3.0",
  4500. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  4501. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  4502. "engines": {
  4503. "node": ">=6"
  4504. },
  4505. "funding": {
  4506. "url": "https://github.com/sponsors/sindresorhus"
  4507. }
  4508. },
  4509. "node_modules/bundle-name": {
  4510. "version": "4.1.0",
  4511. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  4512. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  4513. "dependencies": {
  4514. "run-applescript": "^7.0.0"
  4515. },
  4516. "engines": {
  4517. "node": ">=18"
  4518. },
  4519. "funding": {
  4520. "url": "https://github.com/sponsors/sindresorhus"
  4521. }
  4522. },
  4523. "node_modules/c12": {
  4524. "version": "1.10.0",
  4525. "resolved": "https://registry.npmjs.org/c12/-/c12-1.10.0.tgz",
  4526. "integrity": "sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==",
  4527. "dependencies": {
  4528. "chokidar": "^3.6.0",
  4529. "confbox": "^0.1.3",
  4530. "defu": "^6.1.4",
  4531. "dotenv": "^16.4.5",
  4532. "giget": "^1.2.1",
  4533. "jiti": "^1.21.0",
  4534. "mlly": "^1.6.1",
  4535. "ohash": "^1.1.3",
  4536. "pathe": "^1.1.2",
  4537. "perfect-debounce": "^1.0.0",
  4538. "pkg-types": "^1.0.3",
  4539. "rc9": "^2.1.1"
  4540. }
  4541. },
  4542. "node_modules/cac": {
  4543. "version": "6.7.14",
  4544. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  4545. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  4546. "engines": {
  4547. "node": ">=8"
  4548. }
  4549. },
  4550. "node_modules/cacache": {
  4551. "version": "18.0.3",
  4552. "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
  4553. "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
  4554. "dependencies": {
  4555. "@npmcli/fs": "^3.1.0",
  4556. "fs-minipass": "^3.0.0",
  4557. "glob": "^10.2.2",
  4558. "lru-cache": "^10.0.1",
  4559. "minipass": "^7.0.3",
  4560. "minipass-collect": "^2.0.1",
  4561. "minipass-flush": "^1.0.5",
  4562. "minipass-pipeline": "^1.2.4",
  4563. "p-map": "^4.0.0",
  4564. "ssri": "^10.0.0",
  4565. "tar": "^6.1.11",
  4566. "unique-filename": "^3.0.0"
  4567. },
  4568. "engines": {
  4569. "node": "^16.14.0 || >=18.0.0"
  4570. }
  4571. },
  4572. "node_modules/cacache/node_modules/glob": {
  4573. "version": "10.3.12",
  4574. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
  4575. "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
  4576. "dependencies": {
  4577. "foreground-child": "^3.1.0",
  4578. "jackspeak": "^2.3.6",
  4579. "minimatch": "^9.0.1",
  4580. "minipass": "^7.0.4",
  4581. "path-scurry": "^1.10.2"
  4582. },
  4583. "bin": {
  4584. "glob": "dist/esm/bin.mjs"
  4585. },
  4586. "engines": {
  4587. "node": ">=16 || 14 >=14.17"
  4588. },
  4589. "funding": {
  4590. "url": "https://github.com/sponsors/isaacs"
  4591. }
  4592. },
  4593. "node_modules/cacache/node_modules/lru-cache": {
  4594. "version": "10.2.2",
  4595. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  4596. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  4597. "engines": {
  4598. "node": "14 || >=16.14"
  4599. }
  4600. },
  4601. "node_modules/cacache/node_modules/minimatch": {
  4602. "version": "9.0.4",
  4603. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  4604. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  4605. "dependencies": {
  4606. "brace-expansion": "^2.0.1"
  4607. },
  4608. "engines": {
  4609. "node": ">=16 || 14 >=14.17"
  4610. },
  4611. "funding": {
  4612. "url": "https://github.com/sponsors/isaacs"
  4613. }
  4614. },
  4615. "node_modules/camelcase": {
  4616. "version": "6.3.0",
  4617. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  4618. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  4619. "engines": {
  4620. "node": ">=10"
  4621. },
  4622. "funding": {
  4623. "url": "https://github.com/sponsors/sindresorhus"
  4624. }
  4625. },
  4626. "node_modules/caniuse-api": {
  4627. "version": "3.0.0",
  4628. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  4629. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  4630. "dependencies": {
  4631. "browserslist": "^4.0.0",
  4632. "caniuse-lite": "^1.0.0",
  4633. "lodash.memoize": "^4.1.2",
  4634. "lodash.uniq": "^4.5.0"
  4635. }
  4636. },
  4637. "node_modules/caniuse-lite": {
  4638. "version": "1.0.30001616",
  4639. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz",
  4640. "integrity": "sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw==",
  4641. "funding": [
  4642. {
  4643. "type": "opencollective",
  4644. "url": "https://opencollective.com/browserslist"
  4645. },
  4646. {
  4647. "type": "tidelift",
  4648. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4649. },
  4650. {
  4651. "type": "github",
  4652. "url": "https://github.com/sponsors/ai"
  4653. }
  4654. ]
  4655. },
  4656. "node_modules/chalk": {
  4657. "version": "2.4.2",
  4658. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  4659. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  4660. "dependencies": {
  4661. "ansi-styles": "^3.2.1",
  4662. "escape-string-regexp": "^1.0.5",
  4663. "supports-color": "^5.3.0"
  4664. },
  4665. "engines": {
  4666. "node": ">=4"
  4667. }
  4668. },
  4669. "node_modules/chalk/node_modules/escape-string-regexp": {
  4670. "version": "1.0.5",
  4671. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  4672. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  4673. "engines": {
  4674. "node": ">=0.8.0"
  4675. }
  4676. },
  4677. "node_modules/chokidar": {
  4678. "version": "3.6.0",
  4679. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  4680. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  4681. "dependencies": {
  4682. "anymatch": "~3.1.2",
  4683. "braces": "~3.0.2",
  4684. "glob-parent": "~5.1.2",
  4685. "is-binary-path": "~2.1.0",
  4686. "is-glob": "~4.0.1",
  4687. "normalize-path": "~3.0.0",
  4688. "readdirp": "~3.6.0"
  4689. },
  4690. "engines": {
  4691. "node": ">= 8.10.0"
  4692. },
  4693. "funding": {
  4694. "url": "https://paulmillr.com/funding/"
  4695. },
  4696. "optionalDependencies": {
  4697. "fsevents": "~2.3.2"
  4698. }
  4699. },
  4700. "node_modules/chownr": {
  4701. "version": "2.0.0",
  4702. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  4703. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  4704. "engines": {
  4705. "node": ">=10"
  4706. }
  4707. },
  4708. "node_modules/ci-info": {
  4709. "version": "4.0.0",
  4710. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
  4711. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  4712. "funding": [
  4713. {
  4714. "type": "github",
  4715. "url": "https://github.com/sponsors/sibiraj-s"
  4716. }
  4717. ],
  4718. "engines": {
  4719. "node": ">=8"
  4720. }
  4721. },
  4722. "node_modules/citty": {
  4723. "version": "0.1.6",
  4724. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  4725. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  4726. "dependencies": {
  4727. "consola": "^3.2.3"
  4728. }
  4729. },
  4730. "node_modules/clean-stack": {
  4731. "version": "2.2.0",
  4732. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  4733. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
  4734. "engines": {
  4735. "node": ">=6"
  4736. }
  4737. },
  4738. "node_modules/clear": {
  4739. "version": "0.1.0",
  4740. "resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
  4741. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  4742. "engines": {
  4743. "node": "*"
  4744. }
  4745. },
  4746. "node_modules/clipboardy": {
  4747. "version": "4.0.0",
  4748. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  4749. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  4750. "dependencies": {
  4751. "execa": "^8.0.1",
  4752. "is-wsl": "^3.1.0",
  4753. "is64bit": "^2.0.0"
  4754. },
  4755. "engines": {
  4756. "node": ">=18"
  4757. },
  4758. "funding": {
  4759. "url": "https://github.com/sponsors/sindresorhus"
  4760. }
  4761. },
  4762. "node_modules/clipboardy/node_modules/execa": {
  4763. "version": "8.0.1",
  4764. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  4765. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  4766. "dependencies": {
  4767. "cross-spawn": "^7.0.3",
  4768. "get-stream": "^8.0.1",
  4769. "human-signals": "^5.0.0",
  4770. "is-stream": "^3.0.0",
  4771. "merge-stream": "^2.0.0",
  4772. "npm-run-path": "^5.1.0",
  4773. "onetime": "^6.0.0",
  4774. "signal-exit": "^4.1.0",
  4775. "strip-final-newline": "^3.0.0"
  4776. },
  4777. "engines": {
  4778. "node": ">=16.17"
  4779. },
  4780. "funding": {
  4781. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4782. }
  4783. },
  4784. "node_modules/clipboardy/node_modules/get-stream": {
  4785. "version": "8.0.1",
  4786. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  4787. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  4788. "engines": {
  4789. "node": ">=16"
  4790. },
  4791. "funding": {
  4792. "url": "https://github.com/sponsors/sindresorhus"
  4793. }
  4794. },
  4795. "node_modules/clipboardy/node_modules/human-signals": {
  4796. "version": "5.0.0",
  4797. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  4798. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  4799. "engines": {
  4800. "node": ">=16.17.0"
  4801. }
  4802. },
  4803. "node_modules/clipboardy/node_modules/signal-exit": {
  4804. "version": "4.1.0",
  4805. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4806. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4807. "engines": {
  4808. "node": ">=14"
  4809. },
  4810. "funding": {
  4811. "url": "https://github.com/sponsors/isaacs"
  4812. }
  4813. },
  4814. "node_modules/cliui": {
  4815. "version": "8.0.1",
  4816. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  4817. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  4818. "dependencies": {
  4819. "string-width": "^4.2.0",
  4820. "strip-ansi": "^6.0.1",
  4821. "wrap-ansi": "^7.0.0"
  4822. },
  4823. "engines": {
  4824. "node": ">=12"
  4825. }
  4826. },
  4827. "node_modules/cluster-key-slot": {
  4828. "version": "1.1.2",
  4829. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  4830. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  4831. "engines": {
  4832. "node": ">=0.10.0"
  4833. }
  4834. },
  4835. "node_modules/color-convert": {
  4836. "version": "1.9.3",
  4837. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  4838. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  4839. "dependencies": {
  4840. "color-name": "1.1.3"
  4841. }
  4842. },
  4843. "node_modules/color-name": {
  4844. "version": "1.1.3",
  4845. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  4846. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  4847. },
  4848. "node_modules/color-support": {
  4849. "version": "1.1.3",
  4850. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  4851. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  4852. "bin": {
  4853. "color-support": "bin.js"
  4854. }
  4855. },
  4856. "node_modules/colord": {
  4857. "version": "2.9.3",
  4858. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  4859. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  4860. },
  4861. "node_modules/colorette": {
  4862. "version": "2.0.20",
  4863. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
  4864. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  4865. "peer": true
  4866. },
  4867. "node_modules/commander": {
  4868. "version": "7.2.0",
  4869. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  4870. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4871. "engines": {
  4872. "node": ">= 10"
  4873. }
  4874. },
  4875. "node_modules/commondir": {
  4876. "version": "1.0.1",
  4877. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4878. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  4879. },
  4880. "node_modules/compress-commons": {
  4881. "version": "6.0.2",
  4882. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  4883. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  4884. "dependencies": {
  4885. "crc-32": "^1.2.0",
  4886. "crc32-stream": "^6.0.0",
  4887. "is-stream": "^2.0.1",
  4888. "normalize-path": "^3.0.0",
  4889. "readable-stream": "^4.0.0"
  4890. },
  4891. "engines": {
  4892. "node": ">= 14"
  4893. }
  4894. },
  4895. "node_modules/compress-commons/node_modules/is-stream": {
  4896. "version": "2.0.1",
  4897. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  4898. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4899. "engines": {
  4900. "node": ">=8"
  4901. },
  4902. "funding": {
  4903. "url": "https://github.com/sponsors/sindresorhus"
  4904. }
  4905. },
  4906. "node_modules/concat-map": {
  4907. "version": "0.0.1",
  4908. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  4909. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  4910. },
  4911. "node_modules/confbox": {
  4912. "version": "0.1.7",
  4913. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
  4914. "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA=="
  4915. },
  4916. "node_modules/consola": {
  4917. "version": "3.2.3",
  4918. "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
  4919. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  4920. "engines": {
  4921. "node": "^14.18.0 || >=16.10.0"
  4922. }
  4923. },
  4924. "node_modules/console-control-strings": {
  4925. "version": "1.1.0",
  4926. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  4927. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
  4928. },
  4929. "node_modules/convert-source-map": {
  4930. "version": "2.0.0",
  4931. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4932. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  4933. },
  4934. "node_modules/cookie-es": {
  4935. "version": "1.1.0",
  4936. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.1.0.tgz",
  4937. "integrity": "sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw=="
  4938. },
  4939. "node_modules/copy-anything": {
  4940. "version": "2.0.6",
  4941. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz",
  4942. "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  4943. "devOptional": true,
  4944. "dependencies": {
  4945. "is-what": "^3.14.1"
  4946. },
  4947. "funding": {
  4948. "url": "https://github.com/sponsors/mesqueeb"
  4949. }
  4950. },
  4951. "node_modules/core-util-is": {
  4952. "version": "1.0.3",
  4953. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4954. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  4955. },
  4956. "node_modules/crc-32": {
  4957. "version": "1.2.2",
  4958. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  4959. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4960. "bin": {
  4961. "crc32": "bin/crc32.njs"
  4962. },
  4963. "engines": {
  4964. "node": ">=0.8"
  4965. }
  4966. },
  4967. "node_modules/crc32-stream": {
  4968. "version": "6.0.0",
  4969. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4970. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4971. "dependencies": {
  4972. "crc-32": "^1.2.0",
  4973. "readable-stream": "^4.0.0"
  4974. },
  4975. "engines": {
  4976. "node": ">= 14"
  4977. }
  4978. },
  4979. "node_modules/create-require": {
  4980. "version": "1.1.1",
  4981. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  4982. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  4983. },
  4984. "node_modules/croner": {
  4985. "version": "8.0.2",
  4986. "resolved": "https://registry.npmjs.org/croner/-/croner-8.0.2.tgz",
  4987. "integrity": "sha512-HgSdlSUX8mIgDTTiQpWUP4qY4IFRMsduPCYdca34Pelt8MVdxdaDOzreFtCscA6R+cRZd7UbD1CD3uyx6J3X1A==",
  4988. "engines": {
  4989. "node": ">=18.0"
  4990. }
  4991. },
  4992. "node_modules/cronstrue": {
  4993. "version": "2.50.0",
  4994. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  4995. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  4996. "bin": {
  4997. "cronstrue": "bin/cli.js"
  4998. }
  4999. },
  5000. "node_modules/cross-spawn": {
  5001. "version": "7.0.3",
  5002. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5003. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5004. "dependencies": {
  5005. "path-key": "^3.1.0",
  5006. "shebang-command": "^2.0.0",
  5007. "which": "^2.0.1"
  5008. },
  5009. "engines": {
  5010. "node": ">= 8"
  5011. }
  5012. },
  5013. "node_modules/cross-spawn/node_modules/which": {
  5014. "version": "2.0.2",
  5015. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5016. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5017. "dependencies": {
  5018. "isexe": "^2.0.0"
  5019. },
  5020. "bin": {
  5021. "node-which": "bin/node-which"
  5022. },
  5023. "engines": {
  5024. "node": ">= 8"
  5025. }
  5026. },
  5027. "node_modules/crossws": {
  5028. "version": "0.2.4",
  5029. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  5030. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  5031. "peerDependencies": {
  5032. "uWebSockets.js": "*"
  5033. },
  5034. "peerDependenciesMeta": {
  5035. "uWebSockets.js": {
  5036. "optional": true
  5037. }
  5038. }
  5039. },
  5040. "node_modules/css-declaration-sorter": {
  5041. "version": "7.2.0",
  5042. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  5043. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  5044. "engines": {
  5045. "node": "^14 || ^16 || >=18"
  5046. },
  5047. "peerDependencies": {
  5048. "postcss": "^8.0.9"
  5049. }
  5050. },
  5051. "node_modules/css-select": {
  5052. "version": "5.1.0",
  5053. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  5054. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  5055. "dependencies": {
  5056. "boolbase": "^1.0.0",
  5057. "css-what": "^6.1.0",
  5058. "domhandler": "^5.0.2",
  5059. "domutils": "^3.0.1",
  5060. "nth-check": "^2.0.1"
  5061. },
  5062. "funding": {
  5063. "url": "https://github.com/sponsors/fb55"
  5064. }
  5065. },
  5066. "node_modules/css-tree": {
  5067. "version": "2.3.1",
  5068. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  5069. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  5070. "dependencies": {
  5071. "mdn-data": "2.0.30",
  5072. "source-map-js": "^1.0.1"
  5073. },
  5074. "engines": {
  5075. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  5076. }
  5077. },
  5078. "node_modules/css-what": {
  5079. "version": "6.1.0",
  5080. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  5081. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  5082. "engines": {
  5083. "node": ">= 6"
  5084. },
  5085. "funding": {
  5086. "url": "https://github.com/sponsors/fb55"
  5087. }
  5088. },
  5089. "node_modules/cssesc": {
  5090. "version": "3.0.0",
  5091. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  5092. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  5093. "bin": {
  5094. "cssesc": "bin/cssesc"
  5095. },
  5096. "engines": {
  5097. "node": ">=4"
  5098. }
  5099. },
  5100. "node_modules/cssnano": {
  5101. "version": "6.1.2",
  5102. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz",
  5103. "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==",
  5104. "dependencies": {
  5105. "cssnano-preset-default": "^6.1.2",
  5106. "lilconfig": "^3.1.1"
  5107. },
  5108. "engines": {
  5109. "node": "^14 || ^16 || >=18.0"
  5110. },
  5111. "funding": {
  5112. "type": "opencollective",
  5113. "url": "https://opencollective.com/cssnano"
  5114. },
  5115. "peerDependencies": {
  5116. "postcss": "^8.4.31"
  5117. }
  5118. },
  5119. "node_modules/cssnano-preset-default": {
  5120. "version": "6.1.2",
  5121. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz",
  5122. "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==",
  5123. "dependencies": {
  5124. "browserslist": "^4.23.0",
  5125. "css-declaration-sorter": "^7.2.0",
  5126. "cssnano-utils": "^4.0.2",
  5127. "postcss-calc": "^9.0.1",
  5128. "postcss-colormin": "^6.1.0",
  5129. "postcss-convert-values": "^6.1.0",
  5130. "postcss-discard-comments": "^6.0.2",
  5131. "postcss-discard-duplicates": "^6.0.3",
  5132. "postcss-discard-empty": "^6.0.3",
  5133. "postcss-discard-overridden": "^6.0.2",
  5134. "postcss-merge-longhand": "^6.0.5",
  5135. "postcss-merge-rules": "^6.1.1",
  5136. "postcss-minify-font-values": "^6.1.0",
  5137. "postcss-minify-gradients": "^6.0.3",
  5138. "postcss-minify-params": "^6.1.0",
  5139. "postcss-minify-selectors": "^6.0.4",
  5140. "postcss-normalize-charset": "^6.0.2",
  5141. "postcss-normalize-display-values": "^6.0.2",
  5142. "postcss-normalize-positions": "^6.0.2",
  5143. "postcss-normalize-repeat-style": "^6.0.2",
  5144. "postcss-normalize-string": "^6.0.2",
  5145. "postcss-normalize-timing-functions": "^6.0.2",
  5146. "postcss-normalize-unicode": "^6.1.0",
  5147. "postcss-normalize-url": "^6.0.2",
  5148. "postcss-normalize-whitespace": "^6.0.2",
  5149. "postcss-ordered-values": "^6.0.2",
  5150. "postcss-reduce-initial": "^6.1.0",
  5151. "postcss-reduce-transforms": "^6.0.2",
  5152. "postcss-svgo": "^6.0.3",
  5153. "postcss-unique-selectors": "^6.0.4"
  5154. },
  5155. "engines": {
  5156. "node": "^14 || ^16 || >=18.0"
  5157. },
  5158. "peerDependencies": {
  5159. "postcss": "^8.4.31"
  5160. }
  5161. },
  5162. "node_modules/cssnano-utils": {
  5163. "version": "4.0.2",
  5164. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz",
  5165. "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==",
  5166. "engines": {
  5167. "node": "^14 || ^16 || >=18.0"
  5168. },
  5169. "peerDependencies": {
  5170. "postcss": "^8.4.31"
  5171. }
  5172. },
  5173. "node_modules/csso": {
  5174. "version": "5.0.5",
  5175. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  5176. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  5177. "dependencies": {
  5178. "css-tree": "~2.2.0"
  5179. },
  5180. "engines": {
  5181. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  5182. "npm": ">=7.0.0"
  5183. }
  5184. },
  5185. "node_modules/csso/node_modules/css-tree": {
  5186. "version": "2.2.1",
  5187. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  5188. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  5189. "dependencies": {
  5190. "mdn-data": "2.0.28",
  5191. "source-map-js": "^1.0.1"
  5192. },
  5193. "engines": {
  5194. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  5195. "npm": ">=7.0.0"
  5196. }
  5197. },
  5198. "node_modules/csso/node_modules/mdn-data": {
  5199. "version": "2.0.28",
  5200. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  5201. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  5202. },
  5203. "node_modules/csstype": {
  5204. "version": "3.1.3",
  5205. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  5206. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  5207. },
  5208. "node_modules/dayjs": {
  5209. "version": "1.11.11",
  5210. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz",
  5211. "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg=="
  5212. },
  5213. "node_modules/db0": {
  5214. "version": "0.1.4",
  5215. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  5216. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  5217. "peerDependencies": {
  5218. "@libsql/client": "^0.5.2",
  5219. "better-sqlite3": "^9.4.3",
  5220. "drizzle-orm": "^0.29.4"
  5221. },
  5222. "peerDependenciesMeta": {
  5223. "@libsql/client": {
  5224. "optional": true
  5225. },
  5226. "better-sqlite3": {
  5227. "optional": true
  5228. },
  5229. "drizzle-orm": {
  5230. "optional": true
  5231. }
  5232. }
  5233. },
  5234. "node_modules/debug": {
  5235. "version": "4.3.4",
  5236. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  5237. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5238. "dependencies": {
  5239. "ms": "2.1.2"
  5240. },
  5241. "engines": {
  5242. "node": ">=6.0"
  5243. },
  5244. "peerDependenciesMeta": {
  5245. "supports-color": {
  5246. "optional": true
  5247. }
  5248. }
  5249. },
  5250. "node_modules/deepmerge": {
  5251. "version": "4.3.1",
  5252. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  5253. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  5254. "engines": {
  5255. "node": ">=0.10.0"
  5256. }
  5257. },
  5258. "node_modules/default-browser": {
  5259. "version": "5.2.1",
  5260. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  5261. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  5262. "dependencies": {
  5263. "bundle-name": "^4.1.0",
  5264. "default-browser-id": "^5.0.0"
  5265. },
  5266. "engines": {
  5267. "node": ">=18"
  5268. },
  5269. "funding": {
  5270. "url": "https://github.com/sponsors/sindresorhus"
  5271. }
  5272. },
  5273. "node_modules/default-browser-id": {
  5274. "version": "5.0.0",
  5275. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  5276. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  5277. "engines": {
  5278. "node": ">=18"
  5279. },
  5280. "funding": {
  5281. "url": "https://github.com/sponsors/sindresorhus"
  5282. }
  5283. },
  5284. "node_modules/define-lazy-prop": {
  5285. "version": "2.0.0",
  5286. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  5287. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  5288. "engines": {
  5289. "node": ">=8"
  5290. }
  5291. },
  5292. "node_modules/defu": {
  5293. "version": "6.1.4",
  5294. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  5295. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  5296. },
  5297. "node_modules/delegates": {
  5298. "version": "1.0.0",
  5299. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  5300. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  5301. },
  5302. "node_modules/denque": {
  5303. "version": "2.1.0",
  5304. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  5305. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  5306. "engines": {
  5307. "node": ">=0.10"
  5308. }
  5309. },
  5310. "node_modules/depd": {
  5311. "version": "2.0.0",
  5312. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  5313. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  5314. "engines": {
  5315. "node": ">= 0.8"
  5316. }
  5317. },
  5318. "node_modules/destr": {
  5319. "version": "2.0.3",
  5320. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  5321. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  5322. },
  5323. "node_modules/destroy": {
  5324. "version": "1.2.0",
  5325. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  5326. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  5327. "engines": {
  5328. "node": ">= 0.8",
  5329. "npm": "1.2.8000 || >= 1.4.16"
  5330. }
  5331. },
  5332. "node_modules/detect-libc": {
  5333. "version": "2.0.3",
  5334. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  5335. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  5336. "engines": {
  5337. "node": ">=8"
  5338. }
  5339. },
  5340. "node_modules/devalue": {
  5341. "version": "4.3.3",
  5342. "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.3.tgz",
  5343. "integrity": "sha512-UH8EL6H2ifcY8TbD2QsxwCC/pr5xSwPvv85LrLXVihmHVC3T3YqTCIwnR5ak0yO1KYqlxrPVOA/JVZJYPy2ATg=="
  5344. },
  5345. "node_modules/diff": {
  5346. "version": "5.2.0",
  5347. "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
  5348. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  5349. "engines": {
  5350. "node": ">=0.3.1"
  5351. }
  5352. },
  5353. "node_modules/dom-serializer": {
  5354. "version": "2.0.0",
  5355. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  5356. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  5357. "dependencies": {
  5358. "domelementtype": "^2.3.0",
  5359. "domhandler": "^5.0.2",
  5360. "entities": "^4.2.0"
  5361. },
  5362. "funding": {
  5363. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  5364. }
  5365. },
  5366. "node_modules/domelementtype": {
  5367. "version": "2.3.0",
  5368. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  5369. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  5370. "funding": [
  5371. {
  5372. "type": "github",
  5373. "url": "https://github.com/sponsors/fb55"
  5374. }
  5375. ]
  5376. },
  5377. "node_modules/domhandler": {
  5378. "version": "5.0.3",
  5379. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  5380. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  5381. "dependencies": {
  5382. "domelementtype": "^2.3.0"
  5383. },
  5384. "engines": {
  5385. "node": ">= 4"
  5386. },
  5387. "funding": {
  5388. "url": "https://github.com/fb55/domhandler?sponsor=1"
  5389. }
  5390. },
  5391. "node_modules/domutils": {
  5392. "version": "3.1.0",
  5393. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  5394. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  5395. "dependencies": {
  5396. "dom-serializer": "^2.0.0",
  5397. "domelementtype": "^2.3.0",
  5398. "domhandler": "^5.0.3"
  5399. },
  5400. "funding": {
  5401. "url": "https://github.com/fb55/domutils?sponsor=1"
  5402. }
  5403. },
  5404. "node_modules/dot-prop": {
  5405. "version": "8.0.2",
  5406. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  5407. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  5408. "dependencies": {
  5409. "type-fest": "^3.8.0"
  5410. },
  5411. "engines": {
  5412. "node": ">=16"
  5413. },
  5414. "funding": {
  5415. "url": "https://github.com/sponsors/sindresorhus"
  5416. }
  5417. },
  5418. "node_modules/dotenv": {
  5419. "version": "16.4.5",
  5420. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  5421. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  5422. "engines": {
  5423. "node": ">=12"
  5424. },
  5425. "funding": {
  5426. "url": "https://dotenvx.com"
  5427. }
  5428. },
  5429. "node_modules/duplexer": {
  5430. "version": "0.1.2",
  5431. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  5432. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  5433. },
  5434. "node_modules/eastasianwidth": {
  5435. "version": "0.2.0",
  5436. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  5437. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  5438. },
  5439. "node_modules/ee-first": {
  5440. "version": "1.1.1",
  5441. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5442. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  5443. },
  5444. "node_modules/electron-to-chromium": {
  5445. "version": "1.4.758",
  5446. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.758.tgz",
  5447. "integrity": "sha512-/o9x6TCdrYZBMdGeTifAP3wlF/gVT+TtWJe3BSmtNh92Mw81U9hrYwW9OAGUh+sEOX/yz5e34sksqRruZbjYrw=="
  5448. },
  5449. "node_modules/element-plus": {
  5450. "version": "2.7.2",
  5451. "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.7.2.tgz",
  5452. "integrity": "sha512-AdEzBU/A68iUleio0MkQ46JeU5SeQvFFd915GJFScJmUEo5AmYg3OQ4pVjcu+p3b3Nupg9MC5Wa4xjAiC51kUg==",
  5453. "dependencies": {
  5454. "@ctrl/tinycolor": "^3.4.1",
  5455. "@element-plus/icons-vue": "^2.3.1",
  5456. "@floating-ui/dom": "^1.0.1",
  5457. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  5458. "@types/lodash": "^4.14.182",
  5459. "@types/lodash-es": "^4.17.6",
  5460. "@vueuse/core": "^9.1.0",
  5461. "async-validator": "^4.2.5",
  5462. "dayjs": "^1.11.3",
  5463. "escape-html": "^1.0.3",
  5464. "lodash": "^4.17.21",
  5465. "lodash-es": "^4.17.21",
  5466. "lodash-unified": "^1.0.2",
  5467. "memoize-one": "^6.0.0",
  5468. "normalize-wheel-es": "^1.2.0"
  5469. },
  5470. "peerDependencies": {
  5471. "vue": "^3.2.0"
  5472. }
  5473. },
  5474. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  5475. "version": "0.0.16",
  5476. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  5477. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ=="
  5478. },
  5479. "node_modules/element-plus/node_modules/@vueuse/core": {
  5480. "version": "9.13.0",
  5481. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-9.13.0.tgz",
  5482. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  5483. "dependencies": {
  5484. "@types/web-bluetooth": "^0.0.16",
  5485. "@vueuse/metadata": "9.13.0",
  5486. "@vueuse/shared": "9.13.0",
  5487. "vue-demi": "*"
  5488. },
  5489. "funding": {
  5490. "url": "https://github.com/sponsors/antfu"
  5491. }
  5492. },
  5493. "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": {
  5494. "version": "0.14.7",
  5495. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  5496. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  5497. "hasInstallScript": true,
  5498. "bin": {
  5499. "vue-demi-fix": "bin/vue-demi-fix.js",
  5500. "vue-demi-switch": "bin/vue-demi-switch.js"
  5501. },
  5502. "engines": {
  5503. "node": ">=12"
  5504. },
  5505. "funding": {
  5506. "url": "https://github.com/sponsors/antfu"
  5507. },
  5508. "peerDependencies": {
  5509. "@vue/composition-api": "^1.0.0-rc.1",
  5510. "vue": "^3.0.0-0 || ^2.6.0"
  5511. },
  5512. "peerDependenciesMeta": {
  5513. "@vue/composition-api": {
  5514. "optional": true
  5515. }
  5516. }
  5517. },
  5518. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  5519. "version": "9.13.0",
  5520. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-9.13.0.tgz",
  5521. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  5522. "funding": {
  5523. "url": "https://github.com/sponsors/antfu"
  5524. }
  5525. },
  5526. "node_modules/element-plus/node_modules/@vueuse/shared": {
  5527. "version": "9.13.0",
  5528. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-9.13.0.tgz",
  5529. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  5530. "dependencies": {
  5531. "vue-demi": "*"
  5532. },
  5533. "funding": {
  5534. "url": "https://github.com/sponsors/antfu"
  5535. }
  5536. },
  5537. "node_modules/element-plus/node_modules/@vueuse/shared/node_modules/vue-demi": {
  5538. "version": "0.14.7",
  5539. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  5540. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  5541. "hasInstallScript": true,
  5542. "bin": {
  5543. "vue-demi-fix": "bin/vue-demi-fix.js",
  5544. "vue-demi-switch": "bin/vue-demi-switch.js"
  5545. },
  5546. "engines": {
  5547. "node": ">=12"
  5548. },
  5549. "funding": {
  5550. "url": "https://github.com/sponsors/antfu"
  5551. },
  5552. "peerDependencies": {
  5553. "@vue/composition-api": "^1.0.0-rc.1",
  5554. "vue": "^3.0.0-0 || ^2.6.0"
  5555. },
  5556. "peerDependenciesMeta": {
  5557. "@vue/composition-api": {
  5558. "optional": true
  5559. }
  5560. }
  5561. },
  5562. "node_modules/emoji-regex": {
  5563. "version": "8.0.0",
  5564. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5565. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  5566. },
  5567. "node_modules/encodeurl": {
  5568. "version": "1.0.2",
  5569. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  5570. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  5571. "engines": {
  5572. "node": ">= 0.8"
  5573. }
  5574. },
  5575. "node_modules/encoding": {
  5576. "version": "0.1.13",
  5577. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  5578. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  5579. "optional": true,
  5580. "dependencies": {
  5581. "iconv-lite": "^0.6.2"
  5582. }
  5583. },
  5584. "node_modules/enhanced-resolve": {
  5585. "version": "5.16.1",
  5586. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz",
  5587. "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==",
  5588. "dependencies": {
  5589. "graceful-fs": "^4.2.4",
  5590. "tapable": "^2.2.0"
  5591. },
  5592. "engines": {
  5593. "node": ">=10.13.0"
  5594. }
  5595. },
  5596. "node_modules/entities": {
  5597. "version": "4.5.0",
  5598. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  5599. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  5600. "engines": {
  5601. "node": ">=0.12"
  5602. },
  5603. "funding": {
  5604. "url": "https://github.com/fb55/entities?sponsor=1"
  5605. }
  5606. },
  5607. "node_modules/env-paths": {
  5608. "version": "2.2.1",
  5609. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  5610. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  5611. "engines": {
  5612. "node": ">=6"
  5613. }
  5614. },
  5615. "node_modules/err-code": {
  5616. "version": "2.0.3",
  5617. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  5618. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
  5619. },
  5620. "node_modules/errno": {
  5621. "version": "0.1.8",
  5622. "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
  5623. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  5624. "dev": true,
  5625. "optional": true,
  5626. "dependencies": {
  5627. "prr": "~1.0.1"
  5628. },
  5629. "bin": {
  5630. "errno": "cli.js"
  5631. }
  5632. },
  5633. "node_modules/error-stack-parser-es": {
  5634. "version": "0.1.1",
  5635. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.1.tgz",
  5636. "integrity": "sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==",
  5637. "funding": {
  5638. "url": "https://github.com/sponsors/antfu"
  5639. }
  5640. },
  5641. "node_modules/esbuild": {
  5642. "version": "0.20.2",
  5643. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  5644. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  5645. "hasInstallScript": true,
  5646. "bin": {
  5647. "esbuild": "bin/esbuild"
  5648. },
  5649. "engines": {
  5650. "node": ">=12"
  5651. },
  5652. "optionalDependencies": {
  5653. "@esbuild/aix-ppc64": "0.20.2",
  5654. "@esbuild/android-arm": "0.20.2",
  5655. "@esbuild/android-arm64": "0.20.2",
  5656. "@esbuild/android-x64": "0.20.2",
  5657. "@esbuild/darwin-arm64": "0.20.2",
  5658. "@esbuild/darwin-x64": "0.20.2",
  5659. "@esbuild/freebsd-arm64": "0.20.2",
  5660. "@esbuild/freebsd-x64": "0.20.2",
  5661. "@esbuild/linux-arm": "0.20.2",
  5662. "@esbuild/linux-arm64": "0.20.2",
  5663. "@esbuild/linux-ia32": "0.20.2",
  5664. "@esbuild/linux-loong64": "0.20.2",
  5665. "@esbuild/linux-mips64el": "0.20.2",
  5666. "@esbuild/linux-ppc64": "0.20.2",
  5667. "@esbuild/linux-riscv64": "0.20.2",
  5668. "@esbuild/linux-s390x": "0.20.2",
  5669. "@esbuild/linux-x64": "0.20.2",
  5670. "@esbuild/netbsd-x64": "0.20.2",
  5671. "@esbuild/openbsd-x64": "0.20.2",
  5672. "@esbuild/sunos-x64": "0.20.2",
  5673. "@esbuild/win32-arm64": "0.20.2",
  5674. "@esbuild/win32-ia32": "0.20.2",
  5675. "@esbuild/win32-x64": "0.20.2"
  5676. }
  5677. },
  5678. "node_modules/escalade": {
  5679. "version": "3.1.2",
  5680. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  5681. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  5682. "engines": {
  5683. "node": ">=6"
  5684. }
  5685. },
  5686. "node_modules/escape-html": {
  5687. "version": "1.0.3",
  5688. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5689. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5690. },
  5691. "node_modules/escape-string-regexp": {
  5692. "version": "5.0.0",
  5693. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5694. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5695. "engines": {
  5696. "node": ">=12"
  5697. },
  5698. "funding": {
  5699. "url": "https://github.com/sponsors/sindresorhus"
  5700. }
  5701. },
  5702. "node_modules/estree-walker": {
  5703. "version": "3.0.3",
  5704. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  5705. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5706. "dependencies": {
  5707. "@types/estree": "^1.0.0"
  5708. }
  5709. },
  5710. "node_modules/etag": {
  5711. "version": "1.8.1",
  5712. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5713. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5714. "engines": {
  5715. "node": ">= 0.6"
  5716. }
  5717. },
  5718. "node_modules/event-target-shim": {
  5719. "version": "5.0.1",
  5720. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5721. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5722. "engines": {
  5723. "node": ">=6"
  5724. }
  5725. },
  5726. "node_modules/events": {
  5727. "version": "3.3.0",
  5728. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  5729. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5730. "engines": {
  5731. "node": ">=0.8.x"
  5732. }
  5733. },
  5734. "node_modules/execa": {
  5735. "version": "7.2.0",
  5736. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  5737. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  5738. "dependencies": {
  5739. "cross-spawn": "^7.0.3",
  5740. "get-stream": "^6.0.1",
  5741. "human-signals": "^4.3.0",
  5742. "is-stream": "^3.0.0",
  5743. "merge-stream": "^2.0.0",
  5744. "npm-run-path": "^5.1.0",
  5745. "onetime": "^6.0.0",
  5746. "signal-exit": "^3.0.7",
  5747. "strip-final-newline": "^3.0.0"
  5748. },
  5749. "engines": {
  5750. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  5751. },
  5752. "funding": {
  5753. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5754. }
  5755. },
  5756. "node_modules/exponential-backoff": {
  5757. "version": "3.1.1",
  5758. "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
  5759. "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw=="
  5760. },
  5761. "node_modules/externality": {
  5762. "version": "1.0.2",
  5763. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  5764. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  5765. "dependencies": {
  5766. "enhanced-resolve": "^5.14.1",
  5767. "mlly": "^1.3.0",
  5768. "pathe": "^1.1.1",
  5769. "ufo": "^1.1.2"
  5770. }
  5771. },
  5772. "node_modules/fast-fifo": {
  5773. "version": "1.3.2",
  5774. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5775. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  5776. },
  5777. "node_modules/fast-glob": {
  5778. "version": "3.3.2",
  5779. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  5780. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  5781. "dependencies": {
  5782. "@nodelib/fs.stat": "^2.0.2",
  5783. "@nodelib/fs.walk": "^1.2.3",
  5784. "glob-parent": "^5.1.2",
  5785. "merge2": "^1.3.0",
  5786. "micromatch": "^4.0.4"
  5787. },
  5788. "engines": {
  5789. "node": ">=8.6.0"
  5790. }
  5791. },
  5792. "node_modules/fastq": {
  5793. "version": "1.17.1",
  5794. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  5795. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  5796. "dependencies": {
  5797. "reusify": "^1.0.4"
  5798. }
  5799. },
  5800. "node_modules/file-uri-to-path": {
  5801. "version": "1.0.0",
  5802. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5803. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  5804. },
  5805. "node_modules/fill-range": {
  5806. "version": "7.0.1",
  5807. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  5808. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  5809. "dependencies": {
  5810. "to-regex-range": "^5.0.1"
  5811. },
  5812. "engines": {
  5813. "node": ">=8"
  5814. }
  5815. },
  5816. "node_modules/find-up": {
  5817. "version": "5.0.0",
  5818. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5819. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5820. "peer": true,
  5821. "dependencies": {
  5822. "locate-path": "^6.0.0",
  5823. "path-exists": "^4.0.0"
  5824. },
  5825. "engines": {
  5826. "node": ">=10"
  5827. },
  5828. "funding": {
  5829. "url": "https://github.com/sponsors/sindresorhus"
  5830. }
  5831. },
  5832. "node_modules/flatted": {
  5833. "version": "3.3.1",
  5834. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  5835. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  5836. },
  5837. "node_modules/floating-vue": {
  5838. "version": "5.2.2",
  5839. "resolved": "https://registry.npmjs.org/floating-vue/-/floating-vue-5.2.2.tgz",
  5840. "integrity": "sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==",
  5841. "peer": true,
  5842. "dependencies": {
  5843. "@floating-ui/dom": "~1.1.1",
  5844. "vue-resize": "^2.0.0-alpha.1"
  5845. },
  5846. "peerDependencies": {
  5847. "@nuxt/kit": "^3.2.0",
  5848. "vue": "^3.2.0"
  5849. },
  5850. "peerDependenciesMeta": {
  5851. "@nuxt/kit": {
  5852. "optional": true
  5853. }
  5854. }
  5855. },
  5856. "node_modules/focus-trap": {
  5857. "version": "7.5.4",
  5858. "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz",
  5859. "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==",
  5860. "dependencies": {
  5861. "tabbable": "^6.2.0"
  5862. }
  5863. },
  5864. "node_modules/foreground-child": {
  5865. "version": "3.1.1",
  5866. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
  5867. "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
  5868. "dependencies": {
  5869. "cross-spawn": "^7.0.0",
  5870. "signal-exit": "^4.0.1"
  5871. },
  5872. "engines": {
  5873. "node": ">=14"
  5874. },
  5875. "funding": {
  5876. "url": "https://github.com/sponsors/isaacs"
  5877. }
  5878. },
  5879. "node_modules/foreground-child/node_modules/signal-exit": {
  5880. "version": "4.1.0",
  5881. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5882. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5883. "engines": {
  5884. "node": ">=14"
  5885. },
  5886. "funding": {
  5887. "url": "https://github.com/sponsors/isaacs"
  5888. }
  5889. },
  5890. "node_modules/fraction.js": {
  5891. "version": "4.3.7",
  5892. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  5893. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5894. "engines": {
  5895. "node": "*"
  5896. },
  5897. "funding": {
  5898. "type": "patreon",
  5899. "url": "https://github.com/sponsors/rawify"
  5900. }
  5901. },
  5902. "node_modules/fresh": {
  5903. "version": "0.5.2",
  5904. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  5905. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5906. "engines": {
  5907. "node": ">= 0.6"
  5908. }
  5909. },
  5910. "node_modules/fs-extra": {
  5911. "version": "11.2.0",
  5912. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  5913. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  5914. "dependencies": {
  5915. "graceful-fs": "^4.2.0",
  5916. "jsonfile": "^6.0.1",
  5917. "universalify": "^2.0.0"
  5918. },
  5919. "engines": {
  5920. "node": ">=14.14"
  5921. }
  5922. },
  5923. "node_modules/fs-minipass": {
  5924. "version": "3.0.3",
  5925. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz",
  5926. "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
  5927. "dependencies": {
  5928. "minipass": "^7.0.3"
  5929. },
  5930. "engines": {
  5931. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5932. }
  5933. },
  5934. "node_modules/fs.realpath": {
  5935. "version": "1.0.0",
  5936. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5937. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5938. },
  5939. "node_modules/fsevents": {
  5940. "version": "2.3.3",
  5941. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5942. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5943. "hasInstallScript": true,
  5944. "optional": true,
  5945. "os": [
  5946. "darwin"
  5947. ],
  5948. "engines": {
  5949. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5950. }
  5951. },
  5952. "node_modules/function-bind": {
  5953. "version": "1.1.2",
  5954. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5955. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5956. "funding": {
  5957. "url": "https://github.com/sponsors/ljharb"
  5958. }
  5959. },
  5960. "node_modules/gauge": {
  5961. "version": "3.0.2",
  5962. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  5963. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  5964. "dependencies": {
  5965. "aproba": "^1.0.3 || ^2.0.0",
  5966. "color-support": "^1.1.2",
  5967. "console-control-strings": "^1.0.0",
  5968. "has-unicode": "^2.0.1",
  5969. "object-assign": "^4.1.1",
  5970. "signal-exit": "^3.0.0",
  5971. "string-width": "^4.2.3",
  5972. "strip-ansi": "^6.0.1",
  5973. "wide-align": "^1.1.2"
  5974. },
  5975. "engines": {
  5976. "node": ">=10"
  5977. }
  5978. },
  5979. "node_modules/gensync": {
  5980. "version": "1.0.0-beta.2",
  5981. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5982. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5983. "engines": {
  5984. "node": ">=6.9.0"
  5985. }
  5986. },
  5987. "node_modules/get-caller-file": {
  5988. "version": "2.0.5",
  5989. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5990. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5991. "engines": {
  5992. "node": "6.* || 8.* || >= 10.*"
  5993. }
  5994. },
  5995. "node_modules/get-port-please": {
  5996. "version": "3.1.2",
  5997. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  5998. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  5999. },
  6000. "node_modules/get-stream": {
  6001. "version": "6.0.1",
  6002. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  6003. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  6004. "engines": {
  6005. "node": ">=10"
  6006. },
  6007. "funding": {
  6008. "url": "https://github.com/sponsors/sindresorhus"
  6009. }
  6010. },
  6011. "node_modules/giget": {
  6012. "version": "1.2.3",
  6013. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  6014. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  6015. "dependencies": {
  6016. "citty": "^0.1.6",
  6017. "consola": "^3.2.3",
  6018. "defu": "^6.1.4",
  6019. "node-fetch-native": "^1.6.3",
  6020. "nypm": "^0.3.8",
  6021. "ohash": "^1.1.3",
  6022. "pathe": "^1.1.2",
  6023. "tar": "^6.2.0"
  6024. },
  6025. "bin": {
  6026. "giget": "dist/cli.mjs"
  6027. }
  6028. },
  6029. "node_modules/git-config-path": {
  6030. "version": "2.0.0",
  6031. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  6032. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  6033. "engines": {
  6034. "node": ">=4"
  6035. }
  6036. },
  6037. "node_modules/git-up": {
  6038. "version": "7.0.0",
  6039. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  6040. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  6041. "dependencies": {
  6042. "is-ssh": "^1.4.0",
  6043. "parse-url": "^8.1.0"
  6044. }
  6045. },
  6046. "node_modules/git-url-parse": {
  6047. "version": "14.0.0",
  6048. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz",
  6049. "integrity": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==",
  6050. "dependencies": {
  6051. "git-up": "^7.0.0"
  6052. }
  6053. },
  6054. "node_modules/glob": {
  6055. "version": "8.1.0",
  6056. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  6057. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  6058. "dependencies": {
  6059. "fs.realpath": "^1.0.0",
  6060. "inflight": "^1.0.4",
  6061. "inherits": "2",
  6062. "minimatch": "^5.0.1",
  6063. "once": "^1.3.0"
  6064. },
  6065. "engines": {
  6066. "node": ">=12"
  6067. },
  6068. "funding": {
  6069. "url": "https://github.com/sponsors/isaacs"
  6070. }
  6071. },
  6072. "node_modules/glob-parent": {
  6073. "version": "5.1.2",
  6074. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  6075. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6076. "dependencies": {
  6077. "is-glob": "^4.0.1"
  6078. },
  6079. "engines": {
  6080. "node": ">= 6"
  6081. }
  6082. },
  6083. "node_modules/global-directory": {
  6084. "version": "4.0.1",
  6085. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  6086. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  6087. "dependencies": {
  6088. "ini": "4.1.1"
  6089. },
  6090. "engines": {
  6091. "node": ">=18"
  6092. },
  6093. "funding": {
  6094. "url": "https://github.com/sponsors/sindresorhus"
  6095. }
  6096. },
  6097. "node_modules/globals": {
  6098. "version": "11.12.0",
  6099. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  6100. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6101. "engines": {
  6102. "node": ">=4"
  6103. }
  6104. },
  6105. "node_modules/globby": {
  6106. "version": "14.0.1",
  6107. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
  6108. "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
  6109. "dependencies": {
  6110. "@sindresorhus/merge-streams": "^2.1.0",
  6111. "fast-glob": "^3.3.2",
  6112. "ignore": "^5.2.4",
  6113. "path-type": "^5.0.0",
  6114. "slash": "^5.1.0",
  6115. "unicorn-magic": "^0.1.0"
  6116. },
  6117. "engines": {
  6118. "node": ">=18"
  6119. },
  6120. "funding": {
  6121. "url": "https://github.com/sponsors/sindresorhus"
  6122. }
  6123. },
  6124. "node_modules/graceful-fs": {
  6125. "version": "4.2.11",
  6126. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6127. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6128. },
  6129. "node_modules/gzip-size": {
  6130. "version": "7.0.0",
  6131. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  6132. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  6133. "dependencies": {
  6134. "duplexer": "^0.1.2"
  6135. },
  6136. "engines": {
  6137. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6138. },
  6139. "funding": {
  6140. "url": "https://github.com/sponsors/sindresorhus"
  6141. }
  6142. },
  6143. "node_modules/h3": {
  6144. "version": "1.11.1",
  6145. "resolved": "https://registry.npmjs.org/h3/-/h3-1.11.1.tgz",
  6146. "integrity": "sha512-AbaH6IDnZN6nmbnJOH72y3c5Wwh9P97soSVdGSBbcDACRdkC0FEWf25pzx4f/NuOCK6quHmW18yF2Wx+G4Zi1A==",
  6147. "dependencies": {
  6148. "cookie-es": "^1.0.0",
  6149. "crossws": "^0.2.2",
  6150. "defu": "^6.1.4",
  6151. "destr": "^2.0.3",
  6152. "iron-webcrypto": "^1.0.0",
  6153. "ohash": "^1.1.3",
  6154. "radix3": "^1.1.0",
  6155. "ufo": "^1.4.0",
  6156. "uncrypto": "^0.1.3",
  6157. "unenv": "^1.9.0"
  6158. }
  6159. },
  6160. "node_modules/has-flag": {
  6161. "version": "3.0.0",
  6162. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  6163. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  6164. "engines": {
  6165. "node": ">=4"
  6166. }
  6167. },
  6168. "node_modules/has-unicode": {
  6169. "version": "2.0.1",
  6170. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  6171. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  6172. },
  6173. "node_modules/hash-sum": {
  6174. "version": "2.0.0",
  6175. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  6176. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  6177. },
  6178. "node_modules/hasown": {
  6179. "version": "2.0.2",
  6180. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  6181. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6182. "dependencies": {
  6183. "function-bind": "^1.1.2"
  6184. },
  6185. "engines": {
  6186. "node": ">= 0.4"
  6187. }
  6188. },
  6189. "node_modules/hookable": {
  6190. "version": "5.5.3",
  6191. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  6192. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  6193. },
  6194. "node_modules/hosted-git-info": {
  6195. "version": "7.0.2",
  6196. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
  6197. "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
  6198. "dependencies": {
  6199. "lru-cache": "^10.0.1"
  6200. },
  6201. "engines": {
  6202. "node": "^16.14.0 || >=18.0.0"
  6203. }
  6204. },
  6205. "node_modules/hosted-git-info/node_modules/lru-cache": {
  6206. "version": "10.2.2",
  6207. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  6208. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  6209. "engines": {
  6210. "node": "14 || >=16.14"
  6211. }
  6212. },
  6213. "node_modules/html-tags": {
  6214. "version": "3.3.1",
  6215. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  6216. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  6217. "engines": {
  6218. "node": ">=8"
  6219. },
  6220. "funding": {
  6221. "url": "https://github.com/sponsors/sindresorhus"
  6222. }
  6223. },
  6224. "node_modules/http-cache-semantics": {
  6225. "version": "4.1.1",
  6226. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
  6227. "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
  6228. },
  6229. "node_modules/http-errors": {
  6230. "version": "2.0.0",
  6231. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  6232. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6233. "dependencies": {
  6234. "depd": "2.0.0",
  6235. "inherits": "2.0.4",
  6236. "setprototypeof": "1.2.0",
  6237. "statuses": "2.0.1",
  6238. "toidentifier": "1.0.1"
  6239. },
  6240. "engines": {
  6241. "node": ">= 0.8"
  6242. }
  6243. },
  6244. "node_modules/http-proxy-agent": {
  6245. "version": "7.0.2",
  6246. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  6247. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  6248. "dependencies": {
  6249. "agent-base": "^7.1.0",
  6250. "debug": "^4.3.4"
  6251. },
  6252. "engines": {
  6253. "node": ">= 14"
  6254. }
  6255. },
  6256. "node_modules/http-proxy-agent/node_modules/agent-base": {
  6257. "version": "7.1.1",
  6258. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  6259. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  6260. "dependencies": {
  6261. "debug": "^4.3.4"
  6262. },
  6263. "engines": {
  6264. "node": ">= 14"
  6265. }
  6266. },
  6267. "node_modules/http-shutdown": {
  6268. "version": "1.2.2",
  6269. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  6270. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  6271. "engines": {
  6272. "iojs": ">= 1.0.0",
  6273. "node": ">= 0.12.0"
  6274. }
  6275. },
  6276. "node_modules/https-proxy-agent": {
  6277. "version": "5.0.1",
  6278. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  6279. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  6280. "dependencies": {
  6281. "agent-base": "6",
  6282. "debug": "4"
  6283. },
  6284. "engines": {
  6285. "node": ">= 6"
  6286. }
  6287. },
  6288. "node_modules/httpxy": {
  6289. "version": "0.1.5",
  6290. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  6291. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  6292. },
  6293. "node_modules/human-signals": {
  6294. "version": "4.3.1",
  6295. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  6296. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  6297. "engines": {
  6298. "node": ">=14.18.0"
  6299. }
  6300. },
  6301. "node_modules/iconv-lite": {
  6302. "version": "0.6.3",
  6303. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6304. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6305. "optional": true,
  6306. "dependencies": {
  6307. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6308. },
  6309. "engines": {
  6310. "node": ">=0.10.0"
  6311. }
  6312. },
  6313. "node_modules/ieee754": {
  6314. "version": "1.2.1",
  6315. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  6316. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6317. "funding": [
  6318. {
  6319. "type": "github",
  6320. "url": "https://github.com/sponsors/feross"
  6321. },
  6322. {
  6323. "type": "patreon",
  6324. "url": "https://www.patreon.com/feross"
  6325. },
  6326. {
  6327. "type": "consulting",
  6328. "url": "https://feross.org/support"
  6329. }
  6330. ]
  6331. },
  6332. "node_modules/ignore": {
  6333. "version": "5.3.1",
  6334. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
  6335. "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
  6336. "engines": {
  6337. "node": ">= 4"
  6338. }
  6339. },
  6340. "node_modules/ignore-walk": {
  6341. "version": "6.0.5",
  6342. "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz",
  6343. "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==",
  6344. "dependencies": {
  6345. "minimatch": "^9.0.0"
  6346. },
  6347. "engines": {
  6348. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6349. }
  6350. },
  6351. "node_modules/ignore-walk/node_modules/minimatch": {
  6352. "version": "9.0.4",
  6353. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  6354. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  6355. "dependencies": {
  6356. "brace-expansion": "^2.0.1"
  6357. },
  6358. "engines": {
  6359. "node": ">=16 || 14 >=14.17"
  6360. },
  6361. "funding": {
  6362. "url": "https://github.com/sponsors/isaacs"
  6363. }
  6364. },
  6365. "node_modules/image-meta": {
  6366. "version": "0.2.0",
  6367. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.0.tgz",
  6368. "integrity": "sha512-ZBGjl0ZMEMeOC3Ns0wUF/5UdUmr3qQhBSCniT0LxOgGGIRHiNFOkMtIHB7EOznRU47V2AxPgiVP+s+0/UCU0Hg=="
  6369. },
  6370. "node_modules/image-size": {
  6371. "version": "0.5.5",
  6372. "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
  6373. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  6374. "dev": true,
  6375. "optional": true,
  6376. "bin": {
  6377. "image-size": "bin/image-size.js"
  6378. },
  6379. "engines": {
  6380. "node": ">=0.10.0"
  6381. }
  6382. },
  6383. "node_modules/immutable": {
  6384. "version": "4.3.5",
  6385. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
  6386. "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
  6387. "optional": true,
  6388. "peer": true
  6389. },
  6390. "node_modules/imurmurhash": {
  6391. "version": "0.1.4",
  6392. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6393. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6394. "engines": {
  6395. "node": ">=0.8.19"
  6396. }
  6397. },
  6398. "node_modules/indent-string": {
  6399. "version": "4.0.0",
  6400. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  6401. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  6402. "engines": {
  6403. "node": ">=8"
  6404. }
  6405. },
  6406. "node_modules/inflight": {
  6407. "version": "1.0.6",
  6408. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6409. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6410. "dependencies": {
  6411. "once": "^1.3.0",
  6412. "wrappy": "1"
  6413. }
  6414. },
  6415. "node_modules/inherits": {
  6416. "version": "2.0.4",
  6417. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6418. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6419. },
  6420. "node_modules/ini": {
  6421. "version": "4.1.1",
  6422. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  6423. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  6424. "engines": {
  6425. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6426. }
  6427. },
  6428. "node_modules/ioredis": {
  6429. "version": "5.4.1",
  6430. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  6431. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  6432. "dependencies": {
  6433. "@ioredis/commands": "^1.1.1",
  6434. "cluster-key-slot": "^1.1.0",
  6435. "debug": "^4.3.4",
  6436. "denque": "^2.1.0",
  6437. "lodash.defaults": "^4.2.0",
  6438. "lodash.isarguments": "^3.1.0",
  6439. "redis-errors": "^1.2.0",
  6440. "redis-parser": "^3.0.0",
  6441. "standard-as-callback": "^2.1.0"
  6442. },
  6443. "engines": {
  6444. "node": ">=12.22.0"
  6445. },
  6446. "funding": {
  6447. "type": "opencollective",
  6448. "url": "https://opencollective.com/ioredis"
  6449. }
  6450. },
  6451. "node_modules/ip-address": {
  6452. "version": "9.0.5",
  6453. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
  6454. "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
  6455. "dependencies": {
  6456. "jsbn": "1.1.0",
  6457. "sprintf-js": "^1.1.3"
  6458. },
  6459. "engines": {
  6460. "node": ">= 12"
  6461. }
  6462. },
  6463. "node_modules/iron-webcrypto": {
  6464. "version": "1.1.1",
  6465. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.1.1.tgz",
  6466. "integrity": "sha512-5xGwQUWHQSy039rFr+5q/zOmj7GP0Ypzvo34Ep+61bPIhaLduEDp/PvLGlU3awD2mzWUR0weN2vJ1mILydFPEg==",
  6467. "funding": {
  6468. "url": "https://github.com/sponsors/brc-dd"
  6469. }
  6470. },
  6471. "node_modules/is-binary-path": {
  6472. "version": "2.1.0",
  6473. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6474. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6475. "dependencies": {
  6476. "binary-extensions": "^2.0.0"
  6477. },
  6478. "engines": {
  6479. "node": ">=8"
  6480. }
  6481. },
  6482. "node_modules/is-builtin-module": {
  6483. "version": "3.2.1",
  6484. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  6485. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  6486. "dependencies": {
  6487. "builtin-modules": "^3.3.0"
  6488. },
  6489. "engines": {
  6490. "node": ">=6"
  6491. },
  6492. "funding": {
  6493. "url": "https://github.com/sponsors/sindresorhus"
  6494. }
  6495. },
  6496. "node_modules/is-core-module": {
  6497. "version": "2.13.1",
  6498. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  6499. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  6500. "dependencies": {
  6501. "hasown": "^2.0.0"
  6502. },
  6503. "funding": {
  6504. "url": "https://github.com/sponsors/ljharb"
  6505. }
  6506. },
  6507. "node_modules/is-docker": {
  6508. "version": "3.0.0",
  6509. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  6510. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  6511. "bin": {
  6512. "is-docker": "cli.js"
  6513. },
  6514. "engines": {
  6515. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6516. },
  6517. "funding": {
  6518. "url": "https://github.com/sponsors/sindresorhus"
  6519. }
  6520. },
  6521. "node_modules/is-extglob": {
  6522. "version": "2.1.1",
  6523. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  6524. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6525. "engines": {
  6526. "node": ">=0.10.0"
  6527. }
  6528. },
  6529. "node_modules/is-fullwidth-code-point": {
  6530. "version": "3.0.0",
  6531. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  6532. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6533. "engines": {
  6534. "node": ">=8"
  6535. }
  6536. },
  6537. "node_modules/is-glob": {
  6538. "version": "4.0.3",
  6539. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  6540. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6541. "dependencies": {
  6542. "is-extglob": "^2.1.1"
  6543. },
  6544. "engines": {
  6545. "node": ">=0.10.0"
  6546. }
  6547. },
  6548. "node_modules/is-inside-container": {
  6549. "version": "1.0.0",
  6550. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  6551. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  6552. "dependencies": {
  6553. "is-docker": "^3.0.0"
  6554. },
  6555. "bin": {
  6556. "is-inside-container": "cli.js"
  6557. },
  6558. "engines": {
  6559. "node": ">=14.16"
  6560. },
  6561. "funding": {
  6562. "url": "https://github.com/sponsors/sindresorhus"
  6563. }
  6564. },
  6565. "node_modules/is-installed-globally": {
  6566. "version": "1.0.0",
  6567. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  6568. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  6569. "dependencies": {
  6570. "global-directory": "^4.0.1",
  6571. "is-path-inside": "^4.0.0"
  6572. },
  6573. "engines": {
  6574. "node": ">=18"
  6575. },
  6576. "funding": {
  6577. "url": "https://github.com/sponsors/sindresorhus"
  6578. }
  6579. },
  6580. "node_modules/is-lambda": {
  6581. "version": "1.0.1",
  6582. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  6583. "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
  6584. },
  6585. "node_modules/is-module": {
  6586. "version": "1.0.0",
  6587. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  6588. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  6589. },
  6590. "node_modules/is-node-process": {
  6591. "version": "1.2.0",
  6592. "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
  6593. "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw=="
  6594. },
  6595. "node_modules/is-number": {
  6596. "version": "7.0.0",
  6597. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  6598. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6599. "engines": {
  6600. "node": ">=0.12.0"
  6601. }
  6602. },
  6603. "node_modules/is-path-inside": {
  6604. "version": "4.0.0",
  6605. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  6606. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  6607. "engines": {
  6608. "node": ">=12"
  6609. },
  6610. "funding": {
  6611. "url": "https://github.com/sponsors/sindresorhus"
  6612. }
  6613. },
  6614. "node_modules/is-primitive": {
  6615. "version": "3.0.1",
  6616. "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-3.0.1.tgz",
  6617. "integrity": "sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w==",
  6618. "engines": {
  6619. "node": ">=0.10.0"
  6620. }
  6621. },
  6622. "node_modules/is-reference": {
  6623. "version": "1.2.1",
  6624. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  6625. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  6626. "dependencies": {
  6627. "@types/estree": "*"
  6628. }
  6629. },
  6630. "node_modules/is-ssh": {
  6631. "version": "1.4.0",
  6632. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  6633. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  6634. "dependencies": {
  6635. "protocols": "^2.0.1"
  6636. }
  6637. },
  6638. "node_modules/is-stream": {
  6639. "version": "3.0.0",
  6640. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  6641. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6642. "engines": {
  6643. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6644. },
  6645. "funding": {
  6646. "url": "https://github.com/sponsors/sindresorhus"
  6647. }
  6648. },
  6649. "node_modules/is-what": {
  6650. "version": "3.14.1",
  6651. "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz",
  6652. "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
  6653. "devOptional": true
  6654. },
  6655. "node_modules/is-wsl": {
  6656. "version": "3.1.0",
  6657. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  6658. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  6659. "dependencies": {
  6660. "is-inside-container": "^1.0.0"
  6661. },
  6662. "engines": {
  6663. "node": ">=16"
  6664. },
  6665. "funding": {
  6666. "url": "https://github.com/sponsors/sindresorhus"
  6667. }
  6668. },
  6669. "node_modules/is64bit": {
  6670. "version": "2.0.0",
  6671. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  6672. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  6673. "dependencies": {
  6674. "system-architecture": "^0.1.0"
  6675. },
  6676. "engines": {
  6677. "node": ">=18"
  6678. },
  6679. "funding": {
  6680. "url": "https://github.com/sponsors/sindresorhus"
  6681. }
  6682. },
  6683. "node_modules/isarray": {
  6684. "version": "1.0.0",
  6685. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  6686. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  6687. },
  6688. "node_modules/isexe": {
  6689. "version": "2.0.0",
  6690. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6691. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  6692. },
  6693. "node_modules/jackspeak": {
  6694. "version": "2.3.6",
  6695. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
  6696. "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
  6697. "dependencies": {
  6698. "@isaacs/cliui": "^8.0.2"
  6699. },
  6700. "engines": {
  6701. "node": ">=14"
  6702. },
  6703. "funding": {
  6704. "url": "https://github.com/sponsors/isaacs"
  6705. },
  6706. "optionalDependencies": {
  6707. "@pkgjs/parseargs": "^0.11.0"
  6708. }
  6709. },
  6710. "node_modules/jiti": {
  6711. "version": "1.21.0",
  6712. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
  6713. "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
  6714. "bin": {
  6715. "jiti": "bin/jiti.js"
  6716. }
  6717. },
  6718. "node_modules/js-tokens": {
  6719. "version": "4.0.0",
  6720. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6721. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6722. },
  6723. "node_modules/js-yaml": {
  6724. "version": "4.1.0",
  6725. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  6726. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6727. "dependencies": {
  6728. "argparse": "^2.0.1"
  6729. },
  6730. "bin": {
  6731. "js-yaml": "bin/js-yaml.js"
  6732. }
  6733. },
  6734. "node_modules/jsbn": {
  6735. "version": "1.1.0",
  6736. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
  6737. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
  6738. },
  6739. "node_modules/jsesc": {
  6740. "version": "2.5.2",
  6741. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  6742. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  6743. "bin": {
  6744. "jsesc": "bin/jsesc"
  6745. },
  6746. "engines": {
  6747. "node": ">=4"
  6748. }
  6749. },
  6750. "node_modules/json-parse-even-better-errors": {
  6751. "version": "3.0.2",
  6752. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
  6753. "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
  6754. "engines": {
  6755. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6756. }
  6757. },
  6758. "node_modules/json5": {
  6759. "version": "2.2.3",
  6760. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6761. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6762. "bin": {
  6763. "json5": "lib/cli.js"
  6764. },
  6765. "engines": {
  6766. "node": ">=6"
  6767. }
  6768. },
  6769. "node_modules/jsonfile": {
  6770. "version": "6.1.0",
  6771. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  6772. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6773. "dependencies": {
  6774. "universalify": "^2.0.0"
  6775. },
  6776. "optionalDependencies": {
  6777. "graceful-fs": "^4.1.6"
  6778. }
  6779. },
  6780. "node_modules/jsonparse": {
  6781. "version": "1.3.1",
  6782. "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
  6783. "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
  6784. "engines": [
  6785. "node >= 0.2.0"
  6786. ]
  6787. },
  6788. "node_modules/kleur": {
  6789. "version": "3.0.3",
  6790. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  6791. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  6792. "engines": {
  6793. "node": ">=6"
  6794. }
  6795. },
  6796. "node_modules/klona": {
  6797. "version": "2.0.6",
  6798. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  6799. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6800. "engines": {
  6801. "node": ">= 8"
  6802. }
  6803. },
  6804. "node_modules/knitwork": {
  6805. "version": "1.1.0",
  6806. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  6807. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  6808. },
  6809. "node_modules/kolorist": {
  6810. "version": "1.8.0",
  6811. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  6812. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  6813. },
  6814. "node_modules/launch-editor": {
  6815. "version": "2.6.1",
  6816. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz",
  6817. "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
  6818. "dependencies": {
  6819. "picocolors": "^1.0.0",
  6820. "shell-quote": "^1.8.1"
  6821. }
  6822. },
  6823. "node_modules/lazystream": {
  6824. "version": "1.0.1",
  6825. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  6826. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6827. "dependencies": {
  6828. "readable-stream": "^2.0.5"
  6829. },
  6830. "engines": {
  6831. "node": ">= 0.6.3"
  6832. }
  6833. },
  6834. "node_modules/lazystream/node_modules/readable-stream": {
  6835. "version": "2.3.8",
  6836. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  6837. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6838. "dependencies": {
  6839. "core-util-is": "~1.0.0",
  6840. "inherits": "~2.0.3",
  6841. "isarray": "~1.0.0",
  6842. "process-nextick-args": "~2.0.0",
  6843. "safe-buffer": "~5.1.1",
  6844. "string_decoder": "~1.1.1",
  6845. "util-deprecate": "~1.0.1"
  6846. }
  6847. },
  6848. "node_modules/lazystream/node_modules/safe-buffer": {
  6849. "version": "5.1.2",
  6850. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6851. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  6852. },
  6853. "node_modules/lazystream/node_modules/string_decoder": {
  6854. "version": "1.1.1",
  6855. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6856. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6857. "dependencies": {
  6858. "safe-buffer": "~5.1.0"
  6859. }
  6860. },
  6861. "node_modules/less": {
  6862. "version": "4.2.0",
  6863. "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz",
  6864. "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==",
  6865. "devOptional": true,
  6866. "dependencies": {
  6867. "copy-anything": "^2.0.1",
  6868. "parse-node-version": "^1.0.1",
  6869. "tslib": "^2.3.0"
  6870. },
  6871. "bin": {
  6872. "lessc": "bin/lessc"
  6873. },
  6874. "engines": {
  6875. "node": ">=6"
  6876. },
  6877. "optionalDependencies": {
  6878. "errno": "^0.1.1",
  6879. "graceful-fs": "^4.1.2",
  6880. "image-size": "~0.5.0",
  6881. "make-dir": "^2.1.0",
  6882. "mime": "^1.4.1",
  6883. "needle": "^3.1.0",
  6884. "source-map": "~0.6.0"
  6885. }
  6886. },
  6887. "node_modules/less/node_modules/make-dir": {
  6888. "version": "2.1.0",
  6889. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  6890. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  6891. "dev": true,
  6892. "optional": true,
  6893. "dependencies": {
  6894. "pify": "^4.0.1",
  6895. "semver": "^5.6.0"
  6896. },
  6897. "engines": {
  6898. "node": ">=6"
  6899. }
  6900. },
  6901. "node_modules/less/node_modules/mime": {
  6902. "version": "1.6.0",
  6903. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  6904. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  6905. "dev": true,
  6906. "optional": true,
  6907. "bin": {
  6908. "mime": "cli.js"
  6909. },
  6910. "engines": {
  6911. "node": ">=4"
  6912. }
  6913. },
  6914. "node_modules/less/node_modules/semver": {
  6915. "version": "5.7.2",
  6916. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  6917. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  6918. "dev": true,
  6919. "optional": true,
  6920. "bin": {
  6921. "semver": "bin/semver"
  6922. }
  6923. },
  6924. "node_modules/less/node_modules/source-map": {
  6925. "version": "0.6.1",
  6926. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6927. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6928. "dev": true,
  6929. "optional": true,
  6930. "engines": {
  6931. "node": ">=0.10.0"
  6932. }
  6933. },
  6934. "node_modules/lilconfig": {
  6935. "version": "3.1.1",
  6936. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
  6937. "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
  6938. "engines": {
  6939. "node": ">=14"
  6940. },
  6941. "funding": {
  6942. "url": "https://github.com/sponsors/antonk52"
  6943. }
  6944. },
  6945. "node_modules/listhen": {
  6946. "version": "1.7.2",
  6947. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.7.2.tgz",
  6948. "integrity": "sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==",
  6949. "dependencies": {
  6950. "@parcel/watcher": "^2.4.1",
  6951. "@parcel/watcher-wasm": "^2.4.1",
  6952. "citty": "^0.1.6",
  6953. "clipboardy": "^4.0.0",
  6954. "consola": "^3.2.3",
  6955. "crossws": "^0.2.0",
  6956. "defu": "^6.1.4",
  6957. "get-port-please": "^3.1.2",
  6958. "h3": "^1.10.2",
  6959. "http-shutdown": "^1.2.2",
  6960. "jiti": "^1.21.0",
  6961. "mlly": "^1.6.1",
  6962. "node-forge": "^1.3.1",
  6963. "pathe": "^1.1.2",
  6964. "std-env": "^3.7.0",
  6965. "ufo": "^1.4.0",
  6966. "untun": "^0.1.3",
  6967. "uqr": "^0.1.2"
  6968. },
  6969. "bin": {
  6970. "listen": "bin/listhen.mjs",
  6971. "listhen": "bin/listhen.mjs"
  6972. }
  6973. },
  6974. "node_modules/local-pkg": {
  6975. "version": "0.5.0",
  6976. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  6977. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  6978. "dependencies": {
  6979. "mlly": "^1.4.2",
  6980. "pkg-types": "^1.0.3"
  6981. },
  6982. "engines": {
  6983. "node": ">=14"
  6984. },
  6985. "funding": {
  6986. "url": "https://github.com/sponsors/antfu"
  6987. }
  6988. },
  6989. "node_modules/locate-path": {
  6990. "version": "6.0.0",
  6991. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  6992. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6993. "peer": true,
  6994. "dependencies": {
  6995. "p-locate": "^5.0.0"
  6996. },
  6997. "engines": {
  6998. "node": ">=10"
  6999. },
  7000. "funding": {
  7001. "url": "https://github.com/sponsors/sindresorhus"
  7002. }
  7003. },
  7004. "node_modules/lodash": {
  7005. "version": "4.17.21",
  7006. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  7007. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  7008. },
  7009. "node_modules/lodash-es": {
  7010. "version": "4.17.21",
  7011. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
  7012. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  7013. },
  7014. "node_modules/lodash-unified": {
  7015. "version": "1.0.3",
  7016. "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  7017. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  7018. "peerDependencies": {
  7019. "@types/lodash-es": "*",
  7020. "lodash": "*",
  7021. "lodash-es": "*"
  7022. }
  7023. },
  7024. "node_modules/lodash.defaults": {
  7025. "version": "4.2.0",
  7026. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  7027. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  7028. },
  7029. "node_modules/lodash.isarguments": {
  7030. "version": "3.1.0",
  7031. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  7032. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  7033. },
  7034. "node_modules/lodash.memoize": {
  7035. "version": "4.1.2",
  7036. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  7037. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  7038. },
  7039. "node_modules/lodash.merge": {
  7040. "version": "4.6.2",
  7041. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  7042. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  7043. },
  7044. "node_modules/lodash.uniq": {
  7045. "version": "4.5.0",
  7046. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  7047. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  7048. },
  7049. "node_modules/lru-cache": {
  7050. "version": "5.1.1",
  7051. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  7052. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  7053. "dependencies": {
  7054. "yallist": "^3.0.2"
  7055. }
  7056. },
  7057. "node_modules/magic-string": {
  7058. "version": "0.30.10",
  7059. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz",
  7060. "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
  7061. "dependencies": {
  7062. "@jridgewell/sourcemap-codec": "^1.4.15"
  7063. }
  7064. },
  7065. "node_modules/magic-string-ast": {
  7066. "version": "0.5.0",
  7067. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.5.0.tgz",
  7068. "integrity": "sha512-mxjxZ5zoR4+ybulZ7Z5qdZUTdAfiKJ1Il80kN/I4jWsHTTqNKZ9KsBa3Jepo+3U09I04qiyC2+7MZD8v4rJOoA==",
  7069. "dependencies": {
  7070. "magic-string": "^0.30.9"
  7071. },
  7072. "engines": {
  7073. "node": ">=16.14.0"
  7074. }
  7075. },
  7076. "node_modules/magicast": {
  7077. "version": "0.3.4",
  7078. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz",
  7079. "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==",
  7080. "dependencies": {
  7081. "@babel/parser": "^7.24.4",
  7082. "@babel/types": "^7.24.0",
  7083. "source-map-js": "^1.2.0"
  7084. }
  7085. },
  7086. "node_modules/make-dir": {
  7087. "version": "3.1.0",
  7088. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  7089. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  7090. "dependencies": {
  7091. "semver": "^6.0.0"
  7092. },
  7093. "engines": {
  7094. "node": ">=8"
  7095. },
  7096. "funding": {
  7097. "url": "https://github.com/sponsors/sindresorhus"
  7098. }
  7099. },
  7100. "node_modules/make-dir/node_modules/semver": {
  7101. "version": "6.3.1",
  7102. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  7103. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7104. "bin": {
  7105. "semver": "bin/semver.js"
  7106. }
  7107. },
  7108. "node_modules/make-fetch-happen": {
  7109. "version": "13.0.1",
  7110. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
  7111. "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
  7112. "dependencies": {
  7113. "@npmcli/agent": "^2.0.0",
  7114. "cacache": "^18.0.0",
  7115. "http-cache-semantics": "^4.1.1",
  7116. "is-lambda": "^1.0.1",
  7117. "minipass": "^7.0.2",
  7118. "minipass-fetch": "^3.0.0",
  7119. "minipass-flush": "^1.0.5",
  7120. "minipass-pipeline": "^1.2.4",
  7121. "negotiator": "^0.6.3",
  7122. "proc-log": "^4.2.0",
  7123. "promise-retry": "^2.0.1",
  7124. "ssri": "^10.0.0"
  7125. },
  7126. "engines": {
  7127. "node": "^16.14.0 || >=18.0.0"
  7128. }
  7129. },
  7130. "node_modules/mdn-data": {
  7131. "version": "2.0.30",
  7132. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  7133. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  7134. },
  7135. "node_modules/memoize-one": {
  7136. "version": "6.0.0",
  7137. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  7138. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw=="
  7139. },
  7140. "node_modules/merge-stream": {
  7141. "version": "2.0.0",
  7142. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  7143. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  7144. },
  7145. "node_modules/merge2": {
  7146. "version": "1.4.1",
  7147. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  7148. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  7149. "engines": {
  7150. "node": ">= 8"
  7151. }
  7152. },
  7153. "node_modules/micromatch": {
  7154. "version": "4.0.5",
  7155. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  7156. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  7157. "dependencies": {
  7158. "braces": "^3.0.2",
  7159. "picomatch": "^2.3.1"
  7160. },
  7161. "engines": {
  7162. "node": ">=8.6"
  7163. }
  7164. },
  7165. "node_modules/mime": {
  7166. "version": "4.0.3",
  7167. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.3.tgz",
  7168. "integrity": "sha512-KgUb15Oorc0NEKPbvfa0wRU+PItIEZmiv+pyAO2i0oTIVTJhlzMclU7w4RXWQrSOVH5ax/p/CkIO7KI4OyFJTQ==",
  7169. "funding": [
  7170. "https://github.com/sponsors/broofa"
  7171. ],
  7172. "bin": {
  7173. "mime": "bin/cli.js"
  7174. },
  7175. "engines": {
  7176. "node": ">=16"
  7177. }
  7178. },
  7179. "node_modules/mimic-fn": {
  7180. "version": "4.0.0",
  7181. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  7182. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  7183. "engines": {
  7184. "node": ">=12"
  7185. },
  7186. "funding": {
  7187. "url": "https://github.com/sponsors/sindresorhus"
  7188. }
  7189. },
  7190. "node_modules/minimatch": {
  7191. "version": "5.1.6",
  7192. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  7193. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  7194. "dependencies": {
  7195. "brace-expansion": "^2.0.1"
  7196. },
  7197. "engines": {
  7198. "node": ">=10"
  7199. }
  7200. },
  7201. "node_modules/minipass": {
  7202. "version": "7.1.0",
  7203. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.0.tgz",
  7204. "integrity": "sha512-oGZRv2OT1lO2UF1zUcwdTb3wqUwI0kBGTgt/T7OdSj6M6N5m3o5uPf0AIW6lVxGGoiWUR7e2AwTE+xiwK8WQig==",
  7205. "engines": {
  7206. "node": ">=16 || 14 >=14.17"
  7207. }
  7208. },
  7209. "node_modules/minipass-collect": {
  7210. "version": "2.0.1",
  7211. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
  7212. "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
  7213. "dependencies": {
  7214. "minipass": "^7.0.3"
  7215. },
  7216. "engines": {
  7217. "node": ">=16 || 14 >=14.17"
  7218. }
  7219. },
  7220. "node_modules/minipass-fetch": {
  7221. "version": "3.0.5",
  7222. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz",
  7223. "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==",
  7224. "dependencies": {
  7225. "minipass": "^7.0.3",
  7226. "minipass-sized": "^1.0.3",
  7227. "minizlib": "^2.1.2"
  7228. },
  7229. "engines": {
  7230. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7231. },
  7232. "optionalDependencies": {
  7233. "encoding": "^0.1.13"
  7234. }
  7235. },
  7236. "node_modules/minipass-flush": {
  7237. "version": "1.0.5",
  7238. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  7239. "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  7240. "dependencies": {
  7241. "minipass": "^3.0.0"
  7242. },
  7243. "engines": {
  7244. "node": ">= 8"
  7245. }
  7246. },
  7247. "node_modules/minipass-flush/node_modules/minipass": {
  7248. "version": "3.3.6",
  7249. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7250. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7251. "dependencies": {
  7252. "yallist": "^4.0.0"
  7253. },
  7254. "engines": {
  7255. "node": ">=8"
  7256. }
  7257. },
  7258. "node_modules/minipass-flush/node_modules/yallist": {
  7259. "version": "4.0.0",
  7260. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7261. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7262. },
  7263. "node_modules/minipass-json-stream": {
  7264. "version": "1.0.1",
  7265. "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
  7266. "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
  7267. "dependencies": {
  7268. "jsonparse": "^1.3.1",
  7269. "minipass": "^3.0.0"
  7270. }
  7271. },
  7272. "node_modules/minipass-json-stream/node_modules/minipass": {
  7273. "version": "3.3.6",
  7274. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7275. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7276. "dependencies": {
  7277. "yallist": "^4.0.0"
  7278. },
  7279. "engines": {
  7280. "node": ">=8"
  7281. }
  7282. },
  7283. "node_modules/minipass-json-stream/node_modules/yallist": {
  7284. "version": "4.0.0",
  7285. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7286. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7287. },
  7288. "node_modules/minipass-pipeline": {
  7289. "version": "1.2.4",
  7290. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  7291. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  7292. "dependencies": {
  7293. "minipass": "^3.0.0"
  7294. },
  7295. "engines": {
  7296. "node": ">=8"
  7297. }
  7298. },
  7299. "node_modules/minipass-pipeline/node_modules/minipass": {
  7300. "version": "3.3.6",
  7301. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7302. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7303. "dependencies": {
  7304. "yallist": "^4.0.0"
  7305. },
  7306. "engines": {
  7307. "node": ">=8"
  7308. }
  7309. },
  7310. "node_modules/minipass-pipeline/node_modules/yallist": {
  7311. "version": "4.0.0",
  7312. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7313. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7314. },
  7315. "node_modules/minipass-sized": {
  7316. "version": "1.0.3",
  7317. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  7318. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  7319. "dependencies": {
  7320. "minipass": "^3.0.0"
  7321. },
  7322. "engines": {
  7323. "node": ">=8"
  7324. }
  7325. },
  7326. "node_modules/minipass-sized/node_modules/minipass": {
  7327. "version": "3.3.6",
  7328. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7329. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7330. "dependencies": {
  7331. "yallist": "^4.0.0"
  7332. },
  7333. "engines": {
  7334. "node": ">=8"
  7335. }
  7336. },
  7337. "node_modules/minipass-sized/node_modules/yallist": {
  7338. "version": "4.0.0",
  7339. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7340. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7341. },
  7342. "node_modules/minizlib": {
  7343. "version": "2.1.2",
  7344. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  7345. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  7346. "dependencies": {
  7347. "minipass": "^3.0.0",
  7348. "yallist": "^4.0.0"
  7349. },
  7350. "engines": {
  7351. "node": ">= 8"
  7352. }
  7353. },
  7354. "node_modules/minizlib/node_modules/minipass": {
  7355. "version": "3.3.6",
  7356. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7357. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7358. "dependencies": {
  7359. "yallist": "^4.0.0"
  7360. },
  7361. "engines": {
  7362. "node": ">=8"
  7363. }
  7364. },
  7365. "node_modules/minizlib/node_modules/yallist": {
  7366. "version": "4.0.0",
  7367. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7368. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7369. },
  7370. "node_modules/mitt": {
  7371. "version": "3.0.1",
  7372. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  7373. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  7374. },
  7375. "node_modules/mkdirp": {
  7376. "version": "1.0.4",
  7377. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  7378. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  7379. "bin": {
  7380. "mkdirp": "bin/cmd.js"
  7381. },
  7382. "engines": {
  7383. "node": ">=10"
  7384. }
  7385. },
  7386. "node_modules/mlly": {
  7387. "version": "1.7.0",
  7388. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.0.tgz",
  7389. "integrity": "sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==",
  7390. "dependencies": {
  7391. "acorn": "^8.11.3",
  7392. "pathe": "^1.1.2",
  7393. "pkg-types": "^1.1.0",
  7394. "ufo": "^1.5.3"
  7395. }
  7396. },
  7397. "node_modules/mri": {
  7398. "version": "1.2.0",
  7399. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  7400. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  7401. "engines": {
  7402. "node": ">=4"
  7403. }
  7404. },
  7405. "node_modules/mrmime": {
  7406. "version": "2.0.0",
  7407. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  7408. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  7409. "engines": {
  7410. "node": ">=10"
  7411. }
  7412. },
  7413. "node_modules/ms": {
  7414. "version": "2.1.2",
  7415. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  7416. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  7417. },
  7418. "node_modules/nanoid": {
  7419. "version": "5.0.7",
  7420. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  7421. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  7422. "funding": [
  7423. {
  7424. "type": "github",
  7425. "url": "https://github.com/sponsors/ai"
  7426. }
  7427. ],
  7428. "bin": {
  7429. "nanoid": "bin/nanoid.js"
  7430. },
  7431. "engines": {
  7432. "node": "^18 || >=20"
  7433. }
  7434. },
  7435. "node_modules/needle": {
  7436. "version": "3.3.1",
  7437. "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz",
  7438. "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
  7439. "dev": true,
  7440. "optional": true,
  7441. "dependencies": {
  7442. "iconv-lite": "^0.6.3",
  7443. "sax": "^1.2.4"
  7444. },
  7445. "bin": {
  7446. "needle": "bin/needle"
  7447. },
  7448. "engines": {
  7449. "node": ">= 4.4.x"
  7450. }
  7451. },
  7452. "node_modules/negotiator": {
  7453. "version": "0.6.3",
  7454. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  7455. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  7456. "engines": {
  7457. "node": ">= 0.6"
  7458. }
  7459. },
  7460. "node_modules/nitropack": {
  7461. "version": "2.9.6",
  7462. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.6.tgz",
  7463. "integrity": "sha512-HP2PE0dREcDIBVkL8Zm6eVyrDd10/GI9hTL00PHvjUM8I9Y/2cv73wRDmxNyInfrx/CJKHATb2U/pQrqpzJyXA==",
  7464. "dependencies": {
  7465. "@cloudflare/kv-asset-handler": "^0.3.1",
  7466. "@netlify/functions": "^2.6.0",
  7467. "@rollup/plugin-alias": "^5.1.0",
  7468. "@rollup/plugin-commonjs": "^25.0.7",
  7469. "@rollup/plugin-inject": "^5.0.5",
  7470. "@rollup/plugin-json": "^6.1.0",
  7471. "@rollup/plugin-node-resolve": "^15.2.3",
  7472. "@rollup/plugin-replace": "^5.0.5",
  7473. "@rollup/plugin-terser": "^0.4.4",
  7474. "@rollup/pluginutils": "^5.1.0",
  7475. "@types/http-proxy": "^1.17.14",
  7476. "@vercel/nft": "^0.26.4",
  7477. "archiver": "^7.0.1",
  7478. "c12": "^1.10.0",
  7479. "chalk": "^5.3.0",
  7480. "chokidar": "^3.6.0",
  7481. "citty": "^0.1.6",
  7482. "consola": "^3.2.3",
  7483. "cookie-es": "^1.1.0",
  7484. "croner": "^8.0.1",
  7485. "crossws": "^0.2.4",
  7486. "db0": "^0.1.4",
  7487. "defu": "^6.1.4",
  7488. "destr": "^2.0.3",
  7489. "dot-prop": "^8.0.2",
  7490. "esbuild": "^0.20.2",
  7491. "escape-string-regexp": "^5.0.0",
  7492. "etag": "^1.8.1",
  7493. "fs-extra": "^11.2.0",
  7494. "globby": "^14.0.1",
  7495. "gzip-size": "^7.0.0",
  7496. "h3": "^1.11.1",
  7497. "hookable": "^5.5.3",
  7498. "httpxy": "^0.1.5",
  7499. "ioredis": "^5.3.2",
  7500. "is-primitive": "^3.0.1",
  7501. "jiti": "^1.21.0",
  7502. "klona": "^2.0.6",
  7503. "knitwork": "^1.1.0",
  7504. "listhen": "^1.7.2",
  7505. "magic-string": "^0.30.8",
  7506. "mime": "^4.0.1",
  7507. "mlly": "^1.6.1",
  7508. "mri": "^1.2.0",
  7509. "node-fetch-native": "^1.6.4",
  7510. "ofetch": "^1.3.4",
  7511. "ohash": "^1.1.3",
  7512. "openapi-typescript": "^6.7.5",
  7513. "pathe": "^1.1.2",
  7514. "perfect-debounce": "^1.0.0",
  7515. "pkg-types": "^1.0.3",
  7516. "pretty-bytes": "^6.1.1",
  7517. "radix3": "^1.1.2",
  7518. "rollup": "^4.13.2",
  7519. "rollup-plugin-visualizer": "^5.12.0",
  7520. "scule": "^1.3.0",
  7521. "semver": "^7.6.0",
  7522. "serve-placeholder": "^2.0.1",
  7523. "serve-static": "^1.15.0",
  7524. "std-env": "^3.7.0",
  7525. "ufo": "^1.5.3",
  7526. "uncrypto": "^0.1.3",
  7527. "unctx": "^2.3.1",
  7528. "unenv": "^1.9.0",
  7529. "unimport": "^3.7.1",
  7530. "unstorage": "^1.10.2",
  7531. "unwasm": "^0.3.9"
  7532. },
  7533. "bin": {
  7534. "nitro": "dist/cli/index.mjs",
  7535. "nitropack": "dist/cli/index.mjs"
  7536. },
  7537. "engines": {
  7538. "node": "^16.11.0 || >=17.0.0"
  7539. },
  7540. "peerDependencies": {
  7541. "xml2js": "^0.6.2"
  7542. },
  7543. "peerDependenciesMeta": {
  7544. "xml2js": {
  7545. "optional": true
  7546. }
  7547. }
  7548. },
  7549. "node_modules/nitropack/node_modules/chalk": {
  7550. "version": "5.3.0",
  7551. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  7552. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  7553. "engines": {
  7554. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  7555. },
  7556. "funding": {
  7557. "url": "https://github.com/chalk/chalk?sponsor=1"
  7558. }
  7559. },
  7560. "node_modules/node-addon-api": {
  7561. "version": "7.1.0",
  7562. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
  7563. "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
  7564. "engines": {
  7565. "node": "^16 || ^18 || >= 20"
  7566. }
  7567. },
  7568. "node_modules/node-fetch": {
  7569. "version": "2.7.0",
  7570. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  7571. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  7572. "dependencies": {
  7573. "whatwg-url": "^5.0.0"
  7574. },
  7575. "engines": {
  7576. "node": "4.x || >=6.0.0"
  7577. },
  7578. "peerDependencies": {
  7579. "encoding": "^0.1.0"
  7580. },
  7581. "peerDependenciesMeta": {
  7582. "encoding": {
  7583. "optional": true
  7584. }
  7585. }
  7586. },
  7587. "node_modules/node-fetch-native": {
  7588. "version": "1.6.4",
  7589. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  7590. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  7591. },
  7592. "node_modules/node-forge": {
  7593. "version": "1.3.1",
  7594. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  7595. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  7596. "engines": {
  7597. "node": ">= 6.13.0"
  7598. }
  7599. },
  7600. "node_modules/node-gyp": {
  7601. "version": "10.1.0",
  7602. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
  7603. "integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
  7604. "dependencies": {
  7605. "env-paths": "^2.2.0",
  7606. "exponential-backoff": "^3.1.1",
  7607. "glob": "^10.3.10",
  7608. "graceful-fs": "^4.2.6",
  7609. "make-fetch-happen": "^13.0.0",
  7610. "nopt": "^7.0.0",
  7611. "proc-log": "^3.0.0",
  7612. "semver": "^7.3.5",
  7613. "tar": "^6.1.2",
  7614. "which": "^4.0.0"
  7615. },
  7616. "bin": {
  7617. "node-gyp": "bin/node-gyp.js"
  7618. },
  7619. "engines": {
  7620. "node": "^16.14.0 || >=18.0.0"
  7621. }
  7622. },
  7623. "node_modules/node-gyp-build": {
  7624. "version": "4.8.1",
  7625. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
  7626. "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
  7627. "bin": {
  7628. "node-gyp-build": "bin.js",
  7629. "node-gyp-build-optional": "optional.js",
  7630. "node-gyp-build-test": "build-test.js"
  7631. }
  7632. },
  7633. "node_modules/node-gyp/node_modules/abbrev": {
  7634. "version": "2.0.0",
  7635. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
  7636. "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  7637. "engines": {
  7638. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7639. }
  7640. },
  7641. "node_modules/node-gyp/node_modules/glob": {
  7642. "version": "10.3.12",
  7643. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
  7644. "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
  7645. "dependencies": {
  7646. "foreground-child": "^3.1.0",
  7647. "jackspeak": "^2.3.6",
  7648. "minimatch": "^9.0.1",
  7649. "minipass": "^7.0.4",
  7650. "path-scurry": "^1.10.2"
  7651. },
  7652. "bin": {
  7653. "glob": "dist/esm/bin.mjs"
  7654. },
  7655. "engines": {
  7656. "node": ">=16 || 14 >=14.17"
  7657. },
  7658. "funding": {
  7659. "url": "https://github.com/sponsors/isaacs"
  7660. }
  7661. },
  7662. "node_modules/node-gyp/node_modules/isexe": {
  7663. "version": "3.1.1",
  7664. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7665. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7666. "engines": {
  7667. "node": ">=16"
  7668. }
  7669. },
  7670. "node_modules/node-gyp/node_modules/minimatch": {
  7671. "version": "9.0.4",
  7672. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  7673. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  7674. "dependencies": {
  7675. "brace-expansion": "^2.0.1"
  7676. },
  7677. "engines": {
  7678. "node": ">=16 || 14 >=14.17"
  7679. },
  7680. "funding": {
  7681. "url": "https://github.com/sponsors/isaacs"
  7682. }
  7683. },
  7684. "node_modules/node-gyp/node_modules/nopt": {
  7685. "version": "7.2.1",
  7686. "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
  7687. "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  7688. "dependencies": {
  7689. "abbrev": "^2.0.0"
  7690. },
  7691. "bin": {
  7692. "nopt": "bin/nopt.js"
  7693. },
  7694. "engines": {
  7695. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7696. }
  7697. },
  7698. "node_modules/node-gyp/node_modules/proc-log": {
  7699. "version": "3.0.0",
  7700. "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
  7701. "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
  7702. "engines": {
  7703. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7704. }
  7705. },
  7706. "node_modules/node-gyp/node_modules/which": {
  7707. "version": "4.0.0",
  7708. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  7709. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  7710. "dependencies": {
  7711. "isexe": "^3.1.1"
  7712. },
  7713. "bin": {
  7714. "node-which": "bin/which.js"
  7715. },
  7716. "engines": {
  7717. "node": "^16.13.0 || >=18.0.0"
  7718. }
  7719. },
  7720. "node_modules/node-releases": {
  7721. "version": "2.0.14",
  7722. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
  7723. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  7724. },
  7725. "node_modules/nopt": {
  7726. "version": "5.0.0",
  7727. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  7728. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  7729. "dependencies": {
  7730. "abbrev": "1"
  7731. },
  7732. "bin": {
  7733. "nopt": "bin/nopt.js"
  7734. },
  7735. "engines": {
  7736. "node": ">=6"
  7737. }
  7738. },
  7739. "node_modules/normalize-package-data": {
  7740. "version": "6.0.1",
  7741. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
  7742. "integrity": "sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==",
  7743. "dependencies": {
  7744. "hosted-git-info": "^7.0.0",
  7745. "is-core-module": "^2.8.1",
  7746. "semver": "^7.3.5",
  7747. "validate-npm-package-license": "^3.0.4"
  7748. },
  7749. "engines": {
  7750. "node": "^16.14.0 || >=18.0.0"
  7751. }
  7752. },
  7753. "node_modules/normalize-path": {
  7754. "version": "3.0.0",
  7755. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  7756. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7757. "engines": {
  7758. "node": ">=0.10.0"
  7759. }
  7760. },
  7761. "node_modules/normalize-range": {
  7762. "version": "0.1.2",
  7763. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  7764. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7765. "engines": {
  7766. "node": ">=0.10.0"
  7767. }
  7768. },
  7769. "node_modules/normalize-wheel-es": {
  7770. "version": "1.2.0",
  7771. "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  7772. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw=="
  7773. },
  7774. "node_modules/npm-bundled": {
  7775. "version": "3.0.1",
  7776. "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz",
  7777. "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==",
  7778. "dependencies": {
  7779. "npm-normalize-package-bin": "^3.0.0"
  7780. },
  7781. "engines": {
  7782. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7783. }
  7784. },
  7785. "node_modules/npm-install-checks": {
  7786. "version": "6.3.0",
  7787. "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
  7788. "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
  7789. "dependencies": {
  7790. "semver": "^7.1.1"
  7791. },
  7792. "engines": {
  7793. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7794. }
  7795. },
  7796. "node_modules/npm-normalize-package-bin": {
  7797. "version": "3.0.1",
  7798. "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
  7799. "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
  7800. "engines": {
  7801. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7802. }
  7803. },
  7804. "node_modules/npm-package-arg": {
  7805. "version": "11.0.2",
  7806. "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz",
  7807. "integrity": "sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==",
  7808. "dependencies": {
  7809. "hosted-git-info": "^7.0.0",
  7810. "proc-log": "^4.0.0",
  7811. "semver": "^7.3.5",
  7812. "validate-npm-package-name": "^5.0.0"
  7813. },
  7814. "engines": {
  7815. "node": "^16.14.0 || >=18.0.0"
  7816. }
  7817. },
  7818. "node_modules/npm-packlist": {
  7819. "version": "8.0.2",
  7820. "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
  7821. "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
  7822. "dependencies": {
  7823. "ignore-walk": "^6.0.4"
  7824. },
  7825. "engines": {
  7826. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7827. }
  7828. },
  7829. "node_modules/npm-pick-manifest": {
  7830. "version": "9.0.1",
  7831. "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz",
  7832. "integrity": "sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==",
  7833. "dependencies": {
  7834. "npm-install-checks": "^6.0.0",
  7835. "npm-normalize-package-bin": "^3.0.0",
  7836. "npm-package-arg": "^11.0.0",
  7837. "semver": "^7.3.5"
  7838. },
  7839. "engines": {
  7840. "node": "^16.14.0 || >=18.0.0"
  7841. }
  7842. },
  7843. "node_modules/npm-registry-fetch": {
  7844. "version": "17.0.1",
  7845. "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
  7846. "integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
  7847. "dependencies": {
  7848. "@npmcli/redact": "^2.0.0",
  7849. "make-fetch-happen": "^13.0.0",
  7850. "minipass": "^7.0.2",
  7851. "minipass-fetch": "^3.0.0",
  7852. "minipass-json-stream": "^1.0.1",
  7853. "minizlib": "^2.1.2",
  7854. "npm-package-arg": "^11.0.0",
  7855. "proc-log": "^4.0.0"
  7856. },
  7857. "engines": {
  7858. "node": "^16.14.0 || >=18.0.0"
  7859. }
  7860. },
  7861. "node_modules/npm-run-path": {
  7862. "version": "5.3.0",
  7863. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  7864. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  7865. "dependencies": {
  7866. "path-key": "^4.0.0"
  7867. },
  7868. "engines": {
  7869. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7870. },
  7871. "funding": {
  7872. "url": "https://github.com/sponsors/sindresorhus"
  7873. }
  7874. },
  7875. "node_modules/npm-run-path/node_modules/path-key": {
  7876. "version": "4.0.0",
  7877. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  7878. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  7879. "engines": {
  7880. "node": ">=12"
  7881. },
  7882. "funding": {
  7883. "url": "https://github.com/sponsors/sindresorhus"
  7884. }
  7885. },
  7886. "node_modules/npmlog": {
  7887. "version": "5.0.1",
  7888. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  7889. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  7890. "dependencies": {
  7891. "are-we-there-yet": "^2.0.0",
  7892. "console-control-strings": "^1.1.0",
  7893. "gauge": "^3.0.0",
  7894. "set-blocking": "^2.0.0"
  7895. }
  7896. },
  7897. "node_modules/nth-check": {
  7898. "version": "2.1.1",
  7899. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  7900. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7901. "dependencies": {
  7902. "boolbase": "^1.0.0"
  7903. },
  7904. "funding": {
  7905. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7906. }
  7907. },
  7908. "node_modules/nuxi": {
  7909. "version": "3.11.1",
  7910. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.11.1.tgz",
  7911. "integrity": "sha512-AW71TpxRHNg8MplQVju9tEFvXPvX42e0wPYknutSStDuAjV99vWTWYed4jxr/grk2FtKAuv2KvdJxcn2W59qyg==",
  7912. "bin": {
  7913. "nuxi": "bin/nuxi.mjs",
  7914. "nuxi-ng": "bin/nuxi.mjs",
  7915. "nuxt": "bin/nuxi.mjs",
  7916. "nuxt-cli": "bin/nuxi.mjs"
  7917. },
  7918. "engines": {
  7919. "node": "^16.10.0 || >=18.0.0"
  7920. },
  7921. "optionalDependencies": {
  7922. "fsevents": "~2.3.3"
  7923. }
  7924. },
  7925. "node_modules/nuxt": {
  7926. "version": "3.11.2",
  7927. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.11.2.tgz",
  7928. "integrity": "sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==",
  7929. "dependencies": {
  7930. "@nuxt/devalue": "^2.0.2",
  7931. "@nuxt/devtools": "^1.1.5",
  7932. "@nuxt/kit": "3.11.2",
  7933. "@nuxt/schema": "3.11.2",
  7934. "@nuxt/telemetry": "^2.5.3",
  7935. "@nuxt/ui-templates": "^1.3.2",
  7936. "@nuxt/vite-builder": "3.11.2",
  7937. "@unhead/dom": "^1.9.4",
  7938. "@unhead/ssr": "^1.9.4",
  7939. "@unhead/vue": "^1.9.4",
  7940. "@vue/shared": "^3.4.21",
  7941. "acorn": "8.11.3",
  7942. "c12": "^1.10.0",
  7943. "chokidar": "^3.6.0",
  7944. "cookie-es": "^1.1.0",
  7945. "defu": "^6.1.4",
  7946. "destr": "^2.0.3",
  7947. "devalue": "^4.3.2",
  7948. "esbuild": "^0.20.2",
  7949. "escape-string-regexp": "^5.0.0",
  7950. "estree-walker": "^3.0.3",
  7951. "fs-extra": "^11.2.0",
  7952. "globby": "^14.0.1",
  7953. "h3": "^1.11.1",
  7954. "hookable": "^5.5.3",
  7955. "jiti": "^1.21.0",
  7956. "klona": "^2.0.6",
  7957. "knitwork": "^1.1.0",
  7958. "magic-string": "^0.30.9",
  7959. "mlly": "^1.6.1",
  7960. "nitropack": "^2.9.6",
  7961. "nuxi": "^3.11.1",
  7962. "nypm": "^0.3.8",
  7963. "ofetch": "^1.3.4",
  7964. "ohash": "^1.1.3",
  7965. "pathe": "^1.1.2",
  7966. "perfect-debounce": "^1.0.0",
  7967. "pkg-types": "^1.0.3",
  7968. "radix3": "^1.1.2",
  7969. "scule": "^1.3.0",
  7970. "std-env": "^3.7.0",
  7971. "strip-literal": "^2.1.0",
  7972. "ufo": "^1.5.3",
  7973. "ultrahtml": "^1.5.3",
  7974. "uncrypto": "^0.1.3",
  7975. "unctx": "^2.3.1",
  7976. "unenv": "^1.9.0",
  7977. "unimport": "^3.7.1",
  7978. "unplugin": "^1.10.1",
  7979. "unplugin-vue-router": "^0.7.0",
  7980. "unstorage": "^1.10.2",
  7981. "untyped": "^1.4.2",
  7982. "vue": "^3.4.21",
  7983. "vue-bundle-renderer": "^2.0.0",
  7984. "vue-devtools-stub": "^0.1.0",
  7985. "vue-router": "^4.3.0"
  7986. },
  7987. "bin": {
  7988. "nuxi": "bin/nuxt.mjs",
  7989. "nuxt": "bin/nuxt.mjs"
  7990. },
  7991. "engines": {
  7992. "node": "^14.18.0 || >=16.10.0"
  7993. },
  7994. "peerDependencies": {
  7995. "@parcel/watcher": "^2.1.0",
  7996. "@types/node": "^14.18.0 || >=16.10.0"
  7997. },
  7998. "peerDependenciesMeta": {
  7999. "@parcel/watcher": {
  8000. "optional": true
  8001. },
  8002. "@types/node": {
  8003. "optional": true
  8004. }
  8005. }
  8006. },
  8007. "node_modules/nypm": {
  8008. "version": "0.3.8",
  8009. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.8.tgz",
  8010. "integrity": "sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==",
  8011. "dependencies": {
  8012. "citty": "^0.1.6",
  8013. "consola": "^3.2.3",
  8014. "execa": "^8.0.1",
  8015. "pathe": "^1.1.2",
  8016. "ufo": "^1.4.0"
  8017. },
  8018. "bin": {
  8019. "nypm": "dist/cli.mjs"
  8020. },
  8021. "engines": {
  8022. "node": "^14.16.0 || >=16.10.0"
  8023. }
  8024. },
  8025. "node_modules/nypm/node_modules/execa": {
  8026. "version": "8.0.1",
  8027. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  8028. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  8029. "dependencies": {
  8030. "cross-spawn": "^7.0.3",
  8031. "get-stream": "^8.0.1",
  8032. "human-signals": "^5.0.0",
  8033. "is-stream": "^3.0.0",
  8034. "merge-stream": "^2.0.0",
  8035. "npm-run-path": "^5.1.0",
  8036. "onetime": "^6.0.0",
  8037. "signal-exit": "^4.1.0",
  8038. "strip-final-newline": "^3.0.0"
  8039. },
  8040. "engines": {
  8041. "node": ">=16.17"
  8042. },
  8043. "funding": {
  8044. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  8045. }
  8046. },
  8047. "node_modules/nypm/node_modules/get-stream": {
  8048. "version": "8.0.1",
  8049. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  8050. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  8051. "engines": {
  8052. "node": ">=16"
  8053. },
  8054. "funding": {
  8055. "url": "https://github.com/sponsors/sindresorhus"
  8056. }
  8057. },
  8058. "node_modules/nypm/node_modules/human-signals": {
  8059. "version": "5.0.0",
  8060. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  8061. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  8062. "engines": {
  8063. "node": ">=16.17.0"
  8064. }
  8065. },
  8066. "node_modules/nypm/node_modules/signal-exit": {
  8067. "version": "4.1.0",
  8068. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8069. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8070. "engines": {
  8071. "node": ">=14"
  8072. },
  8073. "funding": {
  8074. "url": "https://github.com/sponsors/isaacs"
  8075. }
  8076. },
  8077. "node_modules/object-assign": {
  8078. "version": "4.1.1",
  8079. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  8080. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8081. "engines": {
  8082. "node": ">=0.10.0"
  8083. }
  8084. },
  8085. "node_modules/ofetch": {
  8086. "version": "1.3.4",
  8087. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz",
  8088. "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==",
  8089. "dependencies": {
  8090. "destr": "^2.0.3",
  8091. "node-fetch-native": "^1.6.3",
  8092. "ufo": "^1.5.3"
  8093. }
  8094. },
  8095. "node_modules/ohash": {
  8096. "version": "1.1.3",
  8097. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz",
  8098. "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw=="
  8099. },
  8100. "node_modules/on-finished": {
  8101. "version": "2.4.1",
  8102. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  8103. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  8104. "dependencies": {
  8105. "ee-first": "1.1.1"
  8106. },
  8107. "engines": {
  8108. "node": ">= 0.8"
  8109. }
  8110. },
  8111. "node_modules/once": {
  8112. "version": "1.4.0",
  8113. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  8114. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  8115. "dependencies": {
  8116. "wrappy": "1"
  8117. }
  8118. },
  8119. "node_modules/onetime": {
  8120. "version": "6.0.0",
  8121. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  8122. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  8123. "dependencies": {
  8124. "mimic-fn": "^4.0.0"
  8125. },
  8126. "engines": {
  8127. "node": ">=12"
  8128. },
  8129. "funding": {
  8130. "url": "https://github.com/sponsors/sindresorhus"
  8131. }
  8132. },
  8133. "node_modules/open": {
  8134. "version": "8.4.2",
  8135. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  8136. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  8137. "dependencies": {
  8138. "define-lazy-prop": "^2.0.0",
  8139. "is-docker": "^2.1.1",
  8140. "is-wsl": "^2.2.0"
  8141. },
  8142. "engines": {
  8143. "node": ">=12"
  8144. },
  8145. "funding": {
  8146. "url": "https://github.com/sponsors/sindresorhus"
  8147. }
  8148. },
  8149. "node_modules/open/node_modules/is-docker": {
  8150. "version": "2.2.1",
  8151. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  8152. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  8153. "bin": {
  8154. "is-docker": "cli.js"
  8155. },
  8156. "engines": {
  8157. "node": ">=8"
  8158. },
  8159. "funding": {
  8160. "url": "https://github.com/sponsors/sindresorhus"
  8161. }
  8162. },
  8163. "node_modules/open/node_modules/is-wsl": {
  8164. "version": "2.2.0",
  8165. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  8166. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  8167. "dependencies": {
  8168. "is-docker": "^2.0.0"
  8169. },
  8170. "engines": {
  8171. "node": ">=8"
  8172. }
  8173. },
  8174. "node_modules/openapi-typescript": {
  8175. "version": "6.7.5",
  8176. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.5.tgz",
  8177. "integrity": "sha512-ZD6dgSZi0u1QCP55g8/2yS5hNJfIpgqsSGHLxxdOjvY7eIrXzj271FJEQw33VwsZ6RCtO/NOuhxa7GBWmEudyA==",
  8178. "dependencies": {
  8179. "ansi-colors": "^4.1.3",
  8180. "fast-glob": "^3.3.2",
  8181. "js-yaml": "^4.1.0",
  8182. "supports-color": "^9.4.0",
  8183. "undici": "^5.28.2",
  8184. "yargs-parser": "^21.1.1"
  8185. },
  8186. "bin": {
  8187. "openapi-typescript": "bin/cli.js"
  8188. }
  8189. },
  8190. "node_modules/openapi-typescript/node_modules/supports-color": {
  8191. "version": "9.4.0",
  8192. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  8193. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  8194. "engines": {
  8195. "node": ">=12"
  8196. },
  8197. "funding": {
  8198. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8199. }
  8200. },
  8201. "node_modules/outvariant": {
  8202. "version": "1.4.2",
  8203. "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.2.tgz",
  8204. "integrity": "sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ=="
  8205. },
  8206. "node_modules/p-limit": {
  8207. "version": "3.1.0",
  8208. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  8209. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8210. "peer": true,
  8211. "dependencies": {
  8212. "yocto-queue": "^0.1.0"
  8213. },
  8214. "engines": {
  8215. "node": ">=10"
  8216. },
  8217. "funding": {
  8218. "url": "https://github.com/sponsors/sindresorhus"
  8219. }
  8220. },
  8221. "node_modules/p-locate": {
  8222. "version": "5.0.0",
  8223. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  8224. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  8225. "peer": true,
  8226. "dependencies": {
  8227. "p-limit": "^3.0.2"
  8228. },
  8229. "engines": {
  8230. "node": ">=10"
  8231. },
  8232. "funding": {
  8233. "url": "https://github.com/sponsors/sindresorhus"
  8234. }
  8235. },
  8236. "node_modules/p-map": {
  8237. "version": "4.0.0",
  8238. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  8239. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  8240. "dependencies": {
  8241. "aggregate-error": "^3.0.0"
  8242. },
  8243. "engines": {
  8244. "node": ">=10"
  8245. },
  8246. "funding": {
  8247. "url": "https://github.com/sponsors/sindresorhus"
  8248. }
  8249. },
  8250. "node_modules/pacote": {
  8251. "version": "18.0.6",
  8252. "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
  8253. "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
  8254. "dependencies": {
  8255. "@npmcli/git": "^5.0.0",
  8256. "@npmcli/installed-package-contents": "^2.0.1",
  8257. "@npmcli/package-json": "^5.1.0",
  8258. "@npmcli/promise-spawn": "^7.0.0",
  8259. "@npmcli/run-script": "^8.0.0",
  8260. "cacache": "^18.0.0",
  8261. "fs-minipass": "^3.0.0",
  8262. "minipass": "^7.0.2",
  8263. "npm-package-arg": "^11.0.0",
  8264. "npm-packlist": "^8.0.0",
  8265. "npm-pick-manifest": "^9.0.0",
  8266. "npm-registry-fetch": "^17.0.0",
  8267. "proc-log": "^4.0.0",
  8268. "promise-retry": "^2.0.1",
  8269. "sigstore": "^2.2.0",
  8270. "ssri": "^10.0.0",
  8271. "tar": "^6.1.11"
  8272. },
  8273. "bin": {
  8274. "pacote": "bin/index.js"
  8275. },
  8276. "engines": {
  8277. "node": "^16.14.0 || >=18.0.0"
  8278. }
  8279. },
  8280. "node_modules/parse-git-config": {
  8281. "version": "3.0.0",
  8282. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  8283. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  8284. "dependencies": {
  8285. "git-config-path": "^2.0.0",
  8286. "ini": "^1.3.5"
  8287. },
  8288. "engines": {
  8289. "node": ">=8"
  8290. }
  8291. },
  8292. "node_modules/parse-git-config/node_modules/ini": {
  8293. "version": "1.3.8",
  8294. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8295. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8296. },
  8297. "node_modules/parse-node-version": {
  8298. "version": "1.0.1",
  8299. "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
  8300. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  8301. "devOptional": true,
  8302. "engines": {
  8303. "node": ">= 0.10"
  8304. }
  8305. },
  8306. "node_modules/parse-path": {
  8307. "version": "7.0.0",
  8308. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  8309. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  8310. "dependencies": {
  8311. "protocols": "^2.0.0"
  8312. }
  8313. },
  8314. "node_modules/parse-url": {
  8315. "version": "8.1.0",
  8316. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  8317. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  8318. "dependencies": {
  8319. "parse-path": "^7.0.0"
  8320. }
  8321. },
  8322. "node_modules/parseurl": {
  8323. "version": "1.3.3",
  8324. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  8325. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  8326. "engines": {
  8327. "node": ">= 0.8"
  8328. }
  8329. },
  8330. "node_modules/path-exists": {
  8331. "version": "4.0.0",
  8332. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  8333. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8334. "peer": true,
  8335. "engines": {
  8336. "node": ">=8"
  8337. }
  8338. },
  8339. "node_modules/path-is-absolute": {
  8340. "version": "1.0.1",
  8341. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  8342. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  8343. "engines": {
  8344. "node": ">=0.10.0"
  8345. }
  8346. },
  8347. "node_modules/path-key": {
  8348. "version": "3.1.1",
  8349. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  8350. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8351. "engines": {
  8352. "node": ">=8"
  8353. }
  8354. },
  8355. "node_modules/path-parse": {
  8356. "version": "1.0.7",
  8357. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  8358. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  8359. },
  8360. "node_modules/path-scurry": {
  8361. "version": "1.10.2",
  8362. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
  8363. "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
  8364. "dependencies": {
  8365. "lru-cache": "^10.2.0",
  8366. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  8367. },
  8368. "engines": {
  8369. "node": ">=16 || 14 >=14.17"
  8370. },
  8371. "funding": {
  8372. "url": "https://github.com/sponsors/isaacs"
  8373. }
  8374. },
  8375. "node_modules/path-scurry/node_modules/lru-cache": {
  8376. "version": "10.2.2",
  8377. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  8378. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  8379. "engines": {
  8380. "node": "14 || >=16.14"
  8381. }
  8382. },
  8383. "node_modules/path-type": {
  8384. "version": "5.0.0",
  8385. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  8386. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  8387. "engines": {
  8388. "node": ">=12"
  8389. },
  8390. "funding": {
  8391. "url": "https://github.com/sponsors/sindresorhus"
  8392. }
  8393. },
  8394. "node_modules/pathe": {
  8395. "version": "1.1.2",
  8396. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  8397. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  8398. },
  8399. "node_modules/perfect-debounce": {
  8400. "version": "1.0.0",
  8401. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  8402. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  8403. },
  8404. "node_modules/picocolors": {
  8405. "version": "1.0.0",
  8406. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  8407. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  8408. },
  8409. "node_modules/picomatch": {
  8410. "version": "2.3.1",
  8411. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  8412. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8413. "engines": {
  8414. "node": ">=8.6"
  8415. },
  8416. "funding": {
  8417. "url": "https://github.com/sponsors/jonschlinkert"
  8418. }
  8419. },
  8420. "node_modules/pify": {
  8421. "version": "4.0.1",
  8422. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  8423. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  8424. "dev": true,
  8425. "optional": true,
  8426. "engines": {
  8427. "node": ">=6"
  8428. }
  8429. },
  8430. "node_modules/pkg-types": {
  8431. "version": "1.1.0",
  8432. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz",
  8433. "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==",
  8434. "dependencies": {
  8435. "confbox": "^0.1.7",
  8436. "mlly": "^1.6.1",
  8437. "pathe": "^1.1.2"
  8438. }
  8439. },
  8440. "node_modules/postcss": {
  8441. "version": "8.4.38",
  8442. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
  8443. "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
  8444. "funding": [
  8445. {
  8446. "type": "opencollective",
  8447. "url": "https://opencollective.com/postcss/"
  8448. },
  8449. {
  8450. "type": "tidelift",
  8451. "url": "https://tidelift.com/funding/github/npm/postcss"
  8452. },
  8453. {
  8454. "type": "github",
  8455. "url": "https://github.com/sponsors/ai"
  8456. }
  8457. ],
  8458. "dependencies": {
  8459. "nanoid": "^3.3.7",
  8460. "picocolors": "^1.0.0",
  8461. "source-map-js": "^1.2.0"
  8462. },
  8463. "engines": {
  8464. "node": "^10 || ^12 || >=14"
  8465. }
  8466. },
  8467. "node_modules/postcss-calc": {
  8468. "version": "9.0.1",
  8469. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
  8470. "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
  8471. "dependencies": {
  8472. "postcss-selector-parser": "^6.0.11",
  8473. "postcss-value-parser": "^4.2.0"
  8474. },
  8475. "engines": {
  8476. "node": "^14 || ^16 || >=18.0"
  8477. },
  8478. "peerDependencies": {
  8479. "postcss": "^8.2.2"
  8480. }
  8481. },
  8482. "node_modules/postcss-colormin": {
  8483. "version": "6.1.0",
  8484. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz",
  8485. "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==",
  8486. "dependencies": {
  8487. "browserslist": "^4.23.0",
  8488. "caniuse-api": "^3.0.0",
  8489. "colord": "^2.9.3",
  8490. "postcss-value-parser": "^4.2.0"
  8491. },
  8492. "engines": {
  8493. "node": "^14 || ^16 || >=18.0"
  8494. },
  8495. "peerDependencies": {
  8496. "postcss": "^8.4.31"
  8497. }
  8498. },
  8499. "node_modules/postcss-convert-values": {
  8500. "version": "6.1.0",
  8501. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz",
  8502. "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==",
  8503. "dependencies": {
  8504. "browserslist": "^4.23.0",
  8505. "postcss-value-parser": "^4.2.0"
  8506. },
  8507. "engines": {
  8508. "node": "^14 || ^16 || >=18.0"
  8509. },
  8510. "peerDependencies": {
  8511. "postcss": "^8.4.31"
  8512. }
  8513. },
  8514. "node_modules/postcss-discard-comments": {
  8515. "version": "6.0.2",
  8516. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
  8517. "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
  8518. "engines": {
  8519. "node": "^14 || ^16 || >=18.0"
  8520. },
  8521. "peerDependencies": {
  8522. "postcss": "^8.4.31"
  8523. }
  8524. },
  8525. "node_modules/postcss-discard-duplicates": {
  8526. "version": "6.0.3",
  8527. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz",
  8528. "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==",
  8529. "engines": {
  8530. "node": "^14 || ^16 || >=18.0"
  8531. },
  8532. "peerDependencies": {
  8533. "postcss": "^8.4.31"
  8534. }
  8535. },
  8536. "node_modules/postcss-discard-empty": {
  8537. "version": "6.0.3",
  8538. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
  8539. "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
  8540. "engines": {
  8541. "node": "^14 || ^16 || >=18.0"
  8542. },
  8543. "peerDependencies": {
  8544. "postcss": "^8.4.31"
  8545. }
  8546. },
  8547. "node_modules/postcss-discard-overridden": {
  8548. "version": "6.0.2",
  8549. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
  8550. "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
  8551. "engines": {
  8552. "node": "^14 || ^16 || >=18.0"
  8553. },
  8554. "peerDependencies": {
  8555. "postcss": "^8.4.31"
  8556. }
  8557. },
  8558. "node_modules/postcss-merge-longhand": {
  8559. "version": "6.0.5",
  8560. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz",
  8561. "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==",
  8562. "dependencies": {
  8563. "postcss-value-parser": "^4.2.0",
  8564. "stylehacks": "^6.1.1"
  8565. },
  8566. "engines": {
  8567. "node": "^14 || ^16 || >=18.0"
  8568. },
  8569. "peerDependencies": {
  8570. "postcss": "^8.4.31"
  8571. }
  8572. },
  8573. "node_modules/postcss-merge-rules": {
  8574. "version": "6.1.1",
  8575. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz",
  8576. "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==",
  8577. "dependencies": {
  8578. "browserslist": "^4.23.0",
  8579. "caniuse-api": "^3.0.0",
  8580. "cssnano-utils": "^4.0.2",
  8581. "postcss-selector-parser": "^6.0.16"
  8582. },
  8583. "engines": {
  8584. "node": "^14 || ^16 || >=18.0"
  8585. },
  8586. "peerDependencies": {
  8587. "postcss": "^8.4.31"
  8588. }
  8589. },
  8590. "node_modules/postcss-minify-font-values": {
  8591. "version": "6.1.0",
  8592. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz",
  8593. "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==",
  8594. "dependencies": {
  8595. "postcss-value-parser": "^4.2.0"
  8596. },
  8597. "engines": {
  8598. "node": "^14 || ^16 || >=18.0"
  8599. },
  8600. "peerDependencies": {
  8601. "postcss": "^8.4.31"
  8602. }
  8603. },
  8604. "node_modules/postcss-minify-gradients": {
  8605. "version": "6.0.3",
  8606. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz",
  8607. "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==",
  8608. "dependencies": {
  8609. "colord": "^2.9.3",
  8610. "cssnano-utils": "^4.0.2",
  8611. "postcss-value-parser": "^4.2.0"
  8612. },
  8613. "engines": {
  8614. "node": "^14 || ^16 || >=18.0"
  8615. },
  8616. "peerDependencies": {
  8617. "postcss": "^8.4.31"
  8618. }
  8619. },
  8620. "node_modules/postcss-minify-params": {
  8621. "version": "6.1.0",
  8622. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz",
  8623. "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==",
  8624. "dependencies": {
  8625. "browserslist": "^4.23.0",
  8626. "cssnano-utils": "^4.0.2",
  8627. "postcss-value-parser": "^4.2.0"
  8628. },
  8629. "engines": {
  8630. "node": "^14 || ^16 || >=18.0"
  8631. },
  8632. "peerDependencies": {
  8633. "postcss": "^8.4.31"
  8634. }
  8635. },
  8636. "node_modules/postcss-minify-selectors": {
  8637. "version": "6.0.4",
  8638. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz",
  8639. "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==",
  8640. "dependencies": {
  8641. "postcss-selector-parser": "^6.0.16"
  8642. },
  8643. "engines": {
  8644. "node": "^14 || ^16 || >=18.0"
  8645. },
  8646. "peerDependencies": {
  8647. "postcss": "^8.4.31"
  8648. }
  8649. },
  8650. "node_modules/postcss-normalize-charset": {
  8651. "version": "6.0.2",
  8652. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz",
  8653. "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==",
  8654. "engines": {
  8655. "node": "^14 || ^16 || >=18.0"
  8656. },
  8657. "peerDependencies": {
  8658. "postcss": "^8.4.31"
  8659. }
  8660. },
  8661. "node_modules/postcss-normalize-display-values": {
  8662. "version": "6.0.2",
  8663. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz",
  8664. "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==",
  8665. "dependencies": {
  8666. "postcss-value-parser": "^4.2.0"
  8667. },
  8668. "engines": {
  8669. "node": "^14 || ^16 || >=18.0"
  8670. },
  8671. "peerDependencies": {
  8672. "postcss": "^8.4.31"
  8673. }
  8674. },
  8675. "node_modules/postcss-normalize-positions": {
  8676. "version": "6.0.2",
  8677. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz",
  8678. "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==",
  8679. "dependencies": {
  8680. "postcss-value-parser": "^4.2.0"
  8681. },
  8682. "engines": {
  8683. "node": "^14 || ^16 || >=18.0"
  8684. },
  8685. "peerDependencies": {
  8686. "postcss": "^8.4.31"
  8687. }
  8688. },
  8689. "node_modules/postcss-normalize-repeat-style": {
  8690. "version": "6.0.2",
  8691. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz",
  8692. "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==",
  8693. "dependencies": {
  8694. "postcss-value-parser": "^4.2.0"
  8695. },
  8696. "engines": {
  8697. "node": "^14 || ^16 || >=18.0"
  8698. },
  8699. "peerDependencies": {
  8700. "postcss": "^8.4.31"
  8701. }
  8702. },
  8703. "node_modules/postcss-normalize-string": {
  8704. "version": "6.0.2",
  8705. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz",
  8706. "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==",
  8707. "dependencies": {
  8708. "postcss-value-parser": "^4.2.0"
  8709. },
  8710. "engines": {
  8711. "node": "^14 || ^16 || >=18.0"
  8712. },
  8713. "peerDependencies": {
  8714. "postcss": "^8.4.31"
  8715. }
  8716. },
  8717. "node_modules/postcss-normalize-timing-functions": {
  8718. "version": "6.0.2",
  8719. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz",
  8720. "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==",
  8721. "dependencies": {
  8722. "postcss-value-parser": "^4.2.0"
  8723. },
  8724. "engines": {
  8725. "node": "^14 || ^16 || >=18.0"
  8726. },
  8727. "peerDependencies": {
  8728. "postcss": "^8.4.31"
  8729. }
  8730. },
  8731. "node_modules/postcss-normalize-unicode": {
  8732. "version": "6.1.0",
  8733. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz",
  8734. "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==",
  8735. "dependencies": {
  8736. "browserslist": "^4.23.0",
  8737. "postcss-value-parser": "^4.2.0"
  8738. },
  8739. "engines": {
  8740. "node": "^14 || ^16 || >=18.0"
  8741. },
  8742. "peerDependencies": {
  8743. "postcss": "^8.4.31"
  8744. }
  8745. },
  8746. "node_modules/postcss-normalize-url": {
  8747. "version": "6.0.2",
  8748. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz",
  8749. "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==",
  8750. "dependencies": {
  8751. "postcss-value-parser": "^4.2.0"
  8752. },
  8753. "engines": {
  8754. "node": "^14 || ^16 || >=18.0"
  8755. },
  8756. "peerDependencies": {
  8757. "postcss": "^8.4.31"
  8758. }
  8759. },
  8760. "node_modules/postcss-normalize-whitespace": {
  8761. "version": "6.0.2",
  8762. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz",
  8763. "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==",
  8764. "dependencies": {
  8765. "postcss-value-parser": "^4.2.0"
  8766. },
  8767. "engines": {
  8768. "node": "^14 || ^16 || >=18.0"
  8769. },
  8770. "peerDependencies": {
  8771. "postcss": "^8.4.31"
  8772. }
  8773. },
  8774. "node_modules/postcss-ordered-values": {
  8775. "version": "6.0.2",
  8776. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz",
  8777. "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==",
  8778. "dependencies": {
  8779. "cssnano-utils": "^4.0.2",
  8780. "postcss-value-parser": "^4.2.0"
  8781. },
  8782. "engines": {
  8783. "node": "^14 || ^16 || >=18.0"
  8784. },
  8785. "peerDependencies": {
  8786. "postcss": "^8.4.31"
  8787. }
  8788. },
  8789. "node_modules/postcss-reduce-initial": {
  8790. "version": "6.1.0",
  8791. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz",
  8792. "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==",
  8793. "dependencies": {
  8794. "browserslist": "^4.23.0",
  8795. "caniuse-api": "^3.0.0"
  8796. },
  8797. "engines": {
  8798. "node": "^14 || ^16 || >=18.0"
  8799. },
  8800. "peerDependencies": {
  8801. "postcss": "^8.4.31"
  8802. }
  8803. },
  8804. "node_modules/postcss-reduce-transforms": {
  8805. "version": "6.0.2",
  8806. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz",
  8807. "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==",
  8808. "dependencies": {
  8809. "postcss-value-parser": "^4.2.0"
  8810. },
  8811. "engines": {
  8812. "node": "^14 || ^16 || >=18.0"
  8813. },
  8814. "peerDependencies": {
  8815. "postcss": "^8.4.31"
  8816. }
  8817. },
  8818. "node_modules/postcss-selector-parser": {
  8819. "version": "6.0.16",
  8820. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
  8821. "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
  8822. "dependencies": {
  8823. "cssesc": "^3.0.0",
  8824. "util-deprecate": "^1.0.2"
  8825. },
  8826. "engines": {
  8827. "node": ">=4"
  8828. }
  8829. },
  8830. "node_modules/postcss-svgo": {
  8831. "version": "6.0.3",
  8832. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz",
  8833. "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==",
  8834. "dependencies": {
  8835. "postcss-value-parser": "^4.2.0",
  8836. "svgo": "^3.2.0"
  8837. },
  8838. "engines": {
  8839. "node": "^14 || ^16 || >= 18"
  8840. },
  8841. "peerDependencies": {
  8842. "postcss": "^8.4.31"
  8843. }
  8844. },
  8845. "node_modules/postcss-unique-selectors": {
  8846. "version": "6.0.4",
  8847. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz",
  8848. "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==",
  8849. "dependencies": {
  8850. "postcss-selector-parser": "^6.0.16"
  8851. },
  8852. "engines": {
  8853. "node": "^14 || ^16 || >=18.0"
  8854. },
  8855. "peerDependencies": {
  8856. "postcss": "^8.4.31"
  8857. }
  8858. },
  8859. "node_modules/postcss-value-parser": {
  8860. "version": "4.2.0",
  8861. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8862. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  8863. },
  8864. "node_modules/postcss/node_modules/nanoid": {
  8865. "version": "3.3.7",
  8866. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  8867. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  8868. "funding": [
  8869. {
  8870. "type": "github",
  8871. "url": "https://github.com/sponsors/ai"
  8872. }
  8873. ],
  8874. "bin": {
  8875. "nanoid": "bin/nanoid.cjs"
  8876. },
  8877. "engines": {
  8878. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8879. }
  8880. },
  8881. "node_modules/pretty-bytes": {
  8882. "version": "6.1.1",
  8883. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  8884. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  8885. "engines": {
  8886. "node": "^14.13.1 || >=16.0.0"
  8887. },
  8888. "funding": {
  8889. "url": "https://github.com/sponsors/sindresorhus"
  8890. }
  8891. },
  8892. "node_modules/proc-log": {
  8893. "version": "4.2.0",
  8894. "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
  8895. "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
  8896. "engines": {
  8897. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8898. }
  8899. },
  8900. "node_modules/process": {
  8901. "version": "0.11.10",
  8902. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  8903. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  8904. "engines": {
  8905. "node": ">= 0.6.0"
  8906. }
  8907. },
  8908. "node_modules/process-nextick-args": {
  8909. "version": "2.0.1",
  8910. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8911. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  8912. },
  8913. "node_modules/promise-inflight": {
  8914. "version": "1.0.1",
  8915. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  8916. "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="
  8917. },
  8918. "node_modules/promise-retry": {
  8919. "version": "2.0.1",
  8920. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  8921. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  8922. "dependencies": {
  8923. "err-code": "^2.0.2",
  8924. "retry": "^0.12.0"
  8925. },
  8926. "engines": {
  8927. "node": ">=10"
  8928. }
  8929. },
  8930. "node_modules/prompts": {
  8931. "version": "2.4.2",
  8932. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  8933. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  8934. "dependencies": {
  8935. "kleur": "^3.0.3",
  8936. "sisteransi": "^1.0.5"
  8937. },
  8938. "engines": {
  8939. "node": ">= 6"
  8940. }
  8941. },
  8942. "node_modules/protocols": {
  8943. "version": "2.0.1",
  8944. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  8945. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  8946. },
  8947. "node_modules/prr": {
  8948. "version": "1.0.1",
  8949. "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
  8950. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
  8951. "dev": true,
  8952. "optional": true
  8953. },
  8954. "node_modules/queue-microtask": {
  8955. "version": "1.2.3",
  8956. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8957. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8958. "funding": [
  8959. {
  8960. "type": "github",
  8961. "url": "https://github.com/sponsors/feross"
  8962. },
  8963. {
  8964. "type": "patreon",
  8965. "url": "https://www.patreon.com/feross"
  8966. },
  8967. {
  8968. "type": "consulting",
  8969. "url": "https://feross.org/support"
  8970. }
  8971. ]
  8972. },
  8973. "node_modules/queue-tick": {
  8974. "version": "1.0.1",
  8975. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  8976. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  8977. },
  8978. "node_modules/radix3": {
  8979. "version": "1.1.2",
  8980. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  8981. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  8982. },
  8983. "node_modules/randombytes": {
  8984. "version": "2.1.0",
  8985. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  8986. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  8987. "dependencies": {
  8988. "safe-buffer": "^5.1.0"
  8989. }
  8990. },
  8991. "node_modules/range-parser": {
  8992. "version": "1.2.1",
  8993. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  8994. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  8995. "engines": {
  8996. "node": ">= 0.6"
  8997. }
  8998. },
  8999. "node_modules/rc9": {
  9000. "version": "2.1.2",
  9001. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  9002. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  9003. "dependencies": {
  9004. "defu": "^6.1.4",
  9005. "destr": "^2.0.3"
  9006. }
  9007. },
  9008. "node_modules/readable-stream": {
  9009. "version": "4.5.2",
  9010. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  9011. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  9012. "dependencies": {
  9013. "abort-controller": "^3.0.0",
  9014. "buffer": "^6.0.3",
  9015. "events": "^3.3.0",
  9016. "process": "^0.11.10",
  9017. "string_decoder": "^1.3.0"
  9018. },
  9019. "engines": {
  9020. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  9021. }
  9022. },
  9023. "node_modules/readdir-glob": {
  9024. "version": "1.1.3",
  9025. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  9026. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  9027. "dependencies": {
  9028. "minimatch": "^5.1.0"
  9029. }
  9030. },
  9031. "node_modules/readdirp": {
  9032. "version": "3.6.0",
  9033. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  9034. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9035. "dependencies": {
  9036. "picomatch": "^2.2.1"
  9037. },
  9038. "engines": {
  9039. "node": ">=8.10.0"
  9040. }
  9041. },
  9042. "node_modules/redis-errors": {
  9043. "version": "1.2.0",
  9044. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  9045. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  9046. "engines": {
  9047. "node": ">=4"
  9048. }
  9049. },
  9050. "node_modules/redis-parser": {
  9051. "version": "3.0.0",
  9052. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  9053. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  9054. "dependencies": {
  9055. "redis-errors": "^1.0.0"
  9056. },
  9057. "engines": {
  9058. "node": ">=4"
  9059. }
  9060. },
  9061. "node_modules/require-directory": {
  9062. "version": "2.1.1",
  9063. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  9064. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  9065. "engines": {
  9066. "node": ">=0.10.0"
  9067. }
  9068. },
  9069. "node_modules/resolve": {
  9070. "version": "1.22.8",
  9071. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  9072. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  9073. "dependencies": {
  9074. "is-core-module": "^2.13.0",
  9075. "path-parse": "^1.0.7",
  9076. "supports-preserve-symlinks-flag": "^1.0.0"
  9077. },
  9078. "bin": {
  9079. "resolve": "bin/resolve"
  9080. },
  9081. "funding": {
  9082. "url": "https://github.com/sponsors/ljharb"
  9083. }
  9084. },
  9085. "node_modules/resolve-from": {
  9086. "version": "5.0.0",
  9087. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  9088. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  9089. "engines": {
  9090. "node": ">=8"
  9091. }
  9092. },
  9093. "node_modules/retry": {
  9094. "version": "0.12.0",
  9095. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  9096. "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
  9097. "engines": {
  9098. "node": ">= 4"
  9099. }
  9100. },
  9101. "node_modules/reusify": {
  9102. "version": "1.0.4",
  9103. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  9104. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  9105. "engines": {
  9106. "iojs": ">=1.0.0",
  9107. "node": ">=0.10.0"
  9108. }
  9109. },
  9110. "node_modules/rfdc": {
  9111. "version": "1.3.1",
  9112. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz",
  9113. "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg=="
  9114. },
  9115. "node_modules/rimraf": {
  9116. "version": "3.0.2",
  9117. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  9118. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  9119. "dependencies": {
  9120. "glob": "^7.1.3"
  9121. },
  9122. "bin": {
  9123. "rimraf": "bin.js"
  9124. },
  9125. "funding": {
  9126. "url": "https://github.com/sponsors/isaacs"
  9127. }
  9128. },
  9129. "node_modules/rimraf/node_modules/brace-expansion": {
  9130. "version": "1.1.11",
  9131. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  9132. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  9133. "dependencies": {
  9134. "balanced-match": "^1.0.0",
  9135. "concat-map": "0.0.1"
  9136. }
  9137. },
  9138. "node_modules/rimraf/node_modules/glob": {
  9139. "version": "7.2.3",
  9140. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  9141. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  9142. "dependencies": {
  9143. "fs.realpath": "^1.0.0",
  9144. "inflight": "^1.0.4",
  9145. "inherits": "2",
  9146. "minimatch": "^3.1.1",
  9147. "once": "^1.3.0",
  9148. "path-is-absolute": "^1.0.0"
  9149. },
  9150. "engines": {
  9151. "node": "*"
  9152. },
  9153. "funding": {
  9154. "url": "https://github.com/sponsors/isaacs"
  9155. }
  9156. },
  9157. "node_modules/rimraf/node_modules/minimatch": {
  9158. "version": "3.1.2",
  9159. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  9160. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  9161. "dependencies": {
  9162. "brace-expansion": "^1.1.7"
  9163. },
  9164. "engines": {
  9165. "node": "*"
  9166. }
  9167. },
  9168. "node_modules/rollup": {
  9169. "version": "4.17.2",
  9170. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.2.tgz",
  9171. "integrity": "sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==",
  9172. "dependencies": {
  9173. "@types/estree": "1.0.5"
  9174. },
  9175. "bin": {
  9176. "rollup": "dist/bin/rollup"
  9177. },
  9178. "engines": {
  9179. "node": ">=18.0.0",
  9180. "npm": ">=8.0.0"
  9181. },
  9182. "optionalDependencies": {
  9183. "@rollup/rollup-android-arm-eabi": "4.17.2",
  9184. "@rollup/rollup-android-arm64": "4.17.2",
  9185. "@rollup/rollup-darwin-arm64": "4.17.2",
  9186. "@rollup/rollup-darwin-x64": "4.17.2",
  9187. "@rollup/rollup-linux-arm-gnueabihf": "4.17.2",
  9188. "@rollup/rollup-linux-arm-musleabihf": "4.17.2",
  9189. "@rollup/rollup-linux-arm64-gnu": "4.17.2",
  9190. "@rollup/rollup-linux-arm64-musl": "4.17.2",
  9191. "@rollup/rollup-linux-powerpc64le-gnu": "4.17.2",
  9192. "@rollup/rollup-linux-riscv64-gnu": "4.17.2",
  9193. "@rollup/rollup-linux-s390x-gnu": "4.17.2",
  9194. "@rollup/rollup-linux-x64-gnu": "4.17.2",
  9195. "@rollup/rollup-linux-x64-musl": "4.17.2",
  9196. "@rollup/rollup-win32-arm64-msvc": "4.17.2",
  9197. "@rollup/rollup-win32-ia32-msvc": "4.17.2",
  9198. "@rollup/rollup-win32-x64-msvc": "4.17.2",
  9199. "fsevents": "~2.3.2"
  9200. }
  9201. },
  9202. "node_modules/rollup-plugin-visualizer": {
  9203. "version": "5.12.0",
  9204. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  9205. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  9206. "dependencies": {
  9207. "open": "^8.4.0",
  9208. "picomatch": "^2.3.1",
  9209. "source-map": "^0.7.4",
  9210. "yargs": "^17.5.1"
  9211. },
  9212. "bin": {
  9213. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9214. },
  9215. "engines": {
  9216. "node": ">=14"
  9217. },
  9218. "peerDependencies": {
  9219. "rollup": "2.x || 3.x || 4.x"
  9220. },
  9221. "peerDependenciesMeta": {
  9222. "rollup": {
  9223. "optional": true
  9224. }
  9225. }
  9226. },
  9227. "node_modules/run-applescript": {
  9228. "version": "7.0.0",
  9229. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  9230. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  9231. "engines": {
  9232. "node": ">=18"
  9233. },
  9234. "funding": {
  9235. "url": "https://github.com/sponsors/sindresorhus"
  9236. }
  9237. },
  9238. "node_modules/run-parallel": {
  9239. "version": "1.2.0",
  9240. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  9241. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  9242. "funding": [
  9243. {
  9244. "type": "github",
  9245. "url": "https://github.com/sponsors/feross"
  9246. },
  9247. {
  9248. "type": "patreon",
  9249. "url": "https://www.patreon.com/feross"
  9250. },
  9251. {
  9252. "type": "consulting",
  9253. "url": "https://feross.org/support"
  9254. }
  9255. ],
  9256. "dependencies": {
  9257. "queue-microtask": "^1.2.2"
  9258. }
  9259. },
  9260. "node_modules/safe-buffer": {
  9261. "version": "5.2.1",
  9262. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  9263. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  9264. "funding": [
  9265. {
  9266. "type": "github",
  9267. "url": "https://github.com/sponsors/feross"
  9268. },
  9269. {
  9270. "type": "patreon",
  9271. "url": "https://www.patreon.com/feross"
  9272. },
  9273. {
  9274. "type": "consulting",
  9275. "url": "https://feross.org/support"
  9276. }
  9277. ]
  9278. },
  9279. "node_modules/safer-buffer": {
  9280. "version": "2.1.2",
  9281. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  9282. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  9283. "optional": true
  9284. },
  9285. "node_modules/sass": {
  9286. "version": "1.77.1",
  9287. "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.1.tgz",
  9288. "integrity": "sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==",
  9289. "optional": true,
  9290. "peer": true,
  9291. "dependencies": {
  9292. "chokidar": ">=3.0.0 <4.0.0",
  9293. "immutable": "^4.0.0",
  9294. "source-map-js": ">=0.6.2 <2.0.0"
  9295. },
  9296. "bin": {
  9297. "sass": "sass.js"
  9298. },
  9299. "engines": {
  9300. "node": ">=14.0.0"
  9301. }
  9302. },
  9303. "node_modules/sax": {
  9304. "version": "1.3.0",
  9305. "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
  9306. "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==",
  9307. "dev": true,
  9308. "optional": true
  9309. },
  9310. "node_modules/scule": {
  9311. "version": "1.3.0",
  9312. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  9313. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  9314. },
  9315. "node_modules/semver": {
  9316. "version": "7.6.1",
  9317. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.1.tgz",
  9318. "integrity": "sha512-f/vbBsu+fOiYt+lmwZV0rVwJScl46HppnOA1ZvIuBWKOTlllpyJ3bfVax76/OrhCH38dyxoDIA8K7uB963IYgA==",
  9319. "bin": {
  9320. "semver": "bin/semver.js"
  9321. },
  9322. "engines": {
  9323. "node": ">=10"
  9324. }
  9325. },
  9326. "node_modules/send": {
  9327. "version": "0.18.0",
  9328. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  9329. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  9330. "dependencies": {
  9331. "debug": "2.6.9",
  9332. "depd": "2.0.0",
  9333. "destroy": "1.2.0",
  9334. "encodeurl": "~1.0.2",
  9335. "escape-html": "~1.0.3",
  9336. "etag": "~1.8.1",
  9337. "fresh": "0.5.2",
  9338. "http-errors": "2.0.0",
  9339. "mime": "1.6.0",
  9340. "ms": "2.1.3",
  9341. "on-finished": "2.4.1",
  9342. "range-parser": "~1.2.1",
  9343. "statuses": "2.0.1"
  9344. },
  9345. "engines": {
  9346. "node": ">= 0.8.0"
  9347. }
  9348. },
  9349. "node_modules/send/node_modules/debug": {
  9350. "version": "2.6.9",
  9351. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  9352. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  9353. "dependencies": {
  9354. "ms": "2.0.0"
  9355. }
  9356. },
  9357. "node_modules/send/node_modules/debug/node_modules/ms": {
  9358. "version": "2.0.0",
  9359. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  9360. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  9361. },
  9362. "node_modules/send/node_modules/mime": {
  9363. "version": "1.6.0",
  9364. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  9365. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  9366. "bin": {
  9367. "mime": "cli.js"
  9368. },
  9369. "engines": {
  9370. "node": ">=4"
  9371. }
  9372. },
  9373. "node_modules/send/node_modules/ms": {
  9374. "version": "2.1.3",
  9375. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  9376. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  9377. },
  9378. "node_modules/serialize-javascript": {
  9379. "version": "6.0.2",
  9380. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  9381. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  9382. "dependencies": {
  9383. "randombytes": "^2.1.0"
  9384. }
  9385. },
  9386. "node_modules/serve-placeholder": {
  9387. "version": "2.0.1",
  9388. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.1.tgz",
  9389. "integrity": "sha512-rUzLlXk4uPFnbEaIz3SW8VISTxMuONas88nYWjAWaM2W9VDbt9tyFOr3lq8RhVOFrT3XISoBw8vni5una8qMnQ==",
  9390. "dependencies": {
  9391. "defu": "^6.0.0"
  9392. }
  9393. },
  9394. "node_modules/serve-static": {
  9395. "version": "1.15.0",
  9396. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  9397. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  9398. "dependencies": {
  9399. "encodeurl": "~1.0.2",
  9400. "escape-html": "~1.0.3",
  9401. "parseurl": "~1.3.3",
  9402. "send": "0.18.0"
  9403. },
  9404. "engines": {
  9405. "node": ">= 0.8.0"
  9406. }
  9407. },
  9408. "node_modules/set-blocking": {
  9409. "version": "2.0.0",
  9410. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  9411. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  9412. },
  9413. "node_modules/setprototypeof": {
  9414. "version": "1.2.0",
  9415. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  9416. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  9417. },
  9418. "node_modules/shebang-command": {
  9419. "version": "2.0.0",
  9420. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  9421. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  9422. "dependencies": {
  9423. "shebang-regex": "^3.0.0"
  9424. },
  9425. "engines": {
  9426. "node": ">=8"
  9427. }
  9428. },
  9429. "node_modules/shebang-regex": {
  9430. "version": "3.0.0",
  9431. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  9432. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  9433. "engines": {
  9434. "node": ">=8"
  9435. }
  9436. },
  9437. "node_modules/shell-quote": {
  9438. "version": "1.8.1",
  9439. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  9440. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  9441. "funding": {
  9442. "url": "https://github.com/sponsors/ljharb"
  9443. }
  9444. },
  9445. "node_modules/shiki": {
  9446. "version": "1.3.0",
  9447. "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.3.0.tgz",
  9448. "integrity": "sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==",
  9449. "dependencies": {
  9450. "@shikijs/core": "1.3.0"
  9451. }
  9452. },
  9453. "node_modules/signal-exit": {
  9454. "version": "3.0.7",
  9455. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  9456. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  9457. },
  9458. "node_modules/sigstore": {
  9459. "version": "2.3.0",
  9460. "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.0.tgz",
  9461. "integrity": "sha512-q+o8L2ebiWD1AxD17eglf1pFrl9jtW7FHa0ygqY6EKvibK8JHyq9Z26v9MZXeDiw+RbfOJ9j2v70M10Hd6E06A==",
  9462. "dependencies": {
  9463. "@sigstore/bundle": "^2.3.1",
  9464. "@sigstore/core": "^1.0.0",
  9465. "@sigstore/protobuf-specs": "^0.3.1",
  9466. "@sigstore/sign": "^2.3.0",
  9467. "@sigstore/tuf": "^2.3.1",
  9468. "@sigstore/verify": "^1.2.0"
  9469. },
  9470. "engines": {
  9471. "node": "^16.14.0 || >=18.0.0"
  9472. }
  9473. },
  9474. "node_modules/simple-git": {
  9475. "version": "3.24.0",
  9476. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.24.0.tgz",
  9477. "integrity": "sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==",
  9478. "dependencies": {
  9479. "@kwsites/file-exists": "^1.1.1",
  9480. "@kwsites/promise-deferred": "^1.1.1",
  9481. "debug": "^4.3.4"
  9482. },
  9483. "funding": {
  9484. "type": "github",
  9485. "url": "https://github.com/steveukx/git-js?sponsor=1"
  9486. }
  9487. },
  9488. "node_modules/sirv": {
  9489. "version": "2.0.4",
  9490. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  9491. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  9492. "dependencies": {
  9493. "@polka/url": "^1.0.0-next.24",
  9494. "mrmime": "^2.0.0",
  9495. "totalist": "^3.0.0"
  9496. },
  9497. "engines": {
  9498. "node": ">= 10"
  9499. }
  9500. },
  9501. "node_modules/sisteransi": {
  9502. "version": "1.0.5",
  9503. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  9504. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  9505. },
  9506. "node_modules/slash": {
  9507. "version": "5.1.0",
  9508. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  9509. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  9510. "engines": {
  9511. "node": ">=14.16"
  9512. },
  9513. "funding": {
  9514. "url": "https://github.com/sponsors/sindresorhus"
  9515. }
  9516. },
  9517. "node_modules/smart-buffer": {
  9518. "version": "4.2.0",
  9519. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  9520. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  9521. "engines": {
  9522. "node": ">= 6.0.0",
  9523. "npm": ">= 3.0.0"
  9524. }
  9525. },
  9526. "node_modules/smob": {
  9527. "version": "1.5.0",
  9528. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  9529. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  9530. },
  9531. "node_modules/socks": {
  9532. "version": "2.8.3",
  9533. "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
  9534. "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
  9535. "dependencies": {
  9536. "ip-address": "^9.0.5",
  9537. "smart-buffer": "^4.2.0"
  9538. },
  9539. "engines": {
  9540. "node": ">= 10.0.0",
  9541. "npm": ">= 3.0.0"
  9542. }
  9543. },
  9544. "node_modules/socks-proxy-agent": {
  9545. "version": "8.0.3",
  9546. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
  9547. "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
  9548. "dependencies": {
  9549. "agent-base": "^7.1.1",
  9550. "debug": "^4.3.4",
  9551. "socks": "^2.7.1"
  9552. },
  9553. "engines": {
  9554. "node": ">= 14"
  9555. }
  9556. },
  9557. "node_modules/socks-proxy-agent/node_modules/agent-base": {
  9558. "version": "7.1.1",
  9559. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  9560. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  9561. "dependencies": {
  9562. "debug": "^4.3.4"
  9563. },
  9564. "engines": {
  9565. "node": ">= 14"
  9566. }
  9567. },
  9568. "node_modules/source-map": {
  9569. "version": "0.7.4",
  9570. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  9571. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  9572. "engines": {
  9573. "node": ">= 8"
  9574. }
  9575. },
  9576. "node_modules/source-map-js": {
  9577. "version": "1.2.0",
  9578. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  9579. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  9580. "engines": {
  9581. "node": ">=0.10.0"
  9582. }
  9583. },
  9584. "node_modules/source-map-support": {
  9585. "version": "0.5.21",
  9586. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  9587. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  9588. "dependencies": {
  9589. "buffer-from": "^1.0.0",
  9590. "source-map": "^0.6.0"
  9591. }
  9592. },
  9593. "node_modules/source-map-support/node_modules/source-map": {
  9594. "version": "0.6.1",
  9595. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9596. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9597. "engines": {
  9598. "node": ">=0.10.0"
  9599. }
  9600. },
  9601. "node_modules/spdx-correct": {
  9602. "version": "3.2.0",
  9603. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
  9604. "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
  9605. "dependencies": {
  9606. "spdx-expression-parse": "^3.0.0",
  9607. "spdx-license-ids": "^3.0.0"
  9608. }
  9609. },
  9610. "node_modules/spdx-exceptions": {
  9611. "version": "2.5.0",
  9612. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  9613. "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
  9614. },
  9615. "node_modules/spdx-expression-parse": {
  9616. "version": "3.0.1",
  9617. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  9618. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  9619. "dependencies": {
  9620. "spdx-exceptions": "^2.1.0",
  9621. "spdx-license-ids": "^3.0.0"
  9622. }
  9623. },
  9624. "node_modules/spdx-license-ids": {
  9625. "version": "3.0.17",
  9626. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
  9627. "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
  9628. },
  9629. "node_modules/speakingurl": {
  9630. "version": "14.0.1",
  9631. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  9632. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  9633. "engines": {
  9634. "node": ">=0.10.0"
  9635. }
  9636. },
  9637. "node_modules/splitpanes": {
  9638. "version": "3.1.5",
  9639. "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.1.5.tgz",
  9640. "integrity": "sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==",
  9641. "funding": {
  9642. "url": "https://github.com/sponsors/antoniandre"
  9643. }
  9644. },
  9645. "node_modules/sprintf-js": {
  9646. "version": "1.1.3",
  9647. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
  9648. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
  9649. },
  9650. "node_modules/ssri": {
  9651. "version": "10.0.6",
  9652. "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
  9653. "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
  9654. "dependencies": {
  9655. "minipass": "^7.0.3"
  9656. },
  9657. "engines": {
  9658. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9659. }
  9660. },
  9661. "node_modules/standard-as-callback": {
  9662. "version": "2.1.0",
  9663. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  9664. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  9665. },
  9666. "node_modules/statuses": {
  9667. "version": "2.0.1",
  9668. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  9669. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  9670. "engines": {
  9671. "node": ">= 0.8"
  9672. }
  9673. },
  9674. "node_modules/std-env": {
  9675. "version": "3.7.0",
  9676. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  9677. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  9678. },
  9679. "node_modules/streamx": {
  9680. "version": "2.16.1",
  9681. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
  9682. "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
  9683. "dependencies": {
  9684. "fast-fifo": "^1.1.0",
  9685. "queue-tick": "^1.0.1"
  9686. },
  9687. "optionalDependencies": {
  9688. "bare-events": "^2.2.0"
  9689. }
  9690. },
  9691. "node_modules/strict-event-emitter": {
  9692. "version": "0.5.1",
  9693. "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
  9694. "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ=="
  9695. },
  9696. "node_modules/string_decoder": {
  9697. "version": "1.3.0",
  9698. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  9699. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  9700. "dependencies": {
  9701. "safe-buffer": "~5.2.0"
  9702. }
  9703. },
  9704. "node_modules/string-width": {
  9705. "version": "4.2.3",
  9706. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9707. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9708. "dependencies": {
  9709. "emoji-regex": "^8.0.0",
  9710. "is-fullwidth-code-point": "^3.0.0",
  9711. "strip-ansi": "^6.0.1"
  9712. },
  9713. "engines": {
  9714. "node": ">=8"
  9715. }
  9716. },
  9717. "node_modules/string-width-cjs": {
  9718. "name": "string-width",
  9719. "version": "4.2.3",
  9720. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9721. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9722. "dependencies": {
  9723. "emoji-regex": "^8.0.0",
  9724. "is-fullwidth-code-point": "^3.0.0",
  9725. "strip-ansi": "^6.0.1"
  9726. },
  9727. "engines": {
  9728. "node": ">=8"
  9729. }
  9730. },
  9731. "node_modules/strip-ansi": {
  9732. "version": "6.0.1",
  9733. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9734. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9735. "dependencies": {
  9736. "ansi-regex": "^5.0.1"
  9737. },
  9738. "engines": {
  9739. "node": ">=8"
  9740. }
  9741. },
  9742. "node_modules/strip-ansi-cjs": {
  9743. "name": "strip-ansi",
  9744. "version": "6.0.1",
  9745. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9746. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9747. "dependencies": {
  9748. "ansi-regex": "^5.0.1"
  9749. },
  9750. "engines": {
  9751. "node": ">=8"
  9752. }
  9753. },
  9754. "node_modules/strip-final-newline": {
  9755. "version": "3.0.0",
  9756. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  9757. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  9758. "engines": {
  9759. "node": ">=12"
  9760. },
  9761. "funding": {
  9762. "url": "https://github.com/sponsors/sindresorhus"
  9763. }
  9764. },
  9765. "node_modules/strip-literal": {
  9766. "version": "2.1.0",
  9767. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  9768. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  9769. "dependencies": {
  9770. "js-tokens": "^9.0.0"
  9771. },
  9772. "funding": {
  9773. "url": "https://github.com/sponsors/antfu"
  9774. }
  9775. },
  9776. "node_modules/strip-literal/node_modules/js-tokens": {
  9777. "version": "9.0.0",
  9778. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  9779. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  9780. },
  9781. "node_modules/stylehacks": {
  9782. "version": "6.1.1",
  9783. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz",
  9784. "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==",
  9785. "dependencies": {
  9786. "browserslist": "^4.23.0",
  9787. "postcss-selector-parser": "^6.0.16"
  9788. },
  9789. "engines": {
  9790. "node": "^14 || ^16 || >=18.0"
  9791. },
  9792. "peerDependencies": {
  9793. "postcss": "^8.4.31"
  9794. }
  9795. },
  9796. "node_modules/supports-color": {
  9797. "version": "5.5.0",
  9798. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  9799. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  9800. "dependencies": {
  9801. "has-flag": "^3.0.0"
  9802. },
  9803. "engines": {
  9804. "node": ">=4"
  9805. }
  9806. },
  9807. "node_modules/supports-preserve-symlinks-flag": {
  9808. "version": "1.0.0",
  9809. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  9810. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  9811. "engines": {
  9812. "node": ">= 0.4"
  9813. },
  9814. "funding": {
  9815. "url": "https://github.com/sponsors/ljharb"
  9816. }
  9817. },
  9818. "node_modules/svg-tags": {
  9819. "version": "1.0.0",
  9820. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  9821. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  9822. },
  9823. "node_modules/svgo": {
  9824. "version": "3.3.0",
  9825. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.0.tgz",
  9826. "integrity": "sha512-y350OL6eAmhDbWcASdukXoG0MbpdfJQPHwEUAaTW1HBNSO2VErJ35fs7uNLSWjzFDhfua517RcouBzjZoO1JFg==",
  9827. "dependencies": {
  9828. "@trysound/sax": "0.2.0",
  9829. "commander": "^7.2.0",
  9830. "css-select": "^5.1.0",
  9831. "css-tree": "^2.3.1",
  9832. "css-what": "^6.1.0",
  9833. "csso": "^5.0.5",
  9834. "picocolors": "^1.0.0"
  9835. },
  9836. "bin": {
  9837. "svgo": "bin/svgo.js"
  9838. },
  9839. "engines": {
  9840. "node": ">=14.0.0"
  9841. },
  9842. "funding": {
  9843. "type": "opencollective",
  9844. "url": "https://opencollective.com/svgo"
  9845. }
  9846. },
  9847. "node_modules/system-architecture": {
  9848. "version": "0.1.0",
  9849. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  9850. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  9851. "engines": {
  9852. "node": ">=18"
  9853. },
  9854. "funding": {
  9855. "url": "https://github.com/sponsors/sindresorhus"
  9856. }
  9857. },
  9858. "node_modules/tabbable": {
  9859. "version": "6.2.0",
  9860. "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz",
  9861. "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
  9862. },
  9863. "node_modules/tapable": {
  9864. "version": "2.2.1",
  9865. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  9866. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  9867. "engines": {
  9868. "node": ">=6"
  9869. }
  9870. },
  9871. "node_modules/tar": {
  9872. "version": "6.2.1",
  9873. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  9874. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  9875. "dependencies": {
  9876. "chownr": "^2.0.0",
  9877. "fs-minipass": "^2.0.0",
  9878. "minipass": "^5.0.0",
  9879. "minizlib": "^2.1.1",
  9880. "mkdirp": "^1.0.3",
  9881. "yallist": "^4.0.0"
  9882. },
  9883. "engines": {
  9884. "node": ">=10"
  9885. }
  9886. },
  9887. "node_modules/tar-stream": {
  9888. "version": "3.1.7",
  9889. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  9890. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  9891. "dependencies": {
  9892. "b4a": "^1.6.4",
  9893. "fast-fifo": "^1.2.0",
  9894. "streamx": "^2.15.0"
  9895. }
  9896. },
  9897. "node_modules/tar/node_modules/fs-minipass": {
  9898. "version": "2.1.0",
  9899. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  9900. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  9901. "dependencies": {
  9902. "minipass": "^3.0.0"
  9903. },
  9904. "engines": {
  9905. "node": ">= 8"
  9906. }
  9907. },
  9908. "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
  9909. "version": "3.3.6",
  9910. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  9911. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  9912. "dependencies": {
  9913. "yallist": "^4.0.0"
  9914. },
  9915. "engines": {
  9916. "node": ">=8"
  9917. }
  9918. },
  9919. "node_modules/tar/node_modules/minipass": {
  9920. "version": "5.0.0",
  9921. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  9922. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  9923. "engines": {
  9924. "node": ">=8"
  9925. }
  9926. },
  9927. "node_modules/tar/node_modules/yallist": {
  9928. "version": "4.0.0",
  9929. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  9930. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  9931. },
  9932. "node_modules/terser": {
  9933. "version": "5.31.0",
  9934. "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz",
  9935. "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==",
  9936. "dependencies": {
  9937. "@jridgewell/source-map": "^0.3.3",
  9938. "acorn": "^8.8.2",
  9939. "commander": "^2.20.0",
  9940. "source-map-support": "~0.5.20"
  9941. },
  9942. "bin": {
  9943. "terser": "bin/terser"
  9944. },
  9945. "engines": {
  9946. "node": ">=10"
  9947. }
  9948. },
  9949. "node_modules/terser/node_modules/commander": {
  9950. "version": "2.20.3",
  9951. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  9952. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  9953. },
  9954. "node_modules/tiny-invariant": {
  9955. "version": "1.3.3",
  9956. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  9957. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  9958. },
  9959. "node_modules/to-fast-properties": {
  9960. "version": "2.0.0",
  9961. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  9962. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  9963. "engines": {
  9964. "node": ">=4"
  9965. }
  9966. },
  9967. "node_modules/to-regex-range": {
  9968. "version": "5.0.1",
  9969. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9970. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9971. "dependencies": {
  9972. "is-number": "^7.0.0"
  9973. },
  9974. "engines": {
  9975. "node": ">=8.0"
  9976. }
  9977. },
  9978. "node_modules/toidentifier": {
  9979. "version": "1.0.1",
  9980. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  9981. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  9982. "engines": {
  9983. "node": ">=0.6"
  9984. }
  9985. },
  9986. "node_modules/totalist": {
  9987. "version": "3.0.1",
  9988. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  9989. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  9990. "engines": {
  9991. "node": ">=6"
  9992. }
  9993. },
  9994. "node_modules/tr46": {
  9995. "version": "0.0.3",
  9996. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  9997. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  9998. },
  9999. "node_modules/tslib": {
  10000. "version": "2.6.2",
  10001. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
  10002. "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
  10003. "devOptional": true
  10004. },
  10005. "node_modules/tuf-js": {
  10006. "version": "2.2.1",
  10007. "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
  10008. "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
  10009. "dependencies": {
  10010. "@tufjs/models": "2.0.1",
  10011. "debug": "^4.3.4",
  10012. "make-fetch-happen": "^13.0.1"
  10013. },
  10014. "engines": {
  10015. "node": "^16.14.0 || >=18.0.0"
  10016. }
  10017. },
  10018. "node_modules/type-fest": {
  10019. "version": "3.13.1",
  10020. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  10021. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  10022. "engines": {
  10023. "node": ">=14.16"
  10024. },
  10025. "funding": {
  10026. "url": "https://github.com/sponsors/sindresorhus"
  10027. }
  10028. },
  10029. "node_modules/ufo": {
  10030. "version": "1.5.3",
  10031. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz",
  10032. "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw=="
  10033. },
  10034. "node_modules/ultrahtml": {
  10035. "version": "1.5.3",
  10036. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  10037. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  10038. },
  10039. "node_modules/unconfig": {
  10040. "version": "0.3.13",
  10041. "resolved": "https://registry.npmjs.org/unconfig/-/unconfig-0.3.13.tgz",
  10042. "integrity": "sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==",
  10043. "peer": true,
  10044. "dependencies": {
  10045. "@antfu/utils": "^0.7.7",
  10046. "defu": "^6.1.4",
  10047. "jiti": "^1.21.0"
  10048. },
  10049. "funding": {
  10050. "url": "https://github.com/sponsors/antfu"
  10051. }
  10052. },
  10053. "node_modules/uncrypto": {
  10054. "version": "0.1.3",
  10055. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  10056. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  10057. },
  10058. "node_modules/unctx": {
  10059. "version": "2.3.1",
  10060. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  10061. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  10062. "dependencies": {
  10063. "acorn": "^8.8.2",
  10064. "estree-walker": "^3.0.3",
  10065. "magic-string": "^0.30.0",
  10066. "unplugin": "^1.3.1"
  10067. }
  10068. },
  10069. "node_modules/undici": {
  10070. "version": "5.28.4",
  10071. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  10072. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  10073. "dependencies": {
  10074. "@fastify/busboy": "^2.0.0"
  10075. },
  10076. "engines": {
  10077. "node": ">=14.0"
  10078. }
  10079. },
  10080. "node_modules/undici-types": {
  10081. "version": "5.26.5",
  10082. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  10083. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
  10084. },
  10085. "node_modules/unenv": {
  10086. "version": "1.9.0",
  10087. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.9.0.tgz",
  10088. "integrity": "sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==",
  10089. "dependencies": {
  10090. "consola": "^3.2.3",
  10091. "defu": "^6.1.3",
  10092. "mime": "^3.0.0",
  10093. "node-fetch-native": "^1.6.1",
  10094. "pathe": "^1.1.1"
  10095. }
  10096. },
  10097. "node_modules/unenv/node_modules/mime": {
  10098. "version": "3.0.0",
  10099. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  10100. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  10101. "bin": {
  10102. "mime": "cli.js"
  10103. },
  10104. "engines": {
  10105. "node": ">=10.0.0"
  10106. }
  10107. },
  10108. "node_modules/unhead": {
  10109. "version": "1.9.10",
  10110. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.9.10.tgz",
  10111. "integrity": "sha512-Y3w+j1x1YFig2YuE+W2sER+SciRR7MQktYRHNqvZJ0iUNCCJTS8Z/SdSMUEeuFV28daXeASlR3fy7Ry3O2indg==",
  10112. "dependencies": {
  10113. "@unhead/dom": "1.9.10",
  10114. "@unhead/schema": "1.9.10",
  10115. "@unhead/shared": "1.9.10",
  10116. "hookable": "^5.5.3"
  10117. },
  10118. "funding": {
  10119. "url": "https://github.com/sponsors/harlan-zw"
  10120. }
  10121. },
  10122. "node_modules/unicorn-magic": {
  10123. "version": "0.1.0",
  10124. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  10125. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  10126. "engines": {
  10127. "node": ">=18"
  10128. },
  10129. "funding": {
  10130. "url": "https://github.com/sponsors/sindresorhus"
  10131. }
  10132. },
  10133. "node_modules/unimport": {
  10134. "version": "3.7.1",
  10135. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.7.1.tgz",
  10136. "integrity": "sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==",
  10137. "dependencies": {
  10138. "@rollup/pluginutils": "^5.1.0",
  10139. "acorn": "^8.11.2",
  10140. "escape-string-regexp": "^5.0.0",
  10141. "estree-walker": "^3.0.3",
  10142. "fast-glob": "^3.3.2",
  10143. "local-pkg": "^0.5.0",
  10144. "magic-string": "^0.30.5",
  10145. "mlly": "^1.4.2",
  10146. "pathe": "^1.1.1",
  10147. "pkg-types": "^1.0.3",
  10148. "scule": "^1.1.1",
  10149. "strip-literal": "^1.3.0",
  10150. "unplugin": "^1.5.1"
  10151. }
  10152. },
  10153. "node_modules/unimport/node_modules/strip-literal": {
  10154. "version": "1.3.0",
  10155. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz",
  10156. "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
  10157. "dependencies": {
  10158. "acorn": "^8.10.0"
  10159. },
  10160. "funding": {
  10161. "url": "https://github.com/sponsors/antfu"
  10162. }
  10163. },
  10164. "node_modules/unique-filename": {
  10165. "version": "3.0.0",
  10166. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
  10167. "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
  10168. "dependencies": {
  10169. "unique-slug": "^4.0.0"
  10170. },
  10171. "engines": {
  10172. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10173. }
  10174. },
  10175. "node_modules/unique-slug": {
  10176. "version": "4.0.0",
  10177. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
  10178. "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
  10179. "dependencies": {
  10180. "imurmurhash": "^0.1.4"
  10181. },
  10182. "engines": {
  10183. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10184. }
  10185. },
  10186. "node_modules/universalify": {
  10187. "version": "2.0.1",
  10188. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  10189. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  10190. "engines": {
  10191. "node": ">= 10.0.0"
  10192. }
  10193. },
  10194. "node_modules/unocss": {
  10195. "version": "0.59.4",
  10196. "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.59.4.tgz",
  10197. "integrity": "sha512-QmCVjRObvVu/gsGrJGVt0NnrdhFFn314BUZn2WQyXV9rIvHLRmG5bIu0j5vibJkj7ZhFchTrnTM1pTFXP1xt5g==",
  10198. "peer": true,
  10199. "dependencies": {
  10200. "@unocss/astro": "0.59.4",
  10201. "@unocss/cli": "0.59.4",
  10202. "@unocss/core": "0.59.4",
  10203. "@unocss/extractor-arbitrary-variants": "0.59.4",
  10204. "@unocss/postcss": "0.59.4",
  10205. "@unocss/preset-attributify": "0.59.4",
  10206. "@unocss/preset-icons": "0.59.4",
  10207. "@unocss/preset-mini": "0.59.4",
  10208. "@unocss/preset-tagify": "0.59.4",
  10209. "@unocss/preset-typography": "0.59.4",
  10210. "@unocss/preset-uno": "0.59.4",
  10211. "@unocss/preset-web-fonts": "0.59.4",
  10212. "@unocss/preset-wind": "0.59.4",
  10213. "@unocss/reset": "0.59.4",
  10214. "@unocss/transformer-attributify-jsx": "0.59.4",
  10215. "@unocss/transformer-attributify-jsx-babel": "0.59.4",
  10216. "@unocss/transformer-compile-class": "0.59.4",
  10217. "@unocss/transformer-directives": "0.59.4",
  10218. "@unocss/transformer-variant-group": "0.59.4",
  10219. "@unocss/vite": "0.59.4"
  10220. },
  10221. "engines": {
  10222. "node": ">=14"
  10223. },
  10224. "funding": {
  10225. "url": "https://github.com/sponsors/antfu"
  10226. },
  10227. "peerDependencies": {
  10228. "@unocss/webpack": "0.59.4",
  10229. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  10230. },
  10231. "peerDependenciesMeta": {
  10232. "@unocss/webpack": {
  10233. "optional": true
  10234. },
  10235. "vite": {
  10236. "optional": true
  10237. }
  10238. }
  10239. },
  10240. "node_modules/unplugin": {
  10241. "version": "1.10.1",
  10242. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.10.1.tgz",
  10243. "integrity": "sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==",
  10244. "dependencies": {
  10245. "acorn": "^8.11.3",
  10246. "chokidar": "^3.6.0",
  10247. "webpack-sources": "^3.2.3",
  10248. "webpack-virtual-modules": "^0.6.1"
  10249. },
  10250. "engines": {
  10251. "node": ">=14.0.0"
  10252. }
  10253. },
  10254. "node_modules/unplugin-vue-router": {
  10255. "version": "0.7.0",
  10256. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.7.0.tgz",
  10257. "integrity": "sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==",
  10258. "dependencies": {
  10259. "@babel/types": "^7.22.19",
  10260. "@rollup/pluginutils": "^5.0.4",
  10261. "@vue-macros/common": "^1.8.0",
  10262. "ast-walker-scope": "^0.5.0",
  10263. "chokidar": "^3.5.3",
  10264. "fast-glob": "^3.3.1",
  10265. "json5": "^2.2.3",
  10266. "local-pkg": "^0.4.3",
  10267. "mlly": "^1.4.2",
  10268. "pathe": "^1.1.1",
  10269. "scule": "^1.0.0",
  10270. "unplugin": "^1.5.0",
  10271. "yaml": "^2.3.2"
  10272. },
  10273. "peerDependencies": {
  10274. "vue-router": "^4.1.0"
  10275. },
  10276. "peerDependenciesMeta": {
  10277. "vue-router": {
  10278. "optional": true
  10279. }
  10280. }
  10281. },
  10282. "node_modules/unplugin-vue-router/node_modules/local-pkg": {
  10283. "version": "0.4.3",
  10284. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz",
  10285. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  10286. "engines": {
  10287. "node": ">=14"
  10288. },
  10289. "funding": {
  10290. "url": "https://github.com/sponsors/antfu"
  10291. }
  10292. },
  10293. "node_modules/unstorage": {
  10294. "version": "1.10.2",
  10295. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.10.2.tgz",
  10296. "integrity": "sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==",
  10297. "dependencies": {
  10298. "anymatch": "^3.1.3",
  10299. "chokidar": "^3.6.0",
  10300. "destr": "^2.0.3",
  10301. "h3": "^1.11.1",
  10302. "listhen": "^1.7.2",
  10303. "lru-cache": "^10.2.0",
  10304. "mri": "^1.2.0",
  10305. "node-fetch-native": "^1.6.2",
  10306. "ofetch": "^1.3.3",
  10307. "ufo": "^1.4.0"
  10308. },
  10309. "peerDependencies": {
  10310. "@azure/app-configuration": "^1.5.0",
  10311. "@azure/cosmos": "^4.0.0",
  10312. "@azure/data-tables": "^13.2.2",
  10313. "@azure/identity": "^4.0.1",
  10314. "@azure/keyvault-secrets": "^4.8.0",
  10315. "@azure/storage-blob": "^12.17.0",
  10316. "@capacitor/preferences": "^5.0.7",
  10317. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  10318. "@planetscale/database": "^1.16.0",
  10319. "@upstash/redis": "^1.28.4",
  10320. "@vercel/kv": "^1.0.1",
  10321. "idb-keyval": "^6.2.1",
  10322. "ioredis": "^5.3.2"
  10323. },
  10324. "peerDependenciesMeta": {
  10325. "@azure/app-configuration": {
  10326. "optional": true
  10327. },
  10328. "@azure/cosmos": {
  10329. "optional": true
  10330. },
  10331. "@azure/data-tables": {
  10332. "optional": true
  10333. },
  10334. "@azure/identity": {
  10335. "optional": true
  10336. },
  10337. "@azure/keyvault-secrets": {
  10338. "optional": true
  10339. },
  10340. "@azure/storage-blob": {
  10341. "optional": true
  10342. },
  10343. "@capacitor/preferences": {
  10344. "optional": true
  10345. },
  10346. "@netlify/blobs": {
  10347. "optional": true
  10348. },
  10349. "@planetscale/database": {
  10350. "optional": true
  10351. },
  10352. "@upstash/redis": {
  10353. "optional": true
  10354. },
  10355. "@vercel/kv": {
  10356. "optional": true
  10357. },
  10358. "idb-keyval": {
  10359. "optional": true
  10360. },
  10361. "ioredis": {
  10362. "optional": true
  10363. }
  10364. }
  10365. },
  10366. "node_modules/unstorage/node_modules/lru-cache": {
  10367. "version": "10.2.2",
  10368. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  10369. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  10370. "engines": {
  10371. "node": "14 || >=16.14"
  10372. }
  10373. },
  10374. "node_modules/untun": {
  10375. "version": "0.1.3",
  10376. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  10377. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  10378. "dependencies": {
  10379. "citty": "^0.1.5",
  10380. "consola": "^3.2.3",
  10381. "pathe": "^1.1.1"
  10382. },
  10383. "bin": {
  10384. "untun": "bin/untun.mjs"
  10385. }
  10386. },
  10387. "node_modules/untyped": {
  10388. "version": "1.4.2",
  10389. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.4.2.tgz",
  10390. "integrity": "sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==",
  10391. "dependencies": {
  10392. "@babel/core": "^7.23.7",
  10393. "@babel/standalone": "^7.23.8",
  10394. "@babel/types": "^7.23.6",
  10395. "defu": "^6.1.4",
  10396. "jiti": "^1.21.0",
  10397. "mri": "^1.2.0",
  10398. "scule": "^1.2.0"
  10399. },
  10400. "bin": {
  10401. "untyped": "dist/cli.mjs"
  10402. }
  10403. },
  10404. "node_modules/unwasm": {
  10405. "version": "0.3.9",
  10406. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  10407. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  10408. "dependencies": {
  10409. "knitwork": "^1.0.0",
  10410. "magic-string": "^0.30.8",
  10411. "mlly": "^1.6.1",
  10412. "pathe": "^1.1.2",
  10413. "pkg-types": "^1.0.3",
  10414. "unplugin": "^1.10.0"
  10415. }
  10416. },
  10417. "node_modules/update-browserslist-db": {
  10418. "version": "1.0.15",
  10419. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz",
  10420. "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==",
  10421. "funding": [
  10422. {
  10423. "type": "opencollective",
  10424. "url": "https://opencollective.com/browserslist"
  10425. },
  10426. {
  10427. "type": "tidelift",
  10428. "url": "https://tidelift.com/funding/github/npm/browserslist"
  10429. },
  10430. {
  10431. "type": "github",
  10432. "url": "https://github.com/sponsors/ai"
  10433. }
  10434. ],
  10435. "dependencies": {
  10436. "escalade": "^3.1.2",
  10437. "picocolors": "^1.0.0"
  10438. },
  10439. "bin": {
  10440. "update-browserslist-db": "cli.js"
  10441. },
  10442. "peerDependencies": {
  10443. "browserslist": ">= 4.21.0"
  10444. }
  10445. },
  10446. "node_modules/uqr": {
  10447. "version": "0.1.2",
  10448. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  10449. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  10450. },
  10451. "node_modules/urlpattern-polyfill": {
  10452. "version": "8.0.2",
  10453. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  10454. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  10455. },
  10456. "node_modules/util-deprecate": {
  10457. "version": "1.0.2",
  10458. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  10459. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  10460. },
  10461. "node_modules/validate-npm-package-license": {
  10462. "version": "3.0.4",
  10463. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  10464. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  10465. "dependencies": {
  10466. "spdx-correct": "^3.0.0",
  10467. "spdx-expression-parse": "^3.0.0"
  10468. }
  10469. },
  10470. "node_modules/validate-npm-package-name": {
  10471. "version": "5.0.1",
  10472. "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
  10473. "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
  10474. "engines": {
  10475. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10476. }
  10477. },
  10478. "node_modules/vite": {
  10479. "version": "5.2.11",
  10480. "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz",
  10481. "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==",
  10482. "dependencies": {
  10483. "esbuild": "^0.20.1",
  10484. "postcss": "^8.4.38",
  10485. "rollup": "^4.13.0"
  10486. },
  10487. "bin": {
  10488. "vite": "bin/vite.js"
  10489. },
  10490. "engines": {
  10491. "node": "^18.0.0 || >=20.0.0"
  10492. },
  10493. "funding": {
  10494. "url": "https://github.com/vitejs/vite?sponsor=1"
  10495. },
  10496. "optionalDependencies": {
  10497. "fsevents": "~2.3.3"
  10498. },
  10499. "peerDependencies": {
  10500. "@types/node": "^18.0.0 || >=20.0.0",
  10501. "less": "*",
  10502. "lightningcss": "^1.21.0",
  10503. "sass": "*",
  10504. "stylus": "*",
  10505. "sugarss": "*",
  10506. "terser": "^5.4.0"
  10507. },
  10508. "peerDependenciesMeta": {
  10509. "@types/node": {
  10510. "optional": true
  10511. },
  10512. "less": {
  10513. "optional": true
  10514. },
  10515. "lightningcss": {
  10516. "optional": true
  10517. },
  10518. "sass": {
  10519. "optional": true
  10520. },
  10521. "stylus": {
  10522. "optional": true
  10523. },
  10524. "sugarss": {
  10525. "optional": true
  10526. },
  10527. "terser": {
  10528. "optional": true
  10529. }
  10530. }
  10531. },
  10532. "node_modules/vite-hot-client": {
  10533. "version": "0.2.3",
  10534. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  10535. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  10536. "funding": {
  10537. "url": "https://github.com/sponsors/antfu"
  10538. },
  10539. "peerDependencies": {
  10540. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  10541. }
  10542. },
  10543. "node_modules/vite-node": {
  10544. "version": "1.6.0",
  10545. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz",
  10546. "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==",
  10547. "dependencies": {
  10548. "cac": "^6.7.14",
  10549. "debug": "^4.3.4",
  10550. "pathe": "^1.1.1",
  10551. "picocolors": "^1.0.0",
  10552. "vite": "^5.0.0"
  10553. },
  10554. "bin": {
  10555. "vite-node": "vite-node.mjs"
  10556. },
  10557. "engines": {
  10558. "node": "^18.0.0 || >=20.0.0"
  10559. },
  10560. "funding": {
  10561. "url": "https://opencollective.com/vitest"
  10562. }
  10563. },
  10564. "node_modules/vite-plugin-checker": {
  10565. "version": "0.6.4",
  10566. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.6.4.tgz",
  10567. "integrity": "sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==",
  10568. "dependencies": {
  10569. "@babel/code-frame": "^7.12.13",
  10570. "ansi-escapes": "^4.3.0",
  10571. "chalk": "^4.1.1",
  10572. "chokidar": "^3.5.1",
  10573. "commander": "^8.0.0",
  10574. "fast-glob": "^3.2.7",
  10575. "fs-extra": "^11.1.0",
  10576. "npm-run-path": "^4.0.1",
  10577. "semver": "^7.5.0",
  10578. "strip-ansi": "^6.0.0",
  10579. "tiny-invariant": "^1.1.0",
  10580. "vscode-languageclient": "^7.0.0",
  10581. "vscode-languageserver": "^7.0.0",
  10582. "vscode-languageserver-textdocument": "^1.0.1",
  10583. "vscode-uri": "^3.0.2"
  10584. },
  10585. "engines": {
  10586. "node": ">=14.16"
  10587. },
  10588. "peerDependencies": {
  10589. "eslint": ">=7",
  10590. "meow": "^9.0.0",
  10591. "optionator": "^0.9.1",
  10592. "stylelint": ">=13",
  10593. "typescript": "*",
  10594. "vite": ">=2.0.0",
  10595. "vls": "*",
  10596. "vti": "*",
  10597. "vue-tsc": ">=1.3.9"
  10598. },
  10599. "peerDependenciesMeta": {
  10600. "eslint": {
  10601. "optional": true
  10602. },
  10603. "meow": {
  10604. "optional": true
  10605. },
  10606. "optionator": {
  10607. "optional": true
  10608. },
  10609. "stylelint": {
  10610. "optional": true
  10611. },
  10612. "typescript": {
  10613. "optional": true
  10614. },
  10615. "vls": {
  10616. "optional": true
  10617. },
  10618. "vti": {
  10619. "optional": true
  10620. },
  10621. "vue-tsc": {
  10622. "optional": true
  10623. }
  10624. }
  10625. },
  10626. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  10627. "version": "4.3.0",
  10628. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10629. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10630. "dependencies": {
  10631. "color-convert": "^2.0.1"
  10632. },
  10633. "engines": {
  10634. "node": ">=8"
  10635. },
  10636. "funding": {
  10637. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10638. }
  10639. },
  10640. "node_modules/vite-plugin-checker/node_modules/chalk": {
  10641. "version": "4.1.2",
  10642. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10643. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10644. "dependencies": {
  10645. "ansi-styles": "^4.1.0",
  10646. "supports-color": "^7.1.0"
  10647. },
  10648. "engines": {
  10649. "node": ">=10"
  10650. },
  10651. "funding": {
  10652. "url": "https://github.com/chalk/chalk?sponsor=1"
  10653. }
  10654. },
  10655. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  10656. "version": "2.0.1",
  10657. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10658. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10659. "dependencies": {
  10660. "color-name": "~1.1.4"
  10661. },
  10662. "engines": {
  10663. "node": ">=7.0.0"
  10664. }
  10665. },
  10666. "node_modules/vite-plugin-checker/node_modules/color-name": {
  10667. "version": "1.1.4",
  10668. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10669. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10670. },
  10671. "node_modules/vite-plugin-checker/node_modules/commander": {
  10672. "version": "8.3.0",
  10673. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  10674. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  10675. "engines": {
  10676. "node": ">= 12"
  10677. }
  10678. },
  10679. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  10680. "version": "4.0.0",
  10681. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10682. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10683. "engines": {
  10684. "node": ">=8"
  10685. }
  10686. },
  10687. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  10688. "version": "4.0.1",
  10689. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  10690. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  10691. "dependencies": {
  10692. "path-key": "^3.0.0"
  10693. },
  10694. "engines": {
  10695. "node": ">=8"
  10696. }
  10697. },
  10698. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  10699. "version": "7.2.0",
  10700. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10701. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10702. "dependencies": {
  10703. "has-flag": "^4.0.0"
  10704. },
  10705. "engines": {
  10706. "node": ">=8"
  10707. }
  10708. },
  10709. "node_modules/vite-plugin-inspect": {
  10710. "version": "0.8.4",
  10711. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.4.tgz",
  10712. "integrity": "sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==",
  10713. "dependencies": {
  10714. "@antfu/utils": "^0.7.7",
  10715. "@rollup/pluginutils": "^5.1.0",
  10716. "debug": "^4.3.4",
  10717. "error-stack-parser-es": "^0.1.1",
  10718. "fs-extra": "^11.2.0",
  10719. "open": "^10.1.0",
  10720. "perfect-debounce": "^1.0.0",
  10721. "picocolors": "^1.0.0",
  10722. "sirv": "^2.0.4"
  10723. },
  10724. "engines": {
  10725. "node": ">=14"
  10726. },
  10727. "funding": {
  10728. "url": "https://github.com/sponsors/antfu"
  10729. },
  10730. "peerDependencies": {
  10731. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  10732. },
  10733. "peerDependenciesMeta": {
  10734. "@nuxt/kit": {
  10735. "optional": true
  10736. }
  10737. }
  10738. },
  10739. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  10740. "version": "3.0.0",
  10741. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  10742. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  10743. "engines": {
  10744. "node": ">=12"
  10745. },
  10746. "funding": {
  10747. "url": "https://github.com/sponsors/sindresorhus"
  10748. }
  10749. },
  10750. "node_modules/vite-plugin-inspect/node_modules/open": {
  10751. "version": "10.1.0",
  10752. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  10753. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  10754. "dependencies": {
  10755. "default-browser": "^5.2.1",
  10756. "define-lazy-prop": "^3.0.0",
  10757. "is-inside-container": "^1.0.0",
  10758. "is-wsl": "^3.1.0"
  10759. },
  10760. "engines": {
  10761. "node": ">=18"
  10762. },
  10763. "funding": {
  10764. "url": "https://github.com/sponsors/sindresorhus"
  10765. }
  10766. },
  10767. "node_modules/vite-plugin-vue-inspector": {
  10768. "version": "4.0.2",
  10769. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-4.0.2.tgz",
  10770. "integrity": "sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==",
  10771. "dependencies": {
  10772. "@babel/core": "^7.23.0",
  10773. "@babel/plugin-proposal-decorators": "^7.23.0",
  10774. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  10775. "@babel/plugin-syntax-import-meta": "^7.10.4",
  10776. "@babel/plugin-transform-typescript": "^7.22.15",
  10777. "@vue/babel-plugin-jsx": "^1.1.5",
  10778. "@vue/compiler-dom": "^3.3.4",
  10779. "kolorist": "^1.8.0",
  10780. "magic-string": "^0.30.4"
  10781. },
  10782. "peerDependencies": {
  10783. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  10784. }
  10785. },
  10786. "node_modules/vscode-jsonrpc": {
  10787. "version": "6.0.0",
  10788. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  10789. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  10790. "engines": {
  10791. "node": ">=8.0.0 || >=10.0.0"
  10792. }
  10793. },
  10794. "node_modules/vscode-languageclient": {
  10795. "version": "7.0.0",
  10796. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  10797. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  10798. "dependencies": {
  10799. "minimatch": "^3.0.4",
  10800. "semver": "^7.3.4",
  10801. "vscode-languageserver-protocol": "3.16.0"
  10802. },
  10803. "engines": {
  10804. "vscode": "^1.52.0"
  10805. }
  10806. },
  10807. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  10808. "version": "1.1.11",
  10809. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  10810. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  10811. "dependencies": {
  10812. "balanced-match": "^1.0.0",
  10813. "concat-map": "0.0.1"
  10814. }
  10815. },
  10816. "node_modules/vscode-languageclient/node_modules/minimatch": {
  10817. "version": "3.1.2",
  10818. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  10819. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  10820. "dependencies": {
  10821. "brace-expansion": "^1.1.7"
  10822. },
  10823. "engines": {
  10824. "node": "*"
  10825. }
  10826. },
  10827. "node_modules/vscode-languageserver": {
  10828. "version": "7.0.0",
  10829. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  10830. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  10831. "dependencies": {
  10832. "vscode-languageserver-protocol": "3.16.0"
  10833. },
  10834. "bin": {
  10835. "installServerIntoExtension": "bin/installServerIntoExtension"
  10836. }
  10837. },
  10838. "node_modules/vscode-languageserver-protocol": {
  10839. "version": "3.16.0",
  10840. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  10841. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  10842. "dependencies": {
  10843. "vscode-jsonrpc": "6.0.0",
  10844. "vscode-languageserver-types": "3.16.0"
  10845. }
  10846. },
  10847. "node_modules/vscode-languageserver-textdocument": {
  10848. "version": "1.0.11",
  10849. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz",
  10850. "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA=="
  10851. },
  10852. "node_modules/vscode-languageserver-types": {
  10853. "version": "3.16.0",
  10854. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  10855. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  10856. },
  10857. "node_modules/vscode-uri": {
  10858. "version": "3.0.8",
  10859. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  10860. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  10861. },
  10862. "node_modules/vue": {
  10863. "version": "3.4.27",
  10864. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.27.tgz",
  10865. "integrity": "sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==",
  10866. "dependencies": {
  10867. "@vue/compiler-dom": "3.4.27",
  10868. "@vue/compiler-sfc": "3.4.27",
  10869. "@vue/runtime-dom": "3.4.27",
  10870. "@vue/server-renderer": "3.4.27",
  10871. "@vue/shared": "3.4.27"
  10872. },
  10873. "peerDependencies": {
  10874. "typescript": "*"
  10875. },
  10876. "peerDependenciesMeta": {
  10877. "typescript": {
  10878. "optional": true
  10879. }
  10880. }
  10881. },
  10882. "node_modules/vue-bundle-renderer": {
  10883. "version": "2.0.0",
  10884. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.0.0.tgz",
  10885. "integrity": "sha512-oYATTQyh8XVkUWe2kaKxhxKVuuzK2Qcehe+yr3bGiaQAhK3ry2kYE4FWOfL+KO3hVFwCdLmzDQTzYhTi9C+R2A==",
  10886. "dependencies": {
  10887. "ufo": "^1.2.0"
  10888. }
  10889. },
  10890. "node_modules/vue-devtools-stub": {
  10891. "version": "0.1.0",
  10892. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  10893. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  10894. },
  10895. "node_modules/vue-observe-visibility": {
  10896. "version": "2.0.0-alpha.1",
  10897. "resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-2.0.0-alpha.1.tgz",
  10898. "integrity": "sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==",
  10899. "peerDependencies": {
  10900. "vue": "^3.0.0"
  10901. }
  10902. },
  10903. "node_modules/vue-resize": {
  10904. "version": "2.0.0-alpha.1",
  10905. "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",
  10906. "integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==",
  10907. "peerDependencies": {
  10908. "vue": "^3.0.0"
  10909. }
  10910. },
  10911. "node_modules/vue-router": {
  10912. "version": "4.3.2",
  10913. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.2.tgz",
  10914. "integrity": "sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==",
  10915. "dependencies": {
  10916. "@vue/devtools-api": "^6.5.1"
  10917. },
  10918. "funding": {
  10919. "url": "https://github.com/sponsors/posva"
  10920. },
  10921. "peerDependencies": {
  10922. "vue": "^3.2.0"
  10923. }
  10924. },
  10925. "node_modules/vue-virtual-scroller": {
  10926. "version": "2.0.0-beta.8",
  10927. "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-2.0.0-beta.8.tgz",
  10928. "integrity": "sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==",
  10929. "dependencies": {
  10930. "mitt": "^2.1.0",
  10931. "vue-observe-visibility": "^2.0.0-alpha.1",
  10932. "vue-resize": "^2.0.0-alpha.1"
  10933. },
  10934. "peerDependencies": {
  10935. "vue": "^3.2.0"
  10936. }
  10937. },
  10938. "node_modules/vue-virtual-scroller/node_modules/mitt": {
  10939. "version": "2.1.0",
  10940. "resolved": "https://registry.npmjs.org/mitt/-/mitt-2.1.0.tgz",
  10941. "integrity": "sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg=="
  10942. },
  10943. "node_modules/webidl-conversions": {
  10944. "version": "3.0.1",
  10945. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  10946. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  10947. },
  10948. "node_modules/webpack-sources": {
  10949. "version": "3.2.3",
  10950. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  10951. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  10952. "engines": {
  10953. "node": ">=10.13.0"
  10954. }
  10955. },
  10956. "node_modules/webpack-virtual-modules": {
  10957. "version": "0.6.1",
  10958. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
  10959. "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg=="
  10960. },
  10961. "node_modules/whatwg-url": {
  10962. "version": "5.0.0",
  10963. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  10964. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  10965. "dependencies": {
  10966. "tr46": "~0.0.3",
  10967. "webidl-conversions": "^3.0.0"
  10968. }
  10969. },
  10970. "node_modules/which": {
  10971. "version": "3.0.1",
  10972. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  10973. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  10974. "dependencies": {
  10975. "isexe": "^2.0.0"
  10976. },
  10977. "bin": {
  10978. "node-which": "bin/which.js"
  10979. },
  10980. "engines": {
  10981. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10982. }
  10983. },
  10984. "node_modules/wide-align": {
  10985. "version": "1.1.5",
  10986. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  10987. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  10988. "dependencies": {
  10989. "string-width": "^1.0.2 || 2 || 3 || 4"
  10990. }
  10991. },
  10992. "node_modules/wrap-ansi": {
  10993. "version": "7.0.0",
  10994. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10995. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10996. "dependencies": {
  10997. "ansi-styles": "^4.0.0",
  10998. "string-width": "^4.1.0",
  10999. "strip-ansi": "^6.0.0"
  11000. },
  11001. "engines": {
  11002. "node": ">=10"
  11003. },
  11004. "funding": {
  11005. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  11006. }
  11007. },
  11008. "node_modules/wrap-ansi-cjs": {
  11009. "name": "wrap-ansi",
  11010. "version": "7.0.0",
  11011. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  11012. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  11013. "dependencies": {
  11014. "ansi-styles": "^4.0.0",
  11015. "string-width": "^4.1.0",
  11016. "strip-ansi": "^6.0.0"
  11017. },
  11018. "engines": {
  11019. "node": ">=10"
  11020. },
  11021. "funding": {
  11022. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  11023. }
  11024. },
  11025. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  11026. "version": "4.3.0",
  11027. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  11028. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  11029. "dependencies": {
  11030. "color-convert": "^2.0.1"
  11031. },
  11032. "engines": {
  11033. "node": ">=8"
  11034. },
  11035. "funding": {
  11036. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11037. }
  11038. },
  11039. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  11040. "version": "2.0.1",
  11041. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  11042. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  11043. "dependencies": {
  11044. "color-name": "~1.1.4"
  11045. },
  11046. "engines": {
  11047. "node": ">=7.0.0"
  11048. }
  11049. },
  11050. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  11051. "version": "1.1.4",
  11052. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  11053. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  11054. },
  11055. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  11056. "version": "4.3.0",
  11057. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  11058. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  11059. "dependencies": {
  11060. "color-convert": "^2.0.1"
  11061. },
  11062. "engines": {
  11063. "node": ">=8"
  11064. },
  11065. "funding": {
  11066. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11067. }
  11068. },
  11069. "node_modules/wrap-ansi/node_modules/color-convert": {
  11070. "version": "2.0.1",
  11071. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  11072. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  11073. "dependencies": {
  11074. "color-name": "~1.1.4"
  11075. },
  11076. "engines": {
  11077. "node": ">=7.0.0"
  11078. }
  11079. },
  11080. "node_modules/wrap-ansi/node_modules/color-name": {
  11081. "version": "1.1.4",
  11082. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  11083. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  11084. },
  11085. "node_modules/wrappy": {
  11086. "version": "1.0.2",
  11087. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  11088. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  11089. },
  11090. "node_modules/ws": {
  11091. "version": "8.17.0",
  11092. "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
  11093. "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
  11094. "engines": {
  11095. "node": ">=10.0.0"
  11096. },
  11097. "peerDependencies": {
  11098. "bufferutil": "^4.0.1",
  11099. "utf-8-validate": ">=5.0.2"
  11100. },
  11101. "peerDependenciesMeta": {
  11102. "bufferutil": {
  11103. "optional": true
  11104. },
  11105. "utf-8-validate": {
  11106. "optional": true
  11107. }
  11108. }
  11109. },
  11110. "node_modules/y18n": {
  11111. "version": "5.0.8",
  11112. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  11113. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  11114. "engines": {
  11115. "node": ">=10"
  11116. }
  11117. },
  11118. "node_modules/yallist": {
  11119. "version": "3.1.1",
  11120. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  11121. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  11122. },
  11123. "node_modules/yaml": {
  11124. "version": "2.4.2",
  11125. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
  11126. "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
  11127. "bin": {
  11128. "yaml": "bin.mjs"
  11129. },
  11130. "engines": {
  11131. "node": ">= 14"
  11132. }
  11133. },
  11134. "node_modules/yargs": {
  11135. "version": "17.7.2",
  11136. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  11137. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  11138. "dependencies": {
  11139. "cliui": "^8.0.1",
  11140. "escalade": "^3.1.1",
  11141. "get-caller-file": "^2.0.5",
  11142. "require-directory": "^2.1.1",
  11143. "string-width": "^4.2.3",
  11144. "y18n": "^5.0.5",
  11145. "yargs-parser": "^21.1.1"
  11146. },
  11147. "engines": {
  11148. "node": ">=12"
  11149. }
  11150. },
  11151. "node_modules/yargs-parser": {
  11152. "version": "21.1.1",
  11153. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  11154. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  11155. "engines": {
  11156. "node": ">=12"
  11157. }
  11158. },
  11159. "node_modules/yocto-queue": {
  11160. "version": "0.1.0",
  11161. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  11162. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  11163. "peer": true,
  11164. "engines": {
  11165. "node": ">=10"
  11166. },
  11167. "funding": {
  11168. "url": "https://github.com/sponsors/sindresorhus"
  11169. }
  11170. },
  11171. "node_modules/zhead": {
  11172. "version": "2.2.4",
  11173. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  11174. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  11175. "funding": {
  11176. "url": "https://github.com/sponsors/harlan-zw"
  11177. }
  11178. },
  11179. "node_modules/zip-stream": {
  11180. "version": "6.0.1",
  11181. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  11182. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  11183. "dependencies": {
  11184. "archiver-utils": "^5.0.0",
  11185. "compress-commons": "^6.0.2",
  11186. "readable-stream": "^4.0.0"
  11187. },
  11188. "engines": {
  11189. "node": ">= 14"
  11190. }
  11191. }
  11192. }
  11193. }