package-lock.json 324 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "detect.js": "^2.2.3",
  11. "nuxt": "^3.13.0",
  12. "postcss-px-to-viewport": "^1.1.1",
  13. "sass": "^1.78.0",
  14. "vanilla-tilt": "^1.8.1",
  15. "vue": "latest",
  16. "vue-router": "latest"
  17. }
  18. },
  19. "node_modules/@ampproject/remapping": {
  20. "version": "2.3.0",
  21. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  22. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  23. "dependencies": {
  24. "@jridgewell/gen-mapping": "^0.3.5",
  25. "@jridgewell/trace-mapping": "^0.3.24"
  26. },
  27. "engines": {
  28. "node": ">=6.0.0"
  29. }
  30. },
  31. "node_modules/@antfu/utils": {
  32. "version": "0.7.10",
  33. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz",
  34. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  35. "funding": {
  36. "url": "https://github.com/sponsors/antfu"
  37. }
  38. },
  39. "node_modules/@babel/code-frame": {
  40. "version": "7.24.7",
  41. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  42. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  43. "dependencies": {
  44. "@babel/highlight": "^7.24.7",
  45. "picocolors": "^1.0.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. }
  50. },
  51. "node_modules/@babel/compat-data": {
  52. "version": "7.25.4",
  53. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
  54. "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/core": {
  60. "version": "7.25.2",
  61. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
  62. "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
  63. "dependencies": {
  64. "@ampproject/remapping": "^2.2.0",
  65. "@babel/code-frame": "^7.24.7",
  66. "@babel/generator": "^7.25.0",
  67. "@babel/helper-compilation-targets": "^7.25.2",
  68. "@babel/helper-module-transforms": "^7.25.2",
  69. "@babel/helpers": "^7.25.0",
  70. "@babel/parser": "^7.25.0",
  71. "@babel/template": "^7.25.0",
  72. "@babel/traverse": "^7.25.2",
  73. "@babel/types": "^7.25.2",
  74. "convert-source-map": "^2.0.0",
  75. "debug": "^4.1.0",
  76. "gensync": "^1.0.0-beta.2",
  77. "json5": "^2.2.3",
  78. "semver": "^6.3.1"
  79. },
  80. "engines": {
  81. "node": ">=6.9.0"
  82. },
  83. "funding": {
  84. "type": "opencollective",
  85. "url": "https://opencollective.com/babel"
  86. }
  87. },
  88. "node_modules/@babel/core/node_modules/semver": {
  89. "version": "6.3.1",
  90. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  91. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  92. "bin": {
  93. "semver": "bin/semver.js"
  94. }
  95. },
  96. "node_modules/@babel/generator": {
  97. "version": "7.25.6",
  98. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
  99. "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
  100. "dependencies": {
  101. "@babel/types": "^7.25.6",
  102. "@jridgewell/gen-mapping": "^0.3.5",
  103. "@jridgewell/trace-mapping": "^0.3.25",
  104. "jsesc": "^2.5.1"
  105. },
  106. "engines": {
  107. "node": ">=6.9.0"
  108. }
  109. },
  110. "node_modules/@babel/helper-annotate-as-pure": {
  111. "version": "7.24.7",
  112. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
  113. "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
  114. "dependencies": {
  115. "@babel/types": "^7.24.7"
  116. },
  117. "engines": {
  118. "node": ">=6.9.0"
  119. }
  120. },
  121. "node_modules/@babel/helper-compilation-targets": {
  122. "version": "7.25.2",
  123. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
  124. "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
  125. "dependencies": {
  126. "@babel/compat-data": "^7.25.2",
  127. "@babel/helper-validator-option": "^7.24.8",
  128. "browserslist": "^4.23.1",
  129. "lru-cache": "^5.1.1",
  130. "semver": "^6.3.1"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  137. "version": "6.3.1",
  138. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  139. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  140. "bin": {
  141. "semver": "bin/semver.js"
  142. }
  143. },
  144. "node_modules/@babel/helper-create-class-features-plugin": {
  145. "version": "7.25.4",
  146. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
  147. "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
  148. "dependencies": {
  149. "@babel/helper-annotate-as-pure": "^7.24.7",
  150. "@babel/helper-member-expression-to-functions": "^7.24.8",
  151. "@babel/helper-optimise-call-expression": "^7.24.7",
  152. "@babel/helper-replace-supers": "^7.25.0",
  153. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  154. "@babel/traverse": "^7.25.4",
  155. "semver": "^6.3.1"
  156. },
  157. "engines": {
  158. "node": ">=6.9.0"
  159. },
  160. "peerDependencies": {
  161. "@babel/core": "^7.0.0"
  162. }
  163. },
  164. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  165. "version": "6.3.1",
  166. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  167. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  168. "bin": {
  169. "semver": "bin/semver.js"
  170. }
  171. },
  172. "node_modules/@babel/helper-member-expression-to-functions": {
  173. "version": "7.24.8",
  174. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
  175. "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
  176. "dependencies": {
  177. "@babel/traverse": "^7.24.8",
  178. "@babel/types": "^7.24.8"
  179. },
  180. "engines": {
  181. "node": ">=6.9.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-module-imports": {
  185. "version": "7.24.7",
  186. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
  187. "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
  188. "dependencies": {
  189. "@babel/traverse": "^7.24.7",
  190. "@babel/types": "^7.24.7"
  191. },
  192. "engines": {
  193. "node": ">=6.9.0"
  194. }
  195. },
  196. "node_modules/@babel/helper-module-transforms": {
  197. "version": "7.25.2",
  198. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
  199. "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
  200. "dependencies": {
  201. "@babel/helper-module-imports": "^7.24.7",
  202. "@babel/helper-simple-access": "^7.24.7",
  203. "@babel/helper-validator-identifier": "^7.24.7",
  204. "@babel/traverse": "^7.25.2"
  205. },
  206. "engines": {
  207. "node": ">=6.9.0"
  208. },
  209. "peerDependencies": {
  210. "@babel/core": "^7.0.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-optimise-call-expression": {
  214. "version": "7.24.7",
  215. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
  216. "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
  217. "dependencies": {
  218. "@babel/types": "^7.24.7"
  219. },
  220. "engines": {
  221. "node": ">=6.9.0"
  222. }
  223. },
  224. "node_modules/@babel/helper-plugin-utils": {
  225. "version": "7.24.8",
  226. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
  227. "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
  228. "engines": {
  229. "node": ">=6.9.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-replace-supers": {
  233. "version": "7.25.0",
  234. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
  235. "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
  236. "dependencies": {
  237. "@babel/helper-member-expression-to-functions": "^7.24.8",
  238. "@babel/helper-optimise-call-expression": "^7.24.7",
  239. "@babel/traverse": "^7.25.0"
  240. },
  241. "engines": {
  242. "node": ">=6.9.0"
  243. },
  244. "peerDependencies": {
  245. "@babel/core": "^7.0.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-simple-access": {
  249. "version": "7.24.7",
  250. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
  251. "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
  252. "dependencies": {
  253. "@babel/traverse": "^7.24.7",
  254. "@babel/types": "^7.24.7"
  255. },
  256. "engines": {
  257. "node": ">=6.9.0"
  258. }
  259. },
  260. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  261. "version": "7.24.7",
  262. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
  263. "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
  264. "dependencies": {
  265. "@babel/traverse": "^7.24.7",
  266. "@babel/types": "^7.24.7"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. }
  271. },
  272. "node_modules/@babel/helper-string-parser": {
  273. "version": "7.24.8",
  274. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
  275. "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-validator-identifier": {
  281. "version": "7.24.7",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
  283. "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-validator-option": {
  289. "version": "7.24.8",
  290. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
  291. "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
  292. "engines": {
  293. "node": ">=6.9.0"
  294. }
  295. },
  296. "node_modules/@babel/helpers": {
  297. "version": "7.25.6",
  298. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
  299. "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
  300. "dependencies": {
  301. "@babel/template": "^7.25.0",
  302. "@babel/types": "^7.25.6"
  303. },
  304. "engines": {
  305. "node": ">=6.9.0"
  306. }
  307. },
  308. "node_modules/@babel/highlight": {
  309. "version": "7.24.7",
  310. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
  311. "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
  312. "dependencies": {
  313. "@babel/helper-validator-identifier": "^7.24.7",
  314. "chalk": "^2.4.2",
  315. "js-tokens": "^4.0.0",
  316. "picocolors": "^1.0.0"
  317. },
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/parser": {
  323. "version": "7.25.6",
  324. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
  325. "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
  326. "dependencies": {
  327. "@babel/types": "^7.25.6"
  328. },
  329. "bin": {
  330. "parser": "bin/babel-parser.js"
  331. },
  332. "engines": {
  333. "node": ">=6.0.0"
  334. }
  335. },
  336. "node_modules/@babel/plugin-proposal-decorators": {
  337. "version": "7.24.7",
  338. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz",
  339. "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==",
  340. "dependencies": {
  341. "@babel/helper-create-class-features-plugin": "^7.24.7",
  342. "@babel/helper-plugin-utils": "^7.24.7",
  343. "@babel/plugin-syntax-decorators": "^7.24.7"
  344. },
  345. "engines": {
  346. "node": ">=6.9.0"
  347. },
  348. "peerDependencies": {
  349. "@babel/core": "^7.0.0-0"
  350. }
  351. },
  352. "node_modules/@babel/plugin-syntax-decorators": {
  353. "version": "7.24.7",
  354. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
  355. "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
  356. "dependencies": {
  357. "@babel/helper-plugin-utils": "^7.24.7"
  358. },
  359. "engines": {
  360. "node": ">=6.9.0"
  361. },
  362. "peerDependencies": {
  363. "@babel/core": "^7.0.0-0"
  364. }
  365. },
  366. "node_modules/@babel/plugin-syntax-import-attributes": {
  367. "version": "7.25.6",
  368. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
  369. "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
  370. "dependencies": {
  371. "@babel/helper-plugin-utils": "^7.24.8"
  372. },
  373. "engines": {
  374. "node": ">=6.9.0"
  375. },
  376. "peerDependencies": {
  377. "@babel/core": "^7.0.0-0"
  378. }
  379. },
  380. "node_modules/@babel/plugin-syntax-import-meta": {
  381. "version": "7.10.4",
  382. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  383. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  384. "dependencies": {
  385. "@babel/helper-plugin-utils": "^7.10.4"
  386. },
  387. "peerDependencies": {
  388. "@babel/core": "^7.0.0-0"
  389. }
  390. },
  391. "node_modules/@babel/plugin-syntax-jsx": {
  392. "version": "7.24.7",
  393. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
  394. "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
  395. "dependencies": {
  396. "@babel/helper-plugin-utils": "^7.24.7"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. },
  401. "peerDependencies": {
  402. "@babel/core": "^7.0.0-0"
  403. }
  404. },
  405. "node_modules/@babel/plugin-syntax-typescript": {
  406. "version": "7.25.4",
  407. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz",
  408. "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==",
  409. "dependencies": {
  410. "@babel/helper-plugin-utils": "^7.24.8"
  411. },
  412. "engines": {
  413. "node": ">=6.9.0"
  414. },
  415. "peerDependencies": {
  416. "@babel/core": "^7.0.0-0"
  417. }
  418. },
  419. "node_modules/@babel/plugin-transform-typescript": {
  420. "version": "7.25.2",
  421. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz",
  422. "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==",
  423. "dependencies": {
  424. "@babel/helper-annotate-as-pure": "^7.24.7",
  425. "@babel/helper-create-class-features-plugin": "^7.25.0",
  426. "@babel/helper-plugin-utils": "^7.24.8",
  427. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  428. "@babel/plugin-syntax-typescript": "^7.24.7"
  429. },
  430. "engines": {
  431. "node": ">=6.9.0"
  432. },
  433. "peerDependencies": {
  434. "@babel/core": "^7.0.0-0"
  435. }
  436. },
  437. "node_modules/@babel/standalone": {
  438. "version": "7.25.6",
  439. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.25.6.tgz",
  440. "integrity": "sha512-Kf2ZcZVqsKbtYhlA7sP0z5A3q5hmCVYMKMWRWNK/5OVwHIve3JY1djVRmIVAx8FMueLIfZGKQDIILK2w8zO4mg==",
  441. "engines": {
  442. "node": ">=6.9.0"
  443. }
  444. },
  445. "node_modules/@babel/template": {
  446. "version": "7.25.0",
  447. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
  448. "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
  449. "dependencies": {
  450. "@babel/code-frame": "^7.24.7",
  451. "@babel/parser": "^7.25.0",
  452. "@babel/types": "^7.25.0"
  453. },
  454. "engines": {
  455. "node": ">=6.9.0"
  456. }
  457. },
  458. "node_modules/@babel/traverse": {
  459. "version": "7.25.6",
  460. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
  461. "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
  462. "dependencies": {
  463. "@babel/code-frame": "^7.24.7",
  464. "@babel/generator": "^7.25.6",
  465. "@babel/parser": "^7.25.6",
  466. "@babel/template": "^7.25.0",
  467. "@babel/types": "^7.25.6",
  468. "debug": "^4.3.1",
  469. "globals": "^11.1.0"
  470. },
  471. "engines": {
  472. "node": ">=6.9.0"
  473. }
  474. },
  475. "node_modules/@babel/types": {
  476. "version": "7.25.6",
  477. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
  478. "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
  479. "dependencies": {
  480. "@babel/helper-string-parser": "^7.24.8",
  481. "@babel/helper-validator-identifier": "^7.24.7",
  482. "to-fast-properties": "^2.0.0"
  483. },
  484. "engines": {
  485. "node": ">=6.9.0"
  486. }
  487. },
  488. "node_modules/@cloudflare/kv-asset-handler": {
  489. "version": "0.3.4",
  490. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  491. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  492. "dependencies": {
  493. "mime": "^3.0.0"
  494. },
  495. "engines": {
  496. "node": ">=16.13"
  497. }
  498. },
  499. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  500. "version": "3.0.0",
  501. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  502. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  503. "bin": {
  504. "mime": "cli.js"
  505. },
  506. "engines": {
  507. "node": ">=10.0.0"
  508. }
  509. },
  510. "node_modules/@esbuild/aix-ppc64": {
  511. "version": "0.23.1",
  512. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
  513. "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
  514. "cpu": [
  515. "ppc64"
  516. ],
  517. "optional": true,
  518. "os": [
  519. "aix"
  520. ],
  521. "engines": {
  522. "node": ">=18"
  523. }
  524. },
  525. "node_modules/@esbuild/android-arm": {
  526. "version": "0.23.1",
  527. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
  528. "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
  529. "cpu": [
  530. "arm"
  531. ],
  532. "optional": true,
  533. "os": [
  534. "android"
  535. ],
  536. "engines": {
  537. "node": ">=18"
  538. }
  539. },
  540. "node_modules/@esbuild/android-arm64": {
  541. "version": "0.23.1",
  542. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
  543. "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
  544. "cpu": [
  545. "arm64"
  546. ],
  547. "optional": true,
  548. "os": [
  549. "android"
  550. ],
  551. "engines": {
  552. "node": ">=18"
  553. }
  554. },
  555. "node_modules/@esbuild/android-x64": {
  556. "version": "0.23.1",
  557. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
  558. "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
  559. "cpu": [
  560. "x64"
  561. ],
  562. "optional": true,
  563. "os": [
  564. "android"
  565. ],
  566. "engines": {
  567. "node": ">=18"
  568. }
  569. },
  570. "node_modules/@esbuild/darwin-arm64": {
  571. "version": "0.23.1",
  572. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
  573. "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
  574. "cpu": [
  575. "arm64"
  576. ],
  577. "optional": true,
  578. "os": [
  579. "darwin"
  580. ],
  581. "engines": {
  582. "node": ">=18"
  583. }
  584. },
  585. "node_modules/@esbuild/darwin-x64": {
  586. "version": "0.23.1",
  587. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
  588. "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
  589. "cpu": [
  590. "x64"
  591. ],
  592. "optional": true,
  593. "os": [
  594. "darwin"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/freebsd-arm64": {
  601. "version": "0.23.1",
  602. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
  603. "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
  604. "cpu": [
  605. "arm64"
  606. ],
  607. "optional": true,
  608. "os": [
  609. "freebsd"
  610. ],
  611. "engines": {
  612. "node": ">=18"
  613. }
  614. },
  615. "node_modules/@esbuild/freebsd-x64": {
  616. "version": "0.23.1",
  617. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
  618. "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
  619. "cpu": [
  620. "x64"
  621. ],
  622. "optional": true,
  623. "os": [
  624. "freebsd"
  625. ],
  626. "engines": {
  627. "node": ">=18"
  628. }
  629. },
  630. "node_modules/@esbuild/linux-arm": {
  631. "version": "0.23.1",
  632. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
  633. "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
  634. "cpu": [
  635. "arm"
  636. ],
  637. "optional": true,
  638. "os": [
  639. "linux"
  640. ],
  641. "engines": {
  642. "node": ">=18"
  643. }
  644. },
  645. "node_modules/@esbuild/linux-arm64": {
  646. "version": "0.23.1",
  647. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
  648. "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
  649. "cpu": [
  650. "arm64"
  651. ],
  652. "optional": true,
  653. "os": [
  654. "linux"
  655. ],
  656. "engines": {
  657. "node": ">=18"
  658. }
  659. },
  660. "node_modules/@esbuild/linux-ia32": {
  661. "version": "0.23.1",
  662. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
  663. "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
  664. "cpu": [
  665. "ia32"
  666. ],
  667. "optional": true,
  668. "os": [
  669. "linux"
  670. ],
  671. "engines": {
  672. "node": ">=18"
  673. }
  674. },
  675. "node_modules/@esbuild/linux-loong64": {
  676. "version": "0.23.1",
  677. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
  678. "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
  679. "cpu": [
  680. "loong64"
  681. ],
  682. "optional": true,
  683. "os": [
  684. "linux"
  685. ],
  686. "engines": {
  687. "node": ">=18"
  688. }
  689. },
  690. "node_modules/@esbuild/linux-mips64el": {
  691. "version": "0.23.1",
  692. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
  693. "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
  694. "cpu": [
  695. "mips64el"
  696. ],
  697. "optional": true,
  698. "os": [
  699. "linux"
  700. ],
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/linux-ppc64": {
  706. "version": "0.23.1",
  707. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
  708. "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
  709. "cpu": [
  710. "ppc64"
  711. ],
  712. "optional": true,
  713. "os": [
  714. "linux"
  715. ],
  716. "engines": {
  717. "node": ">=18"
  718. }
  719. },
  720. "node_modules/@esbuild/linux-riscv64": {
  721. "version": "0.23.1",
  722. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
  723. "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
  724. "cpu": [
  725. "riscv64"
  726. ],
  727. "optional": true,
  728. "os": [
  729. "linux"
  730. ],
  731. "engines": {
  732. "node": ">=18"
  733. }
  734. },
  735. "node_modules/@esbuild/linux-s390x": {
  736. "version": "0.23.1",
  737. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
  738. "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
  739. "cpu": [
  740. "s390x"
  741. ],
  742. "optional": true,
  743. "os": [
  744. "linux"
  745. ],
  746. "engines": {
  747. "node": ">=18"
  748. }
  749. },
  750. "node_modules/@esbuild/linux-x64": {
  751. "version": "0.23.1",
  752. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
  753. "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
  754. "cpu": [
  755. "x64"
  756. ],
  757. "optional": true,
  758. "os": [
  759. "linux"
  760. ],
  761. "engines": {
  762. "node": ">=18"
  763. }
  764. },
  765. "node_modules/@esbuild/netbsd-x64": {
  766. "version": "0.23.1",
  767. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
  768. "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
  769. "cpu": [
  770. "x64"
  771. ],
  772. "optional": true,
  773. "os": [
  774. "netbsd"
  775. ],
  776. "engines": {
  777. "node": ">=18"
  778. }
  779. },
  780. "node_modules/@esbuild/openbsd-arm64": {
  781. "version": "0.23.1",
  782. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
  783. "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
  784. "cpu": [
  785. "arm64"
  786. ],
  787. "optional": true,
  788. "os": [
  789. "openbsd"
  790. ],
  791. "engines": {
  792. "node": ">=18"
  793. }
  794. },
  795. "node_modules/@esbuild/openbsd-x64": {
  796. "version": "0.23.1",
  797. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
  798. "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
  799. "cpu": [
  800. "x64"
  801. ],
  802. "optional": true,
  803. "os": [
  804. "openbsd"
  805. ],
  806. "engines": {
  807. "node": ">=18"
  808. }
  809. },
  810. "node_modules/@esbuild/sunos-x64": {
  811. "version": "0.23.1",
  812. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
  813. "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
  814. "cpu": [
  815. "x64"
  816. ],
  817. "optional": true,
  818. "os": [
  819. "sunos"
  820. ],
  821. "engines": {
  822. "node": ">=18"
  823. }
  824. },
  825. "node_modules/@esbuild/win32-arm64": {
  826. "version": "0.23.1",
  827. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
  828. "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
  829. "cpu": [
  830. "arm64"
  831. ],
  832. "optional": true,
  833. "os": [
  834. "win32"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/win32-ia32": {
  841. "version": "0.23.1",
  842. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
  843. "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
  844. "cpu": [
  845. "ia32"
  846. ],
  847. "optional": true,
  848. "os": [
  849. "win32"
  850. ],
  851. "engines": {
  852. "node": ">=18"
  853. }
  854. },
  855. "node_modules/@esbuild/win32-x64": {
  856. "version": "0.23.1",
  857. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
  858. "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
  859. "cpu": [
  860. "x64"
  861. ],
  862. "optional": true,
  863. "os": [
  864. "win32"
  865. ],
  866. "engines": {
  867. "node": ">=18"
  868. }
  869. },
  870. "node_modules/@fastify/busboy": {
  871. "version": "2.1.1",
  872. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  873. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  874. "engines": {
  875. "node": ">=14"
  876. }
  877. },
  878. "node_modules/@ioredis/commands": {
  879. "version": "1.2.0",
  880. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  881. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  882. },
  883. "node_modules/@isaacs/cliui": {
  884. "version": "8.0.2",
  885. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  886. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  887. "dependencies": {
  888. "string-width": "^5.1.2",
  889. "string-width-cjs": "npm:string-width@^4.2.0",
  890. "strip-ansi": "^7.0.1",
  891. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  892. "wrap-ansi": "^8.1.0",
  893. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  894. },
  895. "engines": {
  896. "node": ">=12"
  897. }
  898. },
  899. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  900. "version": "6.1.0",
  901. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  902. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  903. "engines": {
  904. "node": ">=12"
  905. },
  906. "funding": {
  907. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  908. }
  909. },
  910. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  911. "version": "6.2.1",
  912. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  913. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  914. "engines": {
  915. "node": ">=12"
  916. },
  917. "funding": {
  918. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  919. }
  920. },
  921. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  922. "version": "9.2.2",
  923. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  924. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  925. },
  926. "node_modules/@isaacs/cliui/node_modules/string-width": {
  927. "version": "5.1.2",
  928. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  929. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  930. "dependencies": {
  931. "eastasianwidth": "^0.2.0",
  932. "emoji-regex": "^9.2.2",
  933. "strip-ansi": "^7.0.1"
  934. },
  935. "engines": {
  936. "node": ">=12"
  937. },
  938. "funding": {
  939. "url": "https://github.com/sponsors/sindresorhus"
  940. }
  941. },
  942. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  943. "version": "7.1.0",
  944. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  945. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  946. "dependencies": {
  947. "ansi-regex": "^6.0.1"
  948. },
  949. "engines": {
  950. "node": ">=12"
  951. },
  952. "funding": {
  953. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  954. }
  955. },
  956. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  957. "version": "8.1.0",
  958. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  959. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  960. "dependencies": {
  961. "ansi-styles": "^6.1.0",
  962. "string-width": "^5.0.1",
  963. "strip-ansi": "^7.0.1"
  964. },
  965. "engines": {
  966. "node": ">=12"
  967. },
  968. "funding": {
  969. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  970. }
  971. },
  972. "node_modules/@jridgewell/gen-mapping": {
  973. "version": "0.3.5",
  974. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  975. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  976. "dependencies": {
  977. "@jridgewell/set-array": "^1.2.1",
  978. "@jridgewell/sourcemap-codec": "^1.4.10",
  979. "@jridgewell/trace-mapping": "^0.3.24"
  980. },
  981. "engines": {
  982. "node": ">=6.0.0"
  983. }
  984. },
  985. "node_modules/@jridgewell/resolve-uri": {
  986. "version": "3.1.2",
  987. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  988. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  989. "engines": {
  990. "node": ">=6.0.0"
  991. }
  992. },
  993. "node_modules/@jridgewell/set-array": {
  994. "version": "1.2.1",
  995. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  996. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  997. "engines": {
  998. "node": ">=6.0.0"
  999. }
  1000. },
  1001. "node_modules/@jridgewell/source-map": {
  1002. "version": "0.3.6",
  1003. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1004. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1005. "dependencies": {
  1006. "@jridgewell/gen-mapping": "^0.3.5",
  1007. "@jridgewell/trace-mapping": "^0.3.25"
  1008. }
  1009. },
  1010. "node_modules/@jridgewell/sourcemap-codec": {
  1011. "version": "1.5.0",
  1012. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1013. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  1014. },
  1015. "node_modules/@jridgewell/trace-mapping": {
  1016. "version": "0.3.25",
  1017. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1018. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1019. "dependencies": {
  1020. "@jridgewell/resolve-uri": "^3.1.0",
  1021. "@jridgewell/sourcemap-codec": "^1.4.14"
  1022. }
  1023. },
  1024. "node_modules/@kwsites/file-exists": {
  1025. "version": "1.1.1",
  1026. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1027. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1028. "dependencies": {
  1029. "debug": "^4.1.1"
  1030. }
  1031. },
  1032. "node_modules/@kwsites/promise-deferred": {
  1033. "version": "1.1.1",
  1034. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1035. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  1036. },
  1037. "node_modules/@mapbox/node-pre-gyp": {
  1038. "version": "1.0.11",
  1039. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  1040. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  1041. "dependencies": {
  1042. "detect-libc": "^2.0.0",
  1043. "https-proxy-agent": "^5.0.0",
  1044. "make-dir": "^3.1.0",
  1045. "node-fetch": "^2.6.7",
  1046. "nopt": "^5.0.0",
  1047. "npmlog": "^5.0.1",
  1048. "rimraf": "^3.0.2",
  1049. "semver": "^7.3.5",
  1050. "tar": "^6.1.11"
  1051. },
  1052. "bin": {
  1053. "node-pre-gyp": "bin/node-pre-gyp"
  1054. }
  1055. },
  1056. "node_modules/@netlify/functions": {
  1057. "version": "2.8.1",
  1058. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.1.tgz",
  1059. "integrity": "sha512-+6wtYdoz0yE06dSa9XkP47tw5zm6g13QMeCwM3MmHx1vn8hzwFa51JtmfraprdkL7amvb7gaNM+OOhQU1h6T8A==",
  1060. "dependencies": {
  1061. "@netlify/serverless-functions-api": "1.19.1"
  1062. },
  1063. "engines": {
  1064. "node": ">=14.0.0"
  1065. }
  1066. },
  1067. "node_modules/@netlify/node-cookies": {
  1068. "version": "0.1.0",
  1069. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1070. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1071. "engines": {
  1072. "node": "^14.16.0 || >=16.0.0"
  1073. }
  1074. },
  1075. "node_modules/@netlify/serverless-functions-api": {
  1076. "version": "1.19.1",
  1077. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
  1078. "integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
  1079. "dependencies": {
  1080. "@netlify/node-cookies": "^0.1.0",
  1081. "urlpattern-polyfill": "8.0.2"
  1082. },
  1083. "engines": {
  1084. "node": ">=18.0.0"
  1085. }
  1086. },
  1087. "node_modules/@nodelib/fs.scandir": {
  1088. "version": "2.1.5",
  1089. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1090. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1091. "dependencies": {
  1092. "@nodelib/fs.stat": "2.0.5",
  1093. "run-parallel": "^1.1.9"
  1094. },
  1095. "engines": {
  1096. "node": ">= 8"
  1097. }
  1098. },
  1099. "node_modules/@nodelib/fs.stat": {
  1100. "version": "2.0.5",
  1101. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1102. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1103. "engines": {
  1104. "node": ">= 8"
  1105. }
  1106. },
  1107. "node_modules/@nodelib/fs.walk": {
  1108. "version": "1.2.8",
  1109. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1110. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1111. "dependencies": {
  1112. "@nodelib/fs.scandir": "2.1.5",
  1113. "fastq": "^1.6.0"
  1114. },
  1115. "engines": {
  1116. "node": ">= 8"
  1117. }
  1118. },
  1119. "node_modules/@nuxt/devalue": {
  1120. "version": "2.0.2",
  1121. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1122. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  1123. },
  1124. "node_modules/@nuxt/devtools": {
  1125. "version": "1.4.2",
  1126. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.4.2.tgz",
  1127. "integrity": "sha512-Ok3g2P7iwKyK8LiwozbYVAZTo8t91iXSmlJj2ozeo1okKQ2Qi1AtwB6nYgIlkUHZmo155ZjG/LCHYI5uhQ/sGw==",
  1128. "dependencies": {
  1129. "@antfu/utils": "^0.7.10",
  1130. "@nuxt/devtools-kit": "1.4.2",
  1131. "@nuxt/devtools-wizard": "1.4.2",
  1132. "@nuxt/kit": "^3.13.1",
  1133. "@vue/devtools-core": "7.4.4",
  1134. "@vue/devtools-kit": "7.4.4",
  1135. "birpc": "^0.2.17",
  1136. "consola": "^3.2.3",
  1137. "cronstrue": "^2.50.0",
  1138. "destr": "^2.0.3",
  1139. "error-stack-parser-es": "^0.1.5",
  1140. "execa": "^7.2.0",
  1141. "fast-npm-meta": "^0.2.2",
  1142. "flatted": "^3.3.1",
  1143. "get-port-please": "^3.1.2",
  1144. "hookable": "^5.5.3",
  1145. "image-meta": "^0.2.1",
  1146. "is-installed-globally": "^1.0.0",
  1147. "launch-editor": "^2.9.1",
  1148. "local-pkg": "^0.5.0",
  1149. "magicast": "^0.3.5",
  1150. "nypm": "^0.3.11",
  1151. "ohash": "^1.1.3",
  1152. "pathe": "^1.1.2",
  1153. "perfect-debounce": "^1.0.0",
  1154. "pkg-types": "^1.2.0",
  1155. "rc9": "^2.1.2",
  1156. "scule": "^1.3.0",
  1157. "semver": "^7.6.3",
  1158. "simple-git": "^3.26.0",
  1159. "sirv": "^2.0.4",
  1160. "tinyglobby": "^0.2.6",
  1161. "unimport": "^3.11.1",
  1162. "vite-plugin-inspect": "^0.8.7",
  1163. "vite-plugin-vue-inspector": "^5.2.0",
  1164. "which": "^3.0.1",
  1165. "ws": "^8.18.0"
  1166. },
  1167. "bin": {
  1168. "devtools": "cli.mjs"
  1169. },
  1170. "peerDependencies": {
  1171. "vite": "*"
  1172. }
  1173. },
  1174. "node_modules/@nuxt/devtools-kit": {
  1175. "version": "1.4.2",
  1176. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.4.2.tgz",
  1177. "integrity": "sha512-8a5PhVnC7E94318/sHbNSe9mI2MlsQ8+pJLGs2Hh1OJyidB9SWe6hoFc8q4K9VOtXak9uCFVb5V2JGXS1q+1aA==",
  1178. "dependencies": {
  1179. "@nuxt/kit": "^3.13.1",
  1180. "@nuxt/schema": "^3.13.1",
  1181. "execa": "^7.2.0"
  1182. },
  1183. "peerDependencies": {
  1184. "vite": "*"
  1185. }
  1186. },
  1187. "node_modules/@nuxt/devtools-wizard": {
  1188. "version": "1.4.2",
  1189. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.4.2.tgz",
  1190. "integrity": "sha512-TyhmPBg/xJKPOdnwR3DAh8KMUt6/0dUNABCxGVeY7PYbIiXt4msIGVJkBc4y+WwIJHOYPrSRClmZVsXQfRlB4A==",
  1191. "dependencies": {
  1192. "consola": "^3.2.3",
  1193. "diff": "^7.0.0",
  1194. "execa": "^7.2.0",
  1195. "global-directory": "^4.0.1",
  1196. "magicast": "^0.3.5",
  1197. "pathe": "^1.1.2",
  1198. "pkg-types": "^1.2.0",
  1199. "prompts": "^2.4.2",
  1200. "rc9": "^2.1.2",
  1201. "semver": "^7.6.3"
  1202. },
  1203. "bin": {
  1204. "devtools-wizard": "cli.mjs"
  1205. }
  1206. },
  1207. "node_modules/@nuxt/kit": {
  1208. "version": "3.13.2",
  1209. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.13.2.tgz",
  1210. "integrity": "sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==",
  1211. "dependencies": {
  1212. "@nuxt/schema": "3.13.2",
  1213. "c12": "^1.11.2",
  1214. "consola": "^3.2.3",
  1215. "defu": "^6.1.4",
  1216. "destr": "^2.0.3",
  1217. "globby": "^14.0.2",
  1218. "hash-sum": "^2.0.0",
  1219. "ignore": "^5.3.2",
  1220. "jiti": "^1.21.6",
  1221. "klona": "^2.0.6",
  1222. "knitwork": "^1.1.0",
  1223. "mlly": "^1.7.1",
  1224. "pathe": "^1.1.2",
  1225. "pkg-types": "^1.2.0",
  1226. "scule": "^1.3.0",
  1227. "semver": "^7.6.3",
  1228. "ufo": "^1.5.4",
  1229. "unctx": "^2.3.1",
  1230. "unimport": "^3.12.0",
  1231. "untyped": "^1.4.2"
  1232. },
  1233. "engines": {
  1234. "node": "^14.18.0 || >=16.10.0"
  1235. }
  1236. },
  1237. "node_modules/@nuxt/schema": {
  1238. "version": "3.13.2",
  1239. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.13.2.tgz",
  1240. "integrity": "sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==",
  1241. "dependencies": {
  1242. "compatx": "^0.1.8",
  1243. "consola": "^3.2.3",
  1244. "defu": "^6.1.4",
  1245. "hookable": "^5.5.3",
  1246. "pathe": "^1.1.2",
  1247. "pkg-types": "^1.2.0",
  1248. "scule": "^1.3.0",
  1249. "std-env": "^3.7.0",
  1250. "ufo": "^1.5.4",
  1251. "uncrypto": "^0.1.3",
  1252. "unimport": "^3.12.0",
  1253. "untyped": "^1.4.2"
  1254. },
  1255. "engines": {
  1256. "node": "^14.18.0 || >=16.10.0"
  1257. }
  1258. },
  1259. "node_modules/@nuxt/telemetry": {
  1260. "version": "2.6.0",
  1261. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.0.tgz",
  1262. "integrity": "sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==",
  1263. "dependencies": {
  1264. "@nuxt/kit": "^3.13.1",
  1265. "ci-info": "^4.0.0",
  1266. "consola": "^3.2.3",
  1267. "create-require": "^1.1.1",
  1268. "defu": "^6.1.4",
  1269. "destr": "^2.0.3",
  1270. "dotenv": "^16.4.5",
  1271. "git-url-parse": "^15.0.0",
  1272. "is-docker": "^3.0.0",
  1273. "jiti": "^1.21.6",
  1274. "mri": "^1.2.0",
  1275. "nanoid": "^5.0.7",
  1276. "ofetch": "^1.3.4",
  1277. "package-manager-detector": "^0.2.0",
  1278. "parse-git-config": "^3.0.0",
  1279. "pathe": "^1.1.2",
  1280. "rc9": "^2.1.2",
  1281. "std-env": "^3.7.0"
  1282. },
  1283. "bin": {
  1284. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1285. }
  1286. },
  1287. "node_modules/@nuxt/vite-builder": {
  1288. "version": "3.13.2",
  1289. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.13.2.tgz",
  1290. "integrity": "sha512-3dzc3YH3UeTmzGtCevW1jTq0Q8/cm+yXqo/VS/EFM3aIO/tuNPS88is8ZF2YeBButFnLFllq/QenziPbq0YD6Q==",
  1291. "dependencies": {
  1292. "@nuxt/kit": "3.13.2",
  1293. "@rollup/plugin-replace": "^5.0.7",
  1294. "@vitejs/plugin-vue": "^5.1.3",
  1295. "@vitejs/plugin-vue-jsx": "^4.0.1",
  1296. "autoprefixer": "^10.4.20",
  1297. "clear": "^0.1.0",
  1298. "consola": "^3.2.3",
  1299. "cssnano": "^7.0.6",
  1300. "defu": "^6.1.4",
  1301. "esbuild": "^0.23.1",
  1302. "escape-string-regexp": "^5.0.0",
  1303. "estree-walker": "^3.0.3",
  1304. "externality": "^1.0.2",
  1305. "get-port-please": "^3.1.2",
  1306. "h3": "^1.12.0",
  1307. "knitwork": "^1.1.0",
  1308. "magic-string": "^0.30.11",
  1309. "mlly": "^1.7.1",
  1310. "ohash": "^1.1.4",
  1311. "pathe": "^1.1.2",
  1312. "perfect-debounce": "^1.0.0",
  1313. "pkg-types": "^1.2.0",
  1314. "postcss": "^8.4.47",
  1315. "rollup-plugin-visualizer": "^5.12.0",
  1316. "std-env": "^3.7.0",
  1317. "strip-literal": "^2.1.0",
  1318. "ufo": "^1.5.4",
  1319. "unenv": "^1.10.0",
  1320. "unplugin": "^1.14.1",
  1321. "vite": "^5.4.5",
  1322. "vite-node": "^2.1.1",
  1323. "vite-plugin-checker": "^0.8.0",
  1324. "vue-bundle-renderer": "^2.1.0"
  1325. },
  1326. "engines": {
  1327. "node": "^14.18.0 || >=16.10.0"
  1328. },
  1329. "peerDependencies": {
  1330. "vue": "^3.3.4"
  1331. }
  1332. },
  1333. "node_modules/@parcel/watcher": {
  1334. "version": "2.4.1",
  1335. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  1336. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  1337. "dependencies": {
  1338. "detect-libc": "^1.0.3",
  1339. "is-glob": "^4.0.3",
  1340. "micromatch": "^4.0.5",
  1341. "node-addon-api": "^7.0.0"
  1342. },
  1343. "engines": {
  1344. "node": ">= 10.0.0"
  1345. },
  1346. "funding": {
  1347. "type": "opencollective",
  1348. "url": "https://opencollective.com/parcel"
  1349. },
  1350. "optionalDependencies": {
  1351. "@parcel/watcher-android-arm64": "2.4.1",
  1352. "@parcel/watcher-darwin-arm64": "2.4.1",
  1353. "@parcel/watcher-darwin-x64": "2.4.1",
  1354. "@parcel/watcher-freebsd-x64": "2.4.1",
  1355. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  1356. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  1357. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  1358. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  1359. "@parcel/watcher-linux-x64-musl": "2.4.1",
  1360. "@parcel/watcher-win32-arm64": "2.4.1",
  1361. "@parcel/watcher-win32-ia32": "2.4.1",
  1362. "@parcel/watcher-win32-x64": "2.4.1"
  1363. }
  1364. },
  1365. "node_modules/@parcel/watcher-android-arm64": {
  1366. "version": "2.4.1",
  1367. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  1368. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  1369. "cpu": [
  1370. "arm64"
  1371. ],
  1372. "optional": true,
  1373. "os": [
  1374. "android"
  1375. ],
  1376. "engines": {
  1377. "node": ">= 10.0.0"
  1378. },
  1379. "funding": {
  1380. "type": "opencollective",
  1381. "url": "https://opencollective.com/parcel"
  1382. }
  1383. },
  1384. "node_modules/@parcel/watcher-darwin-arm64": {
  1385. "version": "2.4.1",
  1386. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  1387. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  1388. "cpu": [
  1389. "arm64"
  1390. ],
  1391. "optional": true,
  1392. "os": [
  1393. "darwin"
  1394. ],
  1395. "engines": {
  1396. "node": ">= 10.0.0"
  1397. },
  1398. "funding": {
  1399. "type": "opencollective",
  1400. "url": "https://opencollective.com/parcel"
  1401. }
  1402. },
  1403. "node_modules/@parcel/watcher-darwin-x64": {
  1404. "version": "2.4.1",
  1405. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  1406. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  1407. "cpu": [
  1408. "x64"
  1409. ],
  1410. "optional": true,
  1411. "os": [
  1412. "darwin"
  1413. ],
  1414. "engines": {
  1415. "node": ">= 10.0.0"
  1416. },
  1417. "funding": {
  1418. "type": "opencollective",
  1419. "url": "https://opencollective.com/parcel"
  1420. }
  1421. },
  1422. "node_modules/@parcel/watcher-freebsd-x64": {
  1423. "version": "2.4.1",
  1424. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  1425. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  1426. "cpu": [
  1427. "x64"
  1428. ],
  1429. "optional": true,
  1430. "os": [
  1431. "freebsd"
  1432. ],
  1433. "engines": {
  1434. "node": ">= 10.0.0"
  1435. },
  1436. "funding": {
  1437. "type": "opencollective",
  1438. "url": "https://opencollective.com/parcel"
  1439. }
  1440. },
  1441. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1442. "version": "2.4.1",
  1443. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  1444. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  1445. "cpu": [
  1446. "arm"
  1447. ],
  1448. "optional": true,
  1449. "os": [
  1450. "linux"
  1451. ],
  1452. "engines": {
  1453. "node": ">= 10.0.0"
  1454. },
  1455. "funding": {
  1456. "type": "opencollective",
  1457. "url": "https://opencollective.com/parcel"
  1458. }
  1459. },
  1460. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1461. "version": "2.4.1",
  1462. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  1463. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  1464. "cpu": [
  1465. "arm64"
  1466. ],
  1467. "optional": true,
  1468. "os": [
  1469. "linux"
  1470. ],
  1471. "engines": {
  1472. "node": ">= 10.0.0"
  1473. },
  1474. "funding": {
  1475. "type": "opencollective",
  1476. "url": "https://opencollective.com/parcel"
  1477. }
  1478. },
  1479. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1480. "version": "2.4.1",
  1481. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  1482. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  1483. "cpu": [
  1484. "arm64"
  1485. ],
  1486. "optional": true,
  1487. "os": [
  1488. "linux"
  1489. ],
  1490. "engines": {
  1491. "node": ">= 10.0.0"
  1492. },
  1493. "funding": {
  1494. "type": "opencollective",
  1495. "url": "https://opencollective.com/parcel"
  1496. }
  1497. },
  1498. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1499. "version": "2.4.1",
  1500. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  1501. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  1502. "cpu": [
  1503. "x64"
  1504. ],
  1505. "optional": true,
  1506. "os": [
  1507. "linux"
  1508. ],
  1509. "engines": {
  1510. "node": ">= 10.0.0"
  1511. },
  1512. "funding": {
  1513. "type": "opencollective",
  1514. "url": "https://opencollective.com/parcel"
  1515. }
  1516. },
  1517. "node_modules/@parcel/watcher-linux-x64-musl": {
  1518. "version": "2.4.1",
  1519. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  1520. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  1521. "cpu": [
  1522. "x64"
  1523. ],
  1524. "optional": true,
  1525. "os": [
  1526. "linux"
  1527. ],
  1528. "engines": {
  1529. "node": ">= 10.0.0"
  1530. },
  1531. "funding": {
  1532. "type": "opencollective",
  1533. "url": "https://opencollective.com/parcel"
  1534. }
  1535. },
  1536. "node_modules/@parcel/watcher-wasm": {
  1537. "version": "2.4.1",
  1538. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  1539. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  1540. "bundleDependencies": [
  1541. "napi-wasm"
  1542. ],
  1543. "dependencies": {
  1544. "is-glob": "^4.0.3",
  1545. "micromatch": "^4.0.5",
  1546. "napi-wasm": "^1.1.0"
  1547. },
  1548. "engines": {
  1549. "node": ">= 10.0.0"
  1550. },
  1551. "funding": {
  1552. "type": "opencollective",
  1553. "url": "https://opencollective.com/parcel"
  1554. }
  1555. },
  1556. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  1557. "version": "1.1.0",
  1558. "inBundle": true,
  1559. "license": "MIT"
  1560. },
  1561. "node_modules/@parcel/watcher-win32-arm64": {
  1562. "version": "2.4.1",
  1563. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  1564. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  1565. "cpu": [
  1566. "arm64"
  1567. ],
  1568. "optional": true,
  1569. "os": [
  1570. "win32"
  1571. ],
  1572. "engines": {
  1573. "node": ">= 10.0.0"
  1574. },
  1575. "funding": {
  1576. "type": "opencollective",
  1577. "url": "https://opencollective.com/parcel"
  1578. }
  1579. },
  1580. "node_modules/@parcel/watcher-win32-ia32": {
  1581. "version": "2.4.1",
  1582. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  1583. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  1584. "cpu": [
  1585. "ia32"
  1586. ],
  1587. "optional": true,
  1588. "os": [
  1589. "win32"
  1590. ],
  1591. "engines": {
  1592. "node": ">= 10.0.0"
  1593. },
  1594. "funding": {
  1595. "type": "opencollective",
  1596. "url": "https://opencollective.com/parcel"
  1597. }
  1598. },
  1599. "node_modules/@parcel/watcher-win32-x64": {
  1600. "version": "2.4.1",
  1601. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  1602. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  1603. "cpu": [
  1604. "x64"
  1605. ],
  1606. "optional": true,
  1607. "os": [
  1608. "win32"
  1609. ],
  1610. "engines": {
  1611. "node": ">= 10.0.0"
  1612. },
  1613. "funding": {
  1614. "type": "opencollective",
  1615. "url": "https://opencollective.com/parcel"
  1616. }
  1617. },
  1618. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  1619. "version": "1.0.3",
  1620. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  1621. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1622. "bin": {
  1623. "detect-libc": "bin/detect-libc.js"
  1624. },
  1625. "engines": {
  1626. "node": ">=0.10"
  1627. }
  1628. },
  1629. "node_modules/@pkgjs/parseargs": {
  1630. "version": "0.11.0",
  1631. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  1632. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  1633. "optional": true,
  1634. "engines": {
  1635. "node": ">=14"
  1636. }
  1637. },
  1638. "node_modules/@polka/url": {
  1639. "version": "1.0.0-next.27",
  1640. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.27.tgz",
  1641. "integrity": "sha512-MU0SYgcrBdSVLu7Tfow3VY4z1odzlaTYRjt3WQ0z8XbjDWReuy+EALt2HdjhrwD2HPiW2GY+KTSw4HLv4C/EOA=="
  1642. },
  1643. "node_modules/@rollup/plugin-alias": {
  1644. "version": "5.1.0",
  1645. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz",
  1646. "integrity": "sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==",
  1647. "dependencies": {
  1648. "slash": "^4.0.0"
  1649. },
  1650. "engines": {
  1651. "node": ">=14.0.0"
  1652. },
  1653. "peerDependencies": {
  1654. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1655. },
  1656. "peerDependenciesMeta": {
  1657. "rollup": {
  1658. "optional": true
  1659. }
  1660. }
  1661. },
  1662. "node_modules/@rollup/plugin-alias/node_modules/slash": {
  1663. "version": "4.0.0",
  1664. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  1665. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  1666. "engines": {
  1667. "node": ">=12"
  1668. },
  1669. "funding": {
  1670. "url": "https://github.com/sponsors/sindresorhus"
  1671. }
  1672. },
  1673. "node_modules/@rollup/plugin-commonjs": {
  1674. "version": "25.0.8",
  1675. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
  1676. "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
  1677. "dependencies": {
  1678. "@rollup/pluginutils": "^5.0.1",
  1679. "commondir": "^1.0.1",
  1680. "estree-walker": "^2.0.2",
  1681. "glob": "^8.0.3",
  1682. "is-reference": "1.2.1",
  1683. "magic-string": "^0.30.3"
  1684. },
  1685. "engines": {
  1686. "node": ">=14.0.0"
  1687. },
  1688. "peerDependencies": {
  1689. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  1690. },
  1691. "peerDependenciesMeta": {
  1692. "rollup": {
  1693. "optional": true
  1694. }
  1695. }
  1696. },
  1697. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  1698. "version": "2.0.2",
  1699. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1700. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1701. },
  1702. "node_modules/@rollup/plugin-inject": {
  1703. "version": "5.0.5",
  1704. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  1705. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  1706. "dependencies": {
  1707. "@rollup/pluginutils": "^5.0.1",
  1708. "estree-walker": "^2.0.2",
  1709. "magic-string": "^0.30.3"
  1710. },
  1711. "engines": {
  1712. "node": ">=14.0.0"
  1713. },
  1714. "peerDependencies": {
  1715. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1716. },
  1717. "peerDependenciesMeta": {
  1718. "rollup": {
  1719. "optional": true
  1720. }
  1721. }
  1722. },
  1723. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  1724. "version": "2.0.2",
  1725. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1726. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1727. },
  1728. "node_modules/@rollup/plugin-json": {
  1729. "version": "6.1.0",
  1730. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  1731. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  1732. "dependencies": {
  1733. "@rollup/pluginutils": "^5.1.0"
  1734. },
  1735. "engines": {
  1736. "node": ">=14.0.0"
  1737. },
  1738. "peerDependencies": {
  1739. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1740. },
  1741. "peerDependenciesMeta": {
  1742. "rollup": {
  1743. "optional": true
  1744. }
  1745. }
  1746. },
  1747. "node_modules/@rollup/plugin-node-resolve": {
  1748. "version": "15.2.3",
  1749. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
  1750. "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==",
  1751. "dependencies": {
  1752. "@rollup/pluginutils": "^5.0.1",
  1753. "@types/resolve": "1.20.2",
  1754. "deepmerge": "^4.2.2",
  1755. "is-builtin-module": "^3.2.1",
  1756. "is-module": "^1.0.0",
  1757. "resolve": "^1.22.1"
  1758. },
  1759. "engines": {
  1760. "node": ">=14.0.0"
  1761. },
  1762. "peerDependencies": {
  1763. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  1764. },
  1765. "peerDependenciesMeta": {
  1766. "rollup": {
  1767. "optional": true
  1768. }
  1769. }
  1770. },
  1771. "node_modules/@rollup/plugin-replace": {
  1772. "version": "5.0.7",
  1773. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz",
  1774. "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==",
  1775. "dependencies": {
  1776. "@rollup/pluginutils": "^5.0.1",
  1777. "magic-string": "^0.30.3"
  1778. },
  1779. "engines": {
  1780. "node": ">=14.0.0"
  1781. },
  1782. "peerDependencies": {
  1783. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1784. },
  1785. "peerDependenciesMeta": {
  1786. "rollup": {
  1787. "optional": true
  1788. }
  1789. }
  1790. },
  1791. "node_modules/@rollup/plugin-terser": {
  1792. "version": "0.4.4",
  1793. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  1794. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  1795. "dependencies": {
  1796. "serialize-javascript": "^6.0.1",
  1797. "smob": "^1.0.0",
  1798. "terser": "^5.17.4"
  1799. },
  1800. "engines": {
  1801. "node": ">=14.0.0"
  1802. },
  1803. "peerDependencies": {
  1804. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  1805. },
  1806. "peerDependenciesMeta": {
  1807. "rollup": {
  1808. "optional": true
  1809. }
  1810. }
  1811. },
  1812. "node_modules/@rollup/pluginutils": {
  1813. "version": "5.1.0",
  1814. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  1815. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  1816. "dependencies": {
  1817. "@types/estree": "^1.0.0",
  1818. "estree-walker": "^2.0.2",
  1819. "picomatch": "^2.3.1"
  1820. },
  1821. "engines": {
  1822. "node": ">=14.0.0"
  1823. },
  1824. "peerDependencies": {
  1825. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1826. },
  1827. "peerDependenciesMeta": {
  1828. "rollup": {
  1829. "optional": true
  1830. }
  1831. }
  1832. },
  1833. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1834. "version": "2.0.2",
  1835. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1836. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1837. },
  1838. "node_modules/@rollup/rollup-android-arm-eabi": {
  1839. "version": "4.21.3",
  1840. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.3.tgz",
  1841. "integrity": "sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==",
  1842. "cpu": [
  1843. "arm"
  1844. ],
  1845. "optional": true,
  1846. "os": [
  1847. "android"
  1848. ]
  1849. },
  1850. "node_modules/@rollup/rollup-android-arm64": {
  1851. "version": "4.21.3",
  1852. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.3.tgz",
  1853. "integrity": "sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==",
  1854. "cpu": [
  1855. "arm64"
  1856. ],
  1857. "optional": true,
  1858. "os": [
  1859. "android"
  1860. ]
  1861. },
  1862. "node_modules/@rollup/rollup-darwin-arm64": {
  1863. "version": "4.21.3",
  1864. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.3.tgz",
  1865. "integrity": "sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==",
  1866. "cpu": [
  1867. "arm64"
  1868. ],
  1869. "optional": true,
  1870. "os": [
  1871. "darwin"
  1872. ]
  1873. },
  1874. "node_modules/@rollup/rollup-darwin-x64": {
  1875. "version": "4.21.3",
  1876. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.3.tgz",
  1877. "integrity": "sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==",
  1878. "cpu": [
  1879. "x64"
  1880. ],
  1881. "optional": true,
  1882. "os": [
  1883. "darwin"
  1884. ]
  1885. },
  1886. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1887. "version": "4.21.3",
  1888. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.3.tgz",
  1889. "integrity": "sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==",
  1890. "cpu": [
  1891. "arm"
  1892. ],
  1893. "optional": true,
  1894. "os": [
  1895. "linux"
  1896. ]
  1897. },
  1898. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1899. "version": "4.21.3",
  1900. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.3.tgz",
  1901. "integrity": "sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==",
  1902. "cpu": [
  1903. "arm"
  1904. ],
  1905. "optional": true,
  1906. "os": [
  1907. "linux"
  1908. ]
  1909. },
  1910. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1911. "version": "4.21.3",
  1912. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.3.tgz",
  1913. "integrity": "sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==",
  1914. "cpu": [
  1915. "arm64"
  1916. ],
  1917. "optional": true,
  1918. "os": [
  1919. "linux"
  1920. ]
  1921. },
  1922. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1923. "version": "4.21.3",
  1924. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.3.tgz",
  1925. "integrity": "sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==",
  1926. "cpu": [
  1927. "arm64"
  1928. ],
  1929. "optional": true,
  1930. "os": [
  1931. "linux"
  1932. ]
  1933. },
  1934. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1935. "version": "4.21.3",
  1936. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.3.tgz",
  1937. "integrity": "sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==",
  1938. "cpu": [
  1939. "ppc64"
  1940. ],
  1941. "optional": true,
  1942. "os": [
  1943. "linux"
  1944. ]
  1945. },
  1946. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1947. "version": "4.21.3",
  1948. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.3.tgz",
  1949. "integrity": "sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==",
  1950. "cpu": [
  1951. "riscv64"
  1952. ],
  1953. "optional": true,
  1954. "os": [
  1955. "linux"
  1956. ]
  1957. },
  1958. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1959. "version": "4.21.3",
  1960. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.3.tgz",
  1961. "integrity": "sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==",
  1962. "cpu": [
  1963. "s390x"
  1964. ],
  1965. "optional": true,
  1966. "os": [
  1967. "linux"
  1968. ]
  1969. },
  1970. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1971. "version": "4.21.3",
  1972. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.3.tgz",
  1973. "integrity": "sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==",
  1974. "cpu": [
  1975. "x64"
  1976. ],
  1977. "optional": true,
  1978. "os": [
  1979. "linux"
  1980. ]
  1981. },
  1982. "node_modules/@rollup/rollup-linux-x64-musl": {
  1983. "version": "4.21.3",
  1984. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.3.tgz",
  1985. "integrity": "sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==",
  1986. "cpu": [
  1987. "x64"
  1988. ],
  1989. "optional": true,
  1990. "os": [
  1991. "linux"
  1992. ]
  1993. },
  1994. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1995. "version": "4.21.3",
  1996. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.3.tgz",
  1997. "integrity": "sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==",
  1998. "cpu": [
  1999. "arm64"
  2000. ],
  2001. "optional": true,
  2002. "os": [
  2003. "win32"
  2004. ]
  2005. },
  2006. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2007. "version": "4.21.3",
  2008. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.3.tgz",
  2009. "integrity": "sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==",
  2010. "cpu": [
  2011. "ia32"
  2012. ],
  2013. "optional": true,
  2014. "os": [
  2015. "win32"
  2016. ]
  2017. },
  2018. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2019. "version": "4.21.3",
  2020. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.3.tgz",
  2021. "integrity": "sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==",
  2022. "cpu": [
  2023. "x64"
  2024. ],
  2025. "optional": true,
  2026. "os": [
  2027. "win32"
  2028. ]
  2029. },
  2030. "node_modules/@sindresorhus/merge-streams": {
  2031. "version": "2.3.0",
  2032. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2033. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2034. "engines": {
  2035. "node": ">=18"
  2036. },
  2037. "funding": {
  2038. "url": "https://github.com/sponsors/sindresorhus"
  2039. }
  2040. },
  2041. "node_modules/@trysound/sax": {
  2042. "version": "0.2.0",
  2043. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  2044. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2045. "engines": {
  2046. "node": ">=10.13.0"
  2047. }
  2048. },
  2049. "node_modules/@types/estree": {
  2050. "version": "1.0.5",
  2051. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  2052. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  2053. },
  2054. "node_modules/@types/http-proxy": {
  2055. "version": "1.17.15",
  2056. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz",
  2057. "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==",
  2058. "dependencies": {
  2059. "@types/node": "*"
  2060. }
  2061. },
  2062. "node_modules/@types/node": {
  2063. "version": "22.5.5",
  2064. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
  2065. "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
  2066. "dependencies": {
  2067. "undici-types": "~6.19.2"
  2068. }
  2069. },
  2070. "node_modules/@types/resolve": {
  2071. "version": "1.20.2",
  2072. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  2073. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  2074. },
  2075. "node_modules/@unhead/dom": {
  2076. "version": "1.11.6",
  2077. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.11.6.tgz",
  2078. "integrity": "sha512-FYU8Cu+XWcpbO4OvXdB6x7m6GTPcl6CW7igI8rNu6Kc0Ilxb+atxIvyFXdTGAyB7h/F0w3ex06ZVWJ65f3EW8A==",
  2079. "dependencies": {
  2080. "@unhead/schema": "1.11.6",
  2081. "@unhead/shared": "1.11.6"
  2082. },
  2083. "funding": {
  2084. "url": "https://github.com/sponsors/harlan-zw"
  2085. }
  2086. },
  2087. "node_modules/@unhead/schema": {
  2088. "version": "1.11.6",
  2089. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.6.tgz",
  2090. "integrity": "sha512-Ava5+kQERaZ2fi66phgR9KZQr9SsheN1YhhKM8fCP2A4Jb5lHUssVQ19P0+89V6RX9iUg/Q27WdEbznm75LzhQ==",
  2091. "dependencies": {
  2092. "hookable": "^5.5.3",
  2093. "zhead": "^2.2.4"
  2094. },
  2095. "funding": {
  2096. "url": "https://github.com/sponsors/harlan-zw"
  2097. }
  2098. },
  2099. "node_modules/@unhead/shared": {
  2100. "version": "1.11.6",
  2101. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.6.tgz",
  2102. "integrity": "sha512-aGrtzRCcFlVh9iru73fBS8FA1vpQskS190t5cCRRMpisOEunVv3ueqXN1F8CseQd0W4wyEr/ycDvdfKt+RPv5g==",
  2103. "dependencies": {
  2104. "@unhead/schema": "1.11.6"
  2105. },
  2106. "funding": {
  2107. "url": "https://github.com/sponsors/harlan-zw"
  2108. }
  2109. },
  2110. "node_modules/@unhead/ssr": {
  2111. "version": "1.11.6",
  2112. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.11.6.tgz",
  2113. "integrity": "sha512-jmRkJB3UWlaAV6aoTBcsi2cLOje8hJxWqbmcLmekmCBZcCgR8yHEjxVCzLtYnAQg68Trgg9+uqMt+8UFY40tDA==",
  2114. "dependencies": {
  2115. "@unhead/schema": "1.11.6",
  2116. "@unhead/shared": "1.11.6"
  2117. },
  2118. "funding": {
  2119. "url": "https://github.com/sponsors/harlan-zw"
  2120. }
  2121. },
  2122. "node_modules/@unhead/vue": {
  2123. "version": "1.11.6",
  2124. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.11.6.tgz",
  2125. "integrity": "sha512-CMuDJGTi4n4wKdOp6/JmB9roGshjTdoFKF34PEkXu4+g97BiVFiZ9LvgY44+UlWCUzQHcqEPRQIzm9iKEqcfKw==",
  2126. "dependencies": {
  2127. "@unhead/schema": "1.11.6",
  2128. "@unhead/shared": "1.11.6",
  2129. "defu": "^6.1.4",
  2130. "hookable": "^5.5.3",
  2131. "unhead": "1.11.6"
  2132. },
  2133. "funding": {
  2134. "url": "https://github.com/sponsors/harlan-zw"
  2135. },
  2136. "peerDependencies": {
  2137. "vue": ">=2.7 || >=3"
  2138. }
  2139. },
  2140. "node_modules/@vercel/nft": {
  2141. "version": "0.26.5",
  2142. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.5.tgz",
  2143. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  2144. "dependencies": {
  2145. "@mapbox/node-pre-gyp": "^1.0.5",
  2146. "@rollup/pluginutils": "^4.0.0",
  2147. "acorn": "^8.6.0",
  2148. "acorn-import-attributes": "^1.9.2",
  2149. "async-sema": "^3.1.1",
  2150. "bindings": "^1.4.0",
  2151. "estree-walker": "2.0.2",
  2152. "glob": "^7.1.3",
  2153. "graceful-fs": "^4.2.9",
  2154. "micromatch": "^4.0.2",
  2155. "node-gyp-build": "^4.2.2",
  2156. "resolve-from": "^5.0.0"
  2157. },
  2158. "bin": {
  2159. "nft": "out/cli.js"
  2160. },
  2161. "engines": {
  2162. "node": ">=16"
  2163. }
  2164. },
  2165. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  2166. "version": "4.2.1",
  2167. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  2168. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  2169. "dependencies": {
  2170. "estree-walker": "^2.0.1",
  2171. "picomatch": "^2.2.2"
  2172. },
  2173. "engines": {
  2174. "node": ">= 8.0.0"
  2175. }
  2176. },
  2177. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  2178. "version": "1.1.11",
  2179. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2180. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2181. "dependencies": {
  2182. "balanced-match": "^1.0.0",
  2183. "concat-map": "0.0.1"
  2184. }
  2185. },
  2186. "node_modules/@vercel/nft/node_modules/estree-walker": {
  2187. "version": "2.0.2",
  2188. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2189. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2190. },
  2191. "node_modules/@vercel/nft/node_modules/glob": {
  2192. "version": "7.2.3",
  2193. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  2194. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2195. "deprecated": "Glob versions prior to v9 are no longer supported",
  2196. "dependencies": {
  2197. "fs.realpath": "^1.0.0",
  2198. "inflight": "^1.0.4",
  2199. "inherits": "2",
  2200. "minimatch": "^3.1.1",
  2201. "once": "^1.3.0",
  2202. "path-is-absolute": "^1.0.0"
  2203. },
  2204. "engines": {
  2205. "node": "*"
  2206. },
  2207. "funding": {
  2208. "url": "https://github.com/sponsors/isaacs"
  2209. }
  2210. },
  2211. "node_modules/@vercel/nft/node_modules/minimatch": {
  2212. "version": "3.1.2",
  2213. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  2214. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2215. "dependencies": {
  2216. "brace-expansion": "^1.1.7"
  2217. },
  2218. "engines": {
  2219. "node": "*"
  2220. }
  2221. },
  2222. "node_modules/@vitejs/plugin-vue": {
  2223. "version": "5.1.4",
  2224. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz",
  2225. "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==",
  2226. "engines": {
  2227. "node": "^18.0.0 || >=20.0.0"
  2228. },
  2229. "peerDependencies": {
  2230. "vite": "^5.0.0",
  2231. "vue": "^3.2.25"
  2232. }
  2233. },
  2234. "node_modules/@vitejs/plugin-vue-jsx": {
  2235. "version": "4.0.1",
  2236. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.1.tgz",
  2237. "integrity": "sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==",
  2238. "dependencies": {
  2239. "@babel/core": "^7.24.7",
  2240. "@babel/plugin-transform-typescript": "^7.24.7",
  2241. "@vue/babel-plugin-jsx": "^1.2.2"
  2242. },
  2243. "engines": {
  2244. "node": "^18.0.0 || >=20.0.0"
  2245. },
  2246. "peerDependencies": {
  2247. "vite": "^5.0.0",
  2248. "vue": "^3.0.0"
  2249. }
  2250. },
  2251. "node_modules/@vue-macros/common": {
  2252. "version": "1.14.0",
  2253. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.14.0.tgz",
  2254. "integrity": "sha512-xwQhDoEXRNXobNQmdqOD20yUGdVLVLZe4zhDlT9q/E+z+mvT3wukaAoJG80XRnv/BcgOOCVpxqpkQZ3sNTgjWA==",
  2255. "dependencies": {
  2256. "@babel/types": "^7.25.6",
  2257. "@rollup/pluginutils": "^5.1.0",
  2258. "@vue/compiler-sfc": "^3.5.4",
  2259. "ast-kit": "^1.1.0",
  2260. "local-pkg": "^0.5.0",
  2261. "magic-string-ast": "^0.6.2"
  2262. },
  2263. "engines": {
  2264. "node": ">=16.14.0"
  2265. },
  2266. "peerDependencies": {
  2267. "vue": "^2.7.0 || ^3.2.25"
  2268. },
  2269. "peerDependenciesMeta": {
  2270. "vue": {
  2271. "optional": true
  2272. }
  2273. }
  2274. },
  2275. "node_modules/@vue/babel-helper-vue-transform-on": {
  2276. "version": "1.2.5",
  2277. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
  2278. "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw=="
  2279. },
  2280. "node_modules/@vue/babel-plugin-jsx": {
  2281. "version": "1.2.5",
  2282. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  2283. "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  2284. "dependencies": {
  2285. "@babel/helper-module-imports": "^7.24.7",
  2286. "@babel/helper-plugin-utils": "^7.24.8",
  2287. "@babel/plugin-syntax-jsx": "^7.24.7",
  2288. "@babel/template": "^7.25.0",
  2289. "@babel/traverse": "^7.25.6",
  2290. "@babel/types": "^7.25.6",
  2291. "@vue/babel-helper-vue-transform-on": "1.2.5",
  2292. "@vue/babel-plugin-resolve-type": "1.2.5",
  2293. "html-tags": "^3.3.1",
  2294. "svg-tags": "^1.0.0"
  2295. },
  2296. "peerDependencies": {
  2297. "@babel/core": "^7.0.0-0"
  2298. },
  2299. "peerDependenciesMeta": {
  2300. "@babel/core": {
  2301. "optional": true
  2302. }
  2303. }
  2304. },
  2305. "node_modules/@vue/babel-plugin-resolve-type": {
  2306. "version": "1.2.5",
  2307. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
  2308. "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
  2309. "dependencies": {
  2310. "@babel/code-frame": "^7.24.7",
  2311. "@babel/helper-module-imports": "^7.24.7",
  2312. "@babel/helper-plugin-utils": "^7.24.8",
  2313. "@babel/parser": "^7.25.6",
  2314. "@vue/compiler-sfc": "^3.5.3"
  2315. },
  2316. "peerDependencies": {
  2317. "@babel/core": "^7.0.0-0"
  2318. }
  2319. },
  2320. "node_modules/@vue/compiler-core": {
  2321. "version": "3.5.6",
  2322. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.6.tgz",
  2323. "integrity": "sha512-r+gNu6K4lrvaQLQGmf+1gc41p3FO2OUJyWmNqaIITaJU6YFiV5PtQSFZt8jfztYyARwqhoCayjprC7KMvT3nRA==",
  2324. "dependencies": {
  2325. "@babel/parser": "^7.25.3",
  2326. "@vue/shared": "3.5.6",
  2327. "entities": "^4.5.0",
  2328. "estree-walker": "^2.0.2",
  2329. "source-map-js": "^1.2.0"
  2330. }
  2331. },
  2332. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  2333. "version": "2.0.2",
  2334. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2335. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2336. },
  2337. "node_modules/@vue/compiler-dom": {
  2338. "version": "3.5.6",
  2339. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.6.tgz",
  2340. "integrity": "sha512-xRXqxDrIqK8v8sSScpistyYH0qYqxakpsIvqMD2e5sV/PXQ1mTwtXp4k42yHK06KXxKSmitop9e45Ui/3BrTEw==",
  2341. "dependencies": {
  2342. "@vue/compiler-core": "3.5.6",
  2343. "@vue/shared": "3.5.6"
  2344. }
  2345. },
  2346. "node_modules/@vue/compiler-sfc": {
  2347. "version": "3.5.6",
  2348. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.6.tgz",
  2349. "integrity": "sha512-pjWJ8Kj9TDHlbF5LywjVso+BIxCY5wVOLhkEXRhuCHDxPFIeX1zaFefKs8RYoHvkSMqRWt93a0f2gNJVJixHwg==",
  2350. "dependencies": {
  2351. "@babel/parser": "^7.25.3",
  2352. "@vue/compiler-core": "3.5.6",
  2353. "@vue/compiler-dom": "3.5.6",
  2354. "@vue/compiler-ssr": "3.5.6",
  2355. "@vue/shared": "3.5.6",
  2356. "estree-walker": "^2.0.2",
  2357. "magic-string": "^0.30.11",
  2358. "postcss": "^8.4.47",
  2359. "source-map-js": "^1.2.0"
  2360. }
  2361. },
  2362. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  2363. "version": "2.0.2",
  2364. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2365. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2366. },
  2367. "node_modules/@vue/compiler-ssr": {
  2368. "version": "3.5.6",
  2369. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.6.tgz",
  2370. "integrity": "sha512-VpWbaZrEOCqnmqjE83xdwegtr5qO/2OPUC6veWgvNqTJ3bYysz6vY3VqMuOijubuUYPRpG3OOKIh9TD0Stxb9A==",
  2371. "dependencies": {
  2372. "@vue/compiler-dom": "3.5.6",
  2373. "@vue/shared": "3.5.6"
  2374. }
  2375. },
  2376. "node_modules/@vue/devtools-api": {
  2377. "version": "6.6.4",
  2378. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  2379. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
  2380. },
  2381. "node_modules/@vue/devtools-core": {
  2382. "version": "7.4.4",
  2383. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.4.4.tgz",
  2384. "integrity": "sha512-DLxgA3DfeADkRzhAfm3G2Rw/cWxub64SdP5b+s5dwL30+whOGj+QNhmyFpwZ8ZTrHDFRIPj0RqNzJ8IRR1pz7w==",
  2385. "dependencies": {
  2386. "@vue/devtools-kit": "^7.4.4",
  2387. "@vue/devtools-shared": "^7.4.4",
  2388. "mitt": "^3.0.1",
  2389. "nanoid": "^3.3.4",
  2390. "pathe": "^1.1.2",
  2391. "vite-hot-client": "^0.2.3"
  2392. },
  2393. "peerDependencies": {
  2394. "vue": "^3.0.0"
  2395. }
  2396. },
  2397. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2398. "version": "3.3.7",
  2399. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  2400. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  2401. "funding": [
  2402. {
  2403. "type": "github",
  2404. "url": "https://github.com/sponsors/ai"
  2405. }
  2406. ],
  2407. "bin": {
  2408. "nanoid": "bin/nanoid.cjs"
  2409. },
  2410. "engines": {
  2411. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2412. }
  2413. },
  2414. "node_modules/@vue/devtools-kit": {
  2415. "version": "7.4.4",
  2416. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.4.4.tgz",
  2417. "integrity": "sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==",
  2418. "dependencies": {
  2419. "@vue/devtools-shared": "^7.4.4",
  2420. "birpc": "^0.2.17",
  2421. "hookable": "^5.5.3",
  2422. "mitt": "^3.0.1",
  2423. "perfect-debounce": "^1.0.0",
  2424. "speakingurl": "^14.0.1",
  2425. "superjson": "^2.2.1"
  2426. }
  2427. },
  2428. "node_modules/@vue/devtools-shared": {
  2429. "version": "7.4.5",
  2430. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.4.5.tgz",
  2431. "integrity": "sha512-2XgUOkL/7QDmyYI9J7cm+rz/qBhcGv+W5+i1fhwdQ0HQ1RowhdK66F0QBuJSz/5k12opJY8eN6m03/XZMs7imQ==",
  2432. "dependencies": {
  2433. "rfdc": "^1.4.1"
  2434. }
  2435. },
  2436. "node_modules/@vue/reactivity": {
  2437. "version": "3.5.6",
  2438. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.6.tgz",
  2439. "integrity": "sha512-shZ+KtBoHna5GyUxWfoFVBCVd7k56m6lGhk5e+J9AKjheHF6yob5eukssHRI+rzvHBiU1sWs/1ZhNbLExc5oYQ==",
  2440. "dependencies": {
  2441. "@vue/shared": "3.5.6"
  2442. }
  2443. },
  2444. "node_modules/@vue/runtime-core": {
  2445. "version": "3.5.6",
  2446. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.6.tgz",
  2447. "integrity": "sha512-FpFULR6+c2lI+m1fIGONLDqPQO34jxV8g6A4wBOgne8eSRHP6PQL27+kWFIx5wNhhjkO7B4rgtsHAmWv7qKvbg==",
  2448. "dependencies": {
  2449. "@vue/reactivity": "3.5.6",
  2450. "@vue/shared": "3.5.6"
  2451. }
  2452. },
  2453. "node_modules/@vue/runtime-dom": {
  2454. "version": "3.5.6",
  2455. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.6.tgz",
  2456. "integrity": "sha512-SDPseWre45G38ENH2zXRAHL1dw/rr5qp91lS4lt/nHvMr0MhsbCbihGAWLXNB/6VfFOJe2O+RBRkXU+CJF7/sw==",
  2457. "dependencies": {
  2458. "@vue/reactivity": "3.5.6",
  2459. "@vue/runtime-core": "3.5.6",
  2460. "@vue/shared": "3.5.6",
  2461. "csstype": "^3.1.3"
  2462. }
  2463. },
  2464. "node_modules/@vue/server-renderer": {
  2465. "version": "3.5.6",
  2466. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.6.tgz",
  2467. "integrity": "sha512-zivnxQnOnwEXVaT9CstJ64rZFXMS5ZkKxCjDQKiMSvUhXRzFLWZVbaBiNF4HGDqGNNsTgmjcCSmU6TB/0OOxLA==",
  2468. "dependencies": {
  2469. "@vue/compiler-ssr": "3.5.6",
  2470. "@vue/shared": "3.5.6"
  2471. },
  2472. "peerDependencies": {
  2473. "vue": "3.5.6"
  2474. }
  2475. },
  2476. "node_modules/@vue/shared": {
  2477. "version": "3.5.6",
  2478. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.6.tgz",
  2479. "integrity": "sha512-eidH0HInnL39z6wAt6SFIwBrvGOpDWsDxlw3rCgo1B+CQ1781WzQUSU3YjxgdkcJo9Q8S6LmXTkvI+cLHGkQfA=="
  2480. },
  2481. "node_modules/abbrev": {
  2482. "version": "1.1.1",
  2483. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  2484. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  2485. },
  2486. "node_modules/abort-controller": {
  2487. "version": "3.0.0",
  2488. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  2489. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  2490. "dependencies": {
  2491. "event-target-shim": "^5.0.0"
  2492. },
  2493. "engines": {
  2494. "node": ">=6.5"
  2495. }
  2496. },
  2497. "node_modules/acorn": {
  2498. "version": "8.12.1",
  2499. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  2500. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  2501. "bin": {
  2502. "acorn": "bin/acorn"
  2503. },
  2504. "engines": {
  2505. "node": ">=0.4.0"
  2506. }
  2507. },
  2508. "node_modules/acorn-import-attributes": {
  2509. "version": "1.9.5",
  2510. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  2511. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  2512. "peerDependencies": {
  2513. "acorn": "^8"
  2514. }
  2515. },
  2516. "node_modules/agent-base": {
  2517. "version": "6.0.2",
  2518. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  2519. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  2520. "dependencies": {
  2521. "debug": "4"
  2522. },
  2523. "engines": {
  2524. "node": ">= 6.0.0"
  2525. }
  2526. },
  2527. "node_modules/ansi-colors": {
  2528. "version": "4.1.3",
  2529. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  2530. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  2531. "engines": {
  2532. "node": ">=6"
  2533. }
  2534. },
  2535. "node_modules/ansi-escapes": {
  2536. "version": "4.3.2",
  2537. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  2538. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  2539. "dependencies": {
  2540. "type-fest": "^0.21.3"
  2541. },
  2542. "engines": {
  2543. "node": ">=8"
  2544. },
  2545. "funding": {
  2546. "url": "https://github.com/sponsors/sindresorhus"
  2547. }
  2548. },
  2549. "node_modules/ansi-escapes/node_modules/type-fest": {
  2550. "version": "0.21.3",
  2551. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  2552. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  2553. "engines": {
  2554. "node": ">=10"
  2555. },
  2556. "funding": {
  2557. "url": "https://github.com/sponsors/sindresorhus"
  2558. }
  2559. },
  2560. "node_modules/ansi-regex": {
  2561. "version": "5.0.1",
  2562. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2563. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2564. "engines": {
  2565. "node": ">=8"
  2566. }
  2567. },
  2568. "node_modules/ansi-styles": {
  2569. "version": "3.2.1",
  2570. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2571. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2572. "dependencies": {
  2573. "color-convert": "^1.9.0"
  2574. },
  2575. "engines": {
  2576. "node": ">=4"
  2577. }
  2578. },
  2579. "node_modules/anymatch": {
  2580. "version": "3.1.3",
  2581. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2582. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2583. "dependencies": {
  2584. "normalize-path": "^3.0.0",
  2585. "picomatch": "^2.0.4"
  2586. },
  2587. "engines": {
  2588. "node": ">= 8"
  2589. }
  2590. },
  2591. "node_modules/aproba": {
  2592. "version": "2.0.0",
  2593. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  2594. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  2595. },
  2596. "node_modules/archiver": {
  2597. "version": "7.0.1",
  2598. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  2599. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  2600. "dependencies": {
  2601. "archiver-utils": "^5.0.2",
  2602. "async": "^3.2.4",
  2603. "buffer-crc32": "^1.0.0",
  2604. "readable-stream": "^4.0.0",
  2605. "readdir-glob": "^1.1.2",
  2606. "tar-stream": "^3.0.0",
  2607. "zip-stream": "^6.0.1"
  2608. },
  2609. "engines": {
  2610. "node": ">= 14"
  2611. }
  2612. },
  2613. "node_modules/archiver-utils": {
  2614. "version": "5.0.2",
  2615. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  2616. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  2617. "dependencies": {
  2618. "glob": "^10.0.0",
  2619. "graceful-fs": "^4.2.0",
  2620. "is-stream": "^2.0.1",
  2621. "lazystream": "^1.0.0",
  2622. "lodash": "^4.17.15",
  2623. "normalize-path": "^3.0.0",
  2624. "readable-stream": "^4.0.0"
  2625. },
  2626. "engines": {
  2627. "node": ">= 14"
  2628. }
  2629. },
  2630. "node_modules/archiver-utils/node_modules/glob": {
  2631. "version": "10.4.5",
  2632. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  2633. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  2634. "dependencies": {
  2635. "foreground-child": "^3.1.0",
  2636. "jackspeak": "^3.1.2",
  2637. "minimatch": "^9.0.4",
  2638. "minipass": "^7.1.2",
  2639. "package-json-from-dist": "^1.0.0",
  2640. "path-scurry": "^1.11.1"
  2641. },
  2642. "bin": {
  2643. "glob": "dist/esm/bin.mjs"
  2644. },
  2645. "funding": {
  2646. "url": "https://github.com/sponsors/isaacs"
  2647. }
  2648. },
  2649. "node_modules/archiver-utils/node_modules/is-stream": {
  2650. "version": "2.0.1",
  2651. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  2652. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2653. "engines": {
  2654. "node": ">=8"
  2655. },
  2656. "funding": {
  2657. "url": "https://github.com/sponsors/sindresorhus"
  2658. }
  2659. },
  2660. "node_modules/archiver-utils/node_modules/minimatch": {
  2661. "version": "9.0.5",
  2662. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2663. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2664. "dependencies": {
  2665. "brace-expansion": "^2.0.1"
  2666. },
  2667. "engines": {
  2668. "node": ">=16 || 14 >=14.17"
  2669. },
  2670. "funding": {
  2671. "url": "https://github.com/sponsors/isaacs"
  2672. }
  2673. },
  2674. "node_modules/archiver-utils/node_modules/minipass": {
  2675. "version": "7.1.2",
  2676. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  2677. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2678. "engines": {
  2679. "node": ">=16 || 14 >=14.17"
  2680. }
  2681. },
  2682. "node_modules/are-we-there-yet": {
  2683. "version": "2.0.0",
  2684. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  2685. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  2686. "deprecated": "This package is no longer supported.",
  2687. "dependencies": {
  2688. "delegates": "^1.0.0",
  2689. "readable-stream": "^3.6.0"
  2690. },
  2691. "engines": {
  2692. "node": ">=10"
  2693. }
  2694. },
  2695. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  2696. "version": "3.6.2",
  2697. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  2698. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  2699. "dependencies": {
  2700. "inherits": "^2.0.3",
  2701. "string_decoder": "^1.1.1",
  2702. "util-deprecate": "^1.0.1"
  2703. },
  2704. "engines": {
  2705. "node": ">= 6"
  2706. }
  2707. },
  2708. "node_modules/argparse": {
  2709. "version": "2.0.1",
  2710. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2711. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2712. },
  2713. "node_modules/ast-kit": {
  2714. "version": "1.1.0",
  2715. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-1.1.0.tgz",
  2716. "integrity": "sha512-RlNqd4u6c/rJ5R+tN/ZTtyNrH8X0NHCvyt6gD8RHa3JjzxxHWoyaU0Ujk3Zjbh7IZqrYl1Sxm6XzZifmVxXxHQ==",
  2717. "dependencies": {
  2718. "@babel/parser": "^7.25.3",
  2719. "pathe": "^1.1.2"
  2720. },
  2721. "engines": {
  2722. "node": ">=16.14.0"
  2723. }
  2724. },
  2725. "node_modules/ast-walker-scope": {
  2726. "version": "0.6.2",
  2727. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
  2728. "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
  2729. "dependencies": {
  2730. "@babel/parser": "^7.25.3",
  2731. "ast-kit": "^1.0.1"
  2732. },
  2733. "engines": {
  2734. "node": ">=16.14.0"
  2735. }
  2736. },
  2737. "node_modules/async": {
  2738. "version": "3.2.6",
  2739. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  2740. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
  2741. },
  2742. "node_modules/async-sema": {
  2743. "version": "3.1.1",
  2744. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  2745. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  2746. },
  2747. "node_modules/autoprefixer": {
  2748. "version": "10.4.20",
  2749. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
  2750. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  2751. "funding": [
  2752. {
  2753. "type": "opencollective",
  2754. "url": "https://opencollective.com/postcss/"
  2755. },
  2756. {
  2757. "type": "tidelift",
  2758. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2759. },
  2760. {
  2761. "type": "github",
  2762. "url": "https://github.com/sponsors/ai"
  2763. }
  2764. ],
  2765. "dependencies": {
  2766. "browserslist": "^4.23.3",
  2767. "caniuse-lite": "^1.0.30001646",
  2768. "fraction.js": "^4.3.7",
  2769. "normalize-range": "^0.1.2",
  2770. "picocolors": "^1.0.1",
  2771. "postcss-value-parser": "^4.2.0"
  2772. },
  2773. "bin": {
  2774. "autoprefixer": "bin/autoprefixer"
  2775. },
  2776. "engines": {
  2777. "node": "^10 || ^12 || >=14"
  2778. },
  2779. "peerDependencies": {
  2780. "postcss": "^8.1.0"
  2781. }
  2782. },
  2783. "node_modules/b4a": {
  2784. "version": "1.6.6",
  2785. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
  2786. "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
  2787. },
  2788. "node_modules/balanced-match": {
  2789. "version": "1.0.2",
  2790. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2791. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  2792. },
  2793. "node_modules/bare-events": {
  2794. "version": "2.4.2",
  2795. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
  2796. "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
  2797. "optional": true
  2798. },
  2799. "node_modules/base64-js": {
  2800. "version": "1.5.1",
  2801. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  2802. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  2803. "funding": [
  2804. {
  2805. "type": "github",
  2806. "url": "https://github.com/sponsors/feross"
  2807. },
  2808. {
  2809. "type": "patreon",
  2810. "url": "https://www.patreon.com/feross"
  2811. },
  2812. {
  2813. "type": "consulting",
  2814. "url": "https://feross.org/support"
  2815. }
  2816. ]
  2817. },
  2818. "node_modules/binary-extensions": {
  2819. "version": "2.3.0",
  2820. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2821. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2822. "engines": {
  2823. "node": ">=8"
  2824. },
  2825. "funding": {
  2826. "url": "https://github.com/sponsors/sindresorhus"
  2827. }
  2828. },
  2829. "node_modules/bindings": {
  2830. "version": "1.5.0",
  2831. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  2832. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  2833. "dependencies": {
  2834. "file-uri-to-path": "1.0.0"
  2835. }
  2836. },
  2837. "node_modules/birpc": {
  2838. "version": "0.2.17",
  2839. "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.17.tgz",
  2840. "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==",
  2841. "funding": {
  2842. "url": "https://github.com/sponsors/antfu"
  2843. }
  2844. },
  2845. "node_modules/boolbase": {
  2846. "version": "1.0.0",
  2847. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2848. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  2849. },
  2850. "node_modules/brace-expansion": {
  2851. "version": "2.0.1",
  2852. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2853. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2854. "dependencies": {
  2855. "balanced-match": "^1.0.0"
  2856. }
  2857. },
  2858. "node_modules/braces": {
  2859. "version": "3.0.3",
  2860. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2861. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2862. "dependencies": {
  2863. "fill-range": "^7.1.1"
  2864. },
  2865. "engines": {
  2866. "node": ">=8"
  2867. }
  2868. },
  2869. "node_modules/browserslist": {
  2870. "version": "4.23.3",
  2871. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
  2872. "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
  2873. "funding": [
  2874. {
  2875. "type": "opencollective",
  2876. "url": "https://opencollective.com/browserslist"
  2877. },
  2878. {
  2879. "type": "tidelift",
  2880. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2881. },
  2882. {
  2883. "type": "github",
  2884. "url": "https://github.com/sponsors/ai"
  2885. }
  2886. ],
  2887. "dependencies": {
  2888. "caniuse-lite": "^1.0.30001646",
  2889. "electron-to-chromium": "^1.5.4",
  2890. "node-releases": "^2.0.18",
  2891. "update-browserslist-db": "^1.1.0"
  2892. },
  2893. "bin": {
  2894. "browserslist": "cli.js"
  2895. },
  2896. "engines": {
  2897. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2898. }
  2899. },
  2900. "node_modules/buffer": {
  2901. "version": "6.0.3",
  2902. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  2903. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  2904. "funding": [
  2905. {
  2906. "type": "github",
  2907. "url": "https://github.com/sponsors/feross"
  2908. },
  2909. {
  2910. "type": "patreon",
  2911. "url": "https://www.patreon.com/feross"
  2912. },
  2913. {
  2914. "type": "consulting",
  2915. "url": "https://feross.org/support"
  2916. }
  2917. ],
  2918. "dependencies": {
  2919. "base64-js": "^1.3.1",
  2920. "ieee754": "^1.2.1"
  2921. }
  2922. },
  2923. "node_modules/buffer-crc32": {
  2924. "version": "1.0.0",
  2925. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  2926. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  2927. "engines": {
  2928. "node": ">=8.0.0"
  2929. }
  2930. },
  2931. "node_modules/buffer-from": {
  2932. "version": "1.1.2",
  2933. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  2934. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  2935. },
  2936. "node_modules/builtin-modules": {
  2937. "version": "3.3.0",
  2938. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  2939. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  2940. "engines": {
  2941. "node": ">=6"
  2942. },
  2943. "funding": {
  2944. "url": "https://github.com/sponsors/sindresorhus"
  2945. }
  2946. },
  2947. "node_modules/bundle-name": {
  2948. "version": "4.1.0",
  2949. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  2950. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2951. "dependencies": {
  2952. "run-applescript": "^7.0.0"
  2953. },
  2954. "engines": {
  2955. "node": ">=18"
  2956. },
  2957. "funding": {
  2958. "url": "https://github.com/sponsors/sindresorhus"
  2959. }
  2960. },
  2961. "node_modules/c12": {
  2962. "version": "1.11.2",
  2963. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  2964. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  2965. "dependencies": {
  2966. "chokidar": "^3.6.0",
  2967. "confbox": "^0.1.7",
  2968. "defu": "^6.1.4",
  2969. "dotenv": "^16.4.5",
  2970. "giget": "^1.2.3",
  2971. "jiti": "^1.21.6",
  2972. "mlly": "^1.7.1",
  2973. "ohash": "^1.1.3",
  2974. "pathe": "^1.1.2",
  2975. "perfect-debounce": "^1.0.0",
  2976. "pkg-types": "^1.2.0",
  2977. "rc9": "^2.1.2"
  2978. },
  2979. "peerDependencies": {
  2980. "magicast": "^0.3.4"
  2981. },
  2982. "peerDependenciesMeta": {
  2983. "magicast": {
  2984. "optional": true
  2985. }
  2986. }
  2987. },
  2988. "node_modules/cac": {
  2989. "version": "6.7.14",
  2990. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  2991. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  2992. "engines": {
  2993. "node": ">=8"
  2994. }
  2995. },
  2996. "node_modules/caniuse-api": {
  2997. "version": "3.0.0",
  2998. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  2999. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3000. "dependencies": {
  3001. "browserslist": "^4.0.0",
  3002. "caniuse-lite": "^1.0.0",
  3003. "lodash.memoize": "^4.1.2",
  3004. "lodash.uniq": "^4.5.0"
  3005. }
  3006. },
  3007. "node_modules/caniuse-lite": {
  3008. "version": "1.0.30001660",
  3009. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz",
  3010. "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==",
  3011. "funding": [
  3012. {
  3013. "type": "opencollective",
  3014. "url": "https://opencollective.com/browserslist"
  3015. },
  3016. {
  3017. "type": "tidelift",
  3018. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3019. },
  3020. {
  3021. "type": "github",
  3022. "url": "https://github.com/sponsors/ai"
  3023. }
  3024. ]
  3025. },
  3026. "node_modules/chalk": {
  3027. "version": "2.4.2",
  3028. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3029. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3030. "dependencies": {
  3031. "ansi-styles": "^3.2.1",
  3032. "escape-string-regexp": "^1.0.5",
  3033. "supports-color": "^5.3.0"
  3034. },
  3035. "engines": {
  3036. "node": ">=4"
  3037. }
  3038. },
  3039. "node_modules/chalk/node_modules/escape-string-regexp": {
  3040. "version": "1.0.5",
  3041. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3042. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3043. "engines": {
  3044. "node": ">=0.8.0"
  3045. }
  3046. },
  3047. "node_modules/chokidar": {
  3048. "version": "3.6.0",
  3049. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  3050. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3051. "dependencies": {
  3052. "anymatch": "~3.1.2",
  3053. "braces": "~3.0.2",
  3054. "glob-parent": "~5.1.2",
  3055. "is-binary-path": "~2.1.0",
  3056. "is-glob": "~4.0.1",
  3057. "normalize-path": "~3.0.0",
  3058. "readdirp": "~3.6.0"
  3059. },
  3060. "engines": {
  3061. "node": ">= 8.10.0"
  3062. },
  3063. "funding": {
  3064. "url": "https://paulmillr.com/funding/"
  3065. },
  3066. "optionalDependencies": {
  3067. "fsevents": "~2.3.2"
  3068. }
  3069. },
  3070. "node_modules/chownr": {
  3071. "version": "2.0.0",
  3072. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  3073. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  3074. "engines": {
  3075. "node": ">=10"
  3076. }
  3077. },
  3078. "node_modules/ci-info": {
  3079. "version": "4.0.0",
  3080. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
  3081. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  3082. "funding": [
  3083. {
  3084. "type": "github",
  3085. "url": "https://github.com/sponsors/sibiraj-s"
  3086. }
  3087. ],
  3088. "engines": {
  3089. "node": ">=8"
  3090. }
  3091. },
  3092. "node_modules/citty": {
  3093. "version": "0.1.6",
  3094. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  3095. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  3096. "dependencies": {
  3097. "consola": "^3.2.3"
  3098. }
  3099. },
  3100. "node_modules/clear": {
  3101. "version": "0.1.0",
  3102. "resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
  3103. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  3104. "engines": {
  3105. "node": "*"
  3106. }
  3107. },
  3108. "node_modules/clipboardy": {
  3109. "version": "4.0.0",
  3110. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  3111. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  3112. "dependencies": {
  3113. "execa": "^8.0.1",
  3114. "is-wsl": "^3.1.0",
  3115. "is64bit": "^2.0.0"
  3116. },
  3117. "engines": {
  3118. "node": ">=18"
  3119. },
  3120. "funding": {
  3121. "url": "https://github.com/sponsors/sindresorhus"
  3122. }
  3123. },
  3124. "node_modules/clipboardy/node_modules/execa": {
  3125. "version": "8.0.1",
  3126. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  3127. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  3128. "dependencies": {
  3129. "cross-spawn": "^7.0.3",
  3130. "get-stream": "^8.0.1",
  3131. "human-signals": "^5.0.0",
  3132. "is-stream": "^3.0.0",
  3133. "merge-stream": "^2.0.0",
  3134. "npm-run-path": "^5.1.0",
  3135. "onetime": "^6.0.0",
  3136. "signal-exit": "^4.1.0",
  3137. "strip-final-newline": "^3.0.0"
  3138. },
  3139. "engines": {
  3140. "node": ">=16.17"
  3141. },
  3142. "funding": {
  3143. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3144. }
  3145. },
  3146. "node_modules/clipboardy/node_modules/get-stream": {
  3147. "version": "8.0.1",
  3148. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  3149. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  3150. "engines": {
  3151. "node": ">=16"
  3152. },
  3153. "funding": {
  3154. "url": "https://github.com/sponsors/sindresorhus"
  3155. }
  3156. },
  3157. "node_modules/clipboardy/node_modules/human-signals": {
  3158. "version": "5.0.0",
  3159. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  3160. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  3161. "engines": {
  3162. "node": ">=16.17.0"
  3163. }
  3164. },
  3165. "node_modules/clipboardy/node_modules/signal-exit": {
  3166. "version": "4.1.0",
  3167. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  3168. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3169. "engines": {
  3170. "node": ">=14"
  3171. },
  3172. "funding": {
  3173. "url": "https://github.com/sponsors/isaacs"
  3174. }
  3175. },
  3176. "node_modules/cliui": {
  3177. "version": "8.0.1",
  3178. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  3179. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  3180. "dependencies": {
  3181. "string-width": "^4.2.0",
  3182. "strip-ansi": "^6.0.1",
  3183. "wrap-ansi": "^7.0.0"
  3184. },
  3185. "engines": {
  3186. "node": ">=12"
  3187. }
  3188. },
  3189. "node_modules/cluster-key-slot": {
  3190. "version": "1.1.2",
  3191. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  3192. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  3193. "engines": {
  3194. "node": ">=0.10.0"
  3195. }
  3196. },
  3197. "node_modules/color-convert": {
  3198. "version": "1.9.3",
  3199. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3200. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3201. "dependencies": {
  3202. "color-name": "1.1.3"
  3203. }
  3204. },
  3205. "node_modules/color-name": {
  3206. "version": "1.1.3",
  3207. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3208. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3209. },
  3210. "node_modules/color-support": {
  3211. "version": "1.1.3",
  3212. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  3213. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  3214. "bin": {
  3215. "color-support": "bin.js"
  3216. }
  3217. },
  3218. "node_modules/colord": {
  3219. "version": "2.9.3",
  3220. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  3221. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  3222. },
  3223. "node_modules/commander": {
  3224. "version": "7.2.0",
  3225. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  3226. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  3227. "engines": {
  3228. "node": ">= 10"
  3229. }
  3230. },
  3231. "node_modules/commondir": {
  3232. "version": "1.0.1",
  3233. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  3234. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  3235. },
  3236. "node_modules/compatx": {
  3237. "version": "0.1.8",
  3238. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.1.8.tgz",
  3239. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
  3240. },
  3241. "node_modules/compress-commons": {
  3242. "version": "6.0.2",
  3243. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  3244. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  3245. "dependencies": {
  3246. "crc-32": "^1.2.0",
  3247. "crc32-stream": "^6.0.0",
  3248. "is-stream": "^2.0.1",
  3249. "normalize-path": "^3.0.0",
  3250. "readable-stream": "^4.0.0"
  3251. },
  3252. "engines": {
  3253. "node": ">= 14"
  3254. }
  3255. },
  3256. "node_modules/compress-commons/node_modules/is-stream": {
  3257. "version": "2.0.1",
  3258. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  3259. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3260. "engines": {
  3261. "node": ">=8"
  3262. },
  3263. "funding": {
  3264. "url": "https://github.com/sponsors/sindresorhus"
  3265. }
  3266. },
  3267. "node_modules/concat-map": {
  3268. "version": "0.0.1",
  3269. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3270. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  3271. },
  3272. "node_modules/confbox": {
  3273. "version": "0.1.7",
  3274. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
  3275. "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA=="
  3276. },
  3277. "node_modules/consola": {
  3278. "version": "3.2.3",
  3279. "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
  3280. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  3281. "engines": {
  3282. "node": "^14.18.0 || >=16.10.0"
  3283. }
  3284. },
  3285. "node_modules/console-control-strings": {
  3286. "version": "1.1.0",
  3287. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  3288. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
  3289. },
  3290. "node_modules/convert-source-map": {
  3291. "version": "2.0.0",
  3292. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3293. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  3294. },
  3295. "node_modules/cookie-es": {
  3296. "version": "1.2.2",
  3297. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
  3298. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
  3299. },
  3300. "node_modules/copy-anything": {
  3301. "version": "3.0.5",
  3302. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
  3303. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3304. "dependencies": {
  3305. "is-what": "^4.1.8"
  3306. },
  3307. "engines": {
  3308. "node": ">=12.13"
  3309. },
  3310. "funding": {
  3311. "url": "https://github.com/sponsors/mesqueeb"
  3312. }
  3313. },
  3314. "node_modules/core-util-is": {
  3315. "version": "1.0.3",
  3316. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  3317. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  3318. },
  3319. "node_modules/crc-32": {
  3320. "version": "1.2.2",
  3321. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  3322. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  3323. "bin": {
  3324. "crc32": "bin/crc32.njs"
  3325. },
  3326. "engines": {
  3327. "node": ">=0.8"
  3328. }
  3329. },
  3330. "node_modules/crc32-stream": {
  3331. "version": "6.0.0",
  3332. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  3333. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  3334. "dependencies": {
  3335. "crc-32": "^1.2.0",
  3336. "readable-stream": "^4.0.0"
  3337. },
  3338. "engines": {
  3339. "node": ">= 14"
  3340. }
  3341. },
  3342. "node_modules/create-require": {
  3343. "version": "1.1.1",
  3344. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  3345. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  3346. },
  3347. "node_modules/croner": {
  3348. "version": "8.1.1",
  3349. "resolved": "https://registry.npmjs.org/croner/-/croner-8.1.1.tgz",
  3350. "integrity": "sha512-1VdUuRnQP4drdFkS8NKvDR1NBgevm8TOuflcaZEKsxw42CxonjW/2vkj1AKlinJb4ZLwBcuWF9GiPr7FQc6AQA==",
  3351. "engines": {
  3352. "node": ">=18.0"
  3353. }
  3354. },
  3355. "node_modules/cronstrue": {
  3356. "version": "2.50.0",
  3357. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  3358. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  3359. "bin": {
  3360. "cronstrue": "bin/cli.js"
  3361. }
  3362. },
  3363. "node_modules/cross-spawn": {
  3364. "version": "7.0.3",
  3365. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3366. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3367. "dependencies": {
  3368. "path-key": "^3.1.0",
  3369. "shebang-command": "^2.0.0",
  3370. "which": "^2.0.1"
  3371. },
  3372. "engines": {
  3373. "node": ">= 8"
  3374. }
  3375. },
  3376. "node_modules/cross-spawn/node_modules/which": {
  3377. "version": "2.0.2",
  3378. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  3379. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3380. "dependencies": {
  3381. "isexe": "^2.0.0"
  3382. },
  3383. "bin": {
  3384. "node-which": "bin/node-which"
  3385. },
  3386. "engines": {
  3387. "node": ">= 8"
  3388. }
  3389. },
  3390. "node_modules/crossws": {
  3391. "version": "0.2.4",
  3392. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  3393. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  3394. "peerDependencies": {
  3395. "uWebSockets.js": "*"
  3396. },
  3397. "peerDependenciesMeta": {
  3398. "uWebSockets.js": {
  3399. "optional": true
  3400. }
  3401. }
  3402. },
  3403. "node_modules/css-declaration-sorter": {
  3404. "version": "7.2.0",
  3405. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  3406. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  3407. "engines": {
  3408. "node": "^14 || ^16 || >=18"
  3409. },
  3410. "peerDependencies": {
  3411. "postcss": "^8.0.9"
  3412. }
  3413. },
  3414. "node_modules/css-select": {
  3415. "version": "5.1.0",
  3416. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  3417. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  3418. "dependencies": {
  3419. "boolbase": "^1.0.0",
  3420. "css-what": "^6.1.0",
  3421. "domhandler": "^5.0.2",
  3422. "domutils": "^3.0.1",
  3423. "nth-check": "^2.0.1"
  3424. },
  3425. "funding": {
  3426. "url": "https://github.com/sponsors/fb55"
  3427. }
  3428. },
  3429. "node_modules/css-tree": {
  3430. "version": "2.3.1",
  3431. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  3432. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  3433. "dependencies": {
  3434. "mdn-data": "2.0.30",
  3435. "source-map-js": "^1.0.1"
  3436. },
  3437. "engines": {
  3438. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3439. }
  3440. },
  3441. "node_modules/css-what": {
  3442. "version": "6.1.0",
  3443. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  3444. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  3445. "engines": {
  3446. "node": ">= 6"
  3447. },
  3448. "funding": {
  3449. "url": "https://github.com/sponsors/fb55"
  3450. }
  3451. },
  3452. "node_modules/cssesc": {
  3453. "version": "3.0.0",
  3454. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  3455. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3456. "bin": {
  3457. "cssesc": "bin/cssesc"
  3458. },
  3459. "engines": {
  3460. "node": ">=4"
  3461. }
  3462. },
  3463. "node_modules/cssnano": {
  3464. "version": "7.0.6",
  3465. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.6.tgz",
  3466. "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
  3467. "dependencies": {
  3468. "cssnano-preset-default": "^7.0.6",
  3469. "lilconfig": "^3.1.2"
  3470. },
  3471. "engines": {
  3472. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3473. },
  3474. "funding": {
  3475. "type": "opencollective",
  3476. "url": "https://opencollective.com/cssnano"
  3477. },
  3478. "peerDependencies": {
  3479. "postcss": "^8.4.31"
  3480. }
  3481. },
  3482. "node_modules/cssnano-preset-default": {
  3483. "version": "7.0.6",
  3484. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz",
  3485. "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==",
  3486. "dependencies": {
  3487. "browserslist": "^4.23.3",
  3488. "css-declaration-sorter": "^7.2.0",
  3489. "cssnano-utils": "^5.0.0",
  3490. "postcss-calc": "^10.0.2",
  3491. "postcss-colormin": "^7.0.2",
  3492. "postcss-convert-values": "^7.0.4",
  3493. "postcss-discard-comments": "^7.0.3",
  3494. "postcss-discard-duplicates": "^7.0.1",
  3495. "postcss-discard-empty": "^7.0.0",
  3496. "postcss-discard-overridden": "^7.0.0",
  3497. "postcss-merge-longhand": "^7.0.4",
  3498. "postcss-merge-rules": "^7.0.4",
  3499. "postcss-minify-font-values": "^7.0.0",
  3500. "postcss-minify-gradients": "^7.0.0",
  3501. "postcss-minify-params": "^7.0.2",
  3502. "postcss-minify-selectors": "^7.0.4",
  3503. "postcss-normalize-charset": "^7.0.0",
  3504. "postcss-normalize-display-values": "^7.0.0",
  3505. "postcss-normalize-positions": "^7.0.0",
  3506. "postcss-normalize-repeat-style": "^7.0.0",
  3507. "postcss-normalize-string": "^7.0.0",
  3508. "postcss-normalize-timing-functions": "^7.0.0",
  3509. "postcss-normalize-unicode": "^7.0.2",
  3510. "postcss-normalize-url": "^7.0.0",
  3511. "postcss-normalize-whitespace": "^7.0.0",
  3512. "postcss-ordered-values": "^7.0.1",
  3513. "postcss-reduce-initial": "^7.0.2",
  3514. "postcss-reduce-transforms": "^7.0.0",
  3515. "postcss-svgo": "^7.0.1",
  3516. "postcss-unique-selectors": "^7.0.3"
  3517. },
  3518. "engines": {
  3519. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3520. },
  3521. "peerDependencies": {
  3522. "postcss": "^8.4.31"
  3523. }
  3524. },
  3525. "node_modules/cssnano-utils": {
  3526. "version": "5.0.0",
  3527. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  3528. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  3529. "engines": {
  3530. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3531. },
  3532. "peerDependencies": {
  3533. "postcss": "^8.4.31"
  3534. }
  3535. },
  3536. "node_modules/csso": {
  3537. "version": "5.0.5",
  3538. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  3539. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  3540. "dependencies": {
  3541. "css-tree": "~2.2.0"
  3542. },
  3543. "engines": {
  3544. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3545. "npm": ">=7.0.0"
  3546. }
  3547. },
  3548. "node_modules/csso/node_modules/css-tree": {
  3549. "version": "2.2.1",
  3550. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  3551. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  3552. "dependencies": {
  3553. "mdn-data": "2.0.28",
  3554. "source-map-js": "^1.0.1"
  3555. },
  3556. "engines": {
  3557. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3558. "npm": ">=7.0.0"
  3559. }
  3560. },
  3561. "node_modules/csso/node_modules/mdn-data": {
  3562. "version": "2.0.28",
  3563. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  3564. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  3565. },
  3566. "node_modules/csstype": {
  3567. "version": "3.1.3",
  3568. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  3569. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3570. },
  3571. "node_modules/db0": {
  3572. "version": "0.1.4",
  3573. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  3574. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  3575. "peerDependencies": {
  3576. "@libsql/client": "^0.5.2",
  3577. "better-sqlite3": "^9.4.3",
  3578. "drizzle-orm": "^0.29.4"
  3579. },
  3580. "peerDependenciesMeta": {
  3581. "@libsql/client": {
  3582. "optional": true
  3583. },
  3584. "better-sqlite3": {
  3585. "optional": true
  3586. },
  3587. "drizzle-orm": {
  3588. "optional": true
  3589. }
  3590. }
  3591. },
  3592. "node_modules/debug": {
  3593. "version": "4.3.7",
  3594. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  3595. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  3596. "dependencies": {
  3597. "ms": "^2.1.3"
  3598. },
  3599. "engines": {
  3600. "node": ">=6.0"
  3601. },
  3602. "peerDependenciesMeta": {
  3603. "supports-color": {
  3604. "optional": true
  3605. }
  3606. }
  3607. },
  3608. "node_modules/deepmerge": {
  3609. "version": "4.3.1",
  3610. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3611. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3612. "engines": {
  3613. "node": ">=0.10.0"
  3614. }
  3615. },
  3616. "node_modules/default-browser": {
  3617. "version": "5.2.1",
  3618. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  3619. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3620. "dependencies": {
  3621. "bundle-name": "^4.1.0",
  3622. "default-browser-id": "^5.0.0"
  3623. },
  3624. "engines": {
  3625. "node": ">=18"
  3626. },
  3627. "funding": {
  3628. "url": "https://github.com/sponsors/sindresorhus"
  3629. }
  3630. },
  3631. "node_modules/default-browser-id": {
  3632. "version": "5.0.0",
  3633. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3634. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3635. "engines": {
  3636. "node": ">=18"
  3637. },
  3638. "funding": {
  3639. "url": "https://github.com/sponsors/sindresorhus"
  3640. }
  3641. },
  3642. "node_modules/define-lazy-prop": {
  3643. "version": "2.0.0",
  3644. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  3645. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  3646. "engines": {
  3647. "node": ">=8"
  3648. }
  3649. },
  3650. "node_modules/defu": {
  3651. "version": "6.1.4",
  3652. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  3653. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  3654. },
  3655. "node_modules/delegates": {
  3656. "version": "1.0.0",
  3657. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  3658. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  3659. },
  3660. "node_modules/denque": {
  3661. "version": "2.1.0",
  3662. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  3663. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  3664. "engines": {
  3665. "node": ">=0.10"
  3666. }
  3667. },
  3668. "node_modules/depd": {
  3669. "version": "2.0.0",
  3670. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  3671. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3672. "engines": {
  3673. "node": ">= 0.8"
  3674. }
  3675. },
  3676. "node_modules/destr": {
  3677. "version": "2.0.3",
  3678. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  3679. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  3680. },
  3681. "node_modules/destroy": {
  3682. "version": "1.2.0",
  3683. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  3684. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  3685. "engines": {
  3686. "node": ">= 0.8",
  3687. "npm": "1.2.8000 || >= 1.4.16"
  3688. }
  3689. },
  3690. "node_modules/detect-libc": {
  3691. "version": "2.0.3",
  3692. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  3693. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  3694. "engines": {
  3695. "node": ">=8"
  3696. }
  3697. },
  3698. "node_modules/detect.js": {
  3699. "version": "2.2.3",
  3700. "resolved": "https://registry.npmjs.org/detect.js/-/detect.js-2.2.3.tgz",
  3701. "integrity": "sha512-awS0dy7wPpzoF20kZPjg2yI1RONXXdq/hbA2CJ8BMsO2I1CSm4NdlVEI1YaRh20Xyxoaki/V4aV+mVAldT9aQA=="
  3702. },
  3703. "node_modules/devalue": {
  3704. "version": "5.0.0",
  3705. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.0.0.tgz",
  3706. "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA=="
  3707. },
  3708. "node_modules/diff": {
  3709. "version": "7.0.0",
  3710. "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
  3711. "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
  3712. "engines": {
  3713. "node": ">=0.3.1"
  3714. }
  3715. },
  3716. "node_modules/dom-serializer": {
  3717. "version": "2.0.0",
  3718. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  3719. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  3720. "dependencies": {
  3721. "domelementtype": "^2.3.0",
  3722. "domhandler": "^5.0.2",
  3723. "entities": "^4.2.0"
  3724. },
  3725. "funding": {
  3726. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  3727. }
  3728. },
  3729. "node_modules/domelementtype": {
  3730. "version": "2.3.0",
  3731. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  3732. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  3733. "funding": [
  3734. {
  3735. "type": "github",
  3736. "url": "https://github.com/sponsors/fb55"
  3737. }
  3738. ]
  3739. },
  3740. "node_modules/domhandler": {
  3741. "version": "5.0.3",
  3742. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  3743. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  3744. "dependencies": {
  3745. "domelementtype": "^2.3.0"
  3746. },
  3747. "engines": {
  3748. "node": ">= 4"
  3749. },
  3750. "funding": {
  3751. "url": "https://github.com/fb55/domhandler?sponsor=1"
  3752. }
  3753. },
  3754. "node_modules/domutils": {
  3755. "version": "3.1.0",
  3756. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  3757. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  3758. "dependencies": {
  3759. "dom-serializer": "^2.0.0",
  3760. "domelementtype": "^2.3.0",
  3761. "domhandler": "^5.0.3"
  3762. },
  3763. "funding": {
  3764. "url": "https://github.com/fb55/domutils?sponsor=1"
  3765. }
  3766. },
  3767. "node_modules/dot-prop": {
  3768. "version": "8.0.2",
  3769. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  3770. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  3771. "dependencies": {
  3772. "type-fest": "^3.8.0"
  3773. },
  3774. "engines": {
  3775. "node": ">=16"
  3776. },
  3777. "funding": {
  3778. "url": "https://github.com/sponsors/sindresorhus"
  3779. }
  3780. },
  3781. "node_modules/dotenv": {
  3782. "version": "16.4.5",
  3783. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  3784. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  3785. "engines": {
  3786. "node": ">=12"
  3787. },
  3788. "funding": {
  3789. "url": "https://dotenvx.com"
  3790. }
  3791. },
  3792. "node_modules/duplexer": {
  3793. "version": "0.1.2",
  3794. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  3795. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  3796. },
  3797. "node_modules/eastasianwidth": {
  3798. "version": "0.2.0",
  3799. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  3800. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  3801. },
  3802. "node_modules/ee-first": {
  3803. "version": "1.1.1",
  3804. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  3805. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  3806. },
  3807. "node_modules/electron-to-chromium": {
  3808. "version": "1.5.25",
  3809. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz",
  3810. "integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g=="
  3811. },
  3812. "node_modules/emoji-regex": {
  3813. "version": "8.0.0",
  3814. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3815. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  3816. },
  3817. "node_modules/encodeurl": {
  3818. "version": "2.0.0",
  3819. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  3820. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  3821. "engines": {
  3822. "node": ">= 0.8"
  3823. }
  3824. },
  3825. "node_modules/enhanced-resolve": {
  3826. "version": "5.17.1",
  3827. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
  3828. "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
  3829. "dependencies": {
  3830. "graceful-fs": "^4.2.4",
  3831. "tapable": "^2.2.0"
  3832. },
  3833. "engines": {
  3834. "node": ">=10.13.0"
  3835. }
  3836. },
  3837. "node_modules/entities": {
  3838. "version": "4.5.0",
  3839. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  3840. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3841. "engines": {
  3842. "node": ">=0.12"
  3843. },
  3844. "funding": {
  3845. "url": "https://github.com/fb55/entities?sponsor=1"
  3846. }
  3847. },
  3848. "node_modules/error-stack-parser-es": {
  3849. "version": "0.1.5",
  3850. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  3851. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  3852. "funding": {
  3853. "url": "https://github.com/sponsors/antfu"
  3854. }
  3855. },
  3856. "node_modules/errx": {
  3857. "version": "0.1.0",
  3858. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  3859. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q=="
  3860. },
  3861. "node_modules/esbuild": {
  3862. "version": "0.23.1",
  3863. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz",
  3864. "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
  3865. "hasInstallScript": true,
  3866. "bin": {
  3867. "esbuild": "bin/esbuild"
  3868. },
  3869. "engines": {
  3870. "node": ">=18"
  3871. },
  3872. "optionalDependencies": {
  3873. "@esbuild/aix-ppc64": "0.23.1",
  3874. "@esbuild/android-arm": "0.23.1",
  3875. "@esbuild/android-arm64": "0.23.1",
  3876. "@esbuild/android-x64": "0.23.1",
  3877. "@esbuild/darwin-arm64": "0.23.1",
  3878. "@esbuild/darwin-x64": "0.23.1",
  3879. "@esbuild/freebsd-arm64": "0.23.1",
  3880. "@esbuild/freebsd-x64": "0.23.1",
  3881. "@esbuild/linux-arm": "0.23.1",
  3882. "@esbuild/linux-arm64": "0.23.1",
  3883. "@esbuild/linux-ia32": "0.23.1",
  3884. "@esbuild/linux-loong64": "0.23.1",
  3885. "@esbuild/linux-mips64el": "0.23.1",
  3886. "@esbuild/linux-ppc64": "0.23.1",
  3887. "@esbuild/linux-riscv64": "0.23.1",
  3888. "@esbuild/linux-s390x": "0.23.1",
  3889. "@esbuild/linux-x64": "0.23.1",
  3890. "@esbuild/netbsd-x64": "0.23.1",
  3891. "@esbuild/openbsd-arm64": "0.23.1",
  3892. "@esbuild/openbsd-x64": "0.23.1",
  3893. "@esbuild/sunos-x64": "0.23.1",
  3894. "@esbuild/win32-arm64": "0.23.1",
  3895. "@esbuild/win32-ia32": "0.23.1",
  3896. "@esbuild/win32-x64": "0.23.1"
  3897. }
  3898. },
  3899. "node_modules/escalade": {
  3900. "version": "3.2.0",
  3901. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3902. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3903. "engines": {
  3904. "node": ">=6"
  3905. }
  3906. },
  3907. "node_modules/escape-html": {
  3908. "version": "1.0.3",
  3909. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  3910. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  3911. },
  3912. "node_modules/escape-string-regexp": {
  3913. "version": "5.0.0",
  3914. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  3915. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  3916. "engines": {
  3917. "node": ">=12"
  3918. },
  3919. "funding": {
  3920. "url": "https://github.com/sponsors/sindresorhus"
  3921. }
  3922. },
  3923. "node_modules/estree-walker": {
  3924. "version": "3.0.3",
  3925. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  3926. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  3927. "dependencies": {
  3928. "@types/estree": "^1.0.0"
  3929. }
  3930. },
  3931. "node_modules/etag": {
  3932. "version": "1.8.1",
  3933. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  3934. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  3935. "engines": {
  3936. "node": ">= 0.6"
  3937. }
  3938. },
  3939. "node_modules/event-target-shim": {
  3940. "version": "5.0.1",
  3941. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  3942. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  3943. "engines": {
  3944. "node": ">=6"
  3945. }
  3946. },
  3947. "node_modules/events": {
  3948. "version": "3.3.0",
  3949. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  3950. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  3951. "engines": {
  3952. "node": ">=0.8.x"
  3953. }
  3954. },
  3955. "node_modules/execa": {
  3956. "version": "7.2.0",
  3957. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  3958. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  3959. "dependencies": {
  3960. "cross-spawn": "^7.0.3",
  3961. "get-stream": "^6.0.1",
  3962. "human-signals": "^4.3.0",
  3963. "is-stream": "^3.0.0",
  3964. "merge-stream": "^2.0.0",
  3965. "npm-run-path": "^5.1.0",
  3966. "onetime": "^6.0.0",
  3967. "signal-exit": "^3.0.7",
  3968. "strip-final-newline": "^3.0.0"
  3969. },
  3970. "engines": {
  3971. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  3972. },
  3973. "funding": {
  3974. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3975. }
  3976. },
  3977. "node_modules/externality": {
  3978. "version": "1.0.2",
  3979. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  3980. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  3981. "dependencies": {
  3982. "enhanced-resolve": "^5.14.1",
  3983. "mlly": "^1.3.0",
  3984. "pathe": "^1.1.1",
  3985. "ufo": "^1.1.2"
  3986. }
  3987. },
  3988. "node_modules/fast-fifo": {
  3989. "version": "1.3.2",
  3990. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  3991. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  3992. },
  3993. "node_modules/fast-glob": {
  3994. "version": "3.3.2",
  3995. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  3996. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  3997. "dependencies": {
  3998. "@nodelib/fs.stat": "^2.0.2",
  3999. "@nodelib/fs.walk": "^1.2.3",
  4000. "glob-parent": "^5.1.2",
  4001. "merge2": "^1.3.0",
  4002. "micromatch": "^4.0.4"
  4003. },
  4004. "engines": {
  4005. "node": ">=8.6.0"
  4006. }
  4007. },
  4008. "node_modules/fast-npm-meta": {
  4009. "version": "0.2.2",
  4010. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz",
  4011. "integrity": "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==",
  4012. "funding": {
  4013. "url": "https://github.com/sponsors/antfu"
  4014. }
  4015. },
  4016. "node_modules/fastq": {
  4017. "version": "1.17.1",
  4018. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  4019. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4020. "dependencies": {
  4021. "reusify": "^1.0.4"
  4022. }
  4023. },
  4024. "node_modules/file-uri-to-path": {
  4025. "version": "1.0.0",
  4026. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  4027. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  4028. },
  4029. "node_modules/fill-range": {
  4030. "version": "7.1.1",
  4031. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4032. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4033. "dependencies": {
  4034. "to-regex-range": "^5.0.1"
  4035. },
  4036. "engines": {
  4037. "node": ">=8"
  4038. }
  4039. },
  4040. "node_modules/flatted": {
  4041. "version": "3.3.1",
  4042. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  4043. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  4044. },
  4045. "node_modules/foreground-child": {
  4046. "version": "3.3.0",
  4047. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
  4048. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  4049. "dependencies": {
  4050. "cross-spawn": "^7.0.0",
  4051. "signal-exit": "^4.0.1"
  4052. },
  4053. "engines": {
  4054. "node": ">=14"
  4055. },
  4056. "funding": {
  4057. "url": "https://github.com/sponsors/isaacs"
  4058. }
  4059. },
  4060. "node_modules/foreground-child/node_modules/signal-exit": {
  4061. "version": "4.1.0",
  4062. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4063. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4064. "engines": {
  4065. "node": ">=14"
  4066. },
  4067. "funding": {
  4068. "url": "https://github.com/sponsors/isaacs"
  4069. }
  4070. },
  4071. "node_modules/fraction.js": {
  4072. "version": "4.3.7",
  4073. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  4074. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  4075. "engines": {
  4076. "node": "*"
  4077. },
  4078. "funding": {
  4079. "type": "patreon",
  4080. "url": "https://github.com/sponsors/rawify"
  4081. }
  4082. },
  4083. "node_modules/fresh": {
  4084. "version": "0.5.2",
  4085. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  4086. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  4087. "engines": {
  4088. "node": ">= 0.6"
  4089. }
  4090. },
  4091. "node_modules/fs-extra": {
  4092. "version": "11.2.0",
  4093. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  4094. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  4095. "dependencies": {
  4096. "graceful-fs": "^4.2.0",
  4097. "jsonfile": "^6.0.1",
  4098. "universalify": "^2.0.0"
  4099. },
  4100. "engines": {
  4101. "node": ">=14.14"
  4102. }
  4103. },
  4104. "node_modules/fs-minipass": {
  4105. "version": "2.1.0",
  4106. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  4107. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  4108. "dependencies": {
  4109. "minipass": "^3.0.0"
  4110. },
  4111. "engines": {
  4112. "node": ">= 8"
  4113. }
  4114. },
  4115. "node_modules/fs-minipass/node_modules/minipass": {
  4116. "version": "3.3.6",
  4117. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  4118. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  4119. "dependencies": {
  4120. "yallist": "^4.0.0"
  4121. },
  4122. "engines": {
  4123. "node": ">=8"
  4124. }
  4125. },
  4126. "node_modules/fs-minipass/node_modules/yallist": {
  4127. "version": "4.0.0",
  4128. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4129. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  4130. },
  4131. "node_modules/fs.realpath": {
  4132. "version": "1.0.0",
  4133. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4134. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  4135. },
  4136. "node_modules/fsevents": {
  4137. "version": "2.3.3",
  4138. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  4139. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4140. "hasInstallScript": true,
  4141. "optional": true,
  4142. "os": [
  4143. "darwin"
  4144. ],
  4145. "engines": {
  4146. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4147. }
  4148. },
  4149. "node_modules/function-bind": {
  4150. "version": "1.1.2",
  4151. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4152. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4153. "funding": {
  4154. "url": "https://github.com/sponsors/ljharb"
  4155. }
  4156. },
  4157. "node_modules/gauge": {
  4158. "version": "3.0.2",
  4159. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  4160. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  4161. "deprecated": "This package is no longer supported.",
  4162. "dependencies": {
  4163. "aproba": "^1.0.3 || ^2.0.0",
  4164. "color-support": "^1.1.2",
  4165. "console-control-strings": "^1.0.0",
  4166. "has-unicode": "^2.0.1",
  4167. "object-assign": "^4.1.1",
  4168. "signal-exit": "^3.0.0",
  4169. "string-width": "^4.2.3",
  4170. "strip-ansi": "^6.0.1",
  4171. "wide-align": "^1.1.2"
  4172. },
  4173. "engines": {
  4174. "node": ">=10"
  4175. }
  4176. },
  4177. "node_modules/gensync": {
  4178. "version": "1.0.0-beta.2",
  4179. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4180. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4181. "engines": {
  4182. "node": ">=6.9.0"
  4183. }
  4184. },
  4185. "node_modules/get-caller-file": {
  4186. "version": "2.0.5",
  4187. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  4188. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  4189. "engines": {
  4190. "node": "6.* || 8.* || >= 10.*"
  4191. }
  4192. },
  4193. "node_modules/get-port-please": {
  4194. "version": "3.1.2",
  4195. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  4196. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  4197. },
  4198. "node_modules/get-stream": {
  4199. "version": "6.0.1",
  4200. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  4201. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  4202. "engines": {
  4203. "node": ">=10"
  4204. },
  4205. "funding": {
  4206. "url": "https://github.com/sponsors/sindresorhus"
  4207. }
  4208. },
  4209. "node_modules/giget": {
  4210. "version": "1.2.3",
  4211. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  4212. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  4213. "dependencies": {
  4214. "citty": "^0.1.6",
  4215. "consola": "^3.2.3",
  4216. "defu": "^6.1.4",
  4217. "node-fetch-native": "^1.6.3",
  4218. "nypm": "^0.3.8",
  4219. "ohash": "^1.1.3",
  4220. "pathe": "^1.1.2",
  4221. "tar": "^6.2.0"
  4222. },
  4223. "bin": {
  4224. "giget": "dist/cli.mjs"
  4225. }
  4226. },
  4227. "node_modules/git-config-path": {
  4228. "version": "2.0.0",
  4229. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  4230. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  4231. "engines": {
  4232. "node": ">=4"
  4233. }
  4234. },
  4235. "node_modules/git-up": {
  4236. "version": "7.0.0",
  4237. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  4238. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  4239. "dependencies": {
  4240. "is-ssh": "^1.4.0",
  4241. "parse-url": "^8.1.0"
  4242. }
  4243. },
  4244. "node_modules/git-url-parse": {
  4245. "version": "15.0.0",
  4246. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-15.0.0.tgz",
  4247. "integrity": "sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==",
  4248. "dependencies": {
  4249. "git-up": "^7.0.0"
  4250. }
  4251. },
  4252. "node_modules/glob": {
  4253. "version": "8.1.0",
  4254. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  4255. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  4256. "deprecated": "Glob versions prior to v9 are no longer supported",
  4257. "dependencies": {
  4258. "fs.realpath": "^1.0.0",
  4259. "inflight": "^1.0.4",
  4260. "inherits": "2",
  4261. "minimatch": "^5.0.1",
  4262. "once": "^1.3.0"
  4263. },
  4264. "engines": {
  4265. "node": ">=12"
  4266. },
  4267. "funding": {
  4268. "url": "https://github.com/sponsors/isaacs"
  4269. }
  4270. },
  4271. "node_modules/glob-parent": {
  4272. "version": "5.1.2",
  4273. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4274. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4275. "dependencies": {
  4276. "is-glob": "^4.0.1"
  4277. },
  4278. "engines": {
  4279. "node": ">= 6"
  4280. }
  4281. },
  4282. "node_modules/global-directory": {
  4283. "version": "4.0.1",
  4284. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  4285. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  4286. "dependencies": {
  4287. "ini": "4.1.1"
  4288. },
  4289. "engines": {
  4290. "node": ">=18"
  4291. },
  4292. "funding": {
  4293. "url": "https://github.com/sponsors/sindresorhus"
  4294. }
  4295. },
  4296. "node_modules/globals": {
  4297. "version": "11.12.0",
  4298. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4299. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4300. "engines": {
  4301. "node": ">=4"
  4302. }
  4303. },
  4304. "node_modules/globby": {
  4305. "version": "14.0.2",
  4306. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
  4307. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  4308. "dependencies": {
  4309. "@sindresorhus/merge-streams": "^2.1.0",
  4310. "fast-glob": "^3.3.2",
  4311. "ignore": "^5.2.4",
  4312. "path-type": "^5.0.0",
  4313. "slash": "^5.1.0",
  4314. "unicorn-magic": "^0.1.0"
  4315. },
  4316. "engines": {
  4317. "node": ">=18"
  4318. },
  4319. "funding": {
  4320. "url": "https://github.com/sponsors/sindresorhus"
  4321. }
  4322. },
  4323. "node_modules/graceful-fs": {
  4324. "version": "4.2.11",
  4325. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4326. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  4327. },
  4328. "node_modules/gzip-size": {
  4329. "version": "7.0.0",
  4330. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  4331. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  4332. "dependencies": {
  4333. "duplexer": "^0.1.2"
  4334. },
  4335. "engines": {
  4336. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4337. },
  4338. "funding": {
  4339. "url": "https://github.com/sponsors/sindresorhus"
  4340. }
  4341. },
  4342. "node_modules/h3": {
  4343. "version": "1.12.0",
  4344. "resolved": "https://registry.npmjs.org/h3/-/h3-1.12.0.tgz",
  4345. "integrity": "sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==",
  4346. "dependencies": {
  4347. "cookie-es": "^1.1.0",
  4348. "crossws": "^0.2.4",
  4349. "defu": "^6.1.4",
  4350. "destr": "^2.0.3",
  4351. "iron-webcrypto": "^1.1.1",
  4352. "ohash": "^1.1.3",
  4353. "radix3": "^1.1.2",
  4354. "ufo": "^1.5.3",
  4355. "uncrypto": "^0.1.3",
  4356. "unenv": "^1.9.0"
  4357. }
  4358. },
  4359. "node_modules/has-flag": {
  4360. "version": "3.0.0",
  4361. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4362. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4363. "engines": {
  4364. "node": ">=4"
  4365. }
  4366. },
  4367. "node_modules/has-unicode": {
  4368. "version": "2.0.1",
  4369. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  4370. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  4371. },
  4372. "node_modules/hash-sum": {
  4373. "version": "2.0.0",
  4374. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  4375. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  4376. },
  4377. "node_modules/hasown": {
  4378. "version": "2.0.2",
  4379. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4380. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4381. "dependencies": {
  4382. "function-bind": "^1.1.2"
  4383. },
  4384. "engines": {
  4385. "node": ">= 0.4"
  4386. }
  4387. },
  4388. "node_modules/hookable": {
  4389. "version": "5.5.3",
  4390. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  4391. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  4392. },
  4393. "node_modules/html-tags": {
  4394. "version": "3.3.1",
  4395. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  4396. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  4397. "engines": {
  4398. "node": ">=8"
  4399. },
  4400. "funding": {
  4401. "url": "https://github.com/sponsors/sindresorhus"
  4402. }
  4403. },
  4404. "node_modules/http-errors": {
  4405. "version": "2.0.0",
  4406. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  4407. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  4408. "dependencies": {
  4409. "depd": "2.0.0",
  4410. "inherits": "2.0.4",
  4411. "setprototypeof": "1.2.0",
  4412. "statuses": "2.0.1",
  4413. "toidentifier": "1.0.1"
  4414. },
  4415. "engines": {
  4416. "node": ">= 0.8"
  4417. }
  4418. },
  4419. "node_modules/http-shutdown": {
  4420. "version": "1.2.2",
  4421. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  4422. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  4423. "engines": {
  4424. "iojs": ">= 1.0.0",
  4425. "node": ">= 0.12.0"
  4426. }
  4427. },
  4428. "node_modules/https-proxy-agent": {
  4429. "version": "5.0.1",
  4430. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  4431. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  4432. "dependencies": {
  4433. "agent-base": "6",
  4434. "debug": "4"
  4435. },
  4436. "engines": {
  4437. "node": ">= 6"
  4438. }
  4439. },
  4440. "node_modules/httpxy": {
  4441. "version": "0.1.5",
  4442. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  4443. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  4444. },
  4445. "node_modules/human-signals": {
  4446. "version": "4.3.1",
  4447. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  4448. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  4449. "engines": {
  4450. "node": ">=14.18.0"
  4451. }
  4452. },
  4453. "node_modules/ieee754": {
  4454. "version": "1.2.1",
  4455. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  4456. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  4457. "funding": [
  4458. {
  4459. "type": "github",
  4460. "url": "https://github.com/sponsors/feross"
  4461. },
  4462. {
  4463. "type": "patreon",
  4464. "url": "https://www.patreon.com/feross"
  4465. },
  4466. {
  4467. "type": "consulting",
  4468. "url": "https://feross.org/support"
  4469. }
  4470. ]
  4471. },
  4472. "node_modules/ignore": {
  4473. "version": "5.3.2",
  4474. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4475. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4476. "engines": {
  4477. "node": ">= 4"
  4478. }
  4479. },
  4480. "node_modules/image-meta": {
  4481. "version": "0.2.1",
  4482. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.1.tgz",
  4483. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
  4484. },
  4485. "node_modules/immutable": {
  4486. "version": "4.3.7",
  4487. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz",
  4488. "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw=="
  4489. },
  4490. "node_modules/impound": {
  4491. "version": "0.1.0",
  4492. "resolved": "https://registry.npmjs.org/impound/-/impound-0.1.0.tgz",
  4493. "integrity": "sha512-F9nJgOsDc3tysjN74edE0vGPEQrU7DAje6g5nNAL5Jc9Tv4JW3mH7XMGne+EaadTniDXLeUrVR21opkNfWO1zQ==",
  4494. "dependencies": {
  4495. "@rollup/pluginutils": "^5.1.0",
  4496. "mlly": "^1.7.1",
  4497. "pathe": "^1.1.2",
  4498. "unenv": "^1.10.0",
  4499. "unplugin": "^1.12.2"
  4500. }
  4501. },
  4502. "node_modules/inflight": {
  4503. "version": "1.0.6",
  4504. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4505. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4506. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  4507. "dependencies": {
  4508. "once": "^1.3.0",
  4509. "wrappy": "1"
  4510. }
  4511. },
  4512. "node_modules/inherits": {
  4513. "version": "2.0.4",
  4514. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4515. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  4516. },
  4517. "node_modules/ini": {
  4518. "version": "4.1.1",
  4519. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  4520. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  4521. "engines": {
  4522. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4523. }
  4524. },
  4525. "node_modules/ioredis": {
  4526. "version": "5.4.1",
  4527. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  4528. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  4529. "dependencies": {
  4530. "@ioredis/commands": "^1.1.1",
  4531. "cluster-key-slot": "^1.1.0",
  4532. "debug": "^4.3.4",
  4533. "denque": "^2.1.0",
  4534. "lodash.defaults": "^4.2.0",
  4535. "lodash.isarguments": "^3.1.0",
  4536. "redis-errors": "^1.2.0",
  4537. "redis-parser": "^3.0.0",
  4538. "standard-as-callback": "^2.1.0"
  4539. },
  4540. "engines": {
  4541. "node": ">=12.22.0"
  4542. },
  4543. "funding": {
  4544. "type": "opencollective",
  4545. "url": "https://opencollective.com/ioredis"
  4546. }
  4547. },
  4548. "node_modules/iron-webcrypto": {
  4549. "version": "1.2.1",
  4550. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  4551. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  4552. "funding": {
  4553. "url": "https://github.com/sponsors/brc-dd"
  4554. }
  4555. },
  4556. "node_modules/is-binary-path": {
  4557. "version": "2.1.0",
  4558. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4559. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4560. "dependencies": {
  4561. "binary-extensions": "^2.0.0"
  4562. },
  4563. "engines": {
  4564. "node": ">=8"
  4565. }
  4566. },
  4567. "node_modules/is-builtin-module": {
  4568. "version": "3.2.1",
  4569. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  4570. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  4571. "dependencies": {
  4572. "builtin-modules": "^3.3.0"
  4573. },
  4574. "engines": {
  4575. "node": ">=6"
  4576. },
  4577. "funding": {
  4578. "url": "https://github.com/sponsors/sindresorhus"
  4579. }
  4580. },
  4581. "node_modules/is-core-module": {
  4582. "version": "2.15.1",
  4583. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
  4584. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  4585. "dependencies": {
  4586. "hasown": "^2.0.2"
  4587. },
  4588. "engines": {
  4589. "node": ">= 0.4"
  4590. },
  4591. "funding": {
  4592. "url": "https://github.com/sponsors/ljharb"
  4593. }
  4594. },
  4595. "node_modules/is-docker": {
  4596. "version": "3.0.0",
  4597. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  4598. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  4599. "bin": {
  4600. "is-docker": "cli.js"
  4601. },
  4602. "engines": {
  4603. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4604. },
  4605. "funding": {
  4606. "url": "https://github.com/sponsors/sindresorhus"
  4607. }
  4608. },
  4609. "node_modules/is-extglob": {
  4610. "version": "2.1.1",
  4611. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4612. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4613. "engines": {
  4614. "node": ">=0.10.0"
  4615. }
  4616. },
  4617. "node_modules/is-fullwidth-code-point": {
  4618. "version": "3.0.0",
  4619. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4620. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4621. "engines": {
  4622. "node": ">=8"
  4623. }
  4624. },
  4625. "node_modules/is-glob": {
  4626. "version": "4.0.3",
  4627. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4628. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4629. "dependencies": {
  4630. "is-extglob": "^2.1.1"
  4631. },
  4632. "engines": {
  4633. "node": ">=0.10.0"
  4634. }
  4635. },
  4636. "node_modules/is-inside-container": {
  4637. "version": "1.0.0",
  4638. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  4639. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  4640. "dependencies": {
  4641. "is-docker": "^3.0.0"
  4642. },
  4643. "bin": {
  4644. "is-inside-container": "cli.js"
  4645. },
  4646. "engines": {
  4647. "node": ">=14.16"
  4648. },
  4649. "funding": {
  4650. "url": "https://github.com/sponsors/sindresorhus"
  4651. }
  4652. },
  4653. "node_modules/is-installed-globally": {
  4654. "version": "1.0.0",
  4655. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  4656. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  4657. "dependencies": {
  4658. "global-directory": "^4.0.1",
  4659. "is-path-inside": "^4.0.0"
  4660. },
  4661. "engines": {
  4662. "node": ">=18"
  4663. },
  4664. "funding": {
  4665. "url": "https://github.com/sponsors/sindresorhus"
  4666. }
  4667. },
  4668. "node_modules/is-module": {
  4669. "version": "1.0.0",
  4670. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  4671. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  4672. },
  4673. "node_modules/is-number": {
  4674. "version": "7.0.0",
  4675. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4676. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4677. "engines": {
  4678. "node": ">=0.12.0"
  4679. }
  4680. },
  4681. "node_modules/is-path-inside": {
  4682. "version": "4.0.0",
  4683. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  4684. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  4685. "engines": {
  4686. "node": ">=12"
  4687. },
  4688. "funding": {
  4689. "url": "https://github.com/sponsors/sindresorhus"
  4690. }
  4691. },
  4692. "node_modules/is-reference": {
  4693. "version": "1.2.1",
  4694. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  4695. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  4696. "dependencies": {
  4697. "@types/estree": "*"
  4698. }
  4699. },
  4700. "node_modules/is-ssh": {
  4701. "version": "1.4.0",
  4702. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  4703. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  4704. "dependencies": {
  4705. "protocols": "^2.0.1"
  4706. }
  4707. },
  4708. "node_modules/is-stream": {
  4709. "version": "3.0.0",
  4710. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  4711. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  4712. "engines": {
  4713. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4714. },
  4715. "funding": {
  4716. "url": "https://github.com/sponsors/sindresorhus"
  4717. }
  4718. },
  4719. "node_modules/is-what": {
  4720. "version": "4.1.16",
  4721. "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  4722. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  4723. "engines": {
  4724. "node": ">=12.13"
  4725. },
  4726. "funding": {
  4727. "url": "https://github.com/sponsors/mesqueeb"
  4728. }
  4729. },
  4730. "node_modules/is-wsl": {
  4731. "version": "3.1.0",
  4732. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  4733. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  4734. "dependencies": {
  4735. "is-inside-container": "^1.0.0"
  4736. },
  4737. "engines": {
  4738. "node": ">=16"
  4739. },
  4740. "funding": {
  4741. "url": "https://github.com/sponsors/sindresorhus"
  4742. }
  4743. },
  4744. "node_modules/is64bit": {
  4745. "version": "2.0.0",
  4746. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  4747. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  4748. "dependencies": {
  4749. "system-architecture": "^0.1.0"
  4750. },
  4751. "engines": {
  4752. "node": ">=18"
  4753. },
  4754. "funding": {
  4755. "url": "https://github.com/sponsors/sindresorhus"
  4756. }
  4757. },
  4758. "node_modules/isarray": {
  4759. "version": "1.0.0",
  4760. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  4761. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  4762. },
  4763. "node_modules/isexe": {
  4764. "version": "2.0.0",
  4765. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4766. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4767. },
  4768. "node_modules/jackspeak": {
  4769. "version": "3.4.3",
  4770. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  4771. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  4772. "dependencies": {
  4773. "@isaacs/cliui": "^8.0.2"
  4774. },
  4775. "funding": {
  4776. "url": "https://github.com/sponsors/isaacs"
  4777. },
  4778. "optionalDependencies": {
  4779. "@pkgjs/parseargs": "^0.11.0"
  4780. }
  4781. },
  4782. "node_modules/jiti": {
  4783. "version": "1.21.6",
  4784. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
  4785. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  4786. "bin": {
  4787. "jiti": "bin/jiti.js"
  4788. }
  4789. },
  4790. "node_modules/js-tokens": {
  4791. "version": "4.0.0",
  4792. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4793. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4794. },
  4795. "node_modules/js-yaml": {
  4796. "version": "4.1.0",
  4797. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4798. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4799. "dependencies": {
  4800. "argparse": "^2.0.1"
  4801. },
  4802. "bin": {
  4803. "js-yaml": "bin/js-yaml.js"
  4804. }
  4805. },
  4806. "node_modules/jsesc": {
  4807. "version": "2.5.2",
  4808. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  4809. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  4810. "bin": {
  4811. "jsesc": "bin/jsesc"
  4812. },
  4813. "engines": {
  4814. "node": ">=4"
  4815. }
  4816. },
  4817. "node_modules/json5": {
  4818. "version": "2.2.3",
  4819. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4820. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4821. "bin": {
  4822. "json5": "lib/cli.js"
  4823. },
  4824. "engines": {
  4825. "node": ">=6"
  4826. }
  4827. },
  4828. "node_modules/jsonfile": {
  4829. "version": "6.1.0",
  4830. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  4831. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  4832. "dependencies": {
  4833. "universalify": "^2.0.0"
  4834. },
  4835. "optionalDependencies": {
  4836. "graceful-fs": "^4.1.6"
  4837. }
  4838. },
  4839. "node_modules/kleur": {
  4840. "version": "3.0.3",
  4841. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  4842. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  4843. "engines": {
  4844. "node": ">=6"
  4845. }
  4846. },
  4847. "node_modules/klona": {
  4848. "version": "2.0.6",
  4849. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  4850. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  4851. "engines": {
  4852. "node": ">= 8"
  4853. }
  4854. },
  4855. "node_modules/knitwork": {
  4856. "version": "1.1.0",
  4857. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  4858. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  4859. },
  4860. "node_modules/kolorist": {
  4861. "version": "1.8.0",
  4862. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  4863. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  4864. },
  4865. "node_modules/launch-editor": {
  4866. "version": "2.9.1",
  4867. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz",
  4868. "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==",
  4869. "dependencies": {
  4870. "picocolors": "^1.0.0",
  4871. "shell-quote": "^1.8.1"
  4872. }
  4873. },
  4874. "node_modules/lazystream": {
  4875. "version": "1.0.1",
  4876. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  4877. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  4878. "dependencies": {
  4879. "readable-stream": "^2.0.5"
  4880. },
  4881. "engines": {
  4882. "node": ">= 0.6.3"
  4883. }
  4884. },
  4885. "node_modules/lazystream/node_modules/readable-stream": {
  4886. "version": "2.3.8",
  4887. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  4888. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  4889. "dependencies": {
  4890. "core-util-is": "~1.0.0",
  4891. "inherits": "~2.0.3",
  4892. "isarray": "~1.0.0",
  4893. "process-nextick-args": "~2.0.0",
  4894. "safe-buffer": "~5.1.1",
  4895. "string_decoder": "~1.1.1",
  4896. "util-deprecate": "~1.0.1"
  4897. }
  4898. },
  4899. "node_modules/lazystream/node_modules/safe-buffer": {
  4900. "version": "5.1.2",
  4901. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  4902. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  4903. },
  4904. "node_modules/lazystream/node_modules/string_decoder": {
  4905. "version": "1.1.1",
  4906. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  4907. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  4908. "dependencies": {
  4909. "safe-buffer": "~5.1.0"
  4910. }
  4911. },
  4912. "node_modules/lilconfig": {
  4913. "version": "3.1.2",
  4914. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  4915. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  4916. "engines": {
  4917. "node": ">=14"
  4918. },
  4919. "funding": {
  4920. "url": "https://github.com/sponsors/antonk52"
  4921. }
  4922. },
  4923. "node_modules/listhen": {
  4924. "version": "1.7.2",
  4925. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.7.2.tgz",
  4926. "integrity": "sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==",
  4927. "dependencies": {
  4928. "@parcel/watcher": "^2.4.1",
  4929. "@parcel/watcher-wasm": "^2.4.1",
  4930. "citty": "^0.1.6",
  4931. "clipboardy": "^4.0.0",
  4932. "consola": "^3.2.3",
  4933. "crossws": "^0.2.0",
  4934. "defu": "^6.1.4",
  4935. "get-port-please": "^3.1.2",
  4936. "h3": "^1.10.2",
  4937. "http-shutdown": "^1.2.2",
  4938. "jiti": "^1.21.0",
  4939. "mlly": "^1.6.1",
  4940. "node-forge": "^1.3.1",
  4941. "pathe": "^1.1.2",
  4942. "std-env": "^3.7.0",
  4943. "ufo": "^1.4.0",
  4944. "untun": "^0.1.3",
  4945. "uqr": "^0.1.2"
  4946. },
  4947. "bin": {
  4948. "listen": "bin/listhen.mjs",
  4949. "listhen": "bin/listhen.mjs"
  4950. }
  4951. },
  4952. "node_modules/local-pkg": {
  4953. "version": "0.5.0",
  4954. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  4955. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  4956. "dependencies": {
  4957. "mlly": "^1.4.2",
  4958. "pkg-types": "^1.0.3"
  4959. },
  4960. "engines": {
  4961. "node": ">=14"
  4962. },
  4963. "funding": {
  4964. "url": "https://github.com/sponsors/antfu"
  4965. }
  4966. },
  4967. "node_modules/lodash": {
  4968. "version": "4.17.21",
  4969. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  4970. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  4971. },
  4972. "node_modules/lodash.defaults": {
  4973. "version": "4.2.0",
  4974. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  4975. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  4976. },
  4977. "node_modules/lodash.isarguments": {
  4978. "version": "3.1.0",
  4979. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  4980. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  4981. },
  4982. "node_modules/lodash.memoize": {
  4983. "version": "4.1.2",
  4984. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  4985. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  4986. },
  4987. "node_modules/lodash.uniq": {
  4988. "version": "4.5.0",
  4989. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  4990. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  4991. },
  4992. "node_modules/lru-cache": {
  4993. "version": "5.1.1",
  4994. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  4995. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4996. "dependencies": {
  4997. "yallist": "^3.0.2"
  4998. }
  4999. },
  5000. "node_modules/magic-string": {
  5001. "version": "0.30.11",
  5002. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
  5003. "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
  5004. "dependencies": {
  5005. "@jridgewell/sourcemap-codec": "^1.5.0"
  5006. }
  5007. },
  5008. "node_modules/magic-string-ast": {
  5009. "version": "0.6.2",
  5010. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.6.2.tgz",
  5011. "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==",
  5012. "dependencies": {
  5013. "magic-string": "^0.30.10"
  5014. },
  5015. "engines": {
  5016. "node": ">=16.14.0"
  5017. }
  5018. },
  5019. "node_modules/magicast": {
  5020. "version": "0.3.5",
  5021. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  5022. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  5023. "dependencies": {
  5024. "@babel/parser": "^7.25.4",
  5025. "@babel/types": "^7.25.4",
  5026. "source-map-js": "^1.2.0"
  5027. }
  5028. },
  5029. "node_modules/make-dir": {
  5030. "version": "3.1.0",
  5031. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  5032. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  5033. "dependencies": {
  5034. "semver": "^6.0.0"
  5035. },
  5036. "engines": {
  5037. "node": ">=8"
  5038. },
  5039. "funding": {
  5040. "url": "https://github.com/sponsors/sindresorhus"
  5041. }
  5042. },
  5043. "node_modules/make-dir/node_modules/semver": {
  5044. "version": "6.3.1",
  5045. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5046. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5047. "bin": {
  5048. "semver": "bin/semver.js"
  5049. }
  5050. },
  5051. "node_modules/mdn-data": {
  5052. "version": "2.0.30",
  5053. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  5054. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  5055. },
  5056. "node_modules/merge-stream": {
  5057. "version": "2.0.0",
  5058. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  5059. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  5060. },
  5061. "node_modules/merge2": {
  5062. "version": "1.4.1",
  5063. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5064. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5065. "engines": {
  5066. "node": ">= 8"
  5067. }
  5068. },
  5069. "node_modules/micromatch": {
  5070. "version": "4.0.8",
  5071. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5072. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5073. "dependencies": {
  5074. "braces": "^3.0.3",
  5075. "picomatch": "^2.3.1"
  5076. },
  5077. "engines": {
  5078. "node": ">=8.6"
  5079. }
  5080. },
  5081. "node_modules/mime": {
  5082. "version": "4.0.4",
  5083. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
  5084. "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==",
  5085. "funding": [
  5086. "https://github.com/sponsors/broofa"
  5087. ],
  5088. "bin": {
  5089. "mime": "bin/cli.js"
  5090. },
  5091. "engines": {
  5092. "node": ">=16"
  5093. }
  5094. },
  5095. "node_modules/mimic-fn": {
  5096. "version": "4.0.0",
  5097. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  5098. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  5099. "engines": {
  5100. "node": ">=12"
  5101. },
  5102. "funding": {
  5103. "url": "https://github.com/sponsors/sindresorhus"
  5104. }
  5105. },
  5106. "node_modules/minimatch": {
  5107. "version": "5.1.6",
  5108. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  5109. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  5110. "dependencies": {
  5111. "brace-expansion": "^2.0.1"
  5112. },
  5113. "engines": {
  5114. "node": ">=10"
  5115. }
  5116. },
  5117. "node_modules/minipass": {
  5118. "version": "5.0.0",
  5119. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  5120. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  5121. "engines": {
  5122. "node": ">=8"
  5123. }
  5124. },
  5125. "node_modules/minizlib": {
  5126. "version": "2.1.2",
  5127. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  5128. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  5129. "dependencies": {
  5130. "minipass": "^3.0.0",
  5131. "yallist": "^4.0.0"
  5132. },
  5133. "engines": {
  5134. "node": ">= 8"
  5135. }
  5136. },
  5137. "node_modules/minizlib/node_modules/minipass": {
  5138. "version": "3.3.6",
  5139. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  5140. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  5141. "dependencies": {
  5142. "yallist": "^4.0.0"
  5143. },
  5144. "engines": {
  5145. "node": ">=8"
  5146. }
  5147. },
  5148. "node_modules/minizlib/node_modules/yallist": {
  5149. "version": "4.0.0",
  5150. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  5151. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  5152. },
  5153. "node_modules/mitt": {
  5154. "version": "3.0.1",
  5155. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  5156. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  5157. },
  5158. "node_modules/mkdirp": {
  5159. "version": "1.0.4",
  5160. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  5161. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  5162. "bin": {
  5163. "mkdirp": "bin/cmd.js"
  5164. },
  5165. "engines": {
  5166. "node": ">=10"
  5167. }
  5168. },
  5169. "node_modules/mlly": {
  5170. "version": "1.7.2",
  5171. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz",
  5172. "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==",
  5173. "dependencies": {
  5174. "acorn": "^8.12.1",
  5175. "pathe": "^1.1.2",
  5176. "pkg-types": "^1.2.0",
  5177. "ufo": "^1.5.4"
  5178. }
  5179. },
  5180. "node_modules/mri": {
  5181. "version": "1.2.0",
  5182. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  5183. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  5184. "engines": {
  5185. "node": ">=4"
  5186. }
  5187. },
  5188. "node_modules/mrmime": {
  5189. "version": "2.0.0",
  5190. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  5191. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  5192. "engines": {
  5193. "node": ">=10"
  5194. }
  5195. },
  5196. "node_modules/ms": {
  5197. "version": "2.1.3",
  5198. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5199. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  5200. },
  5201. "node_modules/nanoid": {
  5202. "version": "5.0.7",
  5203. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  5204. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  5205. "funding": [
  5206. {
  5207. "type": "github",
  5208. "url": "https://github.com/sponsors/ai"
  5209. }
  5210. ],
  5211. "bin": {
  5212. "nanoid": "bin/nanoid.js"
  5213. },
  5214. "engines": {
  5215. "node": "^18 || >=20"
  5216. }
  5217. },
  5218. "node_modules/nanotar": {
  5219. "version": "0.1.1",
  5220. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.1.1.tgz",
  5221. "integrity": "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ=="
  5222. },
  5223. "node_modules/nitropack": {
  5224. "version": "2.9.7",
  5225. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.7.tgz",
  5226. "integrity": "sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==",
  5227. "dependencies": {
  5228. "@cloudflare/kv-asset-handler": "^0.3.4",
  5229. "@netlify/functions": "^2.8.0",
  5230. "@rollup/plugin-alias": "^5.1.0",
  5231. "@rollup/plugin-commonjs": "^25.0.8",
  5232. "@rollup/plugin-inject": "^5.0.5",
  5233. "@rollup/plugin-json": "^6.1.0",
  5234. "@rollup/plugin-node-resolve": "^15.2.3",
  5235. "@rollup/plugin-replace": "^5.0.7",
  5236. "@rollup/plugin-terser": "^0.4.4",
  5237. "@rollup/pluginutils": "^5.1.0",
  5238. "@types/http-proxy": "^1.17.14",
  5239. "@vercel/nft": "^0.26.5",
  5240. "archiver": "^7.0.1",
  5241. "c12": "^1.11.1",
  5242. "chalk": "^5.3.0",
  5243. "chokidar": "^3.6.0",
  5244. "citty": "^0.1.6",
  5245. "consola": "^3.2.3",
  5246. "cookie-es": "^1.1.0",
  5247. "croner": "^8.0.2",
  5248. "crossws": "^0.2.4",
  5249. "db0": "^0.1.4",
  5250. "defu": "^6.1.4",
  5251. "destr": "^2.0.3",
  5252. "dot-prop": "^8.0.2",
  5253. "esbuild": "^0.20.2",
  5254. "escape-string-regexp": "^5.0.0",
  5255. "etag": "^1.8.1",
  5256. "fs-extra": "^11.2.0",
  5257. "globby": "^14.0.1",
  5258. "gzip-size": "^7.0.0",
  5259. "h3": "^1.12.0",
  5260. "hookable": "^5.5.3",
  5261. "httpxy": "^0.1.5",
  5262. "ioredis": "^5.4.1",
  5263. "jiti": "^1.21.6",
  5264. "klona": "^2.0.6",
  5265. "knitwork": "^1.1.0",
  5266. "listhen": "^1.7.2",
  5267. "magic-string": "^0.30.10",
  5268. "mime": "^4.0.3",
  5269. "mlly": "^1.7.1",
  5270. "mri": "^1.2.0",
  5271. "node-fetch-native": "^1.6.4",
  5272. "ofetch": "^1.3.4",
  5273. "ohash": "^1.1.3",
  5274. "openapi-typescript": "^6.7.6",
  5275. "pathe": "^1.1.2",
  5276. "perfect-debounce": "^1.0.0",
  5277. "pkg-types": "^1.1.1",
  5278. "pretty-bytes": "^6.1.1",
  5279. "radix3": "^1.1.2",
  5280. "rollup": "^4.18.0",
  5281. "rollup-plugin-visualizer": "^5.12.0",
  5282. "scule": "^1.3.0",
  5283. "semver": "^7.6.2",
  5284. "serve-placeholder": "^2.0.2",
  5285. "serve-static": "^1.15.0",
  5286. "std-env": "^3.7.0",
  5287. "ufo": "^1.5.3",
  5288. "uncrypto": "^0.1.3",
  5289. "unctx": "^2.3.1",
  5290. "unenv": "^1.9.0",
  5291. "unimport": "^3.7.2",
  5292. "unstorage": "^1.10.2",
  5293. "unwasm": "^0.3.9"
  5294. },
  5295. "bin": {
  5296. "nitro": "dist/cli/index.mjs",
  5297. "nitropack": "dist/cli/index.mjs"
  5298. },
  5299. "engines": {
  5300. "node": "^16.11.0 || >=17.0.0"
  5301. },
  5302. "peerDependencies": {
  5303. "xml2js": "^0.6.2"
  5304. },
  5305. "peerDependenciesMeta": {
  5306. "xml2js": {
  5307. "optional": true
  5308. }
  5309. }
  5310. },
  5311. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  5312. "version": "0.20.2",
  5313. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  5314. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  5315. "cpu": [
  5316. "ppc64"
  5317. ],
  5318. "optional": true,
  5319. "os": [
  5320. "aix"
  5321. ],
  5322. "engines": {
  5323. "node": ">=12"
  5324. }
  5325. },
  5326. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  5327. "version": "0.20.2",
  5328. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  5329. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  5330. "cpu": [
  5331. "arm"
  5332. ],
  5333. "optional": true,
  5334. "os": [
  5335. "android"
  5336. ],
  5337. "engines": {
  5338. "node": ">=12"
  5339. }
  5340. },
  5341. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  5342. "version": "0.20.2",
  5343. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  5344. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  5345. "cpu": [
  5346. "arm64"
  5347. ],
  5348. "optional": true,
  5349. "os": [
  5350. "android"
  5351. ],
  5352. "engines": {
  5353. "node": ">=12"
  5354. }
  5355. },
  5356. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  5357. "version": "0.20.2",
  5358. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  5359. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  5360. "cpu": [
  5361. "x64"
  5362. ],
  5363. "optional": true,
  5364. "os": [
  5365. "android"
  5366. ],
  5367. "engines": {
  5368. "node": ">=12"
  5369. }
  5370. },
  5371. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  5372. "version": "0.20.2",
  5373. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  5374. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  5375. "cpu": [
  5376. "arm64"
  5377. ],
  5378. "optional": true,
  5379. "os": [
  5380. "darwin"
  5381. ],
  5382. "engines": {
  5383. "node": ">=12"
  5384. }
  5385. },
  5386. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  5387. "version": "0.20.2",
  5388. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  5389. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  5390. "cpu": [
  5391. "x64"
  5392. ],
  5393. "optional": true,
  5394. "os": [
  5395. "darwin"
  5396. ],
  5397. "engines": {
  5398. "node": ">=12"
  5399. }
  5400. },
  5401. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  5402. "version": "0.20.2",
  5403. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  5404. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  5405. "cpu": [
  5406. "arm64"
  5407. ],
  5408. "optional": true,
  5409. "os": [
  5410. "freebsd"
  5411. ],
  5412. "engines": {
  5413. "node": ">=12"
  5414. }
  5415. },
  5416. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  5417. "version": "0.20.2",
  5418. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  5419. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  5420. "cpu": [
  5421. "x64"
  5422. ],
  5423. "optional": true,
  5424. "os": [
  5425. "freebsd"
  5426. ],
  5427. "engines": {
  5428. "node": ">=12"
  5429. }
  5430. },
  5431. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  5432. "version": "0.20.2",
  5433. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  5434. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  5435. "cpu": [
  5436. "arm"
  5437. ],
  5438. "optional": true,
  5439. "os": [
  5440. "linux"
  5441. ],
  5442. "engines": {
  5443. "node": ">=12"
  5444. }
  5445. },
  5446. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  5447. "version": "0.20.2",
  5448. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  5449. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  5450. "cpu": [
  5451. "arm64"
  5452. ],
  5453. "optional": true,
  5454. "os": [
  5455. "linux"
  5456. ],
  5457. "engines": {
  5458. "node": ">=12"
  5459. }
  5460. },
  5461. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  5462. "version": "0.20.2",
  5463. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  5464. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  5465. "cpu": [
  5466. "ia32"
  5467. ],
  5468. "optional": true,
  5469. "os": [
  5470. "linux"
  5471. ],
  5472. "engines": {
  5473. "node": ">=12"
  5474. }
  5475. },
  5476. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  5477. "version": "0.20.2",
  5478. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  5479. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  5480. "cpu": [
  5481. "loong64"
  5482. ],
  5483. "optional": true,
  5484. "os": [
  5485. "linux"
  5486. ],
  5487. "engines": {
  5488. "node": ">=12"
  5489. }
  5490. },
  5491. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  5492. "version": "0.20.2",
  5493. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  5494. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  5495. "cpu": [
  5496. "mips64el"
  5497. ],
  5498. "optional": true,
  5499. "os": [
  5500. "linux"
  5501. ],
  5502. "engines": {
  5503. "node": ">=12"
  5504. }
  5505. },
  5506. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  5507. "version": "0.20.2",
  5508. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  5509. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  5510. "cpu": [
  5511. "ppc64"
  5512. ],
  5513. "optional": true,
  5514. "os": [
  5515. "linux"
  5516. ],
  5517. "engines": {
  5518. "node": ">=12"
  5519. }
  5520. },
  5521. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  5522. "version": "0.20.2",
  5523. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  5524. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  5525. "cpu": [
  5526. "riscv64"
  5527. ],
  5528. "optional": true,
  5529. "os": [
  5530. "linux"
  5531. ],
  5532. "engines": {
  5533. "node": ">=12"
  5534. }
  5535. },
  5536. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  5537. "version": "0.20.2",
  5538. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  5539. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  5540. "cpu": [
  5541. "s390x"
  5542. ],
  5543. "optional": true,
  5544. "os": [
  5545. "linux"
  5546. ],
  5547. "engines": {
  5548. "node": ">=12"
  5549. }
  5550. },
  5551. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  5552. "version": "0.20.2",
  5553. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  5554. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  5555. "cpu": [
  5556. "x64"
  5557. ],
  5558. "optional": true,
  5559. "os": [
  5560. "linux"
  5561. ],
  5562. "engines": {
  5563. "node": ">=12"
  5564. }
  5565. },
  5566. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  5567. "version": "0.20.2",
  5568. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  5569. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  5570. "cpu": [
  5571. "x64"
  5572. ],
  5573. "optional": true,
  5574. "os": [
  5575. "netbsd"
  5576. ],
  5577. "engines": {
  5578. "node": ">=12"
  5579. }
  5580. },
  5581. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  5582. "version": "0.20.2",
  5583. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  5584. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  5585. "cpu": [
  5586. "x64"
  5587. ],
  5588. "optional": true,
  5589. "os": [
  5590. "openbsd"
  5591. ],
  5592. "engines": {
  5593. "node": ">=12"
  5594. }
  5595. },
  5596. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  5597. "version": "0.20.2",
  5598. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  5599. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  5600. "cpu": [
  5601. "x64"
  5602. ],
  5603. "optional": true,
  5604. "os": [
  5605. "sunos"
  5606. ],
  5607. "engines": {
  5608. "node": ">=12"
  5609. }
  5610. },
  5611. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  5612. "version": "0.20.2",
  5613. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  5614. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  5615. "cpu": [
  5616. "arm64"
  5617. ],
  5618. "optional": true,
  5619. "os": [
  5620. "win32"
  5621. ],
  5622. "engines": {
  5623. "node": ">=12"
  5624. }
  5625. },
  5626. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  5627. "version": "0.20.2",
  5628. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  5629. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  5630. "cpu": [
  5631. "ia32"
  5632. ],
  5633. "optional": true,
  5634. "os": [
  5635. "win32"
  5636. ],
  5637. "engines": {
  5638. "node": ">=12"
  5639. }
  5640. },
  5641. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  5642. "version": "0.20.2",
  5643. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  5644. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  5645. "cpu": [
  5646. "x64"
  5647. ],
  5648. "optional": true,
  5649. "os": [
  5650. "win32"
  5651. ],
  5652. "engines": {
  5653. "node": ">=12"
  5654. }
  5655. },
  5656. "node_modules/nitropack/node_modules/chalk": {
  5657. "version": "5.3.0",
  5658. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  5659. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  5660. "engines": {
  5661. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  5662. },
  5663. "funding": {
  5664. "url": "https://github.com/chalk/chalk?sponsor=1"
  5665. }
  5666. },
  5667. "node_modules/nitropack/node_modules/esbuild": {
  5668. "version": "0.20.2",
  5669. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  5670. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  5671. "hasInstallScript": true,
  5672. "bin": {
  5673. "esbuild": "bin/esbuild"
  5674. },
  5675. "engines": {
  5676. "node": ">=12"
  5677. },
  5678. "optionalDependencies": {
  5679. "@esbuild/aix-ppc64": "0.20.2",
  5680. "@esbuild/android-arm": "0.20.2",
  5681. "@esbuild/android-arm64": "0.20.2",
  5682. "@esbuild/android-x64": "0.20.2",
  5683. "@esbuild/darwin-arm64": "0.20.2",
  5684. "@esbuild/darwin-x64": "0.20.2",
  5685. "@esbuild/freebsd-arm64": "0.20.2",
  5686. "@esbuild/freebsd-x64": "0.20.2",
  5687. "@esbuild/linux-arm": "0.20.2",
  5688. "@esbuild/linux-arm64": "0.20.2",
  5689. "@esbuild/linux-ia32": "0.20.2",
  5690. "@esbuild/linux-loong64": "0.20.2",
  5691. "@esbuild/linux-mips64el": "0.20.2",
  5692. "@esbuild/linux-ppc64": "0.20.2",
  5693. "@esbuild/linux-riscv64": "0.20.2",
  5694. "@esbuild/linux-s390x": "0.20.2",
  5695. "@esbuild/linux-x64": "0.20.2",
  5696. "@esbuild/netbsd-x64": "0.20.2",
  5697. "@esbuild/openbsd-x64": "0.20.2",
  5698. "@esbuild/sunos-x64": "0.20.2",
  5699. "@esbuild/win32-arm64": "0.20.2",
  5700. "@esbuild/win32-ia32": "0.20.2",
  5701. "@esbuild/win32-x64": "0.20.2"
  5702. }
  5703. },
  5704. "node_modules/node-addon-api": {
  5705. "version": "7.1.1",
  5706. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  5707. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
  5708. },
  5709. "node_modules/node-fetch": {
  5710. "version": "2.7.0",
  5711. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  5712. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  5713. "dependencies": {
  5714. "whatwg-url": "^5.0.0"
  5715. },
  5716. "engines": {
  5717. "node": "4.x || >=6.0.0"
  5718. },
  5719. "peerDependencies": {
  5720. "encoding": "^0.1.0"
  5721. },
  5722. "peerDependenciesMeta": {
  5723. "encoding": {
  5724. "optional": true
  5725. }
  5726. }
  5727. },
  5728. "node_modules/node-fetch-native": {
  5729. "version": "1.6.4",
  5730. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  5731. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  5732. },
  5733. "node_modules/node-forge": {
  5734. "version": "1.3.1",
  5735. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  5736. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  5737. "engines": {
  5738. "node": ">= 6.13.0"
  5739. }
  5740. },
  5741. "node_modules/node-gyp-build": {
  5742. "version": "4.8.2",
  5743. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz",
  5744. "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==",
  5745. "bin": {
  5746. "node-gyp-build": "bin.js",
  5747. "node-gyp-build-optional": "optional.js",
  5748. "node-gyp-build-test": "build-test.js"
  5749. }
  5750. },
  5751. "node_modules/node-releases": {
  5752. "version": "2.0.18",
  5753. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
  5754. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
  5755. },
  5756. "node_modules/nopt": {
  5757. "version": "5.0.0",
  5758. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  5759. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  5760. "dependencies": {
  5761. "abbrev": "1"
  5762. },
  5763. "bin": {
  5764. "nopt": "bin/nopt.js"
  5765. },
  5766. "engines": {
  5767. "node": ">=6"
  5768. }
  5769. },
  5770. "node_modules/normalize-path": {
  5771. "version": "3.0.0",
  5772. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  5773. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5774. "engines": {
  5775. "node": ">=0.10.0"
  5776. }
  5777. },
  5778. "node_modules/normalize-range": {
  5779. "version": "0.1.2",
  5780. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  5781. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  5782. "engines": {
  5783. "node": ">=0.10.0"
  5784. }
  5785. },
  5786. "node_modules/npm-run-path": {
  5787. "version": "5.3.0",
  5788. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  5789. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  5790. "dependencies": {
  5791. "path-key": "^4.0.0"
  5792. },
  5793. "engines": {
  5794. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5795. },
  5796. "funding": {
  5797. "url": "https://github.com/sponsors/sindresorhus"
  5798. }
  5799. },
  5800. "node_modules/npm-run-path/node_modules/path-key": {
  5801. "version": "4.0.0",
  5802. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  5803. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  5804. "engines": {
  5805. "node": ">=12"
  5806. },
  5807. "funding": {
  5808. "url": "https://github.com/sponsors/sindresorhus"
  5809. }
  5810. },
  5811. "node_modules/npmlog": {
  5812. "version": "5.0.1",
  5813. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  5814. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  5815. "deprecated": "This package is no longer supported.",
  5816. "dependencies": {
  5817. "are-we-there-yet": "^2.0.0",
  5818. "console-control-strings": "^1.1.0",
  5819. "gauge": "^3.0.0",
  5820. "set-blocking": "^2.0.0"
  5821. }
  5822. },
  5823. "node_modules/nth-check": {
  5824. "version": "2.1.1",
  5825. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5826. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5827. "dependencies": {
  5828. "boolbase": "^1.0.0"
  5829. },
  5830. "funding": {
  5831. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5832. }
  5833. },
  5834. "node_modules/nuxi": {
  5835. "version": "3.13.2",
  5836. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.13.2.tgz",
  5837. "integrity": "sha512-yAgpxBcIB2/DWL7dWRZOQa5ULLZQ4AWgYdqtUDbeOZ3KxmY/+fqm8/UJuU7QK81JrccNaZeSI+GLe5BY7RR3cQ==",
  5838. "bin": {
  5839. "nuxi": "bin/nuxi.mjs",
  5840. "nuxi-ng": "bin/nuxi.mjs",
  5841. "nuxt": "bin/nuxi.mjs",
  5842. "nuxt-cli": "bin/nuxi.mjs"
  5843. },
  5844. "engines": {
  5845. "node": "^16.10.0 || >=18.0.0"
  5846. },
  5847. "optionalDependencies": {
  5848. "fsevents": "~2.3.3"
  5849. }
  5850. },
  5851. "node_modules/nuxt": {
  5852. "version": "3.13.2",
  5853. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.13.2.tgz",
  5854. "integrity": "sha512-Bjc2qRsipfBhjXsBEJCN+EUAukhdgFv/KoIR5HFB2hZOYRSqXBod3oWQs78k3ja1nlIhAEdBG533898KJxUtJw==",
  5855. "dependencies": {
  5856. "@nuxt/devalue": "^2.0.2",
  5857. "@nuxt/devtools": "^1.4.2",
  5858. "@nuxt/kit": "3.13.2",
  5859. "@nuxt/schema": "3.13.2",
  5860. "@nuxt/telemetry": "^2.6.0",
  5861. "@nuxt/vite-builder": "3.13.2",
  5862. "@unhead/dom": "^1.11.5",
  5863. "@unhead/shared": "^1.11.5",
  5864. "@unhead/ssr": "^1.11.5",
  5865. "@unhead/vue": "^1.11.5",
  5866. "@vue/shared": "^3.5.5",
  5867. "acorn": "8.12.1",
  5868. "c12": "^1.11.2",
  5869. "chokidar": "^3.6.0",
  5870. "compatx": "^0.1.8",
  5871. "consola": "^3.2.3",
  5872. "cookie-es": "^1.2.2",
  5873. "defu": "^6.1.4",
  5874. "destr": "^2.0.3",
  5875. "devalue": "^5.0.0",
  5876. "errx": "^0.1.0",
  5877. "esbuild": "^0.23.1",
  5878. "escape-string-regexp": "^5.0.0",
  5879. "estree-walker": "^3.0.3",
  5880. "globby": "^14.0.2",
  5881. "h3": "^1.12.0",
  5882. "hookable": "^5.5.3",
  5883. "ignore": "^5.3.2",
  5884. "impound": "^0.1.0",
  5885. "jiti": "^1.21.6",
  5886. "klona": "^2.0.6",
  5887. "knitwork": "^1.1.0",
  5888. "magic-string": "^0.30.11",
  5889. "mlly": "^1.7.1",
  5890. "nanotar": "^0.1.1",
  5891. "nitropack": "^2.9.7",
  5892. "nuxi": "^3.13.2",
  5893. "nypm": "^0.3.11",
  5894. "ofetch": "^1.3.4",
  5895. "ohash": "^1.1.4",
  5896. "pathe": "^1.1.2",
  5897. "perfect-debounce": "^1.0.0",
  5898. "pkg-types": "^1.2.0",
  5899. "radix3": "^1.1.2",
  5900. "scule": "^1.3.0",
  5901. "semver": "^7.6.3",
  5902. "std-env": "^3.7.0",
  5903. "strip-literal": "^2.1.0",
  5904. "tinyglobby": "0.2.6",
  5905. "ufo": "^1.5.4",
  5906. "ultrahtml": "^1.5.3",
  5907. "uncrypto": "^0.1.3",
  5908. "unctx": "^2.3.1",
  5909. "unenv": "^1.10.0",
  5910. "unhead": "^1.11.5",
  5911. "unimport": "^3.12.0",
  5912. "unplugin": "^1.14.1",
  5913. "unplugin-vue-router": "^0.10.8",
  5914. "unstorage": "^1.12.0",
  5915. "untyped": "^1.4.2",
  5916. "vue": "^3.5.5",
  5917. "vue-bundle-renderer": "^2.1.0",
  5918. "vue-devtools-stub": "^0.1.0",
  5919. "vue-router": "^4.4.5"
  5920. },
  5921. "bin": {
  5922. "nuxi": "bin/nuxt.mjs",
  5923. "nuxt": "bin/nuxt.mjs"
  5924. },
  5925. "engines": {
  5926. "node": "^14.18.0 || >=16.10.0"
  5927. },
  5928. "peerDependencies": {
  5929. "@parcel/watcher": "^2.1.0",
  5930. "@types/node": "^14.18.0 || >=16.10.0"
  5931. },
  5932. "peerDependenciesMeta": {
  5933. "@parcel/watcher": {
  5934. "optional": true
  5935. },
  5936. "@types/node": {
  5937. "optional": true
  5938. }
  5939. }
  5940. },
  5941. "node_modules/nypm": {
  5942. "version": "0.3.11",
  5943. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.11.tgz",
  5944. "integrity": "sha512-E5GqaAYSnbb6n1qZyik2wjPDZON43FqOJO59+3OkWrnmQtjggrMOVnsyzfjxp/tS6nlYJBA4zRA5jSM2YaadMg==",
  5945. "dependencies": {
  5946. "citty": "^0.1.6",
  5947. "consola": "^3.2.3",
  5948. "execa": "^8.0.1",
  5949. "pathe": "^1.1.2",
  5950. "pkg-types": "^1.2.0",
  5951. "ufo": "^1.5.4"
  5952. },
  5953. "bin": {
  5954. "nypm": "dist/cli.mjs"
  5955. },
  5956. "engines": {
  5957. "node": "^14.16.0 || >=16.10.0"
  5958. }
  5959. },
  5960. "node_modules/nypm/node_modules/execa": {
  5961. "version": "8.0.1",
  5962. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5963. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5964. "dependencies": {
  5965. "cross-spawn": "^7.0.3",
  5966. "get-stream": "^8.0.1",
  5967. "human-signals": "^5.0.0",
  5968. "is-stream": "^3.0.0",
  5969. "merge-stream": "^2.0.0",
  5970. "npm-run-path": "^5.1.0",
  5971. "onetime": "^6.0.0",
  5972. "signal-exit": "^4.1.0",
  5973. "strip-final-newline": "^3.0.0"
  5974. },
  5975. "engines": {
  5976. "node": ">=16.17"
  5977. },
  5978. "funding": {
  5979. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5980. }
  5981. },
  5982. "node_modules/nypm/node_modules/get-stream": {
  5983. "version": "8.0.1",
  5984. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5985. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5986. "engines": {
  5987. "node": ">=16"
  5988. },
  5989. "funding": {
  5990. "url": "https://github.com/sponsors/sindresorhus"
  5991. }
  5992. },
  5993. "node_modules/nypm/node_modules/human-signals": {
  5994. "version": "5.0.0",
  5995. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5996. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5997. "engines": {
  5998. "node": ">=16.17.0"
  5999. }
  6000. },
  6001. "node_modules/nypm/node_modules/signal-exit": {
  6002. "version": "4.1.0",
  6003. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  6004. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  6005. "engines": {
  6006. "node": ">=14"
  6007. },
  6008. "funding": {
  6009. "url": "https://github.com/sponsors/isaacs"
  6010. }
  6011. },
  6012. "node_modules/object-assign": {
  6013. "version": "4.1.1",
  6014. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  6015. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6016. "engines": {
  6017. "node": ">=0.10.0"
  6018. }
  6019. },
  6020. "node_modules/ofetch": {
  6021. "version": "1.3.4",
  6022. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz",
  6023. "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==",
  6024. "dependencies": {
  6025. "destr": "^2.0.3",
  6026. "node-fetch-native": "^1.6.3",
  6027. "ufo": "^1.5.3"
  6028. }
  6029. },
  6030. "node_modules/ohash": {
  6031. "version": "1.1.4",
  6032. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz",
  6033. "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
  6034. },
  6035. "node_modules/on-finished": {
  6036. "version": "2.4.1",
  6037. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  6038. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  6039. "dependencies": {
  6040. "ee-first": "1.1.1"
  6041. },
  6042. "engines": {
  6043. "node": ">= 0.8"
  6044. }
  6045. },
  6046. "node_modules/once": {
  6047. "version": "1.4.0",
  6048. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  6049. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6050. "dependencies": {
  6051. "wrappy": "1"
  6052. }
  6053. },
  6054. "node_modules/onetime": {
  6055. "version": "6.0.0",
  6056. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  6057. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  6058. "dependencies": {
  6059. "mimic-fn": "^4.0.0"
  6060. },
  6061. "engines": {
  6062. "node": ">=12"
  6063. },
  6064. "funding": {
  6065. "url": "https://github.com/sponsors/sindresorhus"
  6066. }
  6067. },
  6068. "node_modules/open": {
  6069. "version": "8.4.2",
  6070. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  6071. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  6072. "dependencies": {
  6073. "define-lazy-prop": "^2.0.0",
  6074. "is-docker": "^2.1.1",
  6075. "is-wsl": "^2.2.0"
  6076. },
  6077. "engines": {
  6078. "node": ">=12"
  6079. },
  6080. "funding": {
  6081. "url": "https://github.com/sponsors/sindresorhus"
  6082. }
  6083. },
  6084. "node_modules/open/node_modules/is-docker": {
  6085. "version": "2.2.1",
  6086. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  6087. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  6088. "bin": {
  6089. "is-docker": "cli.js"
  6090. },
  6091. "engines": {
  6092. "node": ">=8"
  6093. },
  6094. "funding": {
  6095. "url": "https://github.com/sponsors/sindresorhus"
  6096. }
  6097. },
  6098. "node_modules/open/node_modules/is-wsl": {
  6099. "version": "2.2.0",
  6100. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  6101. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  6102. "dependencies": {
  6103. "is-docker": "^2.0.0"
  6104. },
  6105. "engines": {
  6106. "node": ">=8"
  6107. }
  6108. },
  6109. "node_modules/openapi-typescript": {
  6110. "version": "6.7.6",
  6111. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  6112. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  6113. "dependencies": {
  6114. "ansi-colors": "^4.1.3",
  6115. "fast-glob": "^3.3.2",
  6116. "js-yaml": "^4.1.0",
  6117. "supports-color": "^9.4.0",
  6118. "undici": "^5.28.4",
  6119. "yargs-parser": "^21.1.1"
  6120. },
  6121. "bin": {
  6122. "openapi-typescript": "bin/cli.js"
  6123. }
  6124. },
  6125. "node_modules/openapi-typescript/node_modules/supports-color": {
  6126. "version": "9.4.0",
  6127. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  6128. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  6129. "engines": {
  6130. "node": ">=12"
  6131. },
  6132. "funding": {
  6133. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6134. }
  6135. },
  6136. "node_modules/package-json-from-dist": {
  6137. "version": "1.0.0",
  6138. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
  6139. "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
  6140. },
  6141. "node_modules/package-manager-detector": {
  6142. "version": "0.2.0",
  6143. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.0.tgz",
  6144. "integrity": "sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog=="
  6145. },
  6146. "node_modules/parse-git-config": {
  6147. "version": "3.0.0",
  6148. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  6149. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  6150. "dependencies": {
  6151. "git-config-path": "^2.0.0",
  6152. "ini": "^1.3.5"
  6153. },
  6154. "engines": {
  6155. "node": ">=8"
  6156. }
  6157. },
  6158. "node_modules/parse-git-config/node_modules/ini": {
  6159. "version": "1.3.8",
  6160. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  6161. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  6162. },
  6163. "node_modules/parse-path": {
  6164. "version": "7.0.0",
  6165. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  6166. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  6167. "dependencies": {
  6168. "protocols": "^2.0.0"
  6169. }
  6170. },
  6171. "node_modules/parse-url": {
  6172. "version": "8.1.0",
  6173. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  6174. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  6175. "dependencies": {
  6176. "parse-path": "^7.0.0"
  6177. }
  6178. },
  6179. "node_modules/parseurl": {
  6180. "version": "1.3.3",
  6181. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  6182. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  6183. "engines": {
  6184. "node": ">= 0.8"
  6185. }
  6186. },
  6187. "node_modules/path-is-absolute": {
  6188. "version": "1.0.1",
  6189. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6190. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6191. "engines": {
  6192. "node": ">=0.10.0"
  6193. }
  6194. },
  6195. "node_modules/path-key": {
  6196. "version": "3.1.1",
  6197. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6198. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6199. "engines": {
  6200. "node": ">=8"
  6201. }
  6202. },
  6203. "node_modules/path-parse": {
  6204. "version": "1.0.7",
  6205. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6206. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  6207. },
  6208. "node_modules/path-scurry": {
  6209. "version": "1.11.1",
  6210. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  6211. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  6212. "dependencies": {
  6213. "lru-cache": "^10.2.0",
  6214. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  6215. },
  6216. "engines": {
  6217. "node": ">=16 || 14 >=14.18"
  6218. },
  6219. "funding": {
  6220. "url": "https://github.com/sponsors/isaacs"
  6221. }
  6222. },
  6223. "node_modules/path-scurry/node_modules/lru-cache": {
  6224. "version": "10.4.3",
  6225. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  6226. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  6227. },
  6228. "node_modules/path-type": {
  6229. "version": "5.0.0",
  6230. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  6231. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  6232. "engines": {
  6233. "node": ">=12"
  6234. },
  6235. "funding": {
  6236. "url": "https://github.com/sponsors/sindresorhus"
  6237. }
  6238. },
  6239. "node_modules/pathe": {
  6240. "version": "1.1.2",
  6241. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  6242. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  6243. },
  6244. "node_modules/perfect-debounce": {
  6245. "version": "1.0.0",
  6246. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  6247. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  6248. },
  6249. "node_modules/picocolors": {
  6250. "version": "1.1.0",
  6251. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
  6252. "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
  6253. },
  6254. "node_modules/picomatch": {
  6255. "version": "2.3.1",
  6256. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6257. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6258. "engines": {
  6259. "node": ">=8.6"
  6260. },
  6261. "funding": {
  6262. "url": "https://github.com/sponsors/jonschlinkert"
  6263. }
  6264. },
  6265. "node_modules/pkg-types": {
  6266. "version": "1.2.0",
  6267. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.0.tgz",
  6268. "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==",
  6269. "dependencies": {
  6270. "confbox": "^0.1.7",
  6271. "mlly": "^1.7.1",
  6272. "pathe": "^1.1.2"
  6273. }
  6274. },
  6275. "node_modules/postcss": {
  6276. "version": "8.4.47",
  6277. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
  6278. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  6279. "funding": [
  6280. {
  6281. "type": "opencollective",
  6282. "url": "https://opencollective.com/postcss/"
  6283. },
  6284. {
  6285. "type": "tidelift",
  6286. "url": "https://tidelift.com/funding/github/npm/postcss"
  6287. },
  6288. {
  6289. "type": "github",
  6290. "url": "https://github.com/sponsors/ai"
  6291. }
  6292. ],
  6293. "dependencies": {
  6294. "nanoid": "^3.3.7",
  6295. "picocolors": "^1.1.0",
  6296. "source-map-js": "^1.2.1"
  6297. },
  6298. "engines": {
  6299. "node": "^10 || ^12 || >=14"
  6300. }
  6301. },
  6302. "node_modules/postcss-calc": {
  6303. "version": "10.0.2",
  6304. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.2.tgz",
  6305. "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==",
  6306. "dependencies": {
  6307. "postcss-selector-parser": "^6.1.2",
  6308. "postcss-value-parser": "^4.2.0"
  6309. },
  6310. "engines": {
  6311. "node": "^18.12 || ^20.9 || >=22.0"
  6312. },
  6313. "peerDependencies": {
  6314. "postcss": "^8.4.38"
  6315. }
  6316. },
  6317. "node_modules/postcss-colormin": {
  6318. "version": "7.0.2",
  6319. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
  6320. "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
  6321. "dependencies": {
  6322. "browserslist": "^4.23.3",
  6323. "caniuse-api": "^3.0.0",
  6324. "colord": "^2.9.3",
  6325. "postcss-value-parser": "^4.2.0"
  6326. },
  6327. "engines": {
  6328. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6329. },
  6330. "peerDependencies": {
  6331. "postcss": "^8.4.31"
  6332. }
  6333. },
  6334. "node_modules/postcss-convert-values": {
  6335. "version": "7.0.4",
  6336. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
  6337. "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
  6338. "dependencies": {
  6339. "browserslist": "^4.23.3",
  6340. "postcss-value-parser": "^4.2.0"
  6341. },
  6342. "engines": {
  6343. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6344. },
  6345. "peerDependencies": {
  6346. "postcss": "^8.4.31"
  6347. }
  6348. },
  6349. "node_modules/postcss-discard-comments": {
  6350. "version": "7.0.3",
  6351. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz",
  6352. "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==",
  6353. "dependencies": {
  6354. "postcss-selector-parser": "^6.1.2"
  6355. },
  6356. "engines": {
  6357. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6358. },
  6359. "peerDependencies": {
  6360. "postcss": "^8.4.31"
  6361. }
  6362. },
  6363. "node_modules/postcss-discard-duplicates": {
  6364. "version": "7.0.1",
  6365. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz",
  6366. "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==",
  6367. "engines": {
  6368. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6369. },
  6370. "peerDependencies": {
  6371. "postcss": "^8.4.31"
  6372. }
  6373. },
  6374. "node_modules/postcss-discard-empty": {
  6375. "version": "7.0.0",
  6376. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  6377. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  6378. "engines": {
  6379. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6380. },
  6381. "peerDependencies": {
  6382. "postcss": "^8.4.31"
  6383. }
  6384. },
  6385. "node_modules/postcss-discard-overridden": {
  6386. "version": "7.0.0",
  6387. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  6388. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  6389. "engines": {
  6390. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6391. },
  6392. "peerDependencies": {
  6393. "postcss": "^8.4.31"
  6394. }
  6395. },
  6396. "node_modules/postcss-merge-longhand": {
  6397. "version": "7.0.4",
  6398. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
  6399. "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==",
  6400. "dependencies": {
  6401. "postcss-value-parser": "^4.2.0",
  6402. "stylehacks": "^7.0.4"
  6403. },
  6404. "engines": {
  6405. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6406. },
  6407. "peerDependencies": {
  6408. "postcss": "^8.4.31"
  6409. }
  6410. },
  6411. "node_modules/postcss-merge-rules": {
  6412. "version": "7.0.4",
  6413. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz",
  6414. "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==",
  6415. "dependencies": {
  6416. "browserslist": "^4.23.3",
  6417. "caniuse-api": "^3.0.0",
  6418. "cssnano-utils": "^5.0.0",
  6419. "postcss-selector-parser": "^6.1.2"
  6420. },
  6421. "engines": {
  6422. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6423. },
  6424. "peerDependencies": {
  6425. "postcss": "^8.4.31"
  6426. }
  6427. },
  6428. "node_modules/postcss-minify-font-values": {
  6429. "version": "7.0.0",
  6430. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  6431. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  6432. "dependencies": {
  6433. "postcss-value-parser": "^4.2.0"
  6434. },
  6435. "engines": {
  6436. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6437. },
  6438. "peerDependencies": {
  6439. "postcss": "^8.4.31"
  6440. }
  6441. },
  6442. "node_modules/postcss-minify-gradients": {
  6443. "version": "7.0.0",
  6444. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  6445. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  6446. "dependencies": {
  6447. "colord": "^2.9.3",
  6448. "cssnano-utils": "^5.0.0",
  6449. "postcss-value-parser": "^4.2.0"
  6450. },
  6451. "engines": {
  6452. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6453. },
  6454. "peerDependencies": {
  6455. "postcss": "^8.4.31"
  6456. }
  6457. },
  6458. "node_modules/postcss-minify-params": {
  6459. "version": "7.0.2",
  6460. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz",
  6461. "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==",
  6462. "dependencies": {
  6463. "browserslist": "^4.23.3",
  6464. "cssnano-utils": "^5.0.0",
  6465. "postcss-value-parser": "^4.2.0"
  6466. },
  6467. "engines": {
  6468. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6469. },
  6470. "peerDependencies": {
  6471. "postcss": "^8.4.31"
  6472. }
  6473. },
  6474. "node_modules/postcss-minify-selectors": {
  6475. "version": "7.0.4",
  6476. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz",
  6477. "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==",
  6478. "dependencies": {
  6479. "cssesc": "^3.0.0",
  6480. "postcss-selector-parser": "^6.1.2"
  6481. },
  6482. "engines": {
  6483. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6484. },
  6485. "peerDependencies": {
  6486. "postcss": "^8.4.31"
  6487. }
  6488. },
  6489. "node_modules/postcss-normalize-charset": {
  6490. "version": "7.0.0",
  6491. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  6492. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  6493. "engines": {
  6494. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6495. },
  6496. "peerDependencies": {
  6497. "postcss": "^8.4.31"
  6498. }
  6499. },
  6500. "node_modules/postcss-normalize-display-values": {
  6501. "version": "7.0.0",
  6502. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  6503. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  6504. "dependencies": {
  6505. "postcss-value-parser": "^4.2.0"
  6506. },
  6507. "engines": {
  6508. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6509. },
  6510. "peerDependencies": {
  6511. "postcss": "^8.4.31"
  6512. }
  6513. },
  6514. "node_modules/postcss-normalize-positions": {
  6515. "version": "7.0.0",
  6516. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  6517. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  6518. "dependencies": {
  6519. "postcss-value-parser": "^4.2.0"
  6520. },
  6521. "engines": {
  6522. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6523. },
  6524. "peerDependencies": {
  6525. "postcss": "^8.4.31"
  6526. }
  6527. },
  6528. "node_modules/postcss-normalize-repeat-style": {
  6529. "version": "7.0.0",
  6530. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  6531. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  6532. "dependencies": {
  6533. "postcss-value-parser": "^4.2.0"
  6534. },
  6535. "engines": {
  6536. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6537. },
  6538. "peerDependencies": {
  6539. "postcss": "^8.4.31"
  6540. }
  6541. },
  6542. "node_modules/postcss-normalize-string": {
  6543. "version": "7.0.0",
  6544. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  6545. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  6546. "dependencies": {
  6547. "postcss-value-parser": "^4.2.0"
  6548. },
  6549. "engines": {
  6550. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6551. },
  6552. "peerDependencies": {
  6553. "postcss": "^8.4.31"
  6554. }
  6555. },
  6556. "node_modules/postcss-normalize-timing-functions": {
  6557. "version": "7.0.0",
  6558. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  6559. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  6560. "dependencies": {
  6561. "postcss-value-parser": "^4.2.0"
  6562. },
  6563. "engines": {
  6564. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6565. },
  6566. "peerDependencies": {
  6567. "postcss": "^8.4.31"
  6568. }
  6569. },
  6570. "node_modules/postcss-normalize-unicode": {
  6571. "version": "7.0.2",
  6572. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz",
  6573. "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==",
  6574. "dependencies": {
  6575. "browserslist": "^4.23.3",
  6576. "postcss-value-parser": "^4.2.0"
  6577. },
  6578. "engines": {
  6579. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6580. },
  6581. "peerDependencies": {
  6582. "postcss": "^8.4.31"
  6583. }
  6584. },
  6585. "node_modules/postcss-normalize-url": {
  6586. "version": "7.0.0",
  6587. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  6588. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  6589. "dependencies": {
  6590. "postcss-value-parser": "^4.2.0"
  6591. },
  6592. "engines": {
  6593. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6594. },
  6595. "peerDependencies": {
  6596. "postcss": "^8.4.31"
  6597. }
  6598. },
  6599. "node_modules/postcss-normalize-whitespace": {
  6600. "version": "7.0.0",
  6601. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  6602. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  6603. "dependencies": {
  6604. "postcss-value-parser": "^4.2.0"
  6605. },
  6606. "engines": {
  6607. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6608. },
  6609. "peerDependencies": {
  6610. "postcss": "^8.4.31"
  6611. }
  6612. },
  6613. "node_modules/postcss-ordered-values": {
  6614. "version": "7.0.1",
  6615. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  6616. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  6617. "dependencies": {
  6618. "cssnano-utils": "^5.0.0",
  6619. "postcss-value-parser": "^4.2.0"
  6620. },
  6621. "engines": {
  6622. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6623. },
  6624. "peerDependencies": {
  6625. "postcss": "^8.4.31"
  6626. }
  6627. },
  6628. "node_modules/postcss-px-to-viewport": {
  6629. "version": "1.1.1",
  6630. "resolved": "https://registry.npmjs.org/postcss-px-to-viewport/-/postcss-px-to-viewport-1.1.1.tgz",
  6631. "integrity": "sha512-2x9oGnBms+e0cYtBJOZdlwrFg/mLR4P1g2IFu7jYKvnqnH/HLhoKyareW2Q/x4sg0BgklHlP1qeWo2oCyPm8FQ==",
  6632. "dependencies": {
  6633. "object-assign": ">=4.0.1",
  6634. "postcss": ">=5.0.2"
  6635. }
  6636. },
  6637. "node_modules/postcss-reduce-initial": {
  6638. "version": "7.0.2",
  6639. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz",
  6640. "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==",
  6641. "dependencies": {
  6642. "browserslist": "^4.23.3",
  6643. "caniuse-api": "^3.0.0"
  6644. },
  6645. "engines": {
  6646. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6647. },
  6648. "peerDependencies": {
  6649. "postcss": "^8.4.31"
  6650. }
  6651. },
  6652. "node_modules/postcss-reduce-transforms": {
  6653. "version": "7.0.0",
  6654. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  6655. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  6656. "dependencies": {
  6657. "postcss-value-parser": "^4.2.0"
  6658. },
  6659. "engines": {
  6660. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6661. },
  6662. "peerDependencies": {
  6663. "postcss": "^8.4.31"
  6664. }
  6665. },
  6666. "node_modules/postcss-selector-parser": {
  6667. "version": "6.1.2",
  6668. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  6669. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  6670. "dependencies": {
  6671. "cssesc": "^3.0.0",
  6672. "util-deprecate": "^1.0.2"
  6673. },
  6674. "engines": {
  6675. "node": ">=4"
  6676. }
  6677. },
  6678. "node_modules/postcss-svgo": {
  6679. "version": "7.0.1",
  6680. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  6681. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  6682. "dependencies": {
  6683. "postcss-value-parser": "^4.2.0",
  6684. "svgo": "^3.3.2"
  6685. },
  6686. "engines": {
  6687. "node": "^18.12.0 || ^20.9.0 || >= 18"
  6688. },
  6689. "peerDependencies": {
  6690. "postcss": "^8.4.31"
  6691. }
  6692. },
  6693. "node_modules/postcss-unique-selectors": {
  6694. "version": "7.0.3",
  6695. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz",
  6696. "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==",
  6697. "dependencies": {
  6698. "postcss-selector-parser": "^6.1.2"
  6699. },
  6700. "engines": {
  6701. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6702. },
  6703. "peerDependencies": {
  6704. "postcss": "^8.4.31"
  6705. }
  6706. },
  6707. "node_modules/postcss-value-parser": {
  6708. "version": "4.2.0",
  6709. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  6710. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  6711. },
  6712. "node_modules/postcss/node_modules/nanoid": {
  6713. "version": "3.3.7",
  6714. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  6715. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6716. "funding": [
  6717. {
  6718. "type": "github",
  6719. "url": "https://github.com/sponsors/ai"
  6720. }
  6721. ],
  6722. "bin": {
  6723. "nanoid": "bin/nanoid.cjs"
  6724. },
  6725. "engines": {
  6726. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6727. }
  6728. },
  6729. "node_modules/pretty-bytes": {
  6730. "version": "6.1.1",
  6731. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6732. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6733. "engines": {
  6734. "node": "^14.13.1 || >=16.0.0"
  6735. },
  6736. "funding": {
  6737. "url": "https://github.com/sponsors/sindresorhus"
  6738. }
  6739. },
  6740. "node_modules/process": {
  6741. "version": "0.11.10",
  6742. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  6743. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  6744. "engines": {
  6745. "node": ">= 0.6.0"
  6746. }
  6747. },
  6748. "node_modules/process-nextick-args": {
  6749. "version": "2.0.1",
  6750. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  6751. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  6752. },
  6753. "node_modules/prompts": {
  6754. "version": "2.4.2",
  6755. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  6756. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  6757. "dependencies": {
  6758. "kleur": "^3.0.3",
  6759. "sisteransi": "^1.0.5"
  6760. },
  6761. "engines": {
  6762. "node": ">= 6"
  6763. }
  6764. },
  6765. "node_modules/protocols": {
  6766. "version": "2.0.1",
  6767. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  6768. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  6769. },
  6770. "node_modules/queue-microtask": {
  6771. "version": "1.2.3",
  6772. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6773. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6774. "funding": [
  6775. {
  6776. "type": "github",
  6777. "url": "https://github.com/sponsors/feross"
  6778. },
  6779. {
  6780. "type": "patreon",
  6781. "url": "https://www.patreon.com/feross"
  6782. },
  6783. {
  6784. "type": "consulting",
  6785. "url": "https://feross.org/support"
  6786. }
  6787. ]
  6788. },
  6789. "node_modules/queue-tick": {
  6790. "version": "1.0.1",
  6791. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  6792. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  6793. },
  6794. "node_modules/radix3": {
  6795. "version": "1.1.2",
  6796. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  6797. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  6798. },
  6799. "node_modules/randombytes": {
  6800. "version": "2.1.0",
  6801. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6802. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6803. "dependencies": {
  6804. "safe-buffer": "^5.1.0"
  6805. }
  6806. },
  6807. "node_modules/range-parser": {
  6808. "version": "1.2.1",
  6809. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  6810. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6811. "engines": {
  6812. "node": ">= 0.6"
  6813. }
  6814. },
  6815. "node_modules/rc9": {
  6816. "version": "2.1.2",
  6817. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  6818. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  6819. "dependencies": {
  6820. "defu": "^6.1.4",
  6821. "destr": "^2.0.3"
  6822. }
  6823. },
  6824. "node_modules/readable-stream": {
  6825. "version": "4.5.2",
  6826. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  6827. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  6828. "dependencies": {
  6829. "abort-controller": "^3.0.0",
  6830. "buffer": "^6.0.3",
  6831. "events": "^3.3.0",
  6832. "process": "^0.11.10",
  6833. "string_decoder": "^1.3.0"
  6834. },
  6835. "engines": {
  6836. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6837. }
  6838. },
  6839. "node_modules/readdir-glob": {
  6840. "version": "1.1.3",
  6841. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  6842. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  6843. "dependencies": {
  6844. "minimatch": "^5.1.0"
  6845. }
  6846. },
  6847. "node_modules/readdirp": {
  6848. "version": "3.6.0",
  6849. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  6850. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  6851. "dependencies": {
  6852. "picomatch": "^2.2.1"
  6853. },
  6854. "engines": {
  6855. "node": ">=8.10.0"
  6856. }
  6857. },
  6858. "node_modules/redis-errors": {
  6859. "version": "1.2.0",
  6860. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  6861. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  6862. "engines": {
  6863. "node": ">=4"
  6864. }
  6865. },
  6866. "node_modules/redis-parser": {
  6867. "version": "3.0.0",
  6868. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  6869. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  6870. "dependencies": {
  6871. "redis-errors": "^1.0.0"
  6872. },
  6873. "engines": {
  6874. "node": ">=4"
  6875. }
  6876. },
  6877. "node_modules/require-directory": {
  6878. "version": "2.1.1",
  6879. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  6880. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  6881. "engines": {
  6882. "node": ">=0.10.0"
  6883. }
  6884. },
  6885. "node_modules/resolve": {
  6886. "version": "1.22.8",
  6887. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  6888. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  6889. "dependencies": {
  6890. "is-core-module": "^2.13.0",
  6891. "path-parse": "^1.0.7",
  6892. "supports-preserve-symlinks-flag": "^1.0.0"
  6893. },
  6894. "bin": {
  6895. "resolve": "bin/resolve"
  6896. },
  6897. "funding": {
  6898. "url": "https://github.com/sponsors/ljharb"
  6899. }
  6900. },
  6901. "node_modules/resolve-from": {
  6902. "version": "5.0.0",
  6903. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  6904. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  6905. "engines": {
  6906. "node": ">=8"
  6907. }
  6908. },
  6909. "node_modules/reusify": {
  6910. "version": "1.0.4",
  6911. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6912. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6913. "engines": {
  6914. "iojs": ">=1.0.0",
  6915. "node": ">=0.10.0"
  6916. }
  6917. },
  6918. "node_modules/rfdc": {
  6919. "version": "1.4.1",
  6920. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  6921. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  6922. },
  6923. "node_modules/rimraf": {
  6924. "version": "3.0.2",
  6925. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6926. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6927. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6928. "dependencies": {
  6929. "glob": "^7.1.3"
  6930. },
  6931. "bin": {
  6932. "rimraf": "bin.js"
  6933. },
  6934. "funding": {
  6935. "url": "https://github.com/sponsors/isaacs"
  6936. }
  6937. },
  6938. "node_modules/rimraf/node_modules/brace-expansion": {
  6939. "version": "1.1.11",
  6940. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  6941. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  6942. "dependencies": {
  6943. "balanced-match": "^1.0.0",
  6944. "concat-map": "0.0.1"
  6945. }
  6946. },
  6947. "node_modules/rimraf/node_modules/glob": {
  6948. "version": "7.2.3",
  6949. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  6950. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6951. "deprecated": "Glob versions prior to v9 are no longer supported",
  6952. "dependencies": {
  6953. "fs.realpath": "^1.0.0",
  6954. "inflight": "^1.0.4",
  6955. "inherits": "2",
  6956. "minimatch": "^3.1.1",
  6957. "once": "^1.3.0",
  6958. "path-is-absolute": "^1.0.0"
  6959. },
  6960. "engines": {
  6961. "node": "*"
  6962. },
  6963. "funding": {
  6964. "url": "https://github.com/sponsors/isaacs"
  6965. }
  6966. },
  6967. "node_modules/rimraf/node_modules/minimatch": {
  6968. "version": "3.1.2",
  6969. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  6970. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6971. "dependencies": {
  6972. "brace-expansion": "^1.1.7"
  6973. },
  6974. "engines": {
  6975. "node": "*"
  6976. }
  6977. },
  6978. "node_modules/rollup": {
  6979. "version": "4.21.3",
  6980. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.3.tgz",
  6981. "integrity": "sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==",
  6982. "dependencies": {
  6983. "@types/estree": "1.0.5"
  6984. },
  6985. "bin": {
  6986. "rollup": "dist/bin/rollup"
  6987. },
  6988. "engines": {
  6989. "node": ">=18.0.0",
  6990. "npm": ">=8.0.0"
  6991. },
  6992. "optionalDependencies": {
  6993. "@rollup/rollup-android-arm-eabi": "4.21.3",
  6994. "@rollup/rollup-android-arm64": "4.21.3",
  6995. "@rollup/rollup-darwin-arm64": "4.21.3",
  6996. "@rollup/rollup-darwin-x64": "4.21.3",
  6997. "@rollup/rollup-linux-arm-gnueabihf": "4.21.3",
  6998. "@rollup/rollup-linux-arm-musleabihf": "4.21.3",
  6999. "@rollup/rollup-linux-arm64-gnu": "4.21.3",
  7000. "@rollup/rollup-linux-arm64-musl": "4.21.3",
  7001. "@rollup/rollup-linux-powerpc64le-gnu": "4.21.3",
  7002. "@rollup/rollup-linux-riscv64-gnu": "4.21.3",
  7003. "@rollup/rollup-linux-s390x-gnu": "4.21.3",
  7004. "@rollup/rollup-linux-x64-gnu": "4.21.3",
  7005. "@rollup/rollup-linux-x64-musl": "4.21.3",
  7006. "@rollup/rollup-win32-arm64-msvc": "4.21.3",
  7007. "@rollup/rollup-win32-ia32-msvc": "4.21.3",
  7008. "@rollup/rollup-win32-x64-msvc": "4.21.3",
  7009. "fsevents": "~2.3.2"
  7010. }
  7011. },
  7012. "node_modules/rollup-plugin-visualizer": {
  7013. "version": "5.12.0",
  7014. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  7015. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  7016. "dependencies": {
  7017. "open": "^8.4.0",
  7018. "picomatch": "^2.3.1",
  7019. "source-map": "^0.7.4",
  7020. "yargs": "^17.5.1"
  7021. },
  7022. "bin": {
  7023. "rollup-plugin-visualizer": "dist/bin/cli.js"
  7024. },
  7025. "engines": {
  7026. "node": ">=14"
  7027. },
  7028. "peerDependencies": {
  7029. "rollup": "2.x || 3.x || 4.x"
  7030. },
  7031. "peerDependenciesMeta": {
  7032. "rollup": {
  7033. "optional": true
  7034. }
  7035. }
  7036. },
  7037. "node_modules/run-applescript": {
  7038. "version": "7.0.0",
  7039. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  7040. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  7041. "engines": {
  7042. "node": ">=18"
  7043. },
  7044. "funding": {
  7045. "url": "https://github.com/sponsors/sindresorhus"
  7046. }
  7047. },
  7048. "node_modules/run-parallel": {
  7049. "version": "1.2.0",
  7050. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  7051. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  7052. "funding": [
  7053. {
  7054. "type": "github",
  7055. "url": "https://github.com/sponsors/feross"
  7056. },
  7057. {
  7058. "type": "patreon",
  7059. "url": "https://www.patreon.com/feross"
  7060. },
  7061. {
  7062. "type": "consulting",
  7063. "url": "https://feross.org/support"
  7064. }
  7065. ],
  7066. "dependencies": {
  7067. "queue-microtask": "^1.2.2"
  7068. }
  7069. },
  7070. "node_modules/safe-buffer": {
  7071. "version": "5.2.1",
  7072. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7073. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  7074. "funding": [
  7075. {
  7076. "type": "github",
  7077. "url": "https://github.com/sponsors/feross"
  7078. },
  7079. {
  7080. "type": "patreon",
  7081. "url": "https://www.patreon.com/feross"
  7082. },
  7083. {
  7084. "type": "consulting",
  7085. "url": "https://feross.org/support"
  7086. }
  7087. ]
  7088. },
  7089. "node_modules/sass": {
  7090. "version": "1.78.0",
  7091. "resolved": "https://registry.npmjs.org/sass/-/sass-1.78.0.tgz",
  7092. "integrity": "sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==",
  7093. "dependencies": {
  7094. "chokidar": ">=3.0.0 <4.0.0",
  7095. "immutable": "^4.0.0",
  7096. "source-map-js": ">=0.6.2 <2.0.0"
  7097. },
  7098. "bin": {
  7099. "sass": "sass.js"
  7100. },
  7101. "engines": {
  7102. "node": ">=14.0.0"
  7103. }
  7104. },
  7105. "node_modules/scule": {
  7106. "version": "1.3.0",
  7107. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  7108. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  7109. },
  7110. "node_modules/semver": {
  7111. "version": "7.6.3",
  7112. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
  7113. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  7114. "bin": {
  7115. "semver": "bin/semver.js"
  7116. },
  7117. "engines": {
  7118. "node": ">=10"
  7119. }
  7120. },
  7121. "node_modules/send": {
  7122. "version": "0.19.0",
  7123. "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
  7124. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  7125. "dependencies": {
  7126. "debug": "2.6.9",
  7127. "depd": "2.0.0",
  7128. "destroy": "1.2.0",
  7129. "encodeurl": "~1.0.2",
  7130. "escape-html": "~1.0.3",
  7131. "etag": "~1.8.1",
  7132. "fresh": "0.5.2",
  7133. "http-errors": "2.0.0",
  7134. "mime": "1.6.0",
  7135. "ms": "2.1.3",
  7136. "on-finished": "2.4.1",
  7137. "range-parser": "~1.2.1",
  7138. "statuses": "2.0.1"
  7139. },
  7140. "engines": {
  7141. "node": ">= 0.8.0"
  7142. }
  7143. },
  7144. "node_modules/send/node_modules/debug": {
  7145. "version": "2.6.9",
  7146. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7147. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7148. "dependencies": {
  7149. "ms": "2.0.0"
  7150. }
  7151. },
  7152. "node_modules/send/node_modules/debug/node_modules/ms": {
  7153. "version": "2.0.0",
  7154. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7155. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7156. },
  7157. "node_modules/send/node_modules/encodeurl": {
  7158. "version": "1.0.2",
  7159. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  7160. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  7161. "engines": {
  7162. "node": ">= 0.8"
  7163. }
  7164. },
  7165. "node_modules/send/node_modules/mime": {
  7166. "version": "1.6.0",
  7167. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  7168. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  7169. "bin": {
  7170. "mime": "cli.js"
  7171. },
  7172. "engines": {
  7173. "node": ">=4"
  7174. }
  7175. },
  7176. "node_modules/serialize-javascript": {
  7177. "version": "6.0.2",
  7178. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  7179. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  7180. "dependencies": {
  7181. "randombytes": "^2.1.0"
  7182. }
  7183. },
  7184. "node_modules/serve-placeholder": {
  7185. "version": "2.0.2",
  7186. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  7187. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  7188. "dependencies": {
  7189. "defu": "^6.1.4"
  7190. }
  7191. },
  7192. "node_modules/serve-static": {
  7193. "version": "1.16.2",
  7194. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
  7195. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  7196. "dependencies": {
  7197. "encodeurl": "~2.0.0",
  7198. "escape-html": "~1.0.3",
  7199. "parseurl": "~1.3.3",
  7200. "send": "0.19.0"
  7201. },
  7202. "engines": {
  7203. "node": ">= 0.8.0"
  7204. }
  7205. },
  7206. "node_modules/set-blocking": {
  7207. "version": "2.0.0",
  7208. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  7209. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  7210. },
  7211. "node_modules/setprototypeof": {
  7212. "version": "1.2.0",
  7213. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  7214. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  7215. },
  7216. "node_modules/shebang-command": {
  7217. "version": "2.0.0",
  7218. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  7219. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7220. "dependencies": {
  7221. "shebang-regex": "^3.0.0"
  7222. },
  7223. "engines": {
  7224. "node": ">=8"
  7225. }
  7226. },
  7227. "node_modules/shebang-regex": {
  7228. "version": "3.0.0",
  7229. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7230. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7231. "engines": {
  7232. "node": ">=8"
  7233. }
  7234. },
  7235. "node_modules/shell-quote": {
  7236. "version": "1.8.1",
  7237. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  7238. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  7239. "funding": {
  7240. "url": "https://github.com/sponsors/ljharb"
  7241. }
  7242. },
  7243. "node_modules/signal-exit": {
  7244. "version": "3.0.7",
  7245. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7246. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  7247. },
  7248. "node_modules/simple-git": {
  7249. "version": "3.26.0",
  7250. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.26.0.tgz",
  7251. "integrity": "sha512-5tbkCSzuskR6uA7uA23yjasmA0RzugVo8QM2bpsnxkrgP13eisFT7TMS4a+xKEJvbmr4qf+l0WT3eKa9IxxUyw==",
  7252. "dependencies": {
  7253. "@kwsites/file-exists": "^1.1.1",
  7254. "@kwsites/promise-deferred": "^1.1.1",
  7255. "debug": "^4.3.5"
  7256. },
  7257. "funding": {
  7258. "type": "github",
  7259. "url": "https://github.com/steveukx/git-js?sponsor=1"
  7260. }
  7261. },
  7262. "node_modules/sirv": {
  7263. "version": "2.0.4",
  7264. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  7265. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  7266. "dependencies": {
  7267. "@polka/url": "^1.0.0-next.24",
  7268. "mrmime": "^2.0.0",
  7269. "totalist": "^3.0.0"
  7270. },
  7271. "engines": {
  7272. "node": ">= 10"
  7273. }
  7274. },
  7275. "node_modules/sisteransi": {
  7276. "version": "1.0.5",
  7277. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  7278. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  7279. },
  7280. "node_modules/slash": {
  7281. "version": "5.1.0",
  7282. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  7283. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  7284. "engines": {
  7285. "node": ">=14.16"
  7286. },
  7287. "funding": {
  7288. "url": "https://github.com/sponsors/sindresorhus"
  7289. }
  7290. },
  7291. "node_modules/smob": {
  7292. "version": "1.5.0",
  7293. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  7294. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  7295. },
  7296. "node_modules/source-map": {
  7297. "version": "0.7.4",
  7298. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  7299. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  7300. "engines": {
  7301. "node": ">= 8"
  7302. }
  7303. },
  7304. "node_modules/source-map-js": {
  7305. "version": "1.2.1",
  7306. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  7307. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  7308. "engines": {
  7309. "node": ">=0.10.0"
  7310. }
  7311. },
  7312. "node_modules/source-map-support": {
  7313. "version": "0.5.21",
  7314. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  7315. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  7316. "dependencies": {
  7317. "buffer-from": "^1.0.0",
  7318. "source-map": "^0.6.0"
  7319. }
  7320. },
  7321. "node_modules/source-map-support/node_modules/source-map": {
  7322. "version": "0.6.1",
  7323. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7324. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7325. "engines": {
  7326. "node": ">=0.10.0"
  7327. }
  7328. },
  7329. "node_modules/speakingurl": {
  7330. "version": "14.0.1",
  7331. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  7332. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  7333. "engines": {
  7334. "node": ">=0.10.0"
  7335. }
  7336. },
  7337. "node_modules/standard-as-callback": {
  7338. "version": "2.1.0",
  7339. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  7340. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  7341. },
  7342. "node_modules/statuses": {
  7343. "version": "2.0.1",
  7344. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  7345. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  7346. "engines": {
  7347. "node": ">= 0.8"
  7348. }
  7349. },
  7350. "node_modules/std-env": {
  7351. "version": "3.7.0",
  7352. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  7353. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  7354. },
  7355. "node_modules/streamx": {
  7356. "version": "2.20.1",
  7357. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
  7358. "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
  7359. "dependencies": {
  7360. "fast-fifo": "^1.3.2",
  7361. "queue-tick": "^1.0.1",
  7362. "text-decoder": "^1.1.0"
  7363. },
  7364. "optionalDependencies": {
  7365. "bare-events": "^2.2.0"
  7366. }
  7367. },
  7368. "node_modules/string_decoder": {
  7369. "version": "1.3.0",
  7370. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  7371. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  7372. "dependencies": {
  7373. "safe-buffer": "~5.2.0"
  7374. }
  7375. },
  7376. "node_modules/string-width": {
  7377. "version": "4.2.3",
  7378. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  7379. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7380. "dependencies": {
  7381. "emoji-regex": "^8.0.0",
  7382. "is-fullwidth-code-point": "^3.0.0",
  7383. "strip-ansi": "^6.0.1"
  7384. },
  7385. "engines": {
  7386. "node": ">=8"
  7387. }
  7388. },
  7389. "node_modules/string-width-cjs": {
  7390. "name": "string-width",
  7391. "version": "4.2.3",
  7392. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  7393. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7394. "dependencies": {
  7395. "emoji-regex": "^8.0.0",
  7396. "is-fullwidth-code-point": "^3.0.0",
  7397. "strip-ansi": "^6.0.1"
  7398. },
  7399. "engines": {
  7400. "node": ">=8"
  7401. }
  7402. },
  7403. "node_modules/strip-ansi": {
  7404. "version": "6.0.1",
  7405. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7406. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7407. "dependencies": {
  7408. "ansi-regex": "^5.0.1"
  7409. },
  7410. "engines": {
  7411. "node": ">=8"
  7412. }
  7413. },
  7414. "node_modules/strip-ansi-cjs": {
  7415. "name": "strip-ansi",
  7416. "version": "6.0.1",
  7417. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7418. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7419. "dependencies": {
  7420. "ansi-regex": "^5.0.1"
  7421. },
  7422. "engines": {
  7423. "node": ">=8"
  7424. }
  7425. },
  7426. "node_modules/strip-final-newline": {
  7427. "version": "3.0.0",
  7428. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  7429. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  7430. "engines": {
  7431. "node": ">=12"
  7432. },
  7433. "funding": {
  7434. "url": "https://github.com/sponsors/sindresorhus"
  7435. }
  7436. },
  7437. "node_modules/strip-literal": {
  7438. "version": "2.1.0",
  7439. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  7440. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  7441. "dependencies": {
  7442. "js-tokens": "^9.0.0"
  7443. },
  7444. "funding": {
  7445. "url": "https://github.com/sponsors/antfu"
  7446. }
  7447. },
  7448. "node_modules/strip-literal/node_modules/js-tokens": {
  7449. "version": "9.0.0",
  7450. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  7451. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  7452. },
  7453. "node_modules/stylehacks": {
  7454. "version": "7.0.4",
  7455. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.4.tgz",
  7456. "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==",
  7457. "dependencies": {
  7458. "browserslist": "^4.23.3",
  7459. "postcss-selector-parser": "^6.1.2"
  7460. },
  7461. "engines": {
  7462. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7463. },
  7464. "peerDependencies": {
  7465. "postcss": "^8.4.31"
  7466. }
  7467. },
  7468. "node_modules/superjson": {
  7469. "version": "2.2.1",
  7470. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
  7471. "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
  7472. "dependencies": {
  7473. "copy-anything": "^3.0.2"
  7474. },
  7475. "engines": {
  7476. "node": ">=16"
  7477. }
  7478. },
  7479. "node_modules/supports-color": {
  7480. "version": "5.5.0",
  7481. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  7482. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  7483. "dependencies": {
  7484. "has-flag": "^3.0.0"
  7485. },
  7486. "engines": {
  7487. "node": ">=4"
  7488. }
  7489. },
  7490. "node_modules/supports-preserve-symlinks-flag": {
  7491. "version": "1.0.0",
  7492. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7493. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7494. "engines": {
  7495. "node": ">= 0.4"
  7496. },
  7497. "funding": {
  7498. "url": "https://github.com/sponsors/ljharb"
  7499. }
  7500. },
  7501. "node_modules/svg-tags": {
  7502. "version": "1.0.0",
  7503. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  7504. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  7505. },
  7506. "node_modules/svgo": {
  7507. "version": "3.3.2",
  7508. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
  7509. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  7510. "dependencies": {
  7511. "@trysound/sax": "0.2.0",
  7512. "commander": "^7.2.0",
  7513. "css-select": "^5.1.0",
  7514. "css-tree": "^2.3.1",
  7515. "css-what": "^6.1.0",
  7516. "csso": "^5.0.5",
  7517. "picocolors": "^1.0.0"
  7518. },
  7519. "bin": {
  7520. "svgo": "bin/svgo"
  7521. },
  7522. "engines": {
  7523. "node": ">=14.0.0"
  7524. },
  7525. "funding": {
  7526. "type": "opencollective",
  7527. "url": "https://opencollective.com/svgo"
  7528. }
  7529. },
  7530. "node_modules/system-architecture": {
  7531. "version": "0.1.0",
  7532. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  7533. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  7534. "engines": {
  7535. "node": ">=18"
  7536. },
  7537. "funding": {
  7538. "url": "https://github.com/sponsors/sindresorhus"
  7539. }
  7540. },
  7541. "node_modules/tapable": {
  7542. "version": "2.2.1",
  7543. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  7544. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  7545. "engines": {
  7546. "node": ">=6"
  7547. }
  7548. },
  7549. "node_modules/tar": {
  7550. "version": "6.2.1",
  7551. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  7552. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  7553. "dependencies": {
  7554. "chownr": "^2.0.0",
  7555. "fs-minipass": "^2.0.0",
  7556. "minipass": "^5.0.0",
  7557. "minizlib": "^2.1.1",
  7558. "mkdirp": "^1.0.3",
  7559. "yallist": "^4.0.0"
  7560. },
  7561. "engines": {
  7562. "node": ">=10"
  7563. }
  7564. },
  7565. "node_modules/tar-stream": {
  7566. "version": "3.1.7",
  7567. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  7568. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  7569. "dependencies": {
  7570. "b4a": "^1.6.4",
  7571. "fast-fifo": "^1.2.0",
  7572. "streamx": "^2.15.0"
  7573. }
  7574. },
  7575. "node_modules/tar/node_modules/yallist": {
  7576. "version": "4.0.0",
  7577. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7578. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7579. },
  7580. "node_modules/terser": {
  7581. "version": "5.33.0",
  7582. "resolved": "https://registry.npmjs.org/terser/-/terser-5.33.0.tgz",
  7583. "integrity": "sha512-JuPVaB7s1gdFKPKTelwUyRq5Sid2A3Gko2S0PncwdBq7kN9Ti9HPWDQ06MPsEDGsZeVESjKEnyGy68quBk1w6g==",
  7584. "dependencies": {
  7585. "@jridgewell/source-map": "^0.3.3",
  7586. "acorn": "^8.8.2",
  7587. "commander": "^2.20.0",
  7588. "source-map-support": "~0.5.20"
  7589. },
  7590. "bin": {
  7591. "terser": "bin/terser"
  7592. },
  7593. "engines": {
  7594. "node": ">=10"
  7595. }
  7596. },
  7597. "node_modules/terser/node_modules/commander": {
  7598. "version": "2.20.3",
  7599. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  7600. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  7601. },
  7602. "node_modules/text-decoder": {
  7603. "version": "1.2.0",
  7604. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
  7605. "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
  7606. "dependencies": {
  7607. "b4a": "^1.6.4"
  7608. }
  7609. },
  7610. "node_modules/tiny-invariant": {
  7611. "version": "1.3.3",
  7612. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  7613. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  7614. },
  7615. "node_modules/tinyglobby": {
  7616. "version": "0.2.6",
  7617. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.6.tgz",
  7618. "integrity": "sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==",
  7619. "dependencies": {
  7620. "fdir": "^6.3.0",
  7621. "picomatch": "^4.0.2"
  7622. },
  7623. "engines": {
  7624. "node": ">=12.0.0"
  7625. }
  7626. },
  7627. "node_modules/tinyglobby/node_modules/fdir": {
  7628. "version": "6.3.0",
  7629. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.3.0.tgz",
  7630. "integrity": "sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==",
  7631. "peerDependencies": {
  7632. "picomatch": "^3 || ^4"
  7633. },
  7634. "peerDependenciesMeta": {
  7635. "picomatch": {
  7636. "optional": true
  7637. }
  7638. }
  7639. },
  7640. "node_modules/tinyglobby/node_modules/picomatch": {
  7641. "version": "4.0.2",
  7642. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  7643. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  7644. "engines": {
  7645. "node": ">=12"
  7646. },
  7647. "funding": {
  7648. "url": "https://github.com/sponsors/jonschlinkert"
  7649. }
  7650. },
  7651. "node_modules/to-fast-properties": {
  7652. "version": "2.0.0",
  7653. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7654. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7655. "engines": {
  7656. "node": ">=4"
  7657. }
  7658. },
  7659. "node_modules/to-regex-range": {
  7660. "version": "5.0.1",
  7661. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7662. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7663. "dependencies": {
  7664. "is-number": "^7.0.0"
  7665. },
  7666. "engines": {
  7667. "node": ">=8.0"
  7668. }
  7669. },
  7670. "node_modules/toidentifier": {
  7671. "version": "1.0.1",
  7672. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  7673. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  7674. "engines": {
  7675. "node": ">=0.6"
  7676. }
  7677. },
  7678. "node_modules/totalist": {
  7679. "version": "3.0.1",
  7680. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  7681. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  7682. "engines": {
  7683. "node": ">=6"
  7684. }
  7685. },
  7686. "node_modules/tr46": {
  7687. "version": "0.0.3",
  7688. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7689. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7690. },
  7691. "node_modules/type-fest": {
  7692. "version": "3.13.1",
  7693. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  7694. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  7695. "engines": {
  7696. "node": ">=14.16"
  7697. },
  7698. "funding": {
  7699. "url": "https://github.com/sponsors/sindresorhus"
  7700. }
  7701. },
  7702. "node_modules/ufo": {
  7703. "version": "1.5.4",
  7704. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz",
  7705. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="
  7706. },
  7707. "node_modules/ultrahtml": {
  7708. "version": "1.5.3",
  7709. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  7710. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  7711. },
  7712. "node_modules/uncrypto": {
  7713. "version": "0.1.3",
  7714. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  7715. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  7716. },
  7717. "node_modules/unctx": {
  7718. "version": "2.3.1",
  7719. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  7720. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  7721. "dependencies": {
  7722. "acorn": "^8.8.2",
  7723. "estree-walker": "^3.0.3",
  7724. "magic-string": "^0.30.0",
  7725. "unplugin": "^1.3.1"
  7726. }
  7727. },
  7728. "node_modules/undici": {
  7729. "version": "5.28.4",
  7730. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  7731. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  7732. "dependencies": {
  7733. "@fastify/busboy": "^2.0.0"
  7734. },
  7735. "engines": {
  7736. "node": ">=14.0"
  7737. }
  7738. },
  7739. "node_modules/undici-types": {
  7740. "version": "6.19.8",
  7741. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
  7742. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
  7743. },
  7744. "node_modules/unenv": {
  7745. "version": "1.10.0",
  7746. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz",
  7747. "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
  7748. "dependencies": {
  7749. "consola": "^3.2.3",
  7750. "defu": "^6.1.4",
  7751. "mime": "^3.0.0",
  7752. "node-fetch-native": "^1.6.4",
  7753. "pathe": "^1.1.2"
  7754. }
  7755. },
  7756. "node_modules/unenv/node_modules/mime": {
  7757. "version": "3.0.0",
  7758. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  7759. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  7760. "bin": {
  7761. "mime": "cli.js"
  7762. },
  7763. "engines": {
  7764. "node": ">=10.0.0"
  7765. }
  7766. },
  7767. "node_modules/unhead": {
  7768. "version": "1.11.6",
  7769. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.11.6.tgz",
  7770. "integrity": "sha512-TKTQGUzHKF925VZ4KZVbLfKFzTVTEWfPLaXKmkd/ptEY2FHEoJUF7xOpAWc3K7Jzy/ExS66TL7GnLLjtd4sISg==",
  7771. "dependencies": {
  7772. "@unhead/dom": "1.11.6",
  7773. "@unhead/schema": "1.11.6",
  7774. "@unhead/shared": "1.11.6",
  7775. "hookable": "^5.5.3"
  7776. },
  7777. "funding": {
  7778. "url": "https://github.com/sponsors/harlan-zw"
  7779. }
  7780. },
  7781. "node_modules/unicorn-magic": {
  7782. "version": "0.1.0",
  7783. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  7784. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  7785. "engines": {
  7786. "node": ">=18"
  7787. },
  7788. "funding": {
  7789. "url": "https://github.com/sponsors/sindresorhus"
  7790. }
  7791. },
  7792. "node_modules/unimport": {
  7793. "version": "3.12.0",
  7794. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.12.0.tgz",
  7795. "integrity": "sha512-5y8dSvNvyevsnw4TBQkIQR1Rjdbb+XjVSwQwxltpnVZrStBvvPkMPcZrh1kg5kY77kpx6+D4Ztd3W6FOBH/y2Q==",
  7796. "dependencies": {
  7797. "@rollup/pluginutils": "^5.1.0",
  7798. "acorn": "^8.12.1",
  7799. "escape-string-regexp": "^5.0.0",
  7800. "estree-walker": "^3.0.3",
  7801. "fast-glob": "^3.3.2",
  7802. "local-pkg": "^0.5.0",
  7803. "magic-string": "^0.30.11",
  7804. "mlly": "^1.7.1",
  7805. "pathe": "^1.1.2",
  7806. "pkg-types": "^1.2.0",
  7807. "scule": "^1.3.0",
  7808. "strip-literal": "^2.1.0",
  7809. "unplugin": "^1.14.1"
  7810. }
  7811. },
  7812. "node_modules/universalify": {
  7813. "version": "2.0.1",
  7814. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  7815. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  7816. "engines": {
  7817. "node": ">= 10.0.0"
  7818. }
  7819. },
  7820. "node_modules/unplugin": {
  7821. "version": "1.14.1",
  7822. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.14.1.tgz",
  7823. "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
  7824. "dependencies": {
  7825. "acorn": "^8.12.1",
  7826. "webpack-virtual-modules": "^0.6.2"
  7827. },
  7828. "engines": {
  7829. "node": ">=14.0.0"
  7830. },
  7831. "peerDependencies": {
  7832. "webpack-sources": "^3"
  7833. },
  7834. "peerDependenciesMeta": {
  7835. "webpack-sources": {
  7836. "optional": true
  7837. }
  7838. }
  7839. },
  7840. "node_modules/unplugin-vue-router": {
  7841. "version": "0.10.8",
  7842. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.10.8.tgz",
  7843. "integrity": "sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==",
  7844. "dependencies": {
  7845. "@babel/types": "^7.25.4",
  7846. "@rollup/pluginutils": "^5.1.0",
  7847. "@vue-macros/common": "^1.12.2",
  7848. "ast-walker-scope": "^0.6.2",
  7849. "chokidar": "^3.6.0",
  7850. "fast-glob": "^3.3.2",
  7851. "json5": "^2.2.3",
  7852. "local-pkg": "^0.5.0",
  7853. "magic-string": "^0.30.11",
  7854. "mlly": "^1.7.1",
  7855. "pathe": "^1.1.2",
  7856. "scule": "^1.3.0",
  7857. "unplugin": "^1.12.2",
  7858. "yaml": "^2.5.0"
  7859. },
  7860. "peerDependencies": {
  7861. "vue-router": "^4.4.0"
  7862. },
  7863. "peerDependenciesMeta": {
  7864. "vue-router": {
  7865. "optional": true
  7866. }
  7867. }
  7868. },
  7869. "node_modules/unstorage": {
  7870. "version": "1.12.0",
  7871. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.12.0.tgz",
  7872. "integrity": "sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==",
  7873. "dependencies": {
  7874. "anymatch": "^3.1.3",
  7875. "chokidar": "^3.6.0",
  7876. "destr": "^2.0.3",
  7877. "h3": "^1.12.0",
  7878. "listhen": "^1.7.2",
  7879. "lru-cache": "^10.4.3",
  7880. "mri": "^1.2.0",
  7881. "node-fetch-native": "^1.6.4",
  7882. "ofetch": "^1.3.4",
  7883. "ufo": "^1.5.4"
  7884. },
  7885. "peerDependencies": {
  7886. "@azure/app-configuration": "^1.7.0",
  7887. "@azure/cosmos": "^4.1.1",
  7888. "@azure/data-tables": "^13.2.2",
  7889. "@azure/identity": "^4.4.1",
  7890. "@azure/keyvault-secrets": "^4.8.0",
  7891. "@azure/storage-blob": "^12.24.0",
  7892. "@capacitor/preferences": "^6.0.2",
  7893. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  7894. "@planetscale/database": "^1.19.0",
  7895. "@upstash/redis": "^1.34.0",
  7896. "@vercel/kv": "^1.0.1",
  7897. "idb-keyval": "^6.2.1",
  7898. "ioredis": "^5.4.1"
  7899. },
  7900. "peerDependenciesMeta": {
  7901. "@azure/app-configuration": {
  7902. "optional": true
  7903. },
  7904. "@azure/cosmos": {
  7905. "optional": true
  7906. },
  7907. "@azure/data-tables": {
  7908. "optional": true
  7909. },
  7910. "@azure/identity": {
  7911. "optional": true
  7912. },
  7913. "@azure/keyvault-secrets": {
  7914. "optional": true
  7915. },
  7916. "@azure/storage-blob": {
  7917. "optional": true
  7918. },
  7919. "@capacitor/preferences": {
  7920. "optional": true
  7921. },
  7922. "@netlify/blobs": {
  7923. "optional": true
  7924. },
  7925. "@planetscale/database": {
  7926. "optional": true
  7927. },
  7928. "@upstash/redis": {
  7929. "optional": true
  7930. },
  7931. "@vercel/kv": {
  7932. "optional": true
  7933. },
  7934. "idb-keyval": {
  7935. "optional": true
  7936. },
  7937. "ioredis": {
  7938. "optional": true
  7939. }
  7940. }
  7941. },
  7942. "node_modules/unstorage/node_modules/lru-cache": {
  7943. "version": "10.4.3",
  7944. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  7945. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  7946. },
  7947. "node_modules/untun": {
  7948. "version": "0.1.3",
  7949. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  7950. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  7951. "dependencies": {
  7952. "citty": "^0.1.5",
  7953. "consola": "^3.2.3",
  7954. "pathe": "^1.1.1"
  7955. },
  7956. "bin": {
  7957. "untun": "bin/untun.mjs"
  7958. }
  7959. },
  7960. "node_modules/untyped": {
  7961. "version": "1.4.2",
  7962. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.4.2.tgz",
  7963. "integrity": "sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==",
  7964. "dependencies": {
  7965. "@babel/core": "^7.23.7",
  7966. "@babel/standalone": "^7.23.8",
  7967. "@babel/types": "^7.23.6",
  7968. "defu": "^6.1.4",
  7969. "jiti": "^1.21.0",
  7970. "mri": "^1.2.0",
  7971. "scule": "^1.2.0"
  7972. },
  7973. "bin": {
  7974. "untyped": "dist/cli.mjs"
  7975. }
  7976. },
  7977. "node_modules/unwasm": {
  7978. "version": "0.3.9",
  7979. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  7980. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  7981. "dependencies": {
  7982. "knitwork": "^1.0.0",
  7983. "magic-string": "^0.30.8",
  7984. "mlly": "^1.6.1",
  7985. "pathe": "^1.1.2",
  7986. "pkg-types": "^1.0.3",
  7987. "unplugin": "^1.10.0"
  7988. }
  7989. },
  7990. "node_modules/update-browserslist-db": {
  7991. "version": "1.1.0",
  7992. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
  7993. "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
  7994. "funding": [
  7995. {
  7996. "type": "opencollective",
  7997. "url": "https://opencollective.com/browserslist"
  7998. },
  7999. {
  8000. "type": "tidelift",
  8001. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8002. },
  8003. {
  8004. "type": "github",
  8005. "url": "https://github.com/sponsors/ai"
  8006. }
  8007. ],
  8008. "dependencies": {
  8009. "escalade": "^3.1.2",
  8010. "picocolors": "^1.0.1"
  8011. },
  8012. "bin": {
  8013. "update-browserslist-db": "cli.js"
  8014. },
  8015. "peerDependencies": {
  8016. "browserslist": ">= 4.21.0"
  8017. }
  8018. },
  8019. "node_modules/uqr": {
  8020. "version": "0.1.2",
  8021. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  8022. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  8023. },
  8024. "node_modules/urlpattern-polyfill": {
  8025. "version": "8.0.2",
  8026. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  8027. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  8028. },
  8029. "node_modules/util-deprecate": {
  8030. "version": "1.0.2",
  8031. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  8032. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  8033. },
  8034. "node_modules/vanilla-tilt": {
  8035. "version": "1.8.1",
  8036. "resolved": "https://registry.npmjs.org/vanilla-tilt/-/vanilla-tilt-1.8.1.tgz",
  8037. "integrity": "sha512-hPB1XUsnh+SIeVSW2beb5RnuFxz4ZNgxjGD78o52F49gS4xaoLeEMh9qrQnJrnEn/vjjBI7IlxrrXmz4tGV0Kw=="
  8038. },
  8039. "node_modules/vite": {
  8040. "version": "5.4.6",
  8041. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz",
  8042. "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==",
  8043. "dependencies": {
  8044. "esbuild": "^0.21.3",
  8045. "postcss": "^8.4.43",
  8046. "rollup": "^4.20.0"
  8047. },
  8048. "bin": {
  8049. "vite": "bin/vite.js"
  8050. },
  8051. "engines": {
  8052. "node": "^18.0.0 || >=20.0.0"
  8053. },
  8054. "funding": {
  8055. "url": "https://github.com/vitejs/vite?sponsor=1"
  8056. },
  8057. "optionalDependencies": {
  8058. "fsevents": "~2.3.3"
  8059. },
  8060. "peerDependencies": {
  8061. "@types/node": "^18.0.0 || >=20.0.0",
  8062. "less": "*",
  8063. "lightningcss": "^1.21.0",
  8064. "sass": "*",
  8065. "sass-embedded": "*",
  8066. "stylus": "*",
  8067. "sugarss": "*",
  8068. "terser": "^5.4.0"
  8069. },
  8070. "peerDependenciesMeta": {
  8071. "@types/node": {
  8072. "optional": true
  8073. },
  8074. "less": {
  8075. "optional": true
  8076. },
  8077. "lightningcss": {
  8078. "optional": true
  8079. },
  8080. "sass": {
  8081. "optional": true
  8082. },
  8083. "sass-embedded": {
  8084. "optional": true
  8085. },
  8086. "stylus": {
  8087. "optional": true
  8088. },
  8089. "sugarss": {
  8090. "optional": true
  8091. },
  8092. "terser": {
  8093. "optional": true
  8094. }
  8095. }
  8096. },
  8097. "node_modules/vite-hot-client": {
  8098. "version": "0.2.3",
  8099. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  8100. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  8101. "funding": {
  8102. "url": "https://github.com/sponsors/antfu"
  8103. },
  8104. "peerDependencies": {
  8105. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  8106. }
  8107. },
  8108. "node_modules/vite-node": {
  8109. "version": "2.1.1",
  8110. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.1.tgz",
  8111. "integrity": "sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==",
  8112. "dependencies": {
  8113. "cac": "^6.7.14",
  8114. "debug": "^4.3.6",
  8115. "pathe": "^1.1.2",
  8116. "vite": "^5.0.0"
  8117. },
  8118. "bin": {
  8119. "vite-node": "vite-node.mjs"
  8120. },
  8121. "engines": {
  8122. "node": "^18.0.0 || >=20.0.0"
  8123. },
  8124. "funding": {
  8125. "url": "https://opencollective.com/vitest"
  8126. }
  8127. },
  8128. "node_modules/vite-plugin-checker": {
  8129. "version": "0.8.0",
  8130. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz",
  8131. "integrity": "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==",
  8132. "dependencies": {
  8133. "@babel/code-frame": "^7.12.13",
  8134. "ansi-escapes": "^4.3.0",
  8135. "chalk": "^4.1.1",
  8136. "chokidar": "^3.5.1",
  8137. "commander": "^8.0.0",
  8138. "fast-glob": "^3.2.7",
  8139. "fs-extra": "^11.1.0",
  8140. "npm-run-path": "^4.0.1",
  8141. "strip-ansi": "^6.0.0",
  8142. "tiny-invariant": "^1.1.0",
  8143. "vscode-languageclient": "^7.0.0",
  8144. "vscode-languageserver": "^7.0.0",
  8145. "vscode-languageserver-textdocument": "^1.0.1",
  8146. "vscode-uri": "^3.0.2"
  8147. },
  8148. "engines": {
  8149. "node": ">=14.16"
  8150. },
  8151. "peerDependencies": {
  8152. "@biomejs/biome": ">=1.7",
  8153. "eslint": ">=7",
  8154. "meow": "^9.0.0",
  8155. "optionator": "^0.9.1",
  8156. "stylelint": ">=13",
  8157. "typescript": "*",
  8158. "vite": ">=2.0.0",
  8159. "vls": "*",
  8160. "vti": "*",
  8161. "vue-tsc": "~2.1.6"
  8162. },
  8163. "peerDependenciesMeta": {
  8164. "@biomejs/biome": {
  8165. "optional": true
  8166. },
  8167. "eslint": {
  8168. "optional": true
  8169. },
  8170. "meow": {
  8171. "optional": true
  8172. },
  8173. "optionator": {
  8174. "optional": true
  8175. },
  8176. "stylelint": {
  8177. "optional": true
  8178. },
  8179. "typescript": {
  8180. "optional": true
  8181. },
  8182. "vls": {
  8183. "optional": true
  8184. },
  8185. "vti": {
  8186. "optional": true
  8187. },
  8188. "vue-tsc": {
  8189. "optional": true
  8190. }
  8191. }
  8192. },
  8193. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  8194. "version": "4.3.0",
  8195. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8196. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8197. "dependencies": {
  8198. "color-convert": "^2.0.1"
  8199. },
  8200. "engines": {
  8201. "node": ">=8"
  8202. },
  8203. "funding": {
  8204. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8205. }
  8206. },
  8207. "node_modules/vite-plugin-checker/node_modules/chalk": {
  8208. "version": "4.1.2",
  8209. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  8210. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  8211. "dependencies": {
  8212. "ansi-styles": "^4.1.0",
  8213. "supports-color": "^7.1.0"
  8214. },
  8215. "engines": {
  8216. "node": ">=10"
  8217. },
  8218. "funding": {
  8219. "url": "https://github.com/chalk/chalk?sponsor=1"
  8220. }
  8221. },
  8222. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  8223. "version": "2.0.1",
  8224. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8225. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8226. "dependencies": {
  8227. "color-name": "~1.1.4"
  8228. },
  8229. "engines": {
  8230. "node": ">=7.0.0"
  8231. }
  8232. },
  8233. "node_modules/vite-plugin-checker/node_modules/color-name": {
  8234. "version": "1.1.4",
  8235. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8236. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8237. },
  8238. "node_modules/vite-plugin-checker/node_modules/commander": {
  8239. "version": "8.3.0",
  8240. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  8241. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  8242. "engines": {
  8243. "node": ">= 12"
  8244. }
  8245. },
  8246. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  8247. "version": "4.0.0",
  8248. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8249. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8250. "engines": {
  8251. "node": ">=8"
  8252. }
  8253. },
  8254. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  8255. "version": "4.0.1",
  8256. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  8257. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  8258. "dependencies": {
  8259. "path-key": "^3.0.0"
  8260. },
  8261. "engines": {
  8262. "node": ">=8"
  8263. }
  8264. },
  8265. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  8266. "version": "7.2.0",
  8267. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8268. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8269. "dependencies": {
  8270. "has-flag": "^4.0.0"
  8271. },
  8272. "engines": {
  8273. "node": ">=8"
  8274. }
  8275. },
  8276. "node_modules/vite-plugin-inspect": {
  8277. "version": "0.8.7",
  8278. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.7.tgz",
  8279. "integrity": "sha512-/XXou3MVc13A5O9/2Nd6xczjrUwt7ZyI9h8pTnUMkr5SshLcb0PJUOVq2V+XVkdeU4njsqAtmK87THZuO2coGA==",
  8280. "dependencies": {
  8281. "@antfu/utils": "^0.7.10",
  8282. "@rollup/pluginutils": "^5.1.0",
  8283. "debug": "^4.3.6",
  8284. "error-stack-parser-es": "^0.1.5",
  8285. "fs-extra": "^11.2.0",
  8286. "open": "^10.1.0",
  8287. "perfect-debounce": "^1.0.0",
  8288. "picocolors": "^1.0.1",
  8289. "sirv": "^2.0.4"
  8290. },
  8291. "engines": {
  8292. "node": ">=14"
  8293. },
  8294. "funding": {
  8295. "url": "https://github.com/sponsors/antfu"
  8296. },
  8297. "peerDependencies": {
  8298. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  8299. },
  8300. "peerDependenciesMeta": {
  8301. "@nuxt/kit": {
  8302. "optional": true
  8303. }
  8304. }
  8305. },
  8306. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  8307. "version": "3.0.0",
  8308. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  8309. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  8310. "engines": {
  8311. "node": ">=12"
  8312. },
  8313. "funding": {
  8314. "url": "https://github.com/sponsors/sindresorhus"
  8315. }
  8316. },
  8317. "node_modules/vite-plugin-inspect/node_modules/open": {
  8318. "version": "10.1.0",
  8319. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  8320. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  8321. "dependencies": {
  8322. "default-browser": "^5.2.1",
  8323. "define-lazy-prop": "^3.0.0",
  8324. "is-inside-container": "^1.0.0",
  8325. "is-wsl": "^3.1.0"
  8326. },
  8327. "engines": {
  8328. "node": ">=18"
  8329. },
  8330. "funding": {
  8331. "url": "https://github.com/sponsors/sindresorhus"
  8332. }
  8333. },
  8334. "node_modules/vite-plugin-vue-inspector": {
  8335. "version": "5.2.0",
  8336. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.2.0.tgz",
  8337. "integrity": "sha512-wWxyb9XAtaIvV/Lr7cqB1HIzmHZFVUJsTNm3yAxkS87dgh/Ky4qr2wDEWNxF23fdhVa3jQ8MZREpr4XyiuaRqA==",
  8338. "dependencies": {
  8339. "@babel/core": "^7.23.0",
  8340. "@babel/plugin-proposal-decorators": "^7.23.0",
  8341. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  8342. "@babel/plugin-syntax-import-meta": "^7.10.4",
  8343. "@babel/plugin-transform-typescript": "^7.22.15",
  8344. "@vue/babel-plugin-jsx": "^1.1.5",
  8345. "@vue/compiler-dom": "^3.3.4",
  8346. "kolorist": "^1.8.0",
  8347. "magic-string": "^0.30.4"
  8348. },
  8349. "peerDependencies": {
  8350. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  8351. }
  8352. },
  8353. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  8354. "version": "0.21.5",
  8355. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  8356. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  8357. "cpu": [
  8358. "ppc64"
  8359. ],
  8360. "optional": true,
  8361. "os": [
  8362. "aix"
  8363. ],
  8364. "engines": {
  8365. "node": ">=12"
  8366. }
  8367. },
  8368. "node_modules/vite/node_modules/@esbuild/android-arm": {
  8369. "version": "0.21.5",
  8370. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  8371. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  8372. "cpu": [
  8373. "arm"
  8374. ],
  8375. "optional": true,
  8376. "os": [
  8377. "android"
  8378. ],
  8379. "engines": {
  8380. "node": ">=12"
  8381. }
  8382. },
  8383. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  8384. "version": "0.21.5",
  8385. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  8386. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  8387. "cpu": [
  8388. "arm64"
  8389. ],
  8390. "optional": true,
  8391. "os": [
  8392. "android"
  8393. ],
  8394. "engines": {
  8395. "node": ">=12"
  8396. }
  8397. },
  8398. "node_modules/vite/node_modules/@esbuild/android-x64": {
  8399. "version": "0.21.5",
  8400. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  8401. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  8402. "cpu": [
  8403. "x64"
  8404. ],
  8405. "optional": true,
  8406. "os": [
  8407. "android"
  8408. ],
  8409. "engines": {
  8410. "node": ">=12"
  8411. }
  8412. },
  8413. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  8414. "version": "0.21.5",
  8415. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  8416. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  8417. "cpu": [
  8418. "arm64"
  8419. ],
  8420. "optional": true,
  8421. "os": [
  8422. "darwin"
  8423. ],
  8424. "engines": {
  8425. "node": ">=12"
  8426. }
  8427. },
  8428. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  8429. "version": "0.21.5",
  8430. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  8431. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  8432. "cpu": [
  8433. "x64"
  8434. ],
  8435. "optional": true,
  8436. "os": [
  8437. "darwin"
  8438. ],
  8439. "engines": {
  8440. "node": ">=12"
  8441. }
  8442. },
  8443. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  8444. "version": "0.21.5",
  8445. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  8446. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  8447. "cpu": [
  8448. "arm64"
  8449. ],
  8450. "optional": true,
  8451. "os": [
  8452. "freebsd"
  8453. ],
  8454. "engines": {
  8455. "node": ">=12"
  8456. }
  8457. },
  8458. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  8459. "version": "0.21.5",
  8460. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  8461. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  8462. "cpu": [
  8463. "x64"
  8464. ],
  8465. "optional": true,
  8466. "os": [
  8467. "freebsd"
  8468. ],
  8469. "engines": {
  8470. "node": ">=12"
  8471. }
  8472. },
  8473. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  8474. "version": "0.21.5",
  8475. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  8476. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  8477. "cpu": [
  8478. "arm"
  8479. ],
  8480. "optional": true,
  8481. "os": [
  8482. "linux"
  8483. ],
  8484. "engines": {
  8485. "node": ">=12"
  8486. }
  8487. },
  8488. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  8489. "version": "0.21.5",
  8490. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  8491. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  8492. "cpu": [
  8493. "arm64"
  8494. ],
  8495. "optional": true,
  8496. "os": [
  8497. "linux"
  8498. ],
  8499. "engines": {
  8500. "node": ">=12"
  8501. }
  8502. },
  8503. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  8504. "version": "0.21.5",
  8505. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  8506. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  8507. "cpu": [
  8508. "ia32"
  8509. ],
  8510. "optional": true,
  8511. "os": [
  8512. "linux"
  8513. ],
  8514. "engines": {
  8515. "node": ">=12"
  8516. }
  8517. },
  8518. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  8519. "version": "0.21.5",
  8520. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  8521. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  8522. "cpu": [
  8523. "loong64"
  8524. ],
  8525. "optional": true,
  8526. "os": [
  8527. "linux"
  8528. ],
  8529. "engines": {
  8530. "node": ">=12"
  8531. }
  8532. },
  8533. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  8534. "version": "0.21.5",
  8535. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  8536. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  8537. "cpu": [
  8538. "mips64el"
  8539. ],
  8540. "optional": true,
  8541. "os": [
  8542. "linux"
  8543. ],
  8544. "engines": {
  8545. "node": ">=12"
  8546. }
  8547. },
  8548. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  8549. "version": "0.21.5",
  8550. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  8551. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  8552. "cpu": [
  8553. "ppc64"
  8554. ],
  8555. "optional": true,
  8556. "os": [
  8557. "linux"
  8558. ],
  8559. "engines": {
  8560. "node": ">=12"
  8561. }
  8562. },
  8563. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  8564. "version": "0.21.5",
  8565. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  8566. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  8567. "cpu": [
  8568. "riscv64"
  8569. ],
  8570. "optional": true,
  8571. "os": [
  8572. "linux"
  8573. ],
  8574. "engines": {
  8575. "node": ">=12"
  8576. }
  8577. },
  8578. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  8579. "version": "0.21.5",
  8580. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  8581. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  8582. "cpu": [
  8583. "s390x"
  8584. ],
  8585. "optional": true,
  8586. "os": [
  8587. "linux"
  8588. ],
  8589. "engines": {
  8590. "node": ">=12"
  8591. }
  8592. },
  8593. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  8594. "version": "0.21.5",
  8595. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  8596. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  8597. "cpu": [
  8598. "x64"
  8599. ],
  8600. "optional": true,
  8601. "os": [
  8602. "linux"
  8603. ],
  8604. "engines": {
  8605. "node": ">=12"
  8606. }
  8607. },
  8608. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  8609. "version": "0.21.5",
  8610. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  8611. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  8612. "cpu": [
  8613. "x64"
  8614. ],
  8615. "optional": true,
  8616. "os": [
  8617. "netbsd"
  8618. ],
  8619. "engines": {
  8620. "node": ">=12"
  8621. }
  8622. },
  8623. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  8624. "version": "0.21.5",
  8625. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  8626. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  8627. "cpu": [
  8628. "x64"
  8629. ],
  8630. "optional": true,
  8631. "os": [
  8632. "openbsd"
  8633. ],
  8634. "engines": {
  8635. "node": ">=12"
  8636. }
  8637. },
  8638. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  8639. "version": "0.21.5",
  8640. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  8641. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  8642. "cpu": [
  8643. "x64"
  8644. ],
  8645. "optional": true,
  8646. "os": [
  8647. "sunos"
  8648. ],
  8649. "engines": {
  8650. "node": ">=12"
  8651. }
  8652. },
  8653. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  8654. "version": "0.21.5",
  8655. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  8656. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  8657. "cpu": [
  8658. "arm64"
  8659. ],
  8660. "optional": true,
  8661. "os": [
  8662. "win32"
  8663. ],
  8664. "engines": {
  8665. "node": ">=12"
  8666. }
  8667. },
  8668. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  8669. "version": "0.21.5",
  8670. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  8671. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  8672. "cpu": [
  8673. "ia32"
  8674. ],
  8675. "optional": true,
  8676. "os": [
  8677. "win32"
  8678. ],
  8679. "engines": {
  8680. "node": ">=12"
  8681. }
  8682. },
  8683. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  8684. "version": "0.21.5",
  8685. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  8686. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  8687. "cpu": [
  8688. "x64"
  8689. ],
  8690. "optional": true,
  8691. "os": [
  8692. "win32"
  8693. ],
  8694. "engines": {
  8695. "node": ">=12"
  8696. }
  8697. },
  8698. "node_modules/vite/node_modules/esbuild": {
  8699. "version": "0.21.5",
  8700. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  8701. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  8702. "hasInstallScript": true,
  8703. "bin": {
  8704. "esbuild": "bin/esbuild"
  8705. },
  8706. "engines": {
  8707. "node": ">=12"
  8708. },
  8709. "optionalDependencies": {
  8710. "@esbuild/aix-ppc64": "0.21.5",
  8711. "@esbuild/android-arm": "0.21.5",
  8712. "@esbuild/android-arm64": "0.21.5",
  8713. "@esbuild/android-x64": "0.21.5",
  8714. "@esbuild/darwin-arm64": "0.21.5",
  8715. "@esbuild/darwin-x64": "0.21.5",
  8716. "@esbuild/freebsd-arm64": "0.21.5",
  8717. "@esbuild/freebsd-x64": "0.21.5",
  8718. "@esbuild/linux-arm": "0.21.5",
  8719. "@esbuild/linux-arm64": "0.21.5",
  8720. "@esbuild/linux-ia32": "0.21.5",
  8721. "@esbuild/linux-loong64": "0.21.5",
  8722. "@esbuild/linux-mips64el": "0.21.5",
  8723. "@esbuild/linux-ppc64": "0.21.5",
  8724. "@esbuild/linux-riscv64": "0.21.5",
  8725. "@esbuild/linux-s390x": "0.21.5",
  8726. "@esbuild/linux-x64": "0.21.5",
  8727. "@esbuild/netbsd-x64": "0.21.5",
  8728. "@esbuild/openbsd-x64": "0.21.5",
  8729. "@esbuild/sunos-x64": "0.21.5",
  8730. "@esbuild/win32-arm64": "0.21.5",
  8731. "@esbuild/win32-ia32": "0.21.5",
  8732. "@esbuild/win32-x64": "0.21.5"
  8733. }
  8734. },
  8735. "node_modules/vscode-jsonrpc": {
  8736. "version": "6.0.0",
  8737. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  8738. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  8739. "engines": {
  8740. "node": ">=8.0.0 || >=10.0.0"
  8741. }
  8742. },
  8743. "node_modules/vscode-languageclient": {
  8744. "version": "7.0.0",
  8745. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  8746. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  8747. "dependencies": {
  8748. "minimatch": "^3.0.4",
  8749. "semver": "^7.3.4",
  8750. "vscode-languageserver-protocol": "3.16.0"
  8751. },
  8752. "engines": {
  8753. "vscode": "^1.52.0"
  8754. }
  8755. },
  8756. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  8757. "version": "1.1.11",
  8758. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8759. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8760. "dependencies": {
  8761. "balanced-match": "^1.0.0",
  8762. "concat-map": "0.0.1"
  8763. }
  8764. },
  8765. "node_modules/vscode-languageclient/node_modules/minimatch": {
  8766. "version": "3.1.2",
  8767. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  8768. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8769. "dependencies": {
  8770. "brace-expansion": "^1.1.7"
  8771. },
  8772. "engines": {
  8773. "node": "*"
  8774. }
  8775. },
  8776. "node_modules/vscode-languageserver": {
  8777. "version": "7.0.0",
  8778. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  8779. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  8780. "dependencies": {
  8781. "vscode-languageserver-protocol": "3.16.0"
  8782. },
  8783. "bin": {
  8784. "installServerIntoExtension": "bin/installServerIntoExtension"
  8785. }
  8786. },
  8787. "node_modules/vscode-languageserver-protocol": {
  8788. "version": "3.16.0",
  8789. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  8790. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  8791. "dependencies": {
  8792. "vscode-jsonrpc": "6.0.0",
  8793. "vscode-languageserver-types": "3.16.0"
  8794. }
  8795. },
  8796. "node_modules/vscode-languageserver-textdocument": {
  8797. "version": "1.0.12",
  8798. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
  8799. "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA=="
  8800. },
  8801. "node_modules/vscode-languageserver-types": {
  8802. "version": "3.16.0",
  8803. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  8804. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  8805. },
  8806. "node_modules/vscode-uri": {
  8807. "version": "3.0.8",
  8808. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  8809. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  8810. },
  8811. "node_modules/vue": {
  8812. "version": "3.5.6",
  8813. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.6.tgz",
  8814. "integrity": "sha512-zv+20E2VIYbcJOzJPUWp03NOGFhMmpCKOfSxVTmCYyYFFko48H9tmuQFzYj7tu4qX1AeXlp9DmhIP89/sSxxhw==",
  8815. "dependencies": {
  8816. "@vue/compiler-dom": "3.5.6",
  8817. "@vue/compiler-sfc": "3.5.6",
  8818. "@vue/runtime-dom": "3.5.6",
  8819. "@vue/server-renderer": "3.5.6",
  8820. "@vue/shared": "3.5.6"
  8821. },
  8822. "peerDependencies": {
  8823. "typescript": "*"
  8824. },
  8825. "peerDependenciesMeta": {
  8826. "typescript": {
  8827. "optional": true
  8828. }
  8829. }
  8830. },
  8831. "node_modules/vue-bundle-renderer": {
  8832. "version": "2.1.0",
  8833. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.0.tgz",
  8834. "integrity": "sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==",
  8835. "dependencies": {
  8836. "ufo": "^1.5.3"
  8837. }
  8838. },
  8839. "node_modules/vue-devtools-stub": {
  8840. "version": "0.1.0",
  8841. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  8842. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  8843. },
  8844. "node_modules/vue-router": {
  8845. "version": "4.4.5",
  8846. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz",
  8847. "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==",
  8848. "dependencies": {
  8849. "@vue/devtools-api": "^6.6.4"
  8850. },
  8851. "funding": {
  8852. "url": "https://github.com/sponsors/posva"
  8853. },
  8854. "peerDependencies": {
  8855. "vue": "^3.2.0"
  8856. }
  8857. },
  8858. "node_modules/webidl-conversions": {
  8859. "version": "3.0.1",
  8860. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  8861. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  8862. },
  8863. "node_modules/webpack-virtual-modules": {
  8864. "version": "0.6.2",
  8865. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  8866. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
  8867. },
  8868. "node_modules/whatwg-url": {
  8869. "version": "5.0.0",
  8870. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  8871. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  8872. "dependencies": {
  8873. "tr46": "~0.0.3",
  8874. "webidl-conversions": "^3.0.0"
  8875. }
  8876. },
  8877. "node_modules/which": {
  8878. "version": "3.0.1",
  8879. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  8880. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  8881. "dependencies": {
  8882. "isexe": "^2.0.0"
  8883. },
  8884. "bin": {
  8885. "node-which": "bin/which.js"
  8886. },
  8887. "engines": {
  8888. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8889. }
  8890. },
  8891. "node_modules/wide-align": {
  8892. "version": "1.1.5",
  8893. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  8894. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  8895. "dependencies": {
  8896. "string-width": "^1.0.2 || 2 || 3 || 4"
  8897. }
  8898. },
  8899. "node_modules/wrap-ansi": {
  8900. "version": "7.0.0",
  8901. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  8902. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  8903. "dependencies": {
  8904. "ansi-styles": "^4.0.0",
  8905. "string-width": "^4.1.0",
  8906. "strip-ansi": "^6.0.0"
  8907. },
  8908. "engines": {
  8909. "node": ">=10"
  8910. },
  8911. "funding": {
  8912. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8913. }
  8914. },
  8915. "node_modules/wrap-ansi-cjs": {
  8916. "name": "wrap-ansi",
  8917. "version": "7.0.0",
  8918. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  8919. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  8920. "dependencies": {
  8921. "ansi-styles": "^4.0.0",
  8922. "string-width": "^4.1.0",
  8923. "strip-ansi": "^6.0.0"
  8924. },
  8925. "engines": {
  8926. "node": ">=10"
  8927. },
  8928. "funding": {
  8929. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8930. }
  8931. },
  8932. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  8933. "version": "4.3.0",
  8934. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8935. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8936. "dependencies": {
  8937. "color-convert": "^2.0.1"
  8938. },
  8939. "engines": {
  8940. "node": ">=8"
  8941. },
  8942. "funding": {
  8943. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8944. }
  8945. },
  8946. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  8947. "version": "2.0.1",
  8948. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8949. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8950. "dependencies": {
  8951. "color-name": "~1.1.4"
  8952. },
  8953. "engines": {
  8954. "node": ">=7.0.0"
  8955. }
  8956. },
  8957. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  8958. "version": "1.1.4",
  8959. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8960. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8961. },
  8962. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  8963. "version": "4.3.0",
  8964. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8965. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8966. "dependencies": {
  8967. "color-convert": "^2.0.1"
  8968. },
  8969. "engines": {
  8970. "node": ">=8"
  8971. },
  8972. "funding": {
  8973. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8974. }
  8975. },
  8976. "node_modules/wrap-ansi/node_modules/color-convert": {
  8977. "version": "2.0.1",
  8978. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8979. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8980. "dependencies": {
  8981. "color-name": "~1.1.4"
  8982. },
  8983. "engines": {
  8984. "node": ">=7.0.0"
  8985. }
  8986. },
  8987. "node_modules/wrap-ansi/node_modules/color-name": {
  8988. "version": "1.1.4",
  8989. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8990. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8991. },
  8992. "node_modules/wrappy": {
  8993. "version": "1.0.2",
  8994. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8995. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  8996. },
  8997. "node_modules/ws": {
  8998. "version": "8.18.0",
  8999. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
  9000. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  9001. "engines": {
  9002. "node": ">=10.0.0"
  9003. },
  9004. "peerDependencies": {
  9005. "bufferutil": "^4.0.1",
  9006. "utf-8-validate": ">=5.0.2"
  9007. },
  9008. "peerDependenciesMeta": {
  9009. "bufferutil": {
  9010. "optional": true
  9011. },
  9012. "utf-8-validate": {
  9013. "optional": true
  9014. }
  9015. }
  9016. },
  9017. "node_modules/y18n": {
  9018. "version": "5.0.8",
  9019. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  9020. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  9021. "engines": {
  9022. "node": ">=10"
  9023. }
  9024. },
  9025. "node_modules/yallist": {
  9026. "version": "3.1.1",
  9027. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  9028. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  9029. },
  9030. "node_modules/yaml": {
  9031. "version": "2.5.1",
  9032. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
  9033. "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
  9034. "bin": {
  9035. "yaml": "bin.mjs"
  9036. },
  9037. "engines": {
  9038. "node": ">= 14"
  9039. }
  9040. },
  9041. "node_modules/yargs": {
  9042. "version": "17.7.2",
  9043. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  9044. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  9045. "dependencies": {
  9046. "cliui": "^8.0.1",
  9047. "escalade": "^3.1.1",
  9048. "get-caller-file": "^2.0.5",
  9049. "require-directory": "^2.1.1",
  9050. "string-width": "^4.2.3",
  9051. "y18n": "^5.0.5",
  9052. "yargs-parser": "^21.1.1"
  9053. },
  9054. "engines": {
  9055. "node": ">=12"
  9056. }
  9057. },
  9058. "node_modules/yargs-parser": {
  9059. "version": "21.1.1",
  9060. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  9061. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  9062. "engines": {
  9063. "node": ">=12"
  9064. }
  9065. },
  9066. "node_modules/zhead": {
  9067. "version": "2.2.4",
  9068. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  9069. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  9070. "funding": {
  9071. "url": "https://github.com/sponsors/harlan-zw"
  9072. }
  9073. },
  9074. "node_modules/zip-stream": {
  9075. "version": "6.0.1",
  9076. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  9077. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  9078. "dependencies": {
  9079. "archiver-utils": "^5.0.0",
  9080. "compress-commons": "^6.0.2",
  9081. "readable-stream": "^4.0.0"
  9082. },
  9083. "engines": {
  9084. "node": ">= 14"
  9085. }
  9086. }
  9087. }
  9088. }