package-lock.json 218 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995
  1. {
  2. "name": "af",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "hasInstallScript": true,
  8. "dependencies": {
  9. "@fortawesome/fontawesome-svg-core": "^7.0.0",
  10. "@fortawesome/free-brands-svg-icons": "^7.0.0",
  11. "@fortawesome/free-regular-svg-icons": "^7.0.0",
  12. "@fortawesome/free-solid-svg-icons": "^7.0.0",
  13. "@fortawesome/vue-fontawesome": "^3.1.0",
  14. "@nuxtjs/google-fonts": "^3.2.0",
  15. "@pinia/nuxt": "0.11.2",
  16. "@tailwindcss/postcss": "^4.1.11",
  17. "@tailwindcss/typography": "^0.5.16",
  18. "@tailwindcss/vite": "^4.1.11",
  19. "@vesp/nuxt-fontawesome": "2.0.0-rc.2",
  20. "animejs": "^4.1.1",
  21. "autoprefixer": "^10.4.21",
  22. "daisyui": "^5.0.46",
  23. "nuxt": "^4.0.1",
  24. "pinia-plugin-persistedstate": "4.4.1",
  25. "postcss": "^8.5.6",
  26. "postcss-custom-media": "^11.0.6",
  27. "postcss-import": "^16.1.1",
  28. "postcss-nested": "^7.0.2",
  29. "tailwindcss": "^4.1.11",
  30. "three": "^0.178.0",
  31. "vue": "^3.5.17",
  32. "vue-router": "^4.5.1"
  33. },
  34. "devDependencies": {
  35. "@types/three": "^0.178.1"
  36. }
  37. },
  38. "node_modules/@alloc/quick-lru": {
  39. "version": "5.2.0",
  40. "license": "MIT",
  41. "engines": {
  42. "node": ">=10"
  43. },
  44. "funding": {
  45. "url": "https://github.com/sponsors/sindresorhus"
  46. }
  47. },
  48. "node_modules/@ampproject/remapping": {
  49. "version": "2.3.0",
  50. "license": "Apache-2.0",
  51. "dependencies": {
  52. "@jridgewell/gen-mapping": "^0.3.5",
  53. "@jridgewell/trace-mapping": "^0.3.24"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. }
  58. },
  59. "node_modules/@babel/code-frame": {
  60. "version": "7.27.1",
  61. "license": "MIT",
  62. "dependencies": {
  63. "@babel/helper-validator-identifier": "^7.27.1",
  64. "js-tokens": "^4.0.0",
  65. "picocolors": "^1.1.1"
  66. },
  67. "engines": {
  68. "node": ">=6.9.0"
  69. }
  70. },
  71. "node_modules/@babel/code-frame/node_modules/js-tokens": {
  72. "version": "4.0.0",
  73. "license": "MIT"
  74. },
  75. "node_modules/@babel/compat-data": {
  76. "version": "7.28.0",
  77. "license": "MIT",
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/core": {
  83. "version": "7.28.0",
  84. "license": "MIT",
  85. "dependencies": {
  86. "@ampproject/remapping": "^2.2.0",
  87. "@babel/code-frame": "^7.27.1",
  88. "@babel/generator": "^7.28.0",
  89. "@babel/helper-compilation-targets": "^7.27.2",
  90. "@babel/helper-module-transforms": "^7.27.3",
  91. "@babel/helpers": "^7.27.6",
  92. "@babel/parser": "^7.28.0",
  93. "@babel/template": "^7.27.2",
  94. "@babel/traverse": "^7.28.0",
  95. "@babel/types": "^7.28.0",
  96. "convert-source-map": "^2.0.0",
  97. "debug": "^4.1.0",
  98. "gensync": "^1.0.0-beta.2",
  99. "json5": "^2.2.3",
  100. "semver": "^6.3.1"
  101. },
  102. "engines": {
  103. "node": ">=6.9.0"
  104. },
  105. "funding": {
  106. "type": "opencollective",
  107. "url": "https://opencollective.com/babel"
  108. }
  109. },
  110. "node_modules/@babel/core/node_modules/semver": {
  111. "version": "6.3.1",
  112. "license": "ISC",
  113. "bin": {
  114. "semver": "bin/semver.js"
  115. }
  116. },
  117. "node_modules/@babel/generator": {
  118. "version": "7.28.0",
  119. "license": "MIT",
  120. "dependencies": {
  121. "@babel/parser": "^7.28.0",
  122. "@babel/types": "^7.28.0",
  123. "@jridgewell/gen-mapping": "^0.3.12",
  124. "@jridgewell/trace-mapping": "^0.3.28",
  125. "jsesc": "^3.0.2"
  126. },
  127. "engines": {
  128. "node": ">=6.9.0"
  129. }
  130. },
  131. "node_modules/@babel/helper-annotate-as-pure": {
  132. "version": "7.27.3",
  133. "license": "MIT",
  134. "dependencies": {
  135. "@babel/types": "^7.27.3"
  136. },
  137. "engines": {
  138. "node": ">=6.9.0"
  139. }
  140. },
  141. "node_modules/@babel/helper-compilation-targets": {
  142. "version": "7.27.2",
  143. "license": "MIT",
  144. "dependencies": {
  145. "@babel/compat-data": "^7.27.2",
  146. "@babel/helper-validator-option": "^7.27.1",
  147. "browserslist": "^4.24.0",
  148. "lru-cache": "^5.1.1",
  149. "semver": "^6.3.1"
  150. },
  151. "engines": {
  152. "node": ">=6.9.0"
  153. }
  154. },
  155. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  156. "version": "5.1.1",
  157. "license": "ISC",
  158. "dependencies": {
  159. "yallist": "^3.0.2"
  160. }
  161. },
  162. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist": {
  163. "version": "3.1.1",
  164. "license": "ISC"
  165. },
  166. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  167. "version": "6.3.1",
  168. "license": "ISC",
  169. "bin": {
  170. "semver": "bin/semver.js"
  171. }
  172. },
  173. "node_modules/@babel/helper-create-class-features-plugin": {
  174. "version": "7.27.1",
  175. "license": "MIT",
  176. "dependencies": {
  177. "@babel/helper-annotate-as-pure": "^7.27.1",
  178. "@babel/helper-member-expression-to-functions": "^7.27.1",
  179. "@babel/helper-optimise-call-expression": "^7.27.1",
  180. "@babel/helper-replace-supers": "^7.27.1",
  181. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  182. "@babel/traverse": "^7.27.1",
  183. "semver": "^6.3.1"
  184. },
  185. "engines": {
  186. "node": ">=6.9.0"
  187. },
  188. "peerDependencies": {
  189. "@babel/core": "^7.0.0"
  190. }
  191. },
  192. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  193. "version": "6.3.1",
  194. "license": "ISC",
  195. "bin": {
  196. "semver": "bin/semver.js"
  197. }
  198. },
  199. "node_modules/@babel/helper-globals": {
  200. "version": "7.28.0",
  201. "license": "MIT",
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-member-expression-to-functions": {
  207. "version": "7.27.1",
  208. "license": "MIT",
  209. "dependencies": {
  210. "@babel/traverse": "^7.27.1",
  211. "@babel/types": "^7.27.1"
  212. },
  213. "engines": {
  214. "node": ">=6.9.0"
  215. }
  216. },
  217. "node_modules/@babel/helper-module-imports": {
  218. "version": "7.27.1",
  219. "license": "MIT",
  220. "dependencies": {
  221. "@babel/traverse": "^7.27.1",
  222. "@babel/types": "^7.27.1"
  223. },
  224. "engines": {
  225. "node": ">=6.9.0"
  226. }
  227. },
  228. "node_modules/@babel/helper-module-transforms": {
  229. "version": "7.27.3",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@babel/helper-module-imports": "^7.27.1",
  233. "@babel/helper-validator-identifier": "^7.27.1",
  234. "@babel/traverse": "^7.27.3"
  235. },
  236. "engines": {
  237. "node": ">=6.9.0"
  238. },
  239. "peerDependencies": {
  240. "@babel/core": "^7.0.0"
  241. }
  242. },
  243. "node_modules/@babel/helper-optimise-call-expression": {
  244. "version": "7.27.1",
  245. "license": "MIT",
  246. "dependencies": {
  247. "@babel/types": "^7.27.1"
  248. },
  249. "engines": {
  250. "node": ">=6.9.0"
  251. }
  252. },
  253. "node_modules/@babel/helper-plugin-utils": {
  254. "version": "7.27.1",
  255. "license": "MIT",
  256. "engines": {
  257. "node": ">=6.9.0"
  258. }
  259. },
  260. "node_modules/@babel/helper-replace-supers": {
  261. "version": "7.27.1",
  262. "license": "MIT",
  263. "dependencies": {
  264. "@babel/helper-member-expression-to-functions": "^7.27.1",
  265. "@babel/helper-optimise-call-expression": "^7.27.1",
  266. "@babel/traverse": "^7.27.1"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. },
  271. "peerDependencies": {
  272. "@babel/core": "^7.0.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  276. "version": "7.27.1",
  277. "license": "MIT",
  278. "dependencies": {
  279. "@babel/traverse": "^7.27.1",
  280. "@babel/types": "^7.27.1"
  281. },
  282. "engines": {
  283. "node": ">=6.9.0"
  284. }
  285. },
  286. "node_modules/@babel/helper-string-parser": {
  287. "version": "7.27.1",
  288. "license": "MIT",
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-validator-identifier": {
  294. "version": "7.27.1",
  295. "license": "MIT",
  296. "engines": {
  297. "node": ">=6.9.0"
  298. }
  299. },
  300. "node_modules/@babel/helper-validator-option": {
  301. "version": "7.27.1",
  302. "license": "MIT",
  303. "engines": {
  304. "node": ">=6.9.0"
  305. }
  306. },
  307. "node_modules/@babel/helpers": {
  308. "version": "7.28.2",
  309. "license": "MIT",
  310. "dependencies": {
  311. "@babel/template": "^7.27.2",
  312. "@babel/types": "^7.28.2"
  313. },
  314. "engines": {
  315. "node": ">=6.9.0"
  316. }
  317. },
  318. "node_modules/@babel/parser": {
  319. "version": "7.28.0",
  320. "license": "MIT",
  321. "dependencies": {
  322. "@babel/types": "^7.28.0"
  323. },
  324. "bin": {
  325. "parser": "bin/babel-parser.js"
  326. },
  327. "engines": {
  328. "node": ">=6.0.0"
  329. }
  330. },
  331. "node_modules/@babel/plugin-syntax-jsx": {
  332. "version": "7.27.1",
  333. "license": "MIT",
  334. "dependencies": {
  335. "@babel/helper-plugin-utils": "^7.27.1"
  336. },
  337. "engines": {
  338. "node": ">=6.9.0"
  339. },
  340. "peerDependencies": {
  341. "@babel/core": "^7.0.0-0"
  342. }
  343. },
  344. "node_modules/@babel/plugin-syntax-typescript": {
  345. "version": "7.27.1",
  346. "license": "MIT",
  347. "dependencies": {
  348. "@babel/helper-plugin-utils": "^7.27.1"
  349. },
  350. "engines": {
  351. "node": ">=6.9.0"
  352. },
  353. "peerDependencies": {
  354. "@babel/core": "^7.0.0-0"
  355. }
  356. },
  357. "node_modules/@babel/plugin-transform-typescript": {
  358. "version": "7.28.0",
  359. "license": "MIT",
  360. "dependencies": {
  361. "@babel/helper-annotate-as-pure": "^7.27.3",
  362. "@babel/helper-create-class-features-plugin": "^7.27.1",
  363. "@babel/helper-plugin-utils": "^7.27.1",
  364. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  365. "@babel/plugin-syntax-typescript": "^7.27.1"
  366. },
  367. "engines": {
  368. "node": ">=6.9.0"
  369. },
  370. "peerDependencies": {
  371. "@babel/core": "^7.0.0-0"
  372. }
  373. },
  374. "node_modules/@babel/template": {
  375. "version": "7.27.2",
  376. "license": "MIT",
  377. "dependencies": {
  378. "@babel/code-frame": "^7.27.1",
  379. "@babel/parser": "^7.27.2",
  380. "@babel/types": "^7.27.1"
  381. },
  382. "engines": {
  383. "node": ">=6.9.0"
  384. }
  385. },
  386. "node_modules/@babel/traverse": {
  387. "version": "7.28.0",
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/code-frame": "^7.27.1",
  391. "@babel/generator": "^7.28.0",
  392. "@babel/helper-globals": "^7.28.0",
  393. "@babel/parser": "^7.28.0",
  394. "@babel/template": "^7.27.2",
  395. "@babel/types": "^7.28.0",
  396. "debug": "^4.3.1"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. }
  401. },
  402. "node_modules/@babel/types": {
  403. "version": "7.28.2",
  404. "license": "MIT",
  405. "dependencies": {
  406. "@babel/helper-string-parser": "^7.27.1",
  407. "@babel/helper-validator-identifier": "^7.27.1"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. }
  412. },
  413. "node_modules/@cloudflare/kv-asset-handler": {
  414. "version": "0.4.0",
  415. "license": "MIT OR Apache-2.0",
  416. "dependencies": {
  417. "mime": "^3.0.0"
  418. },
  419. "engines": {
  420. "node": ">=18.0.0"
  421. }
  422. },
  423. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  424. "version": "3.0.0",
  425. "license": "MIT",
  426. "bin": {
  427. "mime": "cli.js"
  428. },
  429. "engines": {
  430. "node": ">=10.0.0"
  431. }
  432. },
  433. "node_modules/@colors/colors": {
  434. "version": "1.6.0",
  435. "license": "MIT",
  436. "engines": {
  437. "node": ">=0.1.90"
  438. }
  439. },
  440. "node_modules/@csstools/cascade-layer-name-parser": {
  441. "version": "2.0.5",
  442. "funding": [
  443. {
  444. "type": "github",
  445. "url": "https://github.com/sponsors/csstools"
  446. },
  447. {
  448. "type": "opencollective",
  449. "url": "https://opencollective.com/csstools"
  450. }
  451. ],
  452. "license": "MIT",
  453. "engines": {
  454. "node": ">=18"
  455. },
  456. "peerDependencies": {
  457. "@csstools/css-parser-algorithms": "^3.0.5",
  458. "@csstools/css-tokenizer": "^3.0.4"
  459. }
  460. },
  461. "node_modules/@csstools/css-parser-algorithms": {
  462. "version": "3.0.5",
  463. "funding": [
  464. {
  465. "type": "github",
  466. "url": "https://github.com/sponsors/csstools"
  467. },
  468. {
  469. "type": "opencollective",
  470. "url": "https://opencollective.com/csstools"
  471. }
  472. ],
  473. "license": "MIT",
  474. "engines": {
  475. "node": ">=18"
  476. },
  477. "peerDependencies": {
  478. "@csstools/css-tokenizer": "^3.0.4"
  479. }
  480. },
  481. "node_modules/@csstools/css-tokenizer": {
  482. "version": "3.0.4",
  483. "funding": [
  484. {
  485. "type": "github",
  486. "url": "https://github.com/sponsors/csstools"
  487. },
  488. {
  489. "type": "opencollective",
  490. "url": "https://opencollective.com/csstools"
  491. }
  492. ],
  493. "license": "MIT",
  494. "engines": {
  495. "node": ">=18"
  496. }
  497. },
  498. "node_modules/@csstools/media-query-list-parser": {
  499. "version": "4.0.3",
  500. "funding": [
  501. {
  502. "type": "github",
  503. "url": "https://github.com/sponsors/csstools"
  504. },
  505. {
  506. "type": "opencollective",
  507. "url": "https://opencollective.com/csstools"
  508. }
  509. ],
  510. "license": "MIT",
  511. "engines": {
  512. "node": ">=18"
  513. },
  514. "peerDependencies": {
  515. "@csstools/css-parser-algorithms": "^3.0.5",
  516. "@csstools/css-tokenizer": "^3.0.4"
  517. }
  518. },
  519. "node_modules/@dabh/diagnostics": {
  520. "version": "2.0.3",
  521. "license": "MIT",
  522. "dependencies": {
  523. "colorspace": "1.1.x",
  524. "enabled": "2.0.x",
  525. "kuler": "^2.0.0"
  526. }
  527. },
  528. "node_modules/@dependents/detective-less": {
  529. "version": "5.0.1",
  530. "license": "MIT",
  531. "dependencies": {
  532. "gonzales-pe": "^4.3.0",
  533. "node-source-walk": "^7.0.1"
  534. },
  535. "engines": {
  536. "node": ">=18"
  537. }
  538. },
  539. "node_modules/@dimforge/rapier3d-compat": {
  540. "version": "0.12.0",
  541. "dev": true,
  542. "license": "Apache-2.0"
  543. },
  544. "node_modules/@esbuild/darwin-arm64": {
  545. "version": "0.25.8",
  546. "cpu": [
  547. "arm64"
  548. ],
  549. "license": "MIT",
  550. "optional": true,
  551. "os": [
  552. "darwin"
  553. ],
  554. "engines": {
  555. "node": ">=18"
  556. }
  557. },
  558. "node_modules/@fastify/busboy": {
  559. "version": "3.1.1",
  560. "license": "MIT"
  561. },
  562. "node_modules/@fortawesome/fontawesome-common-types": {
  563. "version": "7.0.0",
  564. "license": "MIT",
  565. "engines": {
  566. "node": ">=6"
  567. }
  568. },
  569. "node_modules/@fortawesome/fontawesome-svg-core": {
  570. "version": "7.0.0",
  571. "license": "MIT",
  572. "dependencies": {
  573. "@fortawesome/fontawesome-common-types": "7.0.0"
  574. },
  575. "engines": {
  576. "node": ">=6"
  577. }
  578. },
  579. "node_modules/@fortawesome/free-brands-svg-icons": {
  580. "version": "7.0.0",
  581. "license": "(CC-BY-4.0 AND MIT)",
  582. "dependencies": {
  583. "@fortawesome/fontawesome-common-types": "7.0.0"
  584. },
  585. "engines": {
  586. "node": ">=6"
  587. }
  588. },
  589. "node_modules/@fortawesome/free-regular-svg-icons": {
  590. "version": "7.0.0",
  591. "license": "(CC-BY-4.0 AND MIT)",
  592. "dependencies": {
  593. "@fortawesome/fontawesome-common-types": "7.0.0"
  594. },
  595. "engines": {
  596. "node": ">=6"
  597. }
  598. },
  599. "node_modules/@fortawesome/free-solid-svg-icons": {
  600. "version": "7.0.0",
  601. "license": "(CC-BY-4.0 AND MIT)",
  602. "dependencies": {
  603. "@fortawesome/fontawesome-common-types": "7.0.0"
  604. },
  605. "engines": {
  606. "node": ">=6"
  607. }
  608. },
  609. "node_modules/@fortawesome/vue-fontawesome": {
  610. "version": "3.1.1",
  611. "license": "MIT",
  612. "peerDependencies": {
  613. "@fortawesome/fontawesome-svg-core": "~1 || ~6 || ~7",
  614. "vue": ">= 3.0.0 < 4"
  615. }
  616. },
  617. "node_modules/@ioredis/commands": {
  618. "version": "1.2.0",
  619. "license": "MIT"
  620. },
  621. "node_modules/@isaacs/cliui": {
  622. "version": "8.0.2",
  623. "license": "ISC",
  624. "dependencies": {
  625. "string-width": "^5.1.2",
  626. "string-width-cjs": "npm:string-width@^4.2.0",
  627. "strip-ansi": "^7.0.1",
  628. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  629. "wrap-ansi": "^8.1.0",
  630. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  631. },
  632. "engines": {
  633. "node": ">=12"
  634. }
  635. },
  636. "node_modules/@isaacs/cliui/node_modules/string-width": {
  637. "version": "5.1.2",
  638. "license": "MIT",
  639. "dependencies": {
  640. "eastasianwidth": "^0.2.0",
  641. "emoji-regex": "^9.2.2",
  642. "strip-ansi": "^7.0.1"
  643. },
  644. "engines": {
  645. "node": ">=12"
  646. },
  647. "funding": {
  648. "url": "https://github.com/sponsors/sindresorhus"
  649. }
  650. },
  651. "node_modules/@isaacs/cliui/node_modules/string-width/node_modules/emoji-regex": {
  652. "version": "9.2.2",
  653. "license": "MIT"
  654. },
  655. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  656. "version": "7.1.0",
  657. "license": "MIT",
  658. "dependencies": {
  659. "ansi-regex": "^6.0.1"
  660. },
  661. "engines": {
  662. "node": ">=12"
  663. },
  664. "funding": {
  665. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  666. }
  667. },
  668. "node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex": {
  669. "version": "6.1.0",
  670. "license": "MIT",
  671. "engines": {
  672. "node": ">=12"
  673. },
  674. "funding": {
  675. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  676. }
  677. },
  678. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  679. "version": "8.1.0",
  680. "license": "MIT",
  681. "dependencies": {
  682. "ansi-styles": "^6.1.0",
  683. "string-width": "^5.0.1",
  684. "strip-ansi": "^7.0.1"
  685. },
  686. "engines": {
  687. "node": ">=12"
  688. },
  689. "funding": {
  690. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  691. }
  692. },
  693. "node_modules/@isaacs/cliui/node_modules/wrap-ansi/node_modules/ansi-styles": {
  694. "version": "6.2.1",
  695. "license": "MIT",
  696. "engines": {
  697. "node": ">=12"
  698. },
  699. "funding": {
  700. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  701. }
  702. },
  703. "node_modules/@isaacs/fs-minipass": {
  704. "version": "4.0.1",
  705. "license": "ISC",
  706. "dependencies": {
  707. "minipass": "^7.0.4"
  708. },
  709. "engines": {
  710. "node": ">=18.0.0"
  711. }
  712. },
  713. "node_modules/@jridgewell/gen-mapping": {
  714. "version": "0.3.12",
  715. "license": "MIT",
  716. "dependencies": {
  717. "@jridgewell/sourcemap-codec": "^1.5.0",
  718. "@jridgewell/trace-mapping": "^0.3.24"
  719. }
  720. },
  721. "node_modules/@jridgewell/resolve-uri": {
  722. "version": "3.1.2",
  723. "license": "MIT",
  724. "engines": {
  725. "node": ">=6.0.0"
  726. }
  727. },
  728. "node_modules/@jridgewell/source-map": {
  729. "version": "0.3.10",
  730. "license": "MIT",
  731. "dependencies": {
  732. "@jridgewell/gen-mapping": "^0.3.5",
  733. "@jridgewell/trace-mapping": "^0.3.25"
  734. }
  735. },
  736. "node_modules/@jridgewell/sourcemap-codec": {
  737. "version": "1.5.4",
  738. "license": "MIT"
  739. },
  740. "node_modules/@jridgewell/trace-mapping": {
  741. "version": "0.3.29",
  742. "license": "MIT",
  743. "dependencies": {
  744. "@jridgewell/resolve-uri": "^3.1.0",
  745. "@jridgewell/sourcemap-codec": "^1.4.14"
  746. }
  747. },
  748. "node_modules/@kwsites/file-exists": {
  749. "version": "1.1.1",
  750. "license": "MIT",
  751. "dependencies": {
  752. "debug": "^4.1.1"
  753. }
  754. },
  755. "node_modules/@kwsites/promise-deferred": {
  756. "version": "1.1.1",
  757. "license": "MIT"
  758. },
  759. "node_modules/@mapbox/node-pre-gyp": {
  760. "version": "2.0.0",
  761. "license": "BSD-3-Clause",
  762. "dependencies": {
  763. "consola": "^3.2.3",
  764. "detect-libc": "^2.0.0",
  765. "https-proxy-agent": "^7.0.5",
  766. "node-fetch": "^2.6.7",
  767. "nopt": "^8.0.0",
  768. "semver": "^7.5.3",
  769. "tar": "^7.4.0"
  770. },
  771. "bin": {
  772. "node-pre-gyp": "bin/node-pre-gyp"
  773. },
  774. "engines": {
  775. "node": ">=18"
  776. }
  777. },
  778. "node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": {
  779. "version": "2.7.0",
  780. "license": "MIT",
  781. "dependencies": {
  782. "whatwg-url": "^5.0.0"
  783. },
  784. "engines": {
  785. "node": "4.x || >=6.0.0"
  786. },
  787. "peerDependencies": {
  788. "encoding": "^0.1.0"
  789. },
  790. "peerDependenciesMeta": {
  791. "encoding": {
  792. "optional": true
  793. }
  794. }
  795. },
  796. "node_modules/@netlify/binary-info": {
  797. "version": "1.0.0",
  798. "license": "Apache 2"
  799. },
  800. "node_modules/@netlify/blobs": {
  801. "version": "9.1.2",
  802. "license": "MIT",
  803. "dependencies": {
  804. "@netlify/dev-utils": "2.2.0",
  805. "@netlify/runtime-utils": "1.3.1"
  806. },
  807. "engines": {
  808. "node": "^14.16.0 || >=16.0.0"
  809. }
  810. },
  811. "node_modules/@netlify/dev-utils": {
  812. "version": "2.2.0",
  813. "license": "MIT",
  814. "dependencies": {
  815. "@whatwg-node/server": "^0.9.60",
  816. "chokidar": "^4.0.1",
  817. "decache": "^4.6.2",
  818. "dot-prop": "9.0.0",
  819. "env-paths": "^3.0.0",
  820. "find-up": "7.0.0",
  821. "lodash.debounce": "^4.0.8",
  822. "netlify": "^13.3.5",
  823. "parse-gitignore": "^2.0.0",
  824. "uuid": "^11.1.0",
  825. "write-file-atomic": "^6.0.0"
  826. },
  827. "engines": {
  828. "node": "^14.16.0 || >=16.0.0"
  829. }
  830. },
  831. "node_modules/@netlify/functions": {
  832. "version": "3.1.10",
  833. "license": "MIT",
  834. "dependencies": {
  835. "@netlify/blobs": "9.1.2",
  836. "@netlify/dev-utils": "2.2.0",
  837. "@netlify/serverless-functions-api": "1.41.2",
  838. "@netlify/zip-it-and-ship-it": "^12.1.0",
  839. "cron-parser": "^4.9.0",
  840. "decache": "^4.6.2",
  841. "extract-zip": "^2.0.1",
  842. "is-stream": "^4.0.1",
  843. "jwt-decode": "^4.0.0",
  844. "lambda-local": "^2.2.0",
  845. "read-package-up": "^11.0.0",
  846. "source-map-support": "^0.5.21"
  847. },
  848. "engines": {
  849. "node": ">=14.0.0"
  850. }
  851. },
  852. "node_modules/@netlify/functions/node_modules/is-stream": {
  853. "version": "4.0.1",
  854. "license": "MIT",
  855. "engines": {
  856. "node": ">=18"
  857. },
  858. "funding": {
  859. "url": "https://github.com/sponsors/sindresorhus"
  860. }
  861. },
  862. "node_modules/@netlify/open-api": {
  863. "version": "2.37.0",
  864. "license": "MIT",
  865. "engines": {
  866. "node": ">=14.8.0"
  867. }
  868. },
  869. "node_modules/@netlify/runtime-utils": {
  870. "version": "1.3.1",
  871. "license": "MIT",
  872. "engines": {
  873. "node": ">=16.0.0"
  874. }
  875. },
  876. "node_modules/@netlify/serverless-functions-api": {
  877. "version": "1.41.2",
  878. "license": "MIT",
  879. "engines": {
  880. "node": ">=18.0.0"
  881. }
  882. },
  883. "node_modules/@netlify/zip-it-and-ship-it": {
  884. "version": "12.2.1",
  885. "license": "MIT",
  886. "dependencies": {
  887. "@babel/parser": "^7.22.5",
  888. "@babel/types": "7.28.0",
  889. "@netlify/binary-info": "^1.0.0",
  890. "@netlify/serverless-functions-api": "^2.1.3",
  891. "@vercel/nft": "0.29.4",
  892. "archiver": "^7.0.0",
  893. "common-path-prefix": "^3.0.0",
  894. "copy-file": "^11.0.0",
  895. "es-module-lexer": "^1.0.0",
  896. "esbuild": "0.25.5",
  897. "execa": "^8.0.0",
  898. "fast-glob": "^3.3.3",
  899. "filter-obj": "^6.0.0",
  900. "find-up": "^7.0.0",
  901. "is-builtin-module": "^3.1.0",
  902. "is-path-inside": "^4.0.0",
  903. "junk": "^4.0.0",
  904. "locate-path": "^7.0.0",
  905. "merge-options": "^3.0.4",
  906. "minimatch": "^9.0.0",
  907. "normalize-path": "^3.0.0",
  908. "p-map": "^7.0.0",
  909. "path-exists": "^5.0.0",
  910. "precinct": "^12.0.0",
  911. "require-package-name": "^2.0.1",
  912. "resolve": "^2.0.0-next.1",
  913. "semver": "^7.3.8",
  914. "tmp-promise": "^3.0.2",
  915. "toml": "^3.0.0",
  916. "unixify": "^1.0.0",
  917. "urlpattern-polyfill": "8.0.2",
  918. "yargs": "^17.0.0",
  919. "zod": "^3.23.8"
  920. },
  921. "bin": {
  922. "zip-it-and-ship-it": "bin.js"
  923. },
  924. "engines": {
  925. "node": ">=18.14.0"
  926. }
  927. },
  928. "node_modules/@netlify/zip-it-and-ship-it/node_modules/@babel/types": {
  929. "version": "7.28.0",
  930. "license": "MIT",
  931. "dependencies": {
  932. "@babel/helper-string-parser": "^7.27.1",
  933. "@babel/helper-validator-identifier": "^7.27.1"
  934. },
  935. "engines": {
  936. "node": ">=6.9.0"
  937. }
  938. },
  939. "node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
  940. "version": "2.1.3",
  941. "license": "MIT",
  942. "engines": {
  943. "node": ">=18.0.0"
  944. }
  945. },
  946. "node_modules/@netlify/zip-it-and-ship-it/node_modules/esbuild": {
  947. "version": "0.25.5",
  948. "hasInstallScript": true,
  949. "license": "MIT",
  950. "bin": {
  951. "esbuild": "bin/esbuild"
  952. },
  953. "engines": {
  954. "node": ">=18"
  955. },
  956. "optionalDependencies": {
  957. "@esbuild/aix-ppc64": "0.25.5",
  958. "@esbuild/android-arm": "0.25.5",
  959. "@esbuild/android-arm64": "0.25.5",
  960. "@esbuild/android-x64": "0.25.5",
  961. "@esbuild/darwin-arm64": "0.25.5",
  962. "@esbuild/darwin-x64": "0.25.5",
  963. "@esbuild/freebsd-arm64": "0.25.5",
  964. "@esbuild/freebsd-x64": "0.25.5",
  965. "@esbuild/linux-arm": "0.25.5",
  966. "@esbuild/linux-arm64": "0.25.5",
  967. "@esbuild/linux-ia32": "0.25.5",
  968. "@esbuild/linux-loong64": "0.25.5",
  969. "@esbuild/linux-mips64el": "0.25.5",
  970. "@esbuild/linux-ppc64": "0.25.5",
  971. "@esbuild/linux-riscv64": "0.25.5",
  972. "@esbuild/linux-s390x": "0.25.5",
  973. "@esbuild/linux-x64": "0.25.5",
  974. "@esbuild/netbsd-arm64": "0.25.5",
  975. "@esbuild/netbsd-x64": "0.25.5",
  976. "@esbuild/openbsd-arm64": "0.25.5",
  977. "@esbuild/openbsd-x64": "0.25.5",
  978. "@esbuild/sunos-x64": "0.25.5",
  979. "@esbuild/win32-arm64": "0.25.5",
  980. "@esbuild/win32-ia32": "0.25.5",
  981. "@esbuild/win32-x64": "0.25.5"
  982. }
  983. },
  984. "node_modules/@netlify/zip-it-and-ship-it/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
  985. "version": "0.25.5",
  986. "cpu": [
  987. "arm64"
  988. ],
  989. "license": "MIT",
  990. "optional": true,
  991. "os": [
  992. "darwin"
  993. ],
  994. "engines": {
  995. "node": ">=18"
  996. }
  997. },
  998. "node_modules/@netlify/zip-it-and-ship-it/node_modules/resolve": {
  999. "version": "2.0.0-next.5",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "is-core-module": "^2.13.0",
  1003. "path-parse": "^1.0.7",
  1004. "supports-preserve-symlinks-flag": "^1.0.0"
  1005. },
  1006. "bin": {
  1007. "resolve": "bin/resolve"
  1008. },
  1009. "funding": {
  1010. "url": "https://github.com/sponsors/ljharb"
  1011. }
  1012. },
  1013. "node_modules/@nodelib/fs.scandir": {
  1014. "version": "2.1.5",
  1015. "license": "MIT",
  1016. "dependencies": {
  1017. "@nodelib/fs.stat": "2.0.5",
  1018. "run-parallel": "^1.1.9"
  1019. },
  1020. "engines": {
  1021. "node": ">= 8"
  1022. }
  1023. },
  1024. "node_modules/@nodelib/fs.stat": {
  1025. "version": "2.0.5",
  1026. "license": "MIT",
  1027. "engines": {
  1028. "node": ">= 8"
  1029. }
  1030. },
  1031. "node_modules/@nodelib/fs.walk": {
  1032. "version": "1.2.8",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@nodelib/fs.scandir": "2.1.5",
  1036. "fastq": "^1.6.0"
  1037. },
  1038. "engines": {
  1039. "node": ">= 8"
  1040. }
  1041. },
  1042. "node_modules/@nuxt/cli": {
  1043. "version": "3.27.0",
  1044. "license": "MIT",
  1045. "dependencies": {
  1046. "c12": "^3.1.0",
  1047. "citty": "^0.1.6",
  1048. "clipboardy": "^4.0.0",
  1049. "confbox": "^0.2.2",
  1050. "consola": "^3.4.2",
  1051. "defu": "^6.1.4",
  1052. "exsolve": "^1.0.7",
  1053. "fuse.js": "^7.1.0",
  1054. "get-port-please": "^3.2.0",
  1055. "giget": "^2.0.0",
  1056. "h3": "^1.15.3",
  1057. "httpxy": "^0.1.7",
  1058. "jiti": "^2.4.2",
  1059. "listhen": "^1.9.0",
  1060. "nypm": "^0.6.0",
  1061. "ofetch": "^1.4.1",
  1062. "ohash": "^2.0.11",
  1063. "pathe": "^2.0.3",
  1064. "perfect-debounce": "^1.0.0",
  1065. "pkg-types": "^2.2.0",
  1066. "scule": "^1.3.0",
  1067. "semver": "^7.7.2",
  1068. "std-env": "^3.9.0",
  1069. "tinyexec": "^1.0.1",
  1070. "ufo": "^1.6.1",
  1071. "youch": "^4.1.0-beta.10"
  1072. },
  1073. "bin": {
  1074. "nuxi": "bin/nuxi.mjs",
  1075. "nuxi-ng": "bin/nuxi.mjs",
  1076. "nuxt": "bin/nuxi.mjs",
  1077. "nuxt-cli": "bin/nuxi.mjs"
  1078. },
  1079. "engines": {
  1080. "node": "^16.10.0 || >=18.0.0"
  1081. }
  1082. },
  1083. "node_modules/@nuxt/cli/node_modules/pathe": {
  1084. "version": "2.0.3",
  1085. "license": "MIT"
  1086. },
  1087. "node_modules/@nuxt/devalue": {
  1088. "version": "2.0.2",
  1089. "license": "MIT"
  1090. },
  1091. "node_modules/@nuxt/devtools": {
  1092. "version": "2.6.2",
  1093. "license": "MIT",
  1094. "dependencies": {
  1095. "@nuxt/devtools-kit": "2.6.2",
  1096. "@nuxt/devtools-wizard": "2.6.2",
  1097. "@nuxt/kit": "^3.17.6",
  1098. "@vue/devtools-core": "^7.7.7",
  1099. "@vue/devtools-kit": "^7.7.7",
  1100. "birpc": "^2.4.0",
  1101. "consola": "^3.4.2",
  1102. "destr": "^2.0.5",
  1103. "error-stack-parser-es": "^1.0.5",
  1104. "execa": "^8.0.1",
  1105. "fast-npm-meta": "^0.4.4",
  1106. "get-port-please": "^3.1.2",
  1107. "hookable": "^5.5.3",
  1108. "image-meta": "^0.2.1",
  1109. "is-installed-globally": "^1.0.0",
  1110. "launch-editor": "^2.10.0",
  1111. "local-pkg": "^1.1.1",
  1112. "magicast": "^0.3.5",
  1113. "nypm": "^0.6.0",
  1114. "ohash": "^2.0.11",
  1115. "pathe": "^2.0.3",
  1116. "perfect-debounce": "^1.0.0",
  1117. "pkg-types": "^2.2.0",
  1118. "semver": "^7.7.2",
  1119. "simple-git": "^3.28.0",
  1120. "sirv": "^3.0.1",
  1121. "structured-clone-es": "^1.0.0",
  1122. "tinyglobby": "^0.2.14",
  1123. "vite-plugin-inspect": "^11.3.0",
  1124. "vite-plugin-vue-tracer": "^1.0.0",
  1125. "which": "^5.0.0",
  1126. "ws": "^8.18.3"
  1127. },
  1128. "bin": {
  1129. "devtools": "cli.mjs"
  1130. },
  1131. "peerDependencies": {
  1132. "vite": ">=6.0"
  1133. }
  1134. },
  1135. "node_modules/@nuxt/devtools-kit": {
  1136. "version": "2.6.2",
  1137. "license": "MIT",
  1138. "dependencies": {
  1139. "@nuxt/kit": "^3.17.6",
  1140. "execa": "^8.0.1"
  1141. },
  1142. "peerDependencies": {
  1143. "vite": ">=6.0"
  1144. }
  1145. },
  1146. "node_modules/@nuxt/devtools-wizard": {
  1147. "version": "2.6.2",
  1148. "license": "MIT",
  1149. "dependencies": {
  1150. "consola": "^3.4.2",
  1151. "diff": "^8.0.2",
  1152. "execa": "^8.0.1",
  1153. "magicast": "^0.3.5",
  1154. "pathe": "^2.0.3",
  1155. "pkg-types": "^2.2.0",
  1156. "prompts": "^2.4.2",
  1157. "semver": "^7.7.2"
  1158. },
  1159. "bin": {
  1160. "devtools-wizard": "cli.mjs"
  1161. }
  1162. },
  1163. "node_modules/@nuxt/devtools-wizard/node_modules/pathe": {
  1164. "version": "2.0.3",
  1165. "license": "MIT"
  1166. },
  1167. "node_modules/@nuxt/devtools/node_modules/pathe": {
  1168. "version": "2.0.3",
  1169. "license": "MIT"
  1170. },
  1171. "node_modules/@nuxt/kit": {
  1172. "version": "3.17.7",
  1173. "license": "MIT",
  1174. "dependencies": {
  1175. "c12": "^3.0.4",
  1176. "consola": "^3.4.2",
  1177. "defu": "^6.1.4",
  1178. "destr": "^2.0.5",
  1179. "errx": "^0.1.0",
  1180. "exsolve": "^1.0.7",
  1181. "ignore": "^7.0.5",
  1182. "jiti": "^2.4.2",
  1183. "klona": "^2.0.6",
  1184. "knitwork": "^1.2.0",
  1185. "mlly": "^1.7.4",
  1186. "ohash": "^2.0.11",
  1187. "pathe": "^2.0.3",
  1188. "pkg-types": "^2.2.0",
  1189. "scule": "^1.3.0",
  1190. "semver": "^7.7.2",
  1191. "std-env": "^3.9.0",
  1192. "tinyglobby": "^0.2.14",
  1193. "ufo": "^1.6.1",
  1194. "unctx": "^2.4.1",
  1195. "unimport": "^5.1.0",
  1196. "untyped": "^2.0.0"
  1197. },
  1198. "engines": {
  1199. "node": ">=18.12.0"
  1200. }
  1201. },
  1202. "node_modules/@nuxt/kit/node_modules/pathe": {
  1203. "version": "2.0.3",
  1204. "license": "MIT"
  1205. },
  1206. "node_modules/@nuxt/schema": {
  1207. "version": "4.0.1",
  1208. "license": "MIT",
  1209. "dependencies": {
  1210. "@vue/shared": "^3.5.17",
  1211. "consola": "^3.4.2",
  1212. "defu": "^6.1.4",
  1213. "pathe": "^2.0.3",
  1214. "std-env": "^3.9.0"
  1215. },
  1216. "engines": {
  1217. "node": "^14.18.0 || >=16.10.0"
  1218. }
  1219. },
  1220. "node_modules/@nuxt/schema/node_modules/pathe": {
  1221. "version": "2.0.3",
  1222. "license": "MIT"
  1223. },
  1224. "node_modules/@nuxt/telemetry": {
  1225. "version": "2.6.6",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@nuxt/kit": "^3.15.4",
  1229. "citty": "^0.1.6",
  1230. "consola": "^3.4.2",
  1231. "destr": "^2.0.3",
  1232. "dotenv": "^16.4.7",
  1233. "git-url-parse": "^16.0.1",
  1234. "is-docker": "^3.0.0",
  1235. "ofetch": "^1.4.1",
  1236. "package-manager-detector": "^1.1.0",
  1237. "pathe": "^2.0.3",
  1238. "rc9": "^2.1.2",
  1239. "std-env": "^3.8.1"
  1240. },
  1241. "bin": {
  1242. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1243. },
  1244. "engines": {
  1245. "node": ">=18.12.0"
  1246. }
  1247. },
  1248. "node_modules/@nuxt/telemetry/node_modules/pathe": {
  1249. "version": "2.0.3",
  1250. "license": "MIT"
  1251. },
  1252. "node_modules/@nuxt/vite-builder": {
  1253. "version": "4.0.1",
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "@nuxt/kit": "4.0.1",
  1257. "@rollup/plugin-replace": "^6.0.2",
  1258. "@vitejs/plugin-vue": "^6.0.0",
  1259. "@vitejs/plugin-vue-jsx": "^5.0.1",
  1260. "autoprefixer": "^10.4.21",
  1261. "consola": "^3.4.2",
  1262. "cssnano": "^7.1.0",
  1263. "defu": "^6.1.4",
  1264. "esbuild": "^0.25.8",
  1265. "escape-string-regexp": "^5.0.0",
  1266. "exsolve": "^1.0.7",
  1267. "get-port-please": "^3.2.0",
  1268. "h3": "^1.15.3",
  1269. "jiti": "^2.4.2",
  1270. "knitwork": "^1.2.0",
  1271. "magic-string": "^0.30.17",
  1272. "mlly": "^1.7.4",
  1273. "mocked-exports": "^0.1.1",
  1274. "pathe": "^2.0.3",
  1275. "pkg-types": "^2.2.0",
  1276. "postcss": "^8.5.6",
  1277. "rollup-plugin-visualizer": "^6.0.3",
  1278. "std-env": "^3.9.0",
  1279. "ufo": "^1.6.1",
  1280. "unenv": "^2.0.0-rc.18",
  1281. "vite": "^7.0.5",
  1282. "vite-node": "^3.2.4",
  1283. "vite-plugin-checker": "^0.10.0",
  1284. "vue-bundle-renderer": "^2.1.1"
  1285. },
  1286. "engines": {
  1287. "node": "^20.19.0 || >=22.12.0"
  1288. },
  1289. "peerDependencies": {
  1290. "vue": "^3.3.4"
  1291. }
  1292. },
  1293. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  1294. "version": "4.0.1",
  1295. "license": "MIT",
  1296. "dependencies": {
  1297. "c12": "^3.1.0",
  1298. "consola": "^3.4.2",
  1299. "defu": "^6.1.4",
  1300. "destr": "^2.0.5",
  1301. "errx": "^0.1.0",
  1302. "exsolve": "^1.0.7",
  1303. "ignore": "^7.0.5",
  1304. "jiti": "^2.4.2",
  1305. "klona": "^2.0.6",
  1306. "mlly": "^1.7.4",
  1307. "ohash": "^2.0.11",
  1308. "pathe": "^2.0.3",
  1309. "pkg-types": "^2.2.0",
  1310. "scule": "^1.3.0",
  1311. "semver": "^7.7.2",
  1312. "std-env": "^3.9.0",
  1313. "tinyglobby": "^0.2.14",
  1314. "ufo": "^1.6.1",
  1315. "unctx": "^2.4.1",
  1316. "unimport": "^5.1.0",
  1317. "untyped": "^2.0.0"
  1318. },
  1319. "engines": {
  1320. "node": ">=18.12.0"
  1321. }
  1322. },
  1323. "node_modules/@nuxt/vite-builder/node_modules/pathe": {
  1324. "version": "2.0.3",
  1325. "license": "MIT"
  1326. },
  1327. "node_modules/@nuxtjs/google-fonts": {
  1328. "version": "3.2.0",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@nuxt/kit": "^3.10.3",
  1332. "google-fonts-helper": "^3.5.0",
  1333. "pathe": "^1.1.2"
  1334. }
  1335. },
  1336. "node_modules/@oxc-minify/binding-darwin-arm64": {
  1337. "version": "0.77.3",
  1338. "cpu": [
  1339. "arm64"
  1340. ],
  1341. "license": "MIT",
  1342. "optional": true,
  1343. "os": [
  1344. "darwin"
  1345. ],
  1346. "engines": {
  1347. "node": ">=14.0.0"
  1348. }
  1349. },
  1350. "node_modules/@oxc-parser/binding-darwin-arm64": {
  1351. "version": "0.77.3",
  1352. "cpu": [
  1353. "arm64"
  1354. ],
  1355. "license": "MIT",
  1356. "optional": true,
  1357. "os": [
  1358. "darwin"
  1359. ],
  1360. "engines": {
  1361. "node": ">=20.0.0"
  1362. }
  1363. },
  1364. "node_modules/@oxc-project/types": {
  1365. "version": "0.77.3",
  1366. "license": "MIT",
  1367. "funding": {
  1368. "url": "https://github.com/sponsors/Boshen"
  1369. }
  1370. },
  1371. "node_modules/@oxc-transform/binding-darwin-arm64": {
  1372. "version": "0.77.3",
  1373. "cpu": [
  1374. "arm64"
  1375. ],
  1376. "license": "MIT",
  1377. "optional": true,
  1378. "os": [
  1379. "darwin"
  1380. ],
  1381. "engines": {
  1382. "node": ">=14.0.0"
  1383. }
  1384. },
  1385. "node_modules/@parcel/watcher": {
  1386. "version": "2.5.1",
  1387. "hasInstallScript": true,
  1388. "license": "MIT",
  1389. "dependencies": {
  1390. "detect-libc": "^1.0.3",
  1391. "is-glob": "^4.0.3",
  1392. "micromatch": "^4.0.5",
  1393. "node-addon-api": "^7.0.0"
  1394. },
  1395. "engines": {
  1396. "node": ">= 10.0.0"
  1397. },
  1398. "funding": {
  1399. "type": "opencollective",
  1400. "url": "https://opencollective.com/parcel"
  1401. },
  1402. "optionalDependencies": {
  1403. "@parcel/watcher-android-arm64": "2.5.1",
  1404. "@parcel/watcher-darwin-arm64": "2.5.1",
  1405. "@parcel/watcher-darwin-x64": "2.5.1",
  1406. "@parcel/watcher-freebsd-x64": "2.5.1",
  1407. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  1408. "@parcel/watcher-linux-arm-musl": "2.5.1",
  1409. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  1410. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  1411. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  1412. "@parcel/watcher-linux-x64-musl": "2.5.1",
  1413. "@parcel/watcher-win32-arm64": "2.5.1",
  1414. "@parcel/watcher-win32-ia32": "2.5.1",
  1415. "@parcel/watcher-win32-x64": "2.5.1"
  1416. }
  1417. },
  1418. "node_modules/@parcel/watcher-darwin-arm64": {
  1419. "version": "2.5.1",
  1420. "cpu": [
  1421. "arm64"
  1422. ],
  1423. "license": "MIT",
  1424. "optional": true,
  1425. "os": [
  1426. "darwin"
  1427. ],
  1428. "engines": {
  1429. "node": ">= 10.0.0"
  1430. },
  1431. "funding": {
  1432. "type": "opencollective",
  1433. "url": "https://opencollective.com/parcel"
  1434. }
  1435. },
  1436. "node_modules/@parcel/watcher-wasm": {
  1437. "version": "2.5.1",
  1438. "bundleDependencies": [
  1439. "napi-wasm"
  1440. ],
  1441. "license": "MIT",
  1442. "dependencies": {
  1443. "is-glob": "^4.0.3",
  1444. "micromatch": "^4.0.5",
  1445. "napi-wasm": "^1.1.0"
  1446. },
  1447. "engines": {
  1448. "node": ">= 10.0.0"
  1449. },
  1450. "funding": {
  1451. "type": "opencollective",
  1452. "url": "https://opencollective.com/parcel"
  1453. }
  1454. },
  1455. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  1456. "version": "1.1.0",
  1457. "inBundle": true,
  1458. "license": "MIT"
  1459. },
  1460. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  1461. "version": "1.0.3",
  1462. "license": "Apache-2.0",
  1463. "bin": {
  1464. "detect-libc": "bin/detect-libc.js"
  1465. },
  1466. "engines": {
  1467. "node": ">=0.10"
  1468. }
  1469. },
  1470. "node_modules/@pinia/nuxt": {
  1471. "version": "0.11.2",
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@nuxt/kit": "^3.9.0"
  1475. },
  1476. "funding": {
  1477. "url": "https://github.com/sponsors/posva"
  1478. },
  1479. "peerDependencies": {
  1480. "pinia": "^3.0.3"
  1481. }
  1482. },
  1483. "node_modules/@pkgjs/parseargs": {
  1484. "version": "0.11.0",
  1485. "license": "MIT",
  1486. "optional": true,
  1487. "engines": {
  1488. "node": ">=14"
  1489. }
  1490. },
  1491. "node_modules/@polka/url": {
  1492. "version": "1.0.0-next.29",
  1493. "license": "MIT"
  1494. },
  1495. "node_modules/@poppinss/colors": {
  1496. "version": "4.1.5",
  1497. "license": "MIT",
  1498. "dependencies": {
  1499. "kleur": "^4.1.5"
  1500. }
  1501. },
  1502. "node_modules/@poppinss/dumper": {
  1503. "version": "0.6.4",
  1504. "license": "MIT",
  1505. "dependencies": {
  1506. "@poppinss/colors": "^4.1.5",
  1507. "@sindresorhus/is": "^7.0.2",
  1508. "supports-color": "^10.0.0"
  1509. }
  1510. },
  1511. "node_modules/@poppinss/dumper/node_modules/supports-color": {
  1512. "version": "10.0.0",
  1513. "license": "MIT",
  1514. "engines": {
  1515. "node": ">=18"
  1516. },
  1517. "funding": {
  1518. "url": "https://github.com/chalk/supports-color?sponsor=1"
  1519. }
  1520. },
  1521. "node_modules/@poppinss/exception": {
  1522. "version": "1.2.2",
  1523. "license": "MIT"
  1524. },
  1525. "node_modules/@rolldown/pluginutils": {
  1526. "version": "1.0.0-beta.19",
  1527. "license": "MIT"
  1528. },
  1529. "node_modules/@rollup/plugin-alias": {
  1530. "version": "5.1.1",
  1531. "license": "MIT",
  1532. "engines": {
  1533. "node": ">=14.0.0"
  1534. },
  1535. "peerDependencies": {
  1536. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1537. },
  1538. "peerDependenciesMeta": {
  1539. "rollup": {
  1540. "optional": true
  1541. }
  1542. }
  1543. },
  1544. "node_modules/@rollup/plugin-commonjs": {
  1545. "version": "28.0.6",
  1546. "license": "MIT",
  1547. "dependencies": {
  1548. "@rollup/pluginutils": "^5.0.1",
  1549. "commondir": "^1.0.1",
  1550. "estree-walker": "^2.0.2",
  1551. "fdir": "^6.2.0",
  1552. "is-reference": "1.2.1",
  1553. "magic-string": "^0.30.3",
  1554. "picomatch": "^4.0.2"
  1555. },
  1556. "engines": {
  1557. "node": ">=16.0.0 || 14 >= 14.17"
  1558. },
  1559. "peerDependencies": {
  1560. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  1561. },
  1562. "peerDependenciesMeta": {
  1563. "rollup": {
  1564. "optional": true
  1565. }
  1566. }
  1567. },
  1568. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  1569. "version": "2.0.2",
  1570. "license": "MIT"
  1571. },
  1572. "node_modules/@rollup/plugin-inject": {
  1573. "version": "5.0.5",
  1574. "license": "MIT",
  1575. "dependencies": {
  1576. "@rollup/pluginutils": "^5.0.1",
  1577. "estree-walker": "^2.0.2",
  1578. "magic-string": "^0.30.3"
  1579. },
  1580. "engines": {
  1581. "node": ">=14.0.0"
  1582. },
  1583. "peerDependencies": {
  1584. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1585. },
  1586. "peerDependenciesMeta": {
  1587. "rollup": {
  1588. "optional": true
  1589. }
  1590. }
  1591. },
  1592. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  1593. "version": "2.0.2",
  1594. "license": "MIT"
  1595. },
  1596. "node_modules/@rollup/plugin-json": {
  1597. "version": "6.1.0",
  1598. "license": "MIT",
  1599. "dependencies": {
  1600. "@rollup/pluginutils": "^5.1.0"
  1601. },
  1602. "engines": {
  1603. "node": ">=14.0.0"
  1604. },
  1605. "peerDependencies": {
  1606. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1607. },
  1608. "peerDependenciesMeta": {
  1609. "rollup": {
  1610. "optional": true
  1611. }
  1612. }
  1613. },
  1614. "node_modules/@rollup/plugin-node-resolve": {
  1615. "version": "16.0.1",
  1616. "license": "MIT",
  1617. "dependencies": {
  1618. "@rollup/pluginutils": "^5.0.1",
  1619. "@types/resolve": "1.20.2",
  1620. "deepmerge": "^4.2.2",
  1621. "is-module": "^1.0.0",
  1622. "resolve": "^1.22.1"
  1623. },
  1624. "engines": {
  1625. "node": ">=14.0.0"
  1626. },
  1627. "peerDependencies": {
  1628. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  1629. },
  1630. "peerDependenciesMeta": {
  1631. "rollup": {
  1632. "optional": true
  1633. }
  1634. }
  1635. },
  1636. "node_modules/@rollup/plugin-replace": {
  1637. "version": "6.0.2",
  1638. "license": "MIT",
  1639. "dependencies": {
  1640. "@rollup/pluginutils": "^5.0.1",
  1641. "magic-string": "^0.30.3"
  1642. },
  1643. "engines": {
  1644. "node": ">=14.0.0"
  1645. },
  1646. "peerDependencies": {
  1647. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1648. },
  1649. "peerDependenciesMeta": {
  1650. "rollup": {
  1651. "optional": true
  1652. }
  1653. }
  1654. },
  1655. "node_modules/@rollup/plugin-terser": {
  1656. "version": "0.4.4",
  1657. "license": "MIT",
  1658. "dependencies": {
  1659. "serialize-javascript": "^6.0.1",
  1660. "smob": "^1.0.0",
  1661. "terser": "^5.17.4"
  1662. },
  1663. "engines": {
  1664. "node": ">=14.0.0"
  1665. },
  1666. "peerDependencies": {
  1667. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  1668. },
  1669. "peerDependenciesMeta": {
  1670. "rollup": {
  1671. "optional": true
  1672. }
  1673. }
  1674. },
  1675. "node_modules/@rollup/pluginutils": {
  1676. "version": "5.2.0",
  1677. "license": "MIT",
  1678. "dependencies": {
  1679. "@types/estree": "^1.0.0",
  1680. "estree-walker": "^2.0.2",
  1681. "picomatch": "^4.0.2"
  1682. },
  1683. "engines": {
  1684. "node": ">=14.0.0"
  1685. },
  1686. "peerDependencies": {
  1687. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1688. },
  1689. "peerDependenciesMeta": {
  1690. "rollup": {
  1691. "optional": true
  1692. }
  1693. }
  1694. },
  1695. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1696. "version": "2.0.2",
  1697. "license": "MIT"
  1698. },
  1699. "node_modules/@rollup/rollup-darwin-arm64": {
  1700. "version": "4.46.0",
  1701. "cpu": [
  1702. "arm64"
  1703. ],
  1704. "license": "MIT",
  1705. "optional": true,
  1706. "os": [
  1707. "darwin"
  1708. ]
  1709. },
  1710. "node_modules/@sindresorhus/is": {
  1711. "version": "7.0.2",
  1712. "license": "MIT",
  1713. "engines": {
  1714. "node": ">=18"
  1715. },
  1716. "funding": {
  1717. "url": "https://github.com/sindresorhus/is?sponsor=1"
  1718. }
  1719. },
  1720. "node_modules/@sindresorhus/merge-streams": {
  1721. "version": "2.3.0",
  1722. "license": "MIT",
  1723. "engines": {
  1724. "node": ">=18"
  1725. },
  1726. "funding": {
  1727. "url": "https://github.com/sponsors/sindresorhus"
  1728. }
  1729. },
  1730. "node_modules/@speed-highlight/core": {
  1731. "version": "1.2.7",
  1732. "license": "CC0-1.0"
  1733. },
  1734. "node_modules/@tailwindcss/node": {
  1735. "version": "4.1.11",
  1736. "license": "MIT",
  1737. "dependencies": {
  1738. "@ampproject/remapping": "^2.3.0",
  1739. "enhanced-resolve": "^5.18.1",
  1740. "jiti": "^2.4.2",
  1741. "lightningcss": "1.30.1",
  1742. "magic-string": "^0.30.17",
  1743. "source-map-js": "^1.2.1",
  1744. "tailwindcss": "4.1.11"
  1745. }
  1746. },
  1747. "node_modules/@tailwindcss/oxide": {
  1748. "version": "4.1.11",
  1749. "hasInstallScript": true,
  1750. "license": "MIT",
  1751. "dependencies": {
  1752. "detect-libc": "^2.0.4",
  1753. "tar": "^7.4.3"
  1754. },
  1755. "engines": {
  1756. "node": ">= 10"
  1757. },
  1758. "optionalDependencies": {
  1759. "@tailwindcss/oxide-android-arm64": "4.1.11",
  1760. "@tailwindcss/oxide-darwin-arm64": "4.1.11",
  1761. "@tailwindcss/oxide-darwin-x64": "4.1.11",
  1762. "@tailwindcss/oxide-freebsd-x64": "4.1.11",
  1763. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11",
  1764. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11",
  1765. "@tailwindcss/oxide-linux-arm64-musl": "4.1.11",
  1766. "@tailwindcss/oxide-linux-x64-gnu": "4.1.11",
  1767. "@tailwindcss/oxide-linux-x64-musl": "4.1.11",
  1768. "@tailwindcss/oxide-wasm32-wasi": "4.1.11",
  1769. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11",
  1770. "@tailwindcss/oxide-win32-x64-msvc": "4.1.11"
  1771. }
  1772. },
  1773. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1774. "version": "4.1.11",
  1775. "cpu": [
  1776. "arm64"
  1777. ],
  1778. "license": "MIT",
  1779. "optional": true,
  1780. "os": [
  1781. "darwin"
  1782. ],
  1783. "engines": {
  1784. "node": ">= 10"
  1785. }
  1786. },
  1787. "node_modules/@tailwindcss/postcss": {
  1788. "version": "4.1.11",
  1789. "license": "MIT",
  1790. "dependencies": {
  1791. "@alloc/quick-lru": "^5.2.0",
  1792. "@tailwindcss/node": "4.1.11",
  1793. "@tailwindcss/oxide": "4.1.11",
  1794. "postcss": "^8.4.41",
  1795. "tailwindcss": "4.1.11"
  1796. }
  1797. },
  1798. "node_modules/@tailwindcss/typography": {
  1799. "version": "0.5.16",
  1800. "license": "MIT",
  1801. "dependencies": {
  1802. "lodash.castarray": "^4.4.0",
  1803. "lodash.isplainobject": "^4.0.6",
  1804. "lodash.merge": "^4.6.2",
  1805. "postcss-selector-parser": "6.0.10"
  1806. },
  1807. "peerDependencies": {
  1808. "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
  1809. }
  1810. },
  1811. "node_modules/@tailwindcss/vite": {
  1812. "version": "4.1.11",
  1813. "license": "MIT",
  1814. "dependencies": {
  1815. "@tailwindcss/node": "4.1.11",
  1816. "@tailwindcss/oxide": "4.1.11",
  1817. "tailwindcss": "4.1.11"
  1818. },
  1819. "peerDependencies": {
  1820. "vite": "^5.2.0 || ^6 || ^7"
  1821. }
  1822. },
  1823. "node_modules/@tweenjs/tween.js": {
  1824. "version": "23.1.3",
  1825. "dev": true,
  1826. "license": "MIT"
  1827. },
  1828. "node_modules/@types/estree": {
  1829. "version": "1.0.8",
  1830. "license": "MIT"
  1831. },
  1832. "node_modules/@types/node": {
  1833. "version": "24.1.0",
  1834. "license": "MIT",
  1835. "optional": true,
  1836. "dependencies": {
  1837. "undici-types": "~7.8.0"
  1838. }
  1839. },
  1840. "node_modules/@types/normalize-package-data": {
  1841. "version": "2.4.4",
  1842. "license": "MIT"
  1843. },
  1844. "node_modules/@types/parse-path": {
  1845. "version": "7.1.0",
  1846. "deprecated": "This is a stub types definition. parse-path provides its own type definitions, so you do not need this installed.",
  1847. "license": "MIT",
  1848. "dependencies": {
  1849. "parse-path": "*"
  1850. }
  1851. },
  1852. "node_modules/@types/resolve": {
  1853. "version": "1.20.2",
  1854. "license": "MIT"
  1855. },
  1856. "node_modules/@types/stats.js": {
  1857. "version": "0.17.4",
  1858. "dev": true,
  1859. "license": "MIT"
  1860. },
  1861. "node_modules/@types/three": {
  1862. "version": "0.178.1",
  1863. "dev": true,
  1864. "license": "MIT",
  1865. "dependencies": {
  1866. "@dimforge/rapier3d-compat": "~0.12.0",
  1867. "@tweenjs/tween.js": "~23.1.3",
  1868. "@types/stats.js": "*",
  1869. "@types/webxr": "*",
  1870. "@webgpu/types": "*",
  1871. "fflate": "~0.8.2",
  1872. "meshoptimizer": "~0.18.1"
  1873. }
  1874. },
  1875. "node_modules/@types/triple-beam": {
  1876. "version": "1.3.5",
  1877. "license": "MIT"
  1878. },
  1879. "node_modules/@types/webxr": {
  1880. "version": "0.5.22",
  1881. "dev": true,
  1882. "license": "MIT"
  1883. },
  1884. "node_modules/@types/yauzl": {
  1885. "version": "2.10.3",
  1886. "license": "MIT",
  1887. "optional": true,
  1888. "dependencies": {
  1889. "@types/node": "*"
  1890. }
  1891. },
  1892. "node_modules/@typescript-eslint/project-service": {
  1893. "version": "8.38.0",
  1894. "license": "MIT",
  1895. "dependencies": {
  1896. "@typescript-eslint/tsconfig-utils": "^8.38.0",
  1897. "@typescript-eslint/types": "^8.38.0",
  1898. "debug": "^4.3.4"
  1899. },
  1900. "engines": {
  1901. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1902. },
  1903. "funding": {
  1904. "type": "opencollective",
  1905. "url": "https://opencollective.com/typescript-eslint"
  1906. },
  1907. "peerDependencies": {
  1908. "typescript": ">=4.8.4 <5.9.0"
  1909. }
  1910. },
  1911. "node_modules/@typescript-eslint/tsconfig-utils": {
  1912. "version": "8.38.0",
  1913. "license": "MIT",
  1914. "engines": {
  1915. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1916. },
  1917. "funding": {
  1918. "type": "opencollective",
  1919. "url": "https://opencollective.com/typescript-eslint"
  1920. },
  1921. "peerDependencies": {
  1922. "typescript": ">=4.8.4 <5.9.0"
  1923. }
  1924. },
  1925. "node_modules/@typescript-eslint/types": {
  1926. "version": "8.38.0",
  1927. "license": "MIT",
  1928. "engines": {
  1929. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1930. },
  1931. "funding": {
  1932. "type": "opencollective",
  1933. "url": "https://opencollective.com/typescript-eslint"
  1934. }
  1935. },
  1936. "node_modules/@typescript-eslint/typescript-estree": {
  1937. "version": "8.38.0",
  1938. "license": "MIT",
  1939. "dependencies": {
  1940. "@typescript-eslint/project-service": "8.38.0",
  1941. "@typescript-eslint/tsconfig-utils": "8.38.0",
  1942. "@typescript-eslint/types": "8.38.0",
  1943. "@typescript-eslint/visitor-keys": "8.38.0",
  1944. "debug": "^4.3.4",
  1945. "fast-glob": "^3.3.2",
  1946. "is-glob": "^4.0.3",
  1947. "minimatch": "^9.0.4",
  1948. "semver": "^7.6.0",
  1949. "ts-api-utils": "^2.1.0"
  1950. },
  1951. "engines": {
  1952. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1953. },
  1954. "funding": {
  1955. "type": "opencollective",
  1956. "url": "https://opencollective.com/typescript-eslint"
  1957. },
  1958. "peerDependencies": {
  1959. "typescript": ">=4.8.4 <5.9.0"
  1960. }
  1961. },
  1962. "node_modules/@typescript-eslint/visitor-keys": {
  1963. "version": "8.38.0",
  1964. "license": "MIT",
  1965. "dependencies": {
  1966. "@typescript-eslint/types": "8.38.0",
  1967. "eslint-visitor-keys": "^4.2.1"
  1968. },
  1969. "engines": {
  1970. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1971. },
  1972. "funding": {
  1973. "type": "opencollective",
  1974. "url": "https://opencollective.com/typescript-eslint"
  1975. }
  1976. },
  1977. "node_modules/@unhead/vue": {
  1978. "version": "2.0.12",
  1979. "license": "MIT",
  1980. "dependencies": {
  1981. "hookable": "^5.5.3",
  1982. "unhead": "2.0.12"
  1983. },
  1984. "funding": {
  1985. "url": "https://github.com/sponsors/harlan-zw"
  1986. },
  1987. "peerDependencies": {
  1988. "vue": ">=3.5.13"
  1989. }
  1990. },
  1991. "node_modules/@vercel/nft": {
  1992. "version": "0.29.4",
  1993. "license": "MIT",
  1994. "dependencies": {
  1995. "@mapbox/node-pre-gyp": "^2.0.0",
  1996. "@rollup/pluginutils": "^5.1.3",
  1997. "acorn": "^8.6.0",
  1998. "acorn-import-attributes": "^1.9.5",
  1999. "async-sema": "^3.1.1",
  2000. "bindings": "^1.4.0",
  2001. "estree-walker": "2.0.2",
  2002. "glob": "^10.4.5",
  2003. "graceful-fs": "^4.2.9",
  2004. "node-gyp-build": "^4.2.2",
  2005. "picomatch": "^4.0.2",
  2006. "resolve-from": "^5.0.0"
  2007. },
  2008. "bin": {
  2009. "nft": "out/cli.js"
  2010. },
  2011. "engines": {
  2012. "node": ">=18"
  2013. }
  2014. },
  2015. "node_modules/@vercel/nft/node_modules/estree-walker": {
  2016. "version": "2.0.2",
  2017. "license": "MIT"
  2018. },
  2019. "node_modules/@vesp/nuxt-fontawesome": {
  2020. "version": "2.0.0-rc.2",
  2021. "license": "MIT",
  2022. "dependencies": {
  2023. "@fortawesome/fontawesome-svg-core": "^7.0.0"
  2024. }
  2025. },
  2026. "node_modules/@vitejs/plugin-vue": {
  2027. "version": "6.0.0",
  2028. "license": "MIT",
  2029. "dependencies": {
  2030. "@rolldown/pluginutils": "1.0.0-beta.19"
  2031. },
  2032. "engines": {
  2033. "node": "^20.19.0 || >=22.12.0"
  2034. },
  2035. "peerDependencies": {
  2036. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  2037. "vue": "^3.2.25"
  2038. }
  2039. },
  2040. "node_modules/@vitejs/plugin-vue-jsx": {
  2041. "version": "5.0.1",
  2042. "license": "MIT",
  2043. "dependencies": {
  2044. "@babel/core": "^7.27.7",
  2045. "@babel/plugin-transform-typescript": "^7.27.1",
  2046. "@rolldown/pluginutils": "^1.0.0-beta.21",
  2047. "@vue/babel-plugin-jsx": "^1.4.0"
  2048. },
  2049. "engines": {
  2050. "node": "^20.19.0 || >=22.12.0"
  2051. },
  2052. "peerDependencies": {
  2053. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  2054. "vue": "^3.0.0"
  2055. }
  2056. },
  2057. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  2058. "version": "1.0.0-beta.9-commit.d91dfb5",
  2059. "license": "MIT"
  2060. },
  2061. "node_modules/@vue-macros/common": {
  2062. "version": "3.0.0-beta.15",
  2063. "license": "MIT",
  2064. "dependencies": {
  2065. "@vue/compiler-sfc": "^3.5.17",
  2066. "ast-kit": "^2.1.0",
  2067. "local-pkg": "^1.1.1",
  2068. "magic-string-ast": "^1.0.0",
  2069. "unplugin-utils": "^0.2.4"
  2070. },
  2071. "engines": {
  2072. "node": ">=20.18.0"
  2073. },
  2074. "funding": {
  2075. "url": "https://github.com/sponsors/vue-macros"
  2076. },
  2077. "peerDependencies": {
  2078. "vue": "^2.7.0 || ^3.2.25"
  2079. },
  2080. "peerDependenciesMeta": {
  2081. "vue": {
  2082. "optional": true
  2083. }
  2084. }
  2085. },
  2086. "node_modules/@vue/babel-helper-vue-transform-on": {
  2087. "version": "1.4.0",
  2088. "license": "MIT"
  2089. },
  2090. "node_modules/@vue/babel-plugin-jsx": {
  2091. "version": "1.4.0",
  2092. "license": "MIT",
  2093. "dependencies": {
  2094. "@babel/helper-module-imports": "^7.25.9",
  2095. "@babel/helper-plugin-utils": "^7.26.5",
  2096. "@babel/plugin-syntax-jsx": "^7.25.9",
  2097. "@babel/template": "^7.26.9",
  2098. "@babel/traverse": "^7.26.9",
  2099. "@babel/types": "^7.26.9",
  2100. "@vue/babel-helper-vue-transform-on": "1.4.0",
  2101. "@vue/babel-plugin-resolve-type": "1.4.0",
  2102. "@vue/shared": "^3.5.13"
  2103. },
  2104. "peerDependencies": {
  2105. "@babel/core": "^7.0.0-0"
  2106. },
  2107. "peerDependenciesMeta": {
  2108. "@babel/core": {
  2109. "optional": true
  2110. }
  2111. }
  2112. },
  2113. "node_modules/@vue/babel-plugin-resolve-type": {
  2114. "version": "1.4.0",
  2115. "license": "MIT",
  2116. "dependencies": {
  2117. "@babel/code-frame": "^7.26.2",
  2118. "@babel/helper-module-imports": "^7.25.9",
  2119. "@babel/helper-plugin-utils": "^7.26.5",
  2120. "@babel/parser": "^7.26.9",
  2121. "@vue/compiler-sfc": "^3.5.13"
  2122. },
  2123. "funding": {
  2124. "url": "https://github.com/sponsors/sxzz"
  2125. },
  2126. "peerDependencies": {
  2127. "@babel/core": "^7.0.0-0"
  2128. }
  2129. },
  2130. "node_modules/@vue/compiler-core": {
  2131. "version": "3.5.18",
  2132. "license": "MIT",
  2133. "dependencies": {
  2134. "@babel/parser": "^7.28.0",
  2135. "@vue/shared": "3.5.18",
  2136. "entities": "^4.5.0",
  2137. "estree-walker": "^2.0.2",
  2138. "source-map-js": "^1.2.1"
  2139. }
  2140. },
  2141. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  2142. "version": "2.0.2",
  2143. "license": "MIT"
  2144. },
  2145. "node_modules/@vue/compiler-dom": {
  2146. "version": "3.5.18",
  2147. "license": "MIT",
  2148. "dependencies": {
  2149. "@vue/compiler-core": "3.5.18",
  2150. "@vue/shared": "3.5.18"
  2151. }
  2152. },
  2153. "node_modules/@vue/compiler-sfc": {
  2154. "version": "3.5.18",
  2155. "license": "MIT",
  2156. "dependencies": {
  2157. "@babel/parser": "^7.28.0",
  2158. "@vue/compiler-core": "3.5.18",
  2159. "@vue/compiler-dom": "3.5.18",
  2160. "@vue/compiler-ssr": "3.5.18",
  2161. "@vue/shared": "3.5.18",
  2162. "estree-walker": "^2.0.2",
  2163. "magic-string": "^0.30.17",
  2164. "postcss": "^8.5.6",
  2165. "source-map-js": "^1.2.1"
  2166. }
  2167. },
  2168. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  2169. "version": "2.0.2",
  2170. "license": "MIT"
  2171. },
  2172. "node_modules/@vue/compiler-ssr": {
  2173. "version": "3.5.18",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "@vue/compiler-dom": "3.5.18",
  2177. "@vue/shared": "3.5.18"
  2178. }
  2179. },
  2180. "node_modules/@vue/devtools-api": {
  2181. "version": "6.6.4",
  2182. "license": "MIT"
  2183. },
  2184. "node_modules/@vue/devtools-core": {
  2185. "version": "7.7.7",
  2186. "license": "MIT",
  2187. "dependencies": {
  2188. "@vue/devtools-kit": "^7.7.7",
  2189. "@vue/devtools-shared": "^7.7.7",
  2190. "mitt": "^3.0.1",
  2191. "nanoid": "^5.1.0",
  2192. "pathe": "^2.0.3",
  2193. "vite-hot-client": "^2.0.4"
  2194. },
  2195. "peerDependencies": {
  2196. "vue": "^3.0.0"
  2197. }
  2198. },
  2199. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2200. "version": "5.1.5",
  2201. "funding": [
  2202. {
  2203. "type": "github",
  2204. "url": "https://github.com/sponsors/ai"
  2205. }
  2206. ],
  2207. "license": "MIT",
  2208. "bin": {
  2209. "nanoid": "bin/nanoid.js"
  2210. },
  2211. "engines": {
  2212. "node": "^18 || >=20"
  2213. }
  2214. },
  2215. "node_modules/@vue/devtools-core/node_modules/pathe": {
  2216. "version": "2.0.3",
  2217. "license": "MIT"
  2218. },
  2219. "node_modules/@vue/devtools-kit": {
  2220. "version": "7.7.7",
  2221. "license": "MIT",
  2222. "dependencies": {
  2223. "@vue/devtools-shared": "^7.7.7",
  2224. "birpc": "^2.3.0",
  2225. "hookable": "^5.5.3",
  2226. "mitt": "^3.0.1",
  2227. "perfect-debounce": "^1.0.0",
  2228. "speakingurl": "^14.0.1",
  2229. "superjson": "^2.2.2"
  2230. }
  2231. },
  2232. "node_modules/@vue/devtools-shared": {
  2233. "version": "7.7.7",
  2234. "license": "MIT",
  2235. "dependencies": {
  2236. "rfdc": "^1.4.1"
  2237. }
  2238. },
  2239. "node_modules/@vue/reactivity": {
  2240. "version": "3.5.18",
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "@vue/shared": "3.5.18"
  2244. }
  2245. },
  2246. "node_modules/@vue/runtime-core": {
  2247. "version": "3.5.18",
  2248. "license": "MIT",
  2249. "dependencies": {
  2250. "@vue/reactivity": "3.5.18",
  2251. "@vue/shared": "3.5.18"
  2252. }
  2253. },
  2254. "node_modules/@vue/runtime-dom": {
  2255. "version": "3.5.18",
  2256. "license": "MIT",
  2257. "dependencies": {
  2258. "@vue/reactivity": "3.5.18",
  2259. "@vue/runtime-core": "3.5.18",
  2260. "@vue/shared": "3.5.18",
  2261. "csstype": "^3.1.3"
  2262. }
  2263. },
  2264. "node_modules/@vue/server-renderer": {
  2265. "version": "3.5.18",
  2266. "license": "MIT",
  2267. "dependencies": {
  2268. "@vue/compiler-ssr": "3.5.18",
  2269. "@vue/shared": "3.5.18"
  2270. },
  2271. "peerDependencies": {
  2272. "vue": "3.5.18"
  2273. }
  2274. },
  2275. "node_modules/@vue/shared": {
  2276. "version": "3.5.18",
  2277. "license": "MIT"
  2278. },
  2279. "node_modules/@webgpu/types": {
  2280. "version": "0.1.64",
  2281. "dev": true,
  2282. "license": "BSD-3-Clause"
  2283. },
  2284. "node_modules/@whatwg-node/disposablestack": {
  2285. "version": "0.0.6",
  2286. "license": "MIT",
  2287. "dependencies": {
  2288. "@whatwg-node/promise-helpers": "^1.0.0",
  2289. "tslib": "^2.6.3"
  2290. },
  2291. "engines": {
  2292. "node": ">=18.0.0"
  2293. }
  2294. },
  2295. "node_modules/@whatwg-node/fetch": {
  2296. "version": "0.10.9",
  2297. "license": "MIT",
  2298. "dependencies": {
  2299. "@whatwg-node/node-fetch": "^0.7.22",
  2300. "urlpattern-polyfill": "^10.0.0"
  2301. },
  2302. "engines": {
  2303. "node": ">=18.0.0"
  2304. }
  2305. },
  2306. "node_modules/@whatwg-node/fetch/node_modules/urlpattern-polyfill": {
  2307. "version": "10.1.0",
  2308. "license": "MIT"
  2309. },
  2310. "node_modules/@whatwg-node/node-fetch": {
  2311. "version": "0.7.22",
  2312. "license": "MIT",
  2313. "dependencies": {
  2314. "@fastify/busboy": "^3.1.1",
  2315. "@whatwg-node/disposablestack": "^0.0.6",
  2316. "@whatwg-node/promise-helpers": "^1.3.2",
  2317. "tslib": "^2.6.3"
  2318. },
  2319. "engines": {
  2320. "node": ">=18.0.0"
  2321. }
  2322. },
  2323. "node_modules/@whatwg-node/promise-helpers": {
  2324. "version": "1.3.2",
  2325. "license": "MIT",
  2326. "dependencies": {
  2327. "tslib": "^2.6.3"
  2328. },
  2329. "engines": {
  2330. "node": ">=16.0.0"
  2331. }
  2332. },
  2333. "node_modules/@whatwg-node/server": {
  2334. "version": "0.9.71",
  2335. "license": "MIT",
  2336. "dependencies": {
  2337. "@whatwg-node/disposablestack": "^0.0.6",
  2338. "@whatwg-node/fetch": "^0.10.5",
  2339. "@whatwg-node/promise-helpers": "^1.2.2",
  2340. "tslib": "^2.6.3"
  2341. },
  2342. "engines": {
  2343. "node": ">=18.0.0"
  2344. }
  2345. },
  2346. "node_modules/abbrev": {
  2347. "version": "3.0.1",
  2348. "license": "ISC",
  2349. "engines": {
  2350. "node": "^18.17.0 || >=20.5.0"
  2351. }
  2352. },
  2353. "node_modules/abort-controller": {
  2354. "version": "3.0.0",
  2355. "license": "MIT",
  2356. "dependencies": {
  2357. "event-target-shim": "^5.0.0"
  2358. },
  2359. "engines": {
  2360. "node": ">=6.5"
  2361. }
  2362. },
  2363. "node_modules/acorn": {
  2364. "version": "8.15.0",
  2365. "license": "MIT",
  2366. "bin": {
  2367. "acorn": "bin/acorn"
  2368. },
  2369. "engines": {
  2370. "node": ">=0.4.0"
  2371. }
  2372. },
  2373. "node_modules/acorn-import-attributes": {
  2374. "version": "1.9.5",
  2375. "license": "MIT",
  2376. "peerDependencies": {
  2377. "acorn": "^8"
  2378. }
  2379. },
  2380. "node_modules/agent-base": {
  2381. "version": "7.1.4",
  2382. "license": "MIT",
  2383. "engines": {
  2384. "node": ">= 14"
  2385. }
  2386. },
  2387. "node_modules/animejs": {
  2388. "version": "4.1.1",
  2389. "license": "MIT"
  2390. },
  2391. "node_modules/ansi-styles": {
  2392. "version": "4.3.0",
  2393. "license": "MIT",
  2394. "dependencies": {
  2395. "color-convert": "^2.0.1"
  2396. },
  2397. "engines": {
  2398. "node": ">=8"
  2399. },
  2400. "funding": {
  2401. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2402. }
  2403. },
  2404. "node_modules/ansis": {
  2405. "version": "4.1.0",
  2406. "license": "ISC",
  2407. "engines": {
  2408. "node": ">=14"
  2409. }
  2410. },
  2411. "node_modules/anymatch": {
  2412. "version": "3.1.3",
  2413. "license": "ISC",
  2414. "dependencies": {
  2415. "normalize-path": "^3.0.0",
  2416. "picomatch": "^2.0.4"
  2417. },
  2418. "engines": {
  2419. "node": ">= 8"
  2420. }
  2421. },
  2422. "node_modules/anymatch/node_modules/picomatch": {
  2423. "version": "2.3.1",
  2424. "license": "MIT",
  2425. "engines": {
  2426. "node": ">=8.6"
  2427. },
  2428. "funding": {
  2429. "url": "https://github.com/sponsors/jonschlinkert"
  2430. }
  2431. },
  2432. "node_modules/archiver": {
  2433. "version": "7.0.1",
  2434. "license": "MIT",
  2435. "dependencies": {
  2436. "archiver-utils": "^5.0.2",
  2437. "async": "^3.2.4",
  2438. "buffer-crc32": "^1.0.0",
  2439. "readable-stream": "^4.0.0",
  2440. "readdir-glob": "^1.1.2",
  2441. "tar-stream": "^3.0.0",
  2442. "zip-stream": "^6.0.1"
  2443. },
  2444. "engines": {
  2445. "node": ">= 14"
  2446. }
  2447. },
  2448. "node_modules/archiver-utils": {
  2449. "version": "5.0.2",
  2450. "license": "MIT",
  2451. "dependencies": {
  2452. "glob": "^10.0.0",
  2453. "graceful-fs": "^4.2.0",
  2454. "is-stream": "^2.0.1",
  2455. "lazystream": "^1.0.0",
  2456. "lodash": "^4.17.15",
  2457. "normalize-path": "^3.0.0",
  2458. "readable-stream": "^4.0.0"
  2459. },
  2460. "engines": {
  2461. "node": ">= 14"
  2462. }
  2463. },
  2464. "node_modules/archiver-utils/node_modules/is-stream": {
  2465. "version": "2.0.1",
  2466. "license": "MIT",
  2467. "engines": {
  2468. "node": ">=8"
  2469. },
  2470. "funding": {
  2471. "url": "https://github.com/sponsors/sindresorhus"
  2472. }
  2473. },
  2474. "node_modules/ast-kit": {
  2475. "version": "2.1.1",
  2476. "license": "MIT",
  2477. "dependencies": {
  2478. "@babel/parser": "^7.27.7",
  2479. "pathe": "^2.0.3"
  2480. },
  2481. "engines": {
  2482. "node": ">=20.18.0"
  2483. },
  2484. "funding": {
  2485. "url": "https://github.com/sponsors/sxzz"
  2486. }
  2487. },
  2488. "node_modules/ast-kit/node_modules/pathe": {
  2489. "version": "2.0.3",
  2490. "license": "MIT"
  2491. },
  2492. "node_modules/ast-module-types": {
  2493. "version": "6.0.1",
  2494. "license": "MIT",
  2495. "engines": {
  2496. "node": ">=18"
  2497. }
  2498. },
  2499. "node_modules/ast-walker-scope": {
  2500. "version": "0.8.1",
  2501. "license": "MIT",
  2502. "dependencies": {
  2503. "@babel/parser": "^7.27.2",
  2504. "ast-kit": "^2.0.0"
  2505. },
  2506. "engines": {
  2507. "node": ">=20.18.0"
  2508. },
  2509. "funding": {
  2510. "url": "https://github.com/sponsors/sxzz"
  2511. }
  2512. },
  2513. "node_modules/async": {
  2514. "version": "3.2.6",
  2515. "license": "MIT"
  2516. },
  2517. "node_modules/async-sema": {
  2518. "version": "3.1.1",
  2519. "license": "MIT"
  2520. },
  2521. "node_modules/autoprefixer": {
  2522. "version": "10.4.21",
  2523. "funding": [
  2524. {
  2525. "type": "opencollective",
  2526. "url": "https://opencollective.com/postcss/"
  2527. },
  2528. {
  2529. "type": "tidelift",
  2530. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2531. },
  2532. {
  2533. "type": "github",
  2534. "url": "https://github.com/sponsors/ai"
  2535. }
  2536. ],
  2537. "license": "MIT",
  2538. "dependencies": {
  2539. "browserslist": "^4.24.4",
  2540. "caniuse-lite": "^1.0.30001702",
  2541. "fraction.js": "^4.3.7",
  2542. "normalize-range": "^0.1.2",
  2543. "picocolors": "^1.1.1",
  2544. "postcss-value-parser": "^4.2.0"
  2545. },
  2546. "bin": {
  2547. "autoprefixer": "bin/autoprefixer"
  2548. },
  2549. "engines": {
  2550. "node": "^10 || ^12 || >=14"
  2551. },
  2552. "peerDependencies": {
  2553. "postcss": "^8.1.0"
  2554. }
  2555. },
  2556. "node_modules/b4a": {
  2557. "version": "1.6.7",
  2558. "license": "Apache-2.0"
  2559. },
  2560. "node_modules/balanced-match": {
  2561. "version": "1.0.2",
  2562. "license": "MIT"
  2563. },
  2564. "node_modules/bare-events": {
  2565. "version": "2.6.0",
  2566. "license": "Apache-2.0",
  2567. "optional": true
  2568. },
  2569. "node_modules/base64-js": {
  2570. "version": "1.5.1",
  2571. "funding": [
  2572. {
  2573. "type": "github",
  2574. "url": "https://github.com/sponsors/feross"
  2575. },
  2576. {
  2577. "type": "patreon",
  2578. "url": "https://www.patreon.com/feross"
  2579. },
  2580. {
  2581. "type": "consulting",
  2582. "url": "https://feross.org/support"
  2583. }
  2584. ],
  2585. "license": "MIT"
  2586. },
  2587. "node_modules/bindings": {
  2588. "version": "1.5.0",
  2589. "license": "MIT",
  2590. "dependencies": {
  2591. "file-uri-to-path": "1.0.0"
  2592. }
  2593. },
  2594. "node_modules/birpc": {
  2595. "version": "2.5.0",
  2596. "license": "MIT",
  2597. "funding": {
  2598. "url": "https://github.com/sponsors/antfu"
  2599. }
  2600. },
  2601. "node_modules/boolbase": {
  2602. "version": "1.0.0",
  2603. "license": "ISC"
  2604. },
  2605. "node_modules/brace-expansion": {
  2606. "version": "2.0.2",
  2607. "license": "MIT",
  2608. "dependencies": {
  2609. "balanced-match": "^1.0.0"
  2610. }
  2611. },
  2612. "node_modules/braces": {
  2613. "version": "3.0.3",
  2614. "license": "MIT",
  2615. "dependencies": {
  2616. "fill-range": "^7.1.1"
  2617. },
  2618. "engines": {
  2619. "node": ">=8"
  2620. }
  2621. },
  2622. "node_modules/browserslist": {
  2623. "version": "4.25.1",
  2624. "funding": [
  2625. {
  2626. "type": "opencollective",
  2627. "url": "https://opencollective.com/browserslist"
  2628. },
  2629. {
  2630. "type": "tidelift",
  2631. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2632. },
  2633. {
  2634. "type": "github",
  2635. "url": "https://github.com/sponsors/ai"
  2636. }
  2637. ],
  2638. "license": "MIT",
  2639. "dependencies": {
  2640. "caniuse-lite": "^1.0.30001726",
  2641. "electron-to-chromium": "^1.5.173",
  2642. "node-releases": "^2.0.19",
  2643. "update-browserslist-db": "^1.1.3"
  2644. },
  2645. "bin": {
  2646. "browserslist": "cli.js"
  2647. },
  2648. "engines": {
  2649. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2650. }
  2651. },
  2652. "node_modules/buffer-crc32": {
  2653. "version": "1.0.0",
  2654. "license": "MIT",
  2655. "engines": {
  2656. "node": ">=8.0.0"
  2657. }
  2658. },
  2659. "node_modules/buffer-from": {
  2660. "version": "1.1.2",
  2661. "license": "MIT"
  2662. },
  2663. "node_modules/builtin-modules": {
  2664. "version": "3.3.0",
  2665. "license": "MIT",
  2666. "engines": {
  2667. "node": ">=6"
  2668. },
  2669. "funding": {
  2670. "url": "https://github.com/sponsors/sindresorhus"
  2671. }
  2672. },
  2673. "node_modules/bundle-name": {
  2674. "version": "4.1.0",
  2675. "license": "MIT",
  2676. "dependencies": {
  2677. "run-applescript": "^7.0.0"
  2678. },
  2679. "engines": {
  2680. "node": ">=18"
  2681. },
  2682. "funding": {
  2683. "url": "https://github.com/sponsors/sindresorhus"
  2684. }
  2685. },
  2686. "node_modules/c12": {
  2687. "version": "3.1.0",
  2688. "license": "MIT",
  2689. "dependencies": {
  2690. "chokidar": "^4.0.3",
  2691. "confbox": "^0.2.2",
  2692. "defu": "^6.1.4",
  2693. "dotenv": "^16.6.1",
  2694. "exsolve": "^1.0.7",
  2695. "giget": "^2.0.0",
  2696. "jiti": "^2.4.2",
  2697. "ohash": "^2.0.11",
  2698. "pathe": "^2.0.3",
  2699. "perfect-debounce": "^1.0.0",
  2700. "pkg-types": "^2.2.0",
  2701. "rc9": "^2.1.2"
  2702. },
  2703. "peerDependencies": {
  2704. "magicast": "^0.3.5"
  2705. },
  2706. "peerDependenciesMeta": {
  2707. "magicast": {
  2708. "optional": true
  2709. }
  2710. }
  2711. },
  2712. "node_modules/c12/node_modules/pathe": {
  2713. "version": "2.0.3",
  2714. "license": "MIT"
  2715. },
  2716. "node_modules/cac": {
  2717. "version": "6.7.14",
  2718. "license": "MIT",
  2719. "engines": {
  2720. "node": ">=8"
  2721. }
  2722. },
  2723. "node_modules/call-bind-apply-helpers": {
  2724. "version": "1.0.2",
  2725. "license": "MIT",
  2726. "dependencies": {
  2727. "es-errors": "^1.3.0",
  2728. "function-bind": "^1.1.2"
  2729. },
  2730. "engines": {
  2731. "node": ">= 0.4"
  2732. }
  2733. },
  2734. "node_modules/call-bound": {
  2735. "version": "1.0.4",
  2736. "license": "MIT",
  2737. "dependencies": {
  2738. "call-bind-apply-helpers": "^1.0.2",
  2739. "get-intrinsic": "^1.3.0"
  2740. },
  2741. "engines": {
  2742. "node": ">= 0.4"
  2743. },
  2744. "funding": {
  2745. "url": "https://github.com/sponsors/ljharb"
  2746. }
  2747. },
  2748. "node_modules/callsite": {
  2749. "version": "1.0.0",
  2750. "engines": {
  2751. "node": "*"
  2752. }
  2753. },
  2754. "node_modules/caniuse-api": {
  2755. "version": "3.0.0",
  2756. "license": "MIT",
  2757. "dependencies": {
  2758. "browserslist": "^4.0.0",
  2759. "caniuse-lite": "^1.0.0",
  2760. "lodash.memoize": "^4.1.2",
  2761. "lodash.uniq": "^4.5.0"
  2762. }
  2763. },
  2764. "node_modules/caniuse-lite": {
  2765. "version": "1.0.30001727",
  2766. "funding": [
  2767. {
  2768. "type": "opencollective",
  2769. "url": "https://opencollective.com/browserslist"
  2770. },
  2771. {
  2772. "type": "tidelift",
  2773. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2774. },
  2775. {
  2776. "type": "github",
  2777. "url": "https://github.com/sponsors/ai"
  2778. }
  2779. ],
  2780. "license": "CC-BY-4.0"
  2781. },
  2782. "node_modules/chokidar": {
  2783. "version": "4.0.3",
  2784. "license": "MIT",
  2785. "dependencies": {
  2786. "readdirp": "^4.0.1"
  2787. },
  2788. "engines": {
  2789. "node": ">= 14.16.0"
  2790. },
  2791. "funding": {
  2792. "url": "https://paulmillr.com/funding/"
  2793. }
  2794. },
  2795. "node_modules/chownr": {
  2796. "version": "3.0.0",
  2797. "license": "BlueOak-1.0.0",
  2798. "engines": {
  2799. "node": ">=18"
  2800. }
  2801. },
  2802. "node_modules/citty": {
  2803. "version": "0.1.6",
  2804. "license": "MIT",
  2805. "dependencies": {
  2806. "consola": "^3.2.3"
  2807. }
  2808. },
  2809. "node_modules/clipboardy": {
  2810. "version": "4.0.0",
  2811. "license": "MIT",
  2812. "dependencies": {
  2813. "execa": "^8.0.1",
  2814. "is-wsl": "^3.1.0",
  2815. "is64bit": "^2.0.0"
  2816. },
  2817. "engines": {
  2818. "node": ">=18"
  2819. },
  2820. "funding": {
  2821. "url": "https://github.com/sponsors/sindresorhus"
  2822. }
  2823. },
  2824. "node_modules/cliui": {
  2825. "version": "8.0.1",
  2826. "license": "ISC",
  2827. "dependencies": {
  2828. "string-width": "^4.2.0",
  2829. "strip-ansi": "^6.0.1",
  2830. "wrap-ansi": "^7.0.0"
  2831. },
  2832. "engines": {
  2833. "node": ">=12"
  2834. }
  2835. },
  2836. "node_modules/cliui/node_modules/strip-ansi": {
  2837. "version": "6.0.1",
  2838. "license": "MIT",
  2839. "dependencies": {
  2840. "ansi-regex": "^5.0.1"
  2841. },
  2842. "engines": {
  2843. "node": ">=8"
  2844. }
  2845. },
  2846. "node_modules/cliui/node_modules/strip-ansi/node_modules/ansi-regex": {
  2847. "version": "5.0.1",
  2848. "license": "MIT",
  2849. "engines": {
  2850. "node": ">=8"
  2851. }
  2852. },
  2853. "node_modules/cliui/node_modules/wrap-ansi": {
  2854. "version": "7.0.0",
  2855. "license": "MIT",
  2856. "dependencies": {
  2857. "ansi-styles": "^4.0.0",
  2858. "string-width": "^4.1.0",
  2859. "strip-ansi": "^6.0.0"
  2860. },
  2861. "engines": {
  2862. "node": ">=10"
  2863. },
  2864. "funding": {
  2865. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2866. }
  2867. },
  2868. "node_modules/cluster-key-slot": {
  2869. "version": "1.1.2",
  2870. "license": "Apache-2.0",
  2871. "engines": {
  2872. "node": ">=0.10.0"
  2873. }
  2874. },
  2875. "node_modules/color": {
  2876. "version": "3.2.1",
  2877. "license": "MIT",
  2878. "dependencies": {
  2879. "color-convert": "^1.9.3",
  2880. "color-string": "^1.6.0"
  2881. }
  2882. },
  2883. "node_modules/color-convert": {
  2884. "version": "2.0.1",
  2885. "license": "MIT",
  2886. "dependencies": {
  2887. "color-name": "~1.1.4"
  2888. },
  2889. "engines": {
  2890. "node": ">=7.0.0"
  2891. }
  2892. },
  2893. "node_modules/color-name": {
  2894. "version": "1.1.4",
  2895. "license": "MIT"
  2896. },
  2897. "node_modules/color-string": {
  2898. "version": "1.9.1",
  2899. "license": "MIT",
  2900. "dependencies": {
  2901. "color-name": "^1.0.0",
  2902. "simple-swizzle": "^0.2.2"
  2903. }
  2904. },
  2905. "node_modules/color/node_modules/color-convert": {
  2906. "version": "1.9.3",
  2907. "license": "MIT",
  2908. "dependencies": {
  2909. "color-name": "1.1.3"
  2910. }
  2911. },
  2912. "node_modules/color/node_modules/color-convert/node_modules/color-name": {
  2913. "version": "1.1.3",
  2914. "license": "MIT"
  2915. },
  2916. "node_modules/colord": {
  2917. "version": "2.9.3",
  2918. "license": "MIT"
  2919. },
  2920. "node_modules/colorspace": {
  2921. "version": "1.1.4",
  2922. "license": "MIT",
  2923. "dependencies": {
  2924. "color": "^3.1.3",
  2925. "text-hex": "1.0.x"
  2926. }
  2927. },
  2928. "node_modules/common-path-prefix": {
  2929. "version": "3.0.0",
  2930. "license": "ISC"
  2931. },
  2932. "node_modules/commondir": {
  2933. "version": "1.0.1",
  2934. "license": "MIT"
  2935. },
  2936. "node_modules/compatx": {
  2937. "version": "0.2.0",
  2938. "license": "MIT"
  2939. },
  2940. "node_modules/compress-commons": {
  2941. "version": "6.0.2",
  2942. "license": "MIT",
  2943. "dependencies": {
  2944. "crc-32": "^1.2.0",
  2945. "crc32-stream": "^6.0.0",
  2946. "is-stream": "^2.0.1",
  2947. "normalize-path": "^3.0.0",
  2948. "readable-stream": "^4.0.0"
  2949. },
  2950. "engines": {
  2951. "node": ">= 14"
  2952. }
  2953. },
  2954. "node_modules/compress-commons/node_modules/is-stream": {
  2955. "version": "2.0.1",
  2956. "license": "MIT",
  2957. "engines": {
  2958. "node": ">=8"
  2959. },
  2960. "funding": {
  2961. "url": "https://github.com/sponsors/sindresorhus"
  2962. }
  2963. },
  2964. "node_modules/confbox": {
  2965. "version": "0.2.2",
  2966. "license": "MIT"
  2967. },
  2968. "node_modules/consola": {
  2969. "version": "3.4.2",
  2970. "license": "MIT",
  2971. "engines": {
  2972. "node": "^14.18.0 || >=16.10.0"
  2973. }
  2974. },
  2975. "node_modules/convert-source-map": {
  2976. "version": "2.0.0",
  2977. "license": "MIT"
  2978. },
  2979. "node_modules/cookie": {
  2980. "version": "1.0.2",
  2981. "license": "MIT",
  2982. "engines": {
  2983. "node": ">=18"
  2984. }
  2985. },
  2986. "node_modules/cookie-es": {
  2987. "version": "2.0.0",
  2988. "license": "MIT"
  2989. },
  2990. "node_modules/copy-anything": {
  2991. "version": "3.0.5",
  2992. "license": "MIT",
  2993. "dependencies": {
  2994. "is-what": "^4.1.8"
  2995. },
  2996. "engines": {
  2997. "node": ">=12.13"
  2998. },
  2999. "funding": {
  3000. "url": "https://github.com/sponsors/mesqueeb"
  3001. }
  3002. },
  3003. "node_modules/copy-file": {
  3004. "version": "11.0.0",
  3005. "license": "MIT",
  3006. "dependencies": {
  3007. "graceful-fs": "^4.2.11",
  3008. "p-event": "^6.0.0"
  3009. },
  3010. "engines": {
  3011. "node": ">=18"
  3012. },
  3013. "funding": {
  3014. "url": "https://github.com/sponsors/sindresorhus"
  3015. }
  3016. },
  3017. "node_modules/core-util-is": {
  3018. "version": "1.0.3",
  3019. "license": "MIT"
  3020. },
  3021. "node_modules/crc-32": {
  3022. "version": "1.2.2",
  3023. "license": "Apache-2.0",
  3024. "bin": {
  3025. "crc32": "bin/crc32.njs"
  3026. },
  3027. "engines": {
  3028. "node": ">=0.8"
  3029. }
  3030. },
  3031. "node_modules/crc32-stream": {
  3032. "version": "6.0.0",
  3033. "license": "MIT",
  3034. "dependencies": {
  3035. "crc-32": "^1.2.0",
  3036. "readable-stream": "^4.0.0"
  3037. },
  3038. "engines": {
  3039. "node": ">= 14"
  3040. }
  3041. },
  3042. "node_modules/cron-parser": {
  3043. "version": "4.9.0",
  3044. "license": "MIT",
  3045. "dependencies": {
  3046. "luxon": "^3.2.1"
  3047. },
  3048. "engines": {
  3049. "node": ">=12.0.0"
  3050. }
  3051. },
  3052. "node_modules/croner": {
  3053. "version": "9.1.0",
  3054. "license": "MIT",
  3055. "engines": {
  3056. "node": ">=18.0"
  3057. }
  3058. },
  3059. "node_modules/cross-spawn": {
  3060. "version": "7.0.6",
  3061. "license": "MIT",
  3062. "dependencies": {
  3063. "path-key": "^3.1.0",
  3064. "shebang-command": "^2.0.0",
  3065. "which": "^2.0.1"
  3066. },
  3067. "engines": {
  3068. "node": ">= 8"
  3069. }
  3070. },
  3071. "node_modules/cross-spawn/node_modules/which": {
  3072. "version": "2.0.2",
  3073. "license": "ISC",
  3074. "dependencies": {
  3075. "isexe": "^2.0.0"
  3076. },
  3077. "bin": {
  3078. "node-which": "bin/node-which"
  3079. },
  3080. "engines": {
  3081. "node": ">= 8"
  3082. }
  3083. },
  3084. "node_modules/cross-spawn/node_modules/which/node_modules/isexe": {
  3085. "version": "2.0.0",
  3086. "license": "ISC"
  3087. },
  3088. "node_modules/crossws": {
  3089. "version": "0.3.5",
  3090. "license": "MIT",
  3091. "dependencies": {
  3092. "uncrypto": "^0.1.3"
  3093. }
  3094. },
  3095. "node_modules/css-declaration-sorter": {
  3096. "version": "7.2.0",
  3097. "license": "ISC",
  3098. "engines": {
  3099. "node": "^14 || ^16 || >=18"
  3100. },
  3101. "peerDependencies": {
  3102. "postcss": "^8.0.9"
  3103. }
  3104. },
  3105. "node_modules/css-select": {
  3106. "version": "5.2.2",
  3107. "license": "BSD-2-Clause",
  3108. "dependencies": {
  3109. "boolbase": "^1.0.0",
  3110. "css-what": "^6.1.0",
  3111. "domhandler": "^5.0.2",
  3112. "domutils": "^3.0.1",
  3113. "nth-check": "^2.0.1"
  3114. },
  3115. "funding": {
  3116. "url": "https://github.com/sponsors/fb55"
  3117. }
  3118. },
  3119. "node_modules/css-tree": {
  3120. "version": "3.1.0",
  3121. "license": "MIT",
  3122. "dependencies": {
  3123. "mdn-data": "2.12.2",
  3124. "source-map-js": "^1.0.1"
  3125. },
  3126. "engines": {
  3127. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3128. }
  3129. },
  3130. "node_modules/css-what": {
  3131. "version": "6.2.2",
  3132. "license": "BSD-2-Clause",
  3133. "engines": {
  3134. "node": ">= 6"
  3135. },
  3136. "funding": {
  3137. "url": "https://github.com/sponsors/fb55"
  3138. }
  3139. },
  3140. "node_modules/cssesc": {
  3141. "version": "3.0.0",
  3142. "license": "MIT",
  3143. "bin": {
  3144. "cssesc": "bin/cssesc"
  3145. },
  3146. "engines": {
  3147. "node": ">=4"
  3148. }
  3149. },
  3150. "node_modules/cssnano": {
  3151. "version": "7.1.0",
  3152. "license": "MIT",
  3153. "dependencies": {
  3154. "cssnano-preset-default": "^7.0.8",
  3155. "lilconfig": "^3.1.3"
  3156. },
  3157. "engines": {
  3158. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3159. },
  3160. "funding": {
  3161. "type": "opencollective",
  3162. "url": "https://opencollective.com/cssnano"
  3163. },
  3164. "peerDependencies": {
  3165. "postcss": "^8.4.32"
  3166. }
  3167. },
  3168. "node_modules/cssnano-preset-default": {
  3169. "version": "7.0.8",
  3170. "license": "MIT",
  3171. "dependencies": {
  3172. "browserslist": "^4.25.1",
  3173. "css-declaration-sorter": "^7.2.0",
  3174. "cssnano-utils": "^5.0.1",
  3175. "postcss-calc": "^10.1.1",
  3176. "postcss-colormin": "^7.0.4",
  3177. "postcss-convert-values": "^7.0.6",
  3178. "postcss-discard-comments": "^7.0.4",
  3179. "postcss-discard-duplicates": "^7.0.2",
  3180. "postcss-discard-empty": "^7.0.1",
  3181. "postcss-discard-overridden": "^7.0.1",
  3182. "postcss-merge-longhand": "^7.0.5",
  3183. "postcss-merge-rules": "^7.0.6",
  3184. "postcss-minify-font-values": "^7.0.1",
  3185. "postcss-minify-gradients": "^7.0.1",
  3186. "postcss-minify-params": "^7.0.4",
  3187. "postcss-minify-selectors": "^7.0.5",
  3188. "postcss-normalize-charset": "^7.0.1",
  3189. "postcss-normalize-display-values": "^7.0.1",
  3190. "postcss-normalize-positions": "^7.0.1",
  3191. "postcss-normalize-repeat-style": "^7.0.1",
  3192. "postcss-normalize-string": "^7.0.1",
  3193. "postcss-normalize-timing-functions": "^7.0.1",
  3194. "postcss-normalize-unicode": "^7.0.4",
  3195. "postcss-normalize-url": "^7.0.1",
  3196. "postcss-normalize-whitespace": "^7.0.1",
  3197. "postcss-ordered-values": "^7.0.2",
  3198. "postcss-reduce-initial": "^7.0.4",
  3199. "postcss-reduce-transforms": "^7.0.1",
  3200. "postcss-svgo": "^7.1.0",
  3201. "postcss-unique-selectors": "^7.0.4"
  3202. },
  3203. "engines": {
  3204. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3205. },
  3206. "peerDependencies": {
  3207. "postcss": "^8.4.32"
  3208. }
  3209. },
  3210. "node_modules/cssnano-utils": {
  3211. "version": "5.0.1",
  3212. "license": "MIT",
  3213. "engines": {
  3214. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3215. },
  3216. "peerDependencies": {
  3217. "postcss": "^8.4.32"
  3218. }
  3219. },
  3220. "node_modules/csso": {
  3221. "version": "5.0.5",
  3222. "license": "MIT",
  3223. "dependencies": {
  3224. "css-tree": "~2.2.0"
  3225. },
  3226. "engines": {
  3227. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3228. "npm": ">=7.0.0"
  3229. }
  3230. },
  3231. "node_modules/csso/node_modules/css-tree": {
  3232. "version": "2.2.1",
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "mdn-data": "2.0.28",
  3236. "source-map-js": "^1.0.1"
  3237. },
  3238. "engines": {
  3239. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3240. "npm": ">=7.0.0"
  3241. }
  3242. },
  3243. "node_modules/csso/node_modules/css-tree/node_modules/mdn-data": {
  3244. "version": "2.0.28",
  3245. "license": "CC0-1.0"
  3246. },
  3247. "node_modules/csstype": {
  3248. "version": "3.1.3",
  3249. "license": "MIT"
  3250. },
  3251. "node_modules/daisyui": {
  3252. "version": "5.0.47",
  3253. "license": "MIT",
  3254. "funding": {
  3255. "url": "https://github.com/saadeghi/daisyui?sponsor=1"
  3256. }
  3257. },
  3258. "node_modules/data-uri-to-buffer": {
  3259. "version": "4.0.1",
  3260. "license": "MIT",
  3261. "engines": {
  3262. "node": ">= 12"
  3263. }
  3264. },
  3265. "node_modules/db0": {
  3266. "version": "0.3.2",
  3267. "license": "MIT",
  3268. "peerDependencies": {
  3269. "@electric-sql/pglite": "*",
  3270. "@libsql/client": "*",
  3271. "better-sqlite3": "*",
  3272. "drizzle-orm": "*",
  3273. "mysql2": "*",
  3274. "sqlite3": "*"
  3275. },
  3276. "peerDependenciesMeta": {
  3277. "@electric-sql/pglite": {
  3278. "optional": true
  3279. },
  3280. "@libsql/client": {
  3281. "optional": true
  3282. },
  3283. "better-sqlite3": {
  3284. "optional": true
  3285. },
  3286. "drizzle-orm": {
  3287. "optional": true
  3288. },
  3289. "mysql2": {
  3290. "optional": true
  3291. },
  3292. "sqlite3": {
  3293. "optional": true
  3294. }
  3295. }
  3296. },
  3297. "node_modules/debug": {
  3298. "version": "4.4.1",
  3299. "license": "MIT",
  3300. "dependencies": {
  3301. "ms": "^2.1.3"
  3302. },
  3303. "engines": {
  3304. "node": ">=6.0"
  3305. },
  3306. "peerDependenciesMeta": {
  3307. "supports-color": {
  3308. "optional": true
  3309. }
  3310. }
  3311. },
  3312. "node_modules/decache": {
  3313. "version": "4.6.2",
  3314. "license": "MIT",
  3315. "dependencies": {
  3316. "callsite": "^1.0.0"
  3317. }
  3318. },
  3319. "node_modules/deep-pick-omit": {
  3320. "version": "1.2.1",
  3321. "license": "MIT"
  3322. },
  3323. "node_modules/deepmerge": {
  3324. "version": "4.3.1",
  3325. "license": "MIT",
  3326. "engines": {
  3327. "node": ">=0.10.0"
  3328. }
  3329. },
  3330. "node_modules/default-browser": {
  3331. "version": "5.2.1",
  3332. "license": "MIT",
  3333. "dependencies": {
  3334. "bundle-name": "^4.1.0",
  3335. "default-browser-id": "^5.0.0"
  3336. },
  3337. "engines": {
  3338. "node": ">=18"
  3339. },
  3340. "funding": {
  3341. "url": "https://github.com/sponsors/sindresorhus"
  3342. }
  3343. },
  3344. "node_modules/default-browser-id": {
  3345. "version": "5.0.0",
  3346. "license": "MIT",
  3347. "engines": {
  3348. "node": ">=18"
  3349. },
  3350. "funding": {
  3351. "url": "https://github.com/sponsors/sindresorhus"
  3352. }
  3353. },
  3354. "node_modules/define-lazy-prop": {
  3355. "version": "3.0.0",
  3356. "license": "MIT",
  3357. "engines": {
  3358. "node": ">=12"
  3359. },
  3360. "funding": {
  3361. "url": "https://github.com/sponsors/sindresorhus"
  3362. }
  3363. },
  3364. "node_modules/defu": {
  3365. "version": "6.1.4",
  3366. "license": "MIT"
  3367. },
  3368. "node_modules/denque": {
  3369. "version": "2.1.0",
  3370. "license": "Apache-2.0",
  3371. "engines": {
  3372. "node": ">=0.10"
  3373. }
  3374. },
  3375. "node_modules/depd": {
  3376. "version": "2.0.0",
  3377. "license": "MIT",
  3378. "engines": {
  3379. "node": ">= 0.8"
  3380. }
  3381. },
  3382. "node_modules/destr": {
  3383. "version": "2.0.5",
  3384. "license": "MIT"
  3385. },
  3386. "node_modules/detect-libc": {
  3387. "version": "2.0.4",
  3388. "license": "Apache-2.0",
  3389. "engines": {
  3390. "node": ">=8"
  3391. }
  3392. },
  3393. "node_modules/detective-amd": {
  3394. "version": "6.0.1",
  3395. "license": "MIT",
  3396. "dependencies": {
  3397. "ast-module-types": "^6.0.1",
  3398. "escodegen": "^2.1.0",
  3399. "get-amd-module-type": "^6.0.1",
  3400. "node-source-walk": "^7.0.1"
  3401. },
  3402. "bin": {
  3403. "detective-amd": "bin/cli.js"
  3404. },
  3405. "engines": {
  3406. "node": ">=18"
  3407. }
  3408. },
  3409. "node_modules/detective-cjs": {
  3410. "version": "6.0.1",
  3411. "license": "MIT",
  3412. "dependencies": {
  3413. "ast-module-types": "^6.0.1",
  3414. "node-source-walk": "^7.0.1"
  3415. },
  3416. "engines": {
  3417. "node": ">=18"
  3418. }
  3419. },
  3420. "node_modules/detective-es6": {
  3421. "version": "5.0.1",
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "node-source-walk": "^7.0.1"
  3425. },
  3426. "engines": {
  3427. "node": ">=18"
  3428. }
  3429. },
  3430. "node_modules/detective-postcss": {
  3431. "version": "7.0.1",
  3432. "license": "MIT",
  3433. "dependencies": {
  3434. "is-url": "^1.2.4",
  3435. "postcss-values-parser": "^6.0.2"
  3436. },
  3437. "engines": {
  3438. "node": "^14.0.0 || >=16.0.0"
  3439. },
  3440. "peerDependencies": {
  3441. "postcss": "^8.4.47"
  3442. }
  3443. },
  3444. "node_modules/detective-sass": {
  3445. "version": "6.0.1",
  3446. "license": "MIT",
  3447. "dependencies": {
  3448. "gonzales-pe": "^4.3.0",
  3449. "node-source-walk": "^7.0.1"
  3450. },
  3451. "engines": {
  3452. "node": ">=18"
  3453. }
  3454. },
  3455. "node_modules/detective-scss": {
  3456. "version": "5.0.1",
  3457. "license": "MIT",
  3458. "dependencies": {
  3459. "gonzales-pe": "^4.3.0",
  3460. "node-source-walk": "^7.0.1"
  3461. },
  3462. "engines": {
  3463. "node": ">=18"
  3464. }
  3465. },
  3466. "node_modules/detective-stylus": {
  3467. "version": "5.0.1",
  3468. "license": "MIT",
  3469. "engines": {
  3470. "node": ">=18"
  3471. }
  3472. },
  3473. "node_modules/detective-typescript": {
  3474. "version": "14.0.0",
  3475. "license": "MIT",
  3476. "dependencies": {
  3477. "@typescript-eslint/typescript-estree": "^8.23.0",
  3478. "ast-module-types": "^6.0.1",
  3479. "node-source-walk": "^7.0.1"
  3480. },
  3481. "engines": {
  3482. "node": ">=18"
  3483. },
  3484. "peerDependencies": {
  3485. "typescript": "^5.4.4"
  3486. }
  3487. },
  3488. "node_modules/detective-vue2": {
  3489. "version": "2.2.0",
  3490. "license": "MIT",
  3491. "dependencies": {
  3492. "@dependents/detective-less": "^5.0.1",
  3493. "@vue/compiler-sfc": "^3.5.13",
  3494. "detective-es6": "^5.0.1",
  3495. "detective-sass": "^6.0.1",
  3496. "detective-scss": "^5.0.1",
  3497. "detective-stylus": "^5.0.1",
  3498. "detective-typescript": "^14.0.0"
  3499. },
  3500. "engines": {
  3501. "node": ">=18"
  3502. },
  3503. "peerDependencies": {
  3504. "typescript": "^5.4.4"
  3505. }
  3506. },
  3507. "node_modules/devalue": {
  3508. "version": "5.1.1",
  3509. "license": "MIT"
  3510. },
  3511. "node_modules/diff": {
  3512. "version": "8.0.2",
  3513. "license": "BSD-3-Clause",
  3514. "engines": {
  3515. "node": ">=0.3.1"
  3516. }
  3517. },
  3518. "node_modules/dom-serializer": {
  3519. "version": "2.0.0",
  3520. "license": "MIT",
  3521. "dependencies": {
  3522. "domelementtype": "^2.3.0",
  3523. "domhandler": "^5.0.2",
  3524. "entities": "^4.2.0"
  3525. },
  3526. "funding": {
  3527. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  3528. }
  3529. },
  3530. "node_modules/domelementtype": {
  3531. "version": "2.3.0",
  3532. "funding": [
  3533. {
  3534. "type": "github",
  3535. "url": "https://github.com/sponsors/fb55"
  3536. }
  3537. ],
  3538. "license": "BSD-2-Clause"
  3539. },
  3540. "node_modules/domhandler": {
  3541. "version": "5.0.3",
  3542. "license": "BSD-2-Clause",
  3543. "dependencies": {
  3544. "domelementtype": "^2.3.0"
  3545. },
  3546. "engines": {
  3547. "node": ">= 4"
  3548. },
  3549. "funding": {
  3550. "url": "https://github.com/fb55/domhandler?sponsor=1"
  3551. }
  3552. },
  3553. "node_modules/domutils": {
  3554. "version": "3.2.2",
  3555. "license": "BSD-2-Clause",
  3556. "dependencies": {
  3557. "dom-serializer": "^2.0.0",
  3558. "domelementtype": "^2.3.0",
  3559. "domhandler": "^5.0.3"
  3560. },
  3561. "funding": {
  3562. "url": "https://github.com/fb55/domutils?sponsor=1"
  3563. }
  3564. },
  3565. "node_modules/dot-prop": {
  3566. "version": "9.0.0",
  3567. "license": "MIT",
  3568. "dependencies": {
  3569. "type-fest": "^4.18.2"
  3570. },
  3571. "engines": {
  3572. "node": ">=18"
  3573. },
  3574. "funding": {
  3575. "url": "https://github.com/sponsors/sindresorhus"
  3576. }
  3577. },
  3578. "node_modules/dotenv": {
  3579. "version": "16.6.1",
  3580. "license": "BSD-2-Clause",
  3581. "engines": {
  3582. "node": ">=12"
  3583. },
  3584. "funding": {
  3585. "url": "https://dotenvx.com"
  3586. }
  3587. },
  3588. "node_modules/dunder-proto": {
  3589. "version": "1.0.1",
  3590. "license": "MIT",
  3591. "dependencies": {
  3592. "call-bind-apply-helpers": "^1.0.1",
  3593. "es-errors": "^1.3.0",
  3594. "gopd": "^1.2.0"
  3595. },
  3596. "engines": {
  3597. "node": ">= 0.4"
  3598. }
  3599. },
  3600. "node_modules/duplexer": {
  3601. "version": "0.1.2",
  3602. "license": "MIT"
  3603. },
  3604. "node_modules/eastasianwidth": {
  3605. "version": "0.2.0",
  3606. "license": "MIT"
  3607. },
  3608. "node_modules/ee-first": {
  3609. "version": "1.1.1",
  3610. "license": "MIT"
  3611. },
  3612. "node_modules/electron-to-chromium": {
  3613. "version": "1.5.191",
  3614. "license": "ISC"
  3615. },
  3616. "node_modules/emoji-regex": {
  3617. "version": "8.0.0",
  3618. "license": "MIT"
  3619. },
  3620. "node_modules/enabled": {
  3621. "version": "2.0.0",
  3622. "license": "MIT"
  3623. },
  3624. "node_modules/encodeurl": {
  3625. "version": "2.0.0",
  3626. "license": "MIT",
  3627. "engines": {
  3628. "node": ">= 0.8"
  3629. }
  3630. },
  3631. "node_modules/end-of-stream": {
  3632. "version": "1.4.5",
  3633. "license": "MIT",
  3634. "dependencies": {
  3635. "once": "^1.4.0"
  3636. }
  3637. },
  3638. "node_modules/enhanced-resolve": {
  3639. "version": "5.18.2",
  3640. "license": "MIT",
  3641. "dependencies": {
  3642. "graceful-fs": "^4.2.4",
  3643. "tapable": "^2.2.0"
  3644. },
  3645. "engines": {
  3646. "node": ">=10.13.0"
  3647. }
  3648. },
  3649. "node_modules/entities": {
  3650. "version": "4.5.0",
  3651. "license": "BSD-2-Clause",
  3652. "engines": {
  3653. "node": ">=0.12"
  3654. },
  3655. "funding": {
  3656. "url": "https://github.com/fb55/entities?sponsor=1"
  3657. }
  3658. },
  3659. "node_modules/env-paths": {
  3660. "version": "3.0.0",
  3661. "license": "MIT",
  3662. "engines": {
  3663. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3664. },
  3665. "funding": {
  3666. "url": "https://github.com/sponsors/sindresorhus"
  3667. }
  3668. },
  3669. "node_modules/error-stack-parser-es": {
  3670. "version": "1.0.5",
  3671. "license": "MIT",
  3672. "funding": {
  3673. "url": "https://github.com/sponsors/antfu"
  3674. }
  3675. },
  3676. "node_modules/errx": {
  3677. "version": "0.1.0",
  3678. "license": "MIT"
  3679. },
  3680. "node_modules/es-define-property": {
  3681. "version": "1.0.1",
  3682. "license": "MIT",
  3683. "engines": {
  3684. "node": ">= 0.4"
  3685. }
  3686. },
  3687. "node_modules/es-errors": {
  3688. "version": "1.3.0",
  3689. "license": "MIT",
  3690. "engines": {
  3691. "node": ">= 0.4"
  3692. }
  3693. },
  3694. "node_modules/es-module-lexer": {
  3695. "version": "1.7.0",
  3696. "license": "MIT"
  3697. },
  3698. "node_modules/es-object-atoms": {
  3699. "version": "1.1.1",
  3700. "license": "MIT",
  3701. "dependencies": {
  3702. "es-errors": "^1.3.0"
  3703. },
  3704. "engines": {
  3705. "node": ">= 0.4"
  3706. }
  3707. },
  3708. "node_modules/esbuild": {
  3709. "version": "0.25.8",
  3710. "hasInstallScript": true,
  3711. "license": "MIT",
  3712. "bin": {
  3713. "esbuild": "bin/esbuild"
  3714. },
  3715. "engines": {
  3716. "node": ">=18"
  3717. },
  3718. "optionalDependencies": {
  3719. "@esbuild/aix-ppc64": "0.25.8",
  3720. "@esbuild/android-arm": "0.25.8",
  3721. "@esbuild/android-arm64": "0.25.8",
  3722. "@esbuild/android-x64": "0.25.8",
  3723. "@esbuild/darwin-arm64": "0.25.8",
  3724. "@esbuild/darwin-x64": "0.25.8",
  3725. "@esbuild/freebsd-arm64": "0.25.8",
  3726. "@esbuild/freebsd-x64": "0.25.8",
  3727. "@esbuild/linux-arm": "0.25.8",
  3728. "@esbuild/linux-arm64": "0.25.8",
  3729. "@esbuild/linux-ia32": "0.25.8",
  3730. "@esbuild/linux-loong64": "0.25.8",
  3731. "@esbuild/linux-mips64el": "0.25.8",
  3732. "@esbuild/linux-ppc64": "0.25.8",
  3733. "@esbuild/linux-riscv64": "0.25.8",
  3734. "@esbuild/linux-s390x": "0.25.8",
  3735. "@esbuild/linux-x64": "0.25.8",
  3736. "@esbuild/netbsd-arm64": "0.25.8",
  3737. "@esbuild/netbsd-x64": "0.25.8",
  3738. "@esbuild/openbsd-arm64": "0.25.8",
  3739. "@esbuild/openbsd-x64": "0.25.8",
  3740. "@esbuild/openharmony-arm64": "0.25.8",
  3741. "@esbuild/sunos-x64": "0.25.8",
  3742. "@esbuild/win32-arm64": "0.25.8",
  3743. "@esbuild/win32-ia32": "0.25.8",
  3744. "@esbuild/win32-x64": "0.25.8"
  3745. }
  3746. },
  3747. "node_modules/escalade": {
  3748. "version": "3.2.0",
  3749. "license": "MIT",
  3750. "engines": {
  3751. "node": ">=6"
  3752. }
  3753. },
  3754. "node_modules/escape-html": {
  3755. "version": "1.0.3",
  3756. "license": "MIT"
  3757. },
  3758. "node_modules/escape-string-regexp": {
  3759. "version": "5.0.0",
  3760. "license": "MIT",
  3761. "engines": {
  3762. "node": ">=12"
  3763. },
  3764. "funding": {
  3765. "url": "https://github.com/sponsors/sindresorhus"
  3766. }
  3767. },
  3768. "node_modules/escodegen": {
  3769. "version": "2.1.0",
  3770. "license": "BSD-2-Clause",
  3771. "dependencies": {
  3772. "esprima": "^4.0.1",
  3773. "estraverse": "^5.2.0",
  3774. "esutils": "^2.0.2"
  3775. },
  3776. "bin": {
  3777. "escodegen": "bin/escodegen.js",
  3778. "esgenerate": "bin/esgenerate.js"
  3779. },
  3780. "engines": {
  3781. "node": ">=6.0"
  3782. },
  3783. "optionalDependencies": {
  3784. "source-map": "~0.6.1"
  3785. }
  3786. },
  3787. "node_modules/escodegen/node_modules/source-map": {
  3788. "version": "0.6.1",
  3789. "license": "BSD-3-Clause",
  3790. "optional": true,
  3791. "engines": {
  3792. "node": ">=0.10.0"
  3793. }
  3794. },
  3795. "node_modules/eslint-visitor-keys": {
  3796. "version": "4.2.1",
  3797. "license": "Apache-2.0",
  3798. "engines": {
  3799. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3800. },
  3801. "funding": {
  3802. "url": "https://opencollective.com/eslint"
  3803. }
  3804. },
  3805. "node_modules/esprima": {
  3806. "version": "4.0.1",
  3807. "license": "BSD-2-Clause",
  3808. "bin": {
  3809. "esparse": "bin/esparse.js",
  3810. "esvalidate": "bin/esvalidate.js"
  3811. },
  3812. "engines": {
  3813. "node": ">=4"
  3814. }
  3815. },
  3816. "node_modules/estraverse": {
  3817. "version": "5.3.0",
  3818. "license": "BSD-2-Clause",
  3819. "engines": {
  3820. "node": ">=4.0"
  3821. }
  3822. },
  3823. "node_modules/estree-walker": {
  3824. "version": "3.0.3",
  3825. "license": "MIT",
  3826. "dependencies": {
  3827. "@types/estree": "^1.0.0"
  3828. }
  3829. },
  3830. "node_modules/esutils": {
  3831. "version": "2.0.3",
  3832. "license": "BSD-2-Clause",
  3833. "engines": {
  3834. "node": ">=0.10.0"
  3835. }
  3836. },
  3837. "node_modules/etag": {
  3838. "version": "1.8.1",
  3839. "license": "MIT",
  3840. "engines": {
  3841. "node": ">= 0.6"
  3842. }
  3843. },
  3844. "node_modules/event-target-shim": {
  3845. "version": "5.0.1",
  3846. "license": "MIT",
  3847. "engines": {
  3848. "node": ">=6"
  3849. }
  3850. },
  3851. "node_modules/events": {
  3852. "version": "3.3.0",
  3853. "license": "MIT",
  3854. "engines": {
  3855. "node": ">=0.8.x"
  3856. }
  3857. },
  3858. "node_modules/execa": {
  3859. "version": "8.0.1",
  3860. "license": "MIT",
  3861. "dependencies": {
  3862. "cross-spawn": "^7.0.3",
  3863. "get-stream": "^8.0.1",
  3864. "human-signals": "^5.0.0",
  3865. "is-stream": "^3.0.0",
  3866. "merge-stream": "^2.0.0",
  3867. "npm-run-path": "^5.1.0",
  3868. "onetime": "^6.0.0",
  3869. "signal-exit": "^4.1.0",
  3870. "strip-final-newline": "^3.0.0"
  3871. },
  3872. "engines": {
  3873. "node": ">=16.17"
  3874. },
  3875. "funding": {
  3876. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3877. }
  3878. },
  3879. "node_modules/exsolve": {
  3880. "version": "1.0.7",
  3881. "license": "MIT"
  3882. },
  3883. "node_modules/extract-zip": {
  3884. "version": "2.0.1",
  3885. "license": "BSD-2-Clause",
  3886. "dependencies": {
  3887. "debug": "^4.1.1",
  3888. "get-stream": "^5.1.0",
  3889. "yauzl": "^2.10.0"
  3890. },
  3891. "bin": {
  3892. "extract-zip": "cli.js"
  3893. },
  3894. "engines": {
  3895. "node": ">= 10.17.0"
  3896. },
  3897. "optionalDependencies": {
  3898. "@types/yauzl": "^2.9.1"
  3899. }
  3900. },
  3901. "node_modules/extract-zip/node_modules/get-stream": {
  3902. "version": "5.2.0",
  3903. "license": "MIT",
  3904. "dependencies": {
  3905. "pump": "^3.0.0"
  3906. },
  3907. "engines": {
  3908. "node": ">=8"
  3909. },
  3910. "funding": {
  3911. "url": "https://github.com/sponsors/sindresorhus"
  3912. }
  3913. },
  3914. "node_modules/fast-fifo": {
  3915. "version": "1.3.2",
  3916. "license": "MIT"
  3917. },
  3918. "node_modules/fast-glob": {
  3919. "version": "3.3.3",
  3920. "license": "MIT",
  3921. "dependencies": {
  3922. "@nodelib/fs.stat": "^2.0.2",
  3923. "@nodelib/fs.walk": "^1.2.3",
  3924. "glob-parent": "^5.1.2",
  3925. "merge2": "^1.3.0",
  3926. "micromatch": "^4.0.8"
  3927. },
  3928. "engines": {
  3929. "node": ">=8.6.0"
  3930. }
  3931. },
  3932. "node_modules/fast-npm-meta": {
  3933. "version": "0.4.4",
  3934. "license": "MIT",
  3935. "funding": {
  3936. "url": "https://github.com/sponsors/antfu"
  3937. }
  3938. },
  3939. "node_modules/fastq": {
  3940. "version": "1.19.1",
  3941. "license": "ISC",
  3942. "dependencies": {
  3943. "reusify": "^1.0.4"
  3944. }
  3945. },
  3946. "node_modules/fd-slicer": {
  3947. "version": "1.1.0",
  3948. "license": "MIT",
  3949. "dependencies": {
  3950. "pend": "~1.2.0"
  3951. }
  3952. },
  3953. "node_modules/fdir": {
  3954. "version": "6.4.6",
  3955. "license": "MIT",
  3956. "peerDependencies": {
  3957. "picomatch": "^3 || ^4"
  3958. },
  3959. "peerDependenciesMeta": {
  3960. "picomatch": {
  3961. "optional": true
  3962. }
  3963. }
  3964. },
  3965. "node_modules/fecha": {
  3966. "version": "4.2.3",
  3967. "license": "MIT"
  3968. },
  3969. "node_modules/fetch-blob": {
  3970. "version": "3.2.0",
  3971. "funding": [
  3972. {
  3973. "type": "github",
  3974. "url": "https://github.com/sponsors/jimmywarting"
  3975. },
  3976. {
  3977. "type": "paypal",
  3978. "url": "https://paypal.me/jimmywarting"
  3979. }
  3980. ],
  3981. "license": "MIT",
  3982. "dependencies": {
  3983. "node-domexception": "^1.0.0",
  3984. "web-streams-polyfill": "^3.0.3"
  3985. },
  3986. "engines": {
  3987. "node": "^12.20 || >= 14.13"
  3988. }
  3989. },
  3990. "node_modules/fflate": {
  3991. "version": "0.8.2",
  3992. "dev": true,
  3993. "license": "MIT"
  3994. },
  3995. "node_modules/file-uri-to-path": {
  3996. "version": "1.0.0",
  3997. "license": "MIT"
  3998. },
  3999. "node_modules/fill-range": {
  4000. "version": "7.1.1",
  4001. "license": "MIT",
  4002. "dependencies": {
  4003. "to-regex-range": "^5.0.1"
  4004. },
  4005. "engines": {
  4006. "node": ">=8"
  4007. }
  4008. },
  4009. "node_modules/filter-obj": {
  4010. "version": "6.1.0",
  4011. "license": "MIT",
  4012. "engines": {
  4013. "node": ">=18"
  4014. },
  4015. "funding": {
  4016. "url": "https://github.com/sponsors/sindresorhus"
  4017. }
  4018. },
  4019. "node_modules/find-up": {
  4020. "version": "7.0.0",
  4021. "license": "MIT",
  4022. "dependencies": {
  4023. "locate-path": "^7.2.0",
  4024. "path-exists": "^5.0.0",
  4025. "unicorn-magic": "^0.1.0"
  4026. },
  4027. "engines": {
  4028. "node": ">=18"
  4029. },
  4030. "funding": {
  4031. "url": "https://github.com/sponsors/sindresorhus"
  4032. }
  4033. },
  4034. "node_modules/find-up-simple": {
  4035. "version": "1.0.1",
  4036. "license": "MIT",
  4037. "engines": {
  4038. "node": ">=18"
  4039. },
  4040. "funding": {
  4041. "url": "https://github.com/sponsors/sindresorhus"
  4042. }
  4043. },
  4044. "node_modules/find-up/node_modules/unicorn-magic": {
  4045. "version": "0.1.0",
  4046. "license": "MIT",
  4047. "engines": {
  4048. "node": ">=18"
  4049. },
  4050. "funding": {
  4051. "url": "https://github.com/sponsors/sindresorhus"
  4052. }
  4053. },
  4054. "node_modules/fn.name": {
  4055. "version": "1.1.0",
  4056. "license": "MIT"
  4057. },
  4058. "node_modules/foreground-child": {
  4059. "version": "3.3.1",
  4060. "license": "ISC",
  4061. "dependencies": {
  4062. "cross-spawn": "^7.0.6",
  4063. "signal-exit": "^4.0.1"
  4064. },
  4065. "engines": {
  4066. "node": ">=14"
  4067. },
  4068. "funding": {
  4069. "url": "https://github.com/sponsors/isaacs"
  4070. }
  4071. },
  4072. "node_modules/formdata-polyfill": {
  4073. "version": "4.0.10",
  4074. "license": "MIT",
  4075. "dependencies": {
  4076. "fetch-blob": "^3.1.2"
  4077. },
  4078. "engines": {
  4079. "node": ">=12.20.0"
  4080. }
  4081. },
  4082. "node_modules/fraction.js": {
  4083. "version": "4.3.7",
  4084. "license": "MIT",
  4085. "engines": {
  4086. "node": "*"
  4087. },
  4088. "funding": {
  4089. "type": "patreon",
  4090. "url": "https://github.com/sponsors/rawify"
  4091. }
  4092. },
  4093. "node_modules/fresh": {
  4094. "version": "2.0.0",
  4095. "license": "MIT",
  4096. "engines": {
  4097. "node": ">= 0.8"
  4098. }
  4099. },
  4100. "node_modules/fsevents": {
  4101. "version": "2.3.3",
  4102. "license": "MIT",
  4103. "optional": true,
  4104. "os": [
  4105. "darwin"
  4106. ],
  4107. "engines": {
  4108. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4109. }
  4110. },
  4111. "node_modules/function-bind": {
  4112. "version": "1.1.2",
  4113. "license": "MIT",
  4114. "funding": {
  4115. "url": "https://github.com/sponsors/ljharb"
  4116. }
  4117. },
  4118. "node_modules/fuse.js": {
  4119. "version": "7.1.0",
  4120. "license": "Apache-2.0",
  4121. "engines": {
  4122. "node": ">=10"
  4123. }
  4124. },
  4125. "node_modules/gensync": {
  4126. "version": "1.0.0-beta.2",
  4127. "license": "MIT",
  4128. "engines": {
  4129. "node": ">=6.9.0"
  4130. }
  4131. },
  4132. "node_modules/get-amd-module-type": {
  4133. "version": "6.0.1",
  4134. "license": "MIT",
  4135. "dependencies": {
  4136. "ast-module-types": "^6.0.1",
  4137. "node-source-walk": "^7.0.1"
  4138. },
  4139. "engines": {
  4140. "node": ">=18"
  4141. }
  4142. },
  4143. "node_modules/get-caller-file": {
  4144. "version": "2.0.5",
  4145. "license": "ISC",
  4146. "engines": {
  4147. "node": "6.* || 8.* || >= 10.*"
  4148. }
  4149. },
  4150. "node_modules/get-intrinsic": {
  4151. "version": "1.3.0",
  4152. "license": "MIT",
  4153. "dependencies": {
  4154. "call-bind-apply-helpers": "^1.0.2",
  4155. "es-define-property": "^1.0.1",
  4156. "es-errors": "^1.3.0",
  4157. "es-object-atoms": "^1.1.1",
  4158. "function-bind": "^1.1.2",
  4159. "get-proto": "^1.0.1",
  4160. "gopd": "^1.2.0",
  4161. "has-symbols": "^1.1.0",
  4162. "hasown": "^2.0.2",
  4163. "math-intrinsics": "^1.1.0"
  4164. },
  4165. "engines": {
  4166. "node": ">= 0.4"
  4167. },
  4168. "funding": {
  4169. "url": "https://github.com/sponsors/ljharb"
  4170. }
  4171. },
  4172. "node_modules/get-port-please": {
  4173. "version": "3.2.0",
  4174. "license": "MIT"
  4175. },
  4176. "node_modules/get-proto": {
  4177. "version": "1.0.1",
  4178. "license": "MIT",
  4179. "dependencies": {
  4180. "dunder-proto": "^1.0.1",
  4181. "es-object-atoms": "^1.0.0"
  4182. },
  4183. "engines": {
  4184. "node": ">= 0.4"
  4185. }
  4186. },
  4187. "node_modules/get-stream": {
  4188. "version": "8.0.1",
  4189. "license": "MIT",
  4190. "engines": {
  4191. "node": ">=16"
  4192. },
  4193. "funding": {
  4194. "url": "https://github.com/sponsors/sindresorhus"
  4195. }
  4196. },
  4197. "node_modules/giget": {
  4198. "version": "2.0.0",
  4199. "license": "MIT",
  4200. "dependencies": {
  4201. "citty": "^0.1.6",
  4202. "consola": "^3.4.0",
  4203. "defu": "^6.1.4",
  4204. "node-fetch-native": "^1.6.6",
  4205. "nypm": "^0.6.0",
  4206. "pathe": "^2.0.3"
  4207. },
  4208. "bin": {
  4209. "giget": "dist/cli.mjs"
  4210. }
  4211. },
  4212. "node_modules/giget/node_modules/pathe": {
  4213. "version": "2.0.3",
  4214. "license": "MIT"
  4215. },
  4216. "node_modules/git-up": {
  4217. "version": "8.1.1",
  4218. "license": "MIT",
  4219. "dependencies": {
  4220. "is-ssh": "^1.4.0",
  4221. "parse-url": "^9.2.0"
  4222. }
  4223. },
  4224. "node_modules/git-url-parse": {
  4225. "version": "16.1.0",
  4226. "license": "MIT",
  4227. "dependencies": {
  4228. "git-up": "^8.1.0"
  4229. }
  4230. },
  4231. "node_modules/glob": {
  4232. "version": "10.4.5",
  4233. "license": "ISC",
  4234. "dependencies": {
  4235. "foreground-child": "^3.1.0",
  4236. "jackspeak": "^3.1.2",
  4237. "minimatch": "^9.0.4",
  4238. "minipass": "^7.1.2",
  4239. "package-json-from-dist": "^1.0.0",
  4240. "path-scurry": "^1.11.1"
  4241. },
  4242. "bin": {
  4243. "glob": "dist/esm/bin.mjs"
  4244. },
  4245. "funding": {
  4246. "url": "https://github.com/sponsors/isaacs"
  4247. }
  4248. },
  4249. "node_modules/glob-parent": {
  4250. "version": "5.1.2",
  4251. "license": "ISC",
  4252. "dependencies": {
  4253. "is-glob": "^4.0.1"
  4254. },
  4255. "engines": {
  4256. "node": ">= 6"
  4257. }
  4258. },
  4259. "node_modules/global-directory": {
  4260. "version": "4.0.1",
  4261. "license": "MIT",
  4262. "dependencies": {
  4263. "ini": "4.1.1"
  4264. },
  4265. "engines": {
  4266. "node": ">=18"
  4267. },
  4268. "funding": {
  4269. "url": "https://github.com/sponsors/sindresorhus"
  4270. }
  4271. },
  4272. "node_modules/globby": {
  4273. "version": "14.1.0",
  4274. "license": "MIT",
  4275. "dependencies": {
  4276. "@sindresorhus/merge-streams": "^2.1.0",
  4277. "fast-glob": "^3.3.3",
  4278. "ignore": "^7.0.3",
  4279. "path-type": "^6.0.0",
  4280. "slash": "^5.1.0",
  4281. "unicorn-magic": "^0.3.0"
  4282. },
  4283. "engines": {
  4284. "node": ">=18"
  4285. },
  4286. "funding": {
  4287. "url": "https://github.com/sponsors/sindresorhus"
  4288. }
  4289. },
  4290. "node_modules/gonzales-pe": {
  4291. "version": "4.3.0",
  4292. "license": "MIT",
  4293. "dependencies": {
  4294. "minimist": "^1.2.5"
  4295. },
  4296. "bin": {
  4297. "gonzales": "bin/gonzales.js"
  4298. },
  4299. "engines": {
  4300. "node": ">=0.6.0"
  4301. }
  4302. },
  4303. "node_modules/google-fonts-helper": {
  4304. "version": "3.7.3",
  4305. "license": "MIT",
  4306. "dependencies": {
  4307. "deepmerge": "^4.3.1",
  4308. "hookable": "^5.5.3",
  4309. "ofetch": "^1.4.1",
  4310. "ufo": "^1.5.4"
  4311. }
  4312. },
  4313. "node_modules/gopd": {
  4314. "version": "1.2.0",
  4315. "license": "MIT",
  4316. "engines": {
  4317. "node": ">= 0.4"
  4318. },
  4319. "funding": {
  4320. "url": "https://github.com/sponsors/ljharb"
  4321. }
  4322. },
  4323. "node_modules/graceful-fs": {
  4324. "version": "4.2.11",
  4325. "license": "ISC"
  4326. },
  4327. "node_modules/gzip-size": {
  4328. "version": "7.0.0",
  4329. "license": "MIT",
  4330. "dependencies": {
  4331. "duplexer": "^0.1.2"
  4332. },
  4333. "engines": {
  4334. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4335. },
  4336. "funding": {
  4337. "url": "https://github.com/sponsors/sindresorhus"
  4338. }
  4339. },
  4340. "node_modules/h3": {
  4341. "version": "1.15.3",
  4342. "license": "MIT",
  4343. "dependencies": {
  4344. "cookie-es": "^1.2.2",
  4345. "crossws": "^0.3.4",
  4346. "defu": "^6.1.4",
  4347. "destr": "^2.0.5",
  4348. "iron-webcrypto": "^1.2.1",
  4349. "node-mock-http": "^1.0.0",
  4350. "radix3": "^1.1.2",
  4351. "ufo": "^1.6.1",
  4352. "uncrypto": "^0.1.3"
  4353. }
  4354. },
  4355. "node_modules/h3/node_modules/cookie-es": {
  4356. "version": "1.2.2",
  4357. "license": "MIT"
  4358. },
  4359. "node_modules/has-symbols": {
  4360. "version": "1.1.0",
  4361. "license": "MIT",
  4362. "engines": {
  4363. "node": ">= 0.4"
  4364. },
  4365. "funding": {
  4366. "url": "https://github.com/sponsors/ljharb"
  4367. }
  4368. },
  4369. "node_modules/hasown": {
  4370. "version": "2.0.2",
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "function-bind": "^1.1.2"
  4374. },
  4375. "engines": {
  4376. "node": ">= 0.4"
  4377. }
  4378. },
  4379. "node_modules/hookable": {
  4380. "version": "5.5.3",
  4381. "license": "MIT"
  4382. },
  4383. "node_modules/hosted-git-info": {
  4384. "version": "7.0.2",
  4385. "license": "ISC",
  4386. "dependencies": {
  4387. "lru-cache": "^10.0.1"
  4388. },
  4389. "engines": {
  4390. "node": "^16.14.0 || >=18.0.0"
  4391. }
  4392. },
  4393. "node_modules/hosted-git-info/node_modules/lru-cache": {
  4394. "version": "10.4.3",
  4395. "license": "ISC"
  4396. },
  4397. "node_modules/http-errors": {
  4398. "version": "2.0.0",
  4399. "license": "MIT",
  4400. "dependencies": {
  4401. "depd": "2.0.0",
  4402. "inherits": "2.0.4",
  4403. "setprototypeof": "1.2.0",
  4404. "statuses": "2.0.1",
  4405. "toidentifier": "1.0.1"
  4406. },
  4407. "engines": {
  4408. "node": ">= 0.8"
  4409. }
  4410. },
  4411. "node_modules/http-errors/node_modules/statuses": {
  4412. "version": "2.0.1",
  4413. "license": "MIT",
  4414. "engines": {
  4415. "node": ">= 0.8"
  4416. }
  4417. },
  4418. "node_modules/http-shutdown": {
  4419. "version": "1.2.2",
  4420. "license": "MIT",
  4421. "engines": {
  4422. "iojs": ">= 1.0.0",
  4423. "node": ">= 0.12.0"
  4424. }
  4425. },
  4426. "node_modules/https-proxy-agent": {
  4427. "version": "7.0.6",
  4428. "license": "MIT",
  4429. "dependencies": {
  4430. "agent-base": "^7.1.2",
  4431. "debug": "4"
  4432. },
  4433. "engines": {
  4434. "node": ">= 14"
  4435. }
  4436. },
  4437. "node_modules/httpxy": {
  4438. "version": "0.1.7",
  4439. "license": "MIT"
  4440. },
  4441. "node_modules/human-signals": {
  4442. "version": "5.0.0",
  4443. "license": "Apache-2.0",
  4444. "engines": {
  4445. "node": ">=16.17.0"
  4446. }
  4447. },
  4448. "node_modules/ieee754": {
  4449. "version": "1.2.1",
  4450. "funding": [
  4451. {
  4452. "type": "github",
  4453. "url": "https://github.com/sponsors/feross"
  4454. },
  4455. {
  4456. "type": "patreon",
  4457. "url": "https://www.patreon.com/feross"
  4458. },
  4459. {
  4460. "type": "consulting",
  4461. "url": "https://feross.org/support"
  4462. }
  4463. ],
  4464. "license": "BSD-3-Clause"
  4465. },
  4466. "node_modules/ignore": {
  4467. "version": "7.0.5",
  4468. "license": "MIT",
  4469. "engines": {
  4470. "node": ">= 4"
  4471. }
  4472. },
  4473. "node_modules/image-meta": {
  4474. "version": "0.2.1",
  4475. "license": "MIT"
  4476. },
  4477. "node_modules/impound": {
  4478. "version": "1.0.0",
  4479. "license": "MIT",
  4480. "dependencies": {
  4481. "exsolve": "^1.0.5",
  4482. "mocked-exports": "^0.1.1",
  4483. "pathe": "^2.0.3",
  4484. "unplugin": "^2.3.2",
  4485. "unplugin-utils": "^0.2.4"
  4486. }
  4487. },
  4488. "node_modules/impound/node_modules/pathe": {
  4489. "version": "2.0.3",
  4490. "license": "MIT"
  4491. },
  4492. "node_modules/imurmurhash": {
  4493. "version": "0.1.4",
  4494. "license": "MIT",
  4495. "engines": {
  4496. "node": ">=0.8.19"
  4497. }
  4498. },
  4499. "node_modules/index-to-position": {
  4500. "version": "1.1.0",
  4501. "license": "MIT",
  4502. "engines": {
  4503. "node": ">=18"
  4504. },
  4505. "funding": {
  4506. "url": "https://github.com/sponsors/sindresorhus"
  4507. }
  4508. },
  4509. "node_modules/inherits": {
  4510. "version": "2.0.4",
  4511. "license": "ISC"
  4512. },
  4513. "node_modules/ini": {
  4514. "version": "4.1.1",
  4515. "license": "ISC",
  4516. "engines": {
  4517. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4518. }
  4519. },
  4520. "node_modules/ioredis": {
  4521. "version": "5.6.1",
  4522. "license": "MIT",
  4523. "dependencies": {
  4524. "@ioredis/commands": "^1.1.1",
  4525. "cluster-key-slot": "^1.1.0",
  4526. "debug": "^4.3.4",
  4527. "denque": "^2.1.0",
  4528. "lodash.defaults": "^4.2.0",
  4529. "lodash.isarguments": "^3.1.0",
  4530. "redis-errors": "^1.2.0",
  4531. "redis-parser": "^3.0.0",
  4532. "standard-as-callback": "^2.1.0"
  4533. },
  4534. "engines": {
  4535. "node": ">=12.22.0"
  4536. },
  4537. "funding": {
  4538. "type": "opencollective",
  4539. "url": "https://opencollective.com/ioredis"
  4540. }
  4541. },
  4542. "node_modules/iron-webcrypto": {
  4543. "version": "1.2.1",
  4544. "license": "MIT",
  4545. "funding": {
  4546. "url": "https://github.com/sponsors/brc-dd"
  4547. }
  4548. },
  4549. "node_modules/is-arrayish": {
  4550. "version": "0.3.2",
  4551. "license": "MIT"
  4552. },
  4553. "node_modules/is-builtin-module": {
  4554. "version": "3.2.1",
  4555. "license": "MIT",
  4556. "dependencies": {
  4557. "builtin-modules": "^3.3.0"
  4558. },
  4559. "engines": {
  4560. "node": ">=6"
  4561. },
  4562. "funding": {
  4563. "url": "https://github.com/sponsors/sindresorhus"
  4564. }
  4565. },
  4566. "node_modules/is-core-module": {
  4567. "version": "2.16.1",
  4568. "license": "MIT",
  4569. "dependencies": {
  4570. "hasown": "^2.0.2"
  4571. },
  4572. "engines": {
  4573. "node": ">= 0.4"
  4574. },
  4575. "funding": {
  4576. "url": "https://github.com/sponsors/ljharb"
  4577. }
  4578. },
  4579. "node_modules/is-docker": {
  4580. "version": "3.0.0",
  4581. "license": "MIT",
  4582. "bin": {
  4583. "is-docker": "cli.js"
  4584. },
  4585. "engines": {
  4586. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4587. },
  4588. "funding": {
  4589. "url": "https://github.com/sponsors/sindresorhus"
  4590. }
  4591. },
  4592. "node_modules/is-extglob": {
  4593. "version": "2.1.1",
  4594. "license": "MIT",
  4595. "engines": {
  4596. "node": ">=0.10.0"
  4597. }
  4598. },
  4599. "node_modules/is-fullwidth-code-point": {
  4600. "version": "3.0.0",
  4601. "license": "MIT",
  4602. "engines": {
  4603. "node": ">=8"
  4604. }
  4605. },
  4606. "node_modules/is-glob": {
  4607. "version": "4.0.3",
  4608. "license": "MIT",
  4609. "dependencies": {
  4610. "is-extglob": "^2.1.1"
  4611. },
  4612. "engines": {
  4613. "node": ">=0.10.0"
  4614. }
  4615. },
  4616. "node_modules/is-inside-container": {
  4617. "version": "1.0.0",
  4618. "license": "MIT",
  4619. "dependencies": {
  4620. "is-docker": "^3.0.0"
  4621. },
  4622. "bin": {
  4623. "is-inside-container": "cli.js"
  4624. },
  4625. "engines": {
  4626. "node": ">=14.16"
  4627. },
  4628. "funding": {
  4629. "url": "https://github.com/sponsors/sindresorhus"
  4630. }
  4631. },
  4632. "node_modules/is-installed-globally": {
  4633. "version": "1.0.0",
  4634. "license": "MIT",
  4635. "dependencies": {
  4636. "global-directory": "^4.0.1",
  4637. "is-path-inside": "^4.0.0"
  4638. },
  4639. "engines": {
  4640. "node": ">=18"
  4641. },
  4642. "funding": {
  4643. "url": "https://github.com/sponsors/sindresorhus"
  4644. }
  4645. },
  4646. "node_modules/is-module": {
  4647. "version": "1.0.0",
  4648. "license": "MIT"
  4649. },
  4650. "node_modules/is-number": {
  4651. "version": "7.0.0",
  4652. "license": "MIT",
  4653. "engines": {
  4654. "node": ">=0.12.0"
  4655. }
  4656. },
  4657. "node_modules/is-path-inside": {
  4658. "version": "4.0.0",
  4659. "license": "MIT",
  4660. "engines": {
  4661. "node": ">=12"
  4662. },
  4663. "funding": {
  4664. "url": "https://github.com/sponsors/sindresorhus"
  4665. }
  4666. },
  4667. "node_modules/is-plain-obj": {
  4668. "version": "2.1.0",
  4669. "license": "MIT",
  4670. "engines": {
  4671. "node": ">=8"
  4672. }
  4673. },
  4674. "node_modules/is-reference": {
  4675. "version": "1.2.1",
  4676. "license": "MIT",
  4677. "dependencies": {
  4678. "@types/estree": "*"
  4679. }
  4680. },
  4681. "node_modules/is-ssh": {
  4682. "version": "1.4.1",
  4683. "license": "MIT",
  4684. "dependencies": {
  4685. "protocols": "^2.0.1"
  4686. }
  4687. },
  4688. "node_modules/is-stream": {
  4689. "version": "3.0.0",
  4690. "license": "MIT",
  4691. "engines": {
  4692. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4693. },
  4694. "funding": {
  4695. "url": "https://github.com/sponsors/sindresorhus"
  4696. }
  4697. },
  4698. "node_modules/is-url": {
  4699. "version": "1.2.4",
  4700. "license": "MIT"
  4701. },
  4702. "node_modules/is-url-superb": {
  4703. "version": "4.0.0",
  4704. "license": "MIT",
  4705. "engines": {
  4706. "node": ">=10"
  4707. },
  4708. "funding": {
  4709. "url": "https://github.com/sponsors/sindresorhus"
  4710. }
  4711. },
  4712. "node_modules/is-what": {
  4713. "version": "4.1.16",
  4714. "license": "MIT",
  4715. "engines": {
  4716. "node": ">=12.13"
  4717. },
  4718. "funding": {
  4719. "url": "https://github.com/sponsors/mesqueeb"
  4720. }
  4721. },
  4722. "node_modules/is-wsl": {
  4723. "version": "3.1.0",
  4724. "license": "MIT",
  4725. "dependencies": {
  4726. "is-inside-container": "^1.0.0"
  4727. },
  4728. "engines": {
  4729. "node": ">=16"
  4730. },
  4731. "funding": {
  4732. "url": "https://github.com/sponsors/sindresorhus"
  4733. }
  4734. },
  4735. "node_modules/is64bit": {
  4736. "version": "2.0.0",
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "system-architecture": "^0.1.0"
  4740. },
  4741. "engines": {
  4742. "node": ">=18"
  4743. },
  4744. "funding": {
  4745. "url": "https://github.com/sponsors/sindresorhus"
  4746. }
  4747. },
  4748. "node_modules/isarray": {
  4749. "version": "1.0.0",
  4750. "license": "MIT"
  4751. },
  4752. "node_modules/isexe": {
  4753. "version": "3.1.1",
  4754. "license": "ISC",
  4755. "engines": {
  4756. "node": ">=16"
  4757. }
  4758. },
  4759. "node_modules/jackspeak": {
  4760. "version": "3.4.3",
  4761. "license": "BlueOak-1.0.0",
  4762. "dependencies": {
  4763. "@isaacs/cliui": "^8.0.2"
  4764. },
  4765. "funding": {
  4766. "url": "https://github.com/sponsors/isaacs"
  4767. },
  4768. "optionalDependencies": {
  4769. "@pkgjs/parseargs": "^0.11.0"
  4770. }
  4771. },
  4772. "node_modules/jiti": {
  4773. "version": "2.5.1",
  4774. "license": "MIT",
  4775. "bin": {
  4776. "jiti": "lib/jiti-cli.mjs"
  4777. }
  4778. },
  4779. "node_modules/js-tokens": {
  4780. "version": "9.0.1",
  4781. "license": "MIT"
  4782. },
  4783. "node_modules/jsesc": {
  4784. "version": "3.1.0",
  4785. "license": "MIT",
  4786. "bin": {
  4787. "jsesc": "bin/jsesc"
  4788. },
  4789. "engines": {
  4790. "node": ">=6"
  4791. }
  4792. },
  4793. "node_modules/json5": {
  4794. "version": "2.2.3",
  4795. "license": "MIT",
  4796. "bin": {
  4797. "json5": "lib/cli.js"
  4798. },
  4799. "engines": {
  4800. "node": ">=6"
  4801. }
  4802. },
  4803. "node_modules/junk": {
  4804. "version": "4.0.1",
  4805. "license": "MIT",
  4806. "engines": {
  4807. "node": ">=12.20"
  4808. },
  4809. "funding": {
  4810. "url": "https://github.com/sponsors/sindresorhus"
  4811. }
  4812. },
  4813. "node_modules/jwt-decode": {
  4814. "version": "4.0.0",
  4815. "license": "MIT",
  4816. "engines": {
  4817. "node": ">=18"
  4818. }
  4819. },
  4820. "node_modules/kleur": {
  4821. "version": "4.1.5",
  4822. "license": "MIT",
  4823. "engines": {
  4824. "node": ">=6"
  4825. }
  4826. },
  4827. "node_modules/klona": {
  4828. "version": "2.0.6",
  4829. "license": "MIT",
  4830. "engines": {
  4831. "node": ">= 8"
  4832. }
  4833. },
  4834. "node_modules/knitwork": {
  4835. "version": "1.2.0",
  4836. "license": "MIT"
  4837. },
  4838. "node_modules/kuler": {
  4839. "version": "2.0.0",
  4840. "license": "MIT"
  4841. },
  4842. "node_modules/lambda-local": {
  4843. "version": "2.2.0",
  4844. "license": "MIT",
  4845. "dependencies": {
  4846. "commander": "^10.0.1",
  4847. "dotenv": "^16.3.1",
  4848. "winston": "^3.10.0"
  4849. },
  4850. "bin": {
  4851. "lambda-local": "build/cli.js"
  4852. },
  4853. "engines": {
  4854. "node": ">=8"
  4855. }
  4856. },
  4857. "node_modules/lambda-local/node_modules/commander": {
  4858. "version": "10.0.1",
  4859. "license": "MIT",
  4860. "engines": {
  4861. "node": ">=14"
  4862. }
  4863. },
  4864. "node_modules/launch-editor": {
  4865. "version": "2.10.0",
  4866. "license": "MIT",
  4867. "dependencies": {
  4868. "picocolors": "^1.0.0",
  4869. "shell-quote": "^1.8.1"
  4870. }
  4871. },
  4872. "node_modules/lazystream": {
  4873. "version": "1.0.1",
  4874. "license": "MIT",
  4875. "dependencies": {
  4876. "readable-stream": "^2.0.5"
  4877. },
  4878. "engines": {
  4879. "node": ">= 0.6.3"
  4880. }
  4881. },
  4882. "node_modules/lazystream/node_modules/readable-stream": {
  4883. "version": "2.3.8",
  4884. "license": "MIT",
  4885. "dependencies": {
  4886. "core-util-is": "~1.0.0",
  4887. "inherits": "~2.0.3",
  4888. "isarray": "~1.0.0",
  4889. "process-nextick-args": "~2.0.0",
  4890. "safe-buffer": "~5.1.1",
  4891. "string_decoder": "~1.1.1",
  4892. "util-deprecate": "~1.0.1"
  4893. }
  4894. },
  4895. "node_modules/lazystream/node_modules/readable-stream/node_modules/safe-buffer": {
  4896. "version": "5.1.2",
  4897. "license": "MIT"
  4898. },
  4899. "node_modules/lazystream/node_modules/readable-stream/node_modules/string_decoder": {
  4900. "version": "1.1.1",
  4901. "license": "MIT",
  4902. "dependencies": {
  4903. "safe-buffer": "~5.1.0"
  4904. }
  4905. },
  4906. "node_modules/lightningcss": {
  4907. "version": "1.30.1",
  4908. "license": "MPL-2.0",
  4909. "dependencies": {
  4910. "detect-libc": "^2.0.3"
  4911. },
  4912. "engines": {
  4913. "node": ">= 12.0.0"
  4914. },
  4915. "funding": {
  4916. "type": "opencollective",
  4917. "url": "https://opencollective.com/parcel"
  4918. },
  4919. "optionalDependencies": {
  4920. "lightningcss-darwin-arm64": "1.30.1",
  4921. "lightningcss-darwin-x64": "1.30.1",
  4922. "lightningcss-freebsd-x64": "1.30.1",
  4923. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  4924. "lightningcss-linux-arm64-gnu": "1.30.1",
  4925. "lightningcss-linux-arm64-musl": "1.30.1",
  4926. "lightningcss-linux-x64-gnu": "1.30.1",
  4927. "lightningcss-linux-x64-musl": "1.30.1",
  4928. "lightningcss-win32-arm64-msvc": "1.30.1",
  4929. "lightningcss-win32-x64-msvc": "1.30.1"
  4930. }
  4931. },
  4932. "node_modules/lightningcss-darwin-arm64": {
  4933. "version": "1.30.1",
  4934. "cpu": [
  4935. "arm64"
  4936. ],
  4937. "license": "MPL-2.0",
  4938. "optional": true,
  4939. "os": [
  4940. "darwin"
  4941. ],
  4942. "engines": {
  4943. "node": ">= 12.0.0"
  4944. },
  4945. "funding": {
  4946. "type": "opencollective",
  4947. "url": "https://opencollective.com/parcel"
  4948. }
  4949. },
  4950. "node_modules/lilconfig": {
  4951. "version": "3.1.3",
  4952. "license": "MIT",
  4953. "engines": {
  4954. "node": ">=14"
  4955. },
  4956. "funding": {
  4957. "url": "https://github.com/sponsors/antonk52"
  4958. }
  4959. },
  4960. "node_modules/listhen": {
  4961. "version": "1.9.0",
  4962. "license": "MIT",
  4963. "dependencies": {
  4964. "@parcel/watcher": "^2.4.1",
  4965. "@parcel/watcher-wasm": "^2.4.1",
  4966. "citty": "^0.1.6",
  4967. "clipboardy": "^4.0.0",
  4968. "consola": "^3.2.3",
  4969. "crossws": ">=0.2.0 <0.4.0",
  4970. "defu": "^6.1.4",
  4971. "get-port-please": "^3.1.2",
  4972. "h3": "^1.12.0",
  4973. "http-shutdown": "^1.2.2",
  4974. "jiti": "^2.1.2",
  4975. "mlly": "^1.7.1",
  4976. "node-forge": "^1.3.1",
  4977. "pathe": "^1.1.2",
  4978. "std-env": "^3.7.0",
  4979. "ufo": "^1.5.4",
  4980. "untun": "^0.1.3",
  4981. "uqr": "^0.1.2"
  4982. },
  4983. "bin": {
  4984. "listen": "bin/listhen.mjs",
  4985. "listhen": "bin/listhen.mjs"
  4986. }
  4987. },
  4988. "node_modules/local-pkg": {
  4989. "version": "1.1.1",
  4990. "license": "MIT",
  4991. "dependencies": {
  4992. "mlly": "^1.7.4",
  4993. "pkg-types": "^2.0.1",
  4994. "quansync": "^0.2.8"
  4995. },
  4996. "engines": {
  4997. "node": ">=14"
  4998. },
  4999. "funding": {
  5000. "url": "https://github.com/sponsors/antfu"
  5001. }
  5002. },
  5003. "node_modules/locate-path": {
  5004. "version": "7.2.0",
  5005. "license": "MIT",
  5006. "dependencies": {
  5007. "p-locate": "^6.0.0"
  5008. },
  5009. "engines": {
  5010. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5011. },
  5012. "funding": {
  5013. "url": "https://github.com/sponsors/sindresorhus"
  5014. }
  5015. },
  5016. "node_modules/lodash": {
  5017. "version": "4.17.21",
  5018. "license": "MIT"
  5019. },
  5020. "node_modules/lodash-es": {
  5021. "version": "4.17.21",
  5022. "license": "MIT"
  5023. },
  5024. "node_modules/lodash.castarray": {
  5025. "version": "4.4.0",
  5026. "license": "MIT"
  5027. },
  5028. "node_modules/lodash.debounce": {
  5029. "version": "4.0.8",
  5030. "license": "MIT"
  5031. },
  5032. "node_modules/lodash.defaults": {
  5033. "version": "4.2.0",
  5034. "license": "MIT"
  5035. },
  5036. "node_modules/lodash.isarguments": {
  5037. "version": "3.1.0",
  5038. "license": "MIT"
  5039. },
  5040. "node_modules/lodash.isplainobject": {
  5041. "version": "4.0.6",
  5042. "license": "MIT"
  5043. },
  5044. "node_modules/lodash.memoize": {
  5045. "version": "4.1.2",
  5046. "license": "MIT"
  5047. },
  5048. "node_modules/lodash.merge": {
  5049. "version": "4.6.2",
  5050. "license": "MIT"
  5051. },
  5052. "node_modules/lodash.uniq": {
  5053. "version": "4.5.0",
  5054. "license": "MIT"
  5055. },
  5056. "node_modules/logform": {
  5057. "version": "2.7.0",
  5058. "license": "MIT",
  5059. "dependencies": {
  5060. "@colors/colors": "1.6.0",
  5061. "@types/triple-beam": "^1.3.2",
  5062. "fecha": "^4.2.0",
  5063. "ms": "^2.1.1",
  5064. "safe-stable-stringify": "^2.3.1",
  5065. "triple-beam": "^1.3.0"
  5066. },
  5067. "engines": {
  5068. "node": ">= 12.0.0"
  5069. }
  5070. },
  5071. "node_modules/luxon": {
  5072. "version": "3.7.1",
  5073. "license": "MIT",
  5074. "engines": {
  5075. "node": ">=12"
  5076. }
  5077. },
  5078. "node_modules/magic-regexp": {
  5079. "version": "0.10.0",
  5080. "license": "MIT",
  5081. "dependencies": {
  5082. "estree-walker": "^3.0.3",
  5083. "magic-string": "^0.30.12",
  5084. "mlly": "^1.7.2",
  5085. "regexp-tree": "^0.1.27",
  5086. "type-level-regexp": "~0.1.17",
  5087. "ufo": "^1.5.4",
  5088. "unplugin": "^2.0.0"
  5089. }
  5090. },
  5091. "node_modules/magic-string": {
  5092. "version": "0.30.17",
  5093. "license": "MIT",
  5094. "dependencies": {
  5095. "@jridgewell/sourcemap-codec": "^1.5.0"
  5096. }
  5097. },
  5098. "node_modules/magic-string-ast": {
  5099. "version": "1.0.0",
  5100. "license": "MIT",
  5101. "dependencies": {
  5102. "magic-string": "^0.30.17"
  5103. },
  5104. "engines": {
  5105. "node": ">=20.18.0"
  5106. },
  5107. "funding": {
  5108. "url": "https://github.com/sponsors/sxzz"
  5109. }
  5110. },
  5111. "node_modules/magicast": {
  5112. "version": "0.3.5",
  5113. "license": "MIT",
  5114. "dependencies": {
  5115. "@babel/parser": "^7.25.4",
  5116. "@babel/types": "^7.25.4",
  5117. "source-map-js": "^1.2.0"
  5118. }
  5119. },
  5120. "node_modules/math-intrinsics": {
  5121. "version": "1.1.0",
  5122. "license": "MIT",
  5123. "engines": {
  5124. "node": ">= 0.4"
  5125. }
  5126. },
  5127. "node_modules/mdn-data": {
  5128. "version": "2.12.2",
  5129. "license": "CC0-1.0"
  5130. },
  5131. "node_modules/meow": {
  5132. "version": "13.2.0",
  5133. "license": "MIT",
  5134. "optional": true,
  5135. "peer": true,
  5136. "engines": {
  5137. "node": ">=18"
  5138. },
  5139. "funding": {
  5140. "url": "https://github.com/sponsors/sindresorhus"
  5141. }
  5142. },
  5143. "node_modules/merge-options": {
  5144. "version": "3.0.4",
  5145. "license": "MIT",
  5146. "dependencies": {
  5147. "is-plain-obj": "^2.1.0"
  5148. },
  5149. "engines": {
  5150. "node": ">=10"
  5151. }
  5152. },
  5153. "node_modules/merge-stream": {
  5154. "version": "2.0.0",
  5155. "license": "MIT"
  5156. },
  5157. "node_modules/merge2": {
  5158. "version": "1.4.1",
  5159. "license": "MIT",
  5160. "engines": {
  5161. "node": ">= 8"
  5162. }
  5163. },
  5164. "node_modules/meshoptimizer": {
  5165. "version": "0.18.1",
  5166. "dev": true,
  5167. "license": "MIT"
  5168. },
  5169. "node_modules/micro-api-client": {
  5170. "version": "3.3.0",
  5171. "license": "ISC"
  5172. },
  5173. "node_modules/micromatch": {
  5174. "version": "4.0.8",
  5175. "license": "MIT",
  5176. "dependencies": {
  5177. "braces": "^3.0.3",
  5178. "picomatch": "^2.3.1"
  5179. },
  5180. "engines": {
  5181. "node": ">=8.6"
  5182. }
  5183. },
  5184. "node_modules/micromatch/node_modules/picomatch": {
  5185. "version": "2.3.1",
  5186. "license": "MIT",
  5187. "engines": {
  5188. "node": ">=8.6"
  5189. },
  5190. "funding": {
  5191. "url": "https://github.com/sponsors/jonschlinkert"
  5192. }
  5193. },
  5194. "node_modules/mime": {
  5195. "version": "4.0.7",
  5196. "funding": [
  5197. "https://github.com/sponsors/broofa"
  5198. ],
  5199. "license": "MIT",
  5200. "bin": {
  5201. "mime": "bin/cli.js"
  5202. },
  5203. "engines": {
  5204. "node": ">=16"
  5205. }
  5206. },
  5207. "node_modules/mime-db": {
  5208. "version": "1.54.0",
  5209. "license": "MIT",
  5210. "engines": {
  5211. "node": ">= 0.6"
  5212. }
  5213. },
  5214. "node_modules/mime-types": {
  5215. "version": "3.0.1",
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "mime-db": "^1.54.0"
  5219. },
  5220. "engines": {
  5221. "node": ">= 0.6"
  5222. }
  5223. },
  5224. "node_modules/mimic-fn": {
  5225. "version": "4.0.0",
  5226. "license": "MIT",
  5227. "engines": {
  5228. "node": ">=12"
  5229. },
  5230. "funding": {
  5231. "url": "https://github.com/sponsors/sindresorhus"
  5232. }
  5233. },
  5234. "node_modules/minimatch": {
  5235. "version": "9.0.5",
  5236. "license": "ISC",
  5237. "dependencies": {
  5238. "brace-expansion": "^2.0.1"
  5239. },
  5240. "engines": {
  5241. "node": ">=16 || 14 >=14.17"
  5242. },
  5243. "funding": {
  5244. "url": "https://github.com/sponsors/isaacs"
  5245. }
  5246. },
  5247. "node_modules/minimist": {
  5248. "version": "1.2.8",
  5249. "license": "MIT",
  5250. "funding": {
  5251. "url": "https://github.com/sponsors/ljharb"
  5252. }
  5253. },
  5254. "node_modules/minipass": {
  5255. "version": "7.1.2",
  5256. "license": "ISC",
  5257. "engines": {
  5258. "node": ">=16 || 14 >=14.17"
  5259. }
  5260. },
  5261. "node_modules/minizlib": {
  5262. "version": "3.0.2",
  5263. "license": "MIT",
  5264. "dependencies": {
  5265. "minipass": "^7.1.2"
  5266. },
  5267. "engines": {
  5268. "node": ">= 18"
  5269. }
  5270. },
  5271. "node_modules/mitt": {
  5272. "version": "3.0.1",
  5273. "license": "MIT"
  5274. },
  5275. "node_modules/mkdirp": {
  5276. "version": "3.0.1",
  5277. "license": "MIT",
  5278. "bin": {
  5279. "mkdirp": "dist/cjs/src/bin.js"
  5280. },
  5281. "engines": {
  5282. "node": ">=10"
  5283. },
  5284. "funding": {
  5285. "url": "https://github.com/sponsors/isaacs"
  5286. }
  5287. },
  5288. "node_modules/mlly": {
  5289. "version": "1.7.4",
  5290. "license": "MIT",
  5291. "dependencies": {
  5292. "acorn": "^8.14.0",
  5293. "pathe": "^2.0.1",
  5294. "pkg-types": "^1.3.0",
  5295. "ufo": "^1.5.4"
  5296. }
  5297. },
  5298. "node_modules/mlly/node_modules/pathe": {
  5299. "version": "2.0.3",
  5300. "license": "MIT"
  5301. },
  5302. "node_modules/mlly/node_modules/pkg-types": {
  5303. "version": "1.3.1",
  5304. "license": "MIT",
  5305. "dependencies": {
  5306. "confbox": "^0.1.8",
  5307. "mlly": "^1.7.4",
  5308. "pathe": "^2.0.1"
  5309. }
  5310. },
  5311. "node_modules/mlly/node_modules/pkg-types/node_modules/confbox": {
  5312. "version": "0.1.8",
  5313. "license": "MIT"
  5314. },
  5315. "node_modules/mocked-exports": {
  5316. "version": "0.1.1",
  5317. "license": "MIT"
  5318. },
  5319. "node_modules/module-definition": {
  5320. "version": "6.0.1",
  5321. "license": "MIT",
  5322. "dependencies": {
  5323. "ast-module-types": "^6.0.1",
  5324. "node-source-walk": "^7.0.1"
  5325. },
  5326. "bin": {
  5327. "module-definition": "bin/cli.js"
  5328. },
  5329. "engines": {
  5330. "node": ">=18"
  5331. }
  5332. },
  5333. "node_modules/mrmime": {
  5334. "version": "2.0.1",
  5335. "license": "MIT",
  5336. "engines": {
  5337. "node": ">=10"
  5338. }
  5339. },
  5340. "node_modules/ms": {
  5341. "version": "2.1.3",
  5342. "license": "MIT"
  5343. },
  5344. "node_modules/nanoid": {
  5345. "version": "3.3.11",
  5346. "funding": [
  5347. {
  5348. "type": "github",
  5349. "url": "https://github.com/sponsors/ai"
  5350. }
  5351. ],
  5352. "license": "MIT",
  5353. "bin": {
  5354. "nanoid": "bin/nanoid.cjs"
  5355. },
  5356. "engines": {
  5357. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5358. }
  5359. },
  5360. "node_modules/nanotar": {
  5361. "version": "0.2.0",
  5362. "license": "MIT"
  5363. },
  5364. "node_modules/netlify": {
  5365. "version": "13.3.5",
  5366. "license": "MIT",
  5367. "dependencies": {
  5368. "@netlify/open-api": "^2.37.0",
  5369. "lodash-es": "^4.17.21",
  5370. "micro-api-client": "^3.3.0",
  5371. "node-fetch": "^3.0.0",
  5372. "p-wait-for": "^5.0.0",
  5373. "qs": "^6.9.6"
  5374. },
  5375. "engines": {
  5376. "node": "^14.16.0 || >=16.0.0"
  5377. }
  5378. },
  5379. "node_modules/nitropack": {
  5380. "version": "2.12.4",
  5381. "license": "MIT",
  5382. "dependencies": {
  5383. "@cloudflare/kv-asset-handler": "^0.4.0",
  5384. "@netlify/functions": "^3.1.10",
  5385. "@rollup/plugin-alias": "^5.1.1",
  5386. "@rollup/plugin-commonjs": "^28.0.6",
  5387. "@rollup/plugin-inject": "^5.0.5",
  5388. "@rollup/plugin-json": "^6.1.0",
  5389. "@rollup/plugin-node-resolve": "^16.0.1",
  5390. "@rollup/plugin-replace": "^6.0.2",
  5391. "@rollup/plugin-terser": "^0.4.4",
  5392. "@vercel/nft": "^0.29.4",
  5393. "archiver": "^7.0.1",
  5394. "c12": "^3.1.0",
  5395. "chokidar": "^4.0.3",
  5396. "citty": "^0.1.6",
  5397. "compatx": "^0.2.0",
  5398. "confbox": "^0.2.2",
  5399. "consola": "^3.4.2",
  5400. "cookie-es": "^2.0.0",
  5401. "croner": "^9.1.0",
  5402. "crossws": "^0.3.5",
  5403. "db0": "^0.3.2",
  5404. "defu": "^6.1.4",
  5405. "destr": "^2.0.5",
  5406. "dot-prop": "^9.0.0",
  5407. "esbuild": "^0.25.6",
  5408. "escape-string-regexp": "^5.0.0",
  5409. "etag": "^1.8.1",
  5410. "exsolve": "^1.0.7",
  5411. "globby": "^14.1.0",
  5412. "gzip-size": "^7.0.0",
  5413. "h3": "^1.15.3",
  5414. "hookable": "^5.5.3",
  5415. "httpxy": "^0.1.7",
  5416. "ioredis": "^5.6.1",
  5417. "jiti": "^2.4.2",
  5418. "klona": "^2.0.6",
  5419. "knitwork": "^1.2.0",
  5420. "listhen": "^1.9.0",
  5421. "magic-string": "^0.30.17",
  5422. "magicast": "^0.3.5",
  5423. "mime": "^4.0.7",
  5424. "mlly": "^1.7.4",
  5425. "node-fetch-native": "^1.6.6",
  5426. "node-mock-http": "^1.0.1",
  5427. "ofetch": "^1.4.1",
  5428. "ohash": "^2.0.11",
  5429. "pathe": "^2.0.3",
  5430. "perfect-debounce": "^1.0.0",
  5431. "pkg-types": "^2.2.0",
  5432. "pretty-bytes": "^6.1.1",
  5433. "radix3": "^1.1.2",
  5434. "rollup": "^4.45.0",
  5435. "rollup-plugin-visualizer": "^6.0.3",
  5436. "scule": "^1.3.0",
  5437. "semver": "^7.7.2",
  5438. "serve-placeholder": "^2.0.2",
  5439. "serve-static": "^2.2.0",
  5440. "source-map": "^0.7.4",
  5441. "std-env": "^3.9.0",
  5442. "ufo": "^1.6.1",
  5443. "ultrahtml": "^1.6.0",
  5444. "uncrypto": "^0.1.3",
  5445. "unctx": "^2.4.1",
  5446. "unenv": "^2.0.0-rc.18",
  5447. "unimport": "^5.1.0",
  5448. "unplugin-utils": "^0.2.4",
  5449. "unstorage": "^1.16.1",
  5450. "untyped": "^2.0.0",
  5451. "unwasm": "^0.3.9",
  5452. "youch": "4.1.0-beta.8",
  5453. "youch-core": "^0.3.3"
  5454. },
  5455. "bin": {
  5456. "nitro": "dist/cli/index.mjs",
  5457. "nitropack": "dist/cli/index.mjs"
  5458. },
  5459. "engines": {
  5460. "node": "^16.11.0 || >=17.0.0"
  5461. },
  5462. "peerDependencies": {
  5463. "xml2js": "^0.6.2"
  5464. },
  5465. "peerDependenciesMeta": {
  5466. "xml2js": {
  5467. "optional": true
  5468. }
  5469. }
  5470. },
  5471. "node_modules/nitropack/node_modules/pathe": {
  5472. "version": "2.0.3",
  5473. "license": "MIT"
  5474. },
  5475. "node_modules/nitropack/node_modules/youch": {
  5476. "version": "4.1.0-beta.8",
  5477. "license": "MIT",
  5478. "dependencies": {
  5479. "@poppinss/colors": "^4.1.4",
  5480. "@poppinss/dumper": "^0.6.3",
  5481. "@speed-highlight/core": "^1.2.7",
  5482. "cookie": "^1.0.2",
  5483. "youch-core": "^0.3.1"
  5484. },
  5485. "engines": {
  5486. "node": ">=18"
  5487. }
  5488. },
  5489. "node_modules/node-addon-api": {
  5490. "version": "7.1.1",
  5491. "license": "MIT"
  5492. },
  5493. "node_modules/node-domexception": {
  5494. "version": "1.0.0",
  5495. "funding": [
  5496. {
  5497. "type": "github",
  5498. "url": "https://github.com/sponsors/jimmywarting"
  5499. },
  5500. {
  5501. "type": "github",
  5502. "url": "https://paypal.me/jimmywarting"
  5503. }
  5504. ],
  5505. "license": "MIT",
  5506. "engines": {
  5507. "node": ">=10.5.0"
  5508. }
  5509. },
  5510. "node_modules/node-fetch": {
  5511. "version": "3.3.2",
  5512. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
  5513. "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
  5514. "license": "MIT",
  5515. "dependencies": {
  5516. "data-uri-to-buffer": "^4.0.0",
  5517. "fetch-blob": "^3.1.4",
  5518. "formdata-polyfill": "^4.0.10"
  5519. },
  5520. "engines": {
  5521. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5522. },
  5523. "funding": {
  5524. "type": "opencollective",
  5525. "url": "https://opencollective.com/node-fetch"
  5526. }
  5527. },
  5528. "node_modules/node-fetch-native": {
  5529. "version": "1.6.6",
  5530. "license": "MIT"
  5531. },
  5532. "node_modules/node-forge": {
  5533. "version": "1.3.1",
  5534. "license": "(BSD-3-Clause OR GPL-2.0)",
  5535. "engines": {
  5536. "node": ">= 6.13.0"
  5537. }
  5538. },
  5539. "node_modules/node-gyp-build": {
  5540. "version": "4.8.4",
  5541. "license": "MIT",
  5542. "bin": {
  5543. "node-gyp-build": "bin.js",
  5544. "node-gyp-build-optional": "optional.js",
  5545. "node-gyp-build-test": "build-test.js"
  5546. }
  5547. },
  5548. "node_modules/node-mock-http": {
  5549. "version": "1.0.1",
  5550. "license": "MIT"
  5551. },
  5552. "node_modules/node-releases": {
  5553. "version": "2.0.19",
  5554. "license": "MIT"
  5555. },
  5556. "node_modules/node-source-walk": {
  5557. "version": "7.0.1",
  5558. "license": "MIT",
  5559. "dependencies": {
  5560. "@babel/parser": "^7.26.7"
  5561. },
  5562. "engines": {
  5563. "node": ">=18"
  5564. }
  5565. },
  5566. "node_modules/nopt": {
  5567. "version": "8.1.0",
  5568. "license": "ISC",
  5569. "dependencies": {
  5570. "abbrev": "^3.0.0"
  5571. },
  5572. "bin": {
  5573. "nopt": "bin/nopt.js"
  5574. },
  5575. "engines": {
  5576. "node": "^18.17.0 || >=20.5.0"
  5577. }
  5578. },
  5579. "node_modules/normalize-package-data": {
  5580. "version": "6.0.2",
  5581. "license": "BSD-2-Clause",
  5582. "dependencies": {
  5583. "hosted-git-info": "^7.0.0",
  5584. "semver": "^7.3.5",
  5585. "validate-npm-package-license": "^3.0.4"
  5586. },
  5587. "engines": {
  5588. "node": "^16.14.0 || >=18.0.0"
  5589. }
  5590. },
  5591. "node_modules/normalize-path": {
  5592. "version": "3.0.0",
  5593. "license": "MIT",
  5594. "engines": {
  5595. "node": ">=0.10.0"
  5596. }
  5597. },
  5598. "node_modules/normalize-range": {
  5599. "version": "0.1.2",
  5600. "license": "MIT",
  5601. "engines": {
  5602. "node": ">=0.10.0"
  5603. }
  5604. },
  5605. "node_modules/npm-run-path": {
  5606. "version": "5.3.0",
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "path-key": "^4.0.0"
  5610. },
  5611. "engines": {
  5612. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5613. },
  5614. "funding": {
  5615. "url": "https://github.com/sponsors/sindresorhus"
  5616. }
  5617. },
  5618. "node_modules/npm-run-path/node_modules/path-key": {
  5619. "version": "4.0.0",
  5620. "license": "MIT",
  5621. "engines": {
  5622. "node": ">=12"
  5623. },
  5624. "funding": {
  5625. "url": "https://github.com/sponsors/sindresorhus"
  5626. }
  5627. },
  5628. "node_modules/nth-check": {
  5629. "version": "2.1.1",
  5630. "license": "BSD-2-Clause",
  5631. "dependencies": {
  5632. "boolbase": "^1.0.0"
  5633. },
  5634. "funding": {
  5635. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5636. }
  5637. },
  5638. "node_modules/nuxt": {
  5639. "version": "4.0.1",
  5640. "license": "MIT",
  5641. "dependencies": {
  5642. "@nuxt/cli": "^3.26.4",
  5643. "@nuxt/devalue": "^2.0.2",
  5644. "@nuxt/devtools": "^2.6.2",
  5645. "@nuxt/kit": "4.0.1",
  5646. "@nuxt/schema": "4.0.1",
  5647. "@nuxt/telemetry": "^2.6.6",
  5648. "@nuxt/vite-builder": "4.0.1",
  5649. "@unhead/vue": "^2.0.12",
  5650. "@vue/shared": "^3.5.17",
  5651. "c12": "^3.1.0",
  5652. "chokidar": "^4.0.3",
  5653. "compatx": "^0.2.0",
  5654. "consola": "^3.4.2",
  5655. "cookie-es": "^2.0.0",
  5656. "defu": "^6.1.4",
  5657. "destr": "^2.0.5",
  5658. "devalue": "^5.1.1",
  5659. "errx": "^0.1.0",
  5660. "esbuild": "^0.25.8",
  5661. "escape-string-regexp": "^5.0.0",
  5662. "estree-walker": "^3.0.3",
  5663. "exsolve": "^1.0.7",
  5664. "h3": "^1.15.3",
  5665. "hookable": "^5.5.3",
  5666. "ignore": "^7.0.5",
  5667. "impound": "^1.0.0",
  5668. "jiti": "^2.4.2",
  5669. "klona": "^2.0.6",
  5670. "knitwork": "^1.2.0",
  5671. "magic-string": "^0.30.17",
  5672. "mlly": "^1.7.4",
  5673. "mocked-exports": "^0.1.1",
  5674. "nanotar": "^0.2.0",
  5675. "nitropack": "^2.12.3",
  5676. "nypm": "^0.6.0",
  5677. "ofetch": "^1.4.1",
  5678. "ohash": "^2.0.11",
  5679. "on-change": "^5.0.1",
  5680. "oxc-minify": "^0.77.3",
  5681. "oxc-parser": "^0.77.3",
  5682. "oxc-transform": "^0.77.3",
  5683. "oxc-walker": "^0.4.0",
  5684. "pathe": "^2.0.3",
  5685. "perfect-debounce": "^1.0.0",
  5686. "pkg-types": "^2.2.0",
  5687. "radix3": "^1.1.2",
  5688. "scule": "^1.3.0",
  5689. "semver": "^7.7.2",
  5690. "std-env": "^3.9.0",
  5691. "strip-literal": "^3.0.0",
  5692. "tinyglobby": "0.2.14",
  5693. "ufo": "^1.6.1",
  5694. "ultrahtml": "^1.6.0",
  5695. "uncrypto": "^0.1.3",
  5696. "unctx": "^2.4.1",
  5697. "unimport": "^5.1.0",
  5698. "unplugin": "^2.3.5",
  5699. "unplugin-vue-router": "^0.14.0",
  5700. "unstorage": "^1.16.1",
  5701. "untyped": "^2.0.0",
  5702. "vue": "^3.5.17",
  5703. "vue-bundle-renderer": "^2.1.1",
  5704. "vue-devtools-stub": "^0.1.0",
  5705. "vue-router": "^4.5.1"
  5706. },
  5707. "bin": {
  5708. "nuxi": "bin/nuxt.mjs",
  5709. "nuxt": "bin/nuxt.mjs"
  5710. },
  5711. "engines": {
  5712. "node": "^20.19.0 || >=22.12.0"
  5713. },
  5714. "peerDependencies": {
  5715. "@parcel/watcher": "^2.1.0",
  5716. "@types/node": ">=18.12.0"
  5717. },
  5718. "peerDependenciesMeta": {
  5719. "@parcel/watcher": {
  5720. "optional": true
  5721. },
  5722. "@types/node": {
  5723. "optional": true
  5724. }
  5725. }
  5726. },
  5727. "node_modules/nuxt/node_modules/@nuxt/kit": {
  5728. "version": "4.0.1",
  5729. "license": "MIT",
  5730. "dependencies": {
  5731. "c12": "^3.1.0",
  5732. "consola": "^3.4.2",
  5733. "defu": "^6.1.4",
  5734. "destr": "^2.0.5",
  5735. "errx": "^0.1.0",
  5736. "exsolve": "^1.0.7",
  5737. "ignore": "^7.0.5",
  5738. "jiti": "^2.4.2",
  5739. "klona": "^2.0.6",
  5740. "mlly": "^1.7.4",
  5741. "ohash": "^2.0.11",
  5742. "pathe": "^2.0.3",
  5743. "pkg-types": "^2.2.0",
  5744. "scule": "^1.3.0",
  5745. "semver": "^7.7.2",
  5746. "std-env": "^3.9.0",
  5747. "tinyglobby": "^0.2.14",
  5748. "ufo": "^1.6.1",
  5749. "unctx": "^2.4.1",
  5750. "unimport": "^5.1.0",
  5751. "untyped": "^2.0.0"
  5752. },
  5753. "engines": {
  5754. "node": ">=18.12.0"
  5755. }
  5756. },
  5757. "node_modules/nuxt/node_modules/pathe": {
  5758. "version": "2.0.3",
  5759. "license": "MIT"
  5760. },
  5761. "node_modules/nypm": {
  5762. "version": "0.6.0",
  5763. "license": "MIT",
  5764. "dependencies": {
  5765. "citty": "^0.1.6",
  5766. "consola": "^3.4.0",
  5767. "pathe": "^2.0.3",
  5768. "pkg-types": "^2.0.0",
  5769. "tinyexec": "^0.3.2"
  5770. },
  5771. "bin": {
  5772. "nypm": "dist/cli.mjs"
  5773. },
  5774. "engines": {
  5775. "node": "^14.16.0 || >=16.10.0"
  5776. }
  5777. },
  5778. "node_modules/nypm/node_modules/pathe": {
  5779. "version": "2.0.3",
  5780. "license": "MIT"
  5781. },
  5782. "node_modules/nypm/node_modules/tinyexec": {
  5783. "version": "0.3.2",
  5784. "license": "MIT"
  5785. },
  5786. "node_modules/object-inspect": {
  5787. "version": "1.13.4",
  5788. "license": "MIT",
  5789. "engines": {
  5790. "node": ">= 0.4"
  5791. },
  5792. "funding": {
  5793. "url": "https://github.com/sponsors/ljharb"
  5794. }
  5795. },
  5796. "node_modules/ofetch": {
  5797. "version": "1.4.1",
  5798. "license": "MIT",
  5799. "dependencies": {
  5800. "destr": "^2.0.3",
  5801. "node-fetch-native": "^1.6.4",
  5802. "ufo": "^1.5.4"
  5803. }
  5804. },
  5805. "node_modules/ohash": {
  5806. "version": "2.0.11",
  5807. "license": "MIT"
  5808. },
  5809. "node_modules/on-change": {
  5810. "version": "5.0.1",
  5811. "license": "MIT",
  5812. "engines": {
  5813. "node": ">=18"
  5814. },
  5815. "funding": {
  5816. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  5817. }
  5818. },
  5819. "node_modules/on-finished": {
  5820. "version": "2.4.1",
  5821. "license": "MIT",
  5822. "dependencies": {
  5823. "ee-first": "1.1.1"
  5824. },
  5825. "engines": {
  5826. "node": ">= 0.8"
  5827. }
  5828. },
  5829. "node_modules/once": {
  5830. "version": "1.4.0",
  5831. "license": "ISC",
  5832. "dependencies": {
  5833. "wrappy": "1"
  5834. }
  5835. },
  5836. "node_modules/one-time": {
  5837. "version": "1.0.0",
  5838. "license": "MIT",
  5839. "dependencies": {
  5840. "fn.name": "1.x.x"
  5841. }
  5842. },
  5843. "node_modules/onetime": {
  5844. "version": "6.0.0",
  5845. "license": "MIT",
  5846. "dependencies": {
  5847. "mimic-fn": "^4.0.0"
  5848. },
  5849. "engines": {
  5850. "node": ">=12"
  5851. },
  5852. "funding": {
  5853. "url": "https://github.com/sponsors/sindresorhus"
  5854. }
  5855. },
  5856. "node_modules/open": {
  5857. "version": "10.2.0",
  5858. "license": "MIT",
  5859. "dependencies": {
  5860. "default-browser": "^5.2.1",
  5861. "define-lazy-prop": "^3.0.0",
  5862. "is-inside-container": "^1.0.0",
  5863. "wsl-utils": "^0.1.0"
  5864. },
  5865. "engines": {
  5866. "node": ">=18"
  5867. },
  5868. "funding": {
  5869. "url": "https://github.com/sponsors/sindresorhus"
  5870. }
  5871. },
  5872. "node_modules/oxc-minify": {
  5873. "version": "0.77.3",
  5874. "license": "MIT",
  5875. "engines": {
  5876. "node": ">=14.0.0"
  5877. },
  5878. "funding": {
  5879. "url": "https://github.com/sponsors/Boshen"
  5880. },
  5881. "optionalDependencies": {
  5882. "@oxc-minify/binding-android-arm64": "0.77.3",
  5883. "@oxc-minify/binding-darwin-arm64": "0.77.3",
  5884. "@oxc-minify/binding-darwin-x64": "0.77.3",
  5885. "@oxc-minify/binding-freebsd-x64": "0.77.3",
  5886. "@oxc-minify/binding-linux-arm-gnueabihf": "0.77.3",
  5887. "@oxc-minify/binding-linux-arm-musleabihf": "0.77.3",
  5888. "@oxc-minify/binding-linux-arm64-gnu": "0.77.3",
  5889. "@oxc-minify/binding-linux-arm64-musl": "0.77.3",
  5890. "@oxc-minify/binding-linux-riscv64-gnu": "0.77.3",
  5891. "@oxc-minify/binding-linux-s390x-gnu": "0.77.3",
  5892. "@oxc-minify/binding-linux-x64-gnu": "0.77.3",
  5893. "@oxc-minify/binding-linux-x64-musl": "0.77.3",
  5894. "@oxc-minify/binding-wasm32-wasi": "0.77.3",
  5895. "@oxc-minify/binding-win32-arm64-msvc": "0.77.3",
  5896. "@oxc-minify/binding-win32-x64-msvc": "0.77.3"
  5897. }
  5898. },
  5899. "node_modules/oxc-parser": {
  5900. "version": "0.77.3",
  5901. "license": "MIT",
  5902. "dependencies": {
  5903. "@oxc-project/types": "^0.77.3"
  5904. },
  5905. "engines": {
  5906. "node": ">=20.0.0"
  5907. },
  5908. "funding": {
  5909. "url": "https://github.com/sponsors/Boshen"
  5910. },
  5911. "optionalDependencies": {
  5912. "@oxc-parser/binding-android-arm64": "0.77.3",
  5913. "@oxc-parser/binding-darwin-arm64": "0.77.3",
  5914. "@oxc-parser/binding-darwin-x64": "0.77.3",
  5915. "@oxc-parser/binding-freebsd-x64": "0.77.3",
  5916. "@oxc-parser/binding-linux-arm-gnueabihf": "0.77.3",
  5917. "@oxc-parser/binding-linux-arm-musleabihf": "0.77.3",
  5918. "@oxc-parser/binding-linux-arm64-gnu": "0.77.3",
  5919. "@oxc-parser/binding-linux-arm64-musl": "0.77.3",
  5920. "@oxc-parser/binding-linux-riscv64-gnu": "0.77.3",
  5921. "@oxc-parser/binding-linux-s390x-gnu": "0.77.3",
  5922. "@oxc-parser/binding-linux-x64-gnu": "0.77.3",
  5923. "@oxc-parser/binding-linux-x64-musl": "0.77.3",
  5924. "@oxc-parser/binding-wasm32-wasi": "0.77.3",
  5925. "@oxc-parser/binding-win32-arm64-msvc": "0.77.3",
  5926. "@oxc-parser/binding-win32-x64-msvc": "0.77.3"
  5927. }
  5928. },
  5929. "node_modules/oxc-transform": {
  5930. "version": "0.77.3",
  5931. "license": "MIT",
  5932. "engines": {
  5933. "node": ">=14.0.0"
  5934. },
  5935. "funding": {
  5936. "url": "https://github.com/sponsors/Boshen"
  5937. },
  5938. "optionalDependencies": {
  5939. "@oxc-transform/binding-android-arm64": "0.77.3",
  5940. "@oxc-transform/binding-darwin-arm64": "0.77.3",
  5941. "@oxc-transform/binding-darwin-x64": "0.77.3",
  5942. "@oxc-transform/binding-freebsd-x64": "0.77.3",
  5943. "@oxc-transform/binding-linux-arm-gnueabihf": "0.77.3",
  5944. "@oxc-transform/binding-linux-arm-musleabihf": "0.77.3",
  5945. "@oxc-transform/binding-linux-arm64-gnu": "0.77.3",
  5946. "@oxc-transform/binding-linux-arm64-musl": "0.77.3",
  5947. "@oxc-transform/binding-linux-riscv64-gnu": "0.77.3",
  5948. "@oxc-transform/binding-linux-s390x-gnu": "0.77.3",
  5949. "@oxc-transform/binding-linux-x64-gnu": "0.77.3",
  5950. "@oxc-transform/binding-linux-x64-musl": "0.77.3",
  5951. "@oxc-transform/binding-wasm32-wasi": "0.77.3",
  5952. "@oxc-transform/binding-win32-arm64-msvc": "0.77.3",
  5953. "@oxc-transform/binding-win32-x64-msvc": "0.77.3"
  5954. }
  5955. },
  5956. "node_modules/oxc-walker": {
  5957. "version": "0.4.0",
  5958. "license": "MIT",
  5959. "dependencies": {
  5960. "estree-walker": "^3.0.3",
  5961. "magic-regexp": "^0.10.0"
  5962. },
  5963. "peerDependencies": {
  5964. "oxc-parser": ">=0.72.0"
  5965. }
  5966. },
  5967. "node_modules/p-event": {
  5968. "version": "6.0.1",
  5969. "license": "MIT",
  5970. "dependencies": {
  5971. "p-timeout": "^6.1.2"
  5972. },
  5973. "engines": {
  5974. "node": ">=16.17"
  5975. },
  5976. "funding": {
  5977. "url": "https://github.com/sponsors/sindresorhus"
  5978. }
  5979. },
  5980. "node_modules/p-limit": {
  5981. "version": "4.0.0",
  5982. "license": "MIT",
  5983. "dependencies": {
  5984. "yocto-queue": "^1.0.0"
  5985. },
  5986. "engines": {
  5987. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5988. },
  5989. "funding": {
  5990. "url": "https://github.com/sponsors/sindresorhus"
  5991. }
  5992. },
  5993. "node_modules/p-locate": {
  5994. "version": "6.0.0",
  5995. "license": "MIT",
  5996. "dependencies": {
  5997. "p-limit": "^4.0.0"
  5998. },
  5999. "engines": {
  6000. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6001. },
  6002. "funding": {
  6003. "url": "https://github.com/sponsors/sindresorhus"
  6004. }
  6005. },
  6006. "node_modules/p-map": {
  6007. "version": "7.0.3",
  6008. "license": "MIT",
  6009. "engines": {
  6010. "node": ">=18"
  6011. },
  6012. "funding": {
  6013. "url": "https://github.com/sponsors/sindresorhus"
  6014. }
  6015. },
  6016. "node_modules/p-timeout": {
  6017. "version": "6.1.4",
  6018. "license": "MIT",
  6019. "engines": {
  6020. "node": ">=14.16"
  6021. },
  6022. "funding": {
  6023. "url": "https://github.com/sponsors/sindresorhus"
  6024. }
  6025. },
  6026. "node_modules/p-wait-for": {
  6027. "version": "5.0.2",
  6028. "license": "MIT",
  6029. "dependencies": {
  6030. "p-timeout": "^6.0.0"
  6031. },
  6032. "engines": {
  6033. "node": ">=12"
  6034. },
  6035. "funding": {
  6036. "url": "https://github.com/sponsors/sindresorhus"
  6037. }
  6038. },
  6039. "node_modules/package-json-from-dist": {
  6040. "version": "1.0.1",
  6041. "license": "BlueOak-1.0.0"
  6042. },
  6043. "node_modules/package-manager-detector": {
  6044. "version": "1.3.0",
  6045. "license": "MIT"
  6046. },
  6047. "node_modules/parse-gitignore": {
  6048. "version": "2.0.0",
  6049. "license": "MIT",
  6050. "engines": {
  6051. "node": ">=14"
  6052. }
  6053. },
  6054. "node_modules/parse-json": {
  6055. "version": "8.3.0",
  6056. "license": "MIT",
  6057. "dependencies": {
  6058. "@babel/code-frame": "^7.26.2",
  6059. "index-to-position": "^1.1.0",
  6060. "type-fest": "^4.39.1"
  6061. },
  6062. "engines": {
  6063. "node": ">=18"
  6064. },
  6065. "funding": {
  6066. "url": "https://github.com/sponsors/sindresorhus"
  6067. }
  6068. },
  6069. "node_modules/parse-path": {
  6070. "version": "7.1.0",
  6071. "license": "MIT",
  6072. "dependencies": {
  6073. "protocols": "^2.0.0"
  6074. }
  6075. },
  6076. "node_modules/parse-url": {
  6077. "version": "9.2.0",
  6078. "license": "MIT",
  6079. "dependencies": {
  6080. "@types/parse-path": "^7.0.0",
  6081. "parse-path": "^7.0.0"
  6082. },
  6083. "engines": {
  6084. "node": ">=14.13.0"
  6085. }
  6086. },
  6087. "node_modules/parseurl": {
  6088. "version": "1.3.3",
  6089. "license": "MIT",
  6090. "engines": {
  6091. "node": ">= 0.8"
  6092. }
  6093. },
  6094. "node_modules/path-exists": {
  6095. "version": "5.0.0",
  6096. "license": "MIT",
  6097. "engines": {
  6098. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6099. }
  6100. },
  6101. "node_modules/path-key": {
  6102. "version": "3.1.1",
  6103. "license": "MIT",
  6104. "engines": {
  6105. "node": ">=8"
  6106. }
  6107. },
  6108. "node_modules/path-parse": {
  6109. "version": "1.0.7",
  6110. "license": "MIT"
  6111. },
  6112. "node_modules/path-scurry": {
  6113. "version": "1.11.1",
  6114. "license": "BlueOak-1.0.0",
  6115. "dependencies": {
  6116. "lru-cache": "^10.2.0",
  6117. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  6118. },
  6119. "engines": {
  6120. "node": ">=16 || 14 >=14.18"
  6121. },
  6122. "funding": {
  6123. "url": "https://github.com/sponsors/isaacs"
  6124. }
  6125. },
  6126. "node_modules/path-scurry/node_modules/lru-cache": {
  6127. "version": "10.4.3",
  6128. "license": "ISC"
  6129. },
  6130. "node_modules/path-type": {
  6131. "version": "6.0.0",
  6132. "license": "MIT",
  6133. "engines": {
  6134. "node": ">=18"
  6135. },
  6136. "funding": {
  6137. "url": "https://github.com/sponsors/sindresorhus"
  6138. }
  6139. },
  6140. "node_modules/pathe": {
  6141. "version": "1.1.2",
  6142. "license": "MIT"
  6143. },
  6144. "node_modules/pend": {
  6145. "version": "1.2.0",
  6146. "license": "MIT"
  6147. },
  6148. "node_modules/perfect-debounce": {
  6149. "version": "1.0.0",
  6150. "license": "MIT"
  6151. },
  6152. "node_modules/picocolors": {
  6153. "version": "1.1.1",
  6154. "license": "ISC"
  6155. },
  6156. "node_modules/picomatch": {
  6157. "version": "4.0.3",
  6158. "license": "MIT",
  6159. "engines": {
  6160. "node": ">=12"
  6161. },
  6162. "funding": {
  6163. "url": "https://github.com/sponsors/jonschlinkert"
  6164. }
  6165. },
  6166. "node_modules/pify": {
  6167. "version": "2.3.0",
  6168. "license": "MIT",
  6169. "engines": {
  6170. "node": ">=0.10.0"
  6171. }
  6172. },
  6173. "node_modules/pinia": {
  6174. "version": "3.0.3",
  6175. "license": "MIT",
  6176. "peer": true,
  6177. "dependencies": {
  6178. "@vue/devtools-api": "^7.7.2"
  6179. },
  6180. "funding": {
  6181. "url": "https://github.com/sponsors/posva"
  6182. },
  6183. "peerDependencies": {
  6184. "typescript": ">=4.4.4",
  6185. "vue": "^2.7.0 || ^3.5.11"
  6186. },
  6187. "peerDependenciesMeta": {
  6188. "typescript": {
  6189. "optional": true
  6190. }
  6191. }
  6192. },
  6193. "node_modules/pinia-plugin-persistedstate": {
  6194. "version": "4.4.1",
  6195. "license": "MIT",
  6196. "dependencies": {
  6197. "deep-pick-omit": "^1.2.1",
  6198. "defu": "^6.1.4",
  6199. "destr": "^2.0.5"
  6200. },
  6201. "peerDependencies": {
  6202. "@nuxt/kit": ">=3.0.0",
  6203. "@pinia/nuxt": ">=0.10.0",
  6204. "pinia": ">=3.0.0"
  6205. },
  6206. "peerDependenciesMeta": {
  6207. "@nuxt/kit": {
  6208. "optional": true
  6209. },
  6210. "@pinia/nuxt": {
  6211. "optional": true
  6212. },
  6213. "pinia": {
  6214. "optional": true
  6215. }
  6216. }
  6217. },
  6218. "node_modules/pinia/node_modules/@vue/devtools-api": {
  6219. "version": "7.7.7",
  6220. "license": "MIT",
  6221. "peer": true,
  6222. "dependencies": {
  6223. "@vue/devtools-kit": "^7.7.7"
  6224. }
  6225. },
  6226. "node_modules/pkg-types": {
  6227. "version": "2.2.0",
  6228. "license": "MIT",
  6229. "dependencies": {
  6230. "confbox": "^0.2.2",
  6231. "exsolve": "^1.0.7",
  6232. "pathe": "^2.0.3"
  6233. }
  6234. },
  6235. "node_modules/pkg-types/node_modules/pathe": {
  6236. "version": "2.0.3",
  6237. "license": "MIT"
  6238. },
  6239. "node_modules/postcss": {
  6240. "version": "8.5.6",
  6241. "funding": [
  6242. {
  6243. "type": "opencollective",
  6244. "url": "https://opencollective.com/postcss/"
  6245. },
  6246. {
  6247. "type": "tidelift",
  6248. "url": "https://tidelift.com/funding/github/npm/postcss"
  6249. },
  6250. {
  6251. "type": "github",
  6252. "url": "https://github.com/sponsors/ai"
  6253. }
  6254. ],
  6255. "license": "MIT",
  6256. "dependencies": {
  6257. "nanoid": "^3.3.11",
  6258. "picocolors": "^1.1.1",
  6259. "source-map-js": "^1.2.1"
  6260. },
  6261. "engines": {
  6262. "node": "^10 || ^12 || >=14"
  6263. }
  6264. },
  6265. "node_modules/postcss-calc": {
  6266. "version": "10.1.1",
  6267. "license": "MIT",
  6268. "dependencies": {
  6269. "postcss-selector-parser": "^7.0.0",
  6270. "postcss-value-parser": "^4.2.0"
  6271. },
  6272. "engines": {
  6273. "node": "^18.12 || ^20.9 || >=22.0"
  6274. },
  6275. "peerDependencies": {
  6276. "postcss": "^8.4.38"
  6277. }
  6278. },
  6279. "node_modules/postcss-calc/node_modules/postcss-selector-parser": {
  6280. "version": "7.1.0",
  6281. "license": "MIT",
  6282. "dependencies": {
  6283. "cssesc": "^3.0.0",
  6284. "util-deprecate": "^1.0.2"
  6285. },
  6286. "engines": {
  6287. "node": ">=4"
  6288. }
  6289. },
  6290. "node_modules/postcss-colormin": {
  6291. "version": "7.0.4",
  6292. "license": "MIT",
  6293. "dependencies": {
  6294. "browserslist": "^4.25.1",
  6295. "caniuse-api": "^3.0.0",
  6296. "colord": "^2.9.3",
  6297. "postcss-value-parser": "^4.2.0"
  6298. },
  6299. "engines": {
  6300. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6301. },
  6302. "peerDependencies": {
  6303. "postcss": "^8.4.32"
  6304. }
  6305. },
  6306. "node_modules/postcss-convert-values": {
  6307. "version": "7.0.6",
  6308. "license": "MIT",
  6309. "dependencies": {
  6310. "browserslist": "^4.25.1",
  6311. "postcss-value-parser": "^4.2.0"
  6312. },
  6313. "engines": {
  6314. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6315. },
  6316. "peerDependencies": {
  6317. "postcss": "^8.4.32"
  6318. }
  6319. },
  6320. "node_modules/postcss-custom-media": {
  6321. "version": "11.0.6",
  6322. "funding": [
  6323. {
  6324. "type": "github",
  6325. "url": "https://github.com/sponsors/csstools"
  6326. },
  6327. {
  6328. "type": "opencollective",
  6329. "url": "https://opencollective.com/csstools"
  6330. }
  6331. ],
  6332. "license": "MIT",
  6333. "dependencies": {
  6334. "@csstools/cascade-layer-name-parser": "^2.0.5",
  6335. "@csstools/css-parser-algorithms": "^3.0.5",
  6336. "@csstools/css-tokenizer": "^3.0.4",
  6337. "@csstools/media-query-list-parser": "^4.0.3"
  6338. },
  6339. "engines": {
  6340. "node": ">=18"
  6341. },
  6342. "peerDependencies": {
  6343. "postcss": "^8.4"
  6344. }
  6345. },
  6346. "node_modules/postcss-discard-comments": {
  6347. "version": "7.0.4",
  6348. "license": "MIT",
  6349. "dependencies": {
  6350. "postcss-selector-parser": "^7.1.0"
  6351. },
  6352. "engines": {
  6353. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6354. },
  6355. "peerDependencies": {
  6356. "postcss": "^8.4.32"
  6357. }
  6358. },
  6359. "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": {
  6360. "version": "7.1.0",
  6361. "license": "MIT",
  6362. "dependencies": {
  6363. "cssesc": "^3.0.0",
  6364. "util-deprecate": "^1.0.2"
  6365. },
  6366. "engines": {
  6367. "node": ">=4"
  6368. }
  6369. },
  6370. "node_modules/postcss-discard-duplicates": {
  6371. "version": "7.0.2",
  6372. "license": "MIT",
  6373. "engines": {
  6374. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6375. },
  6376. "peerDependencies": {
  6377. "postcss": "^8.4.32"
  6378. }
  6379. },
  6380. "node_modules/postcss-discard-empty": {
  6381. "version": "7.0.1",
  6382. "license": "MIT",
  6383. "engines": {
  6384. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6385. },
  6386. "peerDependencies": {
  6387. "postcss": "^8.4.32"
  6388. }
  6389. },
  6390. "node_modules/postcss-discard-overridden": {
  6391. "version": "7.0.1",
  6392. "license": "MIT",
  6393. "engines": {
  6394. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6395. },
  6396. "peerDependencies": {
  6397. "postcss": "^8.4.32"
  6398. }
  6399. },
  6400. "node_modules/postcss-import": {
  6401. "version": "16.1.1",
  6402. "license": "MIT",
  6403. "dependencies": {
  6404. "postcss-value-parser": "^4.0.0",
  6405. "read-cache": "^1.0.0",
  6406. "resolve": "^1.1.7"
  6407. },
  6408. "engines": {
  6409. "node": ">=18.0.0"
  6410. },
  6411. "peerDependencies": {
  6412. "postcss": "^8.0.0"
  6413. }
  6414. },
  6415. "node_modules/postcss-merge-longhand": {
  6416. "version": "7.0.5",
  6417. "license": "MIT",
  6418. "dependencies": {
  6419. "postcss-value-parser": "^4.2.0",
  6420. "stylehacks": "^7.0.5"
  6421. },
  6422. "engines": {
  6423. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6424. },
  6425. "peerDependencies": {
  6426. "postcss": "^8.4.32"
  6427. }
  6428. },
  6429. "node_modules/postcss-merge-rules": {
  6430. "version": "7.0.6",
  6431. "license": "MIT",
  6432. "dependencies": {
  6433. "browserslist": "^4.25.1",
  6434. "caniuse-api": "^3.0.0",
  6435. "cssnano-utils": "^5.0.1",
  6436. "postcss-selector-parser": "^7.1.0"
  6437. },
  6438. "engines": {
  6439. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6440. },
  6441. "peerDependencies": {
  6442. "postcss": "^8.4.32"
  6443. }
  6444. },
  6445. "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
  6446. "version": "7.1.0",
  6447. "license": "MIT",
  6448. "dependencies": {
  6449. "cssesc": "^3.0.0",
  6450. "util-deprecate": "^1.0.2"
  6451. },
  6452. "engines": {
  6453. "node": ">=4"
  6454. }
  6455. },
  6456. "node_modules/postcss-minify-font-values": {
  6457. "version": "7.0.1",
  6458. "license": "MIT",
  6459. "dependencies": {
  6460. "postcss-value-parser": "^4.2.0"
  6461. },
  6462. "engines": {
  6463. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6464. },
  6465. "peerDependencies": {
  6466. "postcss": "^8.4.32"
  6467. }
  6468. },
  6469. "node_modules/postcss-minify-gradients": {
  6470. "version": "7.0.1",
  6471. "license": "MIT",
  6472. "dependencies": {
  6473. "colord": "^2.9.3",
  6474. "cssnano-utils": "^5.0.1",
  6475. "postcss-value-parser": "^4.2.0"
  6476. },
  6477. "engines": {
  6478. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6479. },
  6480. "peerDependencies": {
  6481. "postcss": "^8.4.32"
  6482. }
  6483. },
  6484. "node_modules/postcss-minify-params": {
  6485. "version": "7.0.4",
  6486. "license": "MIT",
  6487. "dependencies": {
  6488. "browserslist": "^4.25.1",
  6489. "cssnano-utils": "^5.0.1",
  6490. "postcss-value-parser": "^4.2.0"
  6491. },
  6492. "engines": {
  6493. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6494. },
  6495. "peerDependencies": {
  6496. "postcss": "^8.4.32"
  6497. }
  6498. },
  6499. "node_modules/postcss-minify-selectors": {
  6500. "version": "7.0.5",
  6501. "license": "MIT",
  6502. "dependencies": {
  6503. "cssesc": "^3.0.0",
  6504. "postcss-selector-parser": "^7.1.0"
  6505. },
  6506. "engines": {
  6507. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6508. },
  6509. "peerDependencies": {
  6510. "postcss": "^8.4.32"
  6511. }
  6512. },
  6513. "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
  6514. "version": "7.1.0",
  6515. "license": "MIT",
  6516. "dependencies": {
  6517. "cssesc": "^3.0.0",
  6518. "util-deprecate": "^1.0.2"
  6519. },
  6520. "engines": {
  6521. "node": ">=4"
  6522. }
  6523. },
  6524. "node_modules/postcss-nested": {
  6525. "version": "7.0.2",
  6526. "funding": [
  6527. {
  6528. "type": "opencollective",
  6529. "url": "https://opencollective.com/postcss/"
  6530. },
  6531. {
  6532. "type": "github",
  6533. "url": "https://github.com/sponsors/ai"
  6534. }
  6535. ],
  6536. "license": "MIT",
  6537. "dependencies": {
  6538. "postcss-selector-parser": "^7.0.0"
  6539. },
  6540. "engines": {
  6541. "node": ">=18.0"
  6542. },
  6543. "peerDependencies": {
  6544. "postcss": "^8.2.14"
  6545. }
  6546. },
  6547. "node_modules/postcss-nested/node_modules/postcss-selector-parser": {
  6548. "version": "7.1.0",
  6549. "license": "MIT",
  6550. "dependencies": {
  6551. "cssesc": "^3.0.0",
  6552. "util-deprecate": "^1.0.2"
  6553. },
  6554. "engines": {
  6555. "node": ">=4"
  6556. }
  6557. },
  6558. "node_modules/postcss-normalize-charset": {
  6559. "version": "7.0.1",
  6560. "license": "MIT",
  6561. "engines": {
  6562. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6563. },
  6564. "peerDependencies": {
  6565. "postcss": "^8.4.32"
  6566. }
  6567. },
  6568. "node_modules/postcss-normalize-display-values": {
  6569. "version": "7.0.1",
  6570. "license": "MIT",
  6571. "dependencies": {
  6572. "postcss-value-parser": "^4.2.0"
  6573. },
  6574. "engines": {
  6575. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6576. },
  6577. "peerDependencies": {
  6578. "postcss": "^8.4.32"
  6579. }
  6580. },
  6581. "node_modules/postcss-normalize-positions": {
  6582. "version": "7.0.1",
  6583. "license": "MIT",
  6584. "dependencies": {
  6585. "postcss-value-parser": "^4.2.0"
  6586. },
  6587. "engines": {
  6588. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6589. },
  6590. "peerDependencies": {
  6591. "postcss": "^8.4.32"
  6592. }
  6593. },
  6594. "node_modules/postcss-normalize-repeat-style": {
  6595. "version": "7.0.1",
  6596. "license": "MIT",
  6597. "dependencies": {
  6598. "postcss-value-parser": "^4.2.0"
  6599. },
  6600. "engines": {
  6601. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6602. },
  6603. "peerDependencies": {
  6604. "postcss": "^8.4.32"
  6605. }
  6606. },
  6607. "node_modules/postcss-normalize-string": {
  6608. "version": "7.0.1",
  6609. "license": "MIT",
  6610. "dependencies": {
  6611. "postcss-value-parser": "^4.2.0"
  6612. },
  6613. "engines": {
  6614. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6615. },
  6616. "peerDependencies": {
  6617. "postcss": "^8.4.32"
  6618. }
  6619. },
  6620. "node_modules/postcss-normalize-timing-functions": {
  6621. "version": "7.0.1",
  6622. "license": "MIT",
  6623. "dependencies": {
  6624. "postcss-value-parser": "^4.2.0"
  6625. },
  6626. "engines": {
  6627. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6628. },
  6629. "peerDependencies": {
  6630. "postcss": "^8.4.32"
  6631. }
  6632. },
  6633. "node_modules/postcss-normalize-unicode": {
  6634. "version": "7.0.4",
  6635. "license": "MIT",
  6636. "dependencies": {
  6637. "browserslist": "^4.25.1",
  6638. "postcss-value-parser": "^4.2.0"
  6639. },
  6640. "engines": {
  6641. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6642. },
  6643. "peerDependencies": {
  6644. "postcss": "^8.4.32"
  6645. }
  6646. },
  6647. "node_modules/postcss-normalize-url": {
  6648. "version": "7.0.1",
  6649. "license": "MIT",
  6650. "dependencies": {
  6651. "postcss-value-parser": "^4.2.0"
  6652. },
  6653. "engines": {
  6654. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6655. },
  6656. "peerDependencies": {
  6657. "postcss": "^8.4.32"
  6658. }
  6659. },
  6660. "node_modules/postcss-normalize-whitespace": {
  6661. "version": "7.0.1",
  6662. "license": "MIT",
  6663. "dependencies": {
  6664. "postcss-value-parser": "^4.2.0"
  6665. },
  6666. "engines": {
  6667. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6668. },
  6669. "peerDependencies": {
  6670. "postcss": "^8.4.32"
  6671. }
  6672. },
  6673. "node_modules/postcss-ordered-values": {
  6674. "version": "7.0.2",
  6675. "license": "MIT",
  6676. "dependencies": {
  6677. "cssnano-utils": "^5.0.1",
  6678. "postcss-value-parser": "^4.2.0"
  6679. },
  6680. "engines": {
  6681. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6682. },
  6683. "peerDependencies": {
  6684. "postcss": "^8.4.32"
  6685. }
  6686. },
  6687. "node_modules/postcss-reduce-initial": {
  6688. "version": "7.0.4",
  6689. "license": "MIT",
  6690. "dependencies": {
  6691. "browserslist": "^4.25.1",
  6692. "caniuse-api": "^3.0.0"
  6693. },
  6694. "engines": {
  6695. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6696. },
  6697. "peerDependencies": {
  6698. "postcss": "^8.4.32"
  6699. }
  6700. },
  6701. "node_modules/postcss-reduce-transforms": {
  6702. "version": "7.0.1",
  6703. "license": "MIT",
  6704. "dependencies": {
  6705. "postcss-value-parser": "^4.2.0"
  6706. },
  6707. "engines": {
  6708. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6709. },
  6710. "peerDependencies": {
  6711. "postcss": "^8.4.32"
  6712. }
  6713. },
  6714. "node_modules/postcss-selector-parser": {
  6715. "version": "6.0.10",
  6716. "license": "MIT",
  6717. "dependencies": {
  6718. "cssesc": "^3.0.0",
  6719. "util-deprecate": "^1.0.2"
  6720. },
  6721. "engines": {
  6722. "node": ">=4"
  6723. }
  6724. },
  6725. "node_modules/postcss-svgo": {
  6726. "version": "7.1.0",
  6727. "license": "MIT",
  6728. "dependencies": {
  6729. "postcss-value-parser": "^4.2.0",
  6730. "svgo": "^4.0.0"
  6731. },
  6732. "engines": {
  6733. "node": "^18.12.0 || ^20.9.0 || >= 18"
  6734. },
  6735. "peerDependencies": {
  6736. "postcss": "^8.4.32"
  6737. }
  6738. },
  6739. "node_modules/postcss-unique-selectors": {
  6740. "version": "7.0.4",
  6741. "license": "MIT",
  6742. "dependencies": {
  6743. "postcss-selector-parser": "^7.1.0"
  6744. },
  6745. "engines": {
  6746. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6747. },
  6748. "peerDependencies": {
  6749. "postcss": "^8.4.32"
  6750. }
  6751. },
  6752. "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": {
  6753. "version": "7.1.0",
  6754. "license": "MIT",
  6755. "dependencies": {
  6756. "cssesc": "^3.0.0",
  6757. "util-deprecate": "^1.0.2"
  6758. },
  6759. "engines": {
  6760. "node": ">=4"
  6761. }
  6762. },
  6763. "node_modules/postcss-value-parser": {
  6764. "version": "4.2.0",
  6765. "license": "MIT"
  6766. },
  6767. "node_modules/postcss-values-parser": {
  6768. "version": "6.0.2",
  6769. "license": "MPL-2.0",
  6770. "dependencies": {
  6771. "color-name": "^1.1.4",
  6772. "is-url-superb": "^4.0.0",
  6773. "quote-unquote": "^1.0.0"
  6774. },
  6775. "engines": {
  6776. "node": ">=10"
  6777. },
  6778. "peerDependencies": {
  6779. "postcss": "^8.2.9"
  6780. }
  6781. },
  6782. "node_modules/precinct": {
  6783. "version": "12.2.0",
  6784. "license": "MIT",
  6785. "dependencies": {
  6786. "@dependents/detective-less": "^5.0.1",
  6787. "commander": "^12.1.0",
  6788. "detective-amd": "^6.0.1",
  6789. "detective-cjs": "^6.0.1",
  6790. "detective-es6": "^5.0.1",
  6791. "detective-postcss": "^7.0.1",
  6792. "detective-sass": "^6.0.1",
  6793. "detective-scss": "^5.0.1",
  6794. "detective-stylus": "^5.0.1",
  6795. "detective-typescript": "^14.0.0",
  6796. "detective-vue2": "^2.2.0",
  6797. "module-definition": "^6.0.1",
  6798. "node-source-walk": "^7.0.1",
  6799. "postcss": "^8.5.1",
  6800. "typescript": "^5.7.3"
  6801. },
  6802. "bin": {
  6803. "precinct": "bin/cli.js"
  6804. },
  6805. "engines": {
  6806. "node": ">=18"
  6807. }
  6808. },
  6809. "node_modules/precinct/node_modules/commander": {
  6810. "version": "12.1.0",
  6811. "license": "MIT",
  6812. "engines": {
  6813. "node": ">=18"
  6814. }
  6815. },
  6816. "node_modules/pretty-bytes": {
  6817. "version": "6.1.1",
  6818. "license": "MIT",
  6819. "engines": {
  6820. "node": "^14.13.1 || >=16.0.0"
  6821. },
  6822. "funding": {
  6823. "url": "https://github.com/sponsors/sindresorhus"
  6824. }
  6825. },
  6826. "node_modules/process": {
  6827. "version": "0.11.10",
  6828. "license": "MIT",
  6829. "engines": {
  6830. "node": ">= 0.6.0"
  6831. }
  6832. },
  6833. "node_modules/process-nextick-args": {
  6834. "version": "2.0.1",
  6835. "license": "MIT"
  6836. },
  6837. "node_modules/prompts": {
  6838. "version": "2.4.2",
  6839. "license": "MIT",
  6840. "dependencies": {
  6841. "kleur": "^3.0.3",
  6842. "sisteransi": "^1.0.5"
  6843. },
  6844. "engines": {
  6845. "node": ">= 6"
  6846. }
  6847. },
  6848. "node_modules/prompts/node_modules/kleur": {
  6849. "version": "3.0.3",
  6850. "license": "MIT",
  6851. "engines": {
  6852. "node": ">=6"
  6853. }
  6854. },
  6855. "node_modules/protocols": {
  6856. "version": "2.0.2",
  6857. "license": "MIT"
  6858. },
  6859. "node_modules/pump": {
  6860. "version": "3.0.3",
  6861. "license": "MIT",
  6862. "dependencies": {
  6863. "end-of-stream": "^1.1.0",
  6864. "once": "^1.3.1"
  6865. }
  6866. },
  6867. "node_modules/qs": {
  6868. "version": "6.14.0",
  6869. "license": "BSD-3-Clause",
  6870. "dependencies": {
  6871. "side-channel": "^1.1.0"
  6872. },
  6873. "engines": {
  6874. "node": ">=0.6"
  6875. },
  6876. "funding": {
  6877. "url": "https://github.com/sponsors/ljharb"
  6878. }
  6879. },
  6880. "node_modules/quansync": {
  6881. "version": "0.2.10",
  6882. "funding": [
  6883. {
  6884. "type": "individual",
  6885. "url": "https://github.com/sponsors/antfu"
  6886. },
  6887. {
  6888. "type": "individual",
  6889. "url": "https://github.com/sponsors/sxzz"
  6890. }
  6891. ],
  6892. "license": "MIT"
  6893. },
  6894. "node_modules/queue-microtask": {
  6895. "version": "1.2.3",
  6896. "funding": [
  6897. {
  6898. "type": "github",
  6899. "url": "https://github.com/sponsors/feross"
  6900. },
  6901. {
  6902. "type": "patreon",
  6903. "url": "https://www.patreon.com/feross"
  6904. },
  6905. {
  6906. "type": "consulting",
  6907. "url": "https://feross.org/support"
  6908. }
  6909. ],
  6910. "license": "MIT"
  6911. },
  6912. "node_modules/quote-unquote": {
  6913. "version": "1.0.0",
  6914. "license": "MIT"
  6915. },
  6916. "node_modules/radix3": {
  6917. "version": "1.1.2",
  6918. "license": "MIT"
  6919. },
  6920. "node_modules/randombytes": {
  6921. "version": "2.1.0",
  6922. "license": "MIT",
  6923. "dependencies": {
  6924. "safe-buffer": "^5.1.0"
  6925. }
  6926. },
  6927. "node_modules/range-parser": {
  6928. "version": "1.2.1",
  6929. "license": "MIT",
  6930. "engines": {
  6931. "node": ">= 0.6"
  6932. }
  6933. },
  6934. "node_modules/rc9": {
  6935. "version": "2.1.2",
  6936. "license": "MIT",
  6937. "dependencies": {
  6938. "defu": "^6.1.4",
  6939. "destr": "^2.0.3"
  6940. }
  6941. },
  6942. "node_modules/read-cache": {
  6943. "version": "1.0.0",
  6944. "license": "MIT",
  6945. "dependencies": {
  6946. "pify": "^2.3.0"
  6947. }
  6948. },
  6949. "node_modules/read-package-up": {
  6950. "version": "11.0.0",
  6951. "license": "MIT",
  6952. "dependencies": {
  6953. "find-up-simple": "^1.0.0",
  6954. "read-pkg": "^9.0.0",
  6955. "type-fest": "^4.6.0"
  6956. },
  6957. "engines": {
  6958. "node": ">=18"
  6959. },
  6960. "funding": {
  6961. "url": "https://github.com/sponsors/sindresorhus"
  6962. }
  6963. },
  6964. "node_modules/read-pkg": {
  6965. "version": "9.0.1",
  6966. "license": "MIT",
  6967. "dependencies": {
  6968. "@types/normalize-package-data": "^2.4.3",
  6969. "normalize-package-data": "^6.0.0",
  6970. "parse-json": "^8.0.0",
  6971. "type-fest": "^4.6.0",
  6972. "unicorn-magic": "^0.1.0"
  6973. },
  6974. "engines": {
  6975. "node": ">=18"
  6976. },
  6977. "funding": {
  6978. "url": "https://github.com/sponsors/sindresorhus"
  6979. }
  6980. },
  6981. "node_modules/read-pkg/node_modules/unicorn-magic": {
  6982. "version": "0.1.0",
  6983. "license": "MIT",
  6984. "engines": {
  6985. "node": ">=18"
  6986. },
  6987. "funding": {
  6988. "url": "https://github.com/sponsors/sindresorhus"
  6989. }
  6990. },
  6991. "node_modules/readable-stream": {
  6992. "version": "4.7.0",
  6993. "license": "MIT",
  6994. "dependencies": {
  6995. "abort-controller": "^3.0.0",
  6996. "buffer": "^6.0.3",
  6997. "events": "^3.3.0",
  6998. "process": "^0.11.10",
  6999. "string_decoder": "^1.3.0"
  7000. },
  7001. "engines": {
  7002. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7003. }
  7004. },
  7005. "node_modules/readable-stream/node_modules/buffer": {
  7006. "version": "6.0.3",
  7007. "funding": [
  7008. {
  7009. "type": "github",
  7010. "url": "https://github.com/sponsors/feross"
  7011. },
  7012. {
  7013. "type": "patreon",
  7014. "url": "https://www.patreon.com/feross"
  7015. },
  7016. {
  7017. "type": "consulting",
  7018. "url": "https://feross.org/support"
  7019. }
  7020. ],
  7021. "license": "MIT",
  7022. "dependencies": {
  7023. "base64-js": "^1.3.1",
  7024. "ieee754": "^1.2.1"
  7025. }
  7026. },
  7027. "node_modules/readdir-glob": {
  7028. "version": "1.1.3",
  7029. "license": "Apache-2.0",
  7030. "dependencies": {
  7031. "minimatch": "^5.1.0"
  7032. }
  7033. },
  7034. "node_modules/readdir-glob/node_modules/minimatch": {
  7035. "version": "5.1.6",
  7036. "license": "ISC",
  7037. "dependencies": {
  7038. "brace-expansion": "^2.0.1"
  7039. },
  7040. "engines": {
  7041. "node": ">=10"
  7042. }
  7043. },
  7044. "node_modules/readdirp": {
  7045. "version": "4.1.2",
  7046. "license": "MIT",
  7047. "engines": {
  7048. "node": ">= 14.18.0"
  7049. },
  7050. "funding": {
  7051. "type": "individual",
  7052. "url": "https://paulmillr.com/funding/"
  7053. }
  7054. },
  7055. "node_modules/redis-errors": {
  7056. "version": "1.2.0",
  7057. "license": "MIT",
  7058. "engines": {
  7059. "node": ">=4"
  7060. }
  7061. },
  7062. "node_modules/redis-parser": {
  7063. "version": "3.0.0",
  7064. "license": "MIT",
  7065. "dependencies": {
  7066. "redis-errors": "^1.0.0"
  7067. },
  7068. "engines": {
  7069. "node": ">=4"
  7070. }
  7071. },
  7072. "node_modules/regexp-tree": {
  7073. "version": "0.1.27",
  7074. "license": "MIT",
  7075. "bin": {
  7076. "regexp-tree": "bin/regexp-tree"
  7077. }
  7078. },
  7079. "node_modules/remove-trailing-separator": {
  7080. "version": "1.1.0",
  7081. "license": "ISC"
  7082. },
  7083. "node_modules/require-directory": {
  7084. "version": "2.1.1",
  7085. "license": "MIT",
  7086. "engines": {
  7087. "node": ">=0.10.0"
  7088. }
  7089. },
  7090. "node_modules/require-package-name": {
  7091. "version": "2.0.1",
  7092. "license": "MIT"
  7093. },
  7094. "node_modules/resolve": {
  7095. "version": "1.22.10",
  7096. "license": "MIT",
  7097. "dependencies": {
  7098. "is-core-module": "^2.16.0",
  7099. "path-parse": "^1.0.7",
  7100. "supports-preserve-symlinks-flag": "^1.0.0"
  7101. },
  7102. "bin": {
  7103. "resolve": "bin/resolve"
  7104. },
  7105. "engines": {
  7106. "node": ">= 0.4"
  7107. },
  7108. "funding": {
  7109. "url": "https://github.com/sponsors/ljharb"
  7110. }
  7111. },
  7112. "node_modules/resolve-from": {
  7113. "version": "5.0.0",
  7114. "license": "MIT",
  7115. "engines": {
  7116. "node": ">=8"
  7117. }
  7118. },
  7119. "node_modules/reusify": {
  7120. "version": "1.1.0",
  7121. "license": "MIT",
  7122. "engines": {
  7123. "iojs": ">=1.0.0",
  7124. "node": ">=0.10.0"
  7125. }
  7126. },
  7127. "node_modules/rfdc": {
  7128. "version": "1.4.1",
  7129. "license": "MIT"
  7130. },
  7131. "node_modules/rollup": {
  7132. "version": "4.46.0",
  7133. "license": "MIT",
  7134. "dependencies": {
  7135. "@types/estree": "1.0.8"
  7136. },
  7137. "bin": {
  7138. "rollup": "dist/bin/rollup"
  7139. },
  7140. "engines": {
  7141. "node": ">=18.0.0",
  7142. "npm": ">=8.0.0"
  7143. },
  7144. "optionalDependencies": {
  7145. "@rollup/rollup-android-arm-eabi": "4.46.0",
  7146. "@rollup/rollup-android-arm64": "4.46.0",
  7147. "@rollup/rollup-darwin-arm64": "4.46.0",
  7148. "@rollup/rollup-darwin-x64": "4.46.0",
  7149. "@rollup/rollup-freebsd-arm64": "4.46.0",
  7150. "@rollup/rollup-freebsd-x64": "4.46.0",
  7151. "@rollup/rollup-linux-arm-gnueabihf": "4.46.0",
  7152. "@rollup/rollup-linux-arm-musleabihf": "4.46.0",
  7153. "@rollup/rollup-linux-arm64-gnu": "4.46.0",
  7154. "@rollup/rollup-linux-arm64-musl": "4.46.0",
  7155. "@rollup/rollup-linux-loongarch64-gnu": "4.46.0",
  7156. "@rollup/rollup-linux-ppc64-gnu": "4.46.0",
  7157. "@rollup/rollup-linux-riscv64-gnu": "4.46.0",
  7158. "@rollup/rollup-linux-riscv64-musl": "4.46.0",
  7159. "@rollup/rollup-linux-s390x-gnu": "4.46.0",
  7160. "@rollup/rollup-linux-x64-gnu": "4.46.0",
  7161. "@rollup/rollup-linux-x64-musl": "4.46.0",
  7162. "@rollup/rollup-win32-arm64-msvc": "4.46.0",
  7163. "@rollup/rollup-win32-ia32-msvc": "4.46.0",
  7164. "@rollup/rollup-win32-x64-msvc": "4.46.0",
  7165. "fsevents": "~2.3.2"
  7166. }
  7167. },
  7168. "node_modules/rollup-plugin-visualizer": {
  7169. "version": "6.0.3",
  7170. "license": "MIT",
  7171. "dependencies": {
  7172. "open": "^8.0.0",
  7173. "picomatch": "^4.0.2",
  7174. "source-map": "^0.7.4",
  7175. "yargs": "^17.5.1"
  7176. },
  7177. "bin": {
  7178. "rollup-plugin-visualizer": "dist/bin/cli.js"
  7179. },
  7180. "engines": {
  7181. "node": ">=18"
  7182. },
  7183. "peerDependencies": {
  7184. "rolldown": "1.x || ^1.0.0-beta",
  7185. "rollup": "2.x || 3.x || 4.x"
  7186. },
  7187. "peerDependenciesMeta": {
  7188. "rolldown": {
  7189. "optional": true
  7190. },
  7191. "rollup": {
  7192. "optional": true
  7193. }
  7194. }
  7195. },
  7196. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  7197. "version": "8.4.2",
  7198. "license": "MIT",
  7199. "dependencies": {
  7200. "define-lazy-prop": "^2.0.0",
  7201. "is-docker": "^2.1.1",
  7202. "is-wsl": "^2.2.0"
  7203. },
  7204. "engines": {
  7205. "node": ">=12"
  7206. },
  7207. "funding": {
  7208. "url": "https://github.com/sponsors/sindresorhus"
  7209. }
  7210. },
  7211. "node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/define-lazy-prop": {
  7212. "version": "2.0.0",
  7213. "license": "MIT",
  7214. "engines": {
  7215. "node": ">=8"
  7216. }
  7217. },
  7218. "node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/is-docker": {
  7219. "version": "2.2.1",
  7220. "license": "MIT",
  7221. "bin": {
  7222. "is-docker": "cli.js"
  7223. },
  7224. "engines": {
  7225. "node": ">=8"
  7226. },
  7227. "funding": {
  7228. "url": "https://github.com/sponsors/sindresorhus"
  7229. }
  7230. },
  7231. "node_modules/rollup-plugin-visualizer/node_modules/open/node_modules/is-wsl": {
  7232. "version": "2.2.0",
  7233. "license": "MIT",
  7234. "dependencies": {
  7235. "is-docker": "^2.0.0"
  7236. },
  7237. "engines": {
  7238. "node": ">=8"
  7239. }
  7240. },
  7241. "node_modules/run-applescript": {
  7242. "version": "7.0.0",
  7243. "license": "MIT",
  7244. "engines": {
  7245. "node": ">=18"
  7246. },
  7247. "funding": {
  7248. "url": "https://github.com/sponsors/sindresorhus"
  7249. }
  7250. },
  7251. "node_modules/run-parallel": {
  7252. "version": "1.2.0",
  7253. "funding": [
  7254. {
  7255. "type": "github",
  7256. "url": "https://github.com/sponsors/feross"
  7257. },
  7258. {
  7259. "type": "patreon",
  7260. "url": "https://www.patreon.com/feross"
  7261. },
  7262. {
  7263. "type": "consulting",
  7264. "url": "https://feross.org/support"
  7265. }
  7266. ],
  7267. "license": "MIT",
  7268. "dependencies": {
  7269. "queue-microtask": "^1.2.2"
  7270. }
  7271. },
  7272. "node_modules/safe-buffer": {
  7273. "version": "5.2.1",
  7274. "funding": [
  7275. {
  7276. "type": "github",
  7277. "url": "https://github.com/sponsors/feross"
  7278. },
  7279. {
  7280. "type": "patreon",
  7281. "url": "https://www.patreon.com/feross"
  7282. },
  7283. {
  7284. "type": "consulting",
  7285. "url": "https://feross.org/support"
  7286. }
  7287. ],
  7288. "license": "MIT"
  7289. },
  7290. "node_modules/safe-stable-stringify": {
  7291. "version": "2.5.0",
  7292. "license": "MIT",
  7293. "engines": {
  7294. "node": ">=10"
  7295. }
  7296. },
  7297. "node_modules/sax": {
  7298. "version": "1.4.1",
  7299. "license": "ISC"
  7300. },
  7301. "node_modules/scule": {
  7302. "version": "1.3.0",
  7303. "license": "MIT"
  7304. },
  7305. "node_modules/semver": {
  7306. "version": "7.7.2",
  7307. "license": "ISC",
  7308. "bin": {
  7309. "semver": "bin/semver.js"
  7310. },
  7311. "engines": {
  7312. "node": ">=10"
  7313. }
  7314. },
  7315. "node_modules/send": {
  7316. "version": "1.2.0",
  7317. "license": "MIT",
  7318. "dependencies": {
  7319. "debug": "^4.3.5",
  7320. "encodeurl": "^2.0.0",
  7321. "escape-html": "^1.0.3",
  7322. "etag": "^1.8.1",
  7323. "fresh": "^2.0.0",
  7324. "http-errors": "^2.0.0",
  7325. "mime-types": "^3.0.1",
  7326. "ms": "^2.1.3",
  7327. "on-finished": "^2.4.1",
  7328. "range-parser": "^1.2.1",
  7329. "statuses": "^2.0.1"
  7330. },
  7331. "engines": {
  7332. "node": ">= 18"
  7333. }
  7334. },
  7335. "node_modules/serialize-javascript": {
  7336. "version": "6.0.2",
  7337. "license": "BSD-3-Clause",
  7338. "dependencies": {
  7339. "randombytes": "^2.1.0"
  7340. }
  7341. },
  7342. "node_modules/serve-placeholder": {
  7343. "version": "2.0.2",
  7344. "license": "MIT",
  7345. "dependencies": {
  7346. "defu": "^6.1.4"
  7347. }
  7348. },
  7349. "node_modules/serve-static": {
  7350. "version": "2.2.0",
  7351. "license": "MIT",
  7352. "dependencies": {
  7353. "encodeurl": "^2.0.0",
  7354. "escape-html": "^1.0.3",
  7355. "parseurl": "^1.3.3",
  7356. "send": "^1.2.0"
  7357. },
  7358. "engines": {
  7359. "node": ">= 18"
  7360. }
  7361. },
  7362. "node_modules/setprototypeof": {
  7363. "version": "1.2.0",
  7364. "license": "ISC"
  7365. },
  7366. "node_modules/shebang-command": {
  7367. "version": "2.0.0",
  7368. "license": "MIT",
  7369. "dependencies": {
  7370. "shebang-regex": "^3.0.0"
  7371. },
  7372. "engines": {
  7373. "node": ">=8"
  7374. }
  7375. },
  7376. "node_modules/shebang-regex": {
  7377. "version": "3.0.0",
  7378. "license": "MIT",
  7379. "engines": {
  7380. "node": ">=8"
  7381. }
  7382. },
  7383. "node_modules/shell-quote": {
  7384. "version": "1.8.3",
  7385. "license": "MIT",
  7386. "engines": {
  7387. "node": ">= 0.4"
  7388. },
  7389. "funding": {
  7390. "url": "https://github.com/sponsors/ljharb"
  7391. }
  7392. },
  7393. "node_modules/side-channel": {
  7394. "version": "1.1.0",
  7395. "license": "MIT",
  7396. "dependencies": {
  7397. "es-errors": "^1.3.0",
  7398. "object-inspect": "^1.13.3",
  7399. "side-channel-list": "^1.0.0",
  7400. "side-channel-map": "^1.0.1",
  7401. "side-channel-weakmap": "^1.0.2"
  7402. },
  7403. "engines": {
  7404. "node": ">= 0.4"
  7405. },
  7406. "funding": {
  7407. "url": "https://github.com/sponsors/ljharb"
  7408. }
  7409. },
  7410. "node_modules/side-channel-list": {
  7411. "version": "1.0.0",
  7412. "license": "MIT",
  7413. "dependencies": {
  7414. "es-errors": "^1.3.0",
  7415. "object-inspect": "^1.13.3"
  7416. },
  7417. "engines": {
  7418. "node": ">= 0.4"
  7419. },
  7420. "funding": {
  7421. "url": "https://github.com/sponsors/ljharb"
  7422. }
  7423. },
  7424. "node_modules/side-channel-map": {
  7425. "version": "1.0.1",
  7426. "license": "MIT",
  7427. "dependencies": {
  7428. "call-bound": "^1.0.2",
  7429. "es-errors": "^1.3.0",
  7430. "get-intrinsic": "^1.2.5",
  7431. "object-inspect": "^1.13.3"
  7432. },
  7433. "engines": {
  7434. "node": ">= 0.4"
  7435. },
  7436. "funding": {
  7437. "url": "https://github.com/sponsors/ljharb"
  7438. }
  7439. },
  7440. "node_modules/side-channel-weakmap": {
  7441. "version": "1.0.2",
  7442. "license": "MIT",
  7443. "dependencies": {
  7444. "call-bound": "^1.0.2",
  7445. "es-errors": "^1.3.0",
  7446. "get-intrinsic": "^1.2.5",
  7447. "object-inspect": "^1.13.3",
  7448. "side-channel-map": "^1.0.1"
  7449. },
  7450. "engines": {
  7451. "node": ">= 0.4"
  7452. },
  7453. "funding": {
  7454. "url": "https://github.com/sponsors/ljharb"
  7455. }
  7456. },
  7457. "node_modules/signal-exit": {
  7458. "version": "4.1.0",
  7459. "license": "ISC",
  7460. "engines": {
  7461. "node": ">=14"
  7462. },
  7463. "funding": {
  7464. "url": "https://github.com/sponsors/isaacs"
  7465. }
  7466. },
  7467. "node_modules/simple-git": {
  7468. "version": "3.28.0",
  7469. "license": "MIT",
  7470. "dependencies": {
  7471. "@kwsites/file-exists": "^1.1.1",
  7472. "@kwsites/promise-deferred": "^1.1.1",
  7473. "debug": "^4.4.0"
  7474. },
  7475. "funding": {
  7476. "type": "github",
  7477. "url": "https://github.com/steveukx/git-js?sponsor=1"
  7478. }
  7479. },
  7480. "node_modules/simple-swizzle": {
  7481. "version": "0.2.2",
  7482. "license": "MIT",
  7483. "dependencies": {
  7484. "is-arrayish": "^0.3.1"
  7485. }
  7486. },
  7487. "node_modules/sirv": {
  7488. "version": "3.0.1",
  7489. "license": "MIT",
  7490. "dependencies": {
  7491. "@polka/url": "^1.0.0-next.24",
  7492. "mrmime": "^2.0.0",
  7493. "totalist": "^3.0.0"
  7494. },
  7495. "engines": {
  7496. "node": ">=18"
  7497. }
  7498. },
  7499. "node_modules/sisteransi": {
  7500. "version": "1.0.5",
  7501. "license": "MIT"
  7502. },
  7503. "node_modules/slash": {
  7504. "version": "5.1.0",
  7505. "license": "MIT",
  7506. "engines": {
  7507. "node": ">=14.16"
  7508. },
  7509. "funding": {
  7510. "url": "https://github.com/sponsors/sindresorhus"
  7511. }
  7512. },
  7513. "node_modules/smob": {
  7514. "version": "1.5.0",
  7515. "license": "MIT"
  7516. },
  7517. "node_modules/source-map": {
  7518. "version": "0.7.6",
  7519. "license": "BSD-3-Clause",
  7520. "engines": {
  7521. "node": ">= 12"
  7522. }
  7523. },
  7524. "node_modules/source-map-js": {
  7525. "version": "1.2.1",
  7526. "license": "BSD-3-Clause",
  7527. "engines": {
  7528. "node": ">=0.10.0"
  7529. }
  7530. },
  7531. "node_modules/source-map-support": {
  7532. "version": "0.5.21",
  7533. "license": "MIT",
  7534. "dependencies": {
  7535. "buffer-from": "^1.0.0",
  7536. "source-map": "^0.6.0"
  7537. }
  7538. },
  7539. "node_modules/source-map-support/node_modules/source-map": {
  7540. "version": "0.6.1",
  7541. "license": "BSD-3-Clause",
  7542. "engines": {
  7543. "node": ">=0.10.0"
  7544. }
  7545. },
  7546. "node_modules/spdx-correct": {
  7547. "version": "3.2.0",
  7548. "license": "Apache-2.0",
  7549. "dependencies": {
  7550. "spdx-expression-parse": "^3.0.0",
  7551. "spdx-license-ids": "^3.0.0"
  7552. }
  7553. },
  7554. "node_modules/spdx-exceptions": {
  7555. "version": "2.5.0",
  7556. "license": "CC-BY-3.0"
  7557. },
  7558. "node_modules/spdx-expression-parse": {
  7559. "version": "3.0.1",
  7560. "license": "MIT",
  7561. "dependencies": {
  7562. "spdx-exceptions": "^2.1.0",
  7563. "spdx-license-ids": "^3.0.0"
  7564. }
  7565. },
  7566. "node_modules/spdx-license-ids": {
  7567. "version": "3.0.21",
  7568. "license": "CC0-1.0"
  7569. },
  7570. "node_modules/speakingurl": {
  7571. "version": "14.0.1",
  7572. "license": "BSD-3-Clause",
  7573. "engines": {
  7574. "node": ">=0.10.0"
  7575. }
  7576. },
  7577. "node_modules/stack-trace": {
  7578. "version": "0.0.10",
  7579. "license": "MIT",
  7580. "engines": {
  7581. "node": "*"
  7582. }
  7583. },
  7584. "node_modules/standard-as-callback": {
  7585. "version": "2.1.0",
  7586. "license": "MIT"
  7587. },
  7588. "node_modules/statuses": {
  7589. "version": "2.0.2",
  7590. "license": "MIT",
  7591. "engines": {
  7592. "node": ">= 0.8"
  7593. }
  7594. },
  7595. "node_modules/std-env": {
  7596. "version": "3.9.0",
  7597. "license": "MIT"
  7598. },
  7599. "node_modules/streamx": {
  7600. "version": "2.22.1",
  7601. "license": "MIT",
  7602. "dependencies": {
  7603. "fast-fifo": "^1.3.2",
  7604. "text-decoder": "^1.1.0"
  7605. },
  7606. "optionalDependencies": {
  7607. "bare-events": "^2.2.0"
  7608. }
  7609. },
  7610. "node_modules/string_decoder": {
  7611. "version": "1.3.0",
  7612. "license": "MIT",
  7613. "dependencies": {
  7614. "safe-buffer": "~5.2.0"
  7615. }
  7616. },
  7617. "node_modules/string-width": {
  7618. "version": "4.2.3",
  7619. "license": "MIT",
  7620. "dependencies": {
  7621. "emoji-regex": "^8.0.0",
  7622. "is-fullwidth-code-point": "^3.0.0",
  7623. "strip-ansi": "^6.0.1"
  7624. },
  7625. "engines": {
  7626. "node": ">=8"
  7627. }
  7628. },
  7629. "node_modules/string-width-cjs": {
  7630. "name": "string-width",
  7631. "version": "4.2.3",
  7632. "license": "MIT",
  7633. "dependencies": {
  7634. "emoji-regex": "^8.0.0",
  7635. "is-fullwidth-code-point": "^3.0.0",
  7636. "strip-ansi": "^6.0.1"
  7637. },
  7638. "engines": {
  7639. "node": ">=8"
  7640. }
  7641. },
  7642. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  7643. "version": "6.0.1",
  7644. "license": "MIT",
  7645. "dependencies": {
  7646. "ansi-regex": "^5.0.1"
  7647. },
  7648. "engines": {
  7649. "node": ">=8"
  7650. }
  7651. },
  7652. "node_modules/string-width-cjs/node_modules/strip-ansi/node_modules/ansi-regex": {
  7653. "version": "5.0.1",
  7654. "license": "MIT",
  7655. "engines": {
  7656. "node": ">=8"
  7657. }
  7658. },
  7659. "node_modules/string-width/node_modules/strip-ansi": {
  7660. "version": "6.0.1",
  7661. "license": "MIT",
  7662. "dependencies": {
  7663. "ansi-regex": "^5.0.1"
  7664. },
  7665. "engines": {
  7666. "node": ">=8"
  7667. }
  7668. },
  7669. "node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": {
  7670. "version": "5.0.1",
  7671. "license": "MIT",
  7672. "engines": {
  7673. "node": ">=8"
  7674. }
  7675. },
  7676. "node_modules/strip-ansi-cjs": {
  7677. "name": "strip-ansi",
  7678. "version": "6.0.1",
  7679. "license": "MIT",
  7680. "dependencies": {
  7681. "ansi-regex": "^5.0.1"
  7682. },
  7683. "engines": {
  7684. "node": ">=8"
  7685. }
  7686. },
  7687. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  7688. "version": "5.0.1",
  7689. "license": "MIT",
  7690. "engines": {
  7691. "node": ">=8"
  7692. }
  7693. },
  7694. "node_modules/strip-final-newline": {
  7695. "version": "3.0.0",
  7696. "license": "MIT",
  7697. "engines": {
  7698. "node": ">=12"
  7699. },
  7700. "funding": {
  7701. "url": "https://github.com/sponsors/sindresorhus"
  7702. }
  7703. },
  7704. "node_modules/strip-literal": {
  7705. "version": "3.0.0",
  7706. "license": "MIT",
  7707. "dependencies": {
  7708. "js-tokens": "^9.0.1"
  7709. },
  7710. "funding": {
  7711. "url": "https://github.com/sponsors/antfu"
  7712. }
  7713. },
  7714. "node_modules/structured-clone-es": {
  7715. "version": "1.0.0",
  7716. "license": "ISC"
  7717. },
  7718. "node_modules/stylehacks": {
  7719. "version": "7.0.6",
  7720. "license": "MIT",
  7721. "dependencies": {
  7722. "browserslist": "^4.25.1",
  7723. "postcss-selector-parser": "^7.1.0"
  7724. },
  7725. "engines": {
  7726. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7727. },
  7728. "peerDependencies": {
  7729. "postcss": "^8.4.32"
  7730. }
  7731. },
  7732. "node_modules/stylehacks/node_modules/postcss-selector-parser": {
  7733. "version": "7.1.0",
  7734. "license": "MIT",
  7735. "dependencies": {
  7736. "cssesc": "^3.0.0",
  7737. "util-deprecate": "^1.0.2"
  7738. },
  7739. "engines": {
  7740. "node": ">=4"
  7741. }
  7742. },
  7743. "node_modules/superjson": {
  7744. "version": "2.2.2",
  7745. "license": "MIT",
  7746. "dependencies": {
  7747. "copy-anything": "^3.0.2"
  7748. },
  7749. "engines": {
  7750. "node": ">=16"
  7751. }
  7752. },
  7753. "node_modules/supports-preserve-symlinks-flag": {
  7754. "version": "1.0.0",
  7755. "license": "MIT",
  7756. "engines": {
  7757. "node": ">= 0.4"
  7758. },
  7759. "funding": {
  7760. "url": "https://github.com/sponsors/ljharb"
  7761. }
  7762. },
  7763. "node_modules/svgo": {
  7764. "version": "4.0.0",
  7765. "license": "MIT",
  7766. "dependencies": {
  7767. "commander": "^11.1.0",
  7768. "css-select": "^5.1.0",
  7769. "css-tree": "^3.0.1",
  7770. "css-what": "^6.1.0",
  7771. "csso": "^5.0.5",
  7772. "picocolors": "^1.1.1",
  7773. "sax": "^1.4.1"
  7774. },
  7775. "bin": {
  7776. "svgo": "bin/svgo.js"
  7777. },
  7778. "engines": {
  7779. "node": ">=16"
  7780. },
  7781. "funding": {
  7782. "type": "opencollective",
  7783. "url": "https://opencollective.com/svgo"
  7784. }
  7785. },
  7786. "node_modules/svgo/node_modules/commander": {
  7787. "version": "11.1.0",
  7788. "license": "MIT",
  7789. "engines": {
  7790. "node": ">=16"
  7791. }
  7792. },
  7793. "node_modules/system-architecture": {
  7794. "version": "0.1.0",
  7795. "license": "MIT",
  7796. "engines": {
  7797. "node": ">=18"
  7798. },
  7799. "funding": {
  7800. "url": "https://github.com/sponsors/sindresorhus"
  7801. }
  7802. },
  7803. "node_modules/tailwindcss": {
  7804. "version": "4.1.11",
  7805. "license": "MIT"
  7806. },
  7807. "node_modules/tapable": {
  7808. "version": "2.2.2",
  7809. "license": "MIT",
  7810. "engines": {
  7811. "node": ">=6"
  7812. }
  7813. },
  7814. "node_modules/tar": {
  7815. "version": "7.4.3",
  7816. "license": "ISC",
  7817. "dependencies": {
  7818. "@isaacs/fs-minipass": "^4.0.0",
  7819. "chownr": "^3.0.0",
  7820. "minipass": "^7.1.2",
  7821. "minizlib": "^3.0.1",
  7822. "mkdirp": "^3.0.1",
  7823. "yallist": "^5.0.0"
  7824. },
  7825. "engines": {
  7826. "node": ">=18"
  7827. }
  7828. },
  7829. "node_modules/tar-stream": {
  7830. "version": "3.1.7",
  7831. "license": "MIT",
  7832. "dependencies": {
  7833. "b4a": "^1.6.4",
  7834. "fast-fifo": "^1.2.0",
  7835. "streamx": "^2.15.0"
  7836. }
  7837. },
  7838. "node_modules/terser": {
  7839. "version": "5.43.1",
  7840. "license": "BSD-2-Clause",
  7841. "dependencies": {
  7842. "@jridgewell/source-map": "^0.3.3",
  7843. "acorn": "^8.14.0",
  7844. "commander": "^2.20.0",
  7845. "source-map-support": "~0.5.20"
  7846. },
  7847. "bin": {
  7848. "terser": "bin/terser"
  7849. },
  7850. "engines": {
  7851. "node": ">=10"
  7852. }
  7853. },
  7854. "node_modules/terser/node_modules/commander": {
  7855. "version": "2.20.3",
  7856. "license": "MIT"
  7857. },
  7858. "node_modules/text-decoder": {
  7859. "version": "1.2.3",
  7860. "license": "Apache-2.0",
  7861. "dependencies": {
  7862. "b4a": "^1.6.4"
  7863. }
  7864. },
  7865. "node_modules/text-hex": {
  7866. "version": "1.0.0",
  7867. "license": "MIT"
  7868. },
  7869. "node_modules/three": {
  7870. "version": "0.178.0",
  7871. "license": "MIT"
  7872. },
  7873. "node_modules/tiny-invariant": {
  7874. "version": "1.3.3",
  7875. "license": "MIT"
  7876. },
  7877. "node_modules/tinyexec": {
  7878. "version": "1.0.1",
  7879. "license": "MIT"
  7880. },
  7881. "node_modules/tinyglobby": {
  7882. "version": "0.2.14",
  7883. "license": "MIT",
  7884. "dependencies": {
  7885. "fdir": "^6.4.4",
  7886. "picomatch": "^4.0.2"
  7887. },
  7888. "engines": {
  7889. "node": ">=12.0.0"
  7890. },
  7891. "funding": {
  7892. "url": "https://github.com/sponsors/SuperchupuDev"
  7893. }
  7894. },
  7895. "node_modules/tmp-promise": {
  7896. "version": "3.0.3",
  7897. "license": "MIT",
  7898. "dependencies": {
  7899. "tmp": "^0.2.0"
  7900. }
  7901. },
  7902. "node_modules/tmp-promise/node_modules/tmp": {
  7903. "version": "0.2.3",
  7904. "license": "MIT",
  7905. "engines": {
  7906. "node": ">=14.14"
  7907. }
  7908. },
  7909. "node_modules/to-regex-range": {
  7910. "version": "5.0.1",
  7911. "license": "MIT",
  7912. "dependencies": {
  7913. "is-number": "^7.0.0"
  7914. },
  7915. "engines": {
  7916. "node": ">=8.0"
  7917. }
  7918. },
  7919. "node_modules/toidentifier": {
  7920. "version": "1.0.1",
  7921. "license": "MIT",
  7922. "engines": {
  7923. "node": ">=0.6"
  7924. }
  7925. },
  7926. "node_modules/toml": {
  7927. "version": "3.0.0",
  7928. "license": "MIT"
  7929. },
  7930. "node_modules/totalist": {
  7931. "version": "3.0.1",
  7932. "license": "MIT",
  7933. "engines": {
  7934. "node": ">=6"
  7935. }
  7936. },
  7937. "node_modules/tr46": {
  7938. "version": "0.0.3",
  7939. "license": "MIT"
  7940. },
  7941. "node_modules/triple-beam": {
  7942. "version": "1.4.1",
  7943. "license": "MIT",
  7944. "engines": {
  7945. "node": ">= 14.0.0"
  7946. }
  7947. },
  7948. "node_modules/ts-api-utils": {
  7949. "version": "2.1.0",
  7950. "license": "MIT",
  7951. "engines": {
  7952. "node": ">=18.12"
  7953. },
  7954. "peerDependencies": {
  7955. "typescript": ">=4.8.4"
  7956. }
  7957. },
  7958. "node_modules/tslib": {
  7959. "version": "2.8.1",
  7960. "license": "0BSD"
  7961. },
  7962. "node_modules/type-fest": {
  7963. "version": "4.41.0",
  7964. "license": "(MIT OR CC0-1.0)",
  7965. "engines": {
  7966. "node": ">=16"
  7967. },
  7968. "funding": {
  7969. "url": "https://github.com/sponsors/sindresorhus"
  7970. }
  7971. },
  7972. "node_modules/type-level-regexp": {
  7973. "version": "0.1.17",
  7974. "license": "MIT"
  7975. },
  7976. "node_modules/typescript": {
  7977. "version": "5.8.3",
  7978. "license": "Apache-2.0",
  7979. "bin": {
  7980. "tsc": "bin/tsc",
  7981. "tsserver": "bin/tsserver"
  7982. },
  7983. "engines": {
  7984. "node": ">=14.17"
  7985. }
  7986. },
  7987. "node_modules/ufo": {
  7988. "version": "1.6.1",
  7989. "license": "MIT"
  7990. },
  7991. "node_modules/ultrahtml": {
  7992. "version": "1.6.0",
  7993. "license": "MIT"
  7994. },
  7995. "node_modules/uncrypto": {
  7996. "version": "0.1.3",
  7997. "license": "MIT"
  7998. },
  7999. "node_modules/unctx": {
  8000. "version": "2.4.1",
  8001. "license": "MIT",
  8002. "dependencies": {
  8003. "acorn": "^8.14.0",
  8004. "estree-walker": "^3.0.3",
  8005. "magic-string": "^0.30.17",
  8006. "unplugin": "^2.1.0"
  8007. }
  8008. },
  8009. "node_modules/undici-types": {
  8010. "version": "7.8.0",
  8011. "license": "MIT",
  8012. "optional": true
  8013. },
  8014. "node_modules/unenv": {
  8015. "version": "2.0.0-rc.19",
  8016. "license": "MIT",
  8017. "dependencies": {
  8018. "defu": "^6.1.4",
  8019. "exsolve": "^1.0.7",
  8020. "ohash": "^2.0.11",
  8021. "pathe": "^2.0.3",
  8022. "ufo": "^1.6.1"
  8023. }
  8024. },
  8025. "node_modules/unenv/node_modules/pathe": {
  8026. "version": "2.0.3",
  8027. "license": "MIT"
  8028. },
  8029. "node_modules/unhead": {
  8030. "version": "2.0.12",
  8031. "license": "MIT",
  8032. "dependencies": {
  8033. "hookable": "^5.5.3"
  8034. },
  8035. "funding": {
  8036. "url": "https://github.com/sponsors/harlan-zw"
  8037. }
  8038. },
  8039. "node_modules/unicorn-magic": {
  8040. "version": "0.3.0",
  8041. "license": "MIT",
  8042. "engines": {
  8043. "node": ">=18"
  8044. },
  8045. "funding": {
  8046. "url": "https://github.com/sponsors/sindresorhus"
  8047. }
  8048. },
  8049. "node_modules/unimport": {
  8050. "version": "5.2.0",
  8051. "license": "MIT",
  8052. "dependencies": {
  8053. "acorn": "^8.15.0",
  8054. "escape-string-regexp": "^5.0.0",
  8055. "estree-walker": "^3.0.3",
  8056. "local-pkg": "^1.1.1",
  8057. "magic-string": "^0.30.17",
  8058. "mlly": "^1.7.4",
  8059. "pathe": "^2.0.3",
  8060. "picomatch": "^4.0.3",
  8061. "pkg-types": "^2.2.0",
  8062. "scule": "^1.3.0",
  8063. "strip-literal": "^3.0.0",
  8064. "tinyglobby": "^0.2.14",
  8065. "unplugin": "^2.3.5",
  8066. "unplugin-utils": "^0.2.4"
  8067. },
  8068. "engines": {
  8069. "node": ">=18.12.0"
  8070. }
  8071. },
  8072. "node_modules/unimport/node_modules/pathe": {
  8073. "version": "2.0.3",
  8074. "license": "MIT"
  8075. },
  8076. "node_modules/unixify": {
  8077. "version": "1.0.0",
  8078. "license": "MIT",
  8079. "dependencies": {
  8080. "normalize-path": "^2.1.1"
  8081. },
  8082. "engines": {
  8083. "node": ">=0.10.0"
  8084. }
  8085. },
  8086. "node_modules/unixify/node_modules/normalize-path": {
  8087. "version": "2.1.1",
  8088. "license": "MIT",
  8089. "dependencies": {
  8090. "remove-trailing-separator": "^1.0.1"
  8091. },
  8092. "engines": {
  8093. "node": ">=0.10.0"
  8094. }
  8095. },
  8096. "node_modules/unplugin": {
  8097. "version": "2.3.5",
  8098. "license": "MIT",
  8099. "dependencies": {
  8100. "acorn": "^8.14.1",
  8101. "picomatch": "^4.0.2",
  8102. "webpack-virtual-modules": "^0.6.2"
  8103. },
  8104. "engines": {
  8105. "node": ">=18.12.0"
  8106. }
  8107. },
  8108. "node_modules/unplugin-utils": {
  8109. "version": "0.2.4",
  8110. "license": "MIT",
  8111. "dependencies": {
  8112. "pathe": "^2.0.2",
  8113. "picomatch": "^4.0.2"
  8114. },
  8115. "engines": {
  8116. "node": ">=18.12.0"
  8117. },
  8118. "funding": {
  8119. "url": "https://github.com/sponsors/sxzz"
  8120. }
  8121. },
  8122. "node_modules/unplugin-utils/node_modules/pathe": {
  8123. "version": "2.0.3",
  8124. "license": "MIT"
  8125. },
  8126. "node_modules/unplugin-vue-router": {
  8127. "version": "0.14.0",
  8128. "license": "MIT",
  8129. "dependencies": {
  8130. "@vue-macros/common": "3.0.0-beta.15",
  8131. "ast-walker-scope": "^0.8.1",
  8132. "chokidar": "^4.0.3",
  8133. "fast-glob": "^3.3.3",
  8134. "json5": "^2.2.3",
  8135. "local-pkg": "^1.1.1",
  8136. "magic-string": "^0.30.17",
  8137. "mlly": "^1.7.4",
  8138. "pathe": "^2.0.3",
  8139. "picomatch": "^4.0.2",
  8140. "scule": "^1.3.0",
  8141. "unplugin": "^2.3.5",
  8142. "unplugin-utils": "^0.2.4",
  8143. "yaml": "^2.8.0"
  8144. },
  8145. "peerDependencies": {
  8146. "@vue/compiler-sfc": "^3.5.17",
  8147. "vue-router": "^4.5.1"
  8148. },
  8149. "peerDependenciesMeta": {
  8150. "vue-router": {
  8151. "optional": true
  8152. }
  8153. }
  8154. },
  8155. "node_modules/unplugin-vue-router/node_modules/pathe": {
  8156. "version": "2.0.3",
  8157. "license": "MIT"
  8158. },
  8159. "node_modules/unstorage": {
  8160. "version": "1.16.1",
  8161. "license": "MIT",
  8162. "dependencies": {
  8163. "anymatch": "^3.1.3",
  8164. "chokidar": "^4.0.3",
  8165. "destr": "^2.0.5",
  8166. "h3": "^1.15.3",
  8167. "lru-cache": "^10.4.3",
  8168. "node-fetch-native": "^1.6.6",
  8169. "ofetch": "^1.4.1",
  8170. "ufo": "^1.6.1"
  8171. },
  8172. "peerDependencies": {
  8173. "@azure/app-configuration": "^1.8.0",
  8174. "@azure/cosmos": "^4.2.0",
  8175. "@azure/data-tables": "^13.3.0",
  8176. "@azure/identity": "^4.6.0",
  8177. "@azure/keyvault-secrets": "^4.9.0",
  8178. "@azure/storage-blob": "^12.26.0",
  8179. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  8180. "@deno/kv": ">=0.9.0",
  8181. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  8182. "@planetscale/database": "^1.19.0",
  8183. "@upstash/redis": "^1.34.3",
  8184. "@vercel/blob": ">=0.27.1",
  8185. "@vercel/kv": "^1.0.1",
  8186. "aws4fetch": "^1.0.20",
  8187. "db0": ">=0.2.1",
  8188. "idb-keyval": "^6.2.1",
  8189. "ioredis": "^5.4.2",
  8190. "uploadthing": "^7.4.4"
  8191. },
  8192. "peerDependenciesMeta": {
  8193. "@azure/app-configuration": {
  8194. "optional": true
  8195. },
  8196. "@azure/cosmos": {
  8197. "optional": true
  8198. },
  8199. "@azure/data-tables": {
  8200. "optional": true
  8201. },
  8202. "@azure/identity": {
  8203. "optional": true
  8204. },
  8205. "@azure/keyvault-secrets": {
  8206. "optional": true
  8207. },
  8208. "@azure/storage-blob": {
  8209. "optional": true
  8210. },
  8211. "@capacitor/preferences": {
  8212. "optional": true
  8213. },
  8214. "@deno/kv": {
  8215. "optional": true
  8216. },
  8217. "@netlify/blobs": {
  8218. "optional": true
  8219. },
  8220. "@planetscale/database": {
  8221. "optional": true
  8222. },
  8223. "@upstash/redis": {
  8224. "optional": true
  8225. },
  8226. "@vercel/blob": {
  8227. "optional": true
  8228. },
  8229. "@vercel/kv": {
  8230. "optional": true
  8231. },
  8232. "aws4fetch": {
  8233. "optional": true
  8234. },
  8235. "db0": {
  8236. "optional": true
  8237. },
  8238. "idb-keyval": {
  8239. "optional": true
  8240. },
  8241. "ioredis": {
  8242. "optional": true
  8243. },
  8244. "uploadthing": {
  8245. "optional": true
  8246. }
  8247. }
  8248. },
  8249. "node_modules/unstorage/node_modules/lru-cache": {
  8250. "version": "10.4.3",
  8251. "license": "ISC"
  8252. },
  8253. "node_modules/untun": {
  8254. "version": "0.1.3",
  8255. "license": "MIT",
  8256. "dependencies": {
  8257. "citty": "^0.1.5",
  8258. "consola": "^3.2.3",
  8259. "pathe": "^1.1.1"
  8260. },
  8261. "bin": {
  8262. "untun": "bin/untun.mjs"
  8263. }
  8264. },
  8265. "node_modules/untyped": {
  8266. "version": "2.0.0",
  8267. "license": "MIT",
  8268. "dependencies": {
  8269. "citty": "^0.1.6",
  8270. "defu": "^6.1.4",
  8271. "jiti": "^2.4.2",
  8272. "knitwork": "^1.2.0",
  8273. "scule": "^1.3.0"
  8274. },
  8275. "bin": {
  8276. "untyped": "dist/cli.mjs"
  8277. }
  8278. },
  8279. "node_modules/unwasm": {
  8280. "version": "0.3.9",
  8281. "license": "MIT",
  8282. "dependencies": {
  8283. "knitwork": "^1.0.0",
  8284. "magic-string": "^0.30.8",
  8285. "mlly": "^1.6.1",
  8286. "pathe": "^1.1.2",
  8287. "pkg-types": "^1.0.3",
  8288. "unplugin": "^1.10.0"
  8289. }
  8290. },
  8291. "node_modules/unwasm/node_modules/pkg-types": {
  8292. "version": "1.3.1",
  8293. "license": "MIT",
  8294. "dependencies": {
  8295. "confbox": "^0.1.8",
  8296. "mlly": "^1.7.4",
  8297. "pathe": "^2.0.1"
  8298. }
  8299. },
  8300. "node_modules/unwasm/node_modules/pkg-types/node_modules/confbox": {
  8301. "version": "0.1.8",
  8302. "license": "MIT"
  8303. },
  8304. "node_modules/unwasm/node_modules/pkg-types/node_modules/pathe": {
  8305. "version": "2.0.3",
  8306. "license": "MIT"
  8307. },
  8308. "node_modules/unwasm/node_modules/unplugin": {
  8309. "version": "1.16.1",
  8310. "license": "MIT",
  8311. "dependencies": {
  8312. "acorn": "^8.14.0",
  8313. "webpack-virtual-modules": "^0.6.2"
  8314. },
  8315. "engines": {
  8316. "node": ">=14.0.0"
  8317. }
  8318. },
  8319. "node_modules/update-browserslist-db": {
  8320. "version": "1.1.3",
  8321. "funding": [
  8322. {
  8323. "type": "opencollective",
  8324. "url": "https://opencollective.com/browserslist"
  8325. },
  8326. {
  8327. "type": "tidelift",
  8328. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8329. },
  8330. {
  8331. "type": "github",
  8332. "url": "https://github.com/sponsors/ai"
  8333. }
  8334. ],
  8335. "license": "MIT",
  8336. "dependencies": {
  8337. "escalade": "^3.2.0",
  8338. "picocolors": "^1.1.1"
  8339. },
  8340. "bin": {
  8341. "update-browserslist-db": "cli.js"
  8342. },
  8343. "peerDependencies": {
  8344. "browserslist": ">= 4.21.0"
  8345. }
  8346. },
  8347. "node_modules/uqr": {
  8348. "version": "0.1.2",
  8349. "license": "MIT"
  8350. },
  8351. "node_modules/urlpattern-polyfill": {
  8352. "version": "8.0.2",
  8353. "license": "MIT"
  8354. },
  8355. "node_modules/util-deprecate": {
  8356. "version": "1.0.2",
  8357. "license": "MIT"
  8358. },
  8359. "node_modules/uuid": {
  8360. "version": "11.1.0",
  8361. "funding": [
  8362. "https://github.com/sponsors/broofa",
  8363. "https://github.com/sponsors/ctavan"
  8364. ],
  8365. "license": "MIT",
  8366. "bin": {
  8367. "uuid": "dist/esm/bin/uuid"
  8368. }
  8369. },
  8370. "node_modules/validate-npm-package-license": {
  8371. "version": "3.0.4",
  8372. "license": "Apache-2.0",
  8373. "dependencies": {
  8374. "spdx-correct": "^3.0.0",
  8375. "spdx-expression-parse": "^3.0.0"
  8376. }
  8377. },
  8378. "node_modules/vite": {
  8379. "version": "7.0.6",
  8380. "license": "MIT",
  8381. "dependencies": {
  8382. "esbuild": "^0.25.0",
  8383. "fdir": "^6.4.6",
  8384. "picomatch": "^4.0.3",
  8385. "postcss": "^8.5.6",
  8386. "rollup": "^4.40.0",
  8387. "tinyglobby": "^0.2.14"
  8388. },
  8389. "bin": {
  8390. "vite": "bin/vite.js"
  8391. },
  8392. "engines": {
  8393. "node": "^20.19.0 || >=22.12.0"
  8394. },
  8395. "funding": {
  8396. "url": "https://github.com/vitejs/vite?sponsor=1"
  8397. },
  8398. "optionalDependencies": {
  8399. "fsevents": "~2.3.3"
  8400. },
  8401. "peerDependencies": {
  8402. "@types/node": "^20.19.0 || >=22.12.0",
  8403. "jiti": ">=1.21.0",
  8404. "less": "^4.0.0",
  8405. "lightningcss": "^1.21.0",
  8406. "sass": "^1.70.0",
  8407. "sass-embedded": "^1.70.0",
  8408. "stylus": ">=0.54.8",
  8409. "sugarss": "^5.0.0",
  8410. "terser": "^5.16.0",
  8411. "tsx": "^4.8.1",
  8412. "yaml": "^2.4.2"
  8413. },
  8414. "peerDependenciesMeta": {
  8415. "@types/node": {
  8416. "optional": true
  8417. },
  8418. "jiti": {
  8419. "optional": true
  8420. },
  8421. "less": {
  8422. "optional": true
  8423. },
  8424. "lightningcss": {
  8425. "optional": true
  8426. },
  8427. "sass": {
  8428. "optional": true
  8429. },
  8430. "sass-embedded": {
  8431. "optional": true
  8432. },
  8433. "stylus": {
  8434. "optional": true
  8435. },
  8436. "sugarss": {
  8437. "optional": true
  8438. },
  8439. "terser": {
  8440. "optional": true
  8441. },
  8442. "tsx": {
  8443. "optional": true
  8444. },
  8445. "yaml": {
  8446. "optional": true
  8447. }
  8448. }
  8449. },
  8450. "node_modules/vite-dev-rpc": {
  8451. "version": "1.1.0",
  8452. "license": "MIT",
  8453. "dependencies": {
  8454. "birpc": "^2.4.0",
  8455. "vite-hot-client": "^2.1.0"
  8456. },
  8457. "funding": {
  8458. "url": "https://github.com/sponsors/antfu"
  8459. },
  8460. "peerDependencies": {
  8461. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  8462. }
  8463. },
  8464. "node_modules/vite-hot-client": {
  8465. "version": "2.1.0",
  8466. "license": "MIT",
  8467. "funding": {
  8468. "url": "https://github.com/sponsors/antfu"
  8469. },
  8470. "peerDependencies": {
  8471. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  8472. }
  8473. },
  8474. "node_modules/vite-node": {
  8475. "version": "3.2.4",
  8476. "license": "MIT",
  8477. "dependencies": {
  8478. "cac": "^6.7.14",
  8479. "debug": "^4.4.1",
  8480. "es-module-lexer": "^1.7.0",
  8481. "pathe": "^2.0.3",
  8482. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  8483. },
  8484. "bin": {
  8485. "vite-node": "vite-node.mjs"
  8486. },
  8487. "engines": {
  8488. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  8489. },
  8490. "funding": {
  8491. "url": "https://opencollective.com/vitest"
  8492. }
  8493. },
  8494. "node_modules/vite-node/node_modules/pathe": {
  8495. "version": "2.0.3",
  8496. "license": "MIT"
  8497. },
  8498. "node_modules/vite-plugin-checker": {
  8499. "version": "0.10.1",
  8500. "license": "MIT",
  8501. "dependencies": {
  8502. "@babel/code-frame": "^7.27.1",
  8503. "chokidar": "^4.0.3",
  8504. "npm-run-path": "^6.0.0",
  8505. "picocolors": "^1.1.1",
  8506. "picomatch": "^4.0.2",
  8507. "strip-ansi": "^7.1.0",
  8508. "tiny-invariant": "^1.3.3",
  8509. "tinyglobby": "^0.2.14",
  8510. "vscode-uri": "^3.1.0"
  8511. },
  8512. "engines": {
  8513. "node": ">=14.16"
  8514. },
  8515. "peerDependencies": {
  8516. "@biomejs/biome": ">=1.7",
  8517. "eslint": ">=7",
  8518. "meow": "^13.2.0",
  8519. "optionator": "^0.9.4",
  8520. "stylelint": ">=16",
  8521. "typescript": "*",
  8522. "vite": ">=2.0.0",
  8523. "vls": "*",
  8524. "vti": "*",
  8525. "vue-tsc": "~2.2.10 || ^3.0.0"
  8526. },
  8527. "peerDependenciesMeta": {
  8528. "@biomejs/biome": {
  8529. "optional": true
  8530. },
  8531. "eslint": {
  8532. "optional": true
  8533. },
  8534. "meow": {
  8535. "optional": true
  8536. },
  8537. "optionator": {
  8538. "optional": true
  8539. },
  8540. "stylelint": {
  8541. "optional": true
  8542. },
  8543. "typescript": {
  8544. "optional": true
  8545. },
  8546. "vls": {
  8547. "optional": true
  8548. },
  8549. "vti": {
  8550. "optional": true
  8551. },
  8552. "vue-tsc": {
  8553. "optional": true
  8554. }
  8555. }
  8556. },
  8557. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  8558. "version": "6.0.0",
  8559. "license": "MIT",
  8560. "dependencies": {
  8561. "path-key": "^4.0.0",
  8562. "unicorn-magic": "^0.3.0"
  8563. },
  8564. "engines": {
  8565. "node": ">=18"
  8566. },
  8567. "funding": {
  8568. "url": "https://github.com/sponsors/sindresorhus"
  8569. }
  8570. },
  8571. "node_modules/vite-plugin-checker/node_modules/npm-run-path/node_modules/path-key": {
  8572. "version": "4.0.0",
  8573. "license": "MIT",
  8574. "engines": {
  8575. "node": ">=12"
  8576. },
  8577. "funding": {
  8578. "url": "https://github.com/sponsors/sindresorhus"
  8579. }
  8580. },
  8581. "node_modules/vite-plugin-checker/node_modules/strip-ansi": {
  8582. "version": "7.1.0",
  8583. "license": "MIT",
  8584. "dependencies": {
  8585. "ansi-regex": "^6.0.1"
  8586. },
  8587. "engines": {
  8588. "node": ">=12"
  8589. },
  8590. "funding": {
  8591. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8592. }
  8593. },
  8594. "node_modules/vite-plugin-checker/node_modules/strip-ansi/node_modules/ansi-regex": {
  8595. "version": "6.1.0",
  8596. "license": "MIT",
  8597. "engines": {
  8598. "node": ">=12"
  8599. },
  8600. "funding": {
  8601. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  8602. }
  8603. },
  8604. "node_modules/vite-plugin-inspect": {
  8605. "version": "11.3.2",
  8606. "license": "MIT",
  8607. "dependencies": {
  8608. "ansis": "^4.1.0",
  8609. "debug": "^4.4.1",
  8610. "error-stack-parser-es": "^1.0.5",
  8611. "ohash": "^2.0.11",
  8612. "open": "^10.2.0",
  8613. "perfect-debounce": "^1.0.0",
  8614. "sirv": "^3.0.1",
  8615. "unplugin-utils": "^0.2.4",
  8616. "vite-dev-rpc": "^1.1.0"
  8617. },
  8618. "engines": {
  8619. "node": ">=14"
  8620. },
  8621. "funding": {
  8622. "url": "https://github.com/sponsors/antfu"
  8623. },
  8624. "peerDependencies": {
  8625. "vite": "^6.0.0 || ^7.0.0-0"
  8626. },
  8627. "peerDependenciesMeta": {
  8628. "@nuxt/kit": {
  8629. "optional": true
  8630. }
  8631. }
  8632. },
  8633. "node_modules/vite-plugin-vue-tracer": {
  8634. "version": "1.0.0",
  8635. "license": "MIT",
  8636. "dependencies": {
  8637. "estree-walker": "^3.0.3",
  8638. "exsolve": "^1.0.7",
  8639. "magic-string": "^0.30.17",
  8640. "pathe": "^2.0.3",
  8641. "source-map-js": "^1.2.1"
  8642. },
  8643. "funding": {
  8644. "url": "https://github.com/sponsors/antfu"
  8645. },
  8646. "peerDependencies": {
  8647. "vite": "^6.0.0 || ^7.0.0",
  8648. "vue": "^3.5.0"
  8649. }
  8650. },
  8651. "node_modules/vite-plugin-vue-tracer/node_modules/pathe": {
  8652. "version": "2.0.3",
  8653. "license": "MIT"
  8654. },
  8655. "node_modules/vscode-uri": {
  8656. "version": "3.1.0",
  8657. "license": "MIT"
  8658. },
  8659. "node_modules/vue": {
  8660. "version": "3.5.18",
  8661. "license": "MIT",
  8662. "dependencies": {
  8663. "@vue/compiler-dom": "3.5.18",
  8664. "@vue/compiler-sfc": "3.5.18",
  8665. "@vue/runtime-dom": "3.5.18",
  8666. "@vue/server-renderer": "3.5.18",
  8667. "@vue/shared": "3.5.18"
  8668. },
  8669. "peerDependencies": {
  8670. "typescript": "*"
  8671. },
  8672. "peerDependenciesMeta": {
  8673. "typescript": {
  8674. "optional": true
  8675. }
  8676. }
  8677. },
  8678. "node_modules/vue-bundle-renderer": {
  8679. "version": "2.1.1",
  8680. "license": "MIT",
  8681. "dependencies": {
  8682. "ufo": "^1.5.4"
  8683. }
  8684. },
  8685. "node_modules/vue-devtools-stub": {
  8686. "version": "0.1.0",
  8687. "license": "MIT"
  8688. },
  8689. "node_modules/vue-router": {
  8690. "version": "4.5.1",
  8691. "license": "MIT",
  8692. "dependencies": {
  8693. "@vue/devtools-api": "^6.6.4"
  8694. },
  8695. "funding": {
  8696. "url": "https://github.com/sponsors/posva"
  8697. },
  8698. "peerDependencies": {
  8699. "vue": "^3.2.0"
  8700. }
  8701. },
  8702. "node_modules/web-streams-polyfill": {
  8703. "version": "3.3.3",
  8704. "license": "MIT",
  8705. "engines": {
  8706. "node": ">= 8"
  8707. }
  8708. },
  8709. "node_modules/webidl-conversions": {
  8710. "version": "3.0.1",
  8711. "license": "BSD-2-Clause"
  8712. },
  8713. "node_modules/webpack-virtual-modules": {
  8714. "version": "0.6.2",
  8715. "license": "MIT"
  8716. },
  8717. "node_modules/whatwg-url": {
  8718. "version": "5.0.0",
  8719. "license": "MIT",
  8720. "dependencies": {
  8721. "tr46": "~0.0.3",
  8722. "webidl-conversions": "^3.0.0"
  8723. }
  8724. },
  8725. "node_modules/which": {
  8726. "version": "5.0.0",
  8727. "license": "ISC",
  8728. "dependencies": {
  8729. "isexe": "^3.1.1"
  8730. },
  8731. "bin": {
  8732. "node-which": "bin/which.js"
  8733. },
  8734. "engines": {
  8735. "node": "^18.17.0 || >=20.5.0"
  8736. }
  8737. },
  8738. "node_modules/winston": {
  8739. "version": "3.17.0",
  8740. "license": "MIT",
  8741. "dependencies": {
  8742. "@colors/colors": "^1.6.0",
  8743. "@dabh/diagnostics": "^2.0.2",
  8744. "async": "^3.2.3",
  8745. "is-stream": "^2.0.0",
  8746. "logform": "^2.7.0",
  8747. "one-time": "^1.0.0",
  8748. "readable-stream": "^3.4.0",
  8749. "safe-stable-stringify": "^2.3.1",
  8750. "stack-trace": "0.0.x",
  8751. "triple-beam": "^1.3.0",
  8752. "winston-transport": "^4.9.0"
  8753. },
  8754. "engines": {
  8755. "node": ">= 12.0.0"
  8756. }
  8757. },
  8758. "node_modules/winston-transport": {
  8759. "version": "4.9.0",
  8760. "license": "MIT",
  8761. "dependencies": {
  8762. "logform": "^2.7.0",
  8763. "readable-stream": "^3.6.2",
  8764. "triple-beam": "^1.3.0"
  8765. },
  8766. "engines": {
  8767. "node": ">= 12.0.0"
  8768. }
  8769. },
  8770. "node_modules/winston-transport/node_modules/readable-stream": {
  8771. "version": "3.6.2",
  8772. "license": "MIT",
  8773. "dependencies": {
  8774. "inherits": "^2.0.3",
  8775. "string_decoder": "^1.1.1",
  8776. "util-deprecate": "^1.0.1"
  8777. },
  8778. "engines": {
  8779. "node": ">= 6"
  8780. }
  8781. },
  8782. "node_modules/winston/node_modules/is-stream": {
  8783. "version": "2.0.1",
  8784. "license": "MIT",
  8785. "engines": {
  8786. "node": ">=8"
  8787. },
  8788. "funding": {
  8789. "url": "https://github.com/sponsors/sindresorhus"
  8790. }
  8791. },
  8792. "node_modules/winston/node_modules/readable-stream": {
  8793. "version": "3.6.2",
  8794. "license": "MIT",
  8795. "dependencies": {
  8796. "inherits": "^2.0.3",
  8797. "string_decoder": "^1.1.1",
  8798. "util-deprecate": "^1.0.1"
  8799. },
  8800. "engines": {
  8801. "node": ">= 6"
  8802. }
  8803. },
  8804. "node_modules/wrap-ansi-cjs": {
  8805. "name": "wrap-ansi",
  8806. "version": "7.0.0",
  8807. "license": "MIT",
  8808. "dependencies": {
  8809. "ansi-styles": "^4.0.0",
  8810. "string-width": "^4.1.0",
  8811. "strip-ansi": "^6.0.0"
  8812. },
  8813. "engines": {
  8814. "node": ">=10"
  8815. },
  8816. "funding": {
  8817. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8818. }
  8819. },
  8820. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  8821. "version": "6.0.1",
  8822. "license": "MIT",
  8823. "dependencies": {
  8824. "ansi-regex": "^5.0.1"
  8825. },
  8826. "engines": {
  8827. "node": ">=8"
  8828. }
  8829. },
  8830. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi/node_modules/ansi-regex": {
  8831. "version": "5.0.1",
  8832. "license": "MIT",
  8833. "engines": {
  8834. "node": ">=8"
  8835. }
  8836. },
  8837. "node_modules/wrappy": {
  8838. "version": "1.0.2",
  8839. "license": "ISC"
  8840. },
  8841. "node_modules/write-file-atomic": {
  8842. "version": "6.0.0",
  8843. "license": "ISC",
  8844. "dependencies": {
  8845. "imurmurhash": "^0.1.4",
  8846. "signal-exit": "^4.0.1"
  8847. },
  8848. "engines": {
  8849. "node": "^18.17.0 || >=20.5.0"
  8850. }
  8851. },
  8852. "node_modules/ws": {
  8853. "version": "8.18.3",
  8854. "license": "MIT",
  8855. "engines": {
  8856. "node": ">=10.0.0"
  8857. },
  8858. "peerDependencies": {
  8859. "bufferutil": "^4.0.1",
  8860. "utf-8-validate": ">=5.0.2"
  8861. },
  8862. "peerDependenciesMeta": {
  8863. "bufferutil": {
  8864. "optional": true
  8865. },
  8866. "utf-8-validate": {
  8867. "optional": true
  8868. }
  8869. }
  8870. },
  8871. "node_modules/wsl-utils": {
  8872. "version": "0.1.0",
  8873. "license": "MIT",
  8874. "dependencies": {
  8875. "is-wsl": "^3.1.0"
  8876. },
  8877. "engines": {
  8878. "node": ">=18"
  8879. },
  8880. "funding": {
  8881. "url": "https://github.com/sponsors/sindresorhus"
  8882. }
  8883. },
  8884. "node_modules/y18n": {
  8885. "version": "5.0.8",
  8886. "license": "ISC",
  8887. "engines": {
  8888. "node": ">=10"
  8889. }
  8890. },
  8891. "node_modules/yallist": {
  8892. "version": "5.0.0",
  8893. "license": "BlueOak-1.0.0",
  8894. "engines": {
  8895. "node": ">=18"
  8896. }
  8897. },
  8898. "node_modules/yaml": {
  8899. "version": "2.8.0",
  8900. "license": "ISC",
  8901. "bin": {
  8902. "yaml": "bin.mjs"
  8903. },
  8904. "engines": {
  8905. "node": ">= 14.6"
  8906. }
  8907. },
  8908. "node_modules/yargs": {
  8909. "version": "17.7.2",
  8910. "license": "MIT",
  8911. "dependencies": {
  8912. "cliui": "^8.0.1",
  8913. "escalade": "^3.1.1",
  8914. "get-caller-file": "^2.0.5",
  8915. "require-directory": "^2.1.1",
  8916. "string-width": "^4.2.3",
  8917. "y18n": "^5.0.5",
  8918. "yargs-parser": "^21.1.1"
  8919. },
  8920. "engines": {
  8921. "node": ">=12"
  8922. }
  8923. },
  8924. "node_modules/yargs-parser": {
  8925. "version": "21.1.1",
  8926. "license": "ISC",
  8927. "engines": {
  8928. "node": ">=12"
  8929. }
  8930. },
  8931. "node_modules/yauzl": {
  8932. "version": "2.10.0",
  8933. "license": "MIT",
  8934. "dependencies": {
  8935. "buffer-crc32": "~0.2.3",
  8936. "fd-slicer": "~1.1.0"
  8937. }
  8938. },
  8939. "node_modules/yauzl/node_modules/buffer-crc32": {
  8940. "version": "0.2.13",
  8941. "license": "MIT",
  8942. "engines": {
  8943. "node": "*"
  8944. }
  8945. },
  8946. "node_modules/yocto-queue": {
  8947. "version": "1.2.1",
  8948. "license": "MIT",
  8949. "engines": {
  8950. "node": ">=12.20"
  8951. },
  8952. "funding": {
  8953. "url": "https://github.com/sponsors/sindresorhus"
  8954. }
  8955. },
  8956. "node_modules/youch": {
  8957. "version": "4.1.0-beta.10",
  8958. "license": "MIT",
  8959. "dependencies": {
  8960. "@poppinss/colors": "^4.1.5",
  8961. "@poppinss/dumper": "^0.6.4",
  8962. "@speed-highlight/core": "^1.2.7",
  8963. "cookie": "^1.0.2",
  8964. "youch-core": "^0.3.3"
  8965. }
  8966. },
  8967. "node_modules/youch-core": {
  8968. "version": "0.3.3",
  8969. "license": "MIT",
  8970. "dependencies": {
  8971. "@poppinss/exception": "^1.2.2",
  8972. "error-stack-parser-es": "^1.0.5"
  8973. }
  8974. },
  8975. "node_modules/zip-stream": {
  8976. "version": "6.0.1",
  8977. "license": "MIT",
  8978. "dependencies": {
  8979. "archiver-utils": "^5.0.0",
  8980. "compress-commons": "^6.0.2",
  8981. "readable-stream": "^4.0.0"
  8982. },
  8983. "engines": {
  8984. "node": ">= 14"
  8985. }
  8986. },
  8987. "node_modules/zod": {
  8988. "version": "3.25.76",
  8989. "license": "MIT",
  8990. "funding": {
  8991. "url": "https://github.com/sponsors/colinhacks"
  8992. }
  8993. }
  8994. }
  8995. }