package-lock.json 472 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133
  1. {
  2. "name": "feixinyun",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "feixinyun",
  8. "dependencies": {
  9. "animate.css": "^4.1.1",
  10. "nuxt": "^3.11.2",
  11. "nuxtjs-naive-ui": "^1.0.2"
  12. },
  13. "devDependencies": {
  14. "naive-ui": "^2.38.2",
  15. "sass": "^1.77.2",
  16. "unplugin-auto-import": "^0.17.6",
  17. "unplugin-vue-components": "^0.27.0",
  18. "wowjs": "^1.1.3"
  19. }
  20. },
  21. "node_modules/@ampproject/remapping": {
  22. "version": "2.3.0",
  23. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  24. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  25. "dependencies": {
  26. "@jridgewell/gen-mapping": "^0.3.5",
  27. "@jridgewell/trace-mapping": "^0.3.24"
  28. },
  29. "engines": {
  30. "node": ">=6.0.0"
  31. }
  32. },
  33. "node_modules/@antfu/install-pkg": {
  34. "version": "0.1.1",
  35. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.1.1.tgz",
  36. "integrity": "sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==",
  37. "peer": true,
  38. "dependencies": {
  39. "execa": "^5.1.1",
  40. "find-up": "^5.0.0"
  41. },
  42. "funding": {
  43. "url": "https://github.com/sponsors/antfu"
  44. }
  45. },
  46. "node_modules/@antfu/install-pkg/node_modules/execa": {
  47. "version": "5.1.1",
  48. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  49. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  50. "peer": true,
  51. "dependencies": {
  52. "cross-spawn": "^7.0.3",
  53. "get-stream": "^6.0.0",
  54. "human-signals": "^2.1.0",
  55. "is-stream": "^2.0.0",
  56. "merge-stream": "^2.0.0",
  57. "npm-run-path": "^4.0.1",
  58. "onetime": "^5.1.2",
  59. "signal-exit": "^3.0.3",
  60. "strip-final-newline": "^2.0.0"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  67. }
  68. },
  69. "node_modules/@antfu/install-pkg/node_modules/human-signals": {
  70. "version": "2.1.0",
  71. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  72. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  73. "peer": true,
  74. "engines": {
  75. "node": ">=10.17.0"
  76. }
  77. },
  78. "node_modules/@antfu/install-pkg/node_modules/is-stream": {
  79. "version": "2.0.1",
  80. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  81. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  82. "peer": true,
  83. "engines": {
  84. "node": ">=8"
  85. },
  86. "funding": {
  87. "url": "https://github.com/sponsors/sindresorhus"
  88. }
  89. },
  90. "node_modules/@antfu/install-pkg/node_modules/mimic-fn": {
  91. "version": "2.1.0",
  92. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  93. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  94. "peer": true,
  95. "engines": {
  96. "node": ">=6"
  97. }
  98. },
  99. "node_modules/@antfu/install-pkg/node_modules/npm-run-path": {
  100. "version": "4.0.1",
  101. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  102. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  103. "peer": true,
  104. "dependencies": {
  105. "path-key": "^3.0.0"
  106. },
  107. "engines": {
  108. "node": ">=8"
  109. }
  110. },
  111. "node_modules/@antfu/install-pkg/node_modules/onetime": {
  112. "version": "5.1.2",
  113. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  114. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  115. "peer": true,
  116. "dependencies": {
  117. "mimic-fn": "^2.1.0"
  118. },
  119. "engines": {
  120. "node": ">=6"
  121. },
  122. "funding": {
  123. "url": "https://github.com/sponsors/sindresorhus"
  124. }
  125. },
  126. "node_modules/@antfu/install-pkg/node_modules/strip-final-newline": {
  127. "version": "2.0.0",
  128. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  129. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  130. "peer": true,
  131. "engines": {
  132. "node": ">=6"
  133. }
  134. },
  135. "node_modules/@antfu/utils": {
  136. "version": "0.7.8",
  137. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.8.tgz",
  138. "integrity": "sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==",
  139. "funding": {
  140. "url": "https://github.com/sponsors/antfu"
  141. }
  142. },
  143. "node_modules/@babel/code-frame": {
  144. "version": "7.24.2",
  145. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
  146. "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
  147. "dependencies": {
  148. "@babel/highlight": "^7.24.2",
  149. "picocolors": "^1.0.0"
  150. },
  151. "engines": {
  152. "node": ">=6.9.0"
  153. }
  154. },
  155. "node_modules/@babel/compat-data": {
  156. "version": "7.24.4",
  157. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
  158. "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
  159. "engines": {
  160. "node": ">=6.9.0"
  161. }
  162. },
  163. "node_modules/@babel/core": {
  164. "version": "7.24.5",
  165. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
  166. "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
  167. "dependencies": {
  168. "@ampproject/remapping": "^2.2.0",
  169. "@babel/code-frame": "^7.24.2",
  170. "@babel/generator": "^7.24.5",
  171. "@babel/helper-compilation-targets": "^7.23.6",
  172. "@babel/helper-module-transforms": "^7.24.5",
  173. "@babel/helpers": "^7.24.5",
  174. "@babel/parser": "^7.24.5",
  175. "@babel/template": "^7.24.0",
  176. "@babel/traverse": "^7.24.5",
  177. "@babel/types": "^7.24.5",
  178. "convert-source-map": "^2.0.0",
  179. "debug": "^4.1.0",
  180. "gensync": "^1.0.0-beta.2",
  181. "json5": "^2.2.3",
  182. "semver": "^6.3.1"
  183. },
  184. "engines": {
  185. "node": ">=6.9.0"
  186. },
  187. "funding": {
  188. "type": "opencollective",
  189. "url": "https://opencollective.com/babel"
  190. }
  191. },
  192. "node_modules/@babel/core/node_modules/semver": {
  193. "version": "6.3.1",
  194. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  195. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  196. "bin": {
  197. "semver": "bin/semver.js"
  198. }
  199. },
  200. "node_modules/@babel/generator": {
  201. "version": "7.24.5",
  202. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
  203. "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
  204. "dependencies": {
  205. "@babel/types": "^7.24.5",
  206. "@jridgewell/gen-mapping": "^0.3.5",
  207. "@jridgewell/trace-mapping": "^0.3.25",
  208. "jsesc": "^2.5.1"
  209. },
  210. "engines": {
  211. "node": ">=6.9.0"
  212. }
  213. },
  214. "node_modules/@babel/helper-annotate-as-pure": {
  215. "version": "7.22.5",
  216. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  217. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  218. "dependencies": {
  219. "@babel/types": "^7.22.5"
  220. },
  221. "engines": {
  222. "node": ">=6.9.0"
  223. }
  224. },
  225. "node_modules/@babel/helper-compilation-targets": {
  226. "version": "7.23.6",
  227. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
  228. "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
  229. "dependencies": {
  230. "@babel/compat-data": "^7.23.5",
  231. "@babel/helper-validator-option": "^7.23.5",
  232. "browserslist": "^4.22.2",
  233. "lru-cache": "^5.1.1",
  234. "semver": "^6.3.1"
  235. },
  236. "engines": {
  237. "node": ">=6.9.0"
  238. }
  239. },
  240. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  241. "version": "6.3.1",
  242. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  243. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  244. "bin": {
  245. "semver": "bin/semver.js"
  246. }
  247. },
  248. "node_modules/@babel/helper-create-class-features-plugin": {
  249. "version": "7.24.5",
  250. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
  251. "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
  252. "dependencies": {
  253. "@babel/helper-annotate-as-pure": "^7.22.5",
  254. "@babel/helper-environment-visitor": "^7.22.20",
  255. "@babel/helper-function-name": "^7.23.0",
  256. "@babel/helper-member-expression-to-functions": "^7.24.5",
  257. "@babel/helper-optimise-call-expression": "^7.22.5",
  258. "@babel/helper-replace-supers": "^7.24.1",
  259. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  260. "@babel/helper-split-export-declaration": "^7.24.5",
  261. "semver": "^6.3.1"
  262. },
  263. "engines": {
  264. "node": ">=6.9.0"
  265. },
  266. "peerDependencies": {
  267. "@babel/core": "^7.0.0"
  268. }
  269. },
  270. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  271. "version": "6.3.1",
  272. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  273. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  274. "bin": {
  275. "semver": "bin/semver.js"
  276. }
  277. },
  278. "node_modules/@babel/helper-environment-visitor": {
  279. "version": "7.22.20",
  280. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
  281. "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
  282. "engines": {
  283. "node": ">=6.9.0"
  284. }
  285. },
  286. "node_modules/@babel/helper-function-name": {
  287. "version": "7.23.0",
  288. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
  289. "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
  290. "dependencies": {
  291. "@babel/template": "^7.22.15",
  292. "@babel/types": "^7.23.0"
  293. },
  294. "engines": {
  295. "node": ">=6.9.0"
  296. }
  297. },
  298. "node_modules/@babel/helper-hoist-variables": {
  299. "version": "7.22.5",
  300. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  301. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  302. "dependencies": {
  303. "@babel/types": "^7.22.5"
  304. },
  305. "engines": {
  306. "node": ">=6.9.0"
  307. }
  308. },
  309. "node_modules/@babel/helper-member-expression-to-functions": {
  310. "version": "7.24.5",
  311. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
  312. "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
  313. "dependencies": {
  314. "@babel/types": "^7.24.5"
  315. },
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/helper-module-imports": {
  321. "version": "7.24.3",
  322. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
  323. "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
  324. "dependencies": {
  325. "@babel/types": "^7.24.0"
  326. },
  327. "engines": {
  328. "node": ">=6.9.0"
  329. }
  330. },
  331. "node_modules/@babel/helper-module-transforms": {
  332. "version": "7.24.5",
  333. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
  334. "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
  335. "dependencies": {
  336. "@babel/helper-environment-visitor": "^7.22.20",
  337. "@babel/helper-module-imports": "^7.24.3",
  338. "@babel/helper-simple-access": "^7.24.5",
  339. "@babel/helper-split-export-declaration": "^7.24.5",
  340. "@babel/helper-validator-identifier": "^7.24.5"
  341. },
  342. "engines": {
  343. "node": ">=6.9.0"
  344. },
  345. "peerDependencies": {
  346. "@babel/core": "^7.0.0"
  347. }
  348. },
  349. "node_modules/@babel/helper-optimise-call-expression": {
  350. "version": "7.22.5",
  351. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  352. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  353. "dependencies": {
  354. "@babel/types": "^7.22.5"
  355. },
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-plugin-utils": {
  361. "version": "7.24.5",
  362. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
  363. "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
  364. "engines": {
  365. "node": ">=6.9.0"
  366. }
  367. },
  368. "node_modules/@babel/helper-replace-supers": {
  369. "version": "7.24.1",
  370. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
  371. "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
  372. "dependencies": {
  373. "@babel/helper-environment-visitor": "^7.22.20",
  374. "@babel/helper-member-expression-to-functions": "^7.23.0",
  375. "@babel/helper-optimise-call-expression": "^7.22.5"
  376. },
  377. "engines": {
  378. "node": ">=6.9.0"
  379. },
  380. "peerDependencies": {
  381. "@babel/core": "^7.0.0"
  382. }
  383. },
  384. "node_modules/@babel/helper-simple-access": {
  385. "version": "7.24.5",
  386. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
  387. "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
  388. "dependencies": {
  389. "@babel/types": "^7.24.5"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. }
  394. },
  395. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  396. "version": "7.22.5",
  397. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  398. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  399. "dependencies": {
  400. "@babel/types": "^7.22.5"
  401. },
  402. "engines": {
  403. "node": ">=6.9.0"
  404. }
  405. },
  406. "node_modules/@babel/helper-split-export-declaration": {
  407. "version": "7.24.5",
  408. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
  409. "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
  410. "dependencies": {
  411. "@babel/types": "^7.24.5"
  412. },
  413. "engines": {
  414. "node": ">=6.9.0"
  415. }
  416. },
  417. "node_modules/@babel/helper-string-parser": {
  418. "version": "7.24.1",
  419. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
  420. "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
  421. "engines": {
  422. "node": ">=6.9.0"
  423. }
  424. },
  425. "node_modules/@babel/helper-validator-identifier": {
  426. "version": "7.24.5",
  427. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
  428. "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
  429. "engines": {
  430. "node": ">=6.9.0"
  431. }
  432. },
  433. "node_modules/@babel/helper-validator-option": {
  434. "version": "7.23.5",
  435. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
  436. "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
  437. "engines": {
  438. "node": ">=6.9.0"
  439. }
  440. },
  441. "node_modules/@babel/helpers": {
  442. "version": "7.24.5",
  443. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
  444. "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
  445. "dependencies": {
  446. "@babel/template": "^7.24.0",
  447. "@babel/traverse": "^7.24.5",
  448. "@babel/types": "^7.24.5"
  449. },
  450. "engines": {
  451. "node": ">=6.9.0"
  452. }
  453. },
  454. "node_modules/@babel/highlight": {
  455. "version": "7.24.5",
  456. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
  457. "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
  458. "dependencies": {
  459. "@babel/helper-validator-identifier": "^7.24.5",
  460. "chalk": "^2.4.2",
  461. "js-tokens": "^4.0.0",
  462. "picocolors": "^1.0.0"
  463. },
  464. "engines": {
  465. "node": ">=6.9.0"
  466. }
  467. },
  468. "node_modules/@babel/parser": {
  469. "version": "7.24.5",
  470. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
  471. "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
  472. "bin": {
  473. "parser": "bin/babel-parser.js"
  474. },
  475. "engines": {
  476. "node": ">=6.0.0"
  477. }
  478. },
  479. "node_modules/@babel/plugin-proposal-decorators": {
  480. "version": "7.24.1",
  481. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz",
  482. "integrity": "sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==",
  483. "dependencies": {
  484. "@babel/helper-create-class-features-plugin": "^7.24.1",
  485. "@babel/helper-plugin-utils": "^7.24.0",
  486. "@babel/plugin-syntax-decorators": "^7.24.1"
  487. },
  488. "engines": {
  489. "node": ">=6.9.0"
  490. },
  491. "peerDependencies": {
  492. "@babel/core": "^7.0.0-0"
  493. }
  494. },
  495. "node_modules/@babel/plugin-syntax-decorators": {
  496. "version": "7.24.1",
  497. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz",
  498. "integrity": "sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==",
  499. "dependencies": {
  500. "@babel/helper-plugin-utils": "^7.24.0"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. },
  505. "peerDependencies": {
  506. "@babel/core": "^7.0.0-0"
  507. }
  508. },
  509. "node_modules/@babel/plugin-syntax-import-attributes": {
  510. "version": "7.24.1",
  511. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz",
  512. "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==",
  513. "dependencies": {
  514. "@babel/helper-plugin-utils": "^7.24.0"
  515. },
  516. "engines": {
  517. "node": ">=6.9.0"
  518. },
  519. "peerDependencies": {
  520. "@babel/core": "^7.0.0-0"
  521. }
  522. },
  523. "node_modules/@babel/plugin-syntax-import-meta": {
  524. "version": "7.10.4",
  525. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  526. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  527. "dependencies": {
  528. "@babel/helper-plugin-utils": "^7.10.4"
  529. },
  530. "peerDependencies": {
  531. "@babel/core": "^7.0.0-0"
  532. }
  533. },
  534. "node_modules/@babel/plugin-syntax-jsx": {
  535. "version": "7.24.1",
  536. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
  537. "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
  538. "dependencies": {
  539. "@babel/helper-plugin-utils": "^7.24.0"
  540. },
  541. "engines": {
  542. "node": ">=6.9.0"
  543. },
  544. "peerDependencies": {
  545. "@babel/core": "^7.0.0-0"
  546. }
  547. },
  548. "node_modules/@babel/plugin-syntax-typescript": {
  549. "version": "7.24.1",
  550. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz",
  551. "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==",
  552. "dependencies": {
  553. "@babel/helper-plugin-utils": "^7.24.0"
  554. },
  555. "engines": {
  556. "node": ">=6.9.0"
  557. },
  558. "peerDependencies": {
  559. "@babel/core": "^7.0.0-0"
  560. }
  561. },
  562. "node_modules/@babel/plugin-transform-modules-commonjs": {
  563. "version": "7.24.1",
  564. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
  565. "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
  566. "peer": true,
  567. "dependencies": {
  568. "@babel/helper-module-transforms": "^7.23.3",
  569. "@babel/helper-plugin-utils": "^7.24.0",
  570. "@babel/helper-simple-access": "^7.22.5"
  571. },
  572. "engines": {
  573. "node": ">=6.9.0"
  574. },
  575. "peerDependencies": {
  576. "@babel/core": "^7.0.0-0"
  577. }
  578. },
  579. "node_modules/@babel/plugin-transform-typescript": {
  580. "version": "7.24.5",
  581. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz",
  582. "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==",
  583. "dependencies": {
  584. "@babel/helper-annotate-as-pure": "^7.22.5",
  585. "@babel/helper-create-class-features-plugin": "^7.24.5",
  586. "@babel/helper-plugin-utils": "^7.24.5",
  587. "@babel/plugin-syntax-typescript": "^7.24.1"
  588. },
  589. "engines": {
  590. "node": ">=6.9.0"
  591. },
  592. "peerDependencies": {
  593. "@babel/core": "^7.0.0-0"
  594. }
  595. },
  596. "node_modules/@babel/preset-typescript": {
  597. "version": "7.24.1",
  598. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz",
  599. "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==",
  600. "peer": true,
  601. "dependencies": {
  602. "@babel/helper-plugin-utils": "^7.24.0",
  603. "@babel/helper-validator-option": "^7.23.5",
  604. "@babel/plugin-syntax-jsx": "^7.24.1",
  605. "@babel/plugin-transform-modules-commonjs": "^7.24.1",
  606. "@babel/plugin-transform-typescript": "^7.24.1"
  607. },
  608. "engines": {
  609. "node": ">=6.9.0"
  610. },
  611. "peerDependencies": {
  612. "@babel/core": "^7.0.0-0"
  613. }
  614. },
  615. "node_modules/@babel/runtime": {
  616. "version": "7.24.5",
  617. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.5.tgz",
  618. "integrity": "sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==",
  619. "dev": true,
  620. "dependencies": {
  621. "regenerator-runtime": "^0.14.0"
  622. },
  623. "engines": {
  624. "node": ">=6.9.0"
  625. }
  626. },
  627. "node_modules/@babel/standalone": {
  628. "version": "7.24.5",
  629. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.5.tgz",
  630. "integrity": "sha512-Sl8oN9bGfRlNUA2jzfzoHEZxFBDliBlwi5mPVCAWKSlBNkXXJOHpu7SDOqjF6mRoTa6GNX/1kAWG3Tr+YQ3N7A==",
  631. "engines": {
  632. "node": ">=6.9.0"
  633. }
  634. },
  635. "node_modules/@babel/template": {
  636. "version": "7.24.0",
  637. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
  638. "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
  639. "dependencies": {
  640. "@babel/code-frame": "^7.23.5",
  641. "@babel/parser": "^7.24.0",
  642. "@babel/types": "^7.24.0"
  643. },
  644. "engines": {
  645. "node": ">=6.9.0"
  646. }
  647. },
  648. "node_modules/@babel/traverse": {
  649. "version": "7.24.5",
  650. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
  651. "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
  652. "dependencies": {
  653. "@babel/code-frame": "^7.24.2",
  654. "@babel/generator": "^7.24.5",
  655. "@babel/helper-environment-visitor": "^7.22.20",
  656. "@babel/helper-function-name": "^7.23.0",
  657. "@babel/helper-hoist-variables": "^7.22.5",
  658. "@babel/helper-split-export-declaration": "^7.24.5",
  659. "@babel/parser": "^7.24.5",
  660. "@babel/types": "^7.24.5",
  661. "debug": "^4.3.1",
  662. "globals": "^11.1.0"
  663. },
  664. "engines": {
  665. "node": ">=6.9.0"
  666. }
  667. },
  668. "node_modules/@babel/types": {
  669. "version": "7.24.5",
  670. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
  671. "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
  672. "dependencies": {
  673. "@babel/helper-string-parser": "^7.24.1",
  674. "@babel/helper-validator-identifier": "^7.24.5",
  675. "to-fast-properties": "^2.0.0"
  676. },
  677. "engines": {
  678. "node": ">=6.9.0"
  679. }
  680. },
  681. "node_modules/@cloudflare/kv-asset-handler": {
  682. "version": "0.3.2",
  683. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.2.tgz",
  684. "integrity": "sha512-EeEjMobfuJrwoctj7FA1y1KEbM0+Q1xSjobIEyie9k4haVEBB7vkDvsasw1pM3rO39mL2akxIAzLMUAtrMHZhA==",
  685. "dependencies": {
  686. "mime": "^3.0.0"
  687. },
  688. "engines": {
  689. "node": ">=16.13"
  690. }
  691. },
  692. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  693. "version": "3.0.0",
  694. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  695. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  696. "bin": {
  697. "mime": "cli.js"
  698. },
  699. "engines": {
  700. "node": ">=10.0.0"
  701. }
  702. },
  703. "node_modules/@css-render/plugin-bem": {
  704. "version": "0.15.14",
  705. "resolved": "https://registry.npmjs.org/@css-render/plugin-bem/-/plugin-bem-0.15.14.tgz",
  706. "integrity": "sha512-QK513CJ7yEQxm/P3EwsI+d+ha8kSOcjGvD6SevM41neEMxdULE+18iuQK6tEChAWMOQNQPLG/Rw3Khb69r5neg==",
  707. "dev": true,
  708. "peerDependencies": {
  709. "css-render": "~0.15.14"
  710. }
  711. },
  712. "node_modules/@css-render/vue3-ssr": {
  713. "version": "0.15.14",
  714. "resolved": "https://registry.npmjs.org/@css-render/vue3-ssr/-/vue3-ssr-0.15.14.tgz",
  715. "integrity": "sha512-//8027GSbxE9n3QlD73xFY6z4ZbHbvrOVB7AO6hsmrEzGbg+h2A09HboUyDgu+xsmj7JnvJD39Irt+2D0+iV8g==",
  716. "peerDependencies": {
  717. "vue": "^3.0.11"
  718. }
  719. },
  720. "node_modules/@emotion/hash": {
  721. "version": "0.8.0",
  722. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
  723. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  724. "dev": true
  725. },
  726. "node_modules/@esbuild/aix-ppc64": {
  727. "version": "0.20.2",
  728. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  729. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  730. "cpu": [
  731. "ppc64"
  732. ],
  733. "optional": true,
  734. "os": [
  735. "aix"
  736. ],
  737. "engines": {
  738. "node": ">=12"
  739. }
  740. },
  741. "node_modules/@esbuild/android-arm": {
  742. "version": "0.20.2",
  743. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  744. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  745. "cpu": [
  746. "arm"
  747. ],
  748. "optional": true,
  749. "os": [
  750. "android"
  751. ],
  752. "engines": {
  753. "node": ">=12"
  754. }
  755. },
  756. "node_modules/@esbuild/android-arm64": {
  757. "version": "0.20.2",
  758. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  759. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  760. "cpu": [
  761. "arm64"
  762. ],
  763. "optional": true,
  764. "os": [
  765. "android"
  766. ],
  767. "engines": {
  768. "node": ">=12"
  769. }
  770. },
  771. "node_modules/@esbuild/android-x64": {
  772. "version": "0.20.2",
  773. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  774. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  775. "cpu": [
  776. "x64"
  777. ],
  778. "optional": true,
  779. "os": [
  780. "android"
  781. ],
  782. "engines": {
  783. "node": ">=12"
  784. }
  785. },
  786. "node_modules/@esbuild/darwin-arm64": {
  787. "version": "0.20.2",
  788. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  789. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  790. "cpu": [
  791. "arm64"
  792. ],
  793. "optional": true,
  794. "os": [
  795. "darwin"
  796. ],
  797. "engines": {
  798. "node": ">=12"
  799. }
  800. },
  801. "node_modules/@esbuild/darwin-x64": {
  802. "version": "0.20.2",
  803. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  804. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  805. "cpu": [
  806. "x64"
  807. ],
  808. "optional": true,
  809. "os": [
  810. "darwin"
  811. ],
  812. "engines": {
  813. "node": ">=12"
  814. }
  815. },
  816. "node_modules/@esbuild/freebsd-arm64": {
  817. "version": "0.20.2",
  818. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  819. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  820. "cpu": [
  821. "arm64"
  822. ],
  823. "optional": true,
  824. "os": [
  825. "freebsd"
  826. ],
  827. "engines": {
  828. "node": ">=12"
  829. }
  830. },
  831. "node_modules/@esbuild/freebsd-x64": {
  832. "version": "0.20.2",
  833. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  834. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  835. "cpu": [
  836. "x64"
  837. ],
  838. "optional": true,
  839. "os": [
  840. "freebsd"
  841. ],
  842. "engines": {
  843. "node": ">=12"
  844. }
  845. },
  846. "node_modules/@esbuild/linux-arm": {
  847. "version": "0.20.2",
  848. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  849. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  850. "cpu": [
  851. "arm"
  852. ],
  853. "optional": true,
  854. "os": [
  855. "linux"
  856. ],
  857. "engines": {
  858. "node": ">=12"
  859. }
  860. },
  861. "node_modules/@esbuild/linux-arm64": {
  862. "version": "0.20.2",
  863. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  864. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  865. "cpu": [
  866. "arm64"
  867. ],
  868. "optional": true,
  869. "os": [
  870. "linux"
  871. ],
  872. "engines": {
  873. "node": ">=12"
  874. }
  875. },
  876. "node_modules/@esbuild/linux-ia32": {
  877. "version": "0.20.2",
  878. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  879. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  880. "cpu": [
  881. "ia32"
  882. ],
  883. "optional": true,
  884. "os": [
  885. "linux"
  886. ],
  887. "engines": {
  888. "node": ">=12"
  889. }
  890. },
  891. "node_modules/@esbuild/linux-loong64": {
  892. "version": "0.20.2",
  893. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  894. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  895. "cpu": [
  896. "loong64"
  897. ],
  898. "optional": true,
  899. "os": [
  900. "linux"
  901. ],
  902. "engines": {
  903. "node": ">=12"
  904. }
  905. },
  906. "node_modules/@esbuild/linux-mips64el": {
  907. "version": "0.20.2",
  908. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  909. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  910. "cpu": [
  911. "mips64el"
  912. ],
  913. "optional": true,
  914. "os": [
  915. "linux"
  916. ],
  917. "engines": {
  918. "node": ">=12"
  919. }
  920. },
  921. "node_modules/@esbuild/linux-ppc64": {
  922. "version": "0.20.2",
  923. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  924. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  925. "cpu": [
  926. "ppc64"
  927. ],
  928. "optional": true,
  929. "os": [
  930. "linux"
  931. ],
  932. "engines": {
  933. "node": ">=12"
  934. }
  935. },
  936. "node_modules/@esbuild/linux-riscv64": {
  937. "version": "0.20.2",
  938. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  939. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  940. "cpu": [
  941. "riscv64"
  942. ],
  943. "optional": true,
  944. "os": [
  945. "linux"
  946. ],
  947. "engines": {
  948. "node": ">=12"
  949. }
  950. },
  951. "node_modules/@esbuild/linux-s390x": {
  952. "version": "0.20.2",
  953. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  954. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  955. "cpu": [
  956. "s390x"
  957. ],
  958. "optional": true,
  959. "os": [
  960. "linux"
  961. ],
  962. "engines": {
  963. "node": ">=12"
  964. }
  965. },
  966. "node_modules/@esbuild/linux-x64": {
  967. "version": "0.20.2",
  968. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  969. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  970. "cpu": [
  971. "x64"
  972. ],
  973. "optional": true,
  974. "os": [
  975. "linux"
  976. ],
  977. "engines": {
  978. "node": ">=12"
  979. }
  980. },
  981. "node_modules/@esbuild/netbsd-x64": {
  982. "version": "0.20.2",
  983. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  984. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  985. "cpu": [
  986. "x64"
  987. ],
  988. "optional": true,
  989. "os": [
  990. "netbsd"
  991. ],
  992. "engines": {
  993. "node": ">=12"
  994. }
  995. },
  996. "node_modules/@esbuild/openbsd-x64": {
  997. "version": "0.20.2",
  998. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  999. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  1000. "cpu": [
  1001. "x64"
  1002. ],
  1003. "optional": true,
  1004. "os": [
  1005. "openbsd"
  1006. ],
  1007. "engines": {
  1008. "node": ">=12"
  1009. }
  1010. },
  1011. "node_modules/@esbuild/sunos-x64": {
  1012. "version": "0.20.2",
  1013. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  1014. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  1015. "cpu": [
  1016. "x64"
  1017. ],
  1018. "optional": true,
  1019. "os": [
  1020. "sunos"
  1021. ],
  1022. "engines": {
  1023. "node": ">=12"
  1024. }
  1025. },
  1026. "node_modules/@esbuild/win32-arm64": {
  1027. "version": "0.20.2",
  1028. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  1029. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  1030. "cpu": [
  1031. "arm64"
  1032. ],
  1033. "optional": true,
  1034. "os": [
  1035. "win32"
  1036. ],
  1037. "engines": {
  1038. "node": ">=12"
  1039. }
  1040. },
  1041. "node_modules/@esbuild/win32-ia32": {
  1042. "version": "0.20.2",
  1043. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  1044. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  1045. "cpu": [
  1046. "ia32"
  1047. ],
  1048. "optional": true,
  1049. "os": [
  1050. "win32"
  1051. ],
  1052. "engines": {
  1053. "node": ">=12"
  1054. }
  1055. },
  1056. "node_modules/@esbuild/win32-x64": {
  1057. "version": "0.20.2",
  1058. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  1059. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  1060. "cpu": [
  1061. "x64"
  1062. ],
  1063. "optional": true,
  1064. "os": [
  1065. "win32"
  1066. ],
  1067. "engines": {
  1068. "node": ">=12"
  1069. }
  1070. },
  1071. "node_modules/@fastify/busboy": {
  1072. "version": "2.1.1",
  1073. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  1074. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  1075. "engines": {
  1076. "node": ">=14"
  1077. }
  1078. },
  1079. "node_modules/@floating-ui/core": {
  1080. "version": "1.6.2",
  1081. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.2.tgz",
  1082. "integrity": "sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==",
  1083. "peer": true,
  1084. "dependencies": {
  1085. "@floating-ui/utils": "^0.2.0"
  1086. }
  1087. },
  1088. "node_modules/@floating-ui/dom": {
  1089. "version": "1.1.1",
  1090. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz",
  1091. "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==",
  1092. "peer": true,
  1093. "dependencies": {
  1094. "@floating-ui/core": "^1.1.0"
  1095. }
  1096. },
  1097. "node_modules/@floating-ui/utils": {
  1098. "version": "0.2.2",
  1099. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz",
  1100. "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==",
  1101. "peer": true
  1102. },
  1103. "node_modules/@iconify/types": {
  1104. "version": "2.0.0",
  1105. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1106. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1107. "peer": true
  1108. },
  1109. "node_modules/@iconify/utils": {
  1110. "version": "2.1.23",
  1111. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.23.tgz",
  1112. "integrity": "sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==",
  1113. "peer": true,
  1114. "dependencies": {
  1115. "@antfu/install-pkg": "^0.1.1",
  1116. "@antfu/utils": "^0.7.7",
  1117. "@iconify/types": "^2.0.0",
  1118. "debug": "^4.3.4",
  1119. "kolorist": "^1.8.0",
  1120. "local-pkg": "^0.5.0",
  1121. "mlly": "^1.6.1"
  1122. }
  1123. },
  1124. "node_modules/@ioredis/commands": {
  1125. "version": "1.2.0",
  1126. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  1127. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  1128. },
  1129. "node_modules/@isaacs/cliui": {
  1130. "version": "8.0.2",
  1131. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1132. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1133. "dependencies": {
  1134. "string-width": "^5.1.2",
  1135. "string-width-cjs": "npm:string-width@^4.2.0",
  1136. "strip-ansi": "^7.0.1",
  1137. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1138. "wrap-ansi": "^8.1.0",
  1139. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1140. },
  1141. "engines": {
  1142. "node": ">=12"
  1143. }
  1144. },
  1145. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  1146. "version": "6.0.1",
  1147. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  1148. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  1149. "engines": {
  1150. "node": ">=12"
  1151. },
  1152. "funding": {
  1153. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1154. }
  1155. },
  1156. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  1157. "version": "6.2.1",
  1158. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  1159. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  1160. "engines": {
  1161. "node": ">=12"
  1162. },
  1163. "funding": {
  1164. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1165. }
  1166. },
  1167. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1168. "version": "9.2.2",
  1169. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1170. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  1171. },
  1172. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1173. "version": "5.1.2",
  1174. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1175. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1176. "dependencies": {
  1177. "eastasianwidth": "^0.2.0",
  1178. "emoji-regex": "^9.2.2",
  1179. "strip-ansi": "^7.0.1"
  1180. },
  1181. "engines": {
  1182. "node": ">=12"
  1183. },
  1184. "funding": {
  1185. "url": "https://github.com/sponsors/sindresorhus"
  1186. }
  1187. },
  1188. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1189. "version": "7.1.0",
  1190. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  1191. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  1192. "dependencies": {
  1193. "ansi-regex": "^6.0.1"
  1194. },
  1195. "engines": {
  1196. "node": ">=12"
  1197. },
  1198. "funding": {
  1199. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1200. }
  1201. },
  1202. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1203. "version": "8.1.0",
  1204. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1205. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1206. "dependencies": {
  1207. "ansi-styles": "^6.1.0",
  1208. "string-width": "^5.0.1",
  1209. "strip-ansi": "^7.0.1"
  1210. },
  1211. "engines": {
  1212. "node": ">=12"
  1213. },
  1214. "funding": {
  1215. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1216. }
  1217. },
  1218. "node_modules/@jridgewell/gen-mapping": {
  1219. "version": "0.3.5",
  1220. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  1221. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  1222. "dependencies": {
  1223. "@jridgewell/set-array": "^1.2.1",
  1224. "@jridgewell/sourcemap-codec": "^1.4.10",
  1225. "@jridgewell/trace-mapping": "^0.3.24"
  1226. },
  1227. "engines": {
  1228. "node": ">=6.0.0"
  1229. }
  1230. },
  1231. "node_modules/@jridgewell/resolve-uri": {
  1232. "version": "3.1.2",
  1233. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1234. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1235. "engines": {
  1236. "node": ">=6.0.0"
  1237. }
  1238. },
  1239. "node_modules/@jridgewell/set-array": {
  1240. "version": "1.2.1",
  1241. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1242. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1243. "engines": {
  1244. "node": ">=6.0.0"
  1245. }
  1246. },
  1247. "node_modules/@jridgewell/source-map": {
  1248. "version": "0.3.6",
  1249. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1250. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1251. "dependencies": {
  1252. "@jridgewell/gen-mapping": "^0.3.5",
  1253. "@jridgewell/trace-mapping": "^0.3.25"
  1254. }
  1255. },
  1256. "node_modules/@jridgewell/sourcemap-codec": {
  1257. "version": "1.4.15",
  1258. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  1259. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  1260. },
  1261. "node_modules/@jridgewell/trace-mapping": {
  1262. "version": "0.3.25",
  1263. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1264. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1265. "dependencies": {
  1266. "@jridgewell/resolve-uri": "^3.1.0",
  1267. "@jridgewell/sourcemap-codec": "^1.4.14"
  1268. }
  1269. },
  1270. "node_modules/@juggle/resize-observer": {
  1271. "version": "3.4.0",
  1272. "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
  1273. "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
  1274. "dev": true
  1275. },
  1276. "node_modules/@kwsites/file-exists": {
  1277. "version": "1.1.1",
  1278. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1279. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1280. "dependencies": {
  1281. "debug": "^4.1.1"
  1282. }
  1283. },
  1284. "node_modules/@kwsites/promise-deferred": {
  1285. "version": "1.1.1",
  1286. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1287. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  1288. },
  1289. "node_modules/@mapbox/node-pre-gyp": {
  1290. "version": "1.0.11",
  1291. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  1292. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  1293. "dependencies": {
  1294. "detect-libc": "^2.0.0",
  1295. "https-proxy-agent": "^5.0.0",
  1296. "make-dir": "^3.1.0",
  1297. "node-fetch": "^2.6.7",
  1298. "nopt": "^5.0.0",
  1299. "npmlog": "^5.0.1",
  1300. "rimraf": "^3.0.2",
  1301. "semver": "^7.3.5",
  1302. "tar": "^6.1.11"
  1303. },
  1304. "bin": {
  1305. "node-pre-gyp": "bin/node-pre-gyp"
  1306. }
  1307. },
  1308. "node_modules/@netlify/functions": {
  1309. "version": "2.7.0",
  1310. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.7.0.tgz",
  1311. "integrity": "sha512-4pXC/fuj3eGQ86wbgPiM4zY8+AsNrdz6vcv6FEdUJnZW+LqF8IWjQcY3S0d1hLeLKODYOqq4CkrzGyCpce63Nw==",
  1312. "dependencies": {
  1313. "@netlify/serverless-functions-api": "1.18.1"
  1314. },
  1315. "engines": {
  1316. "node": ">=14.0.0"
  1317. }
  1318. },
  1319. "node_modules/@netlify/node-cookies": {
  1320. "version": "0.1.0",
  1321. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1322. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1323. "engines": {
  1324. "node": "^14.16.0 || >=16.0.0"
  1325. }
  1326. },
  1327. "node_modules/@netlify/serverless-functions-api": {
  1328. "version": "1.18.1",
  1329. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.18.1.tgz",
  1330. "integrity": "sha512-DrSvivchuwsuQW03zbVPT3nxCQa5tn7m4aoPOsQKibuJXIuSbfxzCBxPLz0+LchU5ds7YyOaCc9872Y32ngYzg==",
  1331. "dependencies": {
  1332. "@netlify/node-cookies": "^0.1.0",
  1333. "@opentelemetry/core": "^1.23.0",
  1334. "@opentelemetry/otlp-transformer": "^0.50.0",
  1335. "@opentelemetry/resources": "^1.23.0",
  1336. "@opentelemetry/sdk-trace-base": "^1.23.0",
  1337. "@opentelemetry/semantic-conventions": "^1.23.0",
  1338. "urlpattern-polyfill": "8.0.2"
  1339. },
  1340. "engines": {
  1341. "node": ">=18.0.0"
  1342. }
  1343. },
  1344. "node_modules/@nodelib/fs.scandir": {
  1345. "version": "2.1.5",
  1346. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1347. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1348. "dependencies": {
  1349. "@nodelib/fs.stat": "2.0.5",
  1350. "run-parallel": "^1.1.9"
  1351. },
  1352. "engines": {
  1353. "node": ">= 8"
  1354. }
  1355. },
  1356. "node_modules/@nodelib/fs.stat": {
  1357. "version": "2.0.5",
  1358. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1359. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1360. "engines": {
  1361. "node": ">= 8"
  1362. }
  1363. },
  1364. "node_modules/@nodelib/fs.walk": {
  1365. "version": "1.2.8",
  1366. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1367. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1368. "dependencies": {
  1369. "@nodelib/fs.scandir": "2.1.5",
  1370. "fastq": "^1.6.0"
  1371. },
  1372. "engines": {
  1373. "node": ">= 8"
  1374. }
  1375. },
  1376. "node_modules/@npmcli/agent": {
  1377. "version": "2.2.2",
  1378. "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
  1379. "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
  1380. "dependencies": {
  1381. "agent-base": "^7.1.0",
  1382. "http-proxy-agent": "^7.0.0",
  1383. "https-proxy-agent": "^7.0.1",
  1384. "lru-cache": "^10.0.1",
  1385. "socks-proxy-agent": "^8.0.3"
  1386. },
  1387. "engines": {
  1388. "node": "^16.14.0 || >=18.0.0"
  1389. }
  1390. },
  1391. "node_modules/@npmcli/agent/node_modules/agent-base": {
  1392. "version": "7.1.1",
  1393. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  1394. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  1395. "dependencies": {
  1396. "debug": "^4.3.4"
  1397. },
  1398. "engines": {
  1399. "node": ">= 14"
  1400. }
  1401. },
  1402. "node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
  1403. "version": "7.0.4",
  1404. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
  1405. "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
  1406. "dependencies": {
  1407. "agent-base": "^7.0.2",
  1408. "debug": "4"
  1409. },
  1410. "engines": {
  1411. "node": ">= 14"
  1412. }
  1413. },
  1414. "node_modules/@npmcli/agent/node_modules/lru-cache": {
  1415. "version": "10.2.2",
  1416. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  1417. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  1418. "engines": {
  1419. "node": "14 || >=16.14"
  1420. }
  1421. },
  1422. "node_modules/@npmcli/fs": {
  1423. "version": "3.1.1",
  1424. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
  1425. "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
  1426. "dependencies": {
  1427. "semver": "^7.3.5"
  1428. },
  1429. "engines": {
  1430. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1431. }
  1432. },
  1433. "node_modules/@npmcli/git": {
  1434. "version": "5.0.7",
  1435. "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz",
  1436. "integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==",
  1437. "dependencies": {
  1438. "@npmcli/promise-spawn": "^7.0.0",
  1439. "lru-cache": "^10.0.1",
  1440. "npm-pick-manifest": "^9.0.0",
  1441. "proc-log": "^4.0.0",
  1442. "promise-inflight": "^1.0.1",
  1443. "promise-retry": "^2.0.1",
  1444. "semver": "^7.3.5",
  1445. "which": "^4.0.0"
  1446. },
  1447. "engines": {
  1448. "node": "^16.14.0 || >=18.0.0"
  1449. }
  1450. },
  1451. "node_modules/@npmcli/git/node_modules/isexe": {
  1452. "version": "3.1.1",
  1453. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1454. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1455. "engines": {
  1456. "node": ">=16"
  1457. }
  1458. },
  1459. "node_modules/@npmcli/git/node_modules/lru-cache": {
  1460. "version": "10.2.2",
  1461. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  1462. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  1463. "engines": {
  1464. "node": "14 || >=16.14"
  1465. }
  1466. },
  1467. "node_modules/@npmcli/git/node_modules/which": {
  1468. "version": "4.0.0",
  1469. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1470. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1471. "dependencies": {
  1472. "isexe": "^3.1.1"
  1473. },
  1474. "bin": {
  1475. "node-which": "bin/which.js"
  1476. },
  1477. "engines": {
  1478. "node": "^16.13.0 || >=18.0.0"
  1479. }
  1480. },
  1481. "node_modules/@npmcli/installed-package-contents": {
  1482. "version": "2.1.0",
  1483. "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
  1484. "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
  1485. "dependencies": {
  1486. "npm-bundled": "^3.0.0",
  1487. "npm-normalize-package-bin": "^3.0.0"
  1488. },
  1489. "bin": {
  1490. "installed-package-contents": "bin/index.js"
  1491. },
  1492. "engines": {
  1493. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1494. }
  1495. },
  1496. "node_modules/@npmcli/node-gyp": {
  1497. "version": "3.0.0",
  1498. "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
  1499. "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
  1500. "engines": {
  1501. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1502. }
  1503. },
  1504. "node_modules/@npmcli/package-json": {
  1505. "version": "5.1.0",
  1506. "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.0.tgz",
  1507. "integrity": "sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==",
  1508. "dependencies": {
  1509. "@npmcli/git": "^5.0.0",
  1510. "glob": "^10.2.2",
  1511. "hosted-git-info": "^7.0.0",
  1512. "json-parse-even-better-errors": "^3.0.0",
  1513. "normalize-package-data": "^6.0.0",
  1514. "proc-log": "^4.0.0",
  1515. "semver": "^7.5.3"
  1516. },
  1517. "engines": {
  1518. "node": "^16.14.0 || >=18.0.0"
  1519. }
  1520. },
  1521. "node_modules/@npmcli/package-json/node_modules/glob": {
  1522. "version": "10.3.15",
  1523. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
  1524. "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
  1525. "dependencies": {
  1526. "foreground-child": "^3.1.0",
  1527. "jackspeak": "^2.3.6",
  1528. "minimatch": "^9.0.1",
  1529. "minipass": "^7.0.4",
  1530. "path-scurry": "^1.11.0"
  1531. },
  1532. "bin": {
  1533. "glob": "dist/esm/bin.mjs"
  1534. },
  1535. "engines": {
  1536. "node": ">=16 || 14 >=14.18"
  1537. },
  1538. "funding": {
  1539. "url": "https://github.com/sponsors/isaacs"
  1540. }
  1541. },
  1542. "node_modules/@npmcli/package-json/node_modules/minimatch": {
  1543. "version": "9.0.4",
  1544. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  1545. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  1546. "dependencies": {
  1547. "brace-expansion": "^2.0.1"
  1548. },
  1549. "engines": {
  1550. "node": ">=16 || 14 >=14.17"
  1551. },
  1552. "funding": {
  1553. "url": "https://github.com/sponsors/isaacs"
  1554. }
  1555. },
  1556. "node_modules/@npmcli/promise-spawn": {
  1557. "version": "7.0.2",
  1558. "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
  1559. "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
  1560. "dependencies": {
  1561. "which": "^4.0.0"
  1562. },
  1563. "engines": {
  1564. "node": "^16.14.0 || >=18.0.0"
  1565. }
  1566. },
  1567. "node_modules/@npmcli/promise-spawn/node_modules/isexe": {
  1568. "version": "3.1.1",
  1569. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1570. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1571. "engines": {
  1572. "node": ">=16"
  1573. }
  1574. },
  1575. "node_modules/@npmcli/promise-spawn/node_modules/which": {
  1576. "version": "4.0.0",
  1577. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1578. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1579. "dependencies": {
  1580. "isexe": "^3.1.1"
  1581. },
  1582. "bin": {
  1583. "node-which": "bin/which.js"
  1584. },
  1585. "engines": {
  1586. "node": "^16.13.0 || >=18.0.0"
  1587. }
  1588. },
  1589. "node_modules/@npmcli/redact": {
  1590. "version": "2.0.0",
  1591. "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.0.tgz",
  1592. "integrity": "sha512-SEjCPAVHWYUIQR+Yn03kJmrJjZDtJLYpj300m3HV9OTRZNpC5YpbMsM3eTkECyT4aWj8lDr9WeY6TWefpubtYQ==",
  1593. "engines": {
  1594. "node": "^16.14.0 || >=18.0.0"
  1595. }
  1596. },
  1597. "node_modules/@npmcli/run-script": {
  1598. "version": "8.1.0",
  1599. "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
  1600. "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==",
  1601. "dependencies": {
  1602. "@npmcli/node-gyp": "^3.0.0",
  1603. "@npmcli/package-json": "^5.0.0",
  1604. "@npmcli/promise-spawn": "^7.0.0",
  1605. "node-gyp": "^10.0.0",
  1606. "proc-log": "^4.0.0",
  1607. "which": "^4.0.0"
  1608. },
  1609. "engines": {
  1610. "node": "^16.14.0 || >=18.0.0"
  1611. }
  1612. },
  1613. "node_modules/@npmcli/run-script/node_modules/isexe": {
  1614. "version": "3.1.1",
  1615. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  1616. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  1617. "engines": {
  1618. "node": ">=16"
  1619. }
  1620. },
  1621. "node_modules/@npmcli/run-script/node_modules/which": {
  1622. "version": "4.0.0",
  1623. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  1624. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  1625. "dependencies": {
  1626. "isexe": "^3.1.1"
  1627. },
  1628. "bin": {
  1629. "node-which": "bin/which.js"
  1630. },
  1631. "engines": {
  1632. "node": "^16.13.0 || >=18.0.0"
  1633. }
  1634. },
  1635. "node_modules/@nuxt/devalue": {
  1636. "version": "2.0.2",
  1637. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1638. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  1639. },
  1640. "node_modules/@nuxt/devtools": {
  1641. "version": "1.3.1",
  1642. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.3.1.tgz",
  1643. "integrity": "sha512-SuiuqtlN6OMPn7hYqbydcJmRF/L86yxi8ApcjNVnMURYBPaAAN9egkEFpQ6AjzjX+UnaG1hU8FE0w6pWKSRp3A==",
  1644. "dependencies": {
  1645. "@antfu/utils": "^0.7.8",
  1646. "@nuxt/devtools-kit": "1.3.1",
  1647. "@nuxt/devtools-wizard": "1.3.1",
  1648. "@nuxt/kit": "^3.11.2",
  1649. "@vue/devtools-applet": "^7.1.3",
  1650. "@vue/devtools-core": "^7.1.3",
  1651. "@vue/devtools-kit": "^7.1.3",
  1652. "birpc": "^0.2.17",
  1653. "consola": "^3.2.3",
  1654. "cronstrue": "^2.50.0",
  1655. "destr": "^2.0.3",
  1656. "error-stack-parser-es": "^0.1.1",
  1657. "execa": "^7.2.0",
  1658. "fast-glob": "^3.3.2",
  1659. "flatted": "^3.3.1",
  1660. "get-port-please": "^3.1.2",
  1661. "hookable": "^5.5.3",
  1662. "image-meta": "^0.2.0",
  1663. "is-installed-globally": "^1.0.0",
  1664. "launch-editor": "^2.6.1",
  1665. "local-pkg": "^0.5.0",
  1666. "magicast": "^0.3.4",
  1667. "nypm": "^0.3.8",
  1668. "ohash": "^1.1.3",
  1669. "pacote": "^18.0.6",
  1670. "pathe": "^1.1.2",
  1671. "perfect-debounce": "^1.0.0",
  1672. "pkg-types": "^1.1.1",
  1673. "rc9": "^2.1.2",
  1674. "scule": "^1.3.0",
  1675. "semver": "^7.6.2",
  1676. "simple-git": "^3.24.0",
  1677. "sirv": "^2.0.4",
  1678. "unimport": "^3.7.1",
  1679. "vite-plugin-inspect": "^0.8.4",
  1680. "vite-plugin-vue-inspector": "^5.1.0",
  1681. "which": "^3.0.1",
  1682. "ws": "^8.17.0"
  1683. },
  1684. "bin": {
  1685. "devtools": "cli.mjs"
  1686. },
  1687. "peerDependencies": {
  1688. "nuxt": "^3.9.0",
  1689. "vite": "*"
  1690. }
  1691. },
  1692. "node_modules/@nuxt/devtools-kit": {
  1693. "version": "1.3.1",
  1694. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.3.1.tgz",
  1695. "integrity": "sha512-YckEiiTef3dMckwLLUb+feKV0O8pS9s8ujw/FQ600oQbOCbq6hpWY5HQYxVYc3E41wu87lFiIZ1rnHjO3nM9sw==",
  1696. "dependencies": {
  1697. "@nuxt/kit": "^3.11.2",
  1698. "@nuxt/schema": "^3.11.2",
  1699. "execa": "^7.2.0"
  1700. },
  1701. "peerDependencies": {
  1702. "nuxt": "^3.9.0",
  1703. "vite": "*"
  1704. }
  1705. },
  1706. "node_modules/@nuxt/devtools-wizard": {
  1707. "version": "1.3.1",
  1708. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.3.1.tgz",
  1709. "integrity": "sha512-t6qTp573s1NWoS1nqOqKRld6wFWDiMzoFojBG8GeqTwPi2NYbjyPbQobmvMGiihkWPudMpChhAhYwTTyCPFE7Q==",
  1710. "dependencies": {
  1711. "consola": "^3.2.3",
  1712. "diff": "^5.2.0",
  1713. "execa": "^7.2.0",
  1714. "global-directory": "^4.0.1",
  1715. "magicast": "^0.3.4",
  1716. "pathe": "^1.1.2",
  1717. "pkg-types": "^1.1.1",
  1718. "prompts": "^2.4.2",
  1719. "rc9": "^2.1.2",
  1720. "semver": "^7.6.2"
  1721. },
  1722. "bin": {
  1723. "devtools-wizard": "cli.mjs"
  1724. }
  1725. },
  1726. "node_modules/@nuxt/kit": {
  1727. "version": "3.11.2",
  1728. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.11.2.tgz",
  1729. "integrity": "sha512-yiYKP0ZWMW7T3TCmsv4H8+jEsB/nFriRAR8bKoSqSV9bkVYWPE36sf7JDux30dQ91jSlQG6LQkB3vCHYTS2cIg==",
  1730. "dependencies": {
  1731. "@nuxt/schema": "3.11.2",
  1732. "c12": "^1.10.0",
  1733. "consola": "^3.2.3",
  1734. "defu": "^6.1.4",
  1735. "globby": "^14.0.1",
  1736. "hash-sum": "^2.0.0",
  1737. "ignore": "^5.3.1",
  1738. "jiti": "^1.21.0",
  1739. "knitwork": "^1.1.0",
  1740. "mlly": "^1.6.1",
  1741. "pathe": "^1.1.2",
  1742. "pkg-types": "^1.0.3",
  1743. "scule": "^1.3.0",
  1744. "semver": "^7.6.0",
  1745. "ufo": "^1.5.3",
  1746. "unctx": "^2.3.1",
  1747. "unimport": "^3.7.1",
  1748. "untyped": "^1.4.2"
  1749. },
  1750. "engines": {
  1751. "node": "^14.18.0 || >=16.10.0"
  1752. }
  1753. },
  1754. "node_modules/@nuxt/schema": {
  1755. "version": "3.11.2",
  1756. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.11.2.tgz",
  1757. "integrity": "sha512-Z0bx7N08itD5edtpkstImLctWMNvxTArsKXzS35ZuqyAyKBPcRjO1CU01slH0ahO30Gg9kbck3/RKNZPwfOjJg==",
  1758. "dependencies": {
  1759. "@nuxt/ui-templates": "^1.3.2",
  1760. "consola": "^3.2.3",
  1761. "defu": "^6.1.4",
  1762. "hookable": "^5.5.3",
  1763. "pathe": "^1.1.2",
  1764. "pkg-types": "^1.0.3",
  1765. "scule": "^1.3.0",
  1766. "std-env": "^3.7.0",
  1767. "ufo": "^1.5.3",
  1768. "unimport": "^3.7.1",
  1769. "untyped": "^1.4.2"
  1770. },
  1771. "engines": {
  1772. "node": "^14.18.0 || >=16.10.0"
  1773. }
  1774. },
  1775. "node_modules/@nuxt/telemetry": {
  1776. "version": "2.5.4",
  1777. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.5.4.tgz",
  1778. "integrity": "sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==",
  1779. "dependencies": {
  1780. "@nuxt/kit": "^3.11.2",
  1781. "ci-info": "^4.0.0",
  1782. "consola": "^3.2.3",
  1783. "create-require": "^1.1.1",
  1784. "defu": "^6.1.4",
  1785. "destr": "^2.0.3",
  1786. "dotenv": "^16.4.5",
  1787. "git-url-parse": "^14.0.0",
  1788. "is-docker": "^3.0.0",
  1789. "jiti": "^1.21.0",
  1790. "mri": "^1.2.0",
  1791. "nanoid": "^5.0.7",
  1792. "ofetch": "^1.3.4",
  1793. "parse-git-config": "^3.0.0",
  1794. "pathe": "^1.1.2",
  1795. "rc9": "^2.1.2",
  1796. "std-env": "^3.7.0"
  1797. },
  1798. "bin": {
  1799. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1800. }
  1801. },
  1802. "node_modules/@nuxt/ui-templates": {
  1803. "version": "1.3.4",
  1804. "resolved": "https://registry.npmjs.org/@nuxt/ui-templates/-/ui-templates-1.3.4.tgz",
  1805. "integrity": "sha512-zjuslnkj5zboZGis5QpmR5gvRTx5N8Ha/Rll+RRT8YZhXVNBincifhZ9apUQ9f6T0xJE8IHPyVyPx6WokomdYw=="
  1806. },
  1807. "node_modules/@nuxt/vite-builder": {
  1808. "version": "3.11.2",
  1809. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.11.2.tgz",
  1810. "integrity": "sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==",
  1811. "dependencies": {
  1812. "@nuxt/kit": "3.11.2",
  1813. "@rollup/plugin-replace": "^5.0.5",
  1814. "@vitejs/plugin-vue": "^5.0.4",
  1815. "@vitejs/plugin-vue-jsx": "^3.1.0",
  1816. "autoprefixer": "^10.4.19",
  1817. "clear": "^0.1.0",
  1818. "consola": "^3.2.3",
  1819. "cssnano": "^6.1.2",
  1820. "defu": "^6.1.4",
  1821. "esbuild": "^0.20.2",
  1822. "escape-string-regexp": "^5.0.0",
  1823. "estree-walker": "^3.0.3",
  1824. "externality": "^1.0.2",
  1825. "fs-extra": "^11.2.0",
  1826. "get-port-please": "^3.1.2",
  1827. "h3": "^1.11.1",
  1828. "knitwork": "^1.1.0",
  1829. "magic-string": "^0.30.9",
  1830. "mlly": "^1.6.1",
  1831. "ohash": "^1.1.3",
  1832. "pathe": "^1.1.2",
  1833. "perfect-debounce": "^1.0.0",
  1834. "pkg-types": "^1.0.3",
  1835. "postcss": "^8.4.38",
  1836. "rollup-plugin-visualizer": "^5.12.0",
  1837. "std-env": "^3.7.0",
  1838. "strip-literal": "^2.1.0",
  1839. "ufo": "^1.5.3",
  1840. "unenv": "^1.9.0",
  1841. "unplugin": "^1.10.1",
  1842. "vite": "^5.2.8",
  1843. "vite-node": "^1.4.0",
  1844. "vite-plugin-checker": "^0.6.4",
  1845. "vue-bundle-renderer": "^2.0.0"
  1846. },
  1847. "engines": {
  1848. "node": "^14.18.0 || >=16.10.0"
  1849. },
  1850. "peerDependencies": {
  1851. "vue": "^3.3.4"
  1852. }
  1853. },
  1854. "node_modules/@opentelemetry/api": {
  1855. "version": "1.8.0",
  1856. "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz",
  1857. "integrity": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==",
  1858. "engines": {
  1859. "node": ">=8.0.0"
  1860. }
  1861. },
  1862. "node_modules/@opentelemetry/api-logs": {
  1863. "version": "0.50.0",
  1864. "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.50.0.tgz",
  1865. "integrity": "sha512-JdZuKrhOYggqOpUljAq4WWNi5nB10PmgoF0y2CvedLGXd0kSawb/UBnWT8gg1ND3bHCNHStAIVT0ELlxJJRqrA==",
  1866. "dependencies": {
  1867. "@opentelemetry/api": "^1.0.0"
  1868. },
  1869. "engines": {
  1870. "node": ">=14"
  1871. }
  1872. },
  1873. "node_modules/@opentelemetry/core": {
  1874. "version": "1.24.1",
  1875. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.24.1.tgz",
  1876. "integrity": "sha512-wMSGfsdmibI88K9wB498zXY04yThPexo8jvwNNlm542HZB7XrrMRBbAyKJqG8qDRJwIBdBrPMi4V9ZPW/sqrcg==",
  1877. "dependencies": {
  1878. "@opentelemetry/semantic-conventions": "1.24.1"
  1879. },
  1880. "engines": {
  1881. "node": ">=14"
  1882. },
  1883. "peerDependencies": {
  1884. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1885. }
  1886. },
  1887. "node_modules/@opentelemetry/otlp-transformer": {
  1888. "version": "0.50.0",
  1889. "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.50.0.tgz",
  1890. "integrity": "sha512-s0sl1Yfqd5q1Kjrf6DqXPWzErL+XHhrXOfejh4Vc/SMTNqC902xDsC8JQxbjuramWt/+hibfguIvi7Ns8VLolA==",
  1891. "dependencies": {
  1892. "@opentelemetry/api-logs": "0.50.0",
  1893. "@opentelemetry/core": "1.23.0",
  1894. "@opentelemetry/resources": "1.23.0",
  1895. "@opentelemetry/sdk-logs": "0.50.0",
  1896. "@opentelemetry/sdk-metrics": "1.23.0",
  1897. "@opentelemetry/sdk-trace-base": "1.23.0"
  1898. },
  1899. "engines": {
  1900. "node": ">=14"
  1901. },
  1902. "peerDependencies": {
  1903. "@opentelemetry/api": ">=1.3.0 <1.9.0"
  1904. }
  1905. },
  1906. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/core": {
  1907. "version": "1.23.0",
  1908. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  1909. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  1910. "dependencies": {
  1911. "@opentelemetry/semantic-conventions": "1.23.0"
  1912. },
  1913. "engines": {
  1914. "node": ">=14"
  1915. },
  1916. "peerDependencies": {
  1917. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1918. }
  1919. },
  1920. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/resources": {
  1921. "version": "1.23.0",
  1922. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  1923. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  1924. "dependencies": {
  1925. "@opentelemetry/core": "1.23.0",
  1926. "@opentelemetry/semantic-conventions": "1.23.0"
  1927. },
  1928. "engines": {
  1929. "node": ">=14"
  1930. },
  1931. "peerDependencies": {
  1932. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1933. }
  1934. },
  1935. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-trace-base": {
  1936. "version": "1.23.0",
  1937. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.23.0.tgz",
  1938. "integrity": "sha512-PzBmZM8hBomUqvCddF/5Olyyviayka44O5nDWq673np3ctnvwMOvNrsUORZjKja1zJbwEuD9niAGbnVrz3jwRQ==",
  1939. "dependencies": {
  1940. "@opentelemetry/core": "1.23.0",
  1941. "@opentelemetry/resources": "1.23.0",
  1942. "@opentelemetry/semantic-conventions": "1.23.0"
  1943. },
  1944. "engines": {
  1945. "node": ">=14"
  1946. },
  1947. "peerDependencies": {
  1948. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1949. }
  1950. },
  1951. "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/semantic-conventions": {
  1952. "version": "1.23.0",
  1953. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  1954. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  1955. "engines": {
  1956. "node": ">=14"
  1957. }
  1958. },
  1959. "node_modules/@opentelemetry/resources": {
  1960. "version": "1.24.1",
  1961. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.24.1.tgz",
  1962. "integrity": "sha512-cyv0MwAaPF7O86x5hk3NNgenMObeejZFLJJDVuSeSMIsknlsj3oOZzRv3qSzlwYomXsICfBeFFlxwHQte5mGXQ==",
  1963. "dependencies": {
  1964. "@opentelemetry/core": "1.24.1",
  1965. "@opentelemetry/semantic-conventions": "1.24.1"
  1966. },
  1967. "engines": {
  1968. "node": ">=14"
  1969. },
  1970. "peerDependencies": {
  1971. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  1972. }
  1973. },
  1974. "node_modules/@opentelemetry/sdk-logs": {
  1975. "version": "0.50.0",
  1976. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.50.0.tgz",
  1977. "integrity": "sha512-PeUEupBB29p9nlPNqXoa1PUWNLsZnxG0DCDj3sHqzae+8y76B/A5hvZjg03ulWdnvBLYpnJslqzylG9E0IL87g==",
  1978. "dependencies": {
  1979. "@opentelemetry/core": "1.23.0",
  1980. "@opentelemetry/resources": "1.23.0"
  1981. },
  1982. "engines": {
  1983. "node": ">=14"
  1984. },
  1985. "peerDependencies": {
  1986. "@opentelemetry/api": ">=1.4.0 <1.9.0",
  1987. "@opentelemetry/api-logs": ">=0.39.1"
  1988. }
  1989. },
  1990. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/core": {
  1991. "version": "1.23.0",
  1992. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  1993. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  1994. "dependencies": {
  1995. "@opentelemetry/semantic-conventions": "1.23.0"
  1996. },
  1997. "engines": {
  1998. "node": ">=14"
  1999. },
  2000. "peerDependencies": {
  2001. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2002. }
  2003. },
  2004. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": {
  2005. "version": "1.23.0",
  2006. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  2007. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  2008. "dependencies": {
  2009. "@opentelemetry/core": "1.23.0",
  2010. "@opentelemetry/semantic-conventions": "1.23.0"
  2011. },
  2012. "engines": {
  2013. "node": ">=14"
  2014. },
  2015. "peerDependencies": {
  2016. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2017. }
  2018. },
  2019. "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/semantic-conventions": {
  2020. "version": "1.23.0",
  2021. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  2022. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  2023. "engines": {
  2024. "node": ">=14"
  2025. }
  2026. },
  2027. "node_modules/@opentelemetry/sdk-metrics": {
  2028. "version": "1.23.0",
  2029. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.23.0.tgz",
  2030. "integrity": "sha512-4OkvW6+wST4h6LFG23rXSTf6nmTf201h9dzq7bE0z5R9ESEVLERZz6WXwE7PSgg1gdjlaznm1jLJf8GttypFDg==",
  2031. "dependencies": {
  2032. "@opentelemetry/core": "1.23.0",
  2033. "@opentelemetry/resources": "1.23.0",
  2034. "lodash.merge": "^4.6.2"
  2035. },
  2036. "engines": {
  2037. "node": ">=14"
  2038. },
  2039. "peerDependencies": {
  2040. "@opentelemetry/api": ">=1.3.0 <1.9.0"
  2041. }
  2042. },
  2043. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/core": {
  2044. "version": "1.23.0",
  2045. "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.23.0.tgz",
  2046. "integrity": "sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==",
  2047. "dependencies": {
  2048. "@opentelemetry/semantic-conventions": "1.23.0"
  2049. },
  2050. "engines": {
  2051. "node": ">=14"
  2052. },
  2053. "peerDependencies": {
  2054. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2055. }
  2056. },
  2057. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/resources": {
  2058. "version": "1.23.0",
  2059. "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.23.0.tgz",
  2060. "integrity": "sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==",
  2061. "dependencies": {
  2062. "@opentelemetry/core": "1.23.0",
  2063. "@opentelemetry/semantic-conventions": "1.23.0"
  2064. },
  2065. "engines": {
  2066. "node": ">=14"
  2067. },
  2068. "peerDependencies": {
  2069. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2070. }
  2071. },
  2072. "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/semantic-conventions": {
  2073. "version": "1.23.0",
  2074. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.23.0.tgz",
  2075. "integrity": "sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==",
  2076. "engines": {
  2077. "node": ">=14"
  2078. }
  2079. },
  2080. "node_modules/@opentelemetry/sdk-trace-base": {
  2081. "version": "1.24.1",
  2082. "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.24.1.tgz",
  2083. "integrity": "sha512-zz+N423IcySgjihl2NfjBf0qw1RWe11XIAWVrTNOSSI6dtSPJiVom2zipFB2AEEtJWpv0Iz6DY6+TjnyTV5pWg==",
  2084. "dependencies": {
  2085. "@opentelemetry/core": "1.24.1",
  2086. "@opentelemetry/resources": "1.24.1",
  2087. "@opentelemetry/semantic-conventions": "1.24.1"
  2088. },
  2089. "engines": {
  2090. "node": ">=14"
  2091. },
  2092. "peerDependencies": {
  2093. "@opentelemetry/api": ">=1.0.0 <1.9.0"
  2094. }
  2095. },
  2096. "node_modules/@opentelemetry/semantic-conventions": {
  2097. "version": "1.24.1",
  2098. "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.24.1.tgz",
  2099. "integrity": "sha512-VkliWlS4/+GHLLW7J/rVBA00uXus1SWvwFvcUDxDwmFxYfg/2VI6ekwdXS28cjI8Qz2ky2BzG8OUHo+WeYIWqw==",
  2100. "engines": {
  2101. "node": ">=14"
  2102. }
  2103. },
  2104. "node_modules/@parcel/watcher": {
  2105. "version": "2.4.1",
  2106. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  2107. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  2108. "dependencies": {
  2109. "detect-libc": "^1.0.3",
  2110. "is-glob": "^4.0.3",
  2111. "micromatch": "^4.0.5",
  2112. "node-addon-api": "^7.0.0"
  2113. },
  2114. "engines": {
  2115. "node": ">= 10.0.0"
  2116. },
  2117. "funding": {
  2118. "type": "opencollective",
  2119. "url": "https://opencollective.com/parcel"
  2120. },
  2121. "optionalDependencies": {
  2122. "@parcel/watcher-android-arm64": "2.4.1",
  2123. "@parcel/watcher-darwin-arm64": "2.4.1",
  2124. "@parcel/watcher-darwin-x64": "2.4.1",
  2125. "@parcel/watcher-freebsd-x64": "2.4.1",
  2126. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  2127. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  2128. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  2129. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  2130. "@parcel/watcher-linux-x64-musl": "2.4.1",
  2131. "@parcel/watcher-win32-arm64": "2.4.1",
  2132. "@parcel/watcher-win32-ia32": "2.4.1",
  2133. "@parcel/watcher-win32-x64": "2.4.1"
  2134. }
  2135. },
  2136. "node_modules/@parcel/watcher-android-arm64": {
  2137. "version": "2.4.1",
  2138. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  2139. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  2140. "cpu": [
  2141. "arm64"
  2142. ],
  2143. "optional": true,
  2144. "os": [
  2145. "android"
  2146. ],
  2147. "engines": {
  2148. "node": ">= 10.0.0"
  2149. },
  2150. "funding": {
  2151. "type": "opencollective",
  2152. "url": "https://opencollective.com/parcel"
  2153. }
  2154. },
  2155. "node_modules/@parcel/watcher-darwin-arm64": {
  2156. "version": "2.4.1",
  2157. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  2158. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  2159. "cpu": [
  2160. "arm64"
  2161. ],
  2162. "optional": true,
  2163. "os": [
  2164. "darwin"
  2165. ],
  2166. "engines": {
  2167. "node": ">= 10.0.0"
  2168. },
  2169. "funding": {
  2170. "type": "opencollective",
  2171. "url": "https://opencollective.com/parcel"
  2172. }
  2173. },
  2174. "node_modules/@parcel/watcher-darwin-x64": {
  2175. "version": "2.4.1",
  2176. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  2177. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  2178. "cpu": [
  2179. "x64"
  2180. ],
  2181. "optional": true,
  2182. "os": [
  2183. "darwin"
  2184. ],
  2185. "engines": {
  2186. "node": ">= 10.0.0"
  2187. },
  2188. "funding": {
  2189. "type": "opencollective",
  2190. "url": "https://opencollective.com/parcel"
  2191. }
  2192. },
  2193. "node_modules/@parcel/watcher-freebsd-x64": {
  2194. "version": "2.4.1",
  2195. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  2196. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  2197. "cpu": [
  2198. "x64"
  2199. ],
  2200. "optional": true,
  2201. "os": [
  2202. "freebsd"
  2203. ],
  2204. "engines": {
  2205. "node": ">= 10.0.0"
  2206. },
  2207. "funding": {
  2208. "type": "opencollective",
  2209. "url": "https://opencollective.com/parcel"
  2210. }
  2211. },
  2212. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2213. "version": "2.4.1",
  2214. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  2215. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  2216. "cpu": [
  2217. "arm"
  2218. ],
  2219. "optional": true,
  2220. "os": [
  2221. "linux"
  2222. ],
  2223. "engines": {
  2224. "node": ">= 10.0.0"
  2225. },
  2226. "funding": {
  2227. "type": "opencollective",
  2228. "url": "https://opencollective.com/parcel"
  2229. }
  2230. },
  2231. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2232. "version": "2.4.1",
  2233. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  2234. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  2235. "cpu": [
  2236. "arm64"
  2237. ],
  2238. "optional": true,
  2239. "os": [
  2240. "linux"
  2241. ],
  2242. "engines": {
  2243. "node": ">= 10.0.0"
  2244. },
  2245. "funding": {
  2246. "type": "opencollective",
  2247. "url": "https://opencollective.com/parcel"
  2248. }
  2249. },
  2250. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2251. "version": "2.4.1",
  2252. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  2253. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  2254. "cpu": [
  2255. "arm64"
  2256. ],
  2257. "optional": true,
  2258. "os": [
  2259. "linux"
  2260. ],
  2261. "engines": {
  2262. "node": ">= 10.0.0"
  2263. },
  2264. "funding": {
  2265. "type": "opencollective",
  2266. "url": "https://opencollective.com/parcel"
  2267. }
  2268. },
  2269. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2270. "version": "2.4.1",
  2271. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  2272. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  2273. "cpu": [
  2274. "x64"
  2275. ],
  2276. "optional": true,
  2277. "os": [
  2278. "linux"
  2279. ],
  2280. "engines": {
  2281. "node": ">= 10.0.0"
  2282. },
  2283. "funding": {
  2284. "type": "opencollective",
  2285. "url": "https://opencollective.com/parcel"
  2286. }
  2287. },
  2288. "node_modules/@parcel/watcher-linux-x64-musl": {
  2289. "version": "2.4.1",
  2290. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  2291. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  2292. "cpu": [
  2293. "x64"
  2294. ],
  2295. "optional": true,
  2296. "os": [
  2297. "linux"
  2298. ],
  2299. "engines": {
  2300. "node": ">= 10.0.0"
  2301. },
  2302. "funding": {
  2303. "type": "opencollective",
  2304. "url": "https://opencollective.com/parcel"
  2305. }
  2306. },
  2307. "node_modules/@parcel/watcher-wasm": {
  2308. "version": "2.4.1",
  2309. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  2310. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  2311. "bundleDependencies": [
  2312. "napi-wasm"
  2313. ],
  2314. "dependencies": {
  2315. "is-glob": "^4.0.3",
  2316. "micromatch": "^4.0.5",
  2317. "napi-wasm": "^1.1.0"
  2318. },
  2319. "engines": {
  2320. "node": ">= 10.0.0"
  2321. },
  2322. "funding": {
  2323. "type": "opencollective",
  2324. "url": "https://opencollective.com/parcel"
  2325. }
  2326. },
  2327. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2328. "version": "1.1.0",
  2329. "inBundle": true,
  2330. "license": "MIT"
  2331. },
  2332. "node_modules/@parcel/watcher-win32-arm64": {
  2333. "version": "2.4.1",
  2334. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  2335. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  2336. "cpu": [
  2337. "arm64"
  2338. ],
  2339. "optional": true,
  2340. "os": [
  2341. "win32"
  2342. ],
  2343. "engines": {
  2344. "node": ">= 10.0.0"
  2345. },
  2346. "funding": {
  2347. "type": "opencollective",
  2348. "url": "https://opencollective.com/parcel"
  2349. }
  2350. },
  2351. "node_modules/@parcel/watcher-win32-ia32": {
  2352. "version": "2.4.1",
  2353. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  2354. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  2355. "cpu": [
  2356. "ia32"
  2357. ],
  2358. "optional": true,
  2359. "os": [
  2360. "win32"
  2361. ],
  2362. "engines": {
  2363. "node": ">= 10.0.0"
  2364. },
  2365. "funding": {
  2366. "type": "opencollective",
  2367. "url": "https://opencollective.com/parcel"
  2368. }
  2369. },
  2370. "node_modules/@parcel/watcher-win32-x64": {
  2371. "version": "2.4.1",
  2372. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  2373. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  2374. "cpu": [
  2375. "x64"
  2376. ],
  2377. "optional": true,
  2378. "os": [
  2379. "win32"
  2380. ],
  2381. "engines": {
  2382. "node": ">= 10.0.0"
  2383. },
  2384. "funding": {
  2385. "type": "opencollective",
  2386. "url": "https://opencollective.com/parcel"
  2387. }
  2388. },
  2389. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2390. "version": "1.0.3",
  2391. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  2392. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2393. "bin": {
  2394. "detect-libc": "bin/detect-libc.js"
  2395. },
  2396. "engines": {
  2397. "node": ">=0.10"
  2398. }
  2399. },
  2400. "node_modules/@pkgjs/parseargs": {
  2401. "version": "0.11.0",
  2402. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2403. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2404. "optional": true,
  2405. "engines": {
  2406. "node": ">=14"
  2407. }
  2408. },
  2409. "node_modules/@polka/url": {
  2410. "version": "1.0.0-next.25",
  2411. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
  2412. "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ=="
  2413. },
  2414. "node_modules/@rollup/plugin-alias": {
  2415. "version": "5.1.0",
  2416. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz",
  2417. "integrity": "sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==",
  2418. "dependencies": {
  2419. "slash": "^4.0.0"
  2420. },
  2421. "engines": {
  2422. "node": ">=14.0.0"
  2423. },
  2424. "peerDependencies": {
  2425. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2426. },
  2427. "peerDependenciesMeta": {
  2428. "rollup": {
  2429. "optional": true
  2430. }
  2431. }
  2432. },
  2433. "node_modules/@rollup/plugin-alias/node_modules/slash": {
  2434. "version": "4.0.0",
  2435. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  2436. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  2437. "engines": {
  2438. "node": ">=12"
  2439. },
  2440. "funding": {
  2441. "url": "https://github.com/sponsors/sindresorhus"
  2442. }
  2443. },
  2444. "node_modules/@rollup/plugin-commonjs": {
  2445. "version": "25.0.7",
  2446. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz",
  2447. "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==",
  2448. "dependencies": {
  2449. "@rollup/pluginutils": "^5.0.1",
  2450. "commondir": "^1.0.1",
  2451. "estree-walker": "^2.0.2",
  2452. "glob": "^8.0.3",
  2453. "is-reference": "1.2.1",
  2454. "magic-string": "^0.30.3"
  2455. },
  2456. "engines": {
  2457. "node": ">=14.0.0"
  2458. },
  2459. "peerDependencies": {
  2460. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2461. },
  2462. "peerDependenciesMeta": {
  2463. "rollup": {
  2464. "optional": true
  2465. }
  2466. }
  2467. },
  2468. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  2469. "version": "2.0.2",
  2470. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2471. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2472. },
  2473. "node_modules/@rollup/plugin-inject": {
  2474. "version": "5.0.5",
  2475. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2476. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2477. "dependencies": {
  2478. "@rollup/pluginutils": "^5.0.1",
  2479. "estree-walker": "^2.0.2",
  2480. "magic-string": "^0.30.3"
  2481. },
  2482. "engines": {
  2483. "node": ">=14.0.0"
  2484. },
  2485. "peerDependencies": {
  2486. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2487. },
  2488. "peerDependenciesMeta": {
  2489. "rollup": {
  2490. "optional": true
  2491. }
  2492. }
  2493. },
  2494. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  2495. "version": "2.0.2",
  2496. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2497. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2498. },
  2499. "node_modules/@rollup/plugin-json": {
  2500. "version": "6.1.0",
  2501. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2502. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2503. "dependencies": {
  2504. "@rollup/pluginutils": "^5.1.0"
  2505. },
  2506. "engines": {
  2507. "node": ">=14.0.0"
  2508. },
  2509. "peerDependencies": {
  2510. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2511. },
  2512. "peerDependenciesMeta": {
  2513. "rollup": {
  2514. "optional": true
  2515. }
  2516. }
  2517. },
  2518. "node_modules/@rollup/plugin-node-resolve": {
  2519. "version": "15.2.3",
  2520. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
  2521. "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==",
  2522. "dependencies": {
  2523. "@rollup/pluginutils": "^5.0.1",
  2524. "@types/resolve": "1.20.2",
  2525. "deepmerge": "^4.2.2",
  2526. "is-builtin-module": "^3.2.1",
  2527. "is-module": "^1.0.0",
  2528. "resolve": "^1.22.1"
  2529. },
  2530. "engines": {
  2531. "node": ">=14.0.0"
  2532. },
  2533. "peerDependencies": {
  2534. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2535. },
  2536. "peerDependenciesMeta": {
  2537. "rollup": {
  2538. "optional": true
  2539. }
  2540. }
  2541. },
  2542. "node_modules/@rollup/plugin-replace": {
  2543. "version": "5.0.5",
  2544. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz",
  2545. "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==",
  2546. "dependencies": {
  2547. "@rollup/pluginutils": "^5.0.1",
  2548. "magic-string": "^0.30.3"
  2549. },
  2550. "engines": {
  2551. "node": ">=14.0.0"
  2552. },
  2553. "peerDependencies": {
  2554. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2555. },
  2556. "peerDependenciesMeta": {
  2557. "rollup": {
  2558. "optional": true
  2559. }
  2560. }
  2561. },
  2562. "node_modules/@rollup/plugin-terser": {
  2563. "version": "0.4.4",
  2564. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  2565. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  2566. "dependencies": {
  2567. "serialize-javascript": "^6.0.1",
  2568. "smob": "^1.0.0",
  2569. "terser": "^5.17.4"
  2570. },
  2571. "engines": {
  2572. "node": ">=14.0.0"
  2573. },
  2574. "peerDependencies": {
  2575. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2576. },
  2577. "peerDependenciesMeta": {
  2578. "rollup": {
  2579. "optional": true
  2580. }
  2581. }
  2582. },
  2583. "node_modules/@rollup/pluginutils": {
  2584. "version": "5.1.0",
  2585. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  2586. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  2587. "dependencies": {
  2588. "@types/estree": "^1.0.0",
  2589. "estree-walker": "^2.0.2",
  2590. "picomatch": "^2.3.1"
  2591. },
  2592. "engines": {
  2593. "node": ">=14.0.0"
  2594. },
  2595. "peerDependencies": {
  2596. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2597. },
  2598. "peerDependenciesMeta": {
  2599. "rollup": {
  2600. "optional": true
  2601. }
  2602. }
  2603. },
  2604. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  2605. "version": "2.0.2",
  2606. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2607. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2608. },
  2609. "node_modules/@rollup/rollup-android-arm-eabi": {
  2610. "version": "4.17.2",
  2611. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz",
  2612. "integrity": "sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==",
  2613. "cpu": [
  2614. "arm"
  2615. ],
  2616. "optional": true,
  2617. "os": [
  2618. "android"
  2619. ]
  2620. },
  2621. "node_modules/@rollup/rollup-android-arm64": {
  2622. "version": "4.17.2",
  2623. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz",
  2624. "integrity": "sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==",
  2625. "cpu": [
  2626. "arm64"
  2627. ],
  2628. "optional": true,
  2629. "os": [
  2630. "android"
  2631. ]
  2632. },
  2633. "node_modules/@rollup/rollup-darwin-arm64": {
  2634. "version": "4.17.2",
  2635. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz",
  2636. "integrity": "sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==",
  2637. "cpu": [
  2638. "arm64"
  2639. ],
  2640. "optional": true,
  2641. "os": [
  2642. "darwin"
  2643. ]
  2644. },
  2645. "node_modules/@rollup/rollup-darwin-x64": {
  2646. "version": "4.17.2",
  2647. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz",
  2648. "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==",
  2649. "cpu": [
  2650. "x64"
  2651. ],
  2652. "optional": true,
  2653. "os": [
  2654. "darwin"
  2655. ]
  2656. },
  2657. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2658. "version": "4.17.2",
  2659. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz",
  2660. "integrity": "sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==",
  2661. "cpu": [
  2662. "arm"
  2663. ],
  2664. "optional": true,
  2665. "os": [
  2666. "linux"
  2667. ]
  2668. },
  2669. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2670. "version": "4.17.2",
  2671. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz",
  2672. "integrity": "sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==",
  2673. "cpu": [
  2674. "arm"
  2675. ],
  2676. "optional": true,
  2677. "os": [
  2678. "linux"
  2679. ]
  2680. },
  2681. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2682. "version": "4.17.2",
  2683. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz",
  2684. "integrity": "sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==",
  2685. "cpu": [
  2686. "arm64"
  2687. ],
  2688. "optional": true,
  2689. "os": [
  2690. "linux"
  2691. ]
  2692. },
  2693. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2694. "version": "4.17.2",
  2695. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz",
  2696. "integrity": "sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==",
  2697. "cpu": [
  2698. "arm64"
  2699. ],
  2700. "optional": true,
  2701. "os": [
  2702. "linux"
  2703. ]
  2704. },
  2705. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2706. "version": "4.17.2",
  2707. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz",
  2708. "integrity": "sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==",
  2709. "cpu": [
  2710. "ppc64"
  2711. ],
  2712. "optional": true,
  2713. "os": [
  2714. "linux"
  2715. ]
  2716. },
  2717. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2718. "version": "4.17.2",
  2719. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz",
  2720. "integrity": "sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==",
  2721. "cpu": [
  2722. "riscv64"
  2723. ],
  2724. "optional": true,
  2725. "os": [
  2726. "linux"
  2727. ]
  2728. },
  2729. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2730. "version": "4.17.2",
  2731. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz",
  2732. "integrity": "sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==",
  2733. "cpu": [
  2734. "s390x"
  2735. ],
  2736. "optional": true,
  2737. "os": [
  2738. "linux"
  2739. ]
  2740. },
  2741. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2742. "version": "4.17.2",
  2743. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz",
  2744. "integrity": "sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==",
  2745. "cpu": [
  2746. "x64"
  2747. ],
  2748. "optional": true,
  2749. "os": [
  2750. "linux"
  2751. ]
  2752. },
  2753. "node_modules/@rollup/rollup-linux-x64-musl": {
  2754. "version": "4.17.2",
  2755. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz",
  2756. "integrity": "sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==",
  2757. "cpu": [
  2758. "x64"
  2759. ],
  2760. "optional": true,
  2761. "os": [
  2762. "linux"
  2763. ]
  2764. },
  2765. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2766. "version": "4.17.2",
  2767. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz",
  2768. "integrity": "sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==",
  2769. "cpu": [
  2770. "arm64"
  2771. ],
  2772. "optional": true,
  2773. "os": [
  2774. "win32"
  2775. ]
  2776. },
  2777. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2778. "version": "4.17.2",
  2779. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz",
  2780. "integrity": "sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==",
  2781. "cpu": [
  2782. "ia32"
  2783. ],
  2784. "optional": true,
  2785. "os": [
  2786. "win32"
  2787. ]
  2788. },
  2789. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2790. "version": "4.17.2",
  2791. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz",
  2792. "integrity": "sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==",
  2793. "cpu": [
  2794. "x64"
  2795. ],
  2796. "optional": true,
  2797. "os": [
  2798. "win32"
  2799. ]
  2800. },
  2801. "node_modules/@shikijs/core": {
  2802. "version": "1.5.2",
  2803. "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.2.tgz",
  2804. "integrity": "sha512-wSAOgaz48GmhILFElMCeQypSZmj6Ru6DttOOtl3KNkdJ17ApQuGNCfzpk4cClasVrnIu45++2DBwG4LNMQAfaA=="
  2805. },
  2806. "node_modules/@sigstore/bundle": {
  2807. "version": "2.3.2",
  2808. "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz",
  2809. "integrity": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==",
  2810. "dependencies": {
  2811. "@sigstore/protobuf-specs": "^0.3.2"
  2812. },
  2813. "engines": {
  2814. "node": "^16.14.0 || >=18.0.0"
  2815. }
  2816. },
  2817. "node_modules/@sigstore/core": {
  2818. "version": "1.1.0",
  2819. "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz",
  2820. "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==",
  2821. "engines": {
  2822. "node": "^16.14.0 || >=18.0.0"
  2823. }
  2824. },
  2825. "node_modules/@sigstore/protobuf-specs": {
  2826. "version": "0.3.2",
  2827. "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz",
  2828. "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==",
  2829. "engines": {
  2830. "node": "^16.14.0 || >=18.0.0"
  2831. }
  2832. },
  2833. "node_modules/@sigstore/sign": {
  2834. "version": "2.3.2",
  2835. "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz",
  2836. "integrity": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==",
  2837. "dependencies": {
  2838. "@sigstore/bundle": "^2.3.2",
  2839. "@sigstore/core": "^1.0.0",
  2840. "@sigstore/protobuf-specs": "^0.3.2",
  2841. "make-fetch-happen": "^13.0.1",
  2842. "proc-log": "^4.2.0",
  2843. "promise-retry": "^2.0.1"
  2844. },
  2845. "engines": {
  2846. "node": "^16.14.0 || >=18.0.0"
  2847. }
  2848. },
  2849. "node_modules/@sigstore/tuf": {
  2850. "version": "2.3.4",
  2851. "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
  2852. "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
  2853. "dependencies": {
  2854. "@sigstore/protobuf-specs": "^0.3.2",
  2855. "tuf-js": "^2.2.1"
  2856. },
  2857. "engines": {
  2858. "node": "^16.14.0 || >=18.0.0"
  2859. }
  2860. },
  2861. "node_modules/@sigstore/verify": {
  2862. "version": "1.2.1",
  2863. "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz",
  2864. "integrity": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==",
  2865. "dependencies": {
  2866. "@sigstore/bundle": "^2.3.2",
  2867. "@sigstore/core": "^1.1.0",
  2868. "@sigstore/protobuf-specs": "^0.3.2"
  2869. },
  2870. "engines": {
  2871. "node": "^16.14.0 || >=18.0.0"
  2872. }
  2873. },
  2874. "node_modules/@sindresorhus/merge-streams": {
  2875. "version": "2.3.0",
  2876. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2877. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2878. "engines": {
  2879. "node": ">=18"
  2880. },
  2881. "funding": {
  2882. "url": "https://github.com/sponsors/sindresorhus"
  2883. }
  2884. },
  2885. "node_modules/@trysound/sax": {
  2886. "version": "0.2.0",
  2887. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  2888. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2889. "engines": {
  2890. "node": ">=10.13.0"
  2891. }
  2892. },
  2893. "node_modules/@tufjs/canonical-json": {
  2894. "version": "2.0.0",
  2895. "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
  2896. "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
  2897. "engines": {
  2898. "node": "^16.14.0 || >=18.0.0"
  2899. }
  2900. },
  2901. "node_modules/@tufjs/models": {
  2902. "version": "2.0.1",
  2903. "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
  2904. "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
  2905. "dependencies": {
  2906. "@tufjs/canonical-json": "2.0.0",
  2907. "minimatch": "^9.0.4"
  2908. },
  2909. "engines": {
  2910. "node": "^16.14.0 || >=18.0.0"
  2911. }
  2912. },
  2913. "node_modules/@tufjs/models/node_modules/minimatch": {
  2914. "version": "9.0.4",
  2915. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  2916. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  2917. "dependencies": {
  2918. "brace-expansion": "^2.0.1"
  2919. },
  2920. "engines": {
  2921. "node": ">=16 || 14 >=14.17"
  2922. },
  2923. "funding": {
  2924. "url": "https://github.com/sponsors/isaacs"
  2925. }
  2926. },
  2927. "node_modules/@types/estree": {
  2928. "version": "1.0.5",
  2929. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  2930. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  2931. },
  2932. "node_modules/@types/http-proxy": {
  2933. "version": "1.17.14",
  2934. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
  2935. "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
  2936. "dependencies": {
  2937. "@types/node": "*"
  2938. }
  2939. },
  2940. "node_modules/@types/katex": {
  2941. "version": "0.16.7",
  2942. "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz",
  2943. "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==",
  2944. "dev": true
  2945. },
  2946. "node_modules/@types/lodash": {
  2947. "version": "4.17.4",
  2948. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
  2949. "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==",
  2950. "dev": true
  2951. },
  2952. "node_modules/@types/lodash-es": {
  2953. "version": "4.17.12",
  2954. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2955. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2956. "dev": true,
  2957. "dependencies": {
  2958. "@types/lodash": "*"
  2959. }
  2960. },
  2961. "node_modules/@types/node": {
  2962. "version": "20.12.12",
  2963. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
  2964. "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
  2965. "dependencies": {
  2966. "undici-types": "~5.26.4"
  2967. }
  2968. },
  2969. "node_modules/@types/resolve": {
  2970. "version": "1.20.2",
  2971. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  2972. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  2973. },
  2974. "node_modules/@types/web-bluetooth": {
  2975. "version": "0.0.20",
  2976. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  2977. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
  2978. },
  2979. "node_modules/@unhead/dom": {
  2980. "version": "1.9.10",
  2981. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.9.10.tgz",
  2982. "integrity": "sha512-F4sBrmd8kG8MEqcVTGL0Y6tXbJMdWK724pznUzefpZTs1GaVypFikLluaLt4EnICcVhOBSe4TkGrc8N21IJJzQ==",
  2983. "dependencies": {
  2984. "@unhead/schema": "1.9.10",
  2985. "@unhead/shared": "1.9.10"
  2986. },
  2987. "funding": {
  2988. "url": "https://github.com/sponsors/harlan-zw"
  2989. }
  2990. },
  2991. "node_modules/@unhead/schema": {
  2992. "version": "1.9.10",
  2993. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.10.tgz",
  2994. "integrity": "sha512-3ROh0doKfA7cIcU0zmjYVvNOiJuxSOcjInL+7iOFIxQovEWr1PcDnrnbEWGJsXrLA8eqjrjmhuDqAr3JbMGsLg==",
  2995. "dependencies": {
  2996. "hookable": "^5.5.3",
  2997. "zhead": "^2.2.4"
  2998. },
  2999. "funding": {
  3000. "url": "https://github.com/sponsors/harlan-zw"
  3001. }
  3002. },
  3003. "node_modules/@unhead/shared": {
  3004. "version": "1.9.10",
  3005. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.10.tgz",
  3006. "integrity": "sha512-LBXxm/8ahY4FZ0FbWVaM1ANFO5QpPzvaYwjAQhgHANsrqFP2EqoGcOv1CfhdQbxg8vpGXkjI7m0r/8E9d3JoDA==",
  3007. "dependencies": {
  3008. "@unhead/schema": "1.9.10"
  3009. },
  3010. "funding": {
  3011. "url": "https://github.com/sponsors/harlan-zw"
  3012. }
  3013. },
  3014. "node_modules/@unhead/ssr": {
  3015. "version": "1.9.10",
  3016. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.9.10.tgz",
  3017. "integrity": "sha512-4hy3uFrYGJd5h0jmCIC0vFBf5DDhbz+j6tkATTNIaLz5lR4ZdFT+ipwzR20GvnaOiGWiOhZF3yv9FTJQyX4jog==",
  3018. "dependencies": {
  3019. "@unhead/schema": "1.9.10",
  3020. "@unhead/shared": "1.9.10"
  3021. },
  3022. "funding": {
  3023. "url": "https://github.com/sponsors/harlan-zw"
  3024. }
  3025. },
  3026. "node_modules/@unhead/vue": {
  3027. "version": "1.9.10",
  3028. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.9.10.tgz",
  3029. "integrity": "sha512-Zi65eTU5IIaqqXAVOVJ4fnwJRR751FZIFlzYOjIekf1eNkISy+A4xyz3NIEQWSlXCrOiDNgDhT0YgKUcx5FfHQ==",
  3030. "dependencies": {
  3031. "@unhead/schema": "1.9.10",
  3032. "@unhead/shared": "1.9.10",
  3033. "hookable": "^5.5.3",
  3034. "unhead": "1.9.10"
  3035. },
  3036. "funding": {
  3037. "url": "https://github.com/sponsors/harlan-zw"
  3038. },
  3039. "peerDependencies": {
  3040. "vue": ">=2.7 || >=3"
  3041. }
  3042. },
  3043. "node_modules/@unocss/astro": {
  3044. "version": "0.60.3",
  3045. "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.60.3.tgz",
  3046. "integrity": "sha512-duFuyVhqYqQ15JZqx41UNgIxndqYRbOwDkJ7Y+R5N+u59a27vImz8B9eOFkHaZCFBWyH5jywkT8LVK1sfddFaw==",
  3047. "peer": true,
  3048. "dependencies": {
  3049. "@unocss/core": "0.60.3",
  3050. "@unocss/reset": "0.60.3",
  3051. "@unocss/vite": "0.60.3"
  3052. },
  3053. "funding": {
  3054. "url": "https://github.com/sponsors/antfu"
  3055. },
  3056. "peerDependencies": {
  3057. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  3058. },
  3059. "peerDependenciesMeta": {
  3060. "vite": {
  3061. "optional": true
  3062. }
  3063. }
  3064. },
  3065. "node_modules/@unocss/cli": {
  3066. "version": "0.60.3",
  3067. "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.60.3.tgz",
  3068. "integrity": "sha512-bN829zn6k4hrvDTLnUcI2uAJnSevHwlkOCaYxN/C+v11uGxIewk5Xum6Vm5kZ8JTpCR1jEu/i7wIBNde3XKN5g==",
  3069. "peer": true,
  3070. "dependencies": {
  3071. "@ampproject/remapping": "^2.3.0",
  3072. "@rollup/pluginutils": "^5.1.0",
  3073. "@unocss/config": "0.60.3",
  3074. "@unocss/core": "0.60.3",
  3075. "@unocss/preset-uno": "0.60.3",
  3076. "cac": "^6.7.14",
  3077. "chokidar": "^3.6.0",
  3078. "colorette": "^2.0.20",
  3079. "consola": "^3.2.3",
  3080. "fast-glob": "^3.3.2",
  3081. "magic-string": "^0.30.10",
  3082. "pathe": "^1.1.2",
  3083. "perfect-debounce": "^1.0.0"
  3084. },
  3085. "bin": {
  3086. "unocss": "bin/unocss.mjs"
  3087. },
  3088. "engines": {
  3089. "node": ">=14"
  3090. },
  3091. "funding": {
  3092. "url": "https://github.com/sponsors/antfu"
  3093. }
  3094. },
  3095. "node_modules/@unocss/config": {
  3096. "version": "0.60.3",
  3097. "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.60.3.tgz",
  3098. "integrity": "sha512-3RGD7h3bS4qZA/Khcqhn1EgLgyPc85FSz5rubdywHRdHlpY9sdmuGEJahvqSLMN4MmdYQDmqEIEAJjENrdgZeQ==",
  3099. "peer": true,
  3100. "dependencies": {
  3101. "@unocss/core": "0.60.3",
  3102. "unconfig": "^0.3.13"
  3103. },
  3104. "engines": {
  3105. "node": ">=14"
  3106. },
  3107. "funding": {
  3108. "url": "https://github.com/sponsors/antfu"
  3109. }
  3110. },
  3111. "node_modules/@unocss/core": {
  3112. "version": "0.60.3",
  3113. "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.60.3.tgz",
  3114. "integrity": "sha512-4bBX1pavDl2DSCozEII7bxYGT0IkyO7kKlUuCtooTePWyLjf2F7essdzHkJ00EpNR64kkebR9V0lqBMBo07VPw==",
  3115. "peer": true,
  3116. "funding": {
  3117. "url": "https://github.com/sponsors/antfu"
  3118. }
  3119. },
  3120. "node_modules/@unocss/extractor-arbitrary-variants": {
  3121. "version": "0.60.3",
  3122. "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.60.3.tgz",
  3123. "integrity": "sha512-PnwNwkeAHmbJbrf5XN0xQG1KT1VQEye8neYn5yz1MHnT8Cj2nqjrqoCRGLCLhpOUg3/MNj+bpiA7hGnFbXWaCQ==",
  3124. "peer": true,
  3125. "dependencies": {
  3126. "@unocss/core": "0.60.3"
  3127. },
  3128. "funding": {
  3129. "url": "https://github.com/sponsors/antfu"
  3130. }
  3131. },
  3132. "node_modules/@unocss/inspector": {
  3133. "version": "0.60.3",
  3134. "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.60.3.tgz",
  3135. "integrity": "sha512-2cXAPA1yddB79mmpMXxPpSpizn4TskAsB7aSocbprOTYIU2Ff53gfkkijnLixrBvbG8xw91d9oPuI5Hm9GCyMQ==",
  3136. "peer": true,
  3137. "dependencies": {
  3138. "@unocss/core": "0.60.3",
  3139. "@unocss/rule-utils": "0.60.3",
  3140. "gzip-size": "^6.0.0",
  3141. "sirv": "^2.0.4"
  3142. },
  3143. "funding": {
  3144. "url": "https://github.com/sponsors/antfu"
  3145. }
  3146. },
  3147. "node_modules/@unocss/inspector/node_modules/gzip-size": {
  3148. "version": "6.0.0",
  3149. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  3150. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  3151. "peer": true,
  3152. "dependencies": {
  3153. "duplexer": "^0.1.2"
  3154. },
  3155. "engines": {
  3156. "node": ">=10"
  3157. },
  3158. "funding": {
  3159. "url": "https://github.com/sponsors/sindresorhus"
  3160. }
  3161. },
  3162. "node_modules/@unocss/postcss": {
  3163. "version": "0.60.3",
  3164. "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.60.3.tgz",
  3165. "integrity": "sha512-7jRsKgMz4wr3Rvnr/RpK/7g6o8bMrqjTb01imgHeaw7cmQsa9sH1HPCp+4lvHh2/QKKLwwRAC+fdnNmsf8JKjA==",
  3166. "peer": true,
  3167. "dependencies": {
  3168. "@unocss/config": "0.60.3",
  3169. "@unocss/core": "0.60.3",
  3170. "@unocss/rule-utils": "0.60.3",
  3171. "css-tree": "^2.3.1",
  3172. "fast-glob": "^3.3.2",
  3173. "magic-string": "^0.30.10",
  3174. "postcss": "^8.4.38"
  3175. },
  3176. "engines": {
  3177. "node": ">=14"
  3178. },
  3179. "funding": {
  3180. "url": "https://github.com/sponsors/antfu"
  3181. },
  3182. "peerDependencies": {
  3183. "postcss": "^8.4.21"
  3184. }
  3185. },
  3186. "node_modules/@unocss/preset-attributify": {
  3187. "version": "0.60.3",
  3188. "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.60.3.tgz",
  3189. "integrity": "sha512-G/Lx9xq/tVKvjp/CcACyLU+p3mcrpgkMvy+Z3NSHfBAZAmbieBMFhwROxt5R8Bny66q3fYDtxxx+likpokpOAQ==",
  3190. "peer": true,
  3191. "dependencies": {
  3192. "@unocss/core": "0.60.3"
  3193. },
  3194. "funding": {
  3195. "url": "https://github.com/sponsors/antfu"
  3196. }
  3197. },
  3198. "node_modules/@unocss/preset-icons": {
  3199. "version": "0.60.3",
  3200. "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.60.3.tgz",
  3201. "integrity": "sha512-L3Ecr36xC+Y8v5WMQcNsGoOzu0HpgNLh5RlC2abs8OyBDGn1k3UqdEFdrhRt3bXpln9b8JkstHO7ZwYPgr2/Cg==",
  3202. "peer": true,
  3203. "dependencies": {
  3204. "@iconify/utils": "^2.1.23",
  3205. "@unocss/core": "0.60.3",
  3206. "ofetch": "^1.3.4"
  3207. },
  3208. "funding": {
  3209. "url": "https://github.com/sponsors/antfu"
  3210. }
  3211. },
  3212. "node_modules/@unocss/preset-mini": {
  3213. "version": "0.60.3",
  3214. "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.60.3.tgz",
  3215. "integrity": "sha512-7en8KBX3lN1Y6eCprbzA1QVfyXZD03B+oAxFXH8QPv5jRIL8Lm8sbXqE+VTsSME/OVp4DnS6LdGtDAm9mvIOSw==",
  3216. "peer": true,
  3217. "dependencies": {
  3218. "@unocss/core": "0.60.3",
  3219. "@unocss/extractor-arbitrary-variants": "0.60.3",
  3220. "@unocss/rule-utils": "0.60.3"
  3221. },
  3222. "funding": {
  3223. "url": "https://github.com/sponsors/antfu"
  3224. }
  3225. },
  3226. "node_modules/@unocss/preset-tagify": {
  3227. "version": "0.60.3",
  3228. "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.60.3.tgz",
  3229. "integrity": "sha512-pzD6bgtGuIk7M1n/JQiR6EpwnVvafSTHoM70Jhf+T8MSuatDb+KFJCn3VELV2v38aikcUY5cTf95jqHQdzOAhQ==",
  3230. "peer": true,
  3231. "dependencies": {
  3232. "@unocss/core": "0.60.3"
  3233. },
  3234. "funding": {
  3235. "url": "https://github.com/sponsors/antfu"
  3236. }
  3237. },
  3238. "node_modules/@unocss/preset-typography": {
  3239. "version": "0.60.3",
  3240. "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.60.3.tgz",
  3241. "integrity": "sha512-cOXOnxkgH0ZiYg/oHBbabzXi1q6oTZWgQ4fqrVxGI2CD4oiWYaPU/wzKsx930D6uBSIlBVDX/cov2j0dPWjgJg==",
  3242. "peer": true,
  3243. "dependencies": {
  3244. "@unocss/core": "0.60.3",
  3245. "@unocss/preset-mini": "0.60.3"
  3246. }
  3247. },
  3248. "node_modules/@unocss/preset-uno": {
  3249. "version": "0.60.3",
  3250. "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.60.3.tgz",
  3251. "integrity": "sha512-PJSR78uaIRTsD9RFSQLwsrGAsjQoW5nWenU4n4GyZeskDsyQVgOcaKtvh+0aYjYdWBa1UvxeUL8Y+m29K4HnAA==",
  3252. "peer": true,
  3253. "dependencies": {
  3254. "@unocss/core": "0.60.3",
  3255. "@unocss/preset-mini": "0.60.3",
  3256. "@unocss/preset-wind": "0.60.3",
  3257. "@unocss/rule-utils": "0.60.3"
  3258. },
  3259. "funding": {
  3260. "url": "https://github.com/sponsors/antfu"
  3261. }
  3262. },
  3263. "node_modules/@unocss/preset-web-fonts": {
  3264. "version": "0.60.3",
  3265. "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.60.3.tgz",
  3266. "integrity": "sha512-uYHvnqgLDawG3o9oBbasPWbSZ93kzk2JQBcH6xmHh7xqYtRdHqVbUjVU1zIqSjXm19SxFriSrNTl4ct2+/pJIg==",
  3267. "peer": true,
  3268. "dependencies": {
  3269. "@unocss/core": "0.60.3",
  3270. "ofetch": "^1.3.4"
  3271. },
  3272. "funding": {
  3273. "url": "https://github.com/sponsors/antfu"
  3274. }
  3275. },
  3276. "node_modules/@unocss/preset-wind": {
  3277. "version": "0.60.3",
  3278. "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.60.3.tgz",
  3279. "integrity": "sha512-q7yDJ/SyEkPmPBJvIeHd9Bt50LAu65q7WwKxJYfJkjfJvJUMj6DO8FgPnpeiwBeJh9897m2Ap6zoQ3JqBjPLHQ==",
  3280. "peer": true,
  3281. "dependencies": {
  3282. "@unocss/core": "0.60.3",
  3283. "@unocss/preset-mini": "0.60.3",
  3284. "@unocss/rule-utils": "0.60.3"
  3285. },
  3286. "funding": {
  3287. "url": "https://github.com/sponsors/antfu"
  3288. }
  3289. },
  3290. "node_modules/@unocss/reset": {
  3291. "version": "0.60.3",
  3292. "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.60.3.tgz",
  3293. "integrity": "sha512-EuC8gkh8L8WvPOcjS/KqprEJXIKcpBPm+ou5G9D6WgDmJ+TgQrri5oR+QUmOmEnueQkVL7bnkFkIKeg71SJLFA==",
  3294. "peer": true,
  3295. "funding": {
  3296. "url": "https://github.com/sponsors/antfu"
  3297. }
  3298. },
  3299. "node_modules/@unocss/rule-utils": {
  3300. "version": "0.60.3",
  3301. "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.60.3.tgz",
  3302. "integrity": "sha512-I47/DcKQ2z12W80+Ffth0K6LzNvqcQPYRWk7KwVemVoEiGYamMV8/s+SbB26Fk9KUFjh+Ns/pGAo4iJZo0ueUQ==",
  3303. "peer": true,
  3304. "dependencies": {
  3305. "@unocss/core": "^0.60.3",
  3306. "magic-string": "^0.30.10"
  3307. },
  3308. "engines": {
  3309. "node": ">=14"
  3310. },
  3311. "funding": {
  3312. "url": "https://github.com/sponsors/antfu"
  3313. }
  3314. },
  3315. "node_modules/@unocss/scope": {
  3316. "version": "0.60.3",
  3317. "resolved": "https://registry.npmjs.org/@unocss/scope/-/scope-0.60.3.tgz",
  3318. "integrity": "sha512-uDUcBkFe8nRwNiU4YQyrOCjY7/+qFJI/Qr0eouMPOSEsQ6uIXQEWjykqUBJg2fvm0S2vbfBGO9tO/wCDIk5O3w==",
  3319. "peer": true
  3320. },
  3321. "node_modules/@unocss/transformer-attributify-jsx": {
  3322. "version": "0.60.3",
  3323. "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.60.3.tgz",
  3324. "integrity": "sha512-zcPu4tUm/1EnqcFpf6+XzUzfb2BzJBcfNMkFzl/5BSTMECEDgdj4QGBWxnTuSlSZs4digRABGtuAHUO7k1qfgA==",
  3325. "peer": true,
  3326. "dependencies": {
  3327. "@unocss/core": "0.60.3"
  3328. },
  3329. "funding": {
  3330. "url": "https://github.com/sponsors/antfu"
  3331. }
  3332. },
  3333. "node_modules/@unocss/transformer-attributify-jsx-babel": {
  3334. "version": "0.60.3",
  3335. "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.60.3.tgz",
  3336. "integrity": "sha512-6WcEFPSaxscGR22dRUcNqY0ippC3/Q/LBVFVSCJh++hoIPVCZbxF505cPq/bOdF2bpNzj9yXW0OJt03nB505Hg==",
  3337. "peer": true,
  3338. "dependencies": {
  3339. "@babel/core": "^7.24.5",
  3340. "@babel/plugin-syntax-jsx": "^7.24.1",
  3341. "@babel/preset-typescript": "^7.24.1",
  3342. "@unocss/core": "0.60.3"
  3343. },
  3344. "funding": {
  3345. "url": "https://github.com/sponsors/antfu"
  3346. }
  3347. },
  3348. "node_modules/@unocss/transformer-compile-class": {
  3349. "version": "0.60.3",
  3350. "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.60.3.tgz",
  3351. "integrity": "sha512-j6wiYgtNqMlrctaZUuN4S+vANW0DMb9wW3KbJ2XvB7lXftfY1bbZ3IKenAyFp0ZLdKs69B6irJbCbIS5OAKKXQ==",
  3352. "peer": true,
  3353. "dependencies": {
  3354. "@unocss/core": "0.60.3"
  3355. },
  3356. "funding": {
  3357. "url": "https://github.com/sponsors/antfu"
  3358. }
  3359. },
  3360. "node_modules/@unocss/transformer-directives": {
  3361. "version": "0.60.3",
  3362. "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.60.3.tgz",
  3363. "integrity": "sha512-JuFpxyB1yvS2YoiguO5+8Ou6k9yyojZCnnDYXXZqMGLp1KdLiDcAPZQyShoD5HLzPGHtAbQELUz9TcX3VMLEoQ==",
  3364. "peer": true,
  3365. "dependencies": {
  3366. "@unocss/core": "0.60.3",
  3367. "@unocss/rule-utils": "0.60.3",
  3368. "css-tree": "^2.3.1"
  3369. }
  3370. },
  3371. "node_modules/@unocss/transformer-variant-group": {
  3372. "version": "0.60.3",
  3373. "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.60.3.tgz",
  3374. "integrity": "sha512-jQg0+W49jA7Z+4mRQbZWZKV6aXJXQfAHRC3oo4C9vEyTXL2jb952K12XVcJhXnbLYpnUKwytR+vbshXMIHWZwA==",
  3375. "peer": true,
  3376. "dependencies": {
  3377. "@unocss/core": "0.60.3"
  3378. },
  3379. "funding": {
  3380. "url": "https://github.com/sponsors/antfu"
  3381. }
  3382. },
  3383. "node_modules/@unocss/vite": {
  3384. "version": "0.60.3",
  3385. "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.60.3.tgz",
  3386. "integrity": "sha512-I3EOR3g245IGDp3DS17AQAMwNQrh6L6kIlXG3+wt5IZ1zu1ahZmKA8/xxh6oo2TNdu4rI6nQbcLIRn+8eSyfQw==",
  3387. "peer": true,
  3388. "dependencies": {
  3389. "@ampproject/remapping": "^2.3.0",
  3390. "@rollup/pluginutils": "^5.1.0",
  3391. "@unocss/config": "0.60.3",
  3392. "@unocss/core": "0.60.3",
  3393. "@unocss/inspector": "0.60.3",
  3394. "@unocss/scope": "0.60.3",
  3395. "@unocss/transformer-directives": "0.60.3",
  3396. "chokidar": "^3.6.0",
  3397. "fast-glob": "^3.3.2",
  3398. "magic-string": "^0.30.10"
  3399. },
  3400. "funding": {
  3401. "url": "https://github.com/sponsors/antfu"
  3402. },
  3403. "peerDependencies": {
  3404. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  3405. }
  3406. },
  3407. "node_modules/@vercel/nft": {
  3408. "version": "0.26.5",
  3409. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.5.tgz",
  3410. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  3411. "dependencies": {
  3412. "@mapbox/node-pre-gyp": "^1.0.5",
  3413. "@rollup/pluginutils": "^4.0.0",
  3414. "acorn": "^8.6.0",
  3415. "acorn-import-attributes": "^1.9.2",
  3416. "async-sema": "^3.1.1",
  3417. "bindings": "^1.4.0",
  3418. "estree-walker": "2.0.2",
  3419. "glob": "^7.1.3",
  3420. "graceful-fs": "^4.2.9",
  3421. "micromatch": "^4.0.2",
  3422. "node-gyp-build": "^4.2.2",
  3423. "resolve-from": "^5.0.0"
  3424. },
  3425. "bin": {
  3426. "nft": "out/cli.js"
  3427. },
  3428. "engines": {
  3429. "node": ">=16"
  3430. }
  3431. },
  3432. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  3433. "version": "4.2.1",
  3434. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  3435. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  3436. "dependencies": {
  3437. "estree-walker": "^2.0.1",
  3438. "picomatch": "^2.2.2"
  3439. },
  3440. "engines": {
  3441. "node": ">= 8.0.0"
  3442. }
  3443. },
  3444. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  3445. "version": "1.1.11",
  3446. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3447. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3448. "dependencies": {
  3449. "balanced-match": "^1.0.0",
  3450. "concat-map": "0.0.1"
  3451. }
  3452. },
  3453. "node_modules/@vercel/nft/node_modules/estree-walker": {
  3454. "version": "2.0.2",
  3455. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3456. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3457. },
  3458. "node_modules/@vercel/nft/node_modules/glob": {
  3459. "version": "7.2.3",
  3460. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3461. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3462. "dependencies": {
  3463. "fs.realpath": "^1.0.0",
  3464. "inflight": "^1.0.4",
  3465. "inherits": "2",
  3466. "minimatch": "^3.1.1",
  3467. "once": "^1.3.0",
  3468. "path-is-absolute": "^1.0.0"
  3469. },
  3470. "engines": {
  3471. "node": "*"
  3472. },
  3473. "funding": {
  3474. "url": "https://github.com/sponsors/isaacs"
  3475. }
  3476. },
  3477. "node_modules/@vercel/nft/node_modules/minimatch": {
  3478. "version": "3.1.2",
  3479. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3480. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3481. "dependencies": {
  3482. "brace-expansion": "^1.1.7"
  3483. },
  3484. "engines": {
  3485. "node": "*"
  3486. }
  3487. },
  3488. "node_modules/@vitejs/plugin-vue": {
  3489. "version": "5.0.4",
  3490. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz",
  3491. "integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==",
  3492. "engines": {
  3493. "node": "^18.0.0 || >=20.0.0"
  3494. },
  3495. "peerDependencies": {
  3496. "vite": "^5.0.0",
  3497. "vue": "^3.2.25"
  3498. }
  3499. },
  3500. "node_modules/@vitejs/plugin-vue-jsx": {
  3501. "version": "3.1.0",
  3502. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz",
  3503. "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==",
  3504. "dependencies": {
  3505. "@babel/core": "^7.23.3",
  3506. "@babel/plugin-transform-typescript": "^7.23.3",
  3507. "@vue/babel-plugin-jsx": "^1.1.5"
  3508. },
  3509. "engines": {
  3510. "node": "^14.18.0 || >=16.0.0"
  3511. },
  3512. "peerDependencies": {
  3513. "vite": "^4.0.0 || ^5.0.0",
  3514. "vue": "^3.0.0"
  3515. }
  3516. },
  3517. "node_modules/@vue-macros/common": {
  3518. "version": "1.10.3",
  3519. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.10.3.tgz",
  3520. "integrity": "sha512-YSgzcbXrRo8a/TF/YIguqEmTld1KA60VETKJG8iFuaAfj7j+Tbdin3cj7/cYbcCHORSq1v9IThgq7r8keH7LXQ==",
  3521. "dependencies": {
  3522. "@babel/types": "^7.24.0",
  3523. "@rollup/pluginutils": "^5.1.0",
  3524. "@vue/compiler-sfc": "^3.4.25",
  3525. "ast-kit": "^0.12.1",
  3526. "local-pkg": "^0.5.0",
  3527. "magic-string-ast": "^0.5.0"
  3528. },
  3529. "engines": {
  3530. "node": ">=16.14.0"
  3531. },
  3532. "peerDependencies": {
  3533. "vue": "^2.7.0 || ^3.2.25"
  3534. },
  3535. "peerDependenciesMeta": {
  3536. "vue": {
  3537. "optional": true
  3538. }
  3539. }
  3540. },
  3541. "node_modules/@vue/babel-helper-vue-transform-on": {
  3542. "version": "1.2.2",
  3543. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz",
  3544. "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw=="
  3545. },
  3546. "node_modules/@vue/babel-plugin-jsx": {
  3547. "version": "1.2.2",
  3548. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz",
  3549. "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==",
  3550. "dependencies": {
  3551. "@babel/helper-module-imports": "~7.22.15",
  3552. "@babel/helper-plugin-utils": "^7.22.5",
  3553. "@babel/plugin-syntax-jsx": "^7.23.3",
  3554. "@babel/template": "^7.23.9",
  3555. "@babel/traverse": "^7.23.9",
  3556. "@babel/types": "^7.23.9",
  3557. "@vue/babel-helper-vue-transform-on": "1.2.2",
  3558. "@vue/babel-plugin-resolve-type": "1.2.2",
  3559. "camelcase": "^6.3.0",
  3560. "html-tags": "^3.3.1",
  3561. "svg-tags": "^1.0.0"
  3562. },
  3563. "peerDependencies": {
  3564. "@babel/core": "^7.0.0-0"
  3565. },
  3566. "peerDependenciesMeta": {
  3567. "@babel/core": {
  3568. "optional": true
  3569. }
  3570. }
  3571. },
  3572. "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/helper-module-imports": {
  3573. "version": "7.22.15",
  3574. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  3575. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  3576. "dependencies": {
  3577. "@babel/types": "^7.22.15"
  3578. },
  3579. "engines": {
  3580. "node": ">=6.9.0"
  3581. }
  3582. },
  3583. "node_modules/@vue/babel-plugin-resolve-type": {
  3584. "version": "1.2.2",
  3585. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz",
  3586. "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==",
  3587. "dependencies": {
  3588. "@babel/code-frame": "^7.23.5",
  3589. "@babel/helper-module-imports": "~7.22.15",
  3590. "@babel/helper-plugin-utils": "^7.22.5",
  3591. "@babel/parser": "^7.23.9",
  3592. "@vue/compiler-sfc": "^3.4.15"
  3593. },
  3594. "peerDependencies": {
  3595. "@babel/core": "^7.0.0-0"
  3596. }
  3597. },
  3598. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/helper-module-imports": {
  3599. "version": "7.22.15",
  3600. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  3601. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  3602. "dependencies": {
  3603. "@babel/types": "^7.22.15"
  3604. },
  3605. "engines": {
  3606. "node": ">=6.9.0"
  3607. }
  3608. },
  3609. "node_modules/@vue/compiler-core": {
  3610. "version": "3.4.27",
  3611. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.27.tgz",
  3612. "integrity": "sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==",
  3613. "dependencies": {
  3614. "@babel/parser": "^7.24.4",
  3615. "@vue/shared": "3.4.27",
  3616. "entities": "^4.5.0",
  3617. "estree-walker": "^2.0.2",
  3618. "source-map-js": "^1.2.0"
  3619. }
  3620. },
  3621. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  3622. "version": "2.0.2",
  3623. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3624. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3625. },
  3626. "node_modules/@vue/compiler-dom": {
  3627. "version": "3.4.27",
  3628. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.27.tgz",
  3629. "integrity": "sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==",
  3630. "dependencies": {
  3631. "@vue/compiler-core": "3.4.27",
  3632. "@vue/shared": "3.4.27"
  3633. }
  3634. },
  3635. "node_modules/@vue/compiler-sfc": {
  3636. "version": "3.4.27",
  3637. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.27.tgz",
  3638. "integrity": "sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==",
  3639. "dependencies": {
  3640. "@babel/parser": "^7.24.4",
  3641. "@vue/compiler-core": "3.4.27",
  3642. "@vue/compiler-dom": "3.4.27",
  3643. "@vue/compiler-ssr": "3.4.27",
  3644. "@vue/shared": "3.4.27",
  3645. "estree-walker": "^2.0.2",
  3646. "magic-string": "^0.30.10",
  3647. "postcss": "^8.4.38",
  3648. "source-map-js": "^1.2.0"
  3649. }
  3650. },
  3651. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  3652. "version": "2.0.2",
  3653. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3654. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3655. },
  3656. "node_modules/@vue/compiler-ssr": {
  3657. "version": "3.4.27",
  3658. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.27.tgz",
  3659. "integrity": "sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==",
  3660. "dependencies": {
  3661. "@vue/compiler-dom": "3.4.27",
  3662. "@vue/shared": "3.4.27"
  3663. }
  3664. },
  3665. "node_modules/@vue/devtools-api": {
  3666. "version": "6.6.1",
  3667. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz",
  3668. "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA=="
  3669. },
  3670. "node_modules/@vue/devtools-applet": {
  3671. "version": "7.2.1",
  3672. "resolved": "https://registry.npmjs.org/@vue/devtools-applet/-/devtools-applet-7.2.1.tgz",
  3673. "integrity": "sha512-WGFXgMaph+9aT6ApN0ZQEjjAEeVN/o6DuoXOI5lJzpvXGxRpVWonziNlIcXW9PG/xVuZVWAEST7CQpXs4kzmdg==",
  3674. "dependencies": {
  3675. "@vue/devtools-core": "^7.2.1",
  3676. "@vue/devtools-kit": "^7.2.1",
  3677. "@vue/devtools-shared": "^7.2.1",
  3678. "@vue/devtools-ui": "^7.2.1",
  3679. "lodash-es": "^4.17.21",
  3680. "perfect-debounce": "^1.0.0",
  3681. "shiki": "1.5.2",
  3682. "splitpanes": "^3.1.5",
  3683. "vue-virtual-scroller": "2.0.0-beta.8"
  3684. },
  3685. "peerDependencies": {
  3686. "vue": "^3.0.0"
  3687. }
  3688. },
  3689. "node_modules/@vue/devtools-core": {
  3690. "version": "7.2.1",
  3691. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.2.1.tgz",
  3692. "integrity": "sha512-OyWl455UnJIVgZ6lo5WQ79WbDMoXtSRwyNKp9WzCZ0HhuQywIk4qv59KtLRe75uVmtGBde4hXNaSyRm+x9bY6g==",
  3693. "dependencies": {
  3694. "@vue/devtools-kit": "^7.2.1",
  3695. "@vue/devtools-shared": "^7.2.1",
  3696. "mitt": "^3.0.1",
  3697. "nanoid": "^3.3.4",
  3698. "pathe": "^1.1.2",
  3699. "vite-hot-client": "^0.2.3"
  3700. }
  3701. },
  3702. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  3703. "version": "3.3.7",
  3704. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  3705. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  3706. "funding": [
  3707. {
  3708. "type": "github",
  3709. "url": "https://github.com/sponsors/ai"
  3710. }
  3711. ],
  3712. "bin": {
  3713. "nanoid": "bin/nanoid.cjs"
  3714. },
  3715. "engines": {
  3716. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3717. }
  3718. },
  3719. "node_modules/@vue/devtools-kit": {
  3720. "version": "7.2.1",
  3721. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.2.1.tgz",
  3722. "integrity": "sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==",
  3723. "dependencies": {
  3724. "@vue/devtools-shared": "^7.2.1",
  3725. "hookable": "^5.5.3",
  3726. "mitt": "^3.0.1",
  3727. "perfect-debounce": "^1.0.0",
  3728. "speakingurl": "^14.0.1"
  3729. },
  3730. "peerDependencies": {
  3731. "vue": "^3.0.0"
  3732. }
  3733. },
  3734. "node_modules/@vue/devtools-shared": {
  3735. "version": "7.2.1",
  3736. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.2.1.tgz",
  3737. "integrity": "sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==",
  3738. "dependencies": {
  3739. "rfdc": "^1.3.1"
  3740. }
  3741. },
  3742. "node_modules/@vue/devtools-ui": {
  3743. "version": "7.2.1",
  3744. "resolved": "https://registry.npmjs.org/@vue/devtools-ui/-/devtools-ui-7.2.1.tgz",
  3745. "integrity": "sha512-3XwW6uTn5noXKN4T4T9rpFlQR0B050ebwUO+Y8HsWHv8XZ451xk+A89y00s1Zx7P2SRkDqeJgbi4kYSHnXkxbg==",
  3746. "dependencies": {
  3747. "@vue/devtools-shared": "7.2.1",
  3748. "@vueuse/components": "^10.9.0",
  3749. "@vueuse/core": "^10.9.0",
  3750. "@vueuse/integrations": "^10.9.0",
  3751. "colord": "^2.9.3",
  3752. "focus-trap": "^7.5.4"
  3753. },
  3754. "peerDependencies": {
  3755. "@unocss/reset": ">=0.50.0-0",
  3756. "floating-vue": ">=2.0.0-0",
  3757. "unocss": ">=0.50.0-0",
  3758. "vue": ">=3.0.0-0"
  3759. }
  3760. },
  3761. "node_modules/@vue/reactivity": {
  3762. "version": "3.4.27",
  3763. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.27.tgz",
  3764. "integrity": "sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==",
  3765. "dependencies": {
  3766. "@vue/shared": "3.4.27"
  3767. }
  3768. },
  3769. "node_modules/@vue/runtime-core": {
  3770. "version": "3.4.27",
  3771. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.27.tgz",
  3772. "integrity": "sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==",
  3773. "dependencies": {
  3774. "@vue/reactivity": "3.4.27",
  3775. "@vue/shared": "3.4.27"
  3776. }
  3777. },
  3778. "node_modules/@vue/runtime-dom": {
  3779. "version": "3.4.27",
  3780. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.27.tgz",
  3781. "integrity": "sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==",
  3782. "dependencies": {
  3783. "@vue/runtime-core": "3.4.27",
  3784. "@vue/shared": "3.4.27",
  3785. "csstype": "^3.1.3"
  3786. }
  3787. },
  3788. "node_modules/@vue/server-renderer": {
  3789. "version": "3.4.27",
  3790. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.27.tgz",
  3791. "integrity": "sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==",
  3792. "dependencies": {
  3793. "@vue/compiler-ssr": "3.4.27",
  3794. "@vue/shared": "3.4.27"
  3795. },
  3796. "peerDependencies": {
  3797. "vue": "3.4.27"
  3798. }
  3799. },
  3800. "node_modules/@vue/shared": {
  3801. "version": "3.4.27",
  3802. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.27.tgz",
  3803. "integrity": "sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA=="
  3804. },
  3805. "node_modules/@vueuse/components": {
  3806. "version": "10.9.0",
  3807. "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-10.9.0.tgz",
  3808. "integrity": "sha512-BHQpA0yIi3y7zKa1gYD0FUzLLkcRTqVhP8smnvsCK6GFpd94Nziq1XVPD7YpFeho0k5BzbBiNZF7V/DpkJ967A==",
  3809. "dependencies": {
  3810. "@vueuse/core": "10.9.0",
  3811. "@vueuse/shared": "10.9.0",
  3812. "vue-demi": ">=0.14.7"
  3813. }
  3814. },
  3815. "node_modules/@vueuse/components/node_modules/vue-demi": {
  3816. "version": "0.14.7",
  3817. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3818. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3819. "hasInstallScript": true,
  3820. "bin": {
  3821. "vue-demi-fix": "bin/vue-demi-fix.js",
  3822. "vue-demi-switch": "bin/vue-demi-switch.js"
  3823. },
  3824. "engines": {
  3825. "node": ">=12"
  3826. },
  3827. "funding": {
  3828. "url": "https://github.com/sponsors/antfu"
  3829. },
  3830. "peerDependencies": {
  3831. "@vue/composition-api": "^1.0.0-rc.1",
  3832. "vue": "^3.0.0-0 || ^2.6.0"
  3833. },
  3834. "peerDependenciesMeta": {
  3835. "@vue/composition-api": {
  3836. "optional": true
  3837. }
  3838. }
  3839. },
  3840. "node_modules/@vueuse/core": {
  3841. "version": "10.9.0",
  3842. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.9.0.tgz",
  3843. "integrity": "sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==",
  3844. "dependencies": {
  3845. "@types/web-bluetooth": "^0.0.20",
  3846. "@vueuse/metadata": "10.9.0",
  3847. "@vueuse/shared": "10.9.0",
  3848. "vue-demi": ">=0.14.7"
  3849. },
  3850. "funding": {
  3851. "url": "https://github.com/sponsors/antfu"
  3852. }
  3853. },
  3854. "node_modules/@vueuse/core/node_modules/vue-demi": {
  3855. "version": "0.14.7",
  3856. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3857. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3858. "hasInstallScript": true,
  3859. "bin": {
  3860. "vue-demi-fix": "bin/vue-demi-fix.js",
  3861. "vue-demi-switch": "bin/vue-demi-switch.js"
  3862. },
  3863. "engines": {
  3864. "node": ">=12"
  3865. },
  3866. "funding": {
  3867. "url": "https://github.com/sponsors/antfu"
  3868. },
  3869. "peerDependencies": {
  3870. "@vue/composition-api": "^1.0.0-rc.1",
  3871. "vue": "^3.0.0-0 || ^2.6.0"
  3872. },
  3873. "peerDependenciesMeta": {
  3874. "@vue/composition-api": {
  3875. "optional": true
  3876. }
  3877. }
  3878. },
  3879. "node_modules/@vueuse/integrations": {
  3880. "version": "10.9.0",
  3881. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-10.9.0.tgz",
  3882. "integrity": "sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==",
  3883. "dependencies": {
  3884. "@vueuse/core": "10.9.0",
  3885. "@vueuse/shared": "10.9.0",
  3886. "vue-demi": ">=0.14.7"
  3887. },
  3888. "funding": {
  3889. "url": "https://github.com/sponsors/antfu"
  3890. },
  3891. "peerDependencies": {
  3892. "async-validator": "*",
  3893. "axios": "*",
  3894. "change-case": "*",
  3895. "drauu": "*",
  3896. "focus-trap": "*",
  3897. "fuse.js": "*",
  3898. "idb-keyval": "*",
  3899. "jwt-decode": "*",
  3900. "nprogress": "*",
  3901. "qrcode": "*",
  3902. "sortablejs": "*",
  3903. "universal-cookie": "*"
  3904. },
  3905. "peerDependenciesMeta": {
  3906. "async-validator": {
  3907. "optional": true
  3908. },
  3909. "axios": {
  3910. "optional": true
  3911. },
  3912. "change-case": {
  3913. "optional": true
  3914. },
  3915. "drauu": {
  3916. "optional": true
  3917. },
  3918. "focus-trap": {
  3919. "optional": true
  3920. },
  3921. "fuse.js": {
  3922. "optional": true
  3923. },
  3924. "idb-keyval": {
  3925. "optional": true
  3926. },
  3927. "jwt-decode": {
  3928. "optional": true
  3929. },
  3930. "nprogress": {
  3931. "optional": true
  3932. },
  3933. "qrcode": {
  3934. "optional": true
  3935. },
  3936. "sortablejs": {
  3937. "optional": true
  3938. },
  3939. "universal-cookie": {
  3940. "optional": true
  3941. }
  3942. }
  3943. },
  3944. "node_modules/@vueuse/integrations/node_modules/vue-demi": {
  3945. "version": "0.14.7",
  3946. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3947. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3948. "hasInstallScript": true,
  3949. "bin": {
  3950. "vue-demi-fix": "bin/vue-demi-fix.js",
  3951. "vue-demi-switch": "bin/vue-demi-switch.js"
  3952. },
  3953. "engines": {
  3954. "node": ">=12"
  3955. },
  3956. "funding": {
  3957. "url": "https://github.com/sponsors/antfu"
  3958. },
  3959. "peerDependencies": {
  3960. "@vue/composition-api": "^1.0.0-rc.1",
  3961. "vue": "^3.0.0-0 || ^2.6.0"
  3962. },
  3963. "peerDependenciesMeta": {
  3964. "@vue/composition-api": {
  3965. "optional": true
  3966. }
  3967. }
  3968. },
  3969. "node_modules/@vueuse/metadata": {
  3970. "version": "10.9.0",
  3971. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.9.0.tgz",
  3972. "integrity": "sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==",
  3973. "funding": {
  3974. "url": "https://github.com/sponsors/antfu"
  3975. }
  3976. },
  3977. "node_modules/@vueuse/shared": {
  3978. "version": "10.9.0",
  3979. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.9.0.tgz",
  3980. "integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==",
  3981. "dependencies": {
  3982. "vue-demi": ">=0.14.7"
  3983. },
  3984. "funding": {
  3985. "url": "https://github.com/sponsors/antfu"
  3986. }
  3987. },
  3988. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  3989. "version": "0.14.7",
  3990. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
  3991. "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
  3992. "hasInstallScript": true,
  3993. "bin": {
  3994. "vue-demi-fix": "bin/vue-demi-fix.js",
  3995. "vue-demi-switch": "bin/vue-demi-switch.js"
  3996. },
  3997. "engines": {
  3998. "node": ">=12"
  3999. },
  4000. "funding": {
  4001. "url": "https://github.com/sponsors/antfu"
  4002. },
  4003. "peerDependencies": {
  4004. "@vue/composition-api": "^1.0.0-rc.1",
  4005. "vue": "^3.0.0-0 || ^2.6.0"
  4006. },
  4007. "peerDependenciesMeta": {
  4008. "@vue/composition-api": {
  4009. "optional": true
  4010. }
  4011. }
  4012. },
  4013. "node_modules/abbrev": {
  4014. "version": "1.1.1",
  4015. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  4016. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  4017. },
  4018. "node_modules/abort-controller": {
  4019. "version": "3.0.0",
  4020. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  4021. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  4022. "dependencies": {
  4023. "event-target-shim": "^5.0.0"
  4024. },
  4025. "engines": {
  4026. "node": ">=6.5"
  4027. }
  4028. },
  4029. "node_modules/acorn": {
  4030. "version": "8.11.3",
  4031. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
  4032. "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
  4033. "bin": {
  4034. "acorn": "bin/acorn"
  4035. },
  4036. "engines": {
  4037. "node": ">=0.4.0"
  4038. }
  4039. },
  4040. "node_modules/acorn-import-attributes": {
  4041. "version": "1.9.5",
  4042. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  4043. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  4044. "peerDependencies": {
  4045. "acorn": "^8"
  4046. }
  4047. },
  4048. "node_modules/agent-base": {
  4049. "version": "6.0.2",
  4050. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4051. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4052. "dependencies": {
  4053. "debug": "4"
  4054. },
  4055. "engines": {
  4056. "node": ">= 6.0.0"
  4057. }
  4058. },
  4059. "node_modules/aggregate-error": {
  4060. "version": "3.1.0",
  4061. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  4062. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  4063. "dependencies": {
  4064. "clean-stack": "^2.0.0",
  4065. "indent-string": "^4.0.0"
  4066. },
  4067. "engines": {
  4068. "node": ">=8"
  4069. }
  4070. },
  4071. "node_modules/animate.css": {
  4072. "version": "4.1.1",
  4073. "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
  4074. "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ=="
  4075. },
  4076. "node_modules/ansi-colors": {
  4077. "version": "4.1.3",
  4078. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  4079. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  4080. "engines": {
  4081. "node": ">=6"
  4082. }
  4083. },
  4084. "node_modules/ansi-escapes": {
  4085. "version": "4.3.2",
  4086. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4087. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4088. "dependencies": {
  4089. "type-fest": "^0.21.3"
  4090. },
  4091. "engines": {
  4092. "node": ">=8"
  4093. },
  4094. "funding": {
  4095. "url": "https://github.com/sponsors/sindresorhus"
  4096. }
  4097. },
  4098. "node_modules/ansi-escapes/node_modules/type-fest": {
  4099. "version": "0.21.3",
  4100. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  4101. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  4102. "engines": {
  4103. "node": ">=10"
  4104. },
  4105. "funding": {
  4106. "url": "https://github.com/sponsors/sindresorhus"
  4107. }
  4108. },
  4109. "node_modules/ansi-regex": {
  4110. "version": "5.0.1",
  4111. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4112. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4113. "engines": {
  4114. "node": ">=8"
  4115. }
  4116. },
  4117. "node_modules/ansi-styles": {
  4118. "version": "3.2.1",
  4119. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4120. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4121. "dependencies": {
  4122. "color-convert": "^1.9.0"
  4123. },
  4124. "engines": {
  4125. "node": ">=4"
  4126. }
  4127. },
  4128. "node_modules/anymatch": {
  4129. "version": "3.1.3",
  4130. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4131. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4132. "dependencies": {
  4133. "normalize-path": "^3.0.0",
  4134. "picomatch": "^2.0.4"
  4135. },
  4136. "engines": {
  4137. "node": ">= 8"
  4138. }
  4139. },
  4140. "node_modules/aproba": {
  4141. "version": "2.0.0",
  4142. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  4143. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  4144. },
  4145. "node_modules/archiver": {
  4146. "version": "7.0.1",
  4147. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  4148. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  4149. "dependencies": {
  4150. "archiver-utils": "^5.0.2",
  4151. "async": "^3.2.4",
  4152. "buffer-crc32": "^1.0.0",
  4153. "readable-stream": "^4.0.0",
  4154. "readdir-glob": "^1.1.2",
  4155. "tar-stream": "^3.0.0",
  4156. "zip-stream": "^6.0.1"
  4157. },
  4158. "engines": {
  4159. "node": ">= 14"
  4160. }
  4161. },
  4162. "node_modules/archiver-utils": {
  4163. "version": "5.0.2",
  4164. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  4165. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  4166. "dependencies": {
  4167. "glob": "^10.0.0",
  4168. "graceful-fs": "^4.2.0",
  4169. "is-stream": "^2.0.1",
  4170. "lazystream": "^1.0.0",
  4171. "lodash": "^4.17.15",
  4172. "normalize-path": "^3.0.0",
  4173. "readable-stream": "^4.0.0"
  4174. },
  4175. "engines": {
  4176. "node": ">= 14"
  4177. }
  4178. },
  4179. "node_modules/archiver-utils/node_modules/glob": {
  4180. "version": "10.3.15",
  4181. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
  4182. "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
  4183. "dependencies": {
  4184. "foreground-child": "^3.1.0",
  4185. "jackspeak": "^2.3.6",
  4186. "minimatch": "^9.0.1",
  4187. "minipass": "^7.0.4",
  4188. "path-scurry": "^1.11.0"
  4189. },
  4190. "bin": {
  4191. "glob": "dist/esm/bin.mjs"
  4192. },
  4193. "engines": {
  4194. "node": ">=16 || 14 >=14.18"
  4195. },
  4196. "funding": {
  4197. "url": "https://github.com/sponsors/isaacs"
  4198. }
  4199. },
  4200. "node_modules/archiver-utils/node_modules/is-stream": {
  4201. "version": "2.0.1",
  4202. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  4203. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4204. "engines": {
  4205. "node": ">=8"
  4206. },
  4207. "funding": {
  4208. "url": "https://github.com/sponsors/sindresorhus"
  4209. }
  4210. },
  4211. "node_modules/archiver-utils/node_modules/minimatch": {
  4212. "version": "9.0.4",
  4213. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  4214. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  4215. "dependencies": {
  4216. "brace-expansion": "^2.0.1"
  4217. },
  4218. "engines": {
  4219. "node": ">=16 || 14 >=14.17"
  4220. },
  4221. "funding": {
  4222. "url": "https://github.com/sponsors/isaacs"
  4223. }
  4224. },
  4225. "node_modules/are-we-there-yet": {
  4226. "version": "2.0.0",
  4227. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  4228. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  4229. "deprecated": "This package is no longer supported.",
  4230. "dependencies": {
  4231. "delegates": "^1.0.0",
  4232. "readable-stream": "^3.6.0"
  4233. },
  4234. "engines": {
  4235. "node": ">=10"
  4236. }
  4237. },
  4238. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  4239. "version": "3.6.2",
  4240. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  4241. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  4242. "dependencies": {
  4243. "inherits": "^2.0.3",
  4244. "string_decoder": "^1.1.1",
  4245. "util-deprecate": "^1.0.1"
  4246. },
  4247. "engines": {
  4248. "node": ">= 6"
  4249. }
  4250. },
  4251. "node_modules/argparse": {
  4252. "version": "2.0.1",
  4253. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  4254. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  4255. },
  4256. "node_modules/ast-kit": {
  4257. "version": "0.12.1",
  4258. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.12.1.tgz",
  4259. "integrity": "sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==",
  4260. "dependencies": {
  4261. "@babel/parser": "^7.23.9",
  4262. "pathe": "^1.1.2"
  4263. },
  4264. "engines": {
  4265. "node": ">=16.14.0"
  4266. }
  4267. },
  4268. "node_modules/ast-walker-scope": {
  4269. "version": "0.5.0",
  4270. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.5.0.tgz",
  4271. "integrity": "sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==",
  4272. "dependencies": {
  4273. "@babel/parser": "^7.22.7",
  4274. "ast-kit": "^0.9.4"
  4275. },
  4276. "engines": {
  4277. "node": ">=16.14.0"
  4278. }
  4279. },
  4280. "node_modules/ast-walker-scope/node_modules/ast-kit": {
  4281. "version": "0.9.5",
  4282. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.9.5.tgz",
  4283. "integrity": "sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==",
  4284. "dependencies": {
  4285. "@babel/parser": "^7.22.7",
  4286. "@rollup/pluginutils": "^5.0.2",
  4287. "pathe": "^1.1.1"
  4288. },
  4289. "engines": {
  4290. "node": ">=16.14.0"
  4291. }
  4292. },
  4293. "node_modules/async": {
  4294. "version": "3.2.5",
  4295. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  4296. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  4297. },
  4298. "node_modules/async-sema": {
  4299. "version": "3.1.1",
  4300. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  4301. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  4302. },
  4303. "node_modules/async-validator": {
  4304. "version": "4.2.5",
  4305. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  4306. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  4307. "devOptional": true
  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.15",
  4574. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
  4575. "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
  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.11.0"
  4582. },
  4583. "bin": {
  4584. "glob": "dist/esm/bin.mjs"
  4585. },
  4586. "engines": {
  4587. "node": ">=16 || 14 >=14.18"
  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.30001620",
  4639. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001620.tgz",
  4640. "integrity": "sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew==",
  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/core-util-is": {
  4940. "version": "1.0.3",
  4941. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4942. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  4943. },
  4944. "node_modules/crc-32": {
  4945. "version": "1.2.2",
  4946. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  4947. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4948. "bin": {
  4949. "crc32": "bin/crc32.njs"
  4950. },
  4951. "engines": {
  4952. "node": ">=0.8"
  4953. }
  4954. },
  4955. "node_modules/crc32-stream": {
  4956. "version": "6.0.0",
  4957. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4958. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4959. "dependencies": {
  4960. "crc-32": "^1.2.0",
  4961. "readable-stream": "^4.0.0"
  4962. },
  4963. "engines": {
  4964. "node": ">= 14"
  4965. }
  4966. },
  4967. "node_modules/create-require": {
  4968. "version": "1.1.1",
  4969. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  4970. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  4971. },
  4972. "node_modules/croner": {
  4973. "version": "8.0.2",
  4974. "resolved": "https://registry.npmjs.org/croner/-/croner-8.0.2.tgz",
  4975. "integrity": "sha512-HgSdlSUX8mIgDTTiQpWUP4qY4IFRMsduPCYdca34Pelt8MVdxdaDOzreFtCscA6R+cRZd7UbD1CD3uyx6J3X1A==",
  4976. "engines": {
  4977. "node": ">=18.0"
  4978. }
  4979. },
  4980. "node_modules/cronstrue": {
  4981. "version": "2.50.0",
  4982. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  4983. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  4984. "bin": {
  4985. "cronstrue": "bin/cli.js"
  4986. }
  4987. },
  4988. "node_modules/cross-spawn": {
  4989. "version": "7.0.3",
  4990. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  4991. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  4992. "dependencies": {
  4993. "path-key": "^3.1.0",
  4994. "shebang-command": "^2.0.0",
  4995. "which": "^2.0.1"
  4996. },
  4997. "engines": {
  4998. "node": ">= 8"
  4999. }
  5000. },
  5001. "node_modules/cross-spawn/node_modules/which": {
  5002. "version": "2.0.2",
  5003. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5004. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5005. "dependencies": {
  5006. "isexe": "^2.0.0"
  5007. },
  5008. "bin": {
  5009. "node-which": "bin/node-which"
  5010. },
  5011. "engines": {
  5012. "node": ">= 8"
  5013. }
  5014. },
  5015. "node_modules/crossws": {
  5016. "version": "0.2.4",
  5017. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  5018. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  5019. "peerDependencies": {
  5020. "uWebSockets.js": "*"
  5021. },
  5022. "peerDependenciesMeta": {
  5023. "uWebSockets.js": {
  5024. "optional": true
  5025. }
  5026. }
  5027. },
  5028. "node_modules/css-declaration-sorter": {
  5029. "version": "7.2.0",
  5030. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  5031. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  5032. "engines": {
  5033. "node": "^14 || ^16 || >=18"
  5034. },
  5035. "peerDependencies": {
  5036. "postcss": "^8.0.9"
  5037. }
  5038. },
  5039. "node_modules/css-render": {
  5040. "version": "0.15.14",
  5041. "resolved": "https://registry.npmjs.org/css-render/-/css-render-0.15.14.tgz",
  5042. "integrity": "sha512-9nF4PdUle+5ta4W5SyZdLCCmFd37uVimSjg1evcTqKJCyvCEEj12WKzOSBNak6r4im4J4iYXKH1OWpUV5LBYFg==",
  5043. "dev": true,
  5044. "dependencies": {
  5045. "@emotion/hash": "~0.8.0",
  5046. "csstype": "~3.0.5"
  5047. }
  5048. },
  5049. "node_modules/css-render/node_modules/csstype": {
  5050. "version": "3.0.11",
  5051. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz",
  5052. "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==",
  5053. "dev": true
  5054. },
  5055. "node_modules/css-select": {
  5056. "version": "5.1.0",
  5057. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  5058. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  5059. "dependencies": {
  5060. "boolbase": "^1.0.0",
  5061. "css-what": "^6.1.0",
  5062. "domhandler": "^5.0.2",
  5063. "domutils": "^3.0.1",
  5064. "nth-check": "^2.0.1"
  5065. },
  5066. "funding": {
  5067. "url": "https://github.com/sponsors/fb55"
  5068. }
  5069. },
  5070. "node_modules/css-tree": {
  5071. "version": "2.3.1",
  5072. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  5073. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  5074. "dependencies": {
  5075. "mdn-data": "2.0.30",
  5076. "source-map-js": "^1.0.1"
  5077. },
  5078. "engines": {
  5079. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  5080. }
  5081. },
  5082. "node_modules/css-what": {
  5083. "version": "6.1.0",
  5084. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  5085. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  5086. "engines": {
  5087. "node": ">= 6"
  5088. },
  5089. "funding": {
  5090. "url": "https://github.com/sponsors/fb55"
  5091. }
  5092. },
  5093. "node_modules/cssesc": {
  5094. "version": "3.0.0",
  5095. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  5096. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  5097. "bin": {
  5098. "cssesc": "bin/cssesc"
  5099. },
  5100. "engines": {
  5101. "node": ">=4"
  5102. }
  5103. },
  5104. "node_modules/cssnano": {
  5105. "version": "6.1.2",
  5106. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz",
  5107. "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==",
  5108. "dependencies": {
  5109. "cssnano-preset-default": "^6.1.2",
  5110. "lilconfig": "^3.1.1"
  5111. },
  5112. "engines": {
  5113. "node": "^14 || ^16 || >=18.0"
  5114. },
  5115. "funding": {
  5116. "type": "opencollective",
  5117. "url": "https://opencollective.com/cssnano"
  5118. },
  5119. "peerDependencies": {
  5120. "postcss": "^8.4.31"
  5121. }
  5122. },
  5123. "node_modules/cssnano-preset-default": {
  5124. "version": "6.1.2",
  5125. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz",
  5126. "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==",
  5127. "dependencies": {
  5128. "browserslist": "^4.23.0",
  5129. "css-declaration-sorter": "^7.2.0",
  5130. "cssnano-utils": "^4.0.2",
  5131. "postcss-calc": "^9.0.1",
  5132. "postcss-colormin": "^6.1.0",
  5133. "postcss-convert-values": "^6.1.0",
  5134. "postcss-discard-comments": "^6.0.2",
  5135. "postcss-discard-duplicates": "^6.0.3",
  5136. "postcss-discard-empty": "^6.0.3",
  5137. "postcss-discard-overridden": "^6.0.2",
  5138. "postcss-merge-longhand": "^6.0.5",
  5139. "postcss-merge-rules": "^6.1.1",
  5140. "postcss-minify-font-values": "^6.1.0",
  5141. "postcss-minify-gradients": "^6.0.3",
  5142. "postcss-minify-params": "^6.1.0",
  5143. "postcss-minify-selectors": "^6.0.4",
  5144. "postcss-normalize-charset": "^6.0.2",
  5145. "postcss-normalize-display-values": "^6.0.2",
  5146. "postcss-normalize-positions": "^6.0.2",
  5147. "postcss-normalize-repeat-style": "^6.0.2",
  5148. "postcss-normalize-string": "^6.0.2",
  5149. "postcss-normalize-timing-functions": "^6.0.2",
  5150. "postcss-normalize-unicode": "^6.1.0",
  5151. "postcss-normalize-url": "^6.0.2",
  5152. "postcss-normalize-whitespace": "^6.0.2",
  5153. "postcss-ordered-values": "^6.0.2",
  5154. "postcss-reduce-initial": "^6.1.0",
  5155. "postcss-reduce-transforms": "^6.0.2",
  5156. "postcss-svgo": "^6.0.3",
  5157. "postcss-unique-selectors": "^6.0.4"
  5158. },
  5159. "engines": {
  5160. "node": "^14 || ^16 || >=18.0"
  5161. },
  5162. "peerDependencies": {
  5163. "postcss": "^8.4.31"
  5164. }
  5165. },
  5166. "node_modules/cssnano-utils": {
  5167. "version": "4.0.2",
  5168. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz",
  5169. "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==",
  5170. "engines": {
  5171. "node": "^14 || ^16 || >=18.0"
  5172. },
  5173. "peerDependencies": {
  5174. "postcss": "^8.4.31"
  5175. }
  5176. },
  5177. "node_modules/csso": {
  5178. "version": "5.0.5",
  5179. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  5180. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  5181. "dependencies": {
  5182. "css-tree": "~2.2.0"
  5183. },
  5184. "engines": {
  5185. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  5186. "npm": ">=7.0.0"
  5187. }
  5188. },
  5189. "node_modules/csso/node_modules/css-tree": {
  5190. "version": "2.2.1",
  5191. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  5192. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  5193. "dependencies": {
  5194. "mdn-data": "2.0.28",
  5195. "source-map-js": "^1.0.1"
  5196. },
  5197. "engines": {
  5198. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  5199. "npm": ">=7.0.0"
  5200. }
  5201. },
  5202. "node_modules/csso/node_modules/mdn-data": {
  5203. "version": "2.0.28",
  5204. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  5205. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  5206. },
  5207. "node_modules/csstype": {
  5208. "version": "3.1.3",
  5209. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  5210. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  5211. },
  5212. "node_modules/date-fns": {
  5213. "version": "2.30.0",
  5214. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
  5215. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  5216. "dev": true,
  5217. "dependencies": {
  5218. "@babel/runtime": "^7.21.0"
  5219. },
  5220. "engines": {
  5221. "node": ">=0.11"
  5222. },
  5223. "funding": {
  5224. "type": "opencollective",
  5225. "url": "https://opencollective.com/date-fns"
  5226. }
  5227. },
  5228. "node_modules/date-fns-tz": {
  5229. "version": "2.0.1",
  5230. "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.1.tgz",
  5231. "integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==",
  5232. "dev": true,
  5233. "peerDependencies": {
  5234. "date-fns": "2.x"
  5235. }
  5236. },
  5237. "node_modules/db0": {
  5238. "version": "0.1.4",
  5239. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  5240. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  5241. "peerDependencies": {
  5242. "@libsql/client": "^0.5.2",
  5243. "better-sqlite3": "^9.4.3",
  5244. "drizzle-orm": "^0.29.4"
  5245. },
  5246. "peerDependenciesMeta": {
  5247. "@libsql/client": {
  5248. "optional": true
  5249. },
  5250. "better-sqlite3": {
  5251. "optional": true
  5252. },
  5253. "drizzle-orm": {
  5254. "optional": true
  5255. }
  5256. }
  5257. },
  5258. "node_modules/debug": {
  5259. "version": "4.3.4",
  5260. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  5261. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5262. "dependencies": {
  5263. "ms": "2.1.2"
  5264. },
  5265. "engines": {
  5266. "node": ">=6.0"
  5267. },
  5268. "peerDependenciesMeta": {
  5269. "supports-color": {
  5270. "optional": true
  5271. }
  5272. }
  5273. },
  5274. "node_modules/deepmerge": {
  5275. "version": "4.3.1",
  5276. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  5277. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  5278. "engines": {
  5279. "node": ">=0.10.0"
  5280. }
  5281. },
  5282. "node_modules/default-browser": {
  5283. "version": "5.2.1",
  5284. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  5285. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  5286. "dependencies": {
  5287. "bundle-name": "^4.1.0",
  5288. "default-browser-id": "^5.0.0"
  5289. },
  5290. "engines": {
  5291. "node": ">=18"
  5292. },
  5293. "funding": {
  5294. "url": "https://github.com/sponsors/sindresorhus"
  5295. }
  5296. },
  5297. "node_modules/default-browser-id": {
  5298. "version": "5.0.0",
  5299. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  5300. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  5301. "engines": {
  5302. "node": ">=18"
  5303. },
  5304. "funding": {
  5305. "url": "https://github.com/sponsors/sindresorhus"
  5306. }
  5307. },
  5308. "node_modules/define-lazy-prop": {
  5309. "version": "2.0.0",
  5310. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  5311. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  5312. "engines": {
  5313. "node": ">=8"
  5314. }
  5315. },
  5316. "node_modules/defu": {
  5317. "version": "6.1.4",
  5318. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  5319. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  5320. },
  5321. "node_modules/delegates": {
  5322. "version": "1.0.0",
  5323. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  5324. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  5325. },
  5326. "node_modules/denque": {
  5327. "version": "2.1.0",
  5328. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  5329. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  5330. "engines": {
  5331. "node": ">=0.10"
  5332. }
  5333. },
  5334. "node_modules/depd": {
  5335. "version": "2.0.0",
  5336. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  5337. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  5338. "engines": {
  5339. "node": ">= 0.8"
  5340. }
  5341. },
  5342. "node_modules/destr": {
  5343. "version": "2.0.3",
  5344. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  5345. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  5346. },
  5347. "node_modules/destroy": {
  5348. "version": "1.2.0",
  5349. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  5350. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  5351. "engines": {
  5352. "node": ">= 0.8",
  5353. "npm": "1.2.8000 || >= 1.4.16"
  5354. }
  5355. },
  5356. "node_modules/detect-libc": {
  5357. "version": "2.0.3",
  5358. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  5359. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  5360. "engines": {
  5361. "node": ">=8"
  5362. }
  5363. },
  5364. "node_modules/devalue": {
  5365. "version": "4.3.3",
  5366. "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.3.tgz",
  5367. "integrity": "sha512-UH8EL6H2ifcY8TbD2QsxwCC/pr5xSwPvv85LrLXVihmHVC3T3YqTCIwnR5ak0yO1KYqlxrPVOA/JVZJYPy2ATg=="
  5368. },
  5369. "node_modules/diff": {
  5370. "version": "5.2.0",
  5371. "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
  5372. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  5373. "engines": {
  5374. "node": ">=0.3.1"
  5375. }
  5376. },
  5377. "node_modules/dom-serializer": {
  5378. "version": "2.0.0",
  5379. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  5380. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  5381. "dependencies": {
  5382. "domelementtype": "^2.3.0",
  5383. "domhandler": "^5.0.2",
  5384. "entities": "^4.2.0"
  5385. },
  5386. "funding": {
  5387. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  5388. }
  5389. },
  5390. "node_modules/domelementtype": {
  5391. "version": "2.3.0",
  5392. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  5393. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  5394. "funding": [
  5395. {
  5396. "type": "github",
  5397. "url": "https://github.com/sponsors/fb55"
  5398. }
  5399. ]
  5400. },
  5401. "node_modules/domhandler": {
  5402. "version": "5.0.3",
  5403. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  5404. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  5405. "dependencies": {
  5406. "domelementtype": "^2.3.0"
  5407. },
  5408. "engines": {
  5409. "node": ">= 4"
  5410. },
  5411. "funding": {
  5412. "url": "https://github.com/fb55/domhandler?sponsor=1"
  5413. }
  5414. },
  5415. "node_modules/domutils": {
  5416. "version": "3.1.0",
  5417. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  5418. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  5419. "dependencies": {
  5420. "dom-serializer": "^2.0.0",
  5421. "domelementtype": "^2.3.0",
  5422. "domhandler": "^5.0.3"
  5423. },
  5424. "funding": {
  5425. "url": "https://github.com/fb55/domutils?sponsor=1"
  5426. }
  5427. },
  5428. "node_modules/dot-prop": {
  5429. "version": "8.0.2",
  5430. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  5431. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  5432. "dependencies": {
  5433. "type-fest": "^3.8.0"
  5434. },
  5435. "engines": {
  5436. "node": ">=16"
  5437. },
  5438. "funding": {
  5439. "url": "https://github.com/sponsors/sindresorhus"
  5440. }
  5441. },
  5442. "node_modules/dotenv": {
  5443. "version": "16.4.5",
  5444. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  5445. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  5446. "engines": {
  5447. "node": ">=12"
  5448. },
  5449. "funding": {
  5450. "url": "https://dotenvx.com"
  5451. }
  5452. },
  5453. "node_modules/duplexer": {
  5454. "version": "0.1.2",
  5455. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  5456. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  5457. },
  5458. "node_modules/eastasianwidth": {
  5459. "version": "0.2.0",
  5460. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  5461. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  5462. },
  5463. "node_modules/ee-first": {
  5464. "version": "1.1.1",
  5465. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5466. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  5467. },
  5468. "node_modules/electron-to-chromium": {
  5469. "version": "1.4.776",
  5470. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.776.tgz",
  5471. "integrity": "sha512-s694bi3+gUzlliqxjPHpa9NRTlhzTgB34aan+pVKZmOTGy2xoZXl+8E1B8i5p5rtev3PKMK/H4asgNejC+YHNg=="
  5472. },
  5473. "node_modules/emoji-regex": {
  5474. "version": "8.0.0",
  5475. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5476. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  5477. },
  5478. "node_modules/encodeurl": {
  5479. "version": "1.0.2",
  5480. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  5481. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  5482. "engines": {
  5483. "node": ">= 0.8"
  5484. }
  5485. },
  5486. "node_modules/encoding": {
  5487. "version": "0.1.13",
  5488. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  5489. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  5490. "optional": true,
  5491. "dependencies": {
  5492. "iconv-lite": "^0.6.2"
  5493. }
  5494. },
  5495. "node_modules/enhanced-resolve": {
  5496. "version": "5.16.1",
  5497. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz",
  5498. "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==",
  5499. "dependencies": {
  5500. "graceful-fs": "^4.2.4",
  5501. "tapable": "^2.2.0"
  5502. },
  5503. "engines": {
  5504. "node": ">=10.13.0"
  5505. }
  5506. },
  5507. "node_modules/entities": {
  5508. "version": "4.5.0",
  5509. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  5510. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  5511. "engines": {
  5512. "node": ">=0.12"
  5513. },
  5514. "funding": {
  5515. "url": "https://github.com/fb55/entities?sponsor=1"
  5516. }
  5517. },
  5518. "node_modules/env-paths": {
  5519. "version": "2.2.1",
  5520. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  5521. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  5522. "engines": {
  5523. "node": ">=6"
  5524. }
  5525. },
  5526. "node_modules/err-code": {
  5527. "version": "2.0.3",
  5528. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  5529. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
  5530. },
  5531. "node_modules/error-stack-parser-es": {
  5532. "version": "0.1.4",
  5533. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.4.tgz",
  5534. "integrity": "sha512-l0uy0kAoo6toCgVOYaAayqtPa2a1L15efxUMEnQebKwLQX2X0OpS6wMMQdc4juJXmxd9i40DuaUHq+mjIya9TQ==",
  5535. "funding": {
  5536. "url": "https://github.com/sponsors/antfu"
  5537. }
  5538. },
  5539. "node_modules/esbuild": {
  5540. "version": "0.20.2",
  5541. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  5542. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  5543. "hasInstallScript": true,
  5544. "bin": {
  5545. "esbuild": "bin/esbuild"
  5546. },
  5547. "engines": {
  5548. "node": ">=12"
  5549. },
  5550. "optionalDependencies": {
  5551. "@esbuild/aix-ppc64": "0.20.2",
  5552. "@esbuild/android-arm": "0.20.2",
  5553. "@esbuild/android-arm64": "0.20.2",
  5554. "@esbuild/android-x64": "0.20.2",
  5555. "@esbuild/darwin-arm64": "0.20.2",
  5556. "@esbuild/darwin-x64": "0.20.2",
  5557. "@esbuild/freebsd-arm64": "0.20.2",
  5558. "@esbuild/freebsd-x64": "0.20.2",
  5559. "@esbuild/linux-arm": "0.20.2",
  5560. "@esbuild/linux-arm64": "0.20.2",
  5561. "@esbuild/linux-ia32": "0.20.2",
  5562. "@esbuild/linux-loong64": "0.20.2",
  5563. "@esbuild/linux-mips64el": "0.20.2",
  5564. "@esbuild/linux-ppc64": "0.20.2",
  5565. "@esbuild/linux-riscv64": "0.20.2",
  5566. "@esbuild/linux-s390x": "0.20.2",
  5567. "@esbuild/linux-x64": "0.20.2",
  5568. "@esbuild/netbsd-x64": "0.20.2",
  5569. "@esbuild/openbsd-x64": "0.20.2",
  5570. "@esbuild/sunos-x64": "0.20.2",
  5571. "@esbuild/win32-arm64": "0.20.2",
  5572. "@esbuild/win32-ia32": "0.20.2",
  5573. "@esbuild/win32-x64": "0.20.2"
  5574. }
  5575. },
  5576. "node_modules/escalade": {
  5577. "version": "3.1.2",
  5578. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  5579. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  5580. "engines": {
  5581. "node": ">=6"
  5582. }
  5583. },
  5584. "node_modules/escape-html": {
  5585. "version": "1.0.3",
  5586. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5587. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5588. },
  5589. "node_modules/escape-string-regexp": {
  5590. "version": "5.0.0",
  5591. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5592. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5593. "engines": {
  5594. "node": ">=12"
  5595. },
  5596. "funding": {
  5597. "url": "https://github.com/sponsors/sindresorhus"
  5598. }
  5599. },
  5600. "node_modules/estree-walker": {
  5601. "version": "3.0.3",
  5602. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  5603. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5604. "dependencies": {
  5605. "@types/estree": "^1.0.0"
  5606. }
  5607. },
  5608. "node_modules/etag": {
  5609. "version": "1.8.1",
  5610. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5611. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5612. "engines": {
  5613. "node": ">= 0.6"
  5614. }
  5615. },
  5616. "node_modules/event-target-shim": {
  5617. "version": "5.0.1",
  5618. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5619. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5620. "engines": {
  5621. "node": ">=6"
  5622. }
  5623. },
  5624. "node_modules/events": {
  5625. "version": "3.3.0",
  5626. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  5627. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5628. "engines": {
  5629. "node": ">=0.8.x"
  5630. }
  5631. },
  5632. "node_modules/evtd": {
  5633. "version": "0.2.4",
  5634. "resolved": "https://registry.npmjs.org/evtd/-/evtd-0.2.4.tgz",
  5635. "integrity": "sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw==",
  5636. "dev": true
  5637. },
  5638. "node_modules/execa": {
  5639. "version": "7.2.0",
  5640. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  5641. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  5642. "dependencies": {
  5643. "cross-spawn": "^7.0.3",
  5644. "get-stream": "^6.0.1",
  5645. "human-signals": "^4.3.0",
  5646. "is-stream": "^3.0.0",
  5647. "merge-stream": "^2.0.0",
  5648. "npm-run-path": "^5.1.0",
  5649. "onetime": "^6.0.0",
  5650. "signal-exit": "^3.0.7",
  5651. "strip-final-newline": "^3.0.0"
  5652. },
  5653. "engines": {
  5654. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  5655. },
  5656. "funding": {
  5657. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5658. }
  5659. },
  5660. "node_modules/exponential-backoff": {
  5661. "version": "3.1.1",
  5662. "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
  5663. "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw=="
  5664. },
  5665. "node_modules/externality": {
  5666. "version": "1.0.2",
  5667. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  5668. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  5669. "dependencies": {
  5670. "enhanced-resolve": "^5.14.1",
  5671. "mlly": "^1.3.0",
  5672. "pathe": "^1.1.1",
  5673. "ufo": "^1.1.2"
  5674. }
  5675. },
  5676. "node_modules/fast-fifo": {
  5677. "version": "1.3.2",
  5678. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5679. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  5680. },
  5681. "node_modules/fast-glob": {
  5682. "version": "3.3.2",
  5683. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  5684. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  5685. "dependencies": {
  5686. "@nodelib/fs.stat": "^2.0.2",
  5687. "@nodelib/fs.walk": "^1.2.3",
  5688. "glob-parent": "^5.1.2",
  5689. "merge2": "^1.3.0",
  5690. "micromatch": "^4.0.4"
  5691. },
  5692. "engines": {
  5693. "node": ">=8.6.0"
  5694. }
  5695. },
  5696. "node_modules/fastq": {
  5697. "version": "1.17.1",
  5698. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  5699. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  5700. "dependencies": {
  5701. "reusify": "^1.0.4"
  5702. }
  5703. },
  5704. "node_modules/file-uri-to-path": {
  5705. "version": "1.0.0",
  5706. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5707. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  5708. },
  5709. "node_modules/fill-range": {
  5710. "version": "7.1.1",
  5711. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  5712. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5713. "dependencies": {
  5714. "to-regex-range": "^5.0.1"
  5715. },
  5716. "engines": {
  5717. "node": ">=8"
  5718. }
  5719. },
  5720. "node_modules/find-up": {
  5721. "version": "5.0.0",
  5722. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5723. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5724. "peer": true,
  5725. "dependencies": {
  5726. "locate-path": "^6.0.0",
  5727. "path-exists": "^4.0.0"
  5728. },
  5729. "engines": {
  5730. "node": ">=10"
  5731. },
  5732. "funding": {
  5733. "url": "https://github.com/sponsors/sindresorhus"
  5734. }
  5735. },
  5736. "node_modules/flatted": {
  5737. "version": "3.3.1",
  5738. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  5739. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  5740. },
  5741. "node_modules/floating-vue": {
  5742. "version": "5.2.2",
  5743. "resolved": "https://registry.npmjs.org/floating-vue/-/floating-vue-5.2.2.tgz",
  5744. "integrity": "sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==",
  5745. "peer": true,
  5746. "dependencies": {
  5747. "@floating-ui/dom": "~1.1.1",
  5748. "vue-resize": "^2.0.0-alpha.1"
  5749. },
  5750. "peerDependencies": {
  5751. "@nuxt/kit": "^3.2.0",
  5752. "vue": "^3.2.0"
  5753. },
  5754. "peerDependenciesMeta": {
  5755. "@nuxt/kit": {
  5756. "optional": true
  5757. }
  5758. }
  5759. },
  5760. "node_modules/focus-trap": {
  5761. "version": "7.5.4",
  5762. "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz",
  5763. "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==",
  5764. "dependencies": {
  5765. "tabbable": "^6.2.0"
  5766. }
  5767. },
  5768. "node_modules/foreground-child": {
  5769. "version": "3.1.1",
  5770. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
  5771. "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
  5772. "dependencies": {
  5773. "cross-spawn": "^7.0.0",
  5774. "signal-exit": "^4.0.1"
  5775. },
  5776. "engines": {
  5777. "node": ">=14"
  5778. },
  5779. "funding": {
  5780. "url": "https://github.com/sponsors/isaacs"
  5781. }
  5782. },
  5783. "node_modules/foreground-child/node_modules/signal-exit": {
  5784. "version": "4.1.0",
  5785. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5786. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5787. "engines": {
  5788. "node": ">=14"
  5789. },
  5790. "funding": {
  5791. "url": "https://github.com/sponsors/isaacs"
  5792. }
  5793. },
  5794. "node_modules/fraction.js": {
  5795. "version": "4.3.7",
  5796. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  5797. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5798. "engines": {
  5799. "node": "*"
  5800. },
  5801. "funding": {
  5802. "type": "patreon",
  5803. "url": "https://github.com/sponsors/rawify"
  5804. }
  5805. },
  5806. "node_modules/fresh": {
  5807. "version": "0.5.2",
  5808. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  5809. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5810. "engines": {
  5811. "node": ">= 0.6"
  5812. }
  5813. },
  5814. "node_modules/fs-extra": {
  5815. "version": "11.2.0",
  5816. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  5817. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  5818. "dependencies": {
  5819. "graceful-fs": "^4.2.0",
  5820. "jsonfile": "^6.0.1",
  5821. "universalify": "^2.0.0"
  5822. },
  5823. "engines": {
  5824. "node": ">=14.14"
  5825. }
  5826. },
  5827. "node_modules/fs-minipass": {
  5828. "version": "3.0.3",
  5829. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz",
  5830. "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
  5831. "dependencies": {
  5832. "minipass": "^7.0.3"
  5833. },
  5834. "engines": {
  5835. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5836. }
  5837. },
  5838. "node_modules/fs.realpath": {
  5839. "version": "1.0.0",
  5840. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5841. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5842. },
  5843. "node_modules/fsevents": {
  5844. "version": "2.3.3",
  5845. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5846. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5847. "hasInstallScript": true,
  5848. "optional": true,
  5849. "os": [
  5850. "darwin"
  5851. ],
  5852. "engines": {
  5853. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5854. }
  5855. },
  5856. "node_modules/function-bind": {
  5857. "version": "1.1.2",
  5858. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5859. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5860. "funding": {
  5861. "url": "https://github.com/sponsors/ljharb"
  5862. }
  5863. },
  5864. "node_modules/gauge": {
  5865. "version": "3.0.2",
  5866. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  5867. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  5868. "deprecated": "This package is no longer supported.",
  5869. "dependencies": {
  5870. "aproba": "^1.0.3 || ^2.0.0",
  5871. "color-support": "^1.1.2",
  5872. "console-control-strings": "^1.0.0",
  5873. "has-unicode": "^2.0.1",
  5874. "object-assign": "^4.1.1",
  5875. "signal-exit": "^3.0.0",
  5876. "string-width": "^4.2.3",
  5877. "strip-ansi": "^6.0.1",
  5878. "wide-align": "^1.1.2"
  5879. },
  5880. "engines": {
  5881. "node": ">=10"
  5882. }
  5883. },
  5884. "node_modules/gensync": {
  5885. "version": "1.0.0-beta.2",
  5886. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5887. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5888. "engines": {
  5889. "node": ">=6.9.0"
  5890. }
  5891. },
  5892. "node_modules/get-caller-file": {
  5893. "version": "2.0.5",
  5894. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5895. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5896. "engines": {
  5897. "node": "6.* || 8.* || >= 10.*"
  5898. }
  5899. },
  5900. "node_modules/get-port-please": {
  5901. "version": "3.1.2",
  5902. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  5903. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  5904. },
  5905. "node_modules/get-stream": {
  5906. "version": "6.0.1",
  5907. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  5908. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  5909. "engines": {
  5910. "node": ">=10"
  5911. },
  5912. "funding": {
  5913. "url": "https://github.com/sponsors/sindresorhus"
  5914. }
  5915. },
  5916. "node_modules/giget": {
  5917. "version": "1.2.3",
  5918. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  5919. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  5920. "dependencies": {
  5921. "citty": "^0.1.6",
  5922. "consola": "^3.2.3",
  5923. "defu": "^6.1.4",
  5924. "node-fetch-native": "^1.6.3",
  5925. "nypm": "^0.3.8",
  5926. "ohash": "^1.1.3",
  5927. "pathe": "^1.1.2",
  5928. "tar": "^6.2.0"
  5929. },
  5930. "bin": {
  5931. "giget": "dist/cli.mjs"
  5932. }
  5933. },
  5934. "node_modules/git-config-path": {
  5935. "version": "2.0.0",
  5936. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  5937. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  5938. "engines": {
  5939. "node": ">=4"
  5940. }
  5941. },
  5942. "node_modules/git-up": {
  5943. "version": "7.0.0",
  5944. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  5945. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  5946. "dependencies": {
  5947. "is-ssh": "^1.4.0",
  5948. "parse-url": "^8.1.0"
  5949. }
  5950. },
  5951. "node_modules/git-url-parse": {
  5952. "version": "14.0.0",
  5953. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz",
  5954. "integrity": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==",
  5955. "dependencies": {
  5956. "git-up": "^7.0.0"
  5957. }
  5958. },
  5959. "node_modules/glob": {
  5960. "version": "8.1.0",
  5961. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  5962. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  5963. "dependencies": {
  5964. "fs.realpath": "^1.0.0",
  5965. "inflight": "^1.0.4",
  5966. "inherits": "2",
  5967. "minimatch": "^5.0.1",
  5968. "once": "^1.3.0"
  5969. },
  5970. "engines": {
  5971. "node": ">=12"
  5972. },
  5973. "funding": {
  5974. "url": "https://github.com/sponsors/isaacs"
  5975. }
  5976. },
  5977. "node_modules/glob-parent": {
  5978. "version": "5.1.2",
  5979. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5980. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5981. "dependencies": {
  5982. "is-glob": "^4.0.1"
  5983. },
  5984. "engines": {
  5985. "node": ">= 6"
  5986. }
  5987. },
  5988. "node_modules/global-directory": {
  5989. "version": "4.0.1",
  5990. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  5991. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  5992. "dependencies": {
  5993. "ini": "4.1.1"
  5994. },
  5995. "engines": {
  5996. "node": ">=18"
  5997. },
  5998. "funding": {
  5999. "url": "https://github.com/sponsors/sindresorhus"
  6000. }
  6001. },
  6002. "node_modules/globals": {
  6003. "version": "11.12.0",
  6004. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  6005. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6006. "engines": {
  6007. "node": ">=4"
  6008. }
  6009. },
  6010. "node_modules/globby": {
  6011. "version": "14.0.1",
  6012. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
  6013. "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
  6014. "dependencies": {
  6015. "@sindresorhus/merge-streams": "^2.1.0",
  6016. "fast-glob": "^3.3.2",
  6017. "ignore": "^5.2.4",
  6018. "path-type": "^5.0.0",
  6019. "slash": "^5.1.0",
  6020. "unicorn-magic": "^0.1.0"
  6021. },
  6022. "engines": {
  6023. "node": ">=18"
  6024. },
  6025. "funding": {
  6026. "url": "https://github.com/sponsors/sindresorhus"
  6027. }
  6028. },
  6029. "node_modules/graceful-fs": {
  6030. "version": "4.2.11",
  6031. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6032. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6033. },
  6034. "node_modules/gzip-size": {
  6035. "version": "7.0.0",
  6036. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  6037. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  6038. "dependencies": {
  6039. "duplexer": "^0.1.2"
  6040. },
  6041. "engines": {
  6042. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6043. },
  6044. "funding": {
  6045. "url": "https://github.com/sponsors/sindresorhus"
  6046. }
  6047. },
  6048. "node_modules/h3": {
  6049. "version": "1.11.1",
  6050. "resolved": "https://registry.npmjs.org/h3/-/h3-1.11.1.tgz",
  6051. "integrity": "sha512-AbaH6IDnZN6nmbnJOH72y3c5Wwh9P97soSVdGSBbcDACRdkC0FEWf25pzx4f/NuOCK6quHmW18yF2Wx+G4Zi1A==",
  6052. "dependencies": {
  6053. "cookie-es": "^1.0.0",
  6054. "crossws": "^0.2.2",
  6055. "defu": "^6.1.4",
  6056. "destr": "^2.0.3",
  6057. "iron-webcrypto": "^1.0.0",
  6058. "ohash": "^1.1.3",
  6059. "radix3": "^1.1.0",
  6060. "ufo": "^1.4.0",
  6061. "uncrypto": "^0.1.3",
  6062. "unenv": "^1.9.0"
  6063. }
  6064. },
  6065. "node_modules/has-flag": {
  6066. "version": "3.0.0",
  6067. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  6068. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  6069. "engines": {
  6070. "node": ">=4"
  6071. }
  6072. },
  6073. "node_modules/has-unicode": {
  6074. "version": "2.0.1",
  6075. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  6076. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  6077. },
  6078. "node_modules/hash-sum": {
  6079. "version": "2.0.0",
  6080. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  6081. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  6082. },
  6083. "node_modules/hasown": {
  6084. "version": "2.0.2",
  6085. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  6086. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6087. "dependencies": {
  6088. "function-bind": "^1.1.2"
  6089. },
  6090. "engines": {
  6091. "node": ">= 0.4"
  6092. }
  6093. },
  6094. "node_modules/highlight.js": {
  6095. "version": "11.9.0",
  6096. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz",
  6097. "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
  6098. "dev": true,
  6099. "engines": {
  6100. "node": ">=12.0.0"
  6101. }
  6102. },
  6103. "node_modules/hookable": {
  6104. "version": "5.5.3",
  6105. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  6106. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  6107. },
  6108. "node_modules/hosted-git-info": {
  6109. "version": "7.0.2",
  6110. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
  6111. "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
  6112. "dependencies": {
  6113. "lru-cache": "^10.0.1"
  6114. },
  6115. "engines": {
  6116. "node": "^16.14.0 || >=18.0.0"
  6117. }
  6118. },
  6119. "node_modules/hosted-git-info/node_modules/lru-cache": {
  6120. "version": "10.2.2",
  6121. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  6122. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  6123. "engines": {
  6124. "node": "14 || >=16.14"
  6125. }
  6126. },
  6127. "node_modules/html-tags": {
  6128. "version": "3.3.1",
  6129. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  6130. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  6131. "engines": {
  6132. "node": ">=8"
  6133. },
  6134. "funding": {
  6135. "url": "https://github.com/sponsors/sindresorhus"
  6136. }
  6137. },
  6138. "node_modules/http-cache-semantics": {
  6139. "version": "4.1.1",
  6140. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
  6141. "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
  6142. },
  6143. "node_modules/http-errors": {
  6144. "version": "2.0.0",
  6145. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  6146. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6147. "dependencies": {
  6148. "depd": "2.0.0",
  6149. "inherits": "2.0.4",
  6150. "setprototypeof": "1.2.0",
  6151. "statuses": "2.0.1",
  6152. "toidentifier": "1.0.1"
  6153. },
  6154. "engines": {
  6155. "node": ">= 0.8"
  6156. }
  6157. },
  6158. "node_modules/http-proxy-agent": {
  6159. "version": "7.0.2",
  6160. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  6161. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  6162. "dependencies": {
  6163. "agent-base": "^7.1.0",
  6164. "debug": "^4.3.4"
  6165. },
  6166. "engines": {
  6167. "node": ">= 14"
  6168. }
  6169. },
  6170. "node_modules/http-proxy-agent/node_modules/agent-base": {
  6171. "version": "7.1.1",
  6172. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  6173. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  6174. "dependencies": {
  6175. "debug": "^4.3.4"
  6176. },
  6177. "engines": {
  6178. "node": ">= 14"
  6179. }
  6180. },
  6181. "node_modules/http-shutdown": {
  6182. "version": "1.2.2",
  6183. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  6184. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  6185. "engines": {
  6186. "iojs": ">= 1.0.0",
  6187. "node": ">= 0.12.0"
  6188. }
  6189. },
  6190. "node_modules/https-proxy-agent": {
  6191. "version": "5.0.1",
  6192. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  6193. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  6194. "dependencies": {
  6195. "agent-base": "6",
  6196. "debug": "4"
  6197. },
  6198. "engines": {
  6199. "node": ">= 6"
  6200. }
  6201. },
  6202. "node_modules/httpxy": {
  6203. "version": "0.1.5",
  6204. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  6205. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  6206. },
  6207. "node_modules/human-signals": {
  6208. "version": "4.3.1",
  6209. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  6210. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  6211. "engines": {
  6212. "node": ">=14.18.0"
  6213. }
  6214. },
  6215. "node_modules/iconv-lite": {
  6216. "version": "0.6.3",
  6217. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6218. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6219. "optional": true,
  6220. "dependencies": {
  6221. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6222. },
  6223. "engines": {
  6224. "node": ">=0.10.0"
  6225. }
  6226. },
  6227. "node_modules/ieee754": {
  6228. "version": "1.2.1",
  6229. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  6230. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6231. "funding": [
  6232. {
  6233. "type": "github",
  6234. "url": "https://github.com/sponsors/feross"
  6235. },
  6236. {
  6237. "type": "patreon",
  6238. "url": "https://www.patreon.com/feross"
  6239. },
  6240. {
  6241. "type": "consulting",
  6242. "url": "https://feross.org/support"
  6243. }
  6244. ]
  6245. },
  6246. "node_modules/ignore": {
  6247. "version": "5.3.1",
  6248. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
  6249. "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
  6250. "engines": {
  6251. "node": ">= 4"
  6252. }
  6253. },
  6254. "node_modules/ignore-walk": {
  6255. "version": "6.0.5",
  6256. "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz",
  6257. "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==",
  6258. "dependencies": {
  6259. "minimatch": "^9.0.0"
  6260. },
  6261. "engines": {
  6262. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6263. }
  6264. },
  6265. "node_modules/ignore-walk/node_modules/minimatch": {
  6266. "version": "9.0.4",
  6267. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  6268. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  6269. "dependencies": {
  6270. "brace-expansion": "^2.0.1"
  6271. },
  6272. "engines": {
  6273. "node": ">=16 || 14 >=14.17"
  6274. },
  6275. "funding": {
  6276. "url": "https://github.com/sponsors/isaacs"
  6277. }
  6278. },
  6279. "node_modules/image-meta": {
  6280. "version": "0.2.0",
  6281. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.0.tgz",
  6282. "integrity": "sha512-ZBGjl0ZMEMeOC3Ns0wUF/5UdUmr3qQhBSCniT0LxOgGGIRHiNFOkMtIHB7EOznRU47V2AxPgiVP+s+0/UCU0Hg=="
  6283. },
  6284. "node_modules/immutable": {
  6285. "version": "4.3.6",
  6286. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz",
  6287. "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==",
  6288. "devOptional": true
  6289. },
  6290. "node_modules/imurmurhash": {
  6291. "version": "0.1.4",
  6292. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6293. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6294. "engines": {
  6295. "node": ">=0.8.19"
  6296. }
  6297. },
  6298. "node_modules/indent-string": {
  6299. "version": "4.0.0",
  6300. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  6301. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  6302. "engines": {
  6303. "node": ">=8"
  6304. }
  6305. },
  6306. "node_modules/inflight": {
  6307. "version": "1.0.6",
  6308. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6309. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6310. "dependencies": {
  6311. "once": "^1.3.0",
  6312. "wrappy": "1"
  6313. }
  6314. },
  6315. "node_modules/inherits": {
  6316. "version": "2.0.4",
  6317. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6318. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6319. },
  6320. "node_modules/ini": {
  6321. "version": "4.1.1",
  6322. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  6323. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  6324. "engines": {
  6325. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6326. }
  6327. },
  6328. "node_modules/ioredis": {
  6329. "version": "5.4.1",
  6330. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  6331. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  6332. "dependencies": {
  6333. "@ioredis/commands": "^1.1.1",
  6334. "cluster-key-slot": "^1.1.0",
  6335. "debug": "^4.3.4",
  6336. "denque": "^2.1.0",
  6337. "lodash.defaults": "^4.2.0",
  6338. "lodash.isarguments": "^3.1.0",
  6339. "redis-errors": "^1.2.0",
  6340. "redis-parser": "^3.0.0",
  6341. "standard-as-callback": "^2.1.0"
  6342. },
  6343. "engines": {
  6344. "node": ">=12.22.0"
  6345. },
  6346. "funding": {
  6347. "type": "opencollective",
  6348. "url": "https://opencollective.com/ioredis"
  6349. }
  6350. },
  6351. "node_modules/ip-address": {
  6352. "version": "9.0.5",
  6353. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
  6354. "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
  6355. "dependencies": {
  6356. "jsbn": "1.1.0",
  6357. "sprintf-js": "^1.1.3"
  6358. },
  6359. "engines": {
  6360. "node": ">= 12"
  6361. }
  6362. },
  6363. "node_modules/iron-webcrypto": {
  6364. "version": "1.2.1",
  6365. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  6366. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  6367. "funding": {
  6368. "url": "https://github.com/sponsors/brc-dd"
  6369. }
  6370. },
  6371. "node_modules/is-binary-path": {
  6372. "version": "2.1.0",
  6373. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6374. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6375. "dependencies": {
  6376. "binary-extensions": "^2.0.0"
  6377. },
  6378. "engines": {
  6379. "node": ">=8"
  6380. }
  6381. },
  6382. "node_modules/is-builtin-module": {
  6383. "version": "3.2.1",
  6384. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  6385. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  6386. "dependencies": {
  6387. "builtin-modules": "^3.3.0"
  6388. },
  6389. "engines": {
  6390. "node": ">=6"
  6391. },
  6392. "funding": {
  6393. "url": "https://github.com/sponsors/sindresorhus"
  6394. }
  6395. },
  6396. "node_modules/is-core-module": {
  6397. "version": "2.13.1",
  6398. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  6399. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  6400. "dependencies": {
  6401. "hasown": "^2.0.0"
  6402. },
  6403. "funding": {
  6404. "url": "https://github.com/sponsors/ljharb"
  6405. }
  6406. },
  6407. "node_modules/is-docker": {
  6408. "version": "3.0.0",
  6409. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  6410. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  6411. "bin": {
  6412. "is-docker": "cli.js"
  6413. },
  6414. "engines": {
  6415. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6416. },
  6417. "funding": {
  6418. "url": "https://github.com/sponsors/sindresorhus"
  6419. }
  6420. },
  6421. "node_modules/is-extglob": {
  6422. "version": "2.1.1",
  6423. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  6424. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6425. "engines": {
  6426. "node": ">=0.10.0"
  6427. }
  6428. },
  6429. "node_modules/is-fullwidth-code-point": {
  6430. "version": "3.0.0",
  6431. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  6432. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6433. "engines": {
  6434. "node": ">=8"
  6435. }
  6436. },
  6437. "node_modules/is-glob": {
  6438. "version": "4.0.3",
  6439. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  6440. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6441. "dependencies": {
  6442. "is-extglob": "^2.1.1"
  6443. },
  6444. "engines": {
  6445. "node": ">=0.10.0"
  6446. }
  6447. },
  6448. "node_modules/is-inside-container": {
  6449. "version": "1.0.0",
  6450. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  6451. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  6452. "dependencies": {
  6453. "is-docker": "^3.0.0"
  6454. },
  6455. "bin": {
  6456. "is-inside-container": "cli.js"
  6457. },
  6458. "engines": {
  6459. "node": ">=14.16"
  6460. },
  6461. "funding": {
  6462. "url": "https://github.com/sponsors/sindresorhus"
  6463. }
  6464. },
  6465. "node_modules/is-installed-globally": {
  6466. "version": "1.0.0",
  6467. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  6468. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  6469. "dependencies": {
  6470. "global-directory": "^4.0.1",
  6471. "is-path-inside": "^4.0.0"
  6472. },
  6473. "engines": {
  6474. "node": ">=18"
  6475. },
  6476. "funding": {
  6477. "url": "https://github.com/sponsors/sindresorhus"
  6478. }
  6479. },
  6480. "node_modules/is-lambda": {
  6481. "version": "1.0.1",
  6482. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  6483. "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
  6484. },
  6485. "node_modules/is-module": {
  6486. "version": "1.0.0",
  6487. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  6488. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  6489. },
  6490. "node_modules/is-number": {
  6491. "version": "7.0.0",
  6492. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  6493. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6494. "engines": {
  6495. "node": ">=0.12.0"
  6496. }
  6497. },
  6498. "node_modules/is-path-inside": {
  6499. "version": "4.0.0",
  6500. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  6501. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  6502. "engines": {
  6503. "node": ">=12"
  6504. },
  6505. "funding": {
  6506. "url": "https://github.com/sponsors/sindresorhus"
  6507. }
  6508. },
  6509. "node_modules/is-primitive": {
  6510. "version": "3.0.1",
  6511. "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-3.0.1.tgz",
  6512. "integrity": "sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w==",
  6513. "engines": {
  6514. "node": ">=0.10.0"
  6515. }
  6516. },
  6517. "node_modules/is-reference": {
  6518. "version": "1.2.1",
  6519. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  6520. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  6521. "dependencies": {
  6522. "@types/estree": "*"
  6523. }
  6524. },
  6525. "node_modules/is-ssh": {
  6526. "version": "1.4.0",
  6527. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  6528. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  6529. "dependencies": {
  6530. "protocols": "^2.0.1"
  6531. }
  6532. },
  6533. "node_modules/is-stream": {
  6534. "version": "3.0.0",
  6535. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  6536. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6537. "engines": {
  6538. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6539. },
  6540. "funding": {
  6541. "url": "https://github.com/sponsors/sindresorhus"
  6542. }
  6543. },
  6544. "node_modules/is-wsl": {
  6545. "version": "3.1.0",
  6546. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  6547. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  6548. "dependencies": {
  6549. "is-inside-container": "^1.0.0"
  6550. },
  6551. "engines": {
  6552. "node": ">=16"
  6553. },
  6554. "funding": {
  6555. "url": "https://github.com/sponsors/sindresorhus"
  6556. }
  6557. },
  6558. "node_modules/is64bit": {
  6559. "version": "2.0.0",
  6560. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  6561. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  6562. "dependencies": {
  6563. "system-architecture": "^0.1.0"
  6564. },
  6565. "engines": {
  6566. "node": ">=18"
  6567. },
  6568. "funding": {
  6569. "url": "https://github.com/sponsors/sindresorhus"
  6570. }
  6571. },
  6572. "node_modules/isarray": {
  6573. "version": "1.0.0",
  6574. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  6575. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  6576. },
  6577. "node_modules/isexe": {
  6578. "version": "2.0.0",
  6579. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6580. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  6581. },
  6582. "node_modules/jackspeak": {
  6583. "version": "2.3.6",
  6584. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
  6585. "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
  6586. "dependencies": {
  6587. "@isaacs/cliui": "^8.0.2"
  6588. },
  6589. "engines": {
  6590. "node": ">=14"
  6591. },
  6592. "funding": {
  6593. "url": "https://github.com/sponsors/isaacs"
  6594. },
  6595. "optionalDependencies": {
  6596. "@pkgjs/parseargs": "^0.11.0"
  6597. }
  6598. },
  6599. "node_modules/jiti": {
  6600. "version": "1.21.0",
  6601. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
  6602. "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
  6603. "bin": {
  6604. "jiti": "bin/jiti.js"
  6605. }
  6606. },
  6607. "node_modules/js-tokens": {
  6608. "version": "4.0.0",
  6609. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6610. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6611. },
  6612. "node_modules/js-yaml": {
  6613. "version": "4.1.0",
  6614. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  6615. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6616. "dependencies": {
  6617. "argparse": "^2.0.1"
  6618. },
  6619. "bin": {
  6620. "js-yaml": "bin/js-yaml.js"
  6621. }
  6622. },
  6623. "node_modules/jsbn": {
  6624. "version": "1.1.0",
  6625. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
  6626. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
  6627. },
  6628. "node_modules/jsesc": {
  6629. "version": "2.5.2",
  6630. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  6631. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  6632. "bin": {
  6633. "jsesc": "bin/jsesc"
  6634. },
  6635. "engines": {
  6636. "node": ">=4"
  6637. }
  6638. },
  6639. "node_modules/json-parse-even-better-errors": {
  6640. "version": "3.0.2",
  6641. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
  6642. "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
  6643. "engines": {
  6644. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6645. }
  6646. },
  6647. "node_modules/json5": {
  6648. "version": "2.2.3",
  6649. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6650. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6651. "bin": {
  6652. "json5": "lib/cli.js"
  6653. },
  6654. "engines": {
  6655. "node": ">=6"
  6656. }
  6657. },
  6658. "node_modules/jsonfile": {
  6659. "version": "6.1.0",
  6660. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  6661. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6662. "dependencies": {
  6663. "universalify": "^2.0.0"
  6664. },
  6665. "optionalDependencies": {
  6666. "graceful-fs": "^4.1.6"
  6667. }
  6668. },
  6669. "node_modules/jsonparse": {
  6670. "version": "1.3.1",
  6671. "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
  6672. "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
  6673. "engines": [
  6674. "node >= 0.2.0"
  6675. ]
  6676. },
  6677. "node_modules/kleur": {
  6678. "version": "3.0.3",
  6679. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  6680. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  6681. "engines": {
  6682. "node": ">=6"
  6683. }
  6684. },
  6685. "node_modules/klona": {
  6686. "version": "2.0.6",
  6687. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  6688. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6689. "engines": {
  6690. "node": ">= 8"
  6691. }
  6692. },
  6693. "node_modules/knitwork": {
  6694. "version": "1.1.0",
  6695. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  6696. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  6697. },
  6698. "node_modules/kolorist": {
  6699. "version": "1.8.0",
  6700. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  6701. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  6702. },
  6703. "node_modules/launch-editor": {
  6704. "version": "2.6.1",
  6705. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz",
  6706. "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
  6707. "dependencies": {
  6708. "picocolors": "^1.0.0",
  6709. "shell-quote": "^1.8.1"
  6710. }
  6711. },
  6712. "node_modules/lazystream": {
  6713. "version": "1.0.1",
  6714. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  6715. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6716. "dependencies": {
  6717. "readable-stream": "^2.0.5"
  6718. },
  6719. "engines": {
  6720. "node": ">= 0.6.3"
  6721. }
  6722. },
  6723. "node_modules/lazystream/node_modules/readable-stream": {
  6724. "version": "2.3.8",
  6725. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  6726. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6727. "dependencies": {
  6728. "core-util-is": "~1.0.0",
  6729. "inherits": "~2.0.3",
  6730. "isarray": "~1.0.0",
  6731. "process-nextick-args": "~2.0.0",
  6732. "safe-buffer": "~5.1.1",
  6733. "string_decoder": "~1.1.1",
  6734. "util-deprecate": "~1.0.1"
  6735. }
  6736. },
  6737. "node_modules/lazystream/node_modules/safe-buffer": {
  6738. "version": "5.1.2",
  6739. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6740. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  6741. },
  6742. "node_modules/lazystream/node_modules/string_decoder": {
  6743. "version": "1.1.1",
  6744. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6745. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6746. "dependencies": {
  6747. "safe-buffer": "~5.1.0"
  6748. }
  6749. },
  6750. "node_modules/lilconfig": {
  6751. "version": "3.1.1",
  6752. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
  6753. "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
  6754. "engines": {
  6755. "node": ">=14"
  6756. },
  6757. "funding": {
  6758. "url": "https://github.com/sponsors/antonk52"
  6759. }
  6760. },
  6761. "node_modules/listhen": {
  6762. "version": "1.7.2",
  6763. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.7.2.tgz",
  6764. "integrity": "sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==",
  6765. "dependencies": {
  6766. "@parcel/watcher": "^2.4.1",
  6767. "@parcel/watcher-wasm": "^2.4.1",
  6768. "citty": "^0.1.6",
  6769. "clipboardy": "^4.0.0",
  6770. "consola": "^3.2.3",
  6771. "crossws": "^0.2.0",
  6772. "defu": "^6.1.4",
  6773. "get-port-please": "^3.1.2",
  6774. "h3": "^1.10.2",
  6775. "http-shutdown": "^1.2.2",
  6776. "jiti": "^1.21.0",
  6777. "mlly": "^1.6.1",
  6778. "node-forge": "^1.3.1",
  6779. "pathe": "^1.1.2",
  6780. "std-env": "^3.7.0",
  6781. "ufo": "^1.4.0",
  6782. "untun": "^0.1.3",
  6783. "uqr": "^0.1.2"
  6784. },
  6785. "bin": {
  6786. "listen": "bin/listhen.mjs",
  6787. "listhen": "bin/listhen.mjs"
  6788. }
  6789. },
  6790. "node_modules/local-pkg": {
  6791. "version": "0.5.0",
  6792. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  6793. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  6794. "dependencies": {
  6795. "mlly": "^1.4.2",
  6796. "pkg-types": "^1.0.3"
  6797. },
  6798. "engines": {
  6799. "node": ">=14"
  6800. },
  6801. "funding": {
  6802. "url": "https://github.com/sponsors/antfu"
  6803. }
  6804. },
  6805. "node_modules/locate-path": {
  6806. "version": "6.0.0",
  6807. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  6808. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6809. "peer": true,
  6810. "dependencies": {
  6811. "p-locate": "^5.0.0"
  6812. },
  6813. "engines": {
  6814. "node": ">=10"
  6815. },
  6816. "funding": {
  6817. "url": "https://github.com/sponsors/sindresorhus"
  6818. }
  6819. },
  6820. "node_modules/lodash": {
  6821. "version": "4.17.21",
  6822. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  6823. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  6824. },
  6825. "node_modules/lodash-es": {
  6826. "version": "4.17.21",
  6827. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
  6828. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  6829. },
  6830. "node_modules/lodash.defaults": {
  6831. "version": "4.2.0",
  6832. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  6833. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  6834. },
  6835. "node_modules/lodash.isarguments": {
  6836. "version": "3.1.0",
  6837. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  6838. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  6839. },
  6840. "node_modules/lodash.memoize": {
  6841. "version": "4.1.2",
  6842. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  6843. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  6844. },
  6845. "node_modules/lodash.merge": {
  6846. "version": "4.6.2",
  6847. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6848. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  6849. },
  6850. "node_modules/lodash.uniq": {
  6851. "version": "4.5.0",
  6852. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  6853. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  6854. },
  6855. "node_modules/lru-cache": {
  6856. "version": "5.1.1",
  6857. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  6858. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6859. "dependencies": {
  6860. "yallist": "^3.0.2"
  6861. }
  6862. },
  6863. "node_modules/magic-string": {
  6864. "version": "0.30.10",
  6865. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz",
  6866. "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
  6867. "dependencies": {
  6868. "@jridgewell/sourcemap-codec": "^1.4.15"
  6869. }
  6870. },
  6871. "node_modules/magic-string-ast": {
  6872. "version": "0.5.0",
  6873. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.5.0.tgz",
  6874. "integrity": "sha512-mxjxZ5zoR4+ybulZ7Z5qdZUTdAfiKJ1Il80kN/I4jWsHTTqNKZ9KsBa3Jepo+3U09I04qiyC2+7MZD8v4rJOoA==",
  6875. "dependencies": {
  6876. "magic-string": "^0.30.9"
  6877. },
  6878. "engines": {
  6879. "node": ">=16.14.0"
  6880. }
  6881. },
  6882. "node_modules/magicast": {
  6883. "version": "0.3.4",
  6884. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz",
  6885. "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==",
  6886. "dependencies": {
  6887. "@babel/parser": "^7.24.4",
  6888. "@babel/types": "^7.24.0",
  6889. "source-map-js": "^1.2.0"
  6890. }
  6891. },
  6892. "node_modules/make-dir": {
  6893. "version": "3.1.0",
  6894. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  6895. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  6896. "dependencies": {
  6897. "semver": "^6.0.0"
  6898. },
  6899. "engines": {
  6900. "node": ">=8"
  6901. },
  6902. "funding": {
  6903. "url": "https://github.com/sponsors/sindresorhus"
  6904. }
  6905. },
  6906. "node_modules/make-dir/node_modules/semver": {
  6907. "version": "6.3.1",
  6908. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6909. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6910. "bin": {
  6911. "semver": "bin/semver.js"
  6912. }
  6913. },
  6914. "node_modules/make-fetch-happen": {
  6915. "version": "13.0.1",
  6916. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
  6917. "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
  6918. "dependencies": {
  6919. "@npmcli/agent": "^2.0.0",
  6920. "cacache": "^18.0.0",
  6921. "http-cache-semantics": "^4.1.1",
  6922. "is-lambda": "^1.0.1",
  6923. "minipass": "^7.0.2",
  6924. "minipass-fetch": "^3.0.0",
  6925. "minipass-flush": "^1.0.5",
  6926. "minipass-pipeline": "^1.2.4",
  6927. "negotiator": "^0.6.3",
  6928. "proc-log": "^4.2.0",
  6929. "promise-retry": "^2.0.1",
  6930. "ssri": "^10.0.0"
  6931. },
  6932. "engines": {
  6933. "node": "^16.14.0 || >=18.0.0"
  6934. }
  6935. },
  6936. "node_modules/mdn-data": {
  6937. "version": "2.0.30",
  6938. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  6939. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  6940. },
  6941. "node_modules/merge-stream": {
  6942. "version": "2.0.0",
  6943. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6944. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  6945. },
  6946. "node_modules/merge2": {
  6947. "version": "1.4.1",
  6948. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6949. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6950. "engines": {
  6951. "node": ">= 8"
  6952. }
  6953. },
  6954. "node_modules/micromatch": {
  6955. "version": "4.0.5",
  6956. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  6957. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  6958. "dependencies": {
  6959. "braces": "^3.0.2",
  6960. "picomatch": "^2.3.1"
  6961. },
  6962. "engines": {
  6963. "node": ">=8.6"
  6964. }
  6965. },
  6966. "node_modules/mime": {
  6967. "version": "4.0.3",
  6968. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.3.tgz",
  6969. "integrity": "sha512-KgUb15Oorc0NEKPbvfa0wRU+PItIEZmiv+pyAO2i0oTIVTJhlzMclU7w4RXWQrSOVH5ax/p/CkIO7KI4OyFJTQ==",
  6970. "funding": [
  6971. "https://github.com/sponsors/broofa"
  6972. ],
  6973. "bin": {
  6974. "mime": "bin/cli.js"
  6975. },
  6976. "engines": {
  6977. "node": ">=16"
  6978. }
  6979. },
  6980. "node_modules/mimic-fn": {
  6981. "version": "4.0.0",
  6982. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  6983. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  6984. "engines": {
  6985. "node": ">=12"
  6986. },
  6987. "funding": {
  6988. "url": "https://github.com/sponsors/sindresorhus"
  6989. }
  6990. },
  6991. "node_modules/minimatch": {
  6992. "version": "5.1.6",
  6993. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  6994. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  6995. "dependencies": {
  6996. "brace-expansion": "^2.0.1"
  6997. },
  6998. "engines": {
  6999. "node": ">=10"
  7000. }
  7001. },
  7002. "node_modules/minipass": {
  7003. "version": "7.1.1",
  7004. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
  7005. "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
  7006. "engines": {
  7007. "node": ">=16 || 14 >=14.17"
  7008. }
  7009. },
  7010. "node_modules/minipass-collect": {
  7011. "version": "2.0.1",
  7012. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
  7013. "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
  7014. "dependencies": {
  7015. "minipass": "^7.0.3"
  7016. },
  7017. "engines": {
  7018. "node": ">=16 || 14 >=14.17"
  7019. }
  7020. },
  7021. "node_modules/minipass-fetch": {
  7022. "version": "3.0.5",
  7023. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz",
  7024. "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==",
  7025. "dependencies": {
  7026. "minipass": "^7.0.3",
  7027. "minipass-sized": "^1.0.3",
  7028. "minizlib": "^2.1.2"
  7029. },
  7030. "engines": {
  7031. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7032. },
  7033. "optionalDependencies": {
  7034. "encoding": "^0.1.13"
  7035. }
  7036. },
  7037. "node_modules/minipass-flush": {
  7038. "version": "1.0.5",
  7039. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  7040. "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  7041. "dependencies": {
  7042. "minipass": "^3.0.0"
  7043. },
  7044. "engines": {
  7045. "node": ">= 8"
  7046. }
  7047. },
  7048. "node_modules/minipass-flush/node_modules/minipass": {
  7049. "version": "3.3.6",
  7050. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7051. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7052. "dependencies": {
  7053. "yallist": "^4.0.0"
  7054. },
  7055. "engines": {
  7056. "node": ">=8"
  7057. }
  7058. },
  7059. "node_modules/minipass-flush/node_modules/yallist": {
  7060. "version": "4.0.0",
  7061. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7062. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7063. },
  7064. "node_modules/minipass-json-stream": {
  7065. "version": "1.0.1",
  7066. "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
  7067. "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
  7068. "dependencies": {
  7069. "jsonparse": "^1.3.1",
  7070. "minipass": "^3.0.0"
  7071. }
  7072. },
  7073. "node_modules/minipass-json-stream/node_modules/minipass": {
  7074. "version": "3.3.6",
  7075. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7076. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7077. "dependencies": {
  7078. "yallist": "^4.0.0"
  7079. },
  7080. "engines": {
  7081. "node": ">=8"
  7082. }
  7083. },
  7084. "node_modules/minipass-json-stream/node_modules/yallist": {
  7085. "version": "4.0.0",
  7086. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7087. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7088. },
  7089. "node_modules/minipass-pipeline": {
  7090. "version": "1.2.4",
  7091. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  7092. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  7093. "dependencies": {
  7094. "minipass": "^3.0.0"
  7095. },
  7096. "engines": {
  7097. "node": ">=8"
  7098. }
  7099. },
  7100. "node_modules/minipass-pipeline/node_modules/minipass": {
  7101. "version": "3.3.6",
  7102. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7103. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7104. "dependencies": {
  7105. "yallist": "^4.0.0"
  7106. },
  7107. "engines": {
  7108. "node": ">=8"
  7109. }
  7110. },
  7111. "node_modules/minipass-pipeline/node_modules/yallist": {
  7112. "version": "4.0.0",
  7113. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7114. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7115. },
  7116. "node_modules/minipass-sized": {
  7117. "version": "1.0.3",
  7118. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  7119. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  7120. "dependencies": {
  7121. "minipass": "^3.0.0"
  7122. },
  7123. "engines": {
  7124. "node": ">=8"
  7125. }
  7126. },
  7127. "node_modules/minipass-sized/node_modules/minipass": {
  7128. "version": "3.3.6",
  7129. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7130. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7131. "dependencies": {
  7132. "yallist": "^4.0.0"
  7133. },
  7134. "engines": {
  7135. "node": ">=8"
  7136. }
  7137. },
  7138. "node_modules/minipass-sized/node_modules/yallist": {
  7139. "version": "4.0.0",
  7140. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7141. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7142. },
  7143. "node_modules/minizlib": {
  7144. "version": "2.1.2",
  7145. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  7146. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  7147. "dependencies": {
  7148. "minipass": "^3.0.0",
  7149. "yallist": "^4.0.0"
  7150. },
  7151. "engines": {
  7152. "node": ">= 8"
  7153. }
  7154. },
  7155. "node_modules/minizlib/node_modules/minipass": {
  7156. "version": "3.3.6",
  7157. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7158. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7159. "dependencies": {
  7160. "yallist": "^4.0.0"
  7161. },
  7162. "engines": {
  7163. "node": ">=8"
  7164. }
  7165. },
  7166. "node_modules/minizlib/node_modules/yallist": {
  7167. "version": "4.0.0",
  7168. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7169. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7170. },
  7171. "node_modules/mitt": {
  7172. "version": "3.0.1",
  7173. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  7174. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  7175. },
  7176. "node_modules/mkdirp": {
  7177. "version": "1.0.4",
  7178. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  7179. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  7180. "bin": {
  7181. "mkdirp": "bin/cmd.js"
  7182. },
  7183. "engines": {
  7184. "node": ">=10"
  7185. }
  7186. },
  7187. "node_modules/mlly": {
  7188. "version": "1.7.0",
  7189. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.0.tgz",
  7190. "integrity": "sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==",
  7191. "dependencies": {
  7192. "acorn": "^8.11.3",
  7193. "pathe": "^1.1.2",
  7194. "pkg-types": "^1.1.0",
  7195. "ufo": "^1.5.3"
  7196. }
  7197. },
  7198. "node_modules/mri": {
  7199. "version": "1.2.0",
  7200. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  7201. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  7202. "engines": {
  7203. "node": ">=4"
  7204. }
  7205. },
  7206. "node_modules/mrmime": {
  7207. "version": "2.0.0",
  7208. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  7209. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  7210. "engines": {
  7211. "node": ">=10"
  7212. }
  7213. },
  7214. "node_modules/ms": {
  7215. "version": "2.1.2",
  7216. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  7217. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  7218. },
  7219. "node_modules/naive-ui": {
  7220. "version": "2.38.2",
  7221. "resolved": "https://registry.npmjs.org/naive-ui/-/naive-ui-2.38.2.tgz",
  7222. "integrity": "sha512-WhZ+6DW61aYSmFyfH7evcSGFmd2xR68Yq1mNRrVdJwBhZsnNdAUsMN9IeNCVEPMCND/jzYZghkStoNoR5Xa09g==",
  7223. "dev": true,
  7224. "dependencies": {
  7225. "@css-render/plugin-bem": "^0.15.12",
  7226. "@css-render/vue3-ssr": "^0.15.12",
  7227. "@types/katex": "^0.16.2",
  7228. "@types/lodash": "^4.14.198",
  7229. "@types/lodash-es": "^4.17.9",
  7230. "async-validator": "^4.2.5",
  7231. "css-render": "^0.15.12",
  7232. "csstype": "^3.1.3",
  7233. "date-fns": "^2.30.0",
  7234. "date-fns-tz": "^2.0.0",
  7235. "evtd": "^0.2.4",
  7236. "highlight.js": "^11.8.0",
  7237. "lodash": "^4.17.21",
  7238. "lodash-es": "^4.17.21",
  7239. "seemly": "^0.3.8",
  7240. "treemate": "^0.3.11",
  7241. "vdirs": "^0.1.8",
  7242. "vooks": "^0.2.12",
  7243. "vueuc": "^0.4.58"
  7244. },
  7245. "peerDependencies": {
  7246. "vue": "^3.0.0"
  7247. }
  7248. },
  7249. "node_modules/nanoid": {
  7250. "version": "5.0.7",
  7251. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  7252. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  7253. "funding": [
  7254. {
  7255. "type": "github",
  7256. "url": "https://github.com/sponsors/ai"
  7257. }
  7258. ],
  7259. "bin": {
  7260. "nanoid": "bin/nanoid.js"
  7261. },
  7262. "engines": {
  7263. "node": "^18 || >=20"
  7264. }
  7265. },
  7266. "node_modules/negotiator": {
  7267. "version": "0.6.3",
  7268. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  7269. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  7270. "engines": {
  7271. "node": ">= 0.6"
  7272. }
  7273. },
  7274. "node_modules/nitropack": {
  7275. "version": "2.9.6",
  7276. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.6.tgz",
  7277. "integrity": "sha512-HP2PE0dREcDIBVkL8Zm6eVyrDd10/GI9hTL00PHvjUM8I9Y/2cv73wRDmxNyInfrx/CJKHATb2U/pQrqpzJyXA==",
  7278. "dependencies": {
  7279. "@cloudflare/kv-asset-handler": "^0.3.1",
  7280. "@netlify/functions": "^2.6.0",
  7281. "@rollup/plugin-alias": "^5.1.0",
  7282. "@rollup/plugin-commonjs": "^25.0.7",
  7283. "@rollup/plugin-inject": "^5.0.5",
  7284. "@rollup/plugin-json": "^6.1.0",
  7285. "@rollup/plugin-node-resolve": "^15.2.3",
  7286. "@rollup/plugin-replace": "^5.0.5",
  7287. "@rollup/plugin-terser": "^0.4.4",
  7288. "@rollup/pluginutils": "^5.1.0",
  7289. "@types/http-proxy": "^1.17.14",
  7290. "@vercel/nft": "^0.26.4",
  7291. "archiver": "^7.0.1",
  7292. "c12": "^1.10.0",
  7293. "chalk": "^5.3.0",
  7294. "chokidar": "^3.6.0",
  7295. "citty": "^0.1.6",
  7296. "consola": "^3.2.3",
  7297. "cookie-es": "^1.1.0",
  7298. "croner": "^8.0.1",
  7299. "crossws": "^0.2.4",
  7300. "db0": "^0.1.4",
  7301. "defu": "^6.1.4",
  7302. "destr": "^2.0.3",
  7303. "dot-prop": "^8.0.2",
  7304. "esbuild": "^0.20.2",
  7305. "escape-string-regexp": "^5.0.0",
  7306. "etag": "^1.8.1",
  7307. "fs-extra": "^11.2.0",
  7308. "globby": "^14.0.1",
  7309. "gzip-size": "^7.0.0",
  7310. "h3": "^1.11.1",
  7311. "hookable": "^5.5.3",
  7312. "httpxy": "^0.1.5",
  7313. "ioredis": "^5.3.2",
  7314. "is-primitive": "^3.0.1",
  7315. "jiti": "^1.21.0",
  7316. "klona": "^2.0.6",
  7317. "knitwork": "^1.1.0",
  7318. "listhen": "^1.7.2",
  7319. "magic-string": "^0.30.8",
  7320. "mime": "^4.0.1",
  7321. "mlly": "^1.6.1",
  7322. "mri": "^1.2.0",
  7323. "node-fetch-native": "^1.6.4",
  7324. "ofetch": "^1.3.4",
  7325. "ohash": "^1.1.3",
  7326. "openapi-typescript": "^6.7.5",
  7327. "pathe": "^1.1.2",
  7328. "perfect-debounce": "^1.0.0",
  7329. "pkg-types": "^1.0.3",
  7330. "pretty-bytes": "^6.1.1",
  7331. "radix3": "^1.1.2",
  7332. "rollup": "^4.13.2",
  7333. "rollup-plugin-visualizer": "^5.12.0",
  7334. "scule": "^1.3.0",
  7335. "semver": "^7.6.0",
  7336. "serve-placeholder": "^2.0.1",
  7337. "serve-static": "^1.15.0",
  7338. "std-env": "^3.7.0",
  7339. "ufo": "^1.5.3",
  7340. "uncrypto": "^0.1.3",
  7341. "unctx": "^2.3.1",
  7342. "unenv": "^1.9.0",
  7343. "unimport": "^3.7.1",
  7344. "unstorage": "^1.10.2",
  7345. "unwasm": "^0.3.9"
  7346. },
  7347. "bin": {
  7348. "nitro": "dist/cli/index.mjs",
  7349. "nitropack": "dist/cli/index.mjs"
  7350. },
  7351. "engines": {
  7352. "node": "^16.11.0 || >=17.0.0"
  7353. },
  7354. "peerDependencies": {
  7355. "xml2js": "^0.6.2"
  7356. },
  7357. "peerDependenciesMeta": {
  7358. "xml2js": {
  7359. "optional": true
  7360. }
  7361. }
  7362. },
  7363. "node_modules/nitropack/node_modules/chalk": {
  7364. "version": "5.3.0",
  7365. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  7366. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  7367. "engines": {
  7368. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  7369. },
  7370. "funding": {
  7371. "url": "https://github.com/chalk/chalk?sponsor=1"
  7372. }
  7373. },
  7374. "node_modules/node-addon-api": {
  7375. "version": "7.1.0",
  7376. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
  7377. "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
  7378. "engines": {
  7379. "node": "^16 || ^18 || >= 20"
  7380. }
  7381. },
  7382. "node_modules/node-fetch": {
  7383. "version": "2.7.0",
  7384. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  7385. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  7386. "dependencies": {
  7387. "whatwg-url": "^5.0.0"
  7388. },
  7389. "engines": {
  7390. "node": "4.x || >=6.0.0"
  7391. },
  7392. "peerDependencies": {
  7393. "encoding": "^0.1.0"
  7394. },
  7395. "peerDependenciesMeta": {
  7396. "encoding": {
  7397. "optional": true
  7398. }
  7399. }
  7400. },
  7401. "node_modules/node-fetch-native": {
  7402. "version": "1.6.4",
  7403. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  7404. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  7405. },
  7406. "node_modules/node-forge": {
  7407. "version": "1.3.1",
  7408. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  7409. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  7410. "engines": {
  7411. "node": ">= 6.13.0"
  7412. }
  7413. },
  7414. "node_modules/node-gyp": {
  7415. "version": "10.1.0",
  7416. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
  7417. "integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
  7418. "dependencies": {
  7419. "env-paths": "^2.2.0",
  7420. "exponential-backoff": "^3.1.1",
  7421. "glob": "^10.3.10",
  7422. "graceful-fs": "^4.2.6",
  7423. "make-fetch-happen": "^13.0.0",
  7424. "nopt": "^7.0.0",
  7425. "proc-log": "^3.0.0",
  7426. "semver": "^7.3.5",
  7427. "tar": "^6.1.2",
  7428. "which": "^4.0.0"
  7429. },
  7430. "bin": {
  7431. "node-gyp": "bin/node-gyp.js"
  7432. },
  7433. "engines": {
  7434. "node": "^16.14.0 || >=18.0.0"
  7435. }
  7436. },
  7437. "node_modules/node-gyp-build": {
  7438. "version": "4.8.1",
  7439. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
  7440. "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
  7441. "bin": {
  7442. "node-gyp-build": "bin.js",
  7443. "node-gyp-build-optional": "optional.js",
  7444. "node-gyp-build-test": "build-test.js"
  7445. }
  7446. },
  7447. "node_modules/node-gyp/node_modules/abbrev": {
  7448. "version": "2.0.0",
  7449. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
  7450. "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  7451. "engines": {
  7452. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7453. }
  7454. },
  7455. "node_modules/node-gyp/node_modules/glob": {
  7456. "version": "10.3.15",
  7457. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
  7458. "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
  7459. "dependencies": {
  7460. "foreground-child": "^3.1.0",
  7461. "jackspeak": "^2.3.6",
  7462. "minimatch": "^9.0.1",
  7463. "minipass": "^7.0.4",
  7464. "path-scurry": "^1.11.0"
  7465. },
  7466. "bin": {
  7467. "glob": "dist/esm/bin.mjs"
  7468. },
  7469. "engines": {
  7470. "node": ">=16 || 14 >=14.18"
  7471. },
  7472. "funding": {
  7473. "url": "https://github.com/sponsors/isaacs"
  7474. }
  7475. },
  7476. "node_modules/node-gyp/node_modules/isexe": {
  7477. "version": "3.1.1",
  7478. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7479. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7480. "engines": {
  7481. "node": ">=16"
  7482. }
  7483. },
  7484. "node_modules/node-gyp/node_modules/minimatch": {
  7485. "version": "9.0.4",
  7486. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  7487. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  7488. "dependencies": {
  7489. "brace-expansion": "^2.0.1"
  7490. },
  7491. "engines": {
  7492. "node": ">=16 || 14 >=14.17"
  7493. },
  7494. "funding": {
  7495. "url": "https://github.com/sponsors/isaacs"
  7496. }
  7497. },
  7498. "node_modules/node-gyp/node_modules/nopt": {
  7499. "version": "7.2.1",
  7500. "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
  7501. "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  7502. "dependencies": {
  7503. "abbrev": "^2.0.0"
  7504. },
  7505. "bin": {
  7506. "nopt": "bin/nopt.js"
  7507. },
  7508. "engines": {
  7509. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7510. }
  7511. },
  7512. "node_modules/node-gyp/node_modules/proc-log": {
  7513. "version": "3.0.0",
  7514. "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
  7515. "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
  7516. "engines": {
  7517. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7518. }
  7519. },
  7520. "node_modules/node-gyp/node_modules/which": {
  7521. "version": "4.0.0",
  7522. "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
  7523. "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
  7524. "dependencies": {
  7525. "isexe": "^3.1.1"
  7526. },
  7527. "bin": {
  7528. "node-which": "bin/which.js"
  7529. },
  7530. "engines": {
  7531. "node": "^16.13.0 || >=18.0.0"
  7532. }
  7533. },
  7534. "node_modules/node-releases": {
  7535. "version": "2.0.14",
  7536. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
  7537. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  7538. },
  7539. "node_modules/nopt": {
  7540. "version": "5.0.0",
  7541. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  7542. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  7543. "dependencies": {
  7544. "abbrev": "1"
  7545. },
  7546. "bin": {
  7547. "nopt": "bin/nopt.js"
  7548. },
  7549. "engines": {
  7550. "node": ">=6"
  7551. }
  7552. },
  7553. "node_modules/normalize-package-data": {
  7554. "version": "6.0.1",
  7555. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
  7556. "integrity": "sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==",
  7557. "dependencies": {
  7558. "hosted-git-info": "^7.0.0",
  7559. "is-core-module": "^2.8.1",
  7560. "semver": "^7.3.5",
  7561. "validate-npm-package-license": "^3.0.4"
  7562. },
  7563. "engines": {
  7564. "node": "^16.14.0 || >=18.0.0"
  7565. }
  7566. },
  7567. "node_modules/normalize-path": {
  7568. "version": "3.0.0",
  7569. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  7570. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7571. "engines": {
  7572. "node": ">=0.10.0"
  7573. }
  7574. },
  7575. "node_modules/normalize-range": {
  7576. "version": "0.1.2",
  7577. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  7578. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7579. "engines": {
  7580. "node": ">=0.10.0"
  7581. }
  7582. },
  7583. "node_modules/npm-bundled": {
  7584. "version": "3.0.1",
  7585. "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz",
  7586. "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==",
  7587. "dependencies": {
  7588. "npm-normalize-package-bin": "^3.0.0"
  7589. },
  7590. "engines": {
  7591. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7592. }
  7593. },
  7594. "node_modules/npm-install-checks": {
  7595. "version": "6.3.0",
  7596. "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
  7597. "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
  7598. "dependencies": {
  7599. "semver": "^7.1.1"
  7600. },
  7601. "engines": {
  7602. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7603. }
  7604. },
  7605. "node_modules/npm-normalize-package-bin": {
  7606. "version": "3.0.1",
  7607. "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
  7608. "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
  7609. "engines": {
  7610. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7611. }
  7612. },
  7613. "node_modules/npm-package-arg": {
  7614. "version": "11.0.2",
  7615. "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz",
  7616. "integrity": "sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==",
  7617. "dependencies": {
  7618. "hosted-git-info": "^7.0.0",
  7619. "proc-log": "^4.0.0",
  7620. "semver": "^7.3.5",
  7621. "validate-npm-package-name": "^5.0.0"
  7622. },
  7623. "engines": {
  7624. "node": "^16.14.0 || >=18.0.0"
  7625. }
  7626. },
  7627. "node_modules/npm-packlist": {
  7628. "version": "8.0.2",
  7629. "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
  7630. "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
  7631. "dependencies": {
  7632. "ignore-walk": "^6.0.4"
  7633. },
  7634. "engines": {
  7635. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7636. }
  7637. },
  7638. "node_modules/npm-pick-manifest": {
  7639. "version": "9.0.1",
  7640. "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz",
  7641. "integrity": "sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==",
  7642. "dependencies": {
  7643. "npm-install-checks": "^6.0.0",
  7644. "npm-normalize-package-bin": "^3.0.0",
  7645. "npm-package-arg": "^11.0.0",
  7646. "semver": "^7.3.5"
  7647. },
  7648. "engines": {
  7649. "node": "^16.14.0 || >=18.0.0"
  7650. }
  7651. },
  7652. "node_modules/npm-registry-fetch": {
  7653. "version": "17.0.1",
  7654. "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
  7655. "integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
  7656. "dependencies": {
  7657. "@npmcli/redact": "^2.0.0",
  7658. "make-fetch-happen": "^13.0.0",
  7659. "minipass": "^7.0.2",
  7660. "minipass-fetch": "^3.0.0",
  7661. "minipass-json-stream": "^1.0.1",
  7662. "minizlib": "^2.1.2",
  7663. "npm-package-arg": "^11.0.0",
  7664. "proc-log": "^4.0.0"
  7665. },
  7666. "engines": {
  7667. "node": "^16.14.0 || >=18.0.0"
  7668. }
  7669. },
  7670. "node_modules/npm-run-path": {
  7671. "version": "5.3.0",
  7672. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  7673. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  7674. "dependencies": {
  7675. "path-key": "^4.0.0"
  7676. },
  7677. "engines": {
  7678. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7679. },
  7680. "funding": {
  7681. "url": "https://github.com/sponsors/sindresorhus"
  7682. }
  7683. },
  7684. "node_modules/npm-run-path/node_modules/path-key": {
  7685. "version": "4.0.0",
  7686. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  7687. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  7688. "engines": {
  7689. "node": ">=12"
  7690. },
  7691. "funding": {
  7692. "url": "https://github.com/sponsors/sindresorhus"
  7693. }
  7694. },
  7695. "node_modules/npmlog": {
  7696. "version": "5.0.1",
  7697. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  7698. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  7699. "deprecated": "This package is no longer supported.",
  7700. "dependencies": {
  7701. "are-we-there-yet": "^2.0.0",
  7702. "console-control-strings": "^1.1.0",
  7703. "gauge": "^3.0.0",
  7704. "set-blocking": "^2.0.0"
  7705. }
  7706. },
  7707. "node_modules/nth-check": {
  7708. "version": "2.1.1",
  7709. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  7710. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7711. "dependencies": {
  7712. "boolbase": "^1.0.0"
  7713. },
  7714. "funding": {
  7715. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7716. }
  7717. },
  7718. "node_modules/nuxi": {
  7719. "version": "3.11.1",
  7720. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.11.1.tgz",
  7721. "integrity": "sha512-AW71TpxRHNg8MplQVju9tEFvXPvX42e0wPYknutSStDuAjV99vWTWYed4jxr/grk2FtKAuv2KvdJxcn2W59qyg==",
  7722. "bin": {
  7723. "nuxi": "bin/nuxi.mjs",
  7724. "nuxi-ng": "bin/nuxi.mjs",
  7725. "nuxt": "bin/nuxi.mjs",
  7726. "nuxt-cli": "bin/nuxi.mjs"
  7727. },
  7728. "engines": {
  7729. "node": "^16.10.0 || >=18.0.0"
  7730. },
  7731. "optionalDependencies": {
  7732. "fsevents": "~2.3.3"
  7733. }
  7734. },
  7735. "node_modules/nuxt": {
  7736. "version": "3.11.2",
  7737. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.11.2.tgz",
  7738. "integrity": "sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==",
  7739. "dependencies": {
  7740. "@nuxt/devalue": "^2.0.2",
  7741. "@nuxt/devtools": "^1.1.5",
  7742. "@nuxt/kit": "3.11.2",
  7743. "@nuxt/schema": "3.11.2",
  7744. "@nuxt/telemetry": "^2.5.3",
  7745. "@nuxt/ui-templates": "^1.3.2",
  7746. "@nuxt/vite-builder": "3.11.2",
  7747. "@unhead/dom": "^1.9.4",
  7748. "@unhead/ssr": "^1.9.4",
  7749. "@unhead/vue": "^1.9.4",
  7750. "@vue/shared": "^3.4.21",
  7751. "acorn": "8.11.3",
  7752. "c12": "^1.10.0",
  7753. "chokidar": "^3.6.0",
  7754. "cookie-es": "^1.1.0",
  7755. "defu": "^6.1.4",
  7756. "destr": "^2.0.3",
  7757. "devalue": "^4.3.2",
  7758. "esbuild": "^0.20.2",
  7759. "escape-string-regexp": "^5.0.0",
  7760. "estree-walker": "^3.0.3",
  7761. "fs-extra": "^11.2.0",
  7762. "globby": "^14.0.1",
  7763. "h3": "^1.11.1",
  7764. "hookable": "^5.5.3",
  7765. "jiti": "^1.21.0",
  7766. "klona": "^2.0.6",
  7767. "knitwork": "^1.1.0",
  7768. "magic-string": "^0.30.9",
  7769. "mlly": "^1.6.1",
  7770. "nitropack": "^2.9.6",
  7771. "nuxi": "^3.11.1",
  7772. "nypm": "^0.3.8",
  7773. "ofetch": "^1.3.4",
  7774. "ohash": "^1.1.3",
  7775. "pathe": "^1.1.2",
  7776. "perfect-debounce": "^1.0.0",
  7777. "pkg-types": "^1.0.3",
  7778. "radix3": "^1.1.2",
  7779. "scule": "^1.3.0",
  7780. "std-env": "^3.7.0",
  7781. "strip-literal": "^2.1.0",
  7782. "ufo": "^1.5.3",
  7783. "ultrahtml": "^1.5.3",
  7784. "uncrypto": "^0.1.3",
  7785. "unctx": "^2.3.1",
  7786. "unenv": "^1.9.0",
  7787. "unimport": "^3.7.1",
  7788. "unplugin": "^1.10.1",
  7789. "unplugin-vue-router": "^0.7.0",
  7790. "unstorage": "^1.10.2",
  7791. "untyped": "^1.4.2",
  7792. "vue": "^3.4.21",
  7793. "vue-bundle-renderer": "^2.0.0",
  7794. "vue-devtools-stub": "^0.1.0",
  7795. "vue-router": "^4.3.0"
  7796. },
  7797. "bin": {
  7798. "nuxi": "bin/nuxt.mjs",
  7799. "nuxt": "bin/nuxt.mjs"
  7800. },
  7801. "engines": {
  7802. "node": "^14.18.0 || >=16.10.0"
  7803. },
  7804. "peerDependencies": {
  7805. "@parcel/watcher": "^2.1.0",
  7806. "@types/node": "^14.18.0 || >=16.10.0"
  7807. },
  7808. "peerDependenciesMeta": {
  7809. "@parcel/watcher": {
  7810. "optional": true
  7811. },
  7812. "@types/node": {
  7813. "optional": true
  7814. }
  7815. }
  7816. },
  7817. "node_modules/nuxtjs-naive-ui": {
  7818. "version": "1.0.2",
  7819. "resolved": "https://registry.npmjs.org/nuxtjs-naive-ui/-/nuxtjs-naive-ui-1.0.2.tgz",
  7820. "integrity": "sha512-qJ5ZKTEQieNaSNJFHdRCCz9SOLRB7Rg0vwzFJe64WYKt+SzDM2sQ7ZXj2raJzyIPBtKInQv6yDo2vvSBsLiUHA==",
  7821. "dependencies": {
  7822. "@css-render/vue3-ssr": "^0.15.14",
  7823. "@nuxt/kit": "^3.11.2"
  7824. }
  7825. },
  7826. "node_modules/nypm": {
  7827. "version": "0.3.8",
  7828. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.8.tgz",
  7829. "integrity": "sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==",
  7830. "dependencies": {
  7831. "citty": "^0.1.6",
  7832. "consola": "^3.2.3",
  7833. "execa": "^8.0.1",
  7834. "pathe": "^1.1.2",
  7835. "ufo": "^1.4.0"
  7836. },
  7837. "bin": {
  7838. "nypm": "dist/cli.mjs"
  7839. },
  7840. "engines": {
  7841. "node": "^14.16.0 || >=16.10.0"
  7842. }
  7843. },
  7844. "node_modules/nypm/node_modules/execa": {
  7845. "version": "8.0.1",
  7846. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  7847. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  7848. "dependencies": {
  7849. "cross-spawn": "^7.0.3",
  7850. "get-stream": "^8.0.1",
  7851. "human-signals": "^5.0.0",
  7852. "is-stream": "^3.0.0",
  7853. "merge-stream": "^2.0.0",
  7854. "npm-run-path": "^5.1.0",
  7855. "onetime": "^6.0.0",
  7856. "signal-exit": "^4.1.0",
  7857. "strip-final-newline": "^3.0.0"
  7858. },
  7859. "engines": {
  7860. "node": ">=16.17"
  7861. },
  7862. "funding": {
  7863. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7864. }
  7865. },
  7866. "node_modules/nypm/node_modules/get-stream": {
  7867. "version": "8.0.1",
  7868. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  7869. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7870. "engines": {
  7871. "node": ">=16"
  7872. },
  7873. "funding": {
  7874. "url": "https://github.com/sponsors/sindresorhus"
  7875. }
  7876. },
  7877. "node_modules/nypm/node_modules/human-signals": {
  7878. "version": "5.0.0",
  7879. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  7880. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7881. "engines": {
  7882. "node": ">=16.17.0"
  7883. }
  7884. },
  7885. "node_modules/nypm/node_modules/signal-exit": {
  7886. "version": "4.1.0",
  7887. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  7888. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  7889. "engines": {
  7890. "node": ">=14"
  7891. },
  7892. "funding": {
  7893. "url": "https://github.com/sponsors/isaacs"
  7894. }
  7895. },
  7896. "node_modules/object-assign": {
  7897. "version": "4.1.1",
  7898. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  7899. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7900. "engines": {
  7901. "node": ">=0.10.0"
  7902. }
  7903. },
  7904. "node_modules/ofetch": {
  7905. "version": "1.3.4",
  7906. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz",
  7907. "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==",
  7908. "dependencies": {
  7909. "destr": "^2.0.3",
  7910. "node-fetch-native": "^1.6.3",
  7911. "ufo": "^1.5.3"
  7912. }
  7913. },
  7914. "node_modules/ohash": {
  7915. "version": "1.1.3",
  7916. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz",
  7917. "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw=="
  7918. },
  7919. "node_modules/on-finished": {
  7920. "version": "2.4.1",
  7921. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  7922. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  7923. "dependencies": {
  7924. "ee-first": "1.1.1"
  7925. },
  7926. "engines": {
  7927. "node": ">= 0.8"
  7928. }
  7929. },
  7930. "node_modules/once": {
  7931. "version": "1.4.0",
  7932. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  7933. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7934. "dependencies": {
  7935. "wrappy": "1"
  7936. }
  7937. },
  7938. "node_modules/onetime": {
  7939. "version": "6.0.0",
  7940. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  7941. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  7942. "dependencies": {
  7943. "mimic-fn": "^4.0.0"
  7944. },
  7945. "engines": {
  7946. "node": ">=12"
  7947. },
  7948. "funding": {
  7949. "url": "https://github.com/sponsors/sindresorhus"
  7950. }
  7951. },
  7952. "node_modules/open": {
  7953. "version": "8.4.2",
  7954. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  7955. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  7956. "dependencies": {
  7957. "define-lazy-prop": "^2.0.0",
  7958. "is-docker": "^2.1.1",
  7959. "is-wsl": "^2.2.0"
  7960. },
  7961. "engines": {
  7962. "node": ">=12"
  7963. },
  7964. "funding": {
  7965. "url": "https://github.com/sponsors/sindresorhus"
  7966. }
  7967. },
  7968. "node_modules/open/node_modules/is-docker": {
  7969. "version": "2.2.1",
  7970. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  7971. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  7972. "bin": {
  7973. "is-docker": "cli.js"
  7974. },
  7975. "engines": {
  7976. "node": ">=8"
  7977. },
  7978. "funding": {
  7979. "url": "https://github.com/sponsors/sindresorhus"
  7980. }
  7981. },
  7982. "node_modules/open/node_modules/is-wsl": {
  7983. "version": "2.2.0",
  7984. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  7985. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  7986. "dependencies": {
  7987. "is-docker": "^2.0.0"
  7988. },
  7989. "engines": {
  7990. "node": ">=8"
  7991. }
  7992. },
  7993. "node_modules/openapi-typescript": {
  7994. "version": "6.7.6",
  7995. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  7996. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  7997. "dependencies": {
  7998. "ansi-colors": "^4.1.3",
  7999. "fast-glob": "^3.3.2",
  8000. "js-yaml": "^4.1.0",
  8001. "supports-color": "^9.4.0",
  8002. "undici": "^5.28.4",
  8003. "yargs-parser": "^21.1.1"
  8004. },
  8005. "bin": {
  8006. "openapi-typescript": "bin/cli.js"
  8007. }
  8008. },
  8009. "node_modules/openapi-typescript/node_modules/supports-color": {
  8010. "version": "9.4.0",
  8011. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  8012. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  8013. "engines": {
  8014. "node": ">=12"
  8015. },
  8016. "funding": {
  8017. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8018. }
  8019. },
  8020. "node_modules/p-limit": {
  8021. "version": "3.1.0",
  8022. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  8023. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8024. "peer": true,
  8025. "dependencies": {
  8026. "yocto-queue": "^0.1.0"
  8027. },
  8028. "engines": {
  8029. "node": ">=10"
  8030. },
  8031. "funding": {
  8032. "url": "https://github.com/sponsors/sindresorhus"
  8033. }
  8034. },
  8035. "node_modules/p-locate": {
  8036. "version": "5.0.0",
  8037. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  8038. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  8039. "peer": true,
  8040. "dependencies": {
  8041. "p-limit": "^3.0.2"
  8042. },
  8043. "engines": {
  8044. "node": ">=10"
  8045. },
  8046. "funding": {
  8047. "url": "https://github.com/sponsors/sindresorhus"
  8048. }
  8049. },
  8050. "node_modules/p-map": {
  8051. "version": "4.0.0",
  8052. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  8053. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  8054. "dependencies": {
  8055. "aggregate-error": "^3.0.0"
  8056. },
  8057. "engines": {
  8058. "node": ">=10"
  8059. },
  8060. "funding": {
  8061. "url": "https://github.com/sponsors/sindresorhus"
  8062. }
  8063. },
  8064. "node_modules/pacote": {
  8065. "version": "18.0.6",
  8066. "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
  8067. "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
  8068. "dependencies": {
  8069. "@npmcli/git": "^5.0.0",
  8070. "@npmcli/installed-package-contents": "^2.0.1",
  8071. "@npmcli/package-json": "^5.1.0",
  8072. "@npmcli/promise-spawn": "^7.0.0",
  8073. "@npmcli/run-script": "^8.0.0",
  8074. "cacache": "^18.0.0",
  8075. "fs-minipass": "^3.0.0",
  8076. "minipass": "^7.0.2",
  8077. "npm-package-arg": "^11.0.0",
  8078. "npm-packlist": "^8.0.0",
  8079. "npm-pick-manifest": "^9.0.0",
  8080. "npm-registry-fetch": "^17.0.0",
  8081. "proc-log": "^4.0.0",
  8082. "promise-retry": "^2.0.1",
  8083. "sigstore": "^2.2.0",
  8084. "ssri": "^10.0.0",
  8085. "tar": "^6.1.11"
  8086. },
  8087. "bin": {
  8088. "pacote": "bin/index.js"
  8089. },
  8090. "engines": {
  8091. "node": "^16.14.0 || >=18.0.0"
  8092. }
  8093. },
  8094. "node_modules/parse-git-config": {
  8095. "version": "3.0.0",
  8096. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  8097. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  8098. "dependencies": {
  8099. "git-config-path": "^2.0.0",
  8100. "ini": "^1.3.5"
  8101. },
  8102. "engines": {
  8103. "node": ">=8"
  8104. }
  8105. },
  8106. "node_modules/parse-git-config/node_modules/ini": {
  8107. "version": "1.3.8",
  8108. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8109. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8110. },
  8111. "node_modules/parse-path": {
  8112. "version": "7.0.0",
  8113. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  8114. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  8115. "dependencies": {
  8116. "protocols": "^2.0.0"
  8117. }
  8118. },
  8119. "node_modules/parse-url": {
  8120. "version": "8.1.0",
  8121. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  8122. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  8123. "dependencies": {
  8124. "parse-path": "^7.0.0"
  8125. }
  8126. },
  8127. "node_modules/parseurl": {
  8128. "version": "1.3.3",
  8129. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  8130. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  8131. "engines": {
  8132. "node": ">= 0.8"
  8133. }
  8134. },
  8135. "node_modules/path-exists": {
  8136. "version": "4.0.0",
  8137. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  8138. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8139. "peer": true,
  8140. "engines": {
  8141. "node": ">=8"
  8142. }
  8143. },
  8144. "node_modules/path-is-absolute": {
  8145. "version": "1.0.1",
  8146. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  8147. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  8148. "engines": {
  8149. "node": ">=0.10.0"
  8150. }
  8151. },
  8152. "node_modules/path-key": {
  8153. "version": "3.1.1",
  8154. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  8155. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8156. "engines": {
  8157. "node": ">=8"
  8158. }
  8159. },
  8160. "node_modules/path-parse": {
  8161. "version": "1.0.7",
  8162. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  8163. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  8164. },
  8165. "node_modules/path-scurry": {
  8166. "version": "1.11.1",
  8167. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  8168. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  8169. "dependencies": {
  8170. "lru-cache": "^10.2.0",
  8171. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  8172. },
  8173. "engines": {
  8174. "node": ">=16 || 14 >=14.18"
  8175. },
  8176. "funding": {
  8177. "url": "https://github.com/sponsors/isaacs"
  8178. }
  8179. },
  8180. "node_modules/path-scurry/node_modules/lru-cache": {
  8181. "version": "10.2.2",
  8182. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  8183. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  8184. "engines": {
  8185. "node": "14 || >=16.14"
  8186. }
  8187. },
  8188. "node_modules/path-type": {
  8189. "version": "5.0.0",
  8190. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  8191. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  8192. "engines": {
  8193. "node": ">=12"
  8194. },
  8195. "funding": {
  8196. "url": "https://github.com/sponsors/sindresorhus"
  8197. }
  8198. },
  8199. "node_modules/pathe": {
  8200. "version": "1.1.2",
  8201. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  8202. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  8203. },
  8204. "node_modules/perfect-debounce": {
  8205. "version": "1.0.0",
  8206. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  8207. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  8208. },
  8209. "node_modules/picocolors": {
  8210. "version": "1.0.1",
  8211. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
  8212. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
  8213. },
  8214. "node_modules/picomatch": {
  8215. "version": "2.3.1",
  8216. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  8217. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8218. "engines": {
  8219. "node": ">=8.6"
  8220. },
  8221. "funding": {
  8222. "url": "https://github.com/sponsors/jonschlinkert"
  8223. }
  8224. },
  8225. "node_modules/pkg-types": {
  8226. "version": "1.1.1",
  8227. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.1.tgz",
  8228. "integrity": "sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==",
  8229. "dependencies": {
  8230. "confbox": "^0.1.7",
  8231. "mlly": "^1.7.0",
  8232. "pathe": "^1.1.2"
  8233. }
  8234. },
  8235. "node_modules/postcss": {
  8236. "version": "8.4.38",
  8237. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
  8238. "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
  8239. "funding": [
  8240. {
  8241. "type": "opencollective",
  8242. "url": "https://opencollective.com/postcss/"
  8243. },
  8244. {
  8245. "type": "tidelift",
  8246. "url": "https://tidelift.com/funding/github/npm/postcss"
  8247. },
  8248. {
  8249. "type": "github",
  8250. "url": "https://github.com/sponsors/ai"
  8251. }
  8252. ],
  8253. "dependencies": {
  8254. "nanoid": "^3.3.7",
  8255. "picocolors": "^1.0.0",
  8256. "source-map-js": "^1.2.0"
  8257. },
  8258. "engines": {
  8259. "node": "^10 || ^12 || >=14"
  8260. }
  8261. },
  8262. "node_modules/postcss-calc": {
  8263. "version": "9.0.1",
  8264. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
  8265. "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
  8266. "dependencies": {
  8267. "postcss-selector-parser": "^6.0.11",
  8268. "postcss-value-parser": "^4.2.0"
  8269. },
  8270. "engines": {
  8271. "node": "^14 || ^16 || >=18.0"
  8272. },
  8273. "peerDependencies": {
  8274. "postcss": "^8.2.2"
  8275. }
  8276. },
  8277. "node_modules/postcss-colormin": {
  8278. "version": "6.1.0",
  8279. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz",
  8280. "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==",
  8281. "dependencies": {
  8282. "browserslist": "^4.23.0",
  8283. "caniuse-api": "^3.0.0",
  8284. "colord": "^2.9.3",
  8285. "postcss-value-parser": "^4.2.0"
  8286. },
  8287. "engines": {
  8288. "node": "^14 || ^16 || >=18.0"
  8289. },
  8290. "peerDependencies": {
  8291. "postcss": "^8.4.31"
  8292. }
  8293. },
  8294. "node_modules/postcss-convert-values": {
  8295. "version": "6.1.0",
  8296. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz",
  8297. "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==",
  8298. "dependencies": {
  8299. "browserslist": "^4.23.0",
  8300. "postcss-value-parser": "^4.2.0"
  8301. },
  8302. "engines": {
  8303. "node": "^14 || ^16 || >=18.0"
  8304. },
  8305. "peerDependencies": {
  8306. "postcss": "^8.4.31"
  8307. }
  8308. },
  8309. "node_modules/postcss-discard-comments": {
  8310. "version": "6.0.2",
  8311. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
  8312. "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
  8313. "engines": {
  8314. "node": "^14 || ^16 || >=18.0"
  8315. },
  8316. "peerDependencies": {
  8317. "postcss": "^8.4.31"
  8318. }
  8319. },
  8320. "node_modules/postcss-discard-duplicates": {
  8321. "version": "6.0.3",
  8322. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz",
  8323. "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==",
  8324. "engines": {
  8325. "node": "^14 || ^16 || >=18.0"
  8326. },
  8327. "peerDependencies": {
  8328. "postcss": "^8.4.31"
  8329. }
  8330. },
  8331. "node_modules/postcss-discard-empty": {
  8332. "version": "6.0.3",
  8333. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
  8334. "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
  8335. "engines": {
  8336. "node": "^14 || ^16 || >=18.0"
  8337. },
  8338. "peerDependencies": {
  8339. "postcss": "^8.4.31"
  8340. }
  8341. },
  8342. "node_modules/postcss-discard-overridden": {
  8343. "version": "6.0.2",
  8344. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
  8345. "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
  8346. "engines": {
  8347. "node": "^14 || ^16 || >=18.0"
  8348. },
  8349. "peerDependencies": {
  8350. "postcss": "^8.4.31"
  8351. }
  8352. },
  8353. "node_modules/postcss-merge-longhand": {
  8354. "version": "6.0.5",
  8355. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz",
  8356. "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==",
  8357. "dependencies": {
  8358. "postcss-value-parser": "^4.2.0",
  8359. "stylehacks": "^6.1.1"
  8360. },
  8361. "engines": {
  8362. "node": "^14 || ^16 || >=18.0"
  8363. },
  8364. "peerDependencies": {
  8365. "postcss": "^8.4.31"
  8366. }
  8367. },
  8368. "node_modules/postcss-merge-rules": {
  8369. "version": "6.1.1",
  8370. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz",
  8371. "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==",
  8372. "dependencies": {
  8373. "browserslist": "^4.23.0",
  8374. "caniuse-api": "^3.0.0",
  8375. "cssnano-utils": "^4.0.2",
  8376. "postcss-selector-parser": "^6.0.16"
  8377. },
  8378. "engines": {
  8379. "node": "^14 || ^16 || >=18.0"
  8380. },
  8381. "peerDependencies": {
  8382. "postcss": "^8.4.31"
  8383. }
  8384. },
  8385. "node_modules/postcss-minify-font-values": {
  8386. "version": "6.1.0",
  8387. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz",
  8388. "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==",
  8389. "dependencies": {
  8390. "postcss-value-parser": "^4.2.0"
  8391. },
  8392. "engines": {
  8393. "node": "^14 || ^16 || >=18.0"
  8394. },
  8395. "peerDependencies": {
  8396. "postcss": "^8.4.31"
  8397. }
  8398. },
  8399. "node_modules/postcss-minify-gradients": {
  8400. "version": "6.0.3",
  8401. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz",
  8402. "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==",
  8403. "dependencies": {
  8404. "colord": "^2.9.3",
  8405. "cssnano-utils": "^4.0.2",
  8406. "postcss-value-parser": "^4.2.0"
  8407. },
  8408. "engines": {
  8409. "node": "^14 || ^16 || >=18.0"
  8410. },
  8411. "peerDependencies": {
  8412. "postcss": "^8.4.31"
  8413. }
  8414. },
  8415. "node_modules/postcss-minify-params": {
  8416. "version": "6.1.0",
  8417. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz",
  8418. "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==",
  8419. "dependencies": {
  8420. "browserslist": "^4.23.0",
  8421. "cssnano-utils": "^4.0.2",
  8422. "postcss-value-parser": "^4.2.0"
  8423. },
  8424. "engines": {
  8425. "node": "^14 || ^16 || >=18.0"
  8426. },
  8427. "peerDependencies": {
  8428. "postcss": "^8.4.31"
  8429. }
  8430. },
  8431. "node_modules/postcss-minify-selectors": {
  8432. "version": "6.0.4",
  8433. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz",
  8434. "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==",
  8435. "dependencies": {
  8436. "postcss-selector-parser": "^6.0.16"
  8437. },
  8438. "engines": {
  8439. "node": "^14 || ^16 || >=18.0"
  8440. },
  8441. "peerDependencies": {
  8442. "postcss": "^8.4.31"
  8443. }
  8444. },
  8445. "node_modules/postcss-normalize-charset": {
  8446. "version": "6.0.2",
  8447. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz",
  8448. "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==",
  8449. "engines": {
  8450. "node": "^14 || ^16 || >=18.0"
  8451. },
  8452. "peerDependencies": {
  8453. "postcss": "^8.4.31"
  8454. }
  8455. },
  8456. "node_modules/postcss-normalize-display-values": {
  8457. "version": "6.0.2",
  8458. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz",
  8459. "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==",
  8460. "dependencies": {
  8461. "postcss-value-parser": "^4.2.0"
  8462. },
  8463. "engines": {
  8464. "node": "^14 || ^16 || >=18.0"
  8465. },
  8466. "peerDependencies": {
  8467. "postcss": "^8.4.31"
  8468. }
  8469. },
  8470. "node_modules/postcss-normalize-positions": {
  8471. "version": "6.0.2",
  8472. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz",
  8473. "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==",
  8474. "dependencies": {
  8475. "postcss-value-parser": "^4.2.0"
  8476. },
  8477. "engines": {
  8478. "node": "^14 || ^16 || >=18.0"
  8479. },
  8480. "peerDependencies": {
  8481. "postcss": "^8.4.31"
  8482. }
  8483. },
  8484. "node_modules/postcss-normalize-repeat-style": {
  8485. "version": "6.0.2",
  8486. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz",
  8487. "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==",
  8488. "dependencies": {
  8489. "postcss-value-parser": "^4.2.0"
  8490. },
  8491. "engines": {
  8492. "node": "^14 || ^16 || >=18.0"
  8493. },
  8494. "peerDependencies": {
  8495. "postcss": "^8.4.31"
  8496. }
  8497. },
  8498. "node_modules/postcss-normalize-string": {
  8499. "version": "6.0.2",
  8500. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz",
  8501. "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==",
  8502. "dependencies": {
  8503. "postcss-value-parser": "^4.2.0"
  8504. },
  8505. "engines": {
  8506. "node": "^14 || ^16 || >=18.0"
  8507. },
  8508. "peerDependencies": {
  8509. "postcss": "^8.4.31"
  8510. }
  8511. },
  8512. "node_modules/postcss-normalize-timing-functions": {
  8513. "version": "6.0.2",
  8514. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz",
  8515. "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==",
  8516. "dependencies": {
  8517. "postcss-value-parser": "^4.2.0"
  8518. },
  8519. "engines": {
  8520. "node": "^14 || ^16 || >=18.0"
  8521. },
  8522. "peerDependencies": {
  8523. "postcss": "^8.4.31"
  8524. }
  8525. },
  8526. "node_modules/postcss-normalize-unicode": {
  8527. "version": "6.1.0",
  8528. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz",
  8529. "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==",
  8530. "dependencies": {
  8531. "browserslist": "^4.23.0",
  8532. "postcss-value-parser": "^4.2.0"
  8533. },
  8534. "engines": {
  8535. "node": "^14 || ^16 || >=18.0"
  8536. },
  8537. "peerDependencies": {
  8538. "postcss": "^8.4.31"
  8539. }
  8540. },
  8541. "node_modules/postcss-normalize-url": {
  8542. "version": "6.0.2",
  8543. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz",
  8544. "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==",
  8545. "dependencies": {
  8546. "postcss-value-parser": "^4.2.0"
  8547. },
  8548. "engines": {
  8549. "node": "^14 || ^16 || >=18.0"
  8550. },
  8551. "peerDependencies": {
  8552. "postcss": "^8.4.31"
  8553. }
  8554. },
  8555. "node_modules/postcss-normalize-whitespace": {
  8556. "version": "6.0.2",
  8557. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz",
  8558. "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==",
  8559. "dependencies": {
  8560. "postcss-value-parser": "^4.2.0"
  8561. },
  8562. "engines": {
  8563. "node": "^14 || ^16 || >=18.0"
  8564. },
  8565. "peerDependencies": {
  8566. "postcss": "^8.4.31"
  8567. }
  8568. },
  8569. "node_modules/postcss-ordered-values": {
  8570. "version": "6.0.2",
  8571. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz",
  8572. "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==",
  8573. "dependencies": {
  8574. "cssnano-utils": "^4.0.2",
  8575. "postcss-value-parser": "^4.2.0"
  8576. },
  8577. "engines": {
  8578. "node": "^14 || ^16 || >=18.0"
  8579. },
  8580. "peerDependencies": {
  8581. "postcss": "^8.4.31"
  8582. }
  8583. },
  8584. "node_modules/postcss-reduce-initial": {
  8585. "version": "6.1.0",
  8586. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz",
  8587. "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==",
  8588. "dependencies": {
  8589. "browserslist": "^4.23.0",
  8590. "caniuse-api": "^3.0.0"
  8591. },
  8592. "engines": {
  8593. "node": "^14 || ^16 || >=18.0"
  8594. },
  8595. "peerDependencies": {
  8596. "postcss": "^8.4.31"
  8597. }
  8598. },
  8599. "node_modules/postcss-reduce-transforms": {
  8600. "version": "6.0.2",
  8601. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz",
  8602. "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==",
  8603. "dependencies": {
  8604. "postcss-value-parser": "^4.2.0"
  8605. },
  8606. "engines": {
  8607. "node": "^14 || ^16 || >=18.0"
  8608. },
  8609. "peerDependencies": {
  8610. "postcss": "^8.4.31"
  8611. }
  8612. },
  8613. "node_modules/postcss-selector-parser": {
  8614. "version": "6.0.16",
  8615. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
  8616. "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
  8617. "dependencies": {
  8618. "cssesc": "^3.0.0",
  8619. "util-deprecate": "^1.0.2"
  8620. },
  8621. "engines": {
  8622. "node": ">=4"
  8623. }
  8624. },
  8625. "node_modules/postcss-svgo": {
  8626. "version": "6.0.3",
  8627. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz",
  8628. "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==",
  8629. "dependencies": {
  8630. "postcss-value-parser": "^4.2.0",
  8631. "svgo": "^3.2.0"
  8632. },
  8633. "engines": {
  8634. "node": "^14 || ^16 || >= 18"
  8635. },
  8636. "peerDependencies": {
  8637. "postcss": "^8.4.31"
  8638. }
  8639. },
  8640. "node_modules/postcss-unique-selectors": {
  8641. "version": "6.0.4",
  8642. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz",
  8643. "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==",
  8644. "dependencies": {
  8645. "postcss-selector-parser": "^6.0.16"
  8646. },
  8647. "engines": {
  8648. "node": "^14 || ^16 || >=18.0"
  8649. },
  8650. "peerDependencies": {
  8651. "postcss": "^8.4.31"
  8652. }
  8653. },
  8654. "node_modules/postcss-value-parser": {
  8655. "version": "4.2.0",
  8656. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8657. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  8658. },
  8659. "node_modules/postcss/node_modules/nanoid": {
  8660. "version": "3.3.7",
  8661. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  8662. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  8663. "funding": [
  8664. {
  8665. "type": "github",
  8666. "url": "https://github.com/sponsors/ai"
  8667. }
  8668. ],
  8669. "bin": {
  8670. "nanoid": "bin/nanoid.cjs"
  8671. },
  8672. "engines": {
  8673. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8674. }
  8675. },
  8676. "node_modules/pretty-bytes": {
  8677. "version": "6.1.1",
  8678. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  8679. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  8680. "engines": {
  8681. "node": "^14.13.1 || >=16.0.0"
  8682. },
  8683. "funding": {
  8684. "url": "https://github.com/sponsors/sindresorhus"
  8685. }
  8686. },
  8687. "node_modules/proc-log": {
  8688. "version": "4.2.0",
  8689. "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
  8690. "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
  8691. "engines": {
  8692. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8693. }
  8694. },
  8695. "node_modules/process": {
  8696. "version": "0.11.10",
  8697. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  8698. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  8699. "engines": {
  8700. "node": ">= 0.6.0"
  8701. }
  8702. },
  8703. "node_modules/process-nextick-args": {
  8704. "version": "2.0.1",
  8705. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8706. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  8707. },
  8708. "node_modules/promise-inflight": {
  8709. "version": "1.0.1",
  8710. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  8711. "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="
  8712. },
  8713. "node_modules/promise-retry": {
  8714. "version": "2.0.1",
  8715. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  8716. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  8717. "dependencies": {
  8718. "err-code": "^2.0.2",
  8719. "retry": "^0.12.0"
  8720. },
  8721. "engines": {
  8722. "node": ">=10"
  8723. }
  8724. },
  8725. "node_modules/prompts": {
  8726. "version": "2.4.2",
  8727. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  8728. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  8729. "dependencies": {
  8730. "kleur": "^3.0.3",
  8731. "sisteransi": "^1.0.5"
  8732. },
  8733. "engines": {
  8734. "node": ">= 6"
  8735. }
  8736. },
  8737. "node_modules/protocols": {
  8738. "version": "2.0.1",
  8739. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  8740. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  8741. },
  8742. "node_modules/queue-microtask": {
  8743. "version": "1.2.3",
  8744. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8745. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8746. "funding": [
  8747. {
  8748. "type": "github",
  8749. "url": "https://github.com/sponsors/feross"
  8750. },
  8751. {
  8752. "type": "patreon",
  8753. "url": "https://www.patreon.com/feross"
  8754. },
  8755. {
  8756. "type": "consulting",
  8757. "url": "https://feross.org/support"
  8758. }
  8759. ]
  8760. },
  8761. "node_modules/queue-tick": {
  8762. "version": "1.0.1",
  8763. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  8764. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  8765. },
  8766. "node_modules/radix3": {
  8767. "version": "1.1.2",
  8768. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  8769. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  8770. },
  8771. "node_modules/randombytes": {
  8772. "version": "2.1.0",
  8773. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  8774. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  8775. "dependencies": {
  8776. "safe-buffer": "^5.1.0"
  8777. }
  8778. },
  8779. "node_modules/range-parser": {
  8780. "version": "1.2.1",
  8781. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  8782. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  8783. "engines": {
  8784. "node": ">= 0.6"
  8785. }
  8786. },
  8787. "node_modules/rc9": {
  8788. "version": "2.1.2",
  8789. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  8790. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  8791. "dependencies": {
  8792. "defu": "^6.1.4",
  8793. "destr": "^2.0.3"
  8794. }
  8795. },
  8796. "node_modules/readable-stream": {
  8797. "version": "4.5.2",
  8798. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  8799. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  8800. "dependencies": {
  8801. "abort-controller": "^3.0.0",
  8802. "buffer": "^6.0.3",
  8803. "events": "^3.3.0",
  8804. "process": "^0.11.10",
  8805. "string_decoder": "^1.3.0"
  8806. },
  8807. "engines": {
  8808. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  8809. }
  8810. },
  8811. "node_modules/readdir-glob": {
  8812. "version": "1.1.3",
  8813. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  8814. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  8815. "dependencies": {
  8816. "minimatch": "^5.1.0"
  8817. }
  8818. },
  8819. "node_modules/readdirp": {
  8820. "version": "3.6.0",
  8821. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  8822. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  8823. "dependencies": {
  8824. "picomatch": "^2.2.1"
  8825. },
  8826. "engines": {
  8827. "node": ">=8.10.0"
  8828. }
  8829. },
  8830. "node_modules/redis-errors": {
  8831. "version": "1.2.0",
  8832. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  8833. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  8834. "engines": {
  8835. "node": ">=4"
  8836. }
  8837. },
  8838. "node_modules/redis-parser": {
  8839. "version": "3.0.0",
  8840. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  8841. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  8842. "dependencies": {
  8843. "redis-errors": "^1.0.0"
  8844. },
  8845. "engines": {
  8846. "node": ">=4"
  8847. }
  8848. },
  8849. "node_modules/regenerator-runtime": {
  8850. "version": "0.14.1",
  8851. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  8852. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  8853. "dev": true
  8854. },
  8855. "node_modules/require-directory": {
  8856. "version": "2.1.1",
  8857. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  8858. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  8859. "engines": {
  8860. "node": ">=0.10.0"
  8861. }
  8862. },
  8863. "node_modules/resolve": {
  8864. "version": "1.22.8",
  8865. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  8866. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  8867. "dependencies": {
  8868. "is-core-module": "^2.13.0",
  8869. "path-parse": "^1.0.7",
  8870. "supports-preserve-symlinks-flag": "^1.0.0"
  8871. },
  8872. "bin": {
  8873. "resolve": "bin/resolve"
  8874. },
  8875. "funding": {
  8876. "url": "https://github.com/sponsors/ljharb"
  8877. }
  8878. },
  8879. "node_modules/resolve-from": {
  8880. "version": "5.0.0",
  8881. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  8882. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  8883. "engines": {
  8884. "node": ">=8"
  8885. }
  8886. },
  8887. "node_modules/retry": {
  8888. "version": "0.12.0",
  8889. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  8890. "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
  8891. "engines": {
  8892. "node": ">= 4"
  8893. }
  8894. },
  8895. "node_modules/reusify": {
  8896. "version": "1.0.4",
  8897. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  8898. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  8899. "engines": {
  8900. "iojs": ">=1.0.0",
  8901. "node": ">=0.10.0"
  8902. }
  8903. },
  8904. "node_modules/rfdc": {
  8905. "version": "1.3.1",
  8906. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz",
  8907. "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg=="
  8908. },
  8909. "node_modules/rimraf": {
  8910. "version": "3.0.2",
  8911. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  8912. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8913. "dependencies": {
  8914. "glob": "^7.1.3"
  8915. },
  8916. "bin": {
  8917. "rimraf": "bin.js"
  8918. },
  8919. "funding": {
  8920. "url": "https://github.com/sponsors/isaacs"
  8921. }
  8922. },
  8923. "node_modules/rimraf/node_modules/brace-expansion": {
  8924. "version": "1.1.11",
  8925. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8926. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8927. "dependencies": {
  8928. "balanced-match": "^1.0.0",
  8929. "concat-map": "0.0.1"
  8930. }
  8931. },
  8932. "node_modules/rimraf/node_modules/glob": {
  8933. "version": "7.2.3",
  8934. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8935. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8936. "dependencies": {
  8937. "fs.realpath": "^1.0.0",
  8938. "inflight": "^1.0.4",
  8939. "inherits": "2",
  8940. "minimatch": "^3.1.1",
  8941. "once": "^1.3.0",
  8942. "path-is-absolute": "^1.0.0"
  8943. },
  8944. "engines": {
  8945. "node": "*"
  8946. },
  8947. "funding": {
  8948. "url": "https://github.com/sponsors/isaacs"
  8949. }
  8950. },
  8951. "node_modules/rimraf/node_modules/minimatch": {
  8952. "version": "3.1.2",
  8953. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  8954. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8955. "dependencies": {
  8956. "brace-expansion": "^1.1.7"
  8957. },
  8958. "engines": {
  8959. "node": "*"
  8960. }
  8961. },
  8962. "node_modules/rollup": {
  8963. "version": "4.17.2",
  8964. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.2.tgz",
  8965. "integrity": "sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==",
  8966. "dependencies": {
  8967. "@types/estree": "1.0.5"
  8968. },
  8969. "bin": {
  8970. "rollup": "dist/bin/rollup"
  8971. },
  8972. "engines": {
  8973. "node": ">=18.0.0",
  8974. "npm": ">=8.0.0"
  8975. },
  8976. "optionalDependencies": {
  8977. "@rollup/rollup-android-arm-eabi": "4.17.2",
  8978. "@rollup/rollup-android-arm64": "4.17.2",
  8979. "@rollup/rollup-darwin-arm64": "4.17.2",
  8980. "@rollup/rollup-darwin-x64": "4.17.2",
  8981. "@rollup/rollup-linux-arm-gnueabihf": "4.17.2",
  8982. "@rollup/rollup-linux-arm-musleabihf": "4.17.2",
  8983. "@rollup/rollup-linux-arm64-gnu": "4.17.2",
  8984. "@rollup/rollup-linux-arm64-musl": "4.17.2",
  8985. "@rollup/rollup-linux-powerpc64le-gnu": "4.17.2",
  8986. "@rollup/rollup-linux-riscv64-gnu": "4.17.2",
  8987. "@rollup/rollup-linux-s390x-gnu": "4.17.2",
  8988. "@rollup/rollup-linux-x64-gnu": "4.17.2",
  8989. "@rollup/rollup-linux-x64-musl": "4.17.2",
  8990. "@rollup/rollup-win32-arm64-msvc": "4.17.2",
  8991. "@rollup/rollup-win32-ia32-msvc": "4.17.2",
  8992. "@rollup/rollup-win32-x64-msvc": "4.17.2",
  8993. "fsevents": "~2.3.2"
  8994. }
  8995. },
  8996. "node_modules/rollup-plugin-visualizer": {
  8997. "version": "5.12.0",
  8998. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  8999. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  9000. "dependencies": {
  9001. "open": "^8.4.0",
  9002. "picomatch": "^2.3.1",
  9003. "source-map": "^0.7.4",
  9004. "yargs": "^17.5.1"
  9005. },
  9006. "bin": {
  9007. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9008. },
  9009. "engines": {
  9010. "node": ">=14"
  9011. },
  9012. "peerDependencies": {
  9013. "rollup": "2.x || 3.x || 4.x"
  9014. },
  9015. "peerDependenciesMeta": {
  9016. "rollup": {
  9017. "optional": true
  9018. }
  9019. }
  9020. },
  9021. "node_modules/run-applescript": {
  9022. "version": "7.0.0",
  9023. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  9024. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  9025. "engines": {
  9026. "node": ">=18"
  9027. },
  9028. "funding": {
  9029. "url": "https://github.com/sponsors/sindresorhus"
  9030. }
  9031. },
  9032. "node_modules/run-parallel": {
  9033. "version": "1.2.0",
  9034. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  9035. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  9036. "funding": [
  9037. {
  9038. "type": "github",
  9039. "url": "https://github.com/sponsors/feross"
  9040. },
  9041. {
  9042. "type": "patreon",
  9043. "url": "https://www.patreon.com/feross"
  9044. },
  9045. {
  9046. "type": "consulting",
  9047. "url": "https://feross.org/support"
  9048. }
  9049. ],
  9050. "dependencies": {
  9051. "queue-microtask": "^1.2.2"
  9052. }
  9053. },
  9054. "node_modules/safe-buffer": {
  9055. "version": "5.2.1",
  9056. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  9057. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  9058. "funding": [
  9059. {
  9060. "type": "github",
  9061. "url": "https://github.com/sponsors/feross"
  9062. },
  9063. {
  9064. "type": "patreon",
  9065. "url": "https://www.patreon.com/feross"
  9066. },
  9067. {
  9068. "type": "consulting",
  9069. "url": "https://feross.org/support"
  9070. }
  9071. ]
  9072. },
  9073. "node_modules/safer-buffer": {
  9074. "version": "2.1.2",
  9075. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  9076. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  9077. "optional": true
  9078. },
  9079. "node_modules/sass": {
  9080. "version": "1.77.2",
  9081. "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz",
  9082. "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==",
  9083. "devOptional": true,
  9084. "dependencies": {
  9085. "chokidar": ">=3.0.0 <4.0.0",
  9086. "immutable": "^4.0.0",
  9087. "source-map-js": ">=0.6.2 <2.0.0"
  9088. },
  9089. "bin": {
  9090. "sass": "sass.js"
  9091. },
  9092. "engines": {
  9093. "node": ">=14.0.0"
  9094. }
  9095. },
  9096. "node_modules/scule": {
  9097. "version": "1.3.0",
  9098. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  9099. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  9100. },
  9101. "node_modules/seemly": {
  9102. "version": "0.3.8",
  9103. "resolved": "https://registry.npmjs.org/seemly/-/seemly-0.3.8.tgz",
  9104. "integrity": "sha512-MW8Qs6vbzo0pHmDpFSYPna+lwpZ6Zk1ancbajw/7E8TKtHdV+1DfZZD+kKJEhG/cAoB/i+LiT+5msZOqj0DwRA==",
  9105. "dev": true
  9106. },
  9107. "node_modules/semver": {
  9108. "version": "7.6.2",
  9109. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
  9110. "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
  9111. "bin": {
  9112. "semver": "bin/semver.js"
  9113. },
  9114. "engines": {
  9115. "node": ">=10"
  9116. }
  9117. },
  9118. "node_modules/send": {
  9119. "version": "0.18.0",
  9120. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  9121. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  9122. "dependencies": {
  9123. "debug": "2.6.9",
  9124. "depd": "2.0.0",
  9125. "destroy": "1.2.0",
  9126. "encodeurl": "~1.0.2",
  9127. "escape-html": "~1.0.3",
  9128. "etag": "~1.8.1",
  9129. "fresh": "0.5.2",
  9130. "http-errors": "2.0.0",
  9131. "mime": "1.6.0",
  9132. "ms": "2.1.3",
  9133. "on-finished": "2.4.1",
  9134. "range-parser": "~1.2.1",
  9135. "statuses": "2.0.1"
  9136. },
  9137. "engines": {
  9138. "node": ">= 0.8.0"
  9139. }
  9140. },
  9141. "node_modules/send/node_modules/debug": {
  9142. "version": "2.6.9",
  9143. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  9144. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  9145. "dependencies": {
  9146. "ms": "2.0.0"
  9147. }
  9148. },
  9149. "node_modules/send/node_modules/debug/node_modules/ms": {
  9150. "version": "2.0.0",
  9151. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  9152. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  9153. },
  9154. "node_modules/send/node_modules/mime": {
  9155. "version": "1.6.0",
  9156. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  9157. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  9158. "bin": {
  9159. "mime": "cli.js"
  9160. },
  9161. "engines": {
  9162. "node": ">=4"
  9163. }
  9164. },
  9165. "node_modules/send/node_modules/ms": {
  9166. "version": "2.1.3",
  9167. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  9168. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  9169. },
  9170. "node_modules/serialize-javascript": {
  9171. "version": "6.0.2",
  9172. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  9173. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  9174. "dependencies": {
  9175. "randombytes": "^2.1.0"
  9176. }
  9177. },
  9178. "node_modules/serve-placeholder": {
  9179. "version": "2.0.1",
  9180. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.1.tgz",
  9181. "integrity": "sha512-rUzLlXk4uPFnbEaIz3SW8VISTxMuONas88nYWjAWaM2W9VDbt9tyFOr3lq8RhVOFrT3XISoBw8vni5una8qMnQ==",
  9182. "dependencies": {
  9183. "defu": "^6.0.0"
  9184. }
  9185. },
  9186. "node_modules/serve-static": {
  9187. "version": "1.15.0",
  9188. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  9189. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  9190. "dependencies": {
  9191. "encodeurl": "~1.0.2",
  9192. "escape-html": "~1.0.3",
  9193. "parseurl": "~1.3.3",
  9194. "send": "0.18.0"
  9195. },
  9196. "engines": {
  9197. "node": ">= 0.8.0"
  9198. }
  9199. },
  9200. "node_modules/set-blocking": {
  9201. "version": "2.0.0",
  9202. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  9203. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  9204. },
  9205. "node_modules/setprototypeof": {
  9206. "version": "1.2.0",
  9207. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  9208. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  9209. },
  9210. "node_modules/shebang-command": {
  9211. "version": "2.0.0",
  9212. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  9213. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  9214. "dependencies": {
  9215. "shebang-regex": "^3.0.0"
  9216. },
  9217. "engines": {
  9218. "node": ">=8"
  9219. }
  9220. },
  9221. "node_modules/shebang-regex": {
  9222. "version": "3.0.0",
  9223. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  9224. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  9225. "engines": {
  9226. "node": ">=8"
  9227. }
  9228. },
  9229. "node_modules/shell-quote": {
  9230. "version": "1.8.1",
  9231. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  9232. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  9233. "funding": {
  9234. "url": "https://github.com/sponsors/ljharb"
  9235. }
  9236. },
  9237. "node_modules/shiki": {
  9238. "version": "1.5.2",
  9239. "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.2.tgz",
  9240. "integrity": "sha512-fpPbuSaatinmdGijE7VYUD3hxLozR3ZZ+iAx8Iy2X6REmJGyF5hQl94SgmiUNTospq346nXUVZx0035dyGvIVw==",
  9241. "dependencies": {
  9242. "@shikijs/core": "1.5.2"
  9243. }
  9244. },
  9245. "node_modules/signal-exit": {
  9246. "version": "3.0.7",
  9247. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  9248. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  9249. },
  9250. "node_modules/sigstore": {
  9251. "version": "2.3.1",
  9252. "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.1.tgz",
  9253. "integrity": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==",
  9254. "dependencies": {
  9255. "@sigstore/bundle": "^2.3.2",
  9256. "@sigstore/core": "^1.0.0",
  9257. "@sigstore/protobuf-specs": "^0.3.2",
  9258. "@sigstore/sign": "^2.3.2",
  9259. "@sigstore/tuf": "^2.3.4",
  9260. "@sigstore/verify": "^1.2.1"
  9261. },
  9262. "engines": {
  9263. "node": "^16.14.0 || >=18.0.0"
  9264. }
  9265. },
  9266. "node_modules/simple-git": {
  9267. "version": "3.24.0",
  9268. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.24.0.tgz",
  9269. "integrity": "sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==",
  9270. "dependencies": {
  9271. "@kwsites/file-exists": "^1.1.1",
  9272. "@kwsites/promise-deferred": "^1.1.1",
  9273. "debug": "^4.3.4"
  9274. },
  9275. "funding": {
  9276. "type": "github",
  9277. "url": "https://github.com/steveukx/git-js?sponsor=1"
  9278. }
  9279. },
  9280. "node_modules/sirv": {
  9281. "version": "2.0.4",
  9282. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  9283. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  9284. "dependencies": {
  9285. "@polka/url": "^1.0.0-next.24",
  9286. "mrmime": "^2.0.0",
  9287. "totalist": "^3.0.0"
  9288. },
  9289. "engines": {
  9290. "node": ">= 10"
  9291. }
  9292. },
  9293. "node_modules/sisteransi": {
  9294. "version": "1.0.5",
  9295. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  9296. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  9297. },
  9298. "node_modules/slash": {
  9299. "version": "5.1.0",
  9300. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  9301. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  9302. "engines": {
  9303. "node": ">=14.16"
  9304. },
  9305. "funding": {
  9306. "url": "https://github.com/sponsors/sindresorhus"
  9307. }
  9308. },
  9309. "node_modules/smart-buffer": {
  9310. "version": "4.2.0",
  9311. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  9312. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  9313. "engines": {
  9314. "node": ">= 6.0.0",
  9315. "npm": ">= 3.0.0"
  9316. }
  9317. },
  9318. "node_modules/smob": {
  9319. "version": "1.5.0",
  9320. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  9321. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  9322. },
  9323. "node_modules/socks": {
  9324. "version": "2.8.3",
  9325. "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
  9326. "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
  9327. "dependencies": {
  9328. "ip-address": "^9.0.5",
  9329. "smart-buffer": "^4.2.0"
  9330. },
  9331. "engines": {
  9332. "node": ">= 10.0.0",
  9333. "npm": ">= 3.0.0"
  9334. }
  9335. },
  9336. "node_modules/socks-proxy-agent": {
  9337. "version": "8.0.3",
  9338. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
  9339. "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
  9340. "dependencies": {
  9341. "agent-base": "^7.1.1",
  9342. "debug": "^4.3.4",
  9343. "socks": "^2.7.1"
  9344. },
  9345. "engines": {
  9346. "node": ">= 14"
  9347. }
  9348. },
  9349. "node_modules/socks-proxy-agent/node_modules/agent-base": {
  9350. "version": "7.1.1",
  9351. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  9352. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  9353. "dependencies": {
  9354. "debug": "^4.3.4"
  9355. },
  9356. "engines": {
  9357. "node": ">= 14"
  9358. }
  9359. },
  9360. "node_modules/source-map": {
  9361. "version": "0.7.4",
  9362. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  9363. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  9364. "engines": {
  9365. "node": ">= 8"
  9366. }
  9367. },
  9368. "node_modules/source-map-js": {
  9369. "version": "1.2.0",
  9370. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  9371. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  9372. "engines": {
  9373. "node": ">=0.10.0"
  9374. }
  9375. },
  9376. "node_modules/source-map-support": {
  9377. "version": "0.5.21",
  9378. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  9379. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  9380. "dependencies": {
  9381. "buffer-from": "^1.0.0",
  9382. "source-map": "^0.6.0"
  9383. }
  9384. },
  9385. "node_modules/source-map-support/node_modules/source-map": {
  9386. "version": "0.6.1",
  9387. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9388. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9389. "engines": {
  9390. "node": ">=0.10.0"
  9391. }
  9392. },
  9393. "node_modules/spdx-correct": {
  9394. "version": "3.2.0",
  9395. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
  9396. "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
  9397. "dependencies": {
  9398. "spdx-expression-parse": "^3.0.0",
  9399. "spdx-license-ids": "^3.0.0"
  9400. }
  9401. },
  9402. "node_modules/spdx-exceptions": {
  9403. "version": "2.5.0",
  9404. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  9405. "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
  9406. },
  9407. "node_modules/spdx-expression-parse": {
  9408. "version": "3.0.1",
  9409. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  9410. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  9411. "dependencies": {
  9412. "spdx-exceptions": "^2.1.0",
  9413. "spdx-license-ids": "^3.0.0"
  9414. }
  9415. },
  9416. "node_modules/spdx-license-ids": {
  9417. "version": "3.0.17",
  9418. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
  9419. "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
  9420. },
  9421. "node_modules/speakingurl": {
  9422. "version": "14.0.1",
  9423. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  9424. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  9425. "engines": {
  9426. "node": ">=0.10.0"
  9427. }
  9428. },
  9429. "node_modules/splitpanes": {
  9430. "version": "3.1.5",
  9431. "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.1.5.tgz",
  9432. "integrity": "sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==",
  9433. "funding": {
  9434. "url": "https://github.com/sponsors/antoniandre"
  9435. }
  9436. },
  9437. "node_modules/sprintf-js": {
  9438. "version": "1.1.3",
  9439. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
  9440. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
  9441. },
  9442. "node_modules/ssri": {
  9443. "version": "10.0.6",
  9444. "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
  9445. "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
  9446. "dependencies": {
  9447. "minipass": "^7.0.3"
  9448. },
  9449. "engines": {
  9450. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9451. }
  9452. },
  9453. "node_modules/standard-as-callback": {
  9454. "version": "2.1.0",
  9455. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  9456. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  9457. },
  9458. "node_modules/statuses": {
  9459. "version": "2.0.1",
  9460. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  9461. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  9462. "engines": {
  9463. "node": ">= 0.8"
  9464. }
  9465. },
  9466. "node_modules/std-env": {
  9467. "version": "3.7.0",
  9468. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  9469. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  9470. },
  9471. "node_modules/streamx": {
  9472. "version": "2.16.1",
  9473. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
  9474. "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
  9475. "dependencies": {
  9476. "fast-fifo": "^1.1.0",
  9477. "queue-tick": "^1.0.1"
  9478. },
  9479. "optionalDependencies": {
  9480. "bare-events": "^2.2.0"
  9481. }
  9482. },
  9483. "node_modules/string_decoder": {
  9484. "version": "1.3.0",
  9485. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  9486. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  9487. "dependencies": {
  9488. "safe-buffer": "~5.2.0"
  9489. }
  9490. },
  9491. "node_modules/string-width": {
  9492. "version": "4.2.3",
  9493. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9494. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9495. "dependencies": {
  9496. "emoji-regex": "^8.0.0",
  9497. "is-fullwidth-code-point": "^3.0.0",
  9498. "strip-ansi": "^6.0.1"
  9499. },
  9500. "engines": {
  9501. "node": ">=8"
  9502. }
  9503. },
  9504. "node_modules/string-width-cjs": {
  9505. "name": "string-width",
  9506. "version": "4.2.3",
  9507. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9508. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9509. "dependencies": {
  9510. "emoji-regex": "^8.0.0",
  9511. "is-fullwidth-code-point": "^3.0.0",
  9512. "strip-ansi": "^6.0.1"
  9513. },
  9514. "engines": {
  9515. "node": ">=8"
  9516. }
  9517. },
  9518. "node_modules/strip-ansi": {
  9519. "version": "6.0.1",
  9520. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9521. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9522. "dependencies": {
  9523. "ansi-regex": "^5.0.1"
  9524. },
  9525. "engines": {
  9526. "node": ">=8"
  9527. }
  9528. },
  9529. "node_modules/strip-ansi-cjs": {
  9530. "name": "strip-ansi",
  9531. "version": "6.0.1",
  9532. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9533. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9534. "dependencies": {
  9535. "ansi-regex": "^5.0.1"
  9536. },
  9537. "engines": {
  9538. "node": ">=8"
  9539. }
  9540. },
  9541. "node_modules/strip-final-newline": {
  9542. "version": "3.0.0",
  9543. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  9544. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  9545. "engines": {
  9546. "node": ">=12"
  9547. },
  9548. "funding": {
  9549. "url": "https://github.com/sponsors/sindresorhus"
  9550. }
  9551. },
  9552. "node_modules/strip-literal": {
  9553. "version": "2.1.0",
  9554. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  9555. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  9556. "dependencies": {
  9557. "js-tokens": "^9.0.0"
  9558. },
  9559. "funding": {
  9560. "url": "https://github.com/sponsors/antfu"
  9561. }
  9562. },
  9563. "node_modules/strip-literal/node_modules/js-tokens": {
  9564. "version": "9.0.0",
  9565. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  9566. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  9567. },
  9568. "node_modules/stylehacks": {
  9569. "version": "6.1.1",
  9570. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz",
  9571. "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==",
  9572. "dependencies": {
  9573. "browserslist": "^4.23.0",
  9574. "postcss-selector-parser": "^6.0.16"
  9575. },
  9576. "engines": {
  9577. "node": "^14 || ^16 || >=18.0"
  9578. },
  9579. "peerDependencies": {
  9580. "postcss": "^8.4.31"
  9581. }
  9582. },
  9583. "node_modules/supports-color": {
  9584. "version": "5.5.0",
  9585. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  9586. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  9587. "dependencies": {
  9588. "has-flag": "^3.0.0"
  9589. },
  9590. "engines": {
  9591. "node": ">=4"
  9592. }
  9593. },
  9594. "node_modules/supports-preserve-symlinks-flag": {
  9595. "version": "1.0.0",
  9596. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  9597. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  9598. "engines": {
  9599. "node": ">= 0.4"
  9600. },
  9601. "funding": {
  9602. "url": "https://github.com/sponsors/ljharb"
  9603. }
  9604. },
  9605. "node_modules/svg-tags": {
  9606. "version": "1.0.0",
  9607. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  9608. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  9609. },
  9610. "node_modules/svgo": {
  9611. "version": "3.3.2",
  9612. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
  9613. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  9614. "dependencies": {
  9615. "@trysound/sax": "0.2.0",
  9616. "commander": "^7.2.0",
  9617. "css-select": "^5.1.0",
  9618. "css-tree": "^2.3.1",
  9619. "css-what": "^6.1.0",
  9620. "csso": "^5.0.5",
  9621. "picocolors": "^1.0.0"
  9622. },
  9623. "bin": {
  9624. "svgo": "bin/svgo"
  9625. },
  9626. "engines": {
  9627. "node": ">=14.0.0"
  9628. },
  9629. "funding": {
  9630. "type": "opencollective",
  9631. "url": "https://opencollective.com/svgo"
  9632. }
  9633. },
  9634. "node_modules/system-architecture": {
  9635. "version": "0.1.0",
  9636. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  9637. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  9638. "engines": {
  9639. "node": ">=18"
  9640. },
  9641. "funding": {
  9642. "url": "https://github.com/sponsors/sindresorhus"
  9643. }
  9644. },
  9645. "node_modules/tabbable": {
  9646. "version": "6.2.0",
  9647. "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz",
  9648. "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
  9649. },
  9650. "node_modules/tapable": {
  9651. "version": "2.2.1",
  9652. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  9653. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  9654. "engines": {
  9655. "node": ">=6"
  9656. }
  9657. },
  9658. "node_modules/tar": {
  9659. "version": "6.2.1",
  9660. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  9661. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  9662. "dependencies": {
  9663. "chownr": "^2.0.0",
  9664. "fs-minipass": "^2.0.0",
  9665. "minipass": "^5.0.0",
  9666. "minizlib": "^2.1.1",
  9667. "mkdirp": "^1.0.3",
  9668. "yallist": "^4.0.0"
  9669. },
  9670. "engines": {
  9671. "node": ">=10"
  9672. }
  9673. },
  9674. "node_modules/tar-stream": {
  9675. "version": "3.1.7",
  9676. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  9677. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  9678. "dependencies": {
  9679. "b4a": "^1.6.4",
  9680. "fast-fifo": "^1.2.0",
  9681. "streamx": "^2.15.0"
  9682. }
  9683. },
  9684. "node_modules/tar/node_modules/fs-minipass": {
  9685. "version": "2.1.0",
  9686. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  9687. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  9688. "dependencies": {
  9689. "minipass": "^3.0.0"
  9690. },
  9691. "engines": {
  9692. "node": ">= 8"
  9693. }
  9694. },
  9695. "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
  9696. "version": "3.3.6",
  9697. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  9698. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  9699. "dependencies": {
  9700. "yallist": "^4.0.0"
  9701. },
  9702. "engines": {
  9703. "node": ">=8"
  9704. }
  9705. },
  9706. "node_modules/tar/node_modules/minipass": {
  9707. "version": "5.0.0",
  9708. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  9709. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  9710. "engines": {
  9711. "node": ">=8"
  9712. }
  9713. },
  9714. "node_modules/tar/node_modules/yallist": {
  9715. "version": "4.0.0",
  9716. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  9717. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  9718. },
  9719. "node_modules/terser": {
  9720. "version": "5.31.0",
  9721. "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz",
  9722. "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==",
  9723. "dependencies": {
  9724. "@jridgewell/source-map": "^0.3.3",
  9725. "acorn": "^8.8.2",
  9726. "commander": "^2.20.0",
  9727. "source-map-support": "~0.5.20"
  9728. },
  9729. "bin": {
  9730. "terser": "bin/terser"
  9731. },
  9732. "engines": {
  9733. "node": ">=10"
  9734. }
  9735. },
  9736. "node_modules/terser/node_modules/commander": {
  9737. "version": "2.20.3",
  9738. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  9739. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  9740. },
  9741. "node_modules/tiny-invariant": {
  9742. "version": "1.3.3",
  9743. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  9744. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  9745. },
  9746. "node_modules/to-fast-properties": {
  9747. "version": "2.0.0",
  9748. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  9749. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  9750. "engines": {
  9751. "node": ">=4"
  9752. }
  9753. },
  9754. "node_modules/to-regex-range": {
  9755. "version": "5.0.1",
  9756. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9757. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9758. "dependencies": {
  9759. "is-number": "^7.0.0"
  9760. },
  9761. "engines": {
  9762. "node": ">=8.0"
  9763. }
  9764. },
  9765. "node_modules/toidentifier": {
  9766. "version": "1.0.1",
  9767. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  9768. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  9769. "engines": {
  9770. "node": ">=0.6"
  9771. }
  9772. },
  9773. "node_modules/totalist": {
  9774. "version": "3.0.1",
  9775. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  9776. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  9777. "engines": {
  9778. "node": ">=6"
  9779. }
  9780. },
  9781. "node_modules/tr46": {
  9782. "version": "0.0.3",
  9783. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  9784. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  9785. },
  9786. "node_modules/treemate": {
  9787. "version": "0.3.11",
  9788. "resolved": "https://registry.npmjs.org/treemate/-/treemate-0.3.11.tgz",
  9789. "integrity": "sha512-M8RGFoKtZ8dF+iwJfAJTOH/SM4KluKOKRJpjCMhI8bG3qB74zrFoArKZ62ll0Fr3mqkMJiQOmWYkdYgDeITYQg==",
  9790. "dev": true
  9791. },
  9792. "node_modules/tuf-js": {
  9793. "version": "2.2.1",
  9794. "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
  9795. "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
  9796. "dependencies": {
  9797. "@tufjs/models": "2.0.1",
  9798. "debug": "^4.3.4",
  9799. "make-fetch-happen": "^13.0.1"
  9800. },
  9801. "engines": {
  9802. "node": "^16.14.0 || >=18.0.0"
  9803. }
  9804. },
  9805. "node_modules/type-fest": {
  9806. "version": "3.13.1",
  9807. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  9808. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  9809. "engines": {
  9810. "node": ">=14.16"
  9811. },
  9812. "funding": {
  9813. "url": "https://github.com/sponsors/sindresorhus"
  9814. }
  9815. },
  9816. "node_modules/ufo": {
  9817. "version": "1.5.3",
  9818. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz",
  9819. "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw=="
  9820. },
  9821. "node_modules/ultrahtml": {
  9822. "version": "1.5.3",
  9823. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  9824. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  9825. },
  9826. "node_modules/unconfig": {
  9827. "version": "0.3.13",
  9828. "resolved": "https://registry.npmjs.org/unconfig/-/unconfig-0.3.13.tgz",
  9829. "integrity": "sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==",
  9830. "peer": true,
  9831. "dependencies": {
  9832. "@antfu/utils": "^0.7.7",
  9833. "defu": "^6.1.4",
  9834. "jiti": "^1.21.0"
  9835. },
  9836. "funding": {
  9837. "url": "https://github.com/sponsors/antfu"
  9838. }
  9839. },
  9840. "node_modules/uncrypto": {
  9841. "version": "0.1.3",
  9842. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  9843. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  9844. },
  9845. "node_modules/unctx": {
  9846. "version": "2.3.1",
  9847. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  9848. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  9849. "dependencies": {
  9850. "acorn": "^8.8.2",
  9851. "estree-walker": "^3.0.3",
  9852. "magic-string": "^0.30.0",
  9853. "unplugin": "^1.3.1"
  9854. }
  9855. },
  9856. "node_modules/undici": {
  9857. "version": "5.28.4",
  9858. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  9859. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  9860. "dependencies": {
  9861. "@fastify/busboy": "^2.0.0"
  9862. },
  9863. "engines": {
  9864. "node": ">=14.0"
  9865. }
  9866. },
  9867. "node_modules/undici-types": {
  9868. "version": "5.26.5",
  9869. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  9870. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
  9871. },
  9872. "node_modules/unenv": {
  9873. "version": "1.9.0",
  9874. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.9.0.tgz",
  9875. "integrity": "sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==",
  9876. "dependencies": {
  9877. "consola": "^3.2.3",
  9878. "defu": "^6.1.3",
  9879. "mime": "^3.0.0",
  9880. "node-fetch-native": "^1.6.1",
  9881. "pathe": "^1.1.1"
  9882. }
  9883. },
  9884. "node_modules/unenv/node_modules/mime": {
  9885. "version": "3.0.0",
  9886. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  9887. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  9888. "bin": {
  9889. "mime": "cli.js"
  9890. },
  9891. "engines": {
  9892. "node": ">=10.0.0"
  9893. }
  9894. },
  9895. "node_modules/unhead": {
  9896. "version": "1.9.10",
  9897. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.9.10.tgz",
  9898. "integrity": "sha512-Y3w+j1x1YFig2YuE+W2sER+SciRR7MQktYRHNqvZJ0iUNCCJTS8Z/SdSMUEeuFV28daXeASlR3fy7Ry3O2indg==",
  9899. "dependencies": {
  9900. "@unhead/dom": "1.9.10",
  9901. "@unhead/schema": "1.9.10",
  9902. "@unhead/shared": "1.9.10",
  9903. "hookable": "^5.5.3"
  9904. },
  9905. "funding": {
  9906. "url": "https://github.com/sponsors/harlan-zw"
  9907. }
  9908. },
  9909. "node_modules/unicorn-magic": {
  9910. "version": "0.1.0",
  9911. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  9912. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  9913. "engines": {
  9914. "node": ">=18"
  9915. },
  9916. "funding": {
  9917. "url": "https://github.com/sponsors/sindresorhus"
  9918. }
  9919. },
  9920. "node_modules/unimport": {
  9921. "version": "3.7.1",
  9922. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.7.1.tgz",
  9923. "integrity": "sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==",
  9924. "dependencies": {
  9925. "@rollup/pluginutils": "^5.1.0",
  9926. "acorn": "^8.11.2",
  9927. "escape-string-regexp": "^5.0.0",
  9928. "estree-walker": "^3.0.3",
  9929. "fast-glob": "^3.3.2",
  9930. "local-pkg": "^0.5.0",
  9931. "magic-string": "^0.30.5",
  9932. "mlly": "^1.4.2",
  9933. "pathe": "^1.1.1",
  9934. "pkg-types": "^1.0.3",
  9935. "scule": "^1.1.1",
  9936. "strip-literal": "^1.3.0",
  9937. "unplugin": "^1.5.1"
  9938. }
  9939. },
  9940. "node_modules/unimport/node_modules/strip-literal": {
  9941. "version": "1.3.0",
  9942. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz",
  9943. "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
  9944. "dependencies": {
  9945. "acorn": "^8.10.0"
  9946. },
  9947. "funding": {
  9948. "url": "https://github.com/sponsors/antfu"
  9949. }
  9950. },
  9951. "node_modules/unique-filename": {
  9952. "version": "3.0.0",
  9953. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
  9954. "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
  9955. "dependencies": {
  9956. "unique-slug": "^4.0.0"
  9957. },
  9958. "engines": {
  9959. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9960. }
  9961. },
  9962. "node_modules/unique-slug": {
  9963. "version": "4.0.0",
  9964. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
  9965. "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
  9966. "dependencies": {
  9967. "imurmurhash": "^0.1.4"
  9968. },
  9969. "engines": {
  9970. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9971. }
  9972. },
  9973. "node_modules/universalify": {
  9974. "version": "2.0.1",
  9975. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  9976. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  9977. "engines": {
  9978. "node": ">= 10.0.0"
  9979. }
  9980. },
  9981. "node_modules/unocss": {
  9982. "version": "0.60.3",
  9983. "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.60.3.tgz",
  9984. "integrity": "sha512-pUBbpgGRKCa6oB/LrGEFBWP2/2E1ZOY8XO7aVJKo2x10rqLS8tGykn1VoBUgbGJsv/8W8tskTVz+RFbCyKP+kA==",
  9985. "peer": true,
  9986. "dependencies": {
  9987. "@unocss/astro": "0.60.3",
  9988. "@unocss/cli": "0.60.3",
  9989. "@unocss/core": "0.60.3",
  9990. "@unocss/extractor-arbitrary-variants": "0.60.3",
  9991. "@unocss/postcss": "0.60.3",
  9992. "@unocss/preset-attributify": "0.60.3",
  9993. "@unocss/preset-icons": "0.60.3",
  9994. "@unocss/preset-mini": "0.60.3",
  9995. "@unocss/preset-tagify": "0.60.3",
  9996. "@unocss/preset-typography": "0.60.3",
  9997. "@unocss/preset-uno": "0.60.3",
  9998. "@unocss/preset-web-fonts": "0.60.3",
  9999. "@unocss/preset-wind": "0.60.3",
  10000. "@unocss/reset": "0.60.3",
  10001. "@unocss/transformer-attributify-jsx": "0.60.3",
  10002. "@unocss/transformer-attributify-jsx-babel": "0.60.3",
  10003. "@unocss/transformer-compile-class": "0.60.3",
  10004. "@unocss/transformer-directives": "0.60.3",
  10005. "@unocss/transformer-variant-group": "0.60.3",
  10006. "@unocss/vite": "0.60.3"
  10007. },
  10008. "engines": {
  10009. "node": ">=14"
  10010. },
  10011. "funding": {
  10012. "url": "https://github.com/sponsors/antfu"
  10013. },
  10014. "peerDependencies": {
  10015. "@unocss/webpack": "0.60.3",
  10016. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  10017. },
  10018. "peerDependenciesMeta": {
  10019. "@unocss/webpack": {
  10020. "optional": true
  10021. },
  10022. "vite": {
  10023. "optional": true
  10024. }
  10025. }
  10026. },
  10027. "node_modules/unplugin": {
  10028. "version": "1.10.1",
  10029. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.10.1.tgz",
  10030. "integrity": "sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==",
  10031. "dependencies": {
  10032. "acorn": "^8.11.3",
  10033. "chokidar": "^3.6.0",
  10034. "webpack-sources": "^3.2.3",
  10035. "webpack-virtual-modules": "^0.6.1"
  10036. },
  10037. "engines": {
  10038. "node": ">=14.0.0"
  10039. }
  10040. },
  10041. "node_modules/unplugin-auto-import": {
  10042. "version": "0.17.6",
  10043. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.17.6.tgz",
  10044. "integrity": "sha512-dmX0Pex5DzMzVuALkexboOZvh51fL/BD6aoPO7qHoTYGlQp0GRKsREv2KMF1lzYI9SXKQiRxAjwzbQnrFFNydQ==",
  10045. "dev": true,
  10046. "dependencies": {
  10047. "@antfu/utils": "^0.7.8",
  10048. "@rollup/pluginutils": "^5.1.0",
  10049. "fast-glob": "^3.3.2",
  10050. "local-pkg": "^0.5.0",
  10051. "magic-string": "^0.30.10",
  10052. "minimatch": "^9.0.4",
  10053. "unimport": "^3.7.1",
  10054. "unplugin": "^1.10.1"
  10055. },
  10056. "engines": {
  10057. "node": ">=14"
  10058. },
  10059. "funding": {
  10060. "url": "https://github.com/sponsors/antfu"
  10061. },
  10062. "peerDependencies": {
  10063. "@nuxt/kit": "^3.2.2",
  10064. "@vueuse/core": "*"
  10065. },
  10066. "peerDependenciesMeta": {
  10067. "@nuxt/kit": {
  10068. "optional": true
  10069. },
  10070. "@vueuse/core": {
  10071. "optional": true
  10072. }
  10073. }
  10074. },
  10075. "node_modules/unplugin-auto-import/node_modules/minimatch": {
  10076. "version": "9.0.4",
  10077. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  10078. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  10079. "dev": true,
  10080. "dependencies": {
  10081. "brace-expansion": "^2.0.1"
  10082. },
  10083. "engines": {
  10084. "node": ">=16 || 14 >=14.17"
  10085. },
  10086. "funding": {
  10087. "url": "https://github.com/sponsors/isaacs"
  10088. }
  10089. },
  10090. "node_modules/unplugin-vue-components": {
  10091. "version": "0.27.0",
  10092. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.27.0.tgz",
  10093. "integrity": "sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==",
  10094. "dev": true,
  10095. "dependencies": {
  10096. "@antfu/utils": "^0.7.7",
  10097. "@rollup/pluginutils": "^5.1.0",
  10098. "chokidar": "^3.6.0",
  10099. "debug": "^4.3.4",
  10100. "fast-glob": "^3.3.2",
  10101. "local-pkg": "^0.5.0",
  10102. "magic-string": "^0.30.10",
  10103. "minimatch": "^9.0.4",
  10104. "resolve": "^1.22.8",
  10105. "unplugin": "^1.10.1"
  10106. },
  10107. "engines": {
  10108. "node": ">=14"
  10109. },
  10110. "funding": {
  10111. "url": "https://github.com/sponsors/antfu"
  10112. },
  10113. "peerDependencies": {
  10114. "@babel/parser": "^7.15.8",
  10115. "@nuxt/kit": "^3.2.2",
  10116. "vue": "2 || 3"
  10117. },
  10118. "peerDependenciesMeta": {
  10119. "@babel/parser": {
  10120. "optional": true
  10121. },
  10122. "@nuxt/kit": {
  10123. "optional": true
  10124. }
  10125. }
  10126. },
  10127. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  10128. "version": "9.0.4",
  10129. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  10130. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  10131. "dev": true,
  10132. "dependencies": {
  10133. "brace-expansion": "^2.0.1"
  10134. },
  10135. "engines": {
  10136. "node": ">=16 || 14 >=14.17"
  10137. },
  10138. "funding": {
  10139. "url": "https://github.com/sponsors/isaacs"
  10140. }
  10141. },
  10142. "node_modules/unplugin-vue-router": {
  10143. "version": "0.7.0",
  10144. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.7.0.tgz",
  10145. "integrity": "sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==",
  10146. "dependencies": {
  10147. "@babel/types": "^7.22.19",
  10148. "@rollup/pluginutils": "^5.0.4",
  10149. "@vue-macros/common": "^1.8.0",
  10150. "ast-walker-scope": "^0.5.0",
  10151. "chokidar": "^3.5.3",
  10152. "fast-glob": "^3.3.1",
  10153. "json5": "^2.2.3",
  10154. "local-pkg": "^0.4.3",
  10155. "mlly": "^1.4.2",
  10156. "pathe": "^1.1.1",
  10157. "scule": "^1.0.0",
  10158. "unplugin": "^1.5.0",
  10159. "yaml": "^2.3.2"
  10160. },
  10161. "peerDependencies": {
  10162. "vue-router": "^4.1.0"
  10163. },
  10164. "peerDependenciesMeta": {
  10165. "vue-router": {
  10166. "optional": true
  10167. }
  10168. }
  10169. },
  10170. "node_modules/unplugin-vue-router/node_modules/local-pkg": {
  10171. "version": "0.4.3",
  10172. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz",
  10173. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  10174. "engines": {
  10175. "node": ">=14"
  10176. },
  10177. "funding": {
  10178. "url": "https://github.com/sponsors/antfu"
  10179. }
  10180. },
  10181. "node_modules/unstorage": {
  10182. "version": "1.10.2",
  10183. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.10.2.tgz",
  10184. "integrity": "sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==",
  10185. "dependencies": {
  10186. "anymatch": "^3.1.3",
  10187. "chokidar": "^3.6.0",
  10188. "destr": "^2.0.3",
  10189. "h3": "^1.11.1",
  10190. "listhen": "^1.7.2",
  10191. "lru-cache": "^10.2.0",
  10192. "mri": "^1.2.0",
  10193. "node-fetch-native": "^1.6.2",
  10194. "ofetch": "^1.3.3",
  10195. "ufo": "^1.4.0"
  10196. },
  10197. "peerDependencies": {
  10198. "@azure/app-configuration": "^1.5.0",
  10199. "@azure/cosmos": "^4.0.0",
  10200. "@azure/data-tables": "^13.2.2",
  10201. "@azure/identity": "^4.0.1",
  10202. "@azure/keyvault-secrets": "^4.8.0",
  10203. "@azure/storage-blob": "^12.17.0",
  10204. "@capacitor/preferences": "^5.0.7",
  10205. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  10206. "@planetscale/database": "^1.16.0",
  10207. "@upstash/redis": "^1.28.4",
  10208. "@vercel/kv": "^1.0.1",
  10209. "idb-keyval": "^6.2.1",
  10210. "ioredis": "^5.3.2"
  10211. },
  10212. "peerDependenciesMeta": {
  10213. "@azure/app-configuration": {
  10214. "optional": true
  10215. },
  10216. "@azure/cosmos": {
  10217. "optional": true
  10218. },
  10219. "@azure/data-tables": {
  10220. "optional": true
  10221. },
  10222. "@azure/identity": {
  10223. "optional": true
  10224. },
  10225. "@azure/keyvault-secrets": {
  10226. "optional": true
  10227. },
  10228. "@azure/storage-blob": {
  10229. "optional": true
  10230. },
  10231. "@capacitor/preferences": {
  10232. "optional": true
  10233. },
  10234. "@netlify/blobs": {
  10235. "optional": true
  10236. },
  10237. "@planetscale/database": {
  10238. "optional": true
  10239. },
  10240. "@upstash/redis": {
  10241. "optional": true
  10242. },
  10243. "@vercel/kv": {
  10244. "optional": true
  10245. },
  10246. "idb-keyval": {
  10247. "optional": true
  10248. },
  10249. "ioredis": {
  10250. "optional": true
  10251. }
  10252. }
  10253. },
  10254. "node_modules/unstorage/node_modules/lru-cache": {
  10255. "version": "10.2.2",
  10256. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
  10257. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  10258. "engines": {
  10259. "node": "14 || >=16.14"
  10260. }
  10261. },
  10262. "node_modules/untun": {
  10263. "version": "0.1.3",
  10264. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  10265. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  10266. "dependencies": {
  10267. "citty": "^0.1.5",
  10268. "consola": "^3.2.3",
  10269. "pathe": "^1.1.1"
  10270. },
  10271. "bin": {
  10272. "untun": "bin/untun.mjs"
  10273. }
  10274. },
  10275. "node_modules/untyped": {
  10276. "version": "1.4.2",
  10277. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.4.2.tgz",
  10278. "integrity": "sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==",
  10279. "dependencies": {
  10280. "@babel/core": "^7.23.7",
  10281. "@babel/standalone": "^7.23.8",
  10282. "@babel/types": "^7.23.6",
  10283. "defu": "^6.1.4",
  10284. "jiti": "^1.21.0",
  10285. "mri": "^1.2.0",
  10286. "scule": "^1.2.0"
  10287. },
  10288. "bin": {
  10289. "untyped": "dist/cli.mjs"
  10290. }
  10291. },
  10292. "node_modules/unwasm": {
  10293. "version": "0.3.9",
  10294. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  10295. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  10296. "dependencies": {
  10297. "knitwork": "^1.0.0",
  10298. "magic-string": "^0.30.8",
  10299. "mlly": "^1.6.1",
  10300. "pathe": "^1.1.2",
  10301. "pkg-types": "^1.0.3",
  10302. "unplugin": "^1.10.0"
  10303. }
  10304. },
  10305. "node_modules/update-browserslist-db": {
  10306. "version": "1.0.16",
  10307. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz",
  10308. "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==",
  10309. "funding": [
  10310. {
  10311. "type": "opencollective",
  10312. "url": "https://opencollective.com/browserslist"
  10313. },
  10314. {
  10315. "type": "tidelift",
  10316. "url": "https://tidelift.com/funding/github/npm/browserslist"
  10317. },
  10318. {
  10319. "type": "github",
  10320. "url": "https://github.com/sponsors/ai"
  10321. }
  10322. ],
  10323. "dependencies": {
  10324. "escalade": "^3.1.2",
  10325. "picocolors": "^1.0.1"
  10326. },
  10327. "bin": {
  10328. "update-browserslist-db": "cli.js"
  10329. },
  10330. "peerDependencies": {
  10331. "browserslist": ">= 4.21.0"
  10332. }
  10333. },
  10334. "node_modules/uqr": {
  10335. "version": "0.1.2",
  10336. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  10337. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  10338. },
  10339. "node_modules/urlpattern-polyfill": {
  10340. "version": "8.0.2",
  10341. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  10342. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  10343. },
  10344. "node_modules/util-deprecate": {
  10345. "version": "1.0.2",
  10346. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  10347. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  10348. },
  10349. "node_modules/validate-npm-package-license": {
  10350. "version": "3.0.4",
  10351. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  10352. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  10353. "dependencies": {
  10354. "spdx-correct": "^3.0.0",
  10355. "spdx-expression-parse": "^3.0.0"
  10356. }
  10357. },
  10358. "node_modules/validate-npm-package-name": {
  10359. "version": "5.0.1",
  10360. "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
  10361. "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
  10362. "engines": {
  10363. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10364. }
  10365. },
  10366. "node_modules/vdirs": {
  10367. "version": "0.1.8",
  10368. "resolved": "https://registry.npmjs.org/vdirs/-/vdirs-0.1.8.tgz",
  10369. "integrity": "sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==",
  10370. "dev": true,
  10371. "dependencies": {
  10372. "evtd": "^0.2.2"
  10373. },
  10374. "peerDependencies": {
  10375. "vue": "^3.0.11"
  10376. }
  10377. },
  10378. "node_modules/vite": {
  10379. "version": "5.2.11",
  10380. "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz",
  10381. "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==",
  10382. "dependencies": {
  10383. "esbuild": "^0.20.1",
  10384. "postcss": "^8.4.38",
  10385. "rollup": "^4.13.0"
  10386. },
  10387. "bin": {
  10388. "vite": "bin/vite.js"
  10389. },
  10390. "engines": {
  10391. "node": "^18.0.0 || >=20.0.0"
  10392. },
  10393. "funding": {
  10394. "url": "https://github.com/vitejs/vite?sponsor=1"
  10395. },
  10396. "optionalDependencies": {
  10397. "fsevents": "~2.3.3"
  10398. },
  10399. "peerDependencies": {
  10400. "@types/node": "^18.0.0 || >=20.0.0",
  10401. "less": "*",
  10402. "lightningcss": "^1.21.0",
  10403. "sass": "*",
  10404. "stylus": "*",
  10405. "sugarss": "*",
  10406. "terser": "^5.4.0"
  10407. },
  10408. "peerDependenciesMeta": {
  10409. "@types/node": {
  10410. "optional": true
  10411. },
  10412. "less": {
  10413. "optional": true
  10414. },
  10415. "lightningcss": {
  10416. "optional": true
  10417. },
  10418. "sass": {
  10419. "optional": true
  10420. },
  10421. "stylus": {
  10422. "optional": true
  10423. },
  10424. "sugarss": {
  10425. "optional": true
  10426. },
  10427. "terser": {
  10428. "optional": true
  10429. }
  10430. }
  10431. },
  10432. "node_modules/vite-hot-client": {
  10433. "version": "0.2.3",
  10434. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  10435. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  10436. "funding": {
  10437. "url": "https://github.com/sponsors/antfu"
  10438. },
  10439. "peerDependencies": {
  10440. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  10441. }
  10442. },
  10443. "node_modules/vite-node": {
  10444. "version": "1.6.0",
  10445. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz",
  10446. "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==",
  10447. "dependencies": {
  10448. "cac": "^6.7.14",
  10449. "debug": "^4.3.4",
  10450. "pathe": "^1.1.1",
  10451. "picocolors": "^1.0.0",
  10452. "vite": "^5.0.0"
  10453. },
  10454. "bin": {
  10455. "vite-node": "vite-node.mjs"
  10456. },
  10457. "engines": {
  10458. "node": "^18.0.0 || >=20.0.0"
  10459. },
  10460. "funding": {
  10461. "url": "https://opencollective.com/vitest"
  10462. }
  10463. },
  10464. "node_modules/vite-plugin-checker": {
  10465. "version": "0.6.4",
  10466. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.6.4.tgz",
  10467. "integrity": "sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==",
  10468. "dependencies": {
  10469. "@babel/code-frame": "^7.12.13",
  10470. "ansi-escapes": "^4.3.0",
  10471. "chalk": "^4.1.1",
  10472. "chokidar": "^3.5.1",
  10473. "commander": "^8.0.0",
  10474. "fast-glob": "^3.2.7",
  10475. "fs-extra": "^11.1.0",
  10476. "npm-run-path": "^4.0.1",
  10477. "semver": "^7.5.0",
  10478. "strip-ansi": "^6.0.0",
  10479. "tiny-invariant": "^1.1.0",
  10480. "vscode-languageclient": "^7.0.0",
  10481. "vscode-languageserver": "^7.0.0",
  10482. "vscode-languageserver-textdocument": "^1.0.1",
  10483. "vscode-uri": "^3.0.2"
  10484. },
  10485. "engines": {
  10486. "node": ">=14.16"
  10487. },
  10488. "peerDependencies": {
  10489. "eslint": ">=7",
  10490. "meow": "^9.0.0",
  10491. "optionator": "^0.9.1",
  10492. "stylelint": ">=13",
  10493. "typescript": "*",
  10494. "vite": ">=2.0.0",
  10495. "vls": "*",
  10496. "vti": "*",
  10497. "vue-tsc": ">=1.3.9"
  10498. },
  10499. "peerDependenciesMeta": {
  10500. "eslint": {
  10501. "optional": true
  10502. },
  10503. "meow": {
  10504. "optional": true
  10505. },
  10506. "optionator": {
  10507. "optional": true
  10508. },
  10509. "stylelint": {
  10510. "optional": true
  10511. },
  10512. "typescript": {
  10513. "optional": true
  10514. },
  10515. "vls": {
  10516. "optional": true
  10517. },
  10518. "vti": {
  10519. "optional": true
  10520. },
  10521. "vue-tsc": {
  10522. "optional": true
  10523. }
  10524. }
  10525. },
  10526. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  10527. "version": "4.3.0",
  10528. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10529. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10530. "dependencies": {
  10531. "color-convert": "^2.0.1"
  10532. },
  10533. "engines": {
  10534. "node": ">=8"
  10535. },
  10536. "funding": {
  10537. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10538. }
  10539. },
  10540. "node_modules/vite-plugin-checker/node_modules/chalk": {
  10541. "version": "4.1.2",
  10542. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10543. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10544. "dependencies": {
  10545. "ansi-styles": "^4.1.0",
  10546. "supports-color": "^7.1.0"
  10547. },
  10548. "engines": {
  10549. "node": ">=10"
  10550. },
  10551. "funding": {
  10552. "url": "https://github.com/chalk/chalk?sponsor=1"
  10553. }
  10554. },
  10555. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  10556. "version": "2.0.1",
  10557. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10558. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10559. "dependencies": {
  10560. "color-name": "~1.1.4"
  10561. },
  10562. "engines": {
  10563. "node": ">=7.0.0"
  10564. }
  10565. },
  10566. "node_modules/vite-plugin-checker/node_modules/color-name": {
  10567. "version": "1.1.4",
  10568. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10569. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10570. },
  10571. "node_modules/vite-plugin-checker/node_modules/commander": {
  10572. "version": "8.3.0",
  10573. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  10574. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  10575. "engines": {
  10576. "node": ">= 12"
  10577. }
  10578. },
  10579. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  10580. "version": "4.0.0",
  10581. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10582. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10583. "engines": {
  10584. "node": ">=8"
  10585. }
  10586. },
  10587. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  10588. "version": "4.0.1",
  10589. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  10590. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  10591. "dependencies": {
  10592. "path-key": "^3.0.0"
  10593. },
  10594. "engines": {
  10595. "node": ">=8"
  10596. }
  10597. },
  10598. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  10599. "version": "7.2.0",
  10600. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10601. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10602. "dependencies": {
  10603. "has-flag": "^4.0.0"
  10604. },
  10605. "engines": {
  10606. "node": ">=8"
  10607. }
  10608. },
  10609. "node_modules/vite-plugin-inspect": {
  10610. "version": "0.8.4",
  10611. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.4.tgz",
  10612. "integrity": "sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==",
  10613. "dependencies": {
  10614. "@antfu/utils": "^0.7.7",
  10615. "@rollup/pluginutils": "^5.1.0",
  10616. "debug": "^4.3.4",
  10617. "error-stack-parser-es": "^0.1.1",
  10618. "fs-extra": "^11.2.0",
  10619. "open": "^10.1.0",
  10620. "perfect-debounce": "^1.0.0",
  10621. "picocolors": "^1.0.0",
  10622. "sirv": "^2.0.4"
  10623. },
  10624. "engines": {
  10625. "node": ">=14"
  10626. },
  10627. "funding": {
  10628. "url": "https://github.com/sponsors/antfu"
  10629. },
  10630. "peerDependencies": {
  10631. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  10632. },
  10633. "peerDependenciesMeta": {
  10634. "@nuxt/kit": {
  10635. "optional": true
  10636. }
  10637. }
  10638. },
  10639. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  10640. "version": "3.0.0",
  10641. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  10642. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  10643. "engines": {
  10644. "node": ">=12"
  10645. },
  10646. "funding": {
  10647. "url": "https://github.com/sponsors/sindresorhus"
  10648. }
  10649. },
  10650. "node_modules/vite-plugin-inspect/node_modules/open": {
  10651. "version": "10.1.0",
  10652. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  10653. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  10654. "dependencies": {
  10655. "default-browser": "^5.2.1",
  10656. "define-lazy-prop": "^3.0.0",
  10657. "is-inside-container": "^1.0.0",
  10658. "is-wsl": "^3.1.0"
  10659. },
  10660. "engines": {
  10661. "node": ">=18"
  10662. },
  10663. "funding": {
  10664. "url": "https://github.com/sponsors/sindresorhus"
  10665. }
  10666. },
  10667. "node_modules/vite-plugin-vue-inspector": {
  10668. "version": "5.1.0",
  10669. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.0.tgz",
  10670. "integrity": "sha512-yIw9dvBz9nQW7DPfbJtUVW6JTnt67hqTPRnTwT2CZWMqDvISyQHRjgKl32nlMh1DRH+92533Sv6t59pWMLUCWA==",
  10671. "dependencies": {
  10672. "@babel/core": "^7.23.0",
  10673. "@babel/plugin-proposal-decorators": "^7.23.0",
  10674. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  10675. "@babel/plugin-syntax-import-meta": "^7.10.4",
  10676. "@babel/plugin-transform-typescript": "^7.22.15",
  10677. "@vue/babel-plugin-jsx": "^1.1.5",
  10678. "@vue/compiler-dom": "^3.3.4",
  10679. "kolorist": "^1.8.0",
  10680. "magic-string": "^0.30.4"
  10681. },
  10682. "peerDependencies": {
  10683. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  10684. }
  10685. },
  10686. "node_modules/vooks": {
  10687. "version": "0.2.12",
  10688. "resolved": "https://registry.npmjs.org/vooks/-/vooks-0.2.12.tgz",
  10689. "integrity": "sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==",
  10690. "dev": true,
  10691. "dependencies": {
  10692. "evtd": "^0.2.2"
  10693. },
  10694. "peerDependencies": {
  10695. "vue": "^3.0.0"
  10696. }
  10697. },
  10698. "node_modules/vscode-jsonrpc": {
  10699. "version": "6.0.0",
  10700. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  10701. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  10702. "engines": {
  10703. "node": ">=8.0.0 || >=10.0.0"
  10704. }
  10705. },
  10706. "node_modules/vscode-languageclient": {
  10707. "version": "7.0.0",
  10708. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  10709. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  10710. "dependencies": {
  10711. "minimatch": "^3.0.4",
  10712. "semver": "^7.3.4",
  10713. "vscode-languageserver-protocol": "3.16.0"
  10714. },
  10715. "engines": {
  10716. "vscode": "^1.52.0"
  10717. }
  10718. },
  10719. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  10720. "version": "1.1.11",
  10721. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  10722. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  10723. "dependencies": {
  10724. "balanced-match": "^1.0.0",
  10725. "concat-map": "0.0.1"
  10726. }
  10727. },
  10728. "node_modules/vscode-languageclient/node_modules/minimatch": {
  10729. "version": "3.1.2",
  10730. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  10731. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  10732. "dependencies": {
  10733. "brace-expansion": "^1.1.7"
  10734. },
  10735. "engines": {
  10736. "node": "*"
  10737. }
  10738. },
  10739. "node_modules/vscode-languageserver": {
  10740. "version": "7.0.0",
  10741. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  10742. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  10743. "dependencies": {
  10744. "vscode-languageserver-protocol": "3.16.0"
  10745. },
  10746. "bin": {
  10747. "installServerIntoExtension": "bin/installServerIntoExtension"
  10748. }
  10749. },
  10750. "node_modules/vscode-languageserver-protocol": {
  10751. "version": "3.16.0",
  10752. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  10753. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  10754. "dependencies": {
  10755. "vscode-jsonrpc": "6.0.0",
  10756. "vscode-languageserver-types": "3.16.0"
  10757. }
  10758. },
  10759. "node_modules/vscode-languageserver-textdocument": {
  10760. "version": "1.0.11",
  10761. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz",
  10762. "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA=="
  10763. },
  10764. "node_modules/vscode-languageserver-types": {
  10765. "version": "3.16.0",
  10766. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  10767. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  10768. },
  10769. "node_modules/vscode-uri": {
  10770. "version": "3.0.8",
  10771. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  10772. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  10773. },
  10774. "node_modules/vue": {
  10775. "version": "3.4.27",
  10776. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.27.tgz",
  10777. "integrity": "sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==",
  10778. "dependencies": {
  10779. "@vue/compiler-dom": "3.4.27",
  10780. "@vue/compiler-sfc": "3.4.27",
  10781. "@vue/runtime-dom": "3.4.27",
  10782. "@vue/server-renderer": "3.4.27",
  10783. "@vue/shared": "3.4.27"
  10784. },
  10785. "peerDependencies": {
  10786. "typescript": "*"
  10787. },
  10788. "peerDependenciesMeta": {
  10789. "typescript": {
  10790. "optional": true
  10791. }
  10792. }
  10793. },
  10794. "node_modules/vue-bundle-renderer": {
  10795. "version": "2.1.0",
  10796. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.0.tgz",
  10797. "integrity": "sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==",
  10798. "dependencies": {
  10799. "ufo": "^1.5.3"
  10800. }
  10801. },
  10802. "node_modules/vue-devtools-stub": {
  10803. "version": "0.1.0",
  10804. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  10805. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  10806. },
  10807. "node_modules/vue-observe-visibility": {
  10808. "version": "2.0.0-alpha.1",
  10809. "resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-2.0.0-alpha.1.tgz",
  10810. "integrity": "sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==",
  10811. "peerDependencies": {
  10812. "vue": "^3.0.0"
  10813. }
  10814. },
  10815. "node_modules/vue-resize": {
  10816. "version": "2.0.0-alpha.1",
  10817. "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",
  10818. "integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==",
  10819. "peerDependencies": {
  10820. "vue": "^3.0.0"
  10821. }
  10822. },
  10823. "node_modules/vue-router": {
  10824. "version": "4.3.2",
  10825. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.2.tgz",
  10826. "integrity": "sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==",
  10827. "dependencies": {
  10828. "@vue/devtools-api": "^6.5.1"
  10829. },
  10830. "funding": {
  10831. "url": "https://github.com/sponsors/posva"
  10832. },
  10833. "peerDependencies": {
  10834. "vue": "^3.2.0"
  10835. }
  10836. },
  10837. "node_modules/vue-virtual-scroller": {
  10838. "version": "2.0.0-beta.8",
  10839. "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-2.0.0-beta.8.tgz",
  10840. "integrity": "sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==",
  10841. "dependencies": {
  10842. "mitt": "^2.1.0",
  10843. "vue-observe-visibility": "^2.0.0-alpha.1",
  10844. "vue-resize": "^2.0.0-alpha.1"
  10845. },
  10846. "peerDependencies": {
  10847. "vue": "^3.2.0"
  10848. }
  10849. },
  10850. "node_modules/vue-virtual-scroller/node_modules/mitt": {
  10851. "version": "2.1.0",
  10852. "resolved": "https://registry.npmjs.org/mitt/-/mitt-2.1.0.tgz",
  10853. "integrity": "sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg=="
  10854. },
  10855. "node_modules/vueuc": {
  10856. "version": "0.4.58",
  10857. "resolved": "https://registry.npmjs.org/vueuc/-/vueuc-0.4.58.tgz",
  10858. "integrity": "sha512-Wnj/N8WbPRSxSt+9ji1jtDHPzda5h2OH/0sFBhvdxDRuyCZbjGg3/cKMaKqEoe+dErTexG2R+i6Q8S/Toq1MYg==",
  10859. "dev": true,
  10860. "dependencies": {
  10861. "@css-render/vue3-ssr": "^0.15.10",
  10862. "@juggle/resize-observer": "^3.3.1",
  10863. "css-render": "^0.15.10",
  10864. "evtd": "^0.2.4",
  10865. "seemly": "^0.3.6",
  10866. "vdirs": "^0.1.4",
  10867. "vooks": "^0.2.4"
  10868. },
  10869. "peerDependencies": {
  10870. "vue": "^3.0.11"
  10871. }
  10872. },
  10873. "node_modules/webidl-conversions": {
  10874. "version": "3.0.1",
  10875. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  10876. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  10877. },
  10878. "node_modules/webpack-sources": {
  10879. "version": "3.2.3",
  10880. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  10881. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  10882. "engines": {
  10883. "node": ">=10.13.0"
  10884. }
  10885. },
  10886. "node_modules/webpack-virtual-modules": {
  10887. "version": "0.6.1",
  10888. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
  10889. "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg=="
  10890. },
  10891. "node_modules/whatwg-url": {
  10892. "version": "5.0.0",
  10893. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  10894. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  10895. "dependencies": {
  10896. "tr46": "~0.0.3",
  10897. "webidl-conversions": "^3.0.0"
  10898. }
  10899. },
  10900. "node_modules/which": {
  10901. "version": "3.0.1",
  10902. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  10903. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  10904. "dependencies": {
  10905. "isexe": "^2.0.0"
  10906. },
  10907. "bin": {
  10908. "node-which": "bin/which.js"
  10909. },
  10910. "engines": {
  10911. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10912. }
  10913. },
  10914. "node_modules/wide-align": {
  10915. "version": "1.1.5",
  10916. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  10917. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  10918. "dependencies": {
  10919. "string-width": "^1.0.2 || 2 || 3 || 4"
  10920. }
  10921. },
  10922. "node_modules/wowjs": {
  10923. "version": "1.1.3",
  10924. "resolved": "https://registry.npmjs.org/wowjs/-/wowjs-1.1.3.tgz",
  10925. "integrity": "sha512-HQp1gi56wYmjOYYOMZ08TnDGpT+AO21RJVa0t1NJ3jU8l3dMyP+sY7TO/lilzVp4JFjW88bBY87RnpxdpSKofA==",
  10926. "dev": true,
  10927. "dependencies": {
  10928. "animate.css": "latest"
  10929. }
  10930. },
  10931. "node_modules/wrap-ansi": {
  10932. "version": "7.0.0",
  10933. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10934. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10935. "dependencies": {
  10936. "ansi-styles": "^4.0.0",
  10937. "string-width": "^4.1.0",
  10938. "strip-ansi": "^6.0.0"
  10939. },
  10940. "engines": {
  10941. "node": ">=10"
  10942. },
  10943. "funding": {
  10944. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10945. }
  10946. },
  10947. "node_modules/wrap-ansi-cjs": {
  10948. "name": "wrap-ansi",
  10949. "version": "7.0.0",
  10950. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10951. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10952. "dependencies": {
  10953. "ansi-styles": "^4.0.0",
  10954. "string-width": "^4.1.0",
  10955. "strip-ansi": "^6.0.0"
  10956. },
  10957. "engines": {
  10958. "node": ">=10"
  10959. },
  10960. "funding": {
  10961. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10962. }
  10963. },
  10964. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  10965. "version": "4.3.0",
  10966. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10967. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10968. "dependencies": {
  10969. "color-convert": "^2.0.1"
  10970. },
  10971. "engines": {
  10972. "node": ">=8"
  10973. },
  10974. "funding": {
  10975. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10976. }
  10977. },
  10978. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  10979. "version": "2.0.1",
  10980. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10981. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10982. "dependencies": {
  10983. "color-name": "~1.1.4"
  10984. },
  10985. "engines": {
  10986. "node": ">=7.0.0"
  10987. }
  10988. },
  10989. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  10990. "version": "1.1.4",
  10991. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10992. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10993. },
  10994. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10995. "version": "4.3.0",
  10996. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10997. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10998. "dependencies": {
  10999. "color-convert": "^2.0.1"
  11000. },
  11001. "engines": {
  11002. "node": ">=8"
  11003. },
  11004. "funding": {
  11005. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11006. }
  11007. },
  11008. "node_modules/wrap-ansi/node_modules/color-convert": {
  11009. "version": "2.0.1",
  11010. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  11011. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  11012. "dependencies": {
  11013. "color-name": "~1.1.4"
  11014. },
  11015. "engines": {
  11016. "node": ">=7.0.0"
  11017. }
  11018. },
  11019. "node_modules/wrap-ansi/node_modules/color-name": {
  11020. "version": "1.1.4",
  11021. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  11022. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  11023. },
  11024. "node_modules/wrappy": {
  11025. "version": "1.0.2",
  11026. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  11027. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  11028. },
  11029. "node_modules/ws": {
  11030. "version": "8.17.0",
  11031. "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
  11032. "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
  11033. "engines": {
  11034. "node": ">=10.0.0"
  11035. },
  11036. "peerDependencies": {
  11037. "bufferutil": "^4.0.1",
  11038. "utf-8-validate": ">=5.0.2"
  11039. },
  11040. "peerDependenciesMeta": {
  11041. "bufferutil": {
  11042. "optional": true
  11043. },
  11044. "utf-8-validate": {
  11045. "optional": true
  11046. }
  11047. }
  11048. },
  11049. "node_modules/y18n": {
  11050. "version": "5.0.8",
  11051. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  11052. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  11053. "engines": {
  11054. "node": ">=10"
  11055. }
  11056. },
  11057. "node_modules/yallist": {
  11058. "version": "3.1.1",
  11059. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  11060. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  11061. },
  11062. "node_modules/yaml": {
  11063. "version": "2.4.2",
  11064. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
  11065. "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
  11066. "bin": {
  11067. "yaml": "bin.mjs"
  11068. },
  11069. "engines": {
  11070. "node": ">= 14"
  11071. }
  11072. },
  11073. "node_modules/yargs": {
  11074. "version": "17.7.2",
  11075. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  11076. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  11077. "dependencies": {
  11078. "cliui": "^8.0.1",
  11079. "escalade": "^3.1.1",
  11080. "get-caller-file": "^2.0.5",
  11081. "require-directory": "^2.1.1",
  11082. "string-width": "^4.2.3",
  11083. "y18n": "^5.0.5",
  11084. "yargs-parser": "^21.1.1"
  11085. },
  11086. "engines": {
  11087. "node": ">=12"
  11088. }
  11089. },
  11090. "node_modules/yargs-parser": {
  11091. "version": "21.1.1",
  11092. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  11093. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  11094. "engines": {
  11095. "node": ">=12"
  11096. }
  11097. },
  11098. "node_modules/yocto-queue": {
  11099. "version": "0.1.0",
  11100. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  11101. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  11102. "peer": true,
  11103. "engines": {
  11104. "node": ">=10"
  11105. },
  11106. "funding": {
  11107. "url": "https://github.com/sponsors/sindresorhus"
  11108. }
  11109. },
  11110. "node_modules/zhead": {
  11111. "version": "2.2.4",
  11112. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  11113. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  11114. "funding": {
  11115. "url": "https://github.com/sponsors/harlan-zw"
  11116. }
  11117. },
  11118. "node_modules/zip-stream": {
  11119. "version": "6.0.1",
  11120. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  11121. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  11122. "dependencies": {
  11123. "archiver-utils": "^5.0.0",
  11124. "compress-commons": "^6.0.2",
  11125. "readable-stream": "^4.0.0"
  11126. },
  11127. "engines": {
  11128. "node": ">= 14"
  11129. }
  11130. }
  11131. }
  11132. }