package-lock.json 463 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464124651246612467124681246912470124711247212473124741247512476124771247812479124801248112482124831248412485124861248712488124891249012491124921249312494124951249612497124981249912500125011250212503125041250512506125071250812509125101251112512125131251412515125161251712518125191252012521125221252312524125251252612527125281252912530125311253212533125341253512536125371253812539125401254112542125431254412545125461254712548125491255012551125521255312554125551255612557125581255912560125611256212563125641256512566125671256812569125701257112572125731257412575125761257712578125791258012581125821258312584125851258612587125881258912590125911259212593125941259512596125971259812599126001260112602126031260412605126061260712608126091261012611126121261312614126151261612617126181261912620126211262212623126241262512626126271262812629126301263112632126331263412635126361263712638126391264012641126421264312644126451264612647126481264912650126511265212653126541265512656126571265812659126601266112662126631266412665126661266712668126691267012671126721267312674126751267612677126781267912680126811268212683126841268512686126871268812689126901269112692126931269412695126961269712698126991270012701127021270312704127051270612707127081270912710127111271212713127141271512716127171271812719127201272112722127231272412725127261272712728127291273012731127321273312734127351273612737127381273912740127411274212743127441274512746127471274812749127501275112752127531275412755127561275712758127591276012761127621276312764127651276612767127681276912770127711277212773127741277512776127771277812779127801278112782127831278412785127861278712788127891279012791127921279312794127951279612797127981279912800128011280212803128041280512806128071280812809128101281112812128131281412815128161281712818128191282012821128221282312824128251282612827128281282912830128311283212833128341283512836128371283812839128401284112842128431284412845128461284712848128491285012851128521285312854128551285612857128581285912860128611286212863128641286512866128671286812869128701287112872128731287412875128761287712878128791288012881128821288312884128851288612887128881288912890128911289212893128941289512896128971289812899129001290112902129031290412905129061290712908129091291012911129121291312914129151291612917129181291912920129211292212923129241292512926129271292812929129301293112932129331293412935129361293712938129391294012941129421294312944129451294612947129481294912950129511295212953129541295512956129571295812959129601296112962129631296412965129661296712968129691297012971129721297312974129751297612977129781297912980129811298212983129841298512986129871298812989129901299112992129931299412995129961299712998129991300013001130021300313004130051300613007130081300913010130111301213013130141301513016130171301813019130201302113022130231302413025130261302713028130291303013031130321303313034130351303613037130381303913040130411304213043130441304513046130471304813049130501305113052130531305413055130561305713058130591306013061130621306313064130651306613067130681306913070130711307213073130741307513076130771307813079130801308113082130831308413085130861308713088130891309013091130921309313094130951309613097130981309913100131011310213103131041310513106131071310813109131101311113112131131311413115131161311713118131191312013121131221312313124131251312613127131281312913130131311313213133131341313513136131371313813139131401314113142131431314413145131461314713148131491315013151131521315313154131551315613157131581315913160131611316213163131641316513166131671316813169131701317113172131731317413175131761317713178131791318013181131821318313184131851318613187131881318913190131911319213193131941319513196131971319813199132001320113202132031320413205132061320713208132091321013211132121321313214132151321613217132181321913220132211322213223132241322513226132271322813229132301323113232132331323413235132361323713238132391324013241132421324313244132451324613247132481324913250132511325213253132541325513256132571325813259132601326113262132631326413265132661326713268132691327013271132721327313274132751327613277132781327913280132811328213283132841328513286132871328813289132901329113292132931329413295132961329713298132991330013301133021330313304133051330613307133081330913310133111331213313133141331513316133171331813319133201332113322133231332413325133261332713328133291333013331133321333313334133351333613337133381333913340133411334213343133441334513346133471334813349133501335113352133531335413355133561335713358133591336013361133621336313364133651336613367133681336913370133711337213373133741337513376133771337813379133801338113382133831338413385133861338713388133891339013391133921339313394133951339613397133981339913400134011340213403134041340513406134071340813409134101341113412134131341413415134161341713418134191342013421134221342313424134251342613427134281342913430134311343213433134341343513436134371343813439134401344113442134431344413445134461344713448134491345013451134521345313454134551345613457134581345913460134611346213463134641346513466134671346813469134701347113472134731347413475
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@nuxt/image": "^2.0.0",
  11. "@nuxt/ui": "^4.2.1",
  12. "@tailwindcss/vite": "^4.1.16",
  13. "nuxt": "^4.2.0",
  14. "tailwindcss": "^4.1.16",
  15. "vue": "^3.5.22",
  16. "vue-router": "^4.6.3"
  17. }
  18. },
  19. "node_modules/@alloc/quick-lru": {
  20. "version": "5.2.0",
  21. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  22. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  23. "license": "MIT",
  24. "engines": {
  25. "node": ">=10"
  26. },
  27. "funding": {
  28. "url": "https://github.com/sponsors/sindresorhus"
  29. }
  30. },
  31. "node_modules/@antfu/install-pkg": {
  32. "version": "1.1.0",
  33. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  34. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  35. "license": "MIT",
  36. "dependencies": {
  37. "package-manager-detector": "^1.3.0",
  38. "tinyexec": "^1.0.1"
  39. },
  40. "funding": {
  41. "url": "https://github.com/sponsors/antfu"
  42. }
  43. },
  44. "node_modules/@babel/code-frame": {
  45. "version": "7.27.1",
  46. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  47. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  48. "license": "MIT",
  49. "dependencies": {
  50. "@babel/helper-validator-identifier": "^7.27.1",
  51. "js-tokens": "^4.0.0",
  52. "picocolors": "^1.1.1"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. }
  57. },
  58. "node_modules/@babel/compat-data": {
  59. "version": "7.28.5",
  60. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  61. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.28.5",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
  70. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  71. "license": "MIT",
  72. "dependencies": {
  73. "@babel/code-frame": "^7.27.1",
  74. "@babel/generator": "^7.28.5",
  75. "@babel/helper-compilation-targets": "^7.27.2",
  76. "@babel/helper-module-transforms": "^7.28.3",
  77. "@babel/helpers": "^7.28.4",
  78. "@babel/parser": "^7.28.5",
  79. "@babel/template": "^7.27.2",
  80. "@babel/traverse": "^7.28.5",
  81. "@babel/types": "^7.28.5",
  82. "@jridgewell/remapping": "^2.3.5",
  83. "convert-source-map": "^2.0.0",
  84. "debug": "^4.1.0",
  85. "gensync": "^1.0.0-beta.2",
  86. "json5": "^2.2.3",
  87. "semver": "^6.3.1"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. },
  92. "funding": {
  93. "type": "opencollective",
  94. "url": "https://opencollective.com/babel"
  95. }
  96. },
  97. "node_modules/@babel/core/node_modules/semver": {
  98. "version": "6.3.1",
  99. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  100. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  101. "license": "ISC",
  102. "bin": {
  103. "semver": "bin/semver.js"
  104. }
  105. },
  106. "node_modules/@babel/generator": {
  107. "version": "7.28.5",
  108. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  109. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  110. "license": "MIT",
  111. "dependencies": {
  112. "@babel/parser": "^7.28.5",
  113. "@babel/types": "^7.28.5",
  114. "@jridgewell/gen-mapping": "^0.3.12",
  115. "@jridgewell/trace-mapping": "^0.3.28",
  116. "jsesc": "^3.0.2"
  117. },
  118. "engines": {
  119. "node": ">=6.9.0"
  120. }
  121. },
  122. "node_modules/@babel/helper-annotate-as-pure": {
  123. "version": "7.27.3",
  124. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  125. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  126. "license": "MIT",
  127. "dependencies": {
  128. "@babel/types": "^7.27.3"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-compilation-targets": {
  135. "version": "7.27.2",
  136. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  137. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  138. "license": "MIT",
  139. "dependencies": {
  140. "@babel/compat-data": "^7.27.2",
  141. "@babel/helper-validator-option": "^7.27.1",
  142. "browserslist": "^4.24.0",
  143. "lru-cache": "^5.1.1",
  144. "semver": "^6.3.1"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  151. "version": "6.3.1",
  152. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  153. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  154. "license": "ISC",
  155. "bin": {
  156. "semver": "bin/semver.js"
  157. }
  158. },
  159. "node_modules/@babel/helper-create-class-features-plugin": {
  160. "version": "7.28.5",
  161. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  162. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  163. "license": "MIT",
  164. "dependencies": {
  165. "@babel/helper-annotate-as-pure": "^7.27.3",
  166. "@babel/helper-member-expression-to-functions": "^7.28.5",
  167. "@babel/helper-optimise-call-expression": "^7.27.1",
  168. "@babel/helper-replace-supers": "^7.27.1",
  169. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  170. "@babel/traverse": "^7.28.5",
  171. "semver": "^6.3.1"
  172. },
  173. "engines": {
  174. "node": ">=6.9.0"
  175. },
  176. "peerDependencies": {
  177. "@babel/core": "^7.0.0"
  178. }
  179. },
  180. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  181. "version": "6.3.1",
  182. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  183. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  184. "license": "ISC",
  185. "bin": {
  186. "semver": "bin/semver.js"
  187. }
  188. },
  189. "node_modules/@babel/helper-globals": {
  190. "version": "7.28.0",
  191. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  192. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  193. "license": "MIT",
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-member-expression-to-functions": {
  199. "version": "7.28.5",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  201. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/traverse": "^7.28.5",
  205. "@babel/types": "^7.28.5"
  206. },
  207. "engines": {
  208. "node": ">=6.9.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-module-imports": {
  212. "version": "7.27.1",
  213. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  214. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  215. "license": "MIT",
  216. "dependencies": {
  217. "@babel/traverse": "^7.27.1",
  218. "@babel/types": "^7.27.1"
  219. },
  220. "engines": {
  221. "node": ">=6.9.0"
  222. }
  223. },
  224. "node_modules/@babel/helper-module-transforms": {
  225. "version": "7.28.3",
  226. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  227. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  228. "license": "MIT",
  229. "dependencies": {
  230. "@babel/helper-module-imports": "^7.27.1",
  231. "@babel/helper-validator-identifier": "^7.27.1",
  232. "@babel/traverse": "^7.28.3"
  233. },
  234. "engines": {
  235. "node": ">=6.9.0"
  236. },
  237. "peerDependencies": {
  238. "@babel/core": "^7.0.0"
  239. }
  240. },
  241. "node_modules/@babel/helper-optimise-call-expression": {
  242. "version": "7.27.1",
  243. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  244. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  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. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  256. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  257. "license": "MIT",
  258. "engines": {
  259. "node": ">=6.9.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-replace-supers": {
  263. "version": "7.27.1",
  264. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  265. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  266. "license": "MIT",
  267. "dependencies": {
  268. "@babel/helper-member-expression-to-functions": "^7.27.1",
  269. "@babel/helper-optimise-call-expression": "^7.27.1",
  270. "@babel/traverse": "^7.27.1"
  271. },
  272. "engines": {
  273. "node": ">=6.9.0"
  274. },
  275. "peerDependencies": {
  276. "@babel/core": "^7.0.0"
  277. }
  278. },
  279. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  280. "version": "7.27.1",
  281. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  282. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  283. "license": "MIT",
  284. "dependencies": {
  285. "@babel/traverse": "^7.27.1",
  286. "@babel/types": "^7.27.1"
  287. },
  288. "engines": {
  289. "node": ">=6.9.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-string-parser": {
  293. "version": "7.27.1",
  294. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  295. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  296. "license": "MIT",
  297. "engines": {
  298. "node": ">=6.9.0"
  299. }
  300. },
  301. "node_modules/@babel/helper-validator-identifier": {
  302. "version": "7.28.5",
  303. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  304. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  305. "license": "MIT",
  306. "engines": {
  307. "node": ">=6.9.0"
  308. }
  309. },
  310. "node_modules/@babel/helper-validator-option": {
  311. "version": "7.27.1",
  312. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  313. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  314. "license": "MIT",
  315. "engines": {
  316. "node": ">=6.9.0"
  317. }
  318. },
  319. "node_modules/@babel/helpers": {
  320. "version": "7.28.4",
  321. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  322. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  323. "license": "MIT",
  324. "dependencies": {
  325. "@babel/template": "^7.27.2",
  326. "@babel/types": "^7.28.4"
  327. },
  328. "engines": {
  329. "node": ">=6.9.0"
  330. }
  331. },
  332. "node_modules/@babel/parser": {
  333. "version": "7.29.2",
  334. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  335. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  336. "license": "MIT",
  337. "dependencies": {
  338. "@babel/types": "^7.29.0"
  339. },
  340. "bin": {
  341. "parser": "bin/babel-parser.js"
  342. },
  343. "engines": {
  344. "node": ">=6.0.0"
  345. }
  346. },
  347. "node_modules/@babel/plugin-syntax-jsx": {
  348. "version": "7.27.1",
  349. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  350. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  351. "license": "MIT",
  352. "dependencies": {
  353. "@babel/helper-plugin-utils": "^7.27.1"
  354. },
  355. "engines": {
  356. "node": ">=6.9.0"
  357. },
  358. "peerDependencies": {
  359. "@babel/core": "^7.0.0-0"
  360. }
  361. },
  362. "node_modules/@babel/plugin-syntax-typescript": {
  363. "version": "7.27.1",
  364. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  365. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  366. "license": "MIT",
  367. "dependencies": {
  368. "@babel/helper-plugin-utils": "^7.27.1"
  369. },
  370. "engines": {
  371. "node": ">=6.9.0"
  372. },
  373. "peerDependencies": {
  374. "@babel/core": "^7.0.0-0"
  375. }
  376. },
  377. "node_modules/@babel/plugin-transform-typescript": {
  378. "version": "7.28.5",
  379. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  380. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  381. "license": "MIT",
  382. "dependencies": {
  383. "@babel/helper-annotate-as-pure": "^7.27.3",
  384. "@babel/helper-create-class-features-plugin": "^7.28.5",
  385. "@babel/helper-plugin-utils": "^7.27.1",
  386. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  387. "@babel/plugin-syntax-typescript": "^7.27.1"
  388. },
  389. "engines": {
  390. "node": ">=6.9.0"
  391. },
  392. "peerDependencies": {
  393. "@babel/core": "^7.0.0-0"
  394. }
  395. },
  396. "node_modules/@babel/template": {
  397. "version": "7.27.2",
  398. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  399. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  400. "license": "MIT",
  401. "dependencies": {
  402. "@babel/code-frame": "^7.27.1",
  403. "@babel/parser": "^7.27.2",
  404. "@babel/types": "^7.27.1"
  405. },
  406. "engines": {
  407. "node": ">=6.9.0"
  408. }
  409. },
  410. "node_modules/@babel/traverse": {
  411. "version": "7.28.5",
  412. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  413. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  414. "license": "MIT",
  415. "dependencies": {
  416. "@babel/code-frame": "^7.27.1",
  417. "@babel/generator": "^7.28.5",
  418. "@babel/helper-globals": "^7.28.0",
  419. "@babel/parser": "^7.28.5",
  420. "@babel/template": "^7.27.2",
  421. "@babel/types": "^7.28.5",
  422. "debug": "^4.3.1"
  423. },
  424. "engines": {
  425. "node": ">=6.9.0"
  426. }
  427. },
  428. "node_modules/@babel/types": {
  429. "version": "7.29.0",
  430. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  431. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  432. "license": "MIT",
  433. "dependencies": {
  434. "@babel/helper-string-parser": "^7.27.1",
  435. "@babel/helper-validator-identifier": "^7.28.5"
  436. },
  437. "engines": {
  438. "node": ">=6.9.0"
  439. }
  440. },
  441. "node_modules/@capsizecss/unpack": {
  442. "version": "3.0.1",
  443. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
  444. "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
  445. "license": "MIT",
  446. "dependencies": {
  447. "fontkit": "^2.0.2"
  448. },
  449. "engines": {
  450. "node": ">=18"
  451. }
  452. },
  453. "node_modules/@clack/core": {
  454. "version": "1.2.0",
  455. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  456. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  457. "license": "MIT",
  458. "dependencies": {
  459. "fast-wrap-ansi": "^0.1.3",
  460. "sisteransi": "^1.0.5"
  461. }
  462. },
  463. "node_modules/@clack/prompts": {
  464. "version": "1.2.0",
  465. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  466. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  467. "license": "MIT",
  468. "dependencies": {
  469. "@clack/core": "1.2.0",
  470. "fast-string-width": "^1.1.0",
  471. "fast-wrap-ansi": "^0.1.3",
  472. "sisteransi": "^1.0.5"
  473. }
  474. },
  475. "node_modules/@cloudflare/kv-asset-handler": {
  476. "version": "0.4.2",
  477. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  478. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  479. "license": "MIT OR Apache-2.0",
  480. "engines": {
  481. "node": ">=18.0.0"
  482. }
  483. },
  484. "node_modules/@dxup/nuxt": {
  485. "version": "0.2.0",
  486. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.0.tgz",
  487. "integrity": "sha512-tUS2040HEiGwjwZ8hTczfuRoiXSOuA+ATPXO9Bllf03nHHj1lSlmaAyVJHFsSXL5Os5NZqimNAZ1iDed7VElzA==",
  488. "license": "MIT",
  489. "dependencies": {
  490. "@dxup/unimport": "^0.1.0",
  491. "@nuxt/kit": "^4.1.3",
  492. "chokidar": "^4.0.3",
  493. "pathe": "2.0.3",
  494. "tinyglobby": "^0.2.15"
  495. }
  496. },
  497. "node_modules/@dxup/unimport": {
  498. "version": "0.1.0",
  499. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.0.tgz",
  500. "integrity": "sha512-6Q/Po8qGmlrShdG/R9+rpIhme9N/PGJumpvmwr1UAxGpt9DfOCt9kF8+yJkxhtPdJFL37KgUILZBRAkSU8cJZg==",
  501. "license": "MIT"
  502. },
  503. "node_modules/@emnapi/core": {
  504. "version": "1.6.0",
  505. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  506. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  507. "license": "MIT",
  508. "optional": true,
  509. "dependencies": {
  510. "@emnapi/wasi-threads": "1.1.0",
  511. "tslib": "^2.4.0"
  512. }
  513. },
  514. "node_modules/@emnapi/runtime": {
  515. "version": "1.10.0",
  516. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  517. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  518. "license": "MIT",
  519. "optional": true,
  520. "dependencies": {
  521. "tslib": "^2.4.0"
  522. }
  523. },
  524. "node_modules/@emnapi/wasi-threads": {
  525. "version": "1.1.0",
  526. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  527. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  528. "license": "MIT",
  529. "optional": true,
  530. "dependencies": {
  531. "tslib": "^2.4.0"
  532. }
  533. },
  534. "node_modules/@esbuild/aix-ppc64": {
  535. "version": "0.25.12",
  536. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  537. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  538. "cpu": [
  539. "ppc64"
  540. ],
  541. "license": "MIT",
  542. "optional": true,
  543. "os": [
  544. "aix"
  545. ],
  546. "engines": {
  547. "node": ">=18"
  548. }
  549. },
  550. "node_modules/@esbuild/android-arm": {
  551. "version": "0.25.12",
  552. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  553. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  554. "cpu": [
  555. "arm"
  556. ],
  557. "license": "MIT",
  558. "optional": true,
  559. "os": [
  560. "android"
  561. ],
  562. "engines": {
  563. "node": ">=18"
  564. }
  565. },
  566. "node_modules/@esbuild/android-arm64": {
  567. "version": "0.25.12",
  568. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  569. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  570. "cpu": [
  571. "arm64"
  572. ],
  573. "license": "MIT",
  574. "optional": true,
  575. "os": [
  576. "android"
  577. ],
  578. "engines": {
  579. "node": ">=18"
  580. }
  581. },
  582. "node_modules/@esbuild/android-x64": {
  583. "version": "0.25.12",
  584. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  585. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  586. "cpu": [
  587. "x64"
  588. ],
  589. "license": "MIT",
  590. "optional": true,
  591. "os": [
  592. "android"
  593. ],
  594. "engines": {
  595. "node": ">=18"
  596. }
  597. },
  598. "node_modules/@esbuild/darwin-arm64": {
  599. "version": "0.25.12",
  600. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  601. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  602. "cpu": [
  603. "arm64"
  604. ],
  605. "license": "MIT",
  606. "optional": true,
  607. "os": [
  608. "darwin"
  609. ],
  610. "engines": {
  611. "node": ">=18"
  612. }
  613. },
  614. "node_modules/@esbuild/darwin-x64": {
  615. "version": "0.25.12",
  616. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  617. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  618. "cpu": [
  619. "x64"
  620. ],
  621. "license": "MIT",
  622. "optional": true,
  623. "os": [
  624. "darwin"
  625. ],
  626. "engines": {
  627. "node": ">=18"
  628. }
  629. },
  630. "node_modules/@esbuild/freebsd-arm64": {
  631. "version": "0.25.12",
  632. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  633. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  634. "cpu": [
  635. "arm64"
  636. ],
  637. "license": "MIT",
  638. "optional": true,
  639. "os": [
  640. "freebsd"
  641. ],
  642. "engines": {
  643. "node": ">=18"
  644. }
  645. },
  646. "node_modules/@esbuild/freebsd-x64": {
  647. "version": "0.25.12",
  648. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  649. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  650. "cpu": [
  651. "x64"
  652. ],
  653. "license": "MIT",
  654. "optional": true,
  655. "os": [
  656. "freebsd"
  657. ],
  658. "engines": {
  659. "node": ">=18"
  660. }
  661. },
  662. "node_modules/@esbuild/linux-arm": {
  663. "version": "0.25.12",
  664. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  665. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  666. "cpu": [
  667. "arm"
  668. ],
  669. "license": "MIT",
  670. "optional": true,
  671. "os": [
  672. "linux"
  673. ],
  674. "engines": {
  675. "node": ">=18"
  676. }
  677. },
  678. "node_modules/@esbuild/linux-arm64": {
  679. "version": "0.25.12",
  680. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  681. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  682. "cpu": [
  683. "arm64"
  684. ],
  685. "license": "MIT",
  686. "optional": true,
  687. "os": [
  688. "linux"
  689. ],
  690. "engines": {
  691. "node": ">=18"
  692. }
  693. },
  694. "node_modules/@esbuild/linux-ia32": {
  695. "version": "0.25.12",
  696. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  697. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  698. "cpu": [
  699. "ia32"
  700. ],
  701. "license": "MIT",
  702. "optional": true,
  703. "os": [
  704. "linux"
  705. ],
  706. "engines": {
  707. "node": ">=18"
  708. }
  709. },
  710. "node_modules/@esbuild/linux-loong64": {
  711. "version": "0.25.12",
  712. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  713. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  714. "cpu": [
  715. "loong64"
  716. ],
  717. "license": "MIT",
  718. "optional": true,
  719. "os": [
  720. "linux"
  721. ],
  722. "engines": {
  723. "node": ">=18"
  724. }
  725. },
  726. "node_modules/@esbuild/linux-mips64el": {
  727. "version": "0.25.12",
  728. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  729. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  730. "cpu": [
  731. "mips64el"
  732. ],
  733. "license": "MIT",
  734. "optional": true,
  735. "os": [
  736. "linux"
  737. ],
  738. "engines": {
  739. "node": ">=18"
  740. }
  741. },
  742. "node_modules/@esbuild/linux-ppc64": {
  743. "version": "0.25.12",
  744. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  745. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  746. "cpu": [
  747. "ppc64"
  748. ],
  749. "license": "MIT",
  750. "optional": true,
  751. "os": [
  752. "linux"
  753. ],
  754. "engines": {
  755. "node": ">=18"
  756. }
  757. },
  758. "node_modules/@esbuild/linux-riscv64": {
  759. "version": "0.25.12",
  760. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  761. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  762. "cpu": [
  763. "riscv64"
  764. ],
  765. "license": "MIT",
  766. "optional": true,
  767. "os": [
  768. "linux"
  769. ],
  770. "engines": {
  771. "node": ">=18"
  772. }
  773. },
  774. "node_modules/@esbuild/linux-s390x": {
  775. "version": "0.25.12",
  776. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  777. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  778. "cpu": [
  779. "s390x"
  780. ],
  781. "license": "MIT",
  782. "optional": true,
  783. "os": [
  784. "linux"
  785. ],
  786. "engines": {
  787. "node": ">=18"
  788. }
  789. },
  790. "node_modules/@esbuild/linux-x64": {
  791. "version": "0.25.12",
  792. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  793. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  794. "cpu": [
  795. "x64"
  796. ],
  797. "license": "MIT",
  798. "optional": true,
  799. "os": [
  800. "linux"
  801. ],
  802. "engines": {
  803. "node": ">=18"
  804. }
  805. },
  806. "node_modules/@esbuild/netbsd-arm64": {
  807. "version": "0.25.12",
  808. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  809. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  810. "cpu": [
  811. "arm64"
  812. ],
  813. "license": "MIT",
  814. "optional": true,
  815. "os": [
  816. "netbsd"
  817. ],
  818. "engines": {
  819. "node": ">=18"
  820. }
  821. },
  822. "node_modules/@esbuild/netbsd-x64": {
  823. "version": "0.25.12",
  824. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  825. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  826. "cpu": [
  827. "x64"
  828. ],
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "netbsd"
  833. ],
  834. "engines": {
  835. "node": ">=18"
  836. }
  837. },
  838. "node_modules/@esbuild/openbsd-arm64": {
  839. "version": "0.25.12",
  840. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  841. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  842. "cpu": [
  843. "arm64"
  844. ],
  845. "license": "MIT",
  846. "optional": true,
  847. "os": [
  848. "openbsd"
  849. ],
  850. "engines": {
  851. "node": ">=18"
  852. }
  853. },
  854. "node_modules/@esbuild/openbsd-x64": {
  855. "version": "0.25.12",
  856. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  857. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  858. "cpu": [
  859. "x64"
  860. ],
  861. "license": "MIT",
  862. "optional": true,
  863. "os": [
  864. "openbsd"
  865. ],
  866. "engines": {
  867. "node": ">=18"
  868. }
  869. },
  870. "node_modules/@esbuild/openharmony-arm64": {
  871. "version": "0.25.12",
  872. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  873. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  874. "cpu": [
  875. "arm64"
  876. ],
  877. "license": "MIT",
  878. "optional": true,
  879. "os": [
  880. "openharmony"
  881. ],
  882. "engines": {
  883. "node": ">=18"
  884. }
  885. },
  886. "node_modules/@esbuild/sunos-x64": {
  887. "version": "0.25.12",
  888. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  889. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  890. "cpu": [
  891. "x64"
  892. ],
  893. "license": "MIT",
  894. "optional": true,
  895. "os": [
  896. "sunos"
  897. ],
  898. "engines": {
  899. "node": ">=18"
  900. }
  901. },
  902. "node_modules/@esbuild/win32-arm64": {
  903. "version": "0.25.12",
  904. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  905. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  906. "cpu": [
  907. "arm64"
  908. ],
  909. "license": "MIT",
  910. "optional": true,
  911. "os": [
  912. "win32"
  913. ],
  914. "engines": {
  915. "node": ">=18"
  916. }
  917. },
  918. "node_modules/@esbuild/win32-ia32": {
  919. "version": "0.25.12",
  920. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  921. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  922. "cpu": [
  923. "ia32"
  924. ],
  925. "license": "MIT",
  926. "optional": true,
  927. "os": [
  928. "win32"
  929. ],
  930. "engines": {
  931. "node": ">=18"
  932. }
  933. },
  934. "node_modules/@esbuild/win32-x64": {
  935. "version": "0.25.12",
  936. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  937. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  938. "cpu": [
  939. "x64"
  940. ],
  941. "license": "MIT",
  942. "optional": true,
  943. "os": [
  944. "win32"
  945. ],
  946. "engines": {
  947. "node": ">=18"
  948. }
  949. },
  950. "node_modules/@fastify/accept-negotiator": {
  951. "version": "2.0.1",
  952. "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
  953. "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
  954. "funding": [
  955. {
  956. "type": "github",
  957. "url": "https://github.com/sponsors/fastify"
  958. },
  959. {
  960. "type": "opencollective",
  961. "url": "https://opencollective.com/fastify"
  962. }
  963. ],
  964. "license": "MIT",
  965. "optional": true
  966. },
  967. "node_modules/@floating-ui/core": {
  968. "version": "1.7.3",
  969. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
  970. "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
  971. "license": "MIT",
  972. "dependencies": {
  973. "@floating-ui/utils": "^0.2.10"
  974. }
  975. },
  976. "node_modules/@floating-ui/dom": {
  977. "version": "1.7.4",
  978. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
  979. "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
  980. "license": "MIT",
  981. "dependencies": {
  982. "@floating-ui/core": "^1.7.3",
  983. "@floating-ui/utils": "^0.2.10"
  984. }
  985. },
  986. "node_modules/@floating-ui/utils": {
  987. "version": "0.2.10",
  988. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
  989. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  990. "license": "MIT"
  991. },
  992. "node_modules/@floating-ui/vue": {
  993. "version": "1.1.9",
  994. "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.9.tgz",
  995. "integrity": "sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==",
  996. "license": "MIT",
  997. "dependencies": {
  998. "@floating-ui/dom": "^1.7.4",
  999. "@floating-ui/utils": "^0.2.10",
  1000. "vue-demi": ">=0.13.0"
  1001. }
  1002. },
  1003. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  1004. "version": "0.14.10",
  1005. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1006. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1007. "hasInstallScript": true,
  1008. "license": "MIT",
  1009. "bin": {
  1010. "vue-demi-fix": "bin/vue-demi-fix.js",
  1011. "vue-demi-switch": "bin/vue-demi-switch.js"
  1012. },
  1013. "engines": {
  1014. "node": ">=12"
  1015. },
  1016. "funding": {
  1017. "url": "https://github.com/sponsors/antfu"
  1018. },
  1019. "peerDependencies": {
  1020. "@vue/composition-api": "^1.0.0-rc.1",
  1021. "vue": "^3.0.0-0 || ^2.6.0"
  1022. },
  1023. "peerDependenciesMeta": {
  1024. "@vue/composition-api": {
  1025. "optional": true
  1026. }
  1027. }
  1028. },
  1029. "node_modules/@iconify/collections": {
  1030. "version": "1.0.624",
  1031. "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.624.tgz",
  1032. "integrity": "sha512-xNhIO7CH4S85O7yp0zW+Sw5btqKXdBxPEKSk2ClCsmDTqA5OtS8eCIseQM4Jp7IS3d1mbO9KQV4Tx4nredaGxg==",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@iconify/types": "*"
  1036. }
  1037. },
  1038. "node_modules/@iconify/types": {
  1039. "version": "2.0.0",
  1040. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1041. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1042. "license": "MIT"
  1043. },
  1044. "node_modules/@iconify/utils": {
  1045. "version": "3.1.0",
  1046. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
  1047. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1048. "license": "MIT",
  1049. "dependencies": {
  1050. "@antfu/install-pkg": "^1.1.0",
  1051. "@iconify/types": "^2.0.0",
  1052. "mlly": "^1.8.0"
  1053. }
  1054. },
  1055. "node_modules/@iconify/vue": {
  1056. "version": "5.0.0",
  1057. "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-5.0.0.tgz",
  1058. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "@iconify/types": "^2.0.0"
  1062. },
  1063. "funding": {
  1064. "url": "https://github.com/sponsors/cyberalien"
  1065. },
  1066. "peerDependencies": {
  1067. "vue": ">=3"
  1068. }
  1069. },
  1070. "node_modules/@img/colour": {
  1071. "version": "1.1.0",
  1072. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  1073. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  1074. "license": "MIT",
  1075. "optional": true,
  1076. "engines": {
  1077. "node": ">=18"
  1078. }
  1079. },
  1080. "node_modules/@img/sharp-darwin-arm64": {
  1081. "version": "0.34.5",
  1082. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  1083. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  1084. "cpu": [
  1085. "arm64"
  1086. ],
  1087. "license": "Apache-2.0",
  1088. "optional": true,
  1089. "os": [
  1090. "darwin"
  1091. ],
  1092. "engines": {
  1093. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1094. },
  1095. "funding": {
  1096. "url": "https://opencollective.com/libvips"
  1097. },
  1098. "optionalDependencies": {
  1099. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1100. }
  1101. },
  1102. "node_modules/@img/sharp-darwin-x64": {
  1103. "version": "0.34.5",
  1104. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1105. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1106. "cpu": [
  1107. "x64"
  1108. ],
  1109. "license": "Apache-2.0",
  1110. "optional": true,
  1111. "os": [
  1112. "darwin"
  1113. ],
  1114. "engines": {
  1115. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1116. },
  1117. "funding": {
  1118. "url": "https://opencollective.com/libvips"
  1119. },
  1120. "optionalDependencies": {
  1121. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1122. }
  1123. },
  1124. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1125. "version": "1.2.4",
  1126. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1127. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1128. "cpu": [
  1129. "arm64"
  1130. ],
  1131. "license": "LGPL-3.0-or-later",
  1132. "optional": true,
  1133. "os": [
  1134. "darwin"
  1135. ],
  1136. "funding": {
  1137. "url": "https://opencollective.com/libvips"
  1138. }
  1139. },
  1140. "node_modules/@img/sharp-libvips-darwin-x64": {
  1141. "version": "1.2.4",
  1142. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1143. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1144. "cpu": [
  1145. "x64"
  1146. ],
  1147. "license": "LGPL-3.0-or-later",
  1148. "optional": true,
  1149. "os": [
  1150. "darwin"
  1151. ],
  1152. "funding": {
  1153. "url": "https://opencollective.com/libvips"
  1154. }
  1155. },
  1156. "node_modules/@img/sharp-libvips-linux-arm": {
  1157. "version": "1.2.4",
  1158. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1159. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1160. "cpu": [
  1161. "arm"
  1162. ],
  1163. "license": "LGPL-3.0-or-later",
  1164. "optional": true,
  1165. "os": [
  1166. "linux"
  1167. ],
  1168. "funding": {
  1169. "url": "https://opencollective.com/libvips"
  1170. }
  1171. },
  1172. "node_modules/@img/sharp-libvips-linux-arm64": {
  1173. "version": "1.2.4",
  1174. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1175. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1176. "cpu": [
  1177. "arm64"
  1178. ],
  1179. "license": "LGPL-3.0-or-later",
  1180. "optional": true,
  1181. "os": [
  1182. "linux"
  1183. ],
  1184. "funding": {
  1185. "url": "https://opencollective.com/libvips"
  1186. }
  1187. },
  1188. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1189. "version": "1.2.4",
  1190. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1191. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1192. "cpu": [
  1193. "ppc64"
  1194. ],
  1195. "license": "LGPL-3.0-or-later",
  1196. "optional": true,
  1197. "os": [
  1198. "linux"
  1199. ],
  1200. "funding": {
  1201. "url": "https://opencollective.com/libvips"
  1202. }
  1203. },
  1204. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1205. "version": "1.2.4",
  1206. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1207. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1208. "cpu": [
  1209. "riscv64"
  1210. ],
  1211. "license": "LGPL-3.0-or-later",
  1212. "optional": true,
  1213. "os": [
  1214. "linux"
  1215. ],
  1216. "funding": {
  1217. "url": "https://opencollective.com/libvips"
  1218. }
  1219. },
  1220. "node_modules/@img/sharp-libvips-linux-s390x": {
  1221. "version": "1.2.4",
  1222. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1223. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1224. "cpu": [
  1225. "s390x"
  1226. ],
  1227. "license": "LGPL-3.0-or-later",
  1228. "optional": true,
  1229. "os": [
  1230. "linux"
  1231. ],
  1232. "funding": {
  1233. "url": "https://opencollective.com/libvips"
  1234. }
  1235. },
  1236. "node_modules/@img/sharp-libvips-linux-x64": {
  1237. "version": "1.2.4",
  1238. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1239. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1240. "cpu": [
  1241. "x64"
  1242. ],
  1243. "license": "LGPL-3.0-or-later",
  1244. "optional": true,
  1245. "os": [
  1246. "linux"
  1247. ],
  1248. "funding": {
  1249. "url": "https://opencollective.com/libvips"
  1250. }
  1251. },
  1252. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1253. "version": "1.2.4",
  1254. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1255. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1256. "cpu": [
  1257. "arm64"
  1258. ],
  1259. "license": "LGPL-3.0-or-later",
  1260. "optional": true,
  1261. "os": [
  1262. "linux"
  1263. ],
  1264. "funding": {
  1265. "url": "https://opencollective.com/libvips"
  1266. }
  1267. },
  1268. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1269. "version": "1.2.4",
  1270. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1271. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1272. "cpu": [
  1273. "x64"
  1274. ],
  1275. "license": "LGPL-3.0-or-later",
  1276. "optional": true,
  1277. "os": [
  1278. "linux"
  1279. ],
  1280. "funding": {
  1281. "url": "https://opencollective.com/libvips"
  1282. }
  1283. },
  1284. "node_modules/@img/sharp-linux-arm": {
  1285. "version": "0.34.5",
  1286. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1287. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1288. "cpu": [
  1289. "arm"
  1290. ],
  1291. "license": "Apache-2.0",
  1292. "optional": true,
  1293. "os": [
  1294. "linux"
  1295. ],
  1296. "engines": {
  1297. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1298. },
  1299. "funding": {
  1300. "url": "https://opencollective.com/libvips"
  1301. },
  1302. "optionalDependencies": {
  1303. "@img/sharp-libvips-linux-arm": "1.2.4"
  1304. }
  1305. },
  1306. "node_modules/@img/sharp-linux-arm64": {
  1307. "version": "0.34.5",
  1308. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1309. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1310. "cpu": [
  1311. "arm64"
  1312. ],
  1313. "license": "Apache-2.0",
  1314. "optional": true,
  1315. "os": [
  1316. "linux"
  1317. ],
  1318. "engines": {
  1319. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1320. },
  1321. "funding": {
  1322. "url": "https://opencollective.com/libvips"
  1323. },
  1324. "optionalDependencies": {
  1325. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1326. }
  1327. },
  1328. "node_modules/@img/sharp-linux-ppc64": {
  1329. "version": "0.34.5",
  1330. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1331. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1332. "cpu": [
  1333. "ppc64"
  1334. ],
  1335. "license": "Apache-2.0",
  1336. "optional": true,
  1337. "os": [
  1338. "linux"
  1339. ],
  1340. "engines": {
  1341. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1342. },
  1343. "funding": {
  1344. "url": "https://opencollective.com/libvips"
  1345. },
  1346. "optionalDependencies": {
  1347. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1348. }
  1349. },
  1350. "node_modules/@img/sharp-linux-riscv64": {
  1351. "version": "0.34.5",
  1352. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1353. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1354. "cpu": [
  1355. "riscv64"
  1356. ],
  1357. "license": "Apache-2.0",
  1358. "optional": true,
  1359. "os": [
  1360. "linux"
  1361. ],
  1362. "engines": {
  1363. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1364. },
  1365. "funding": {
  1366. "url": "https://opencollective.com/libvips"
  1367. },
  1368. "optionalDependencies": {
  1369. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1370. }
  1371. },
  1372. "node_modules/@img/sharp-linux-s390x": {
  1373. "version": "0.34.5",
  1374. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1375. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1376. "cpu": [
  1377. "s390x"
  1378. ],
  1379. "license": "Apache-2.0",
  1380. "optional": true,
  1381. "os": [
  1382. "linux"
  1383. ],
  1384. "engines": {
  1385. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1386. },
  1387. "funding": {
  1388. "url": "https://opencollective.com/libvips"
  1389. },
  1390. "optionalDependencies": {
  1391. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1392. }
  1393. },
  1394. "node_modules/@img/sharp-linux-x64": {
  1395. "version": "0.34.5",
  1396. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1397. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1398. "cpu": [
  1399. "x64"
  1400. ],
  1401. "license": "Apache-2.0",
  1402. "optional": true,
  1403. "os": [
  1404. "linux"
  1405. ],
  1406. "engines": {
  1407. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1408. },
  1409. "funding": {
  1410. "url": "https://opencollective.com/libvips"
  1411. },
  1412. "optionalDependencies": {
  1413. "@img/sharp-libvips-linux-x64": "1.2.4"
  1414. }
  1415. },
  1416. "node_modules/@img/sharp-linuxmusl-arm64": {
  1417. "version": "0.34.5",
  1418. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1419. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1420. "cpu": [
  1421. "arm64"
  1422. ],
  1423. "license": "Apache-2.0",
  1424. "optional": true,
  1425. "os": [
  1426. "linux"
  1427. ],
  1428. "engines": {
  1429. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1430. },
  1431. "funding": {
  1432. "url": "https://opencollective.com/libvips"
  1433. },
  1434. "optionalDependencies": {
  1435. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1436. }
  1437. },
  1438. "node_modules/@img/sharp-linuxmusl-x64": {
  1439. "version": "0.34.5",
  1440. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1441. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1442. "cpu": [
  1443. "x64"
  1444. ],
  1445. "license": "Apache-2.0",
  1446. "optional": true,
  1447. "os": [
  1448. "linux"
  1449. ],
  1450. "engines": {
  1451. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1452. },
  1453. "funding": {
  1454. "url": "https://opencollective.com/libvips"
  1455. },
  1456. "optionalDependencies": {
  1457. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1458. }
  1459. },
  1460. "node_modules/@img/sharp-wasm32": {
  1461. "version": "0.34.5",
  1462. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1463. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1464. "cpu": [
  1465. "wasm32"
  1466. ],
  1467. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1468. "optional": true,
  1469. "dependencies": {
  1470. "@emnapi/runtime": "^1.7.0"
  1471. },
  1472. "engines": {
  1473. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1474. },
  1475. "funding": {
  1476. "url": "https://opencollective.com/libvips"
  1477. }
  1478. },
  1479. "node_modules/@img/sharp-win32-arm64": {
  1480. "version": "0.34.5",
  1481. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1482. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1483. "cpu": [
  1484. "arm64"
  1485. ],
  1486. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1487. "optional": true,
  1488. "os": [
  1489. "win32"
  1490. ],
  1491. "engines": {
  1492. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1493. },
  1494. "funding": {
  1495. "url": "https://opencollective.com/libvips"
  1496. }
  1497. },
  1498. "node_modules/@img/sharp-win32-ia32": {
  1499. "version": "0.34.5",
  1500. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1501. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1502. "cpu": [
  1503. "ia32"
  1504. ],
  1505. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1506. "optional": true,
  1507. "os": [
  1508. "win32"
  1509. ],
  1510. "engines": {
  1511. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1512. },
  1513. "funding": {
  1514. "url": "https://opencollective.com/libvips"
  1515. }
  1516. },
  1517. "node_modules/@img/sharp-win32-x64": {
  1518. "version": "0.34.5",
  1519. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1520. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1521. "cpu": [
  1522. "x64"
  1523. ],
  1524. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1525. "optional": true,
  1526. "os": [
  1527. "win32"
  1528. ],
  1529. "engines": {
  1530. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1531. },
  1532. "funding": {
  1533. "url": "https://opencollective.com/libvips"
  1534. }
  1535. },
  1536. "node_modules/@internationalized/date": {
  1537. "version": "3.10.0",
  1538. "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
  1539. "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
  1540. "license": "Apache-2.0",
  1541. "dependencies": {
  1542. "@swc/helpers": "^0.5.0"
  1543. }
  1544. },
  1545. "node_modules/@internationalized/number": {
  1546. "version": "3.6.5",
  1547. "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
  1548. "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
  1549. "license": "Apache-2.0",
  1550. "dependencies": {
  1551. "@swc/helpers": "^0.5.0"
  1552. }
  1553. },
  1554. "node_modules/@ioredis/commands": {
  1555. "version": "1.5.1",
  1556. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1557. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1558. "license": "MIT"
  1559. },
  1560. "node_modules/@isaacs/cliui": {
  1561. "version": "8.0.2",
  1562. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1563. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1564. "license": "ISC",
  1565. "dependencies": {
  1566. "string-width": "^5.1.2",
  1567. "string-width-cjs": "npm:string-width@^4.2.0",
  1568. "strip-ansi": "^7.0.1",
  1569. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1570. "wrap-ansi": "^8.1.0",
  1571. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1572. },
  1573. "engines": {
  1574. "node": ">=12"
  1575. }
  1576. },
  1577. "node_modules/@isaacs/fs-minipass": {
  1578. "version": "4.0.1",
  1579. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1580. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1581. "license": "ISC",
  1582. "dependencies": {
  1583. "minipass": "^7.0.4"
  1584. },
  1585. "engines": {
  1586. "node": ">=18.0.0"
  1587. }
  1588. },
  1589. "node_modules/@jridgewell/gen-mapping": {
  1590. "version": "0.3.13",
  1591. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1592. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1593. "license": "MIT",
  1594. "dependencies": {
  1595. "@jridgewell/sourcemap-codec": "^1.5.0",
  1596. "@jridgewell/trace-mapping": "^0.3.24"
  1597. }
  1598. },
  1599. "node_modules/@jridgewell/remapping": {
  1600. "version": "2.3.5",
  1601. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1602. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "@jridgewell/gen-mapping": "^0.3.5",
  1606. "@jridgewell/trace-mapping": "^0.3.24"
  1607. }
  1608. },
  1609. "node_modules/@jridgewell/resolve-uri": {
  1610. "version": "3.1.2",
  1611. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1612. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1613. "license": "MIT",
  1614. "engines": {
  1615. "node": ">=6.0.0"
  1616. }
  1617. },
  1618. "node_modules/@jridgewell/source-map": {
  1619. "version": "0.3.11",
  1620. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1621. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1622. "license": "MIT",
  1623. "dependencies": {
  1624. "@jridgewell/gen-mapping": "^0.3.5",
  1625. "@jridgewell/trace-mapping": "^0.3.25"
  1626. }
  1627. },
  1628. "node_modules/@jridgewell/sourcemap-codec": {
  1629. "version": "1.5.5",
  1630. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1631. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1632. "license": "MIT"
  1633. },
  1634. "node_modules/@jridgewell/trace-mapping": {
  1635. "version": "0.3.31",
  1636. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1637. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1638. "license": "MIT",
  1639. "dependencies": {
  1640. "@jridgewell/resolve-uri": "^3.1.0",
  1641. "@jridgewell/sourcemap-codec": "^1.4.14"
  1642. }
  1643. },
  1644. "node_modules/@kwsites/file-exists": {
  1645. "version": "1.1.1",
  1646. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1647. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1648. "license": "MIT",
  1649. "dependencies": {
  1650. "debug": "^4.1.1"
  1651. }
  1652. },
  1653. "node_modules/@kwsites/promise-deferred": {
  1654. "version": "1.1.1",
  1655. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1656. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1657. "license": "MIT"
  1658. },
  1659. "node_modules/@mapbox/node-pre-gyp": {
  1660. "version": "2.0.3",
  1661. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1662. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1663. "license": "BSD-3-Clause",
  1664. "dependencies": {
  1665. "consola": "^3.2.3",
  1666. "detect-libc": "^2.0.0",
  1667. "https-proxy-agent": "^7.0.5",
  1668. "node-fetch": "^2.6.7",
  1669. "nopt": "^8.0.0",
  1670. "semver": "^7.5.3",
  1671. "tar": "^7.4.0"
  1672. },
  1673. "bin": {
  1674. "node-pre-gyp": "bin/node-pre-gyp"
  1675. },
  1676. "engines": {
  1677. "node": ">=18"
  1678. }
  1679. },
  1680. "node_modules/@napi-rs/wasm-runtime": {
  1681. "version": "1.0.7",
  1682. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
  1683. "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
  1684. "license": "MIT",
  1685. "optional": true,
  1686. "dependencies": {
  1687. "@emnapi/core": "^1.5.0",
  1688. "@emnapi/runtime": "^1.5.0",
  1689. "@tybys/wasm-util": "^0.10.1"
  1690. }
  1691. },
  1692. "node_modules/@nodelib/fs.scandir": {
  1693. "version": "2.1.5",
  1694. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1695. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1696. "license": "MIT",
  1697. "dependencies": {
  1698. "@nodelib/fs.stat": "2.0.5",
  1699. "run-parallel": "^1.1.9"
  1700. },
  1701. "engines": {
  1702. "node": ">= 8"
  1703. }
  1704. },
  1705. "node_modules/@nodelib/fs.stat": {
  1706. "version": "2.0.5",
  1707. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1708. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1709. "license": "MIT",
  1710. "engines": {
  1711. "node": ">= 8"
  1712. }
  1713. },
  1714. "node_modules/@nodelib/fs.walk": {
  1715. "version": "1.2.8",
  1716. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1717. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1718. "license": "MIT",
  1719. "dependencies": {
  1720. "@nodelib/fs.scandir": "2.1.5",
  1721. "fastq": "^1.6.0"
  1722. },
  1723. "engines": {
  1724. "node": ">= 8"
  1725. }
  1726. },
  1727. "node_modules/@nuxt/cli": {
  1728. "version": "3.35.0",
  1729. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.35.0.tgz",
  1730. "integrity": "sha512-mptQTKMkLJaIr3VASTap6iWswU2XZ+J55pb6oUagxm9LOzsd7i2LzfC6IclU6Dp+ihRjYYzW+JPuvHvPOKQmuQ==",
  1731. "license": "MIT",
  1732. "dependencies": {
  1733. "@bomb.sh/tab": "^0.0.14",
  1734. "@clack/prompts": "^1.2.0",
  1735. "c12": "^3.3.4",
  1736. "citty": "^0.2.2",
  1737. "confbox": "^0.2.4",
  1738. "consola": "^3.4.2",
  1739. "debug": "^4.4.3",
  1740. "defu": "^6.1.7",
  1741. "exsolve": "^1.0.8",
  1742. "fuse.js": "^7.3.0",
  1743. "fzf": "^0.5.2",
  1744. "giget": "^3.2.0",
  1745. "jiti": "^2.6.1",
  1746. "listhen": "^1.9.1",
  1747. "nypm": "^0.6.6",
  1748. "ofetch": "^1.5.1",
  1749. "ohash": "^2.0.11",
  1750. "pathe": "^2.0.3",
  1751. "perfect-debounce": "^2.1.0",
  1752. "pkg-types": "^2.3.0",
  1753. "scule": "^1.3.0",
  1754. "semver": "^7.7.4",
  1755. "srvx": "^0.11.15",
  1756. "std-env": "^4.1.0",
  1757. "tinyclip": "^0.1.12",
  1758. "tinyexec": "^1.1.1",
  1759. "ufo": "^1.6.3",
  1760. "youch": "^4.1.1"
  1761. },
  1762. "bin": {
  1763. "nuxi": "bin/nuxi.mjs",
  1764. "nuxi-ng": "bin/nuxi.mjs",
  1765. "nuxt": "bin/nuxi.mjs",
  1766. "nuxt-cli": "bin/nuxi.mjs"
  1767. },
  1768. "engines": {
  1769. "node": "^16.14.0 || >=18.0.0"
  1770. },
  1771. "peerDependencies": {
  1772. "@nuxt/schema": "^4.4.2"
  1773. },
  1774. "peerDependenciesMeta": {
  1775. "@nuxt/schema": {
  1776. "optional": true
  1777. }
  1778. }
  1779. },
  1780. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1781. "version": "0.0.14",
  1782. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  1783. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  1784. "license": "MIT",
  1785. "bin": {
  1786. "tab": "dist/bin/cli.mjs"
  1787. },
  1788. "peerDependencies": {
  1789. "cac": "^6.7.14",
  1790. "citty": "^0.1.6 || ^0.2.0",
  1791. "commander": "^13.1.0"
  1792. },
  1793. "peerDependenciesMeta": {
  1794. "cac": {
  1795. "optional": true
  1796. },
  1797. "citty": {
  1798. "optional": true
  1799. },
  1800. "commander": {
  1801. "optional": true
  1802. }
  1803. }
  1804. },
  1805. "node_modules/@nuxt/cli/node_modules/citty": {
  1806. "version": "0.2.2",
  1807. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  1808. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  1809. "license": "MIT"
  1810. },
  1811. "node_modules/@nuxt/cli/node_modules/commander": {
  1812. "version": "13.1.0",
  1813. "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
  1814. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1815. "license": "MIT",
  1816. "optional": true,
  1817. "peer": true,
  1818. "engines": {
  1819. "node": ">=18"
  1820. }
  1821. },
  1822. "node_modules/@nuxt/cli/node_modules/std-env": {
  1823. "version": "4.1.0",
  1824. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  1825. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  1826. "license": "MIT"
  1827. },
  1828. "node_modules/@nuxt/devalue": {
  1829. "version": "2.0.2",
  1830. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1831. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1832. "license": "MIT"
  1833. },
  1834. "node_modules/@nuxt/devtools": {
  1835. "version": "2.7.0",
  1836. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-2.7.0.tgz",
  1837. "integrity": "sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==",
  1838. "license": "MIT",
  1839. "dependencies": {
  1840. "@nuxt/devtools-kit": "2.7.0",
  1841. "@nuxt/devtools-wizard": "2.7.0",
  1842. "@nuxt/kit": "^3.19.3",
  1843. "@vue/devtools-core": "^7.7.7",
  1844. "@vue/devtools-kit": "^7.7.7",
  1845. "birpc": "^2.6.1",
  1846. "consola": "^3.4.2",
  1847. "destr": "^2.0.5",
  1848. "error-stack-parser-es": "^1.0.5",
  1849. "execa": "^8.0.1",
  1850. "fast-npm-meta": "^0.4.7",
  1851. "get-port-please": "^3.2.0",
  1852. "hookable": "^5.5.3",
  1853. "image-meta": "^0.2.2",
  1854. "is-installed-globally": "^1.0.0",
  1855. "launch-editor": "^2.11.1",
  1856. "local-pkg": "^1.1.2",
  1857. "magicast": "^0.3.5",
  1858. "nypm": "^0.6.2",
  1859. "ohash": "^2.0.11",
  1860. "pathe": "^2.0.3",
  1861. "perfect-debounce": "^1.0.0",
  1862. "pkg-types": "^2.3.0",
  1863. "semver": "^7.7.3",
  1864. "simple-git": "^3.28.0",
  1865. "sirv": "^3.0.2",
  1866. "structured-clone-es": "^1.0.0",
  1867. "tinyglobby": "^0.2.15",
  1868. "vite-plugin-inspect": "^11.3.3",
  1869. "vite-plugin-vue-tracer": "^1.0.1",
  1870. "which": "^5.0.0",
  1871. "ws": "^8.18.3"
  1872. },
  1873. "bin": {
  1874. "devtools": "cli.mjs"
  1875. },
  1876. "peerDependencies": {
  1877. "vite": ">=6.0"
  1878. }
  1879. },
  1880. "node_modules/@nuxt/devtools-kit": {
  1881. "version": "2.7.0",
  1882. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-2.7.0.tgz",
  1883. "integrity": "sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==",
  1884. "license": "MIT",
  1885. "dependencies": {
  1886. "@nuxt/kit": "^3.19.3",
  1887. "execa": "^8.0.1"
  1888. },
  1889. "peerDependencies": {
  1890. "vite": ">=6.0"
  1891. }
  1892. },
  1893. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  1894. "version": "3.19.3",
  1895. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1896. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1897. "license": "MIT",
  1898. "dependencies": {
  1899. "c12": "^3.3.0",
  1900. "consola": "^3.4.2",
  1901. "defu": "^6.1.4",
  1902. "destr": "^2.0.5",
  1903. "errx": "^0.1.0",
  1904. "exsolve": "^1.0.7",
  1905. "ignore": "^7.0.5",
  1906. "jiti": "^2.6.1",
  1907. "klona": "^2.0.6",
  1908. "knitwork": "^1.2.0",
  1909. "mlly": "^1.8.0",
  1910. "ohash": "^2.0.11",
  1911. "pathe": "^2.0.3",
  1912. "pkg-types": "^2.3.0",
  1913. "rc9": "^2.1.2",
  1914. "scule": "^1.3.0",
  1915. "semver": "^7.7.2",
  1916. "std-env": "^3.9.0",
  1917. "tinyglobby": "^0.2.15",
  1918. "ufo": "^1.6.1",
  1919. "unctx": "^2.4.1",
  1920. "unimport": "^5.4.1",
  1921. "untyped": "^2.0.0"
  1922. },
  1923. "engines": {
  1924. "node": ">=18.12.0"
  1925. }
  1926. },
  1927. "node_modules/@nuxt/devtools-wizard": {
  1928. "version": "2.7.0",
  1929. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-2.7.0.tgz",
  1930. "integrity": "sha512-iWuWR0U6BRpF7D6xrgq9ZkQ6ajsw2EA/gVmbU9V5JPKRUtV6DVpCPi+h34VFNeQ104Sf531XgvT0sl3h93AjXA==",
  1931. "license": "MIT",
  1932. "dependencies": {
  1933. "consola": "^3.4.2",
  1934. "diff": "^8.0.2",
  1935. "execa": "^8.0.1",
  1936. "magicast": "^0.3.5",
  1937. "pathe": "^2.0.3",
  1938. "pkg-types": "^2.3.0",
  1939. "prompts": "^2.4.2",
  1940. "semver": "^7.7.3"
  1941. },
  1942. "bin": {
  1943. "devtools-wizard": "cli.mjs"
  1944. }
  1945. },
  1946. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  1947. "version": "3.19.3",
  1948. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1949. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1950. "license": "MIT",
  1951. "dependencies": {
  1952. "c12": "^3.3.0",
  1953. "consola": "^3.4.2",
  1954. "defu": "^6.1.4",
  1955. "destr": "^2.0.5",
  1956. "errx": "^0.1.0",
  1957. "exsolve": "^1.0.7",
  1958. "ignore": "^7.0.5",
  1959. "jiti": "^2.6.1",
  1960. "klona": "^2.0.6",
  1961. "knitwork": "^1.2.0",
  1962. "mlly": "^1.8.0",
  1963. "ohash": "^2.0.11",
  1964. "pathe": "^2.0.3",
  1965. "pkg-types": "^2.3.0",
  1966. "rc9": "^2.1.2",
  1967. "scule": "^1.3.0",
  1968. "semver": "^7.7.2",
  1969. "std-env": "^3.9.0",
  1970. "tinyglobby": "^0.2.15",
  1971. "ufo": "^1.6.1",
  1972. "unctx": "^2.4.1",
  1973. "unimport": "^5.4.1",
  1974. "untyped": "^2.0.0"
  1975. },
  1976. "engines": {
  1977. "node": ">=18.12.0"
  1978. }
  1979. },
  1980. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1981. "version": "1.0.0",
  1982. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1983. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1984. "license": "MIT"
  1985. },
  1986. "node_modules/@nuxt/fonts": {
  1987. "version": "0.12.1",
  1988. "resolved": "https://registry.npmjs.org/@nuxt/fonts/-/fonts-0.12.1.tgz",
  1989. "integrity": "sha512-ALajI/HE+uqqL/PWkWwaSUm1IdpyGPbP3mYGy2U1l26/o4lUZBxjFaduMxaZ85jS5yQeJfCu2eEHANYFjAoujQ==",
  1990. "license": "MIT",
  1991. "dependencies": {
  1992. "@nuxt/devtools-kit": "^3.0.1",
  1993. "@nuxt/kit": "^4.2.1",
  1994. "consola": "^3.4.2",
  1995. "css-tree": "^3.1.0",
  1996. "defu": "^6.1.4",
  1997. "esbuild": "^0.25.12",
  1998. "fontaine": "^0.7.0",
  1999. "fontless": "^0.1.0",
  2000. "h3": "^1.15.4",
  2001. "jiti": "^2.6.1",
  2002. "magic-regexp": "^0.10.0",
  2003. "magic-string": "^0.30.21",
  2004. "node-fetch-native": "^1.6.7",
  2005. "ohash": "^2.0.11",
  2006. "pathe": "^2.0.3",
  2007. "sirv": "^3.0.2",
  2008. "tinyglobby": "^0.2.15",
  2009. "ufo": "^1.6.1",
  2010. "unifont": "^0.6.0",
  2011. "unplugin": "^2.3.10",
  2012. "unstorage": "^1.17.2"
  2013. }
  2014. },
  2015. "node_modules/@nuxt/fonts/node_modules/@nuxt/devtools-kit": {
  2016. "version": "3.1.1",
  2017. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2018. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2019. "license": "MIT",
  2020. "dependencies": {
  2021. "@nuxt/kit": "^4.2.1",
  2022. "execa": "^8.0.1"
  2023. },
  2024. "peerDependencies": {
  2025. "vite": ">=6.0"
  2026. }
  2027. },
  2028. "node_modules/@nuxt/fonts/node_modules/@nuxt/kit": {
  2029. "version": "4.2.1",
  2030. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2031. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2032. "license": "MIT",
  2033. "dependencies": {
  2034. "c12": "^3.3.1",
  2035. "consola": "^3.4.2",
  2036. "defu": "^6.1.4",
  2037. "destr": "^2.0.5",
  2038. "errx": "^0.1.0",
  2039. "exsolve": "^1.0.7",
  2040. "ignore": "^7.0.5",
  2041. "jiti": "^2.6.1",
  2042. "klona": "^2.0.6",
  2043. "mlly": "^1.8.0",
  2044. "ohash": "^2.0.11",
  2045. "pathe": "^2.0.3",
  2046. "pkg-types": "^2.3.0",
  2047. "rc9": "^2.1.2",
  2048. "scule": "^1.3.0",
  2049. "semver": "^7.7.3",
  2050. "tinyglobby": "^0.2.15",
  2051. "ufo": "^1.6.1",
  2052. "unctx": "^2.4.1",
  2053. "untyped": "^2.0.0"
  2054. },
  2055. "engines": {
  2056. "node": ">=18.12.0"
  2057. }
  2058. },
  2059. "node_modules/@nuxt/icon": {
  2060. "version": "2.1.0",
  2061. "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.1.0.tgz",
  2062. "integrity": "sha512-m+XQrgzeK5gQ1HkB7G7u1os6egoD07fiHKijG7NPxqT5yZUGOjKJ7X/Le10l3QWRKyCB+IiU0t+eUqSvh+SULg==",
  2063. "license": "MIT",
  2064. "dependencies": {
  2065. "@iconify/collections": "^1.0.608",
  2066. "@iconify/types": "^2.0.0",
  2067. "@iconify/utils": "^3.0.2",
  2068. "@iconify/vue": "^5.0.0",
  2069. "@nuxt/devtools-kit": "^2.6.5",
  2070. "@nuxt/kit": "^4.1.3",
  2071. "consola": "^3.4.2",
  2072. "local-pkg": "^1.1.2",
  2073. "mlly": "^1.8.0",
  2074. "ohash": "^2.0.11",
  2075. "pathe": "^2.0.3",
  2076. "picomatch": "^4.0.3",
  2077. "std-env": "^3.10.0",
  2078. "tinyglobby": "^0.2.15"
  2079. }
  2080. },
  2081. "node_modules/@nuxt/image": {
  2082. "version": "2.0.0",
  2083. "resolved": "https://registry.npmjs.org/@nuxt/image/-/image-2.0.0.tgz",
  2084. "integrity": "sha512-otHi6gAoYXKLrp8m27ZjX1PjxOPaltQ4OiUs/BhkW995mF/vXf8SWQTw68fww+Uric0v+XgoVrP9icDi+yT6zw==",
  2085. "license": "MIT",
  2086. "dependencies": {
  2087. "@nuxt/kit": "^4.2.0",
  2088. "consola": "^3.4.2",
  2089. "defu": "^6.1.4",
  2090. "h3": "^1.15.4",
  2091. "image-meta": "^0.2.2",
  2092. "knitwork": "^1.2.0",
  2093. "ohash": "^2.0.11",
  2094. "pathe": "^2.0.3",
  2095. "std-env": "^3.10.0",
  2096. "ufo": "^1.6.1"
  2097. },
  2098. "engines": {
  2099. "node": ">=18.20.6"
  2100. },
  2101. "optionalDependencies": {
  2102. "ipx": "^3.1.1"
  2103. }
  2104. },
  2105. "node_modules/@nuxt/kit": {
  2106. "version": "4.2.0",
  2107. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
  2108. "integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
  2109. "license": "MIT",
  2110. "dependencies": {
  2111. "c12": "^3.3.1",
  2112. "consola": "^3.4.2",
  2113. "defu": "^6.1.4",
  2114. "destr": "^2.0.5",
  2115. "errx": "^0.1.0",
  2116. "exsolve": "^1.0.7",
  2117. "ignore": "^7.0.5",
  2118. "jiti": "^2.6.1",
  2119. "klona": "^2.0.6",
  2120. "mlly": "^1.8.0",
  2121. "ohash": "^2.0.11",
  2122. "pathe": "^2.0.3",
  2123. "pkg-types": "^2.3.0",
  2124. "rc9": "^2.1.2",
  2125. "scule": "^1.3.0",
  2126. "semver": "^7.7.3",
  2127. "tinyglobby": "^0.2.15",
  2128. "ufo": "^1.6.1",
  2129. "unctx": "^2.4.1",
  2130. "untyped": "^2.0.0"
  2131. },
  2132. "engines": {
  2133. "node": ">=18.12.0"
  2134. }
  2135. },
  2136. "node_modules/@nuxt/nitro-server": {
  2137. "version": "4.2.0",
  2138. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.2.0.tgz",
  2139. "integrity": "sha512-1fZwAV+VTQwmPVUYKH+eoeB+3jPE+c/mreK3PpuY6vvrIDuMh9L4QIeLFB0fIcY2MJ4XkvjU/5w3B9uu3GR9yQ==",
  2140. "license": "MIT",
  2141. "dependencies": {
  2142. "@nuxt/devalue": "^2.0.2",
  2143. "@nuxt/kit": "4.2.0",
  2144. "@unhead/vue": "^2.0.19",
  2145. "@vue/shared": "^3.5.22",
  2146. "consola": "^3.4.2",
  2147. "defu": "^6.1.4",
  2148. "destr": "^2.0.5",
  2149. "devalue": "^5.4.2",
  2150. "errx": "^0.1.0",
  2151. "escape-string-regexp": "^5.0.0",
  2152. "exsolve": "^1.0.7",
  2153. "h3": "^1.15.4",
  2154. "impound": "^1.0.0",
  2155. "klona": "^2.0.6",
  2156. "mocked-exports": "^0.1.1",
  2157. "nitropack": "^2.12.8",
  2158. "pathe": "^2.0.3",
  2159. "pkg-types": "^2.3.0",
  2160. "radix3": "^1.1.2",
  2161. "std-env": "^3.10.0",
  2162. "ufo": "^1.6.1",
  2163. "unctx": "^2.4.1",
  2164. "unstorage": "^1.17.1",
  2165. "vue": "^3.5.22",
  2166. "vue-bundle-renderer": "^2.2.0",
  2167. "vue-devtools-stub": "^0.1.0"
  2168. },
  2169. "engines": {
  2170. "node": "^20.19.0 || >=22.12.0"
  2171. },
  2172. "peerDependencies": {
  2173. "nuxt": "^4.2.0"
  2174. }
  2175. },
  2176. "node_modules/@nuxt/schema": {
  2177. "version": "4.4.2",
  2178. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  2179. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  2180. "license": "MIT",
  2181. "dependencies": {
  2182. "@vue/shared": "^3.5.30",
  2183. "defu": "^6.1.4",
  2184. "pathe": "^2.0.3",
  2185. "pkg-types": "^2.3.0",
  2186. "std-env": "^4.0.0"
  2187. },
  2188. "engines": {
  2189. "node": "^14.18.0 || >=16.10.0"
  2190. }
  2191. },
  2192. "node_modules/@nuxt/schema/node_modules/@vue/shared": {
  2193. "version": "3.5.33",
  2194. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz",
  2195. "integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==",
  2196. "license": "MIT"
  2197. },
  2198. "node_modules/@nuxt/schema/node_modules/std-env": {
  2199. "version": "4.1.0",
  2200. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  2201. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  2202. "license": "MIT"
  2203. },
  2204. "node_modules/@nuxt/telemetry": {
  2205. "version": "2.6.6",
  2206. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2207. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2208. "license": "MIT",
  2209. "dependencies": {
  2210. "@nuxt/kit": "^3.15.4",
  2211. "citty": "^0.1.6",
  2212. "consola": "^3.4.2",
  2213. "destr": "^2.0.3",
  2214. "dotenv": "^16.4.7",
  2215. "git-url-parse": "^16.0.1",
  2216. "is-docker": "^3.0.0",
  2217. "ofetch": "^1.4.1",
  2218. "package-manager-detector": "^1.1.0",
  2219. "pathe": "^2.0.3",
  2220. "rc9": "^2.1.2",
  2221. "std-env": "^3.8.1"
  2222. },
  2223. "bin": {
  2224. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2225. },
  2226. "engines": {
  2227. "node": ">=18.12.0"
  2228. }
  2229. },
  2230. "node_modules/@nuxt/telemetry/node_modules/@nuxt/kit": {
  2231. "version": "3.19.3",
  2232. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  2233. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  2234. "license": "MIT",
  2235. "dependencies": {
  2236. "c12": "^3.3.0",
  2237. "consola": "^3.4.2",
  2238. "defu": "^6.1.4",
  2239. "destr": "^2.0.5",
  2240. "errx": "^0.1.0",
  2241. "exsolve": "^1.0.7",
  2242. "ignore": "^7.0.5",
  2243. "jiti": "^2.6.1",
  2244. "klona": "^2.0.6",
  2245. "knitwork": "^1.2.0",
  2246. "mlly": "^1.8.0",
  2247. "ohash": "^2.0.11",
  2248. "pathe": "^2.0.3",
  2249. "pkg-types": "^2.3.0",
  2250. "rc9": "^2.1.2",
  2251. "scule": "^1.3.0",
  2252. "semver": "^7.7.2",
  2253. "std-env": "^3.9.0",
  2254. "tinyglobby": "^0.2.15",
  2255. "ufo": "^1.6.1",
  2256. "unctx": "^2.4.1",
  2257. "unimport": "^5.4.1",
  2258. "untyped": "^2.0.0"
  2259. },
  2260. "engines": {
  2261. "node": ">=18.12.0"
  2262. }
  2263. },
  2264. "node_modules/@nuxt/ui": {
  2265. "version": "4.2.1",
  2266. "resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.2.1.tgz",
  2267. "integrity": "sha512-H5/0w1ktRDGk4ORKmGegqhNsR8DZEc+3Bb9a8aHsQVzDkGKqEJLh2iUJtalKs4QdUGkocDXaQy/xRudajOD4kg==",
  2268. "license": "MIT",
  2269. "dependencies": {
  2270. "@iconify/vue": "^5.0.0",
  2271. "@internationalized/date": "^3.10.0",
  2272. "@internationalized/number": "^3.6.5",
  2273. "@nuxt/fonts": "^0.12.1",
  2274. "@nuxt/icon": "^2.1.0",
  2275. "@nuxt/kit": "^4.2.1",
  2276. "@nuxt/schema": "^4.2.1",
  2277. "@nuxtjs/color-mode": "^3.5.2",
  2278. "@standard-schema/spec": "^1.0.0",
  2279. "@tailwindcss/postcss": "^4.1.17",
  2280. "@tailwindcss/vite": "^4.1.17",
  2281. "@tanstack/vue-table": "^8.21.3",
  2282. "@tanstack/vue-virtual": "^3.13.12",
  2283. "@unhead/vue": "^2.0.19",
  2284. "@vueuse/core": "^13.9.0",
  2285. "@vueuse/integrations": "^13.9.0",
  2286. "colortranslator": "^5.0.0",
  2287. "consola": "^3.4.2",
  2288. "defu": "^6.1.4",
  2289. "embla-carousel-auto-height": "^8.6.0",
  2290. "embla-carousel-auto-scroll": "^8.6.0",
  2291. "embla-carousel-autoplay": "^8.6.0",
  2292. "embla-carousel-class-names": "^8.6.0",
  2293. "embla-carousel-fade": "^8.6.0",
  2294. "embla-carousel-vue": "^8.6.0",
  2295. "embla-carousel-wheel-gestures": "^8.1.0",
  2296. "fuse.js": "^7.1.0",
  2297. "hookable": "^5.5.3",
  2298. "knitwork": "^1.3.0",
  2299. "magic-string": "^0.30.21",
  2300. "mlly": "^1.8.0",
  2301. "motion-v": "^1.7.3",
  2302. "ohash": "^2.0.11",
  2303. "pathe": "^2.0.3",
  2304. "reka-ui": "2.6.0",
  2305. "scule": "^1.3.0",
  2306. "tailwind-merge": "^3.4.0",
  2307. "tailwind-variants": "^3.1.1",
  2308. "tailwindcss": "^4.1.17",
  2309. "tinyglobby": "^0.2.15",
  2310. "unplugin": "^2.3.10",
  2311. "unplugin-auto-import": "^20.2.0",
  2312. "unplugin-vue-components": "^30.0.0",
  2313. "vaul-vue": "0.4.1",
  2314. "vue-component-type-helpers": "^3.1.4"
  2315. },
  2316. "bin": {
  2317. "nuxt-ui": "cli/index.mjs"
  2318. },
  2319. "peerDependencies": {
  2320. "@inertiajs/vue3": "^2.0.7",
  2321. "@nuxt/content": "^3.0.0",
  2322. "joi": "^18.0.0",
  2323. "superstruct": "^2.0.0",
  2324. "typescript": "^5.6.3",
  2325. "valibot": "^1.0.0",
  2326. "vue-router": "^4.5.0",
  2327. "yup": "^1.7.0",
  2328. "zod": "^3.24.0 || ^4.0.0"
  2329. },
  2330. "peerDependenciesMeta": {
  2331. "@inertiajs/vue3": {
  2332. "optional": true
  2333. },
  2334. "@nuxt/content": {
  2335. "optional": true
  2336. },
  2337. "joi": {
  2338. "optional": true
  2339. },
  2340. "superstruct": {
  2341. "optional": true
  2342. },
  2343. "valibot": {
  2344. "optional": true
  2345. },
  2346. "vue-router": {
  2347. "optional": true
  2348. },
  2349. "yup": {
  2350. "optional": true
  2351. },
  2352. "zod": {
  2353. "optional": true
  2354. }
  2355. }
  2356. },
  2357. "node_modules/@nuxt/ui/node_modules/@nuxt/kit": {
  2358. "version": "4.2.1",
  2359. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2360. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2361. "license": "MIT",
  2362. "dependencies": {
  2363. "c12": "^3.3.1",
  2364. "consola": "^3.4.2",
  2365. "defu": "^6.1.4",
  2366. "destr": "^2.0.5",
  2367. "errx": "^0.1.0",
  2368. "exsolve": "^1.0.7",
  2369. "ignore": "^7.0.5",
  2370. "jiti": "^2.6.1",
  2371. "klona": "^2.0.6",
  2372. "mlly": "^1.8.0",
  2373. "ohash": "^2.0.11",
  2374. "pathe": "^2.0.3",
  2375. "pkg-types": "^2.3.0",
  2376. "rc9": "^2.1.2",
  2377. "scule": "^1.3.0",
  2378. "semver": "^7.7.3",
  2379. "tinyglobby": "^0.2.15",
  2380. "ufo": "^1.6.1",
  2381. "unctx": "^2.4.1",
  2382. "untyped": "^2.0.0"
  2383. },
  2384. "engines": {
  2385. "node": ">=18.12.0"
  2386. }
  2387. },
  2388. "node_modules/@nuxt/vite-builder": {
  2389. "version": "4.2.0",
  2390. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.2.0.tgz",
  2391. "integrity": "sha512-pNHIoO8kiSsOnoMo2zmxy0mk71ZBP4KJCiXr7Ahq8ewOm4W4vFQ1NV1O46wJGZyxlPC6nqFuYBvcUwVp1LgTNg==",
  2392. "license": "MIT",
  2393. "dependencies": {
  2394. "@nuxt/kit": "4.2.0",
  2395. "@rollup/plugin-replace": "^6.0.2",
  2396. "@vitejs/plugin-vue": "^6.0.1",
  2397. "@vitejs/plugin-vue-jsx": "^5.1.1",
  2398. "autoprefixer": "^10.4.21",
  2399. "consola": "^3.4.2",
  2400. "cssnano": "^7.1.1",
  2401. "defu": "^6.1.4",
  2402. "esbuild": "^0.25.11",
  2403. "escape-string-regexp": "^5.0.0",
  2404. "exsolve": "^1.0.7",
  2405. "get-port-please": "^3.2.0",
  2406. "h3": "^1.15.4",
  2407. "jiti": "^2.6.1",
  2408. "knitwork": "^1.2.0",
  2409. "magic-string": "^0.30.21",
  2410. "mlly": "^1.8.0",
  2411. "mocked-exports": "^0.1.1",
  2412. "pathe": "^2.0.3",
  2413. "pkg-types": "^2.3.0",
  2414. "postcss": "^8.5.6",
  2415. "rollup-plugin-visualizer": "^6.0.5",
  2416. "seroval": "^1.3.2",
  2417. "std-env": "^3.10.0",
  2418. "ufo": "^1.6.1",
  2419. "unenv": "^2.0.0-rc.22",
  2420. "vite": "^7.1.12",
  2421. "vite-node": "^3.2.4",
  2422. "vite-plugin-checker": "^0.11.0",
  2423. "vue-bundle-renderer": "^2.2.0"
  2424. },
  2425. "engines": {
  2426. "node": "^20.19.0 || >=22.12.0"
  2427. },
  2428. "peerDependencies": {
  2429. "nuxt": "4.2.0",
  2430. "rolldown": "^1.0.0-beta.38",
  2431. "vue": "^3.3.4"
  2432. },
  2433. "peerDependenciesMeta": {
  2434. "rolldown": {
  2435. "optional": true
  2436. }
  2437. }
  2438. },
  2439. "node_modules/@nuxtjs/color-mode": {
  2440. "version": "3.5.2",
  2441. "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-3.5.2.tgz",
  2442. "integrity": "sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==",
  2443. "license": "MIT",
  2444. "dependencies": {
  2445. "@nuxt/kit": "^3.13.2",
  2446. "pathe": "^1.1.2",
  2447. "pkg-types": "^1.2.1",
  2448. "semver": "^7.6.3"
  2449. }
  2450. },
  2451. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit": {
  2452. "version": "3.20.1",
  2453. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.20.1.tgz",
  2454. "integrity": "sha512-TIslaylfI5kd3AxX5qts0qyrIQ9Uq3HAA1bgIIJ+c+zpDfK338YS+YrCWxBBzDMECRCbAS58mqAd2MtJfG1ENA==",
  2455. "license": "MIT",
  2456. "dependencies": {
  2457. "c12": "^3.3.1",
  2458. "consola": "^3.4.2",
  2459. "defu": "^6.1.4",
  2460. "destr": "^2.0.5",
  2461. "errx": "^0.1.0",
  2462. "exsolve": "^1.0.7",
  2463. "ignore": "^7.0.5",
  2464. "jiti": "^2.6.1",
  2465. "klona": "^2.0.6",
  2466. "knitwork": "^1.2.0",
  2467. "mlly": "^1.8.0",
  2468. "ohash": "^2.0.11",
  2469. "pathe": "^2.0.3",
  2470. "pkg-types": "^2.3.0",
  2471. "rc9": "^2.1.2",
  2472. "scule": "^1.3.0",
  2473. "semver": "^7.7.3",
  2474. "tinyglobby": "^0.2.15",
  2475. "ufo": "^1.6.1",
  2476. "unctx": "^2.4.1",
  2477. "untyped": "^2.0.0"
  2478. },
  2479. "engines": {
  2480. "node": ">=18.12.0"
  2481. }
  2482. },
  2483. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pathe": {
  2484. "version": "2.0.3",
  2485. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2486. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2487. "license": "MIT"
  2488. },
  2489. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pkg-types": {
  2490. "version": "2.3.0",
  2491. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  2492. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  2493. "license": "MIT",
  2494. "dependencies": {
  2495. "confbox": "^0.2.2",
  2496. "exsolve": "^1.0.7",
  2497. "pathe": "^2.0.3"
  2498. }
  2499. },
  2500. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2501. "version": "1.1.2",
  2502. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  2503. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  2504. "license": "MIT"
  2505. },
  2506. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2507. "version": "1.3.1",
  2508. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2509. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2510. "license": "MIT",
  2511. "dependencies": {
  2512. "confbox": "^0.1.8",
  2513. "mlly": "^1.7.4",
  2514. "pathe": "^2.0.1"
  2515. }
  2516. },
  2517. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/confbox": {
  2518. "version": "0.1.8",
  2519. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2520. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2521. "license": "MIT"
  2522. },
  2523. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2524. "version": "2.0.3",
  2525. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2526. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2527. "license": "MIT"
  2528. },
  2529. "node_modules/@oxc-minify/binding-android-arm64": {
  2530. "version": "0.95.0",
  2531. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2532. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  2533. "cpu": [
  2534. "arm64"
  2535. ],
  2536. "license": "MIT",
  2537. "optional": true,
  2538. "os": [
  2539. "android"
  2540. ],
  2541. "engines": {
  2542. "node": "^20.19.0 || >=22.12.0"
  2543. }
  2544. },
  2545. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2546. "version": "0.95.0",
  2547. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2548. "integrity": "sha512-uvRkBVsh88DgMqddCIHcL1tKycKThfzLHNuBOm7csfpOD85TJimpl/1qAfrTCNrdaiteFK4U9QRKBdDvZay4RQ==",
  2549. "cpu": [
  2550. "arm64"
  2551. ],
  2552. "license": "MIT",
  2553. "optional": true,
  2554. "os": [
  2555. "darwin"
  2556. ],
  2557. "engines": {
  2558. "node": "^20.19.0 || >=22.12.0"
  2559. }
  2560. },
  2561. "node_modules/@oxc-minify/binding-darwin-x64": {
  2562. "version": "0.95.0",
  2563. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2564. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  2565. "cpu": [
  2566. "x64"
  2567. ],
  2568. "license": "MIT",
  2569. "optional": true,
  2570. "os": [
  2571. "darwin"
  2572. ],
  2573. "engines": {
  2574. "node": "^20.19.0 || >=22.12.0"
  2575. }
  2576. },
  2577. "node_modules/@oxc-minify/binding-freebsd-x64": {
  2578. "version": "0.95.0",
  2579. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2580. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  2581. "cpu": [
  2582. "x64"
  2583. ],
  2584. "license": "MIT",
  2585. "optional": true,
  2586. "os": [
  2587. "freebsd"
  2588. ],
  2589. "engines": {
  2590. "node": "^20.19.0 || >=22.12.0"
  2591. }
  2592. },
  2593. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  2594. "version": "0.95.0",
  2595. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2596. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  2597. "cpu": [
  2598. "arm"
  2599. ],
  2600. "license": "MIT",
  2601. "optional": true,
  2602. "os": [
  2603. "linux"
  2604. ],
  2605. "engines": {
  2606. "node": "^20.19.0 || >=22.12.0"
  2607. }
  2608. },
  2609. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  2610. "version": "0.95.0",
  2611. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2612. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  2613. "cpu": [
  2614. "arm"
  2615. ],
  2616. "license": "MIT",
  2617. "optional": true,
  2618. "os": [
  2619. "linux"
  2620. ],
  2621. "engines": {
  2622. "node": "^20.19.0 || >=22.12.0"
  2623. }
  2624. },
  2625. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  2626. "version": "0.95.0",
  2627. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2628. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  2629. "cpu": [
  2630. "arm64"
  2631. ],
  2632. "license": "MIT",
  2633. "optional": true,
  2634. "os": [
  2635. "linux"
  2636. ],
  2637. "engines": {
  2638. "node": "^20.19.0 || >=22.12.0"
  2639. }
  2640. },
  2641. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  2642. "version": "0.95.0",
  2643. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2644. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  2645. "cpu": [
  2646. "arm64"
  2647. ],
  2648. "license": "MIT",
  2649. "optional": true,
  2650. "os": [
  2651. "linux"
  2652. ],
  2653. "engines": {
  2654. "node": "^20.19.0 || >=22.12.0"
  2655. }
  2656. },
  2657. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  2658. "version": "0.95.0",
  2659. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2660. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  2661. "cpu": [
  2662. "riscv64"
  2663. ],
  2664. "license": "MIT",
  2665. "optional": true,
  2666. "os": [
  2667. "linux"
  2668. ],
  2669. "engines": {
  2670. "node": "^20.19.0 || >=22.12.0"
  2671. }
  2672. },
  2673. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  2674. "version": "0.95.0",
  2675. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2676. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  2677. "cpu": [
  2678. "s390x"
  2679. ],
  2680. "license": "MIT",
  2681. "optional": true,
  2682. "os": [
  2683. "linux"
  2684. ],
  2685. "engines": {
  2686. "node": "^20.19.0 || >=22.12.0"
  2687. }
  2688. },
  2689. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  2690. "version": "0.95.0",
  2691. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2692. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  2693. "cpu": [
  2694. "x64"
  2695. ],
  2696. "license": "MIT",
  2697. "optional": true,
  2698. "os": [
  2699. "linux"
  2700. ],
  2701. "engines": {
  2702. "node": "^20.19.0 || >=22.12.0"
  2703. }
  2704. },
  2705. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  2706. "version": "0.95.0",
  2707. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2708. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  2709. "cpu": [
  2710. "x64"
  2711. ],
  2712. "license": "MIT",
  2713. "optional": true,
  2714. "os": [
  2715. "linux"
  2716. ],
  2717. "engines": {
  2718. "node": "^20.19.0 || >=22.12.0"
  2719. }
  2720. },
  2721. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  2722. "version": "0.95.0",
  2723. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2724. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  2725. "cpu": [
  2726. "wasm32"
  2727. ],
  2728. "license": "MIT",
  2729. "optional": true,
  2730. "dependencies": {
  2731. "@napi-rs/wasm-runtime": "^1.0.7"
  2732. },
  2733. "engines": {
  2734. "node": ">=14.0.0"
  2735. }
  2736. },
  2737. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  2738. "version": "0.95.0",
  2739. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2740. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  2741. "cpu": [
  2742. "arm64"
  2743. ],
  2744. "license": "MIT",
  2745. "optional": true,
  2746. "os": [
  2747. "win32"
  2748. ],
  2749. "engines": {
  2750. "node": "^20.19.0 || >=22.12.0"
  2751. }
  2752. },
  2753. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  2754. "version": "0.95.0",
  2755. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2756. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  2757. "cpu": [
  2758. "x64"
  2759. ],
  2760. "license": "MIT",
  2761. "optional": true,
  2762. "os": [
  2763. "win32"
  2764. ],
  2765. "engines": {
  2766. "node": "^20.19.0 || >=22.12.0"
  2767. }
  2768. },
  2769. "node_modules/@oxc-parser/binding-android-arm64": {
  2770. "version": "0.95.0",
  2771. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2772. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  2773. "cpu": [
  2774. "arm64"
  2775. ],
  2776. "license": "MIT",
  2777. "optional": true,
  2778. "os": [
  2779. "android"
  2780. ],
  2781. "engines": {
  2782. "node": "^20.19.0 || >=22.12.0"
  2783. }
  2784. },
  2785. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2786. "version": "0.95.0",
  2787. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2788. "integrity": "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==",
  2789. "cpu": [
  2790. "arm64"
  2791. ],
  2792. "license": "MIT",
  2793. "optional": true,
  2794. "os": [
  2795. "darwin"
  2796. ],
  2797. "engines": {
  2798. "node": "^20.19.0 || >=22.12.0"
  2799. }
  2800. },
  2801. "node_modules/@oxc-parser/binding-darwin-x64": {
  2802. "version": "0.95.0",
  2803. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2804. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  2805. "cpu": [
  2806. "x64"
  2807. ],
  2808. "license": "MIT",
  2809. "optional": true,
  2810. "os": [
  2811. "darwin"
  2812. ],
  2813. "engines": {
  2814. "node": "^20.19.0 || >=22.12.0"
  2815. }
  2816. },
  2817. "node_modules/@oxc-parser/binding-freebsd-x64": {
  2818. "version": "0.95.0",
  2819. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2820. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  2821. "cpu": [
  2822. "x64"
  2823. ],
  2824. "license": "MIT",
  2825. "optional": true,
  2826. "os": [
  2827. "freebsd"
  2828. ],
  2829. "engines": {
  2830. "node": "^20.19.0 || >=22.12.0"
  2831. }
  2832. },
  2833. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  2834. "version": "0.95.0",
  2835. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2836. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  2837. "cpu": [
  2838. "arm"
  2839. ],
  2840. "license": "MIT",
  2841. "optional": true,
  2842. "os": [
  2843. "linux"
  2844. ],
  2845. "engines": {
  2846. "node": "^20.19.0 || >=22.12.0"
  2847. }
  2848. },
  2849. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  2850. "version": "0.95.0",
  2851. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2852. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  2853. "cpu": [
  2854. "arm"
  2855. ],
  2856. "license": "MIT",
  2857. "optional": true,
  2858. "os": [
  2859. "linux"
  2860. ],
  2861. "engines": {
  2862. "node": "^20.19.0 || >=22.12.0"
  2863. }
  2864. },
  2865. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  2866. "version": "0.95.0",
  2867. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2868. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  2869. "cpu": [
  2870. "arm64"
  2871. ],
  2872. "license": "MIT",
  2873. "optional": true,
  2874. "os": [
  2875. "linux"
  2876. ],
  2877. "engines": {
  2878. "node": "^20.19.0 || >=22.12.0"
  2879. }
  2880. },
  2881. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  2882. "version": "0.95.0",
  2883. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2884. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  2885. "cpu": [
  2886. "arm64"
  2887. ],
  2888. "license": "MIT",
  2889. "optional": true,
  2890. "os": [
  2891. "linux"
  2892. ],
  2893. "engines": {
  2894. "node": "^20.19.0 || >=22.12.0"
  2895. }
  2896. },
  2897. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  2898. "version": "0.95.0",
  2899. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2900. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  2901. "cpu": [
  2902. "riscv64"
  2903. ],
  2904. "license": "MIT",
  2905. "optional": true,
  2906. "os": [
  2907. "linux"
  2908. ],
  2909. "engines": {
  2910. "node": "^20.19.0 || >=22.12.0"
  2911. }
  2912. },
  2913. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  2914. "version": "0.95.0",
  2915. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2916. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  2917. "cpu": [
  2918. "s390x"
  2919. ],
  2920. "license": "MIT",
  2921. "optional": true,
  2922. "os": [
  2923. "linux"
  2924. ],
  2925. "engines": {
  2926. "node": "^20.19.0 || >=22.12.0"
  2927. }
  2928. },
  2929. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  2930. "version": "0.95.0",
  2931. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2932. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  2933. "cpu": [
  2934. "x64"
  2935. ],
  2936. "license": "MIT",
  2937. "optional": true,
  2938. "os": [
  2939. "linux"
  2940. ],
  2941. "engines": {
  2942. "node": "^20.19.0 || >=22.12.0"
  2943. }
  2944. },
  2945. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  2946. "version": "0.95.0",
  2947. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2948. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  2949. "cpu": [
  2950. "x64"
  2951. ],
  2952. "license": "MIT",
  2953. "optional": true,
  2954. "os": [
  2955. "linux"
  2956. ],
  2957. "engines": {
  2958. "node": "^20.19.0 || >=22.12.0"
  2959. }
  2960. },
  2961. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  2962. "version": "0.95.0",
  2963. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2964. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  2965. "cpu": [
  2966. "wasm32"
  2967. ],
  2968. "license": "MIT",
  2969. "optional": true,
  2970. "dependencies": {
  2971. "@napi-rs/wasm-runtime": "^1.0.7"
  2972. },
  2973. "engines": {
  2974. "node": ">=14.0.0"
  2975. }
  2976. },
  2977. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  2978. "version": "0.95.0",
  2979. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2980. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  2981. "cpu": [
  2982. "arm64"
  2983. ],
  2984. "license": "MIT",
  2985. "optional": true,
  2986. "os": [
  2987. "win32"
  2988. ],
  2989. "engines": {
  2990. "node": "^20.19.0 || >=22.12.0"
  2991. }
  2992. },
  2993. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2994. "version": "0.95.0",
  2995. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2996. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  2997. "cpu": [
  2998. "x64"
  2999. ],
  3000. "license": "MIT",
  3001. "optional": true,
  3002. "os": [
  3003. "win32"
  3004. ],
  3005. "engines": {
  3006. "node": "^20.19.0 || >=22.12.0"
  3007. }
  3008. },
  3009. "node_modules/@oxc-project/types": {
  3010. "version": "0.95.0",
  3011. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz",
  3012. "integrity": "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==",
  3013. "license": "MIT",
  3014. "funding": {
  3015. "url": "https://github.com/sponsors/Boshen"
  3016. }
  3017. },
  3018. "node_modules/@oxc-transform/binding-android-arm64": {
  3019. "version": "0.95.0",
  3020. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  3021. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  3022. "cpu": [
  3023. "arm64"
  3024. ],
  3025. "license": "MIT",
  3026. "optional": true,
  3027. "os": [
  3028. "android"
  3029. ],
  3030. "engines": {
  3031. "node": "^20.19.0 || >=22.12.0"
  3032. }
  3033. },
  3034. "node_modules/@oxc-transform/binding-darwin-arm64": {
  3035. "version": "0.95.0",
  3036. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  3037. "integrity": "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==",
  3038. "cpu": [
  3039. "arm64"
  3040. ],
  3041. "license": "MIT",
  3042. "optional": true,
  3043. "os": [
  3044. "darwin"
  3045. ],
  3046. "engines": {
  3047. "node": "^20.19.0 || >=22.12.0"
  3048. }
  3049. },
  3050. "node_modules/@oxc-transform/binding-darwin-x64": {
  3051. "version": "0.95.0",
  3052. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  3053. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  3054. "cpu": [
  3055. "x64"
  3056. ],
  3057. "license": "MIT",
  3058. "optional": true,
  3059. "os": [
  3060. "darwin"
  3061. ],
  3062. "engines": {
  3063. "node": "^20.19.0 || >=22.12.0"
  3064. }
  3065. },
  3066. "node_modules/@oxc-transform/binding-freebsd-x64": {
  3067. "version": "0.95.0",
  3068. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  3069. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  3070. "cpu": [
  3071. "x64"
  3072. ],
  3073. "license": "MIT",
  3074. "optional": true,
  3075. "os": [
  3076. "freebsd"
  3077. ],
  3078. "engines": {
  3079. "node": "^20.19.0 || >=22.12.0"
  3080. }
  3081. },
  3082. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  3083. "version": "0.95.0",
  3084. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  3085. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  3086. "cpu": [
  3087. "arm"
  3088. ],
  3089. "license": "MIT",
  3090. "optional": true,
  3091. "os": [
  3092. "linux"
  3093. ],
  3094. "engines": {
  3095. "node": "^20.19.0 || >=22.12.0"
  3096. }
  3097. },
  3098. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  3099. "version": "0.95.0",
  3100. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  3101. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  3102. "cpu": [
  3103. "arm"
  3104. ],
  3105. "license": "MIT",
  3106. "optional": true,
  3107. "os": [
  3108. "linux"
  3109. ],
  3110. "engines": {
  3111. "node": "^20.19.0 || >=22.12.0"
  3112. }
  3113. },
  3114. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  3115. "version": "0.95.0",
  3116. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  3117. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  3118. "cpu": [
  3119. "arm64"
  3120. ],
  3121. "license": "MIT",
  3122. "optional": true,
  3123. "os": [
  3124. "linux"
  3125. ],
  3126. "engines": {
  3127. "node": "^20.19.0 || >=22.12.0"
  3128. }
  3129. },
  3130. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  3131. "version": "0.95.0",
  3132. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  3133. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  3134. "cpu": [
  3135. "arm64"
  3136. ],
  3137. "license": "MIT",
  3138. "optional": true,
  3139. "os": [
  3140. "linux"
  3141. ],
  3142. "engines": {
  3143. "node": "^20.19.0 || >=22.12.0"
  3144. }
  3145. },
  3146. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  3147. "version": "0.95.0",
  3148. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  3149. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  3150. "cpu": [
  3151. "riscv64"
  3152. ],
  3153. "license": "MIT",
  3154. "optional": true,
  3155. "os": [
  3156. "linux"
  3157. ],
  3158. "engines": {
  3159. "node": "^20.19.0 || >=22.12.0"
  3160. }
  3161. },
  3162. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  3163. "version": "0.95.0",
  3164. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  3165. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  3166. "cpu": [
  3167. "s390x"
  3168. ],
  3169. "license": "MIT",
  3170. "optional": true,
  3171. "os": [
  3172. "linux"
  3173. ],
  3174. "engines": {
  3175. "node": "^20.19.0 || >=22.12.0"
  3176. }
  3177. },
  3178. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  3179. "version": "0.95.0",
  3180. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  3181. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  3182. "cpu": [
  3183. "x64"
  3184. ],
  3185. "license": "MIT",
  3186. "optional": true,
  3187. "os": [
  3188. "linux"
  3189. ],
  3190. "engines": {
  3191. "node": "^20.19.0 || >=22.12.0"
  3192. }
  3193. },
  3194. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  3195. "version": "0.95.0",
  3196. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  3197. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  3198. "cpu": [
  3199. "x64"
  3200. ],
  3201. "license": "MIT",
  3202. "optional": true,
  3203. "os": [
  3204. "linux"
  3205. ],
  3206. "engines": {
  3207. "node": "^20.19.0 || >=22.12.0"
  3208. }
  3209. },
  3210. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  3211. "version": "0.95.0",
  3212. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  3213. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  3214. "cpu": [
  3215. "wasm32"
  3216. ],
  3217. "license": "MIT",
  3218. "optional": true,
  3219. "dependencies": {
  3220. "@napi-rs/wasm-runtime": "^1.0.7"
  3221. },
  3222. "engines": {
  3223. "node": ">=14.0.0"
  3224. }
  3225. },
  3226. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  3227. "version": "0.95.0",
  3228. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  3229. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  3230. "cpu": [
  3231. "arm64"
  3232. ],
  3233. "license": "MIT",
  3234. "optional": true,
  3235. "os": [
  3236. "win32"
  3237. ],
  3238. "engines": {
  3239. "node": "^20.19.0 || >=22.12.0"
  3240. }
  3241. },
  3242. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  3243. "version": "0.95.0",
  3244. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  3245. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  3246. "cpu": [
  3247. "x64"
  3248. ],
  3249. "license": "MIT",
  3250. "optional": true,
  3251. "os": [
  3252. "win32"
  3253. ],
  3254. "engines": {
  3255. "node": "^20.19.0 || >=22.12.0"
  3256. }
  3257. },
  3258. "node_modules/@parcel/watcher": {
  3259. "version": "2.5.6",
  3260. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  3261. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  3262. "hasInstallScript": true,
  3263. "license": "MIT",
  3264. "dependencies": {
  3265. "detect-libc": "^2.0.3",
  3266. "is-glob": "^4.0.3",
  3267. "node-addon-api": "^7.0.0",
  3268. "picomatch": "^4.0.3"
  3269. },
  3270. "engines": {
  3271. "node": ">= 10.0.0"
  3272. },
  3273. "funding": {
  3274. "type": "opencollective",
  3275. "url": "https://opencollective.com/parcel"
  3276. },
  3277. "optionalDependencies": {
  3278. "@parcel/watcher-android-arm64": "2.5.6",
  3279. "@parcel/watcher-darwin-arm64": "2.5.6",
  3280. "@parcel/watcher-darwin-x64": "2.5.6",
  3281. "@parcel/watcher-freebsd-x64": "2.5.6",
  3282. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  3283. "@parcel/watcher-linux-arm-musl": "2.5.6",
  3284. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  3285. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  3286. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  3287. "@parcel/watcher-linux-x64-musl": "2.5.6",
  3288. "@parcel/watcher-win32-arm64": "2.5.6",
  3289. "@parcel/watcher-win32-ia32": "2.5.6",
  3290. "@parcel/watcher-win32-x64": "2.5.6"
  3291. }
  3292. },
  3293. "node_modules/@parcel/watcher-android-arm64": {
  3294. "version": "2.5.6",
  3295. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  3296. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  3297. "cpu": [
  3298. "arm64"
  3299. ],
  3300. "license": "MIT",
  3301. "optional": true,
  3302. "os": [
  3303. "android"
  3304. ],
  3305. "engines": {
  3306. "node": ">= 10.0.0"
  3307. },
  3308. "funding": {
  3309. "type": "opencollective",
  3310. "url": "https://opencollective.com/parcel"
  3311. }
  3312. },
  3313. "node_modules/@parcel/watcher-darwin-arm64": {
  3314. "version": "2.5.6",
  3315. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  3316. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  3317. "cpu": [
  3318. "arm64"
  3319. ],
  3320. "license": "MIT",
  3321. "optional": true,
  3322. "os": [
  3323. "darwin"
  3324. ],
  3325. "engines": {
  3326. "node": ">= 10.0.0"
  3327. },
  3328. "funding": {
  3329. "type": "opencollective",
  3330. "url": "https://opencollective.com/parcel"
  3331. }
  3332. },
  3333. "node_modules/@parcel/watcher-darwin-x64": {
  3334. "version": "2.5.6",
  3335. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  3336. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  3337. "cpu": [
  3338. "x64"
  3339. ],
  3340. "license": "MIT",
  3341. "optional": true,
  3342. "os": [
  3343. "darwin"
  3344. ],
  3345. "engines": {
  3346. "node": ">= 10.0.0"
  3347. },
  3348. "funding": {
  3349. "type": "opencollective",
  3350. "url": "https://opencollective.com/parcel"
  3351. }
  3352. },
  3353. "node_modules/@parcel/watcher-freebsd-x64": {
  3354. "version": "2.5.6",
  3355. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  3356. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  3357. "cpu": [
  3358. "x64"
  3359. ],
  3360. "license": "MIT",
  3361. "optional": true,
  3362. "os": [
  3363. "freebsd"
  3364. ],
  3365. "engines": {
  3366. "node": ">= 10.0.0"
  3367. },
  3368. "funding": {
  3369. "type": "opencollective",
  3370. "url": "https://opencollective.com/parcel"
  3371. }
  3372. },
  3373. "node_modules/@parcel/watcher-linux-arm-glibc": {
  3374. "version": "2.5.6",
  3375. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  3376. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  3377. "cpu": [
  3378. "arm"
  3379. ],
  3380. "license": "MIT",
  3381. "optional": true,
  3382. "os": [
  3383. "linux"
  3384. ],
  3385. "engines": {
  3386. "node": ">= 10.0.0"
  3387. },
  3388. "funding": {
  3389. "type": "opencollective",
  3390. "url": "https://opencollective.com/parcel"
  3391. }
  3392. },
  3393. "node_modules/@parcel/watcher-linux-arm-musl": {
  3394. "version": "2.5.6",
  3395. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  3396. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  3397. "cpu": [
  3398. "arm"
  3399. ],
  3400. "license": "MIT",
  3401. "optional": true,
  3402. "os": [
  3403. "linux"
  3404. ],
  3405. "engines": {
  3406. "node": ">= 10.0.0"
  3407. },
  3408. "funding": {
  3409. "type": "opencollective",
  3410. "url": "https://opencollective.com/parcel"
  3411. }
  3412. },
  3413. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3414. "version": "2.5.6",
  3415. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  3416. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  3417. "cpu": [
  3418. "arm64"
  3419. ],
  3420. "license": "MIT",
  3421. "optional": true,
  3422. "os": [
  3423. "linux"
  3424. ],
  3425. "engines": {
  3426. "node": ">= 10.0.0"
  3427. },
  3428. "funding": {
  3429. "type": "opencollective",
  3430. "url": "https://opencollective.com/parcel"
  3431. }
  3432. },
  3433. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3434. "version": "2.5.6",
  3435. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  3436. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  3437. "cpu": [
  3438. "arm64"
  3439. ],
  3440. "license": "MIT",
  3441. "optional": true,
  3442. "os": [
  3443. "linux"
  3444. ],
  3445. "engines": {
  3446. "node": ">= 10.0.0"
  3447. },
  3448. "funding": {
  3449. "type": "opencollective",
  3450. "url": "https://opencollective.com/parcel"
  3451. }
  3452. },
  3453. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3454. "version": "2.5.6",
  3455. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  3456. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  3457. "cpu": [
  3458. "x64"
  3459. ],
  3460. "license": "MIT",
  3461. "optional": true,
  3462. "os": [
  3463. "linux"
  3464. ],
  3465. "engines": {
  3466. "node": ">= 10.0.0"
  3467. },
  3468. "funding": {
  3469. "type": "opencollective",
  3470. "url": "https://opencollective.com/parcel"
  3471. }
  3472. },
  3473. "node_modules/@parcel/watcher-linux-x64-musl": {
  3474. "version": "2.5.6",
  3475. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  3476. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  3477. "cpu": [
  3478. "x64"
  3479. ],
  3480. "license": "MIT",
  3481. "optional": true,
  3482. "os": [
  3483. "linux"
  3484. ],
  3485. "engines": {
  3486. "node": ">= 10.0.0"
  3487. },
  3488. "funding": {
  3489. "type": "opencollective",
  3490. "url": "https://opencollective.com/parcel"
  3491. }
  3492. },
  3493. "node_modules/@parcel/watcher-wasm": {
  3494. "version": "2.5.6",
  3495. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  3496. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  3497. "bundleDependencies": [
  3498. "napi-wasm"
  3499. ],
  3500. "license": "MIT",
  3501. "dependencies": {
  3502. "is-glob": "^4.0.3",
  3503. "napi-wasm": "^1.1.0",
  3504. "picomatch": "^4.0.3"
  3505. },
  3506. "engines": {
  3507. "node": ">= 10.0.0"
  3508. },
  3509. "funding": {
  3510. "type": "opencollective",
  3511. "url": "https://opencollective.com/parcel"
  3512. }
  3513. },
  3514. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  3515. "version": "1.1.0",
  3516. "inBundle": true,
  3517. "license": "MIT"
  3518. },
  3519. "node_modules/@parcel/watcher-win32-arm64": {
  3520. "version": "2.5.6",
  3521. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  3522. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  3523. "cpu": [
  3524. "arm64"
  3525. ],
  3526. "license": "MIT",
  3527. "optional": true,
  3528. "os": [
  3529. "win32"
  3530. ],
  3531. "engines": {
  3532. "node": ">= 10.0.0"
  3533. },
  3534. "funding": {
  3535. "type": "opencollective",
  3536. "url": "https://opencollective.com/parcel"
  3537. }
  3538. },
  3539. "node_modules/@parcel/watcher-win32-ia32": {
  3540. "version": "2.5.6",
  3541. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  3542. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  3543. "cpu": [
  3544. "ia32"
  3545. ],
  3546. "license": "MIT",
  3547. "optional": true,
  3548. "os": [
  3549. "win32"
  3550. ],
  3551. "engines": {
  3552. "node": ">= 10.0.0"
  3553. },
  3554. "funding": {
  3555. "type": "opencollective",
  3556. "url": "https://opencollective.com/parcel"
  3557. }
  3558. },
  3559. "node_modules/@parcel/watcher-win32-x64": {
  3560. "version": "2.5.6",
  3561. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  3562. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  3563. "cpu": [
  3564. "x64"
  3565. ],
  3566. "license": "MIT",
  3567. "optional": true,
  3568. "os": [
  3569. "win32"
  3570. ],
  3571. "engines": {
  3572. "node": ">= 10.0.0"
  3573. },
  3574. "funding": {
  3575. "type": "opencollective",
  3576. "url": "https://opencollective.com/parcel"
  3577. }
  3578. },
  3579. "node_modules/@pkgjs/parseargs": {
  3580. "version": "0.11.0",
  3581. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3582. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3583. "license": "MIT",
  3584. "optional": true,
  3585. "engines": {
  3586. "node": ">=14"
  3587. }
  3588. },
  3589. "node_modules/@polka/url": {
  3590. "version": "1.0.0-next.29",
  3591. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3592. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3593. "license": "MIT"
  3594. },
  3595. "node_modules/@poppinss/colors": {
  3596. "version": "4.1.6",
  3597. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  3598. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  3599. "license": "MIT",
  3600. "dependencies": {
  3601. "kleur": "^4.1.5"
  3602. }
  3603. },
  3604. "node_modules/@poppinss/colors/node_modules/kleur": {
  3605. "version": "4.1.5",
  3606. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  3607. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  3608. "license": "MIT",
  3609. "engines": {
  3610. "node": ">=6"
  3611. }
  3612. },
  3613. "node_modules/@poppinss/dumper": {
  3614. "version": "0.7.0",
  3615. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  3616. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  3617. "license": "MIT",
  3618. "dependencies": {
  3619. "@poppinss/colors": "^4.1.5",
  3620. "@sindresorhus/is": "^7.0.2",
  3621. "supports-color": "^10.0.0"
  3622. }
  3623. },
  3624. "node_modules/@poppinss/exception": {
  3625. "version": "1.2.2",
  3626. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
  3627. "integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
  3628. "license": "MIT"
  3629. },
  3630. "node_modules/@rolldown/pluginutils": {
  3631. "version": "1.0.0-beta.29",
  3632. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
  3633. "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
  3634. "license": "MIT"
  3635. },
  3636. "node_modules/@rollup/plugin-alias": {
  3637. "version": "6.0.0",
  3638. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  3639. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  3640. "license": "MIT",
  3641. "engines": {
  3642. "node": ">=20.19.0"
  3643. },
  3644. "peerDependencies": {
  3645. "rollup": ">=4.0.0"
  3646. },
  3647. "peerDependenciesMeta": {
  3648. "rollup": {
  3649. "optional": true
  3650. }
  3651. }
  3652. },
  3653. "node_modules/@rollup/plugin-commonjs": {
  3654. "version": "29.0.2",
  3655. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  3656. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  3657. "license": "MIT",
  3658. "dependencies": {
  3659. "@rollup/pluginutils": "^5.0.1",
  3660. "commondir": "^1.0.1",
  3661. "estree-walker": "^2.0.2",
  3662. "fdir": "^6.2.0",
  3663. "is-reference": "1.2.1",
  3664. "magic-string": "^0.30.3",
  3665. "picomatch": "^4.0.2"
  3666. },
  3667. "engines": {
  3668. "node": ">=16.0.0 || 14 >= 14.17"
  3669. },
  3670. "peerDependencies": {
  3671. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  3672. },
  3673. "peerDependenciesMeta": {
  3674. "rollup": {
  3675. "optional": true
  3676. }
  3677. }
  3678. },
  3679. "node_modules/@rollup/plugin-inject": {
  3680. "version": "5.0.5",
  3681. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  3682. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  3683. "license": "MIT",
  3684. "dependencies": {
  3685. "@rollup/pluginutils": "^5.0.1",
  3686. "estree-walker": "^2.0.2",
  3687. "magic-string": "^0.30.3"
  3688. },
  3689. "engines": {
  3690. "node": ">=14.0.0"
  3691. },
  3692. "peerDependencies": {
  3693. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3694. },
  3695. "peerDependenciesMeta": {
  3696. "rollup": {
  3697. "optional": true
  3698. }
  3699. }
  3700. },
  3701. "node_modules/@rollup/plugin-json": {
  3702. "version": "6.1.0",
  3703. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  3704. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  3705. "license": "MIT",
  3706. "dependencies": {
  3707. "@rollup/pluginutils": "^5.1.0"
  3708. },
  3709. "engines": {
  3710. "node": ">=14.0.0"
  3711. },
  3712. "peerDependencies": {
  3713. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3714. },
  3715. "peerDependenciesMeta": {
  3716. "rollup": {
  3717. "optional": true
  3718. }
  3719. }
  3720. },
  3721. "node_modules/@rollup/plugin-node-resolve": {
  3722. "version": "16.0.3",
  3723. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  3724. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  3725. "license": "MIT",
  3726. "dependencies": {
  3727. "@rollup/pluginutils": "^5.0.1",
  3728. "@types/resolve": "1.20.2",
  3729. "deepmerge": "^4.2.2",
  3730. "is-module": "^1.0.0",
  3731. "resolve": "^1.22.1"
  3732. },
  3733. "engines": {
  3734. "node": ">=14.0.0"
  3735. },
  3736. "peerDependencies": {
  3737. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  3738. },
  3739. "peerDependenciesMeta": {
  3740. "rollup": {
  3741. "optional": true
  3742. }
  3743. }
  3744. },
  3745. "node_modules/@rollup/plugin-replace": {
  3746. "version": "6.0.3",
  3747. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  3748. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  3749. "license": "MIT",
  3750. "dependencies": {
  3751. "@rollup/pluginutils": "^5.0.1",
  3752. "magic-string": "^0.30.3"
  3753. },
  3754. "engines": {
  3755. "node": ">=14.0.0"
  3756. },
  3757. "peerDependencies": {
  3758. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3759. },
  3760. "peerDependenciesMeta": {
  3761. "rollup": {
  3762. "optional": true
  3763. }
  3764. }
  3765. },
  3766. "node_modules/@rollup/plugin-terser": {
  3767. "version": "1.0.0",
  3768. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  3769. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  3770. "license": "MIT",
  3771. "dependencies": {
  3772. "serialize-javascript": "^7.0.3",
  3773. "smob": "^1.0.0",
  3774. "terser": "^5.17.4"
  3775. },
  3776. "engines": {
  3777. "node": ">=20.0.0"
  3778. },
  3779. "peerDependencies": {
  3780. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  3781. },
  3782. "peerDependenciesMeta": {
  3783. "rollup": {
  3784. "optional": true
  3785. }
  3786. }
  3787. },
  3788. "node_modules/@rollup/pluginutils": {
  3789. "version": "5.3.0",
  3790. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  3791. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  3792. "license": "MIT",
  3793. "dependencies": {
  3794. "@types/estree": "^1.0.0",
  3795. "estree-walker": "^2.0.2",
  3796. "picomatch": "^4.0.2"
  3797. },
  3798. "engines": {
  3799. "node": ">=14.0.0"
  3800. },
  3801. "peerDependencies": {
  3802. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3803. },
  3804. "peerDependenciesMeta": {
  3805. "rollup": {
  3806. "optional": true
  3807. }
  3808. }
  3809. },
  3810. "node_modules/@rollup/rollup-android-arm-eabi": {
  3811. "version": "4.60.2",
  3812. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
  3813. "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
  3814. "cpu": [
  3815. "arm"
  3816. ],
  3817. "license": "MIT",
  3818. "optional": true,
  3819. "os": [
  3820. "android"
  3821. ]
  3822. },
  3823. "node_modules/@rollup/rollup-android-arm64": {
  3824. "version": "4.60.2",
  3825. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
  3826. "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
  3827. "cpu": [
  3828. "arm64"
  3829. ],
  3830. "license": "MIT",
  3831. "optional": true,
  3832. "os": [
  3833. "android"
  3834. ]
  3835. },
  3836. "node_modules/@rollup/rollup-darwin-arm64": {
  3837. "version": "4.60.2",
  3838. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
  3839. "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
  3840. "cpu": [
  3841. "arm64"
  3842. ],
  3843. "license": "MIT",
  3844. "optional": true,
  3845. "os": [
  3846. "darwin"
  3847. ]
  3848. },
  3849. "node_modules/@rollup/rollup-darwin-x64": {
  3850. "version": "4.60.2",
  3851. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
  3852. "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
  3853. "cpu": [
  3854. "x64"
  3855. ],
  3856. "license": "MIT",
  3857. "optional": true,
  3858. "os": [
  3859. "darwin"
  3860. ]
  3861. },
  3862. "node_modules/@rollup/rollup-freebsd-arm64": {
  3863. "version": "4.60.2",
  3864. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
  3865. "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
  3866. "cpu": [
  3867. "arm64"
  3868. ],
  3869. "license": "MIT",
  3870. "optional": true,
  3871. "os": [
  3872. "freebsd"
  3873. ]
  3874. },
  3875. "node_modules/@rollup/rollup-freebsd-x64": {
  3876. "version": "4.60.2",
  3877. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
  3878. "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
  3879. "cpu": [
  3880. "x64"
  3881. ],
  3882. "license": "MIT",
  3883. "optional": true,
  3884. "os": [
  3885. "freebsd"
  3886. ]
  3887. },
  3888. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  3889. "version": "4.60.2",
  3890. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
  3891. "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
  3892. "cpu": [
  3893. "arm"
  3894. ],
  3895. "license": "MIT",
  3896. "optional": true,
  3897. "os": [
  3898. "linux"
  3899. ]
  3900. },
  3901. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  3902. "version": "4.60.2",
  3903. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
  3904. "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
  3905. "cpu": [
  3906. "arm"
  3907. ],
  3908. "license": "MIT",
  3909. "optional": true,
  3910. "os": [
  3911. "linux"
  3912. ]
  3913. },
  3914. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  3915. "version": "4.60.2",
  3916. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
  3917. "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
  3918. "cpu": [
  3919. "arm64"
  3920. ],
  3921. "license": "MIT",
  3922. "optional": true,
  3923. "os": [
  3924. "linux"
  3925. ]
  3926. },
  3927. "node_modules/@rollup/rollup-linux-arm64-musl": {
  3928. "version": "4.60.2",
  3929. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
  3930. "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
  3931. "cpu": [
  3932. "arm64"
  3933. ],
  3934. "license": "MIT",
  3935. "optional": true,
  3936. "os": [
  3937. "linux"
  3938. ]
  3939. },
  3940. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  3941. "version": "4.60.2",
  3942. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
  3943. "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
  3944. "cpu": [
  3945. "loong64"
  3946. ],
  3947. "license": "MIT",
  3948. "optional": true,
  3949. "os": [
  3950. "linux"
  3951. ]
  3952. },
  3953. "node_modules/@rollup/rollup-linux-loong64-musl": {
  3954. "version": "4.60.2",
  3955. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
  3956. "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
  3957. "cpu": [
  3958. "loong64"
  3959. ],
  3960. "license": "MIT",
  3961. "optional": true,
  3962. "os": [
  3963. "linux"
  3964. ]
  3965. },
  3966. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  3967. "version": "4.60.2",
  3968. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
  3969. "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
  3970. "cpu": [
  3971. "ppc64"
  3972. ],
  3973. "license": "MIT",
  3974. "optional": true,
  3975. "os": [
  3976. "linux"
  3977. ]
  3978. },
  3979. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  3980. "version": "4.60.2",
  3981. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
  3982. "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
  3983. "cpu": [
  3984. "ppc64"
  3985. ],
  3986. "license": "MIT",
  3987. "optional": true,
  3988. "os": [
  3989. "linux"
  3990. ]
  3991. },
  3992. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  3993. "version": "4.60.2",
  3994. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
  3995. "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
  3996. "cpu": [
  3997. "riscv64"
  3998. ],
  3999. "license": "MIT",
  4000. "optional": true,
  4001. "os": [
  4002. "linux"
  4003. ]
  4004. },
  4005. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4006. "version": "4.60.2",
  4007. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
  4008. "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
  4009. "cpu": [
  4010. "riscv64"
  4011. ],
  4012. "license": "MIT",
  4013. "optional": true,
  4014. "os": [
  4015. "linux"
  4016. ]
  4017. },
  4018. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4019. "version": "4.60.2",
  4020. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
  4021. "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
  4022. "cpu": [
  4023. "s390x"
  4024. ],
  4025. "license": "MIT",
  4026. "optional": true,
  4027. "os": [
  4028. "linux"
  4029. ]
  4030. },
  4031. "node_modules/@rollup/rollup-linux-x64-gnu": {
  4032. "version": "4.60.2",
  4033. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
  4034. "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
  4035. "cpu": [
  4036. "x64"
  4037. ],
  4038. "license": "MIT",
  4039. "optional": true,
  4040. "os": [
  4041. "linux"
  4042. ]
  4043. },
  4044. "node_modules/@rollup/rollup-linux-x64-musl": {
  4045. "version": "4.60.2",
  4046. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
  4047. "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
  4048. "cpu": [
  4049. "x64"
  4050. ],
  4051. "license": "MIT",
  4052. "optional": true,
  4053. "os": [
  4054. "linux"
  4055. ]
  4056. },
  4057. "node_modules/@rollup/rollup-openbsd-x64": {
  4058. "version": "4.60.2",
  4059. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
  4060. "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
  4061. "cpu": [
  4062. "x64"
  4063. ],
  4064. "license": "MIT",
  4065. "optional": true,
  4066. "os": [
  4067. "openbsd"
  4068. ]
  4069. },
  4070. "node_modules/@rollup/rollup-openharmony-arm64": {
  4071. "version": "4.60.2",
  4072. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
  4073. "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
  4074. "cpu": [
  4075. "arm64"
  4076. ],
  4077. "license": "MIT",
  4078. "optional": true,
  4079. "os": [
  4080. "openharmony"
  4081. ]
  4082. },
  4083. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  4084. "version": "4.60.2",
  4085. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
  4086. "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
  4087. "cpu": [
  4088. "arm64"
  4089. ],
  4090. "license": "MIT",
  4091. "optional": true,
  4092. "os": [
  4093. "win32"
  4094. ]
  4095. },
  4096. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  4097. "version": "4.60.2",
  4098. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
  4099. "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
  4100. "cpu": [
  4101. "ia32"
  4102. ],
  4103. "license": "MIT",
  4104. "optional": true,
  4105. "os": [
  4106. "win32"
  4107. ]
  4108. },
  4109. "node_modules/@rollup/rollup-win32-x64-gnu": {
  4110. "version": "4.60.2",
  4111. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
  4112. "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
  4113. "cpu": [
  4114. "x64"
  4115. ],
  4116. "license": "MIT",
  4117. "optional": true,
  4118. "os": [
  4119. "win32"
  4120. ]
  4121. },
  4122. "node_modules/@rollup/rollup-win32-x64-msvc": {
  4123. "version": "4.60.2",
  4124. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
  4125. "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
  4126. "cpu": [
  4127. "x64"
  4128. ],
  4129. "license": "MIT",
  4130. "optional": true,
  4131. "os": [
  4132. "win32"
  4133. ]
  4134. },
  4135. "node_modules/@simple-git/args-pathspec": {
  4136. "version": "1.0.3",
  4137. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
  4138. "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
  4139. "license": "MIT"
  4140. },
  4141. "node_modules/@simple-git/argv-parser": {
  4142. "version": "1.1.1",
  4143. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
  4144. "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
  4145. "license": "MIT",
  4146. "dependencies": {
  4147. "@simple-git/args-pathspec": "^1.0.3"
  4148. }
  4149. },
  4150. "node_modules/@sindresorhus/is": {
  4151. "version": "7.2.0",
  4152. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  4153. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  4154. "license": "MIT",
  4155. "engines": {
  4156. "node": ">=18"
  4157. },
  4158. "funding": {
  4159. "url": "https://github.com/sindresorhus/is?sponsor=1"
  4160. }
  4161. },
  4162. "node_modules/@sindresorhus/merge-streams": {
  4163. "version": "4.0.0",
  4164. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  4165. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  4166. "license": "MIT",
  4167. "engines": {
  4168. "node": ">=18"
  4169. },
  4170. "funding": {
  4171. "url": "https://github.com/sponsors/sindresorhus"
  4172. }
  4173. },
  4174. "node_modules/@speed-highlight/core": {
  4175. "version": "1.2.15",
  4176. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  4177. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  4178. "license": "CC0-1.0"
  4179. },
  4180. "node_modules/@standard-schema/spec": {
  4181. "version": "1.0.0",
  4182. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
  4183. "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
  4184. "license": "MIT"
  4185. },
  4186. "node_modules/@swc/helpers": {
  4187. "version": "0.5.17",
  4188. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
  4189. "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
  4190. "license": "Apache-2.0",
  4191. "dependencies": {
  4192. "tslib": "^2.8.0"
  4193. }
  4194. },
  4195. "node_modules/@tailwindcss/node": {
  4196. "version": "4.1.17",
  4197. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
  4198. "integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==",
  4199. "license": "MIT",
  4200. "dependencies": {
  4201. "@jridgewell/remapping": "^2.3.4",
  4202. "enhanced-resolve": "^5.18.3",
  4203. "jiti": "^2.6.1",
  4204. "lightningcss": "1.30.2",
  4205. "magic-string": "^0.30.21",
  4206. "source-map-js": "^1.2.1",
  4207. "tailwindcss": "4.1.17"
  4208. }
  4209. },
  4210. "node_modules/@tailwindcss/oxide": {
  4211. "version": "4.1.17",
  4212. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz",
  4213. "integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==",
  4214. "license": "MIT",
  4215. "engines": {
  4216. "node": ">= 10"
  4217. },
  4218. "optionalDependencies": {
  4219. "@tailwindcss/oxide-android-arm64": "4.1.17",
  4220. "@tailwindcss/oxide-darwin-arm64": "4.1.17",
  4221. "@tailwindcss/oxide-darwin-x64": "4.1.17",
  4222. "@tailwindcss/oxide-freebsd-x64": "4.1.17",
  4223. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17",
  4224. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.17",
  4225. "@tailwindcss/oxide-linux-arm64-musl": "4.1.17",
  4226. "@tailwindcss/oxide-linux-x64-gnu": "4.1.17",
  4227. "@tailwindcss/oxide-linux-x64-musl": "4.1.17",
  4228. "@tailwindcss/oxide-wasm32-wasi": "4.1.17",
  4229. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.17",
  4230. "@tailwindcss/oxide-win32-x64-msvc": "4.1.17"
  4231. }
  4232. },
  4233. "node_modules/@tailwindcss/oxide-android-arm64": {
  4234. "version": "4.1.17",
  4235. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz",
  4236. "integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==",
  4237. "cpu": [
  4238. "arm64"
  4239. ],
  4240. "license": "MIT",
  4241. "optional": true,
  4242. "os": [
  4243. "android"
  4244. ],
  4245. "engines": {
  4246. "node": ">= 10"
  4247. }
  4248. },
  4249. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  4250. "version": "4.1.17",
  4251. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz",
  4252. "integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==",
  4253. "cpu": [
  4254. "arm64"
  4255. ],
  4256. "license": "MIT",
  4257. "optional": true,
  4258. "os": [
  4259. "darwin"
  4260. ],
  4261. "engines": {
  4262. "node": ">= 10"
  4263. }
  4264. },
  4265. "node_modules/@tailwindcss/oxide-darwin-x64": {
  4266. "version": "4.1.17",
  4267. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz",
  4268. "integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==",
  4269. "cpu": [
  4270. "x64"
  4271. ],
  4272. "license": "MIT",
  4273. "optional": true,
  4274. "os": [
  4275. "darwin"
  4276. ],
  4277. "engines": {
  4278. "node": ">= 10"
  4279. }
  4280. },
  4281. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  4282. "version": "4.1.17",
  4283. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz",
  4284. "integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==",
  4285. "cpu": [
  4286. "x64"
  4287. ],
  4288. "license": "MIT",
  4289. "optional": true,
  4290. "os": [
  4291. "freebsd"
  4292. ],
  4293. "engines": {
  4294. "node": ">= 10"
  4295. }
  4296. },
  4297. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  4298. "version": "4.1.17",
  4299. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz",
  4300. "integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==",
  4301. "cpu": [
  4302. "arm"
  4303. ],
  4304. "license": "MIT",
  4305. "optional": true,
  4306. "os": [
  4307. "linux"
  4308. ],
  4309. "engines": {
  4310. "node": ">= 10"
  4311. }
  4312. },
  4313. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  4314. "version": "4.1.17",
  4315. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz",
  4316. "integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==",
  4317. "cpu": [
  4318. "arm64"
  4319. ],
  4320. "license": "MIT",
  4321. "optional": true,
  4322. "os": [
  4323. "linux"
  4324. ],
  4325. "engines": {
  4326. "node": ">= 10"
  4327. }
  4328. },
  4329. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  4330. "version": "4.1.17",
  4331. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz",
  4332. "integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==",
  4333. "cpu": [
  4334. "arm64"
  4335. ],
  4336. "license": "MIT",
  4337. "optional": true,
  4338. "os": [
  4339. "linux"
  4340. ],
  4341. "engines": {
  4342. "node": ">= 10"
  4343. }
  4344. },
  4345. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  4346. "version": "4.1.17",
  4347. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz",
  4348. "integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==",
  4349. "cpu": [
  4350. "x64"
  4351. ],
  4352. "license": "MIT",
  4353. "optional": true,
  4354. "os": [
  4355. "linux"
  4356. ],
  4357. "engines": {
  4358. "node": ">= 10"
  4359. }
  4360. },
  4361. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  4362. "version": "4.1.17",
  4363. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz",
  4364. "integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==",
  4365. "cpu": [
  4366. "x64"
  4367. ],
  4368. "license": "MIT",
  4369. "optional": true,
  4370. "os": [
  4371. "linux"
  4372. ],
  4373. "engines": {
  4374. "node": ">= 10"
  4375. }
  4376. },
  4377. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  4378. "version": "4.1.17",
  4379. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz",
  4380. "integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==",
  4381. "bundleDependencies": [
  4382. "@napi-rs/wasm-runtime",
  4383. "@emnapi/core",
  4384. "@emnapi/runtime",
  4385. "@tybys/wasm-util",
  4386. "@emnapi/wasi-threads",
  4387. "tslib"
  4388. ],
  4389. "cpu": [
  4390. "wasm32"
  4391. ],
  4392. "license": "MIT",
  4393. "optional": true,
  4394. "dependencies": {
  4395. "@emnapi/core": "^1.6.0",
  4396. "@emnapi/runtime": "^1.6.0",
  4397. "@emnapi/wasi-threads": "^1.1.0",
  4398. "@napi-rs/wasm-runtime": "^1.0.7",
  4399. "@tybys/wasm-util": "^0.10.1",
  4400. "tslib": "^2.4.0"
  4401. },
  4402. "engines": {
  4403. "node": ">=14.0.0"
  4404. }
  4405. },
  4406. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  4407. "version": "4.1.17",
  4408. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz",
  4409. "integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==",
  4410. "cpu": [
  4411. "arm64"
  4412. ],
  4413. "license": "MIT",
  4414. "optional": true,
  4415. "os": [
  4416. "win32"
  4417. ],
  4418. "engines": {
  4419. "node": ">= 10"
  4420. }
  4421. },
  4422. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  4423. "version": "4.1.17",
  4424. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz",
  4425. "integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==",
  4426. "cpu": [
  4427. "x64"
  4428. ],
  4429. "license": "MIT",
  4430. "optional": true,
  4431. "os": [
  4432. "win32"
  4433. ],
  4434. "engines": {
  4435. "node": ">= 10"
  4436. }
  4437. },
  4438. "node_modules/@tailwindcss/postcss": {
  4439. "version": "4.1.17",
  4440. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.17.tgz",
  4441. "integrity": "sha512-+nKl9N9mN5uJ+M7dBOOCzINw94MPstNR/GtIhz1fpZysxL/4a+No64jCBD6CPN+bIHWFx3KWuu8XJRrj/572Dw==",
  4442. "license": "MIT",
  4443. "dependencies": {
  4444. "@alloc/quick-lru": "^5.2.0",
  4445. "@tailwindcss/node": "4.1.17",
  4446. "@tailwindcss/oxide": "4.1.17",
  4447. "postcss": "^8.4.41",
  4448. "tailwindcss": "4.1.17"
  4449. }
  4450. },
  4451. "node_modules/@tailwindcss/vite": {
  4452. "version": "4.1.17",
  4453. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz",
  4454. "integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==",
  4455. "license": "MIT",
  4456. "dependencies": {
  4457. "@tailwindcss/node": "4.1.17",
  4458. "@tailwindcss/oxide": "4.1.17",
  4459. "tailwindcss": "4.1.17"
  4460. },
  4461. "peerDependencies": {
  4462. "vite": "^5.2.0 || ^6 || ^7"
  4463. }
  4464. },
  4465. "node_modules/@tanstack/table-core": {
  4466. "version": "8.21.3",
  4467. "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
  4468. "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
  4469. "license": "MIT",
  4470. "engines": {
  4471. "node": ">=12"
  4472. },
  4473. "funding": {
  4474. "type": "github",
  4475. "url": "https://github.com/sponsors/tannerlinsley"
  4476. }
  4477. },
  4478. "node_modules/@tanstack/virtual-core": {
  4479. "version": "3.13.12",
  4480. "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
  4481. "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
  4482. "license": "MIT",
  4483. "funding": {
  4484. "type": "github",
  4485. "url": "https://github.com/sponsors/tannerlinsley"
  4486. }
  4487. },
  4488. "node_modules/@tanstack/vue-table": {
  4489. "version": "8.21.3",
  4490. "resolved": "https://registry.npmjs.org/@tanstack/vue-table/-/vue-table-8.21.3.tgz",
  4491. "integrity": "sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==",
  4492. "license": "MIT",
  4493. "dependencies": {
  4494. "@tanstack/table-core": "8.21.3"
  4495. },
  4496. "engines": {
  4497. "node": ">=12"
  4498. },
  4499. "funding": {
  4500. "type": "github",
  4501. "url": "https://github.com/sponsors/tannerlinsley"
  4502. },
  4503. "peerDependencies": {
  4504. "vue": ">=3.2"
  4505. }
  4506. },
  4507. "node_modules/@tanstack/vue-virtual": {
  4508. "version": "3.13.12",
  4509. "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz",
  4510. "integrity": "sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==",
  4511. "license": "MIT",
  4512. "dependencies": {
  4513. "@tanstack/virtual-core": "3.13.12"
  4514. },
  4515. "funding": {
  4516. "type": "github",
  4517. "url": "https://github.com/sponsors/tannerlinsley"
  4518. },
  4519. "peerDependencies": {
  4520. "vue": "^2.7.0 || ^3.0.0"
  4521. }
  4522. },
  4523. "node_modules/@tybys/wasm-util": {
  4524. "version": "0.10.1",
  4525. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  4526. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  4527. "license": "MIT",
  4528. "optional": true,
  4529. "dependencies": {
  4530. "tslib": "^2.4.0"
  4531. }
  4532. },
  4533. "node_modules/@types/estree": {
  4534. "version": "1.0.8",
  4535. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  4536. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  4537. "license": "MIT"
  4538. },
  4539. "node_modules/@types/parse-path": {
  4540. "version": "7.0.3",
  4541. "resolved": "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz",
  4542. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  4543. "license": "MIT"
  4544. },
  4545. "node_modules/@types/resolve": {
  4546. "version": "1.20.2",
  4547. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  4548. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  4549. "license": "MIT"
  4550. },
  4551. "node_modules/@types/web-bluetooth": {
  4552. "version": "0.0.21",
  4553. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  4554. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  4555. "license": "MIT"
  4556. },
  4557. "node_modules/@unhead/vue": {
  4558. "version": "2.1.13",
  4559. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  4560. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  4561. "license": "MIT",
  4562. "dependencies": {
  4563. "hookable": "^6.0.1",
  4564. "unhead": "2.1.13"
  4565. },
  4566. "funding": {
  4567. "url": "https://github.com/sponsors/harlan-zw"
  4568. },
  4569. "peerDependencies": {
  4570. "vue": ">=3.5.18"
  4571. }
  4572. },
  4573. "node_modules/@unhead/vue/node_modules/hookable": {
  4574. "version": "6.1.1",
  4575. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  4576. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  4577. "license": "MIT"
  4578. },
  4579. "node_modules/@vercel/nft": {
  4580. "version": "1.5.0",
  4581. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  4582. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  4583. "license": "MIT",
  4584. "dependencies": {
  4585. "@mapbox/node-pre-gyp": "^2.0.0",
  4586. "@rollup/pluginutils": "^5.1.3",
  4587. "acorn": "^8.6.0",
  4588. "acorn-import-attributes": "^1.9.5",
  4589. "async-sema": "^3.1.1",
  4590. "bindings": "^1.4.0",
  4591. "estree-walker": "2.0.2",
  4592. "glob": "^13.0.0",
  4593. "graceful-fs": "^4.2.9",
  4594. "node-gyp-build": "^4.2.2",
  4595. "picomatch": "^4.0.2",
  4596. "resolve-from": "^5.0.0"
  4597. },
  4598. "bin": {
  4599. "nft": "out/cli.js"
  4600. },
  4601. "engines": {
  4602. "node": ">=20"
  4603. }
  4604. },
  4605. "node_modules/@vercel/nft/node_modules/balanced-match": {
  4606. "version": "4.0.4",
  4607. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4608. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4609. "license": "MIT",
  4610. "engines": {
  4611. "node": "18 || 20 || >=22"
  4612. }
  4613. },
  4614. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  4615. "version": "5.0.5",
  4616. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4617. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4618. "license": "MIT",
  4619. "dependencies": {
  4620. "balanced-match": "^4.0.2"
  4621. },
  4622. "engines": {
  4623. "node": "18 || 20 || >=22"
  4624. }
  4625. },
  4626. "node_modules/@vercel/nft/node_modules/glob": {
  4627. "version": "13.0.6",
  4628. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  4629. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  4630. "license": "BlueOak-1.0.0",
  4631. "dependencies": {
  4632. "minimatch": "^10.2.2",
  4633. "minipass": "^7.1.3",
  4634. "path-scurry": "^2.0.2"
  4635. },
  4636. "engines": {
  4637. "node": "18 || 20 || >=22"
  4638. },
  4639. "funding": {
  4640. "url": "https://github.com/sponsors/isaacs"
  4641. }
  4642. },
  4643. "node_modules/@vercel/nft/node_modules/lru-cache": {
  4644. "version": "11.3.5",
  4645. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  4646. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  4647. "license": "BlueOak-1.0.0",
  4648. "engines": {
  4649. "node": "20 || >=22"
  4650. }
  4651. },
  4652. "node_modules/@vercel/nft/node_modules/minimatch": {
  4653. "version": "10.2.5",
  4654. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4655. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4656. "license": "BlueOak-1.0.0",
  4657. "dependencies": {
  4658. "brace-expansion": "^5.0.5"
  4659. },
  4660. "engines": {
  4661. "node": "18 || 20 || >=22"
  4662. },
  4663. "funding": {
  4664. "url": "https://github.com/sponsors/isaacs"
  4665. }
  4666. },
  4667. "node_modules/@vercel/nft/node_modules/path-scurry": {
  4668. "version": "2.0.2",
  4669. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  4670. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  4671. "license": "BlueOak-1.0.0",
  4672. "dependencies": {
  4673. "lru-cache": "^11.0.0",
  4674. "minipass": "^7.1.2"
  4675. },
  4676. "engines": {
  4677. "node": "18 || 20 || >=22"
  4678. },
  4679. "funding": {
  4680. "url": "https://github.com/sponsors/isaacs"
  4681. }
  4682. },
  4683. "node_modules/@vitejs/plugin-vue": {
  4684. "version": "6.0.1",
  4685. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
  4686. "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
  4687. "license": "MIT",
  4688. "dependencies": {
  4689. "@rolldown/pluginutils": "1.0.0-beta.29"
  4690. },
  4691. "engines": {
  4692. "node": "^20.19.0 || >=22.12.0"
  4693. },
  4694. "peerDependencies": {
  4695. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4696. "vue": "^3.2.25"
  4697. }
  4698. },
  4699. "node_modules/@vitejs/plugin-vue-jsx": {
  4700. "version": "5.1.1",
  4701. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz",
  4702. "integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==",
  4703. "license": "MIT",
  4704. "dependencies": {
  4705. "@babel/core": "^7.28.3",
  4706. "@babel/plugin-syntax-typescript": "^7.27.1",
  4707. "@babel/plugin-transform-typescript": "^7.28.0",
  4708. "@rolldown/pluginutils": "^1.0.0-beta.34",
  4709. "@vue/babel-plugin-jsx": "^1.5.0"
  4710. },
  4711. "engines": {
  4712. "node": "^20.19.0 || >=22.12.0"
  4713. },
  4714. "peerDependencies": {
  4715. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4716. "vue": "^3.0.0"
  4717. }
  4718. },
  4719. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  4720. "version": "1.0.0-beta.45",
  4721. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.45.tgz",
  4722. "integrity": "sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==",
  4723. "license": "MIT"
  4724. },
  4725. "node_modules/@volar/language-core": {
  4726. "version": "2.4.23",
  4727. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz",
  4728. "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==",
  4729. "license": "MIT",
  4730. "dependencies": {
  4731. "@volar/source-map": "2.4.23"
  4732. }
  4733. },
  4734. "node_modules/@volar/source-map": {
  4735. "version": "2.4.23",
  4736. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz",
  4737. "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==",
  4738. "license": "MIT"
  4739. },
  4740. "node_modules/@vue-macros/common": {
  4741. "version": "3.1.1",
  4742. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.1.tgz",
  4743. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  4744. "license": "MIT",
  4745. "dependencies": {
  4746. "@vue/compiler-sfc": "^3.5.22",
  4747. "ast-kit": "^2.1.2",
  4748. "local-pkg": "^1.1.2",
  4749. "magic-string-ast": "^1.0.2",
  4750. "unplugin-utils": "^0.3.0"
  4751. },
  4752. "engines": {
  4753. "node": ">=20.19.0"
  4754. },
  4755. "funding": {
  4756. "url": "https://github.com/sponsors/vue-macros"
  4757. },
  4758. "peerDependencies": {
  4759. "vue": "^2.7.0 || ^3.2.25"
  4760. },
  4761. "peerDependenciesMeta": {
  4762. "vue": {
  4763. "optional": true
  4764. }
  4765. }
  4766. },
  4767. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  4768. "version": "0.3.1",
  4769. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4770. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4771. "license": "MIT",
  4772. "dependencies": {
  4773. "pathe": "^2.0.3",
  4774. "picomatch": "^4.0.3"
  4775. },
  4776. "engines": {
  4777. "node": ">=20.19.0"
  4778. },
  4779. "funding": {
  4780. "url": "https://github.com/sponsors/sxzz"
  4781. }
  4782. },
  4783. "node_modules/@vue/babel-helper-vue-transform-on": {
  4784. "version": "1.5.0",
  4785. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  4786. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  4787. "license": "MIT"
  4788. },
  4789. "node_modules/@vue/babel-plugin-jsx": {
  4790. "version": "1.5.0",
  4791. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  4792. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  4793. "license": "MIT",
  4794. "dependencies": {
  4795. "@babel/helper-module-imports": "^7.27.1",
  4796. "@babel/helper-plugin-utils": "^7.27.1",
  4797. "@babel/plugin-syntax-jsx": "^7.27.1",
  4798. "@babel/template": "^7.27.2",
  4799. "@babel/traverse": "^7.28.0",
  4800. "@babel/types": "^7.28.2",
  4801. "@vue/babel-helper-vue-transform-on": "1.5.0",
  4802. "@vue/babel-plugin-resolve-type": "1.5.0",
  4803. "@vue/shared": "^3.5.18"
  4804. },
  4805. "peerDependencies": {
  4806. "@babel/core": "^7.0.0-0"
  4807. },
  4808. "peerDependenciesMeta": {
  4809. "@babel/core": {
  4810. "optional": true
  4811. }
  4812. }
  4813. },
  4814. "node_modules/@vue/babel-plugin-resolve-type": {
  4815. "version": "1.5.0",
  4816. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  4817. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  4818. "license": "MIT",
  4819. "dependencies": {
  4820. "@babel/code-frame": "^7.27.1",
  4821. "@babel/helper-module-imports": "^7.27.1",
  4822. "@babel/helper-plugin-utils": "^7.27.1",
  4823. "@babel/parser": "^7.28.0",
  4824. "@vue/compiler-sfc": "^3.5.18"
  4825. },
  4826. "funding": {
  4827. "url": "https://github.com/sponsors/sxzz"
  4828. },
  4829. "peerDependencies": {
  4830. "@babel/core": "^7.0.0-0"
  4831. }
  4832. },
  4833. "node_modules/@vue/compiler-core": {
  4834. "version": "3.5.22",
  4835. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
  4836. "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
  4837. "license": "MIT",
  4838. "dependencies": {
  4839. "@babel/parser": "^7.28.4",
  4840. "@vue/shared": "3.5.22",
  4841. "entities": "^4.5.0",
  4842. "estree-walker": "^2.0.2",
  4843. "source-map-js": "^1.2.1"
  4844. }
  4845. },
  4846. "node_modules/@vue/compiler-dom": {
  4847. "version": "3.5.22",
  4848. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
  4849. "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
  4850. "license": "MIT",
  4851. "dependencies": {
  4852. "@vue/compiler-core": "3.5.22",
  4853. "@vue/shared": "3.5.22"
  4854. }
  4855. },
  4856. "node_modules/@vue/compiler-sfc": {
  4857. "version": "3.5.22",
  4858. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
  4859. "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
  4860. "license": "MIT",
  4861. "dependencies": {
  4862. "@babel/parser": "^7.28.4",
  4863. "@vue/compiler-core": "3.5.22",
  4864. "@vue/compiler-dom": "3.5.22",
  4865. "@vue/compiler-ssr": "3.5.22",
  4866. "@vue/shared": "3.5.22",
  4867. "estree-walker": "^2.0.2",
  4868. "magic-string": "^0.30.19",
  4869. "postcss": "^8.5.6",
  4870. "source-map-js": "^1.2.1"
  4871. }
  4872. },
  4873. "node_modules/@vue/compiler-ssr": {
  4874. "version": "3.5.22",
  4875. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
  4876. "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
  4877. "license": "MIT",
  4878. "dependencies": {
  4879. "@vue/compiler-dom": "3.5.22",
  4880. "@vue/shared": "3.5.22"
  4881. }
  4882. },
  4883. "node_modules/@vue/devtools-api": {
  4884. "version": "6.6.4",
  4885. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4886. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4887. "license": "MIT"
  4888. },
  4889. "node_modules/@vue/devtools-core": {
  4890. "version": "7.7.7",
  4891. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  4892. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  4893. "license": "MIT",
  4894. "dependencies": {
  4895. "@vue/devtools-kit": "^7.7.7",
  4896. "@vue/devtools-shared": "^7.7.7",
  4897. "mitt": "^3.0.1",
  4898. "nanoid": "^5.1.0",
  4899. "pathe": "^2.0.3",
  4900. "vite-hot-client": "^2.0.4"
  4901. },
  4902. "peerDependencies": {
  4903. "vue": "^3.0.0"
  4904. }
  4905. },
  4906. "node_modules/@vue/devtools-kit": {
  4907. "version": "7.7.7",
  4908. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  4909. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  4910. "license": "MIT",
  4911. "dependencies": {
  4912. "@vue/devtools-shared": "^7.7.7",
  4913. "birpc": "^2.3.0",
  4914. "hookable": "^5.5.3",
  4915. "mitt": "^3.0.1",
  4916. "perfect-debounce": "^1.0.0",
  4917. "speakingurl": "^14.0.1",
  4918. "superjson": "^2.2.2"
  4919. }
  4920. },
  4921. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  4922. "version": "1.0.0",
  4923. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4924. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4925. "license": "MIT"
  4926. },
  4927. "node_modules/@vue/devtools-shared": {
  4928. "version": "7.7.7",
  4929. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  4930. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  4931. "license": "MIT",
  4932. "dependencies": {
  4933. "rfdc": "^1.4.1"
  4934. }
  4935. },
  4936. "node_modules/@vue/language-core": {
  4937. "version": "3.1.2",
  4938. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
  4939. "integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
  4940. "license": "MIT",
  4941. "dependencies": {
  4942. "@volar/language-core": "2.4.23",
  4943. "@vue/compiler-dom": "^3.5.0",
  4944. "@vue/shared": "^3.5.0",
  4945. "alien-signals": "^3.0.0",
  4946. "muggle-string": "^0.4.1",
  4947. "path-browserify": "^1.0.1",
  4948. "picomatch": "^4.0.2"
  4949. },
  4950. "peerDependencies": {
  4951. "typescript": "*"
  4952. },
  4953. "peerDependenciesMeta": {
  4954. "typescript": {
  4955. "optional": true
  4956. }
  4957. }
  4958. },
  4959. "node_modules/@vue/reactivity": {
  4960. "version": "3.5.22",
  4961. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz",
  4962. "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
  4963. "license": "MIT",
  4964. "dependencies": {
  4965. "@vue/shared": "3.5.22"
  4966. }
  4967. },
  4968. "node_modules/@vue/runtime-core": {
  4969. "version": "3.5.22",
  4970. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
  4971. "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
  4972. "license": "MIT",
  4973. "dependencies": {
  4974. "@vue/reactivity": "3.5.22",
  4975. "@vue/shared": "3.5.22"
  4976. }
  4977. },
  4978. "node_modules/@vue/runtime-dom": {
  4979. "version": "3.5.22",
  4980. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
  4981. "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
  4982. "license": "MIT",
  4983. "dependencies": {
  4984. "@vue/reactivity": "3.5.22",
  4985. "@vue/runtime-core": "3.5.22",
  4986. "@vue/shared": "3.5.22",
  4987. "csstype": "^3.1.3"
  4988. }
  4989. },
  4990. "node_modules/@vue/server-renderer": {
  4991. "version": "3.5.22",
  4992. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
  4993. "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
  4994. "license": "MIT",
  4995. "dependencies": {
  4996. "@vue/compiler-ssr": "3.5.22",
  4997. "@vue/shared": "3.5.22"
  4998. },
  4999. "peerDependencies": {
  5000. "vue": "3.5.22"
  5001. }
  5002. },
  5003. "node_modules/@vue/shared": {
  5004. "version": "3.5.22",
  5005. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz",
  5006. "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
  5007. "license": "MIT"
  5008. },
  5009. "node_modules/@vueuse/core": {
  5010. "version": "13.9.0",
  5011. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.9.0.tgz",
  5012. "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==",
  5013. "license": "MIT",
  5014. "dependencies": {
  5015. "@types/web-bluetooth": "^0.0.21",
  5016. "@vueuse/metadata": "13.9.0",
  5017. "@vueuse/shared": "13.9.0"
  5018. },
  5019. "funding": {
  5020. "url": "https://github.com/sponsors/antfu"
  5021. },
  5022. "peerDependencies": {
  5023. "vue": "^3.5.0"
  5024. }
  5025. },
  5026. "node_modules/@vueuse/integrations": {
  5027. "version": "13.9.0",
  5028. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.9.0.tgz",
  5029. "integrity": "sha512-SDobKBbPIOe0cVL7QxMzGkuUGHvWTdihi9zOrrWaWUgFKe15cwEcwfWmgrcNzjT6kHnNmWuTajPHoIzUjYNYYQ==",
  5030. "license": "MIT",
  5031. "dependencies": {
  5032. "@vueuse/core": "13.9.0",
  5033. "@vueuse/shared": "13.9.0"
  5034. },
  5035. "funding": {
  5036. "url": "https://github.com/sponsors/antfu"
  5037. },
  5038. "peerDependencies": {
  5039. "async-validator": "^4",
  5040. "axios": "^1",
  5041. "change-case": "^5",
  5042. "drauu": "^0.4",
  5043. "focus-trap": "^7",
  5044. "fuse.js": "^7",
  5045. "idb-keyval": "^6",
  5046. "jwt-decode": "^4",
  5047. "nprogress": "^0.2",
  5048. "qrcode": "^1.5",
  5049. "sortablejs": "^1",
  5050. "universal-cookie": "^7 || ^8",
  5051. "vue": "^3.5.0"
  5052. },
  5053. "peerDependenciesMeta": {
  5054. "async-validator": {
  5055. "optional": true
  5056. },
  5057. "axios": {
  5058. "optional": true
  5059. },
  5060. "change-case": {
  5061. "optional": true
  5062. },
  5063. "drauu": {
  5064. "optional": true
  5065. },
  5066. "focus-trap": {
  5067. "optional": true
  5068. },
  5069. "fuse.js": {
  5070. "optional": true
  5071. },
  5072. "idb-keyval": {
  5073. "optional": true
  5074. },
  5075. "jwt-decode": {
  5076. "optional": true
  5077. },
  5078. "nprogress": {
  5079. "optional": true
  5080. },
  5081. "qrcode": {
  5082. "optional": true
  5083. },
  5084. "sortablejs": {
  5085. "optional": true
  5086. },
  5087. "universal-cookie": {
  5088. "optional": true
  5089. }
  5090. }
  5091. },
  5092. "node_modules/@vueuse/metadata": {
  5093. "version": "13.9.0",
  5094. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.9.0.tgz",
  5095. "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==",
  5096. "license": "MIT",
  5097. "funding": {
  5098. "url": "https://github.com/sponsors/antfu"
  5099. }
  5100. },
  5101. "node_modules/@vueuse/shared": {
  5102. "version": "13.9.0",
  5103. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.9.0.tgz",
  5104. "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==",
  5105. "license": "MIT",
  5106. "funding": {
  5107. "url": "https://github.com/sponsors/antfu"
  5108. },
  5109. "peerDependencies": {
  5110. "vue": "^3.5.0"
  5111. }
  5112. },
  5113. "node_modules/abbrev": {
  5114. "version": "3.0.1",
  5115. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  5116. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5117. "license": "ISC",
  5118. "engines": {
  5119. "node": "^18.17.0 || >=20.5.0"
  5120. }
  5121. },
  5122. "node_modules/abort-controller": {
  5123. "version": "3.0.0",
  5124. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  5125. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5126. "license": "MIT",
  5127. "dependencies": {
  5128. "event-target-shim": "^5.0.0"
  5129. },
  5130. "engines": {
  5131. "node": ">=6.5"
  5132. }
  5133. },
  5134. "node_modules/acorn": {
  5135. "version": "8.16.0",
  5136. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  5137. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  5138. "license": "MIT",
  5139. "bin": {
  5140. "acorn": "bin/acorn"
  5141. },
  5142. "engines": {
  5143. "node": ">=0.4.0"
  5144. }
  5145. },
  5146. "node_modules/acorn-import-attributes": {
  5147. "version": "1.9.5",
  5148. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5149. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5150. "license": "MIT",
  5151. "peerDependencies": {
  5152. "acorn": "^8"
  5153. }
  5154. },
  5155. "node_modules/agent-base": {
  5156. "version": "7.1.4",
  5157. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  5158. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5159. "license": "MIT",
  5160. "engines": {
  5161. "node": ">= 14"
  5162. }
  5163. },
  5164. "node_modules/alien-signals": {
  5165. "version": "3.0.3",
  5166. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
  5167. "integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
  5168. "license": "MIT"
  5169. },
  5170. "node_modules/ansi-regex": {
  5171. "version": "6.2.2",
  5172. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5173. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5174. "license": "MIT",
  5175. "engines": {
  5176. "node": ">=12"
  5177. },
  5178. "funding": {
  5179. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5180. }
  5181. },
  5182. "node_modules/ansi-styles": {
  5183. "version": "6.2.3",
  5184. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5185. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5186. "license": "MIT",
  5187. "engines": {
  5188. "node": ">=12"
  5189. },
  5190. "funding": {
  5191. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5192. }
  5193. },
  5194. "node_modules/ansis": {
  5195. "version": "4.2.0",
  5196. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5197. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5198. "license": "ISC",
  5199. "engines": {
  5200. "node": ">=14"
  5201. }
  5202. },
  5203. "node_modules/anymatch": {
  5204. "version": "3.1.3",
  5205. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5206. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5207. "license": "ISC",
  5208. "dependencies": {
  5209. "normalize-path": "^3.0.0",
  5210. "picomatch": "^2.0.4"
  5211. },
  5212. "engines": {
  5213. "node": ">= 8"
  5214. }
  5215. },
  5216. "node_modules/anymatch/node_modules/picomatch": {
  5217. "version": "2.3.2",
  5218. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5219. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5220. "license": "MIT",
  5221. "engines": {
  5222. "node": ">=8.6"
  5223. },
  5224. "funding": {
  5225. "url": "https://github.com/sponsors/jonschlinkert"
  5226. }
  5227. },
  5228. "node_modules/archiver": {
  5229. "version": "7.0.1",
  5230. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  5231. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5232. "license": "MIT",
  5233. "dependencies": {
  5234. "archiver-utils": "^5.0.2",
  5235. "async": "^3.2.4",
  5236. "buffer-crc32": "^1.0.0",
  5237. "readable-stream": "^4.0.0",
  5238. "readdir-glob": "^1.1.2",
  5239. "tar-stream": "^3.0.0",
  5240. "zip-stream": "^6.0.1"
  5241. },
  5242. "engines": {
  5243. "node": ">= 14"
  5244. }
  5245. },
  5246. "node_modules/archiver-utils": {
  5247. "version": "5.0.2",
  5248. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5249. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5250. "license": "MIT",
  5251. "dependencies": {
  5252. "glob": "^10.0.0",
  5253. "graceful-fs": "^4.2.0",
  5254. "is-stream": "^2.0.1",
  5255. "lazystream": "^1.0.0",
  5256. "lodash": "^4.17.15",
  5257. "normalize-path": "^3.0.0",
  5258. "readable-stream": "^4.0.0"
  5259. },
  5260. "engines": {
  5261. "node": ">= 14"
  5262. }
  5263. },
  5264. "node_modules/archiver-utils/node_modules/is-stream": {
  5265. "version": "2.0.1",
  5266. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5267. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5268. "license": "MIT",
  5269. "engines": {
  5270. "node": ">=8"
  5271. },
  5272. "funding": {
  5273. "url": "https://github.com/sponsors/sindresorhus"
  5274. }
  5275. },
  5276. "node_modules/aria-hidden": {
  5277. "version": "1.2.6",
  5278. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  5279. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  5280. "license": "MIT",
  5281. "dependencies": {
  5282. "tslib": "^2.0.0"
  5283. },
  5284. "engines": {
  5285. "node": ">=10"
  5286. }
  5287. },
  5288. "node_modules/ast-kit": {
  5289. "version": "2.1.3",
  5290. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.1.3.tgz",
  5291. "integrity": "sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==",
  5292. "license": "MIT",
  5293. "dependencies": {
  5294. "@babel/parser": "^7.28.4",
  5295. "pathe": "^2.0.3"
  5296. },
  5297. "engines": {
  5298. "node": ">=20.19.0"
  5299. },
  5300. "funding": {
  5301. "url": "https://github.com/sponsors/sxzz"
  5302. }
  5303. },
  5304. "node_modules/ast-walker-scope": {
  5305. "version": "0.8.3",
  5306. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  5307. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  5308. "license": "MIT",
  5309. "dependencies": {
  5310. "@babel/parser": "^7.28.4",
  5311. "ast-kit": "^2.1.3"
  5312. },
  5313. "engines": {
  5314. "node": ">=20.19.0"
  5315. },
  5316. "funding": {
  5317. "url": "https://github.com/sponsors/sxzz"
  5318. }
  5319. },
  5320. "node_modules/async": {
  5321. "version": "3.2.6",
  5322. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  5323. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  5324. "license": "MIT"
  5325. },
  5326. "node_modules/async-sema": {
  5327. "version": "3.1.1",
  5328. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  5329. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  5330. "license": "MIT"
  5331. },
  5332. "node_modules/autoprefixer": {
  5333. "version": "10.4.21",
  5334. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  5335. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  5336. "funding": [
  5337. {
  5338. "type": "opencollective",
  5339. "url": "https://opencollective.com/postcss/"
  5340. },
  5341. {
  5342. "type": "tidelift",
  5343. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  5344. },
  5345. {
  5346. "type": "github",
  5347. "url": "https://github.com/sponsors/ai"
  5348. }
  5349. ],
  5350. "license": "MIT",
  5351. "dependencies": {
  5352. "browserslist": "^4.24.4",
  5353. "caniuse-lite": "^1.0.30001702",
  5354. "fraction.js": "^4.3.7",
  5355. "normalize-range": "^0.1.2",
  5356. "picocolors": "^1.1.1",
  5357. "postcss-value-parser": "^4.2.0"
  5358. },
  5359. "bin": {
  5360. "autoprefixer": "bin/autoprefixer"
  5361. },
  5362. "engines": {
  5363. "node": "^10 || ^12 || >=14"
  5364. },
  5365. "peerDependencies": {
  5366. "postcss": "^8.1.0"
  5367. }
  5368. },
  5369. "node_modules/b4a": {
  5370. "version": "1.7.3",
  5371. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
  5372. "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
  5373. "license": "Apache-2.0",
  5374. "peerDependencies": {
  5375. "react-native-b4a": "*"
  5376. },
  5377. "peerDependenciesMeta": {
  5378. "react-native-b4a": {
  5379. "optional": true
  5380. }
  5381. }
  5382. },
  5383. "node_modules/balanced-match": {
  5384. "version": "1.0.2",
  5385. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5386. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5387. "license": "MIT"
  5388. },
  5389. "node_modules/bare-events": {
  5390. "version": "2.8.1",
  5391. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
  5392. "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
  5393. "license": "Apache-2.0",
  5394. "peerDependencies": {
  5395. "bare-abort-controller": "*"
  5396. },
  5397. "peerDependenciesMeta": {
  5398. "bare-abort-controller": {
  5399. "optional": true
  5400. }
  5401. }
  5402. },
  5403. "node_modules/base64-js": {
  5404. "version": "1.5.1",
  5405. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5406. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5407. "funding": [
  5408. {
  5409. "type": "github",
  5410. "url": "https://github.com/sponsors/feross"
  5411. },
  5412. {
  5413. "type": "patreon",
  5414. "url": "https://www.patreon.com/feross"
  5415. },
  5416. {
  5417. "type": "consulting",
  5418. "url": "https://feross.org/support"
  5419. }
  5420. ],
  5421. "license": "MIT"
  5422. },
  5423. "node_modules/baseline-browser-mapping": {
  5424. "version": "2.8.20",
  5425. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  5426. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  5427. "license": "Apache-2.0",
  5428. "bin": {
  5429. "baseline-browser-mapping": "dist/cli.js"
  5430. }
  5431. },
  5432. "node_modules/bindings": {
  5433. "version": "1.5.0",
  5434. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5435. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5436. "license": "MIT",
  5437. "dependencies": {
  5438. "file-uri-to-path": "1.0.0"
  5439. }
  5440. },
  5441. "node_modules/birpc": {
  5442. "version": "2.6.1",
  5443. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.6.1.tgz",
  5444. "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
  5445. "license": "MIT",
  5446. "funding": {
  5447. "url": "https://github.com/sponsors/antfu"
  5448. }
  5449. },
  5450. "node_modules/boolbase": {
  5451. "version": "1.0.0",
  5452. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5453. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  5454. "license": "ISC"
  5455. },
  5456. "node_modules/brace-expansion": {
  5457. "version": "2.1.0",
  5458. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  5459. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  5460. "license": "MIT",
  5461. "dependencies": {
  5462. "balanced-match": "^1.0.0"
  5463. }
  5464. },
  5465. "node_modules/braces": {
  5466. "version": "3.0.3",
  5467. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5468. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5469. "license": "MIT",
  5470. "dependencies": {
  5471. "fill-range": "^7.1.1"
  5472. },
  5473. "engines": {
  5474. "node": ">=8"
  5475. }
  5476. },
  5477. "node_modules/brotli": {
  5478. "version": "1.3.3",
  5479. "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
  5480. "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
  5481. "license": "MIT",
  5482. "dependencies": {
  5483. "base64-js": "^1.1.2"
  5484. }
  5485. },
  5486. "node_modules/browserslist": {
  5487. "version": "4.27.0",
  5488. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  5489. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  5490. "funding": [
  5491. {
  5492. "type": "opencollective",
  5493. "url": "https://opencollective.com/browserslist"
  5494. },
  5495. {
  5496. "type": "tidelift",
  5497. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5498. },
  5499. {
  5500. "type": "github",
  5501. "url": "https://github.com/sponsors/ai"
  5502. }
  5503. ],
  5504. "license": "MIT",
  5505. "dependencies": {
  5506. "baseline-browser-mapping": "^2.8.19",
  5507. "caniuse-lite": "^1.0.30001751",
  5508. "electron-to-chromium": "^1.5.238",
  5509. "node-releases": "^2.0.26",
  5510. "update-browserslist-db": "^1.1.4"
  5511. },
  5512. "bin": {
  5513. "browserslist": "cli.js"
  5514. },
  5515. "engines": {
  5516. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5517. }
  5518. },
  5519. "node_modules/buffer": {
  5520. "version": "6.0.3",
  5521. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  5522. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  5523. "funding": [
  5524. {
  5525. "type": "github",
  5526. "url": "https://github.com/sponsors/feross"
  5527. },
  5528. {
  5529. "type": "patreon",
  5530. "url": "https://www.patreon.com/feross"
  5531. },
  5532. {
  5533. "type": "consulting",
  5534. "url": "https://feross.org/support"
  5535. }
  5536. ],
  5537. "license": "MIT",
  5538. "dependencies": {
  5539. "base64-js": "^1.3.1",
  5540. "ieee754": "^1.2.1"
  5541. }
  5542. },
  5543. "node_modules/buffer-crc32": {
  5544. "version": "1.0.0",
  5545. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  5546. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  5547. "license": "MIT",
  5548. "engines": {
  5549. "node": ">=8.0.0"
  5550. }
  5551. },
  5552. "node_modules/buffer-from": {
  5553. "version": "1.1.2",
  5554. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5555. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5556. "license": "MIT"
  5557. },
  5558. "node_modules/bundle-name": {
  5559. "version": "4.1.0",
  5560. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  5561. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  5562. "license": "MIT",
  5563. "dependencies": {
  5564. "run-applescript": "^7.0.0"
  5565. },
  5566. "engines": {
  5567. "node": ">=18"
  5568. },
  5569. "funding": {
  5570. "url": "https://github.com/sponsors/sindresorhus"
  5571. }
  5572. },
  5573. "node_modules/c12": {
  5574. "version": "3.3.4",
  5575. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  5576. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  5577. "license": "MIT",
  5578. "dependencies": {
  5579. "chokidar": "^5.0.0",
  5580. "confbox": "^0.2.4",
  5581. "defu": "^6.1.6",
  5582. "dotenv": "^17.3.1",
  5583. "exsolve": "^1.0.8",
  5584. "giget": "^3.2.0",
  5585. "jiti": "^2.6.1",
  5586. "ohash": "^2.0.11",
  5587. "pathe": "^2.0.3",
  5588. "perfect-debounce": "^2.1.0",
  5589. "pkg-types": "^2.3.0",
  5590. "rc9": "^3.0.1"
  5591. },
  5592. "peerDependencies": {
  5593. "magicast": "*"
  5594. },
  5595. "peerDependenciesMeta": {
  5596. "magicast": {
  5597. "optional": true
  5598. }
  5599. }
  5600. },
  5601. "node_modules/c12/node_modules/chokidar": {
  5602. "version": "5.0.0",
  5603. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  5604. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  5605. "license": "MIT",
  5606. "dependencies": {
  5607. "readdirp": "^5.0.0"
  5608. },
  5609. "engines": {
  5610. "node": ">= 20.19.0"
  5611. },
  5612. "funding": {
  5613. "url": "https://paulmillr.com/funding/"
  5614. }
  5615. },
  5616. "node_modules/c12/node_modules/dotenv": {
  5617. "version": "17.4.2",
  5618. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  5619. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  5620. "license": "BSD-2-Clause",
  5621. "engines": {
  5622. "node": ">=12"
  5623. },
  5624. "funding": {
  5625. "url": "https://dotenvx.com"
  5626. }
  5627. },
  5628. "node_modules/c12/node_modules/rc9": {
  5629. "version": "3.0.1",
  5630. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  5631. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  5632. "license": "MIT",
  5633. "dependencies": {
  5634. "defu": "^6.1.6",
  5635. "destr": "^2.0.5"
  5636. }
  5637. },
  5638. "node_modules/c12/node_modules/readdirp": {
  5639. "version": "5.0.0",
  5640. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5641. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5642. "license": "MIT",
  5643. "engines": {
  5644. "node": ">= 20.19.0"
  5645. },
  5646. "funding": {
  5647. "type": "individual",
  5648. "url": "https://paulmillr.com/funding/"
  5649. }
  5650. },
  5651. "node_modules/cac": {
  5652. "version": "6.7.14",
  5653. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  5654. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  5655. "license": "MIT",
  5656. "engines": {
  5657. "node": ">=8"
  5658. }
  5659. },
  5660. "node_modules/caniuse-api": {
  5661. "version": "3.0.0",
  5662. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5663. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5664. "license": "MIT",
  5665. "dependencies": {
  5666. "browserslist": "^4.0.0",
  5667. "caniuse-lite": "^1.0.0",
  5668. "lodash.memoize": "^4.1.2",
  5669. "lodash.uniq": "^4.5.0"
  5670. }
  5671. },
  5672. "node_modules/caniuse-lite": {
  5673. "version": "1.0.30001751",
  5674. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  5675. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  5676. "funding": [
  5677. {
  5678. "type": "opencollective",
  5679. "url": "https://opencollective.com/browserslist"
  5680. },
  5681. {
  5682. "type": "tidelift",
  5683. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5684. },
  5685. {
  5686. "type": "github",
  5687. "url": "https://github.com/sponsors/ai"
  5688. }
  5689. ],
  5690. "license": "CC-BY-4.0"
  5691. },
  5692. "node_modules/chokidar": {
  5693. "version": "4.0.3",
  5694. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  5695. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5696. "license": "MIT",
  5697. "dependencies": {
  5698. "readdirp": "^4.0.1"
  5699. },
  5700. "engines": {
  5701. "node": ">= 14.16.0"
  5702. },
  5703. "funding": {
  5704. "url": "https://paulmillr.com/funding/"
  5705. }
  5706. },
  5707. "node_modules/chownr": {
  5708. "version": "3.0.0",
  5709. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  5710. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  5711. "license": "BlueOak-1.0.0",
  5712. "engines": {
  5713. "node": ">=18"
  5714. }
  5715. },
  5716. "node_modules/citty": {
  5717. "version": "0.1.6",
  5718. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  5719. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  5720. "license": "MIT",
  5721. "dependencies": {
  5722. "consola": "^3.2.3"
  5723. }
  5724. },
  5725. "node_modules/cliui": {
  5726. "version": "8.0.1",
  5727. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  5728. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  5729. "license": "ISC",
  5730. "dependencies": {
  5731. "string-width": "^4.2.0",
  5732. "strip-ansi": "^6.0.1",
  5733. "wrap-ansi": "^7.0.0"
  5734. },
  5735. "engines": {
  5736. "node": ">=12"
  5737. }
  5738. },
  5739. "node_modules/cliui/node_modules/ansi-regex": {
  5740. "version": "5.0.1",
  5741. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5742. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5743. "license": "MIT",
  5744. "engines": {
  5745. "node": ">=8"
  5746. }
  5747. },
  5748. "node_modules/cliui/node_modules/ansi-styles": {
  5749. "version": "4.3.0",
  5750. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5751. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5752. "license": "MIT",
  5753. "dependencies": {
  5754. "color-convert": "^2.0.1"
  5755. },
  5756. "engines": {
  5757. "node": ">=8"
  5758. },
  5759. "funding": {
  5760. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5761. }
  5762. },
  5763. "node_modules/cliui/node_modules/emoji-regex": {
  5764. "version": "8.0.0",
  5765. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5766. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5767. "license": "MIT"
  5768. },
  5769. "node_modules/cliui/node_modules/string-width": {
  5770. "version": "4.2.3",
  5771. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5772. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5773. "license": "MIT",
  5774. "dependencies": {
  5775. "emoji-regex": "^8.0.0",
  5776. "is-fullwidth-code-point": "^3.0.0",
  5777. "strip-ansi": "^6.0.1"
  5778. },
  5779. "engines": {
  5780. "node": ">=8"
  5781. }
  5782. },
  5783. "node_modules/cliui/node_modules/strip-ansi": {
  5784. "version": "6.0.1",
  5785. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5786. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5787. "license": "MIT",
  5788. "dependencies": {
  5789. "ansi-regex": "^5.0.1"
  5790. },
  5791. "engines": {
  5792. "node": ">=8"
  5793. }
  5794. },
  5795. "node_modules/cliui/node_modules/wrap-ansi": {
  5796. "version": "7.0.0",
  5797. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5798. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5799. "license": "MIT",
  5800. "dependencies": {
  5801. "ansi-styles": "^4.0.0",
  5802. "string-width": "^4.1.0",
  5803. "strip-ansi": "^6.0.0"
  5804. },
  5805. "engines": {
  5806. "node": ">=10"
  5807. },
  5808. "funding": {
  5809. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5810. }
  5811. },
  5812. "node_modules/clone": {
  5813. "version": "2.1.2",
  5814. "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  5815. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  5816. "license": "MIT",
  5817. "engines": {
  5818. "node": ">=0.8"
  5819. }
  5820. },
  5821. "node_modules/cluster-key-slot": {
  5822. "version": "1.1.2",
  5823. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  5824. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  5825. "license": "Apache-2.0",
  5826. "engines": {
  5827. "node": ">=0.10.0"
  5828. }
  5829. },
  5830. "node_modules/color-convert": {
  5831. "version": "2.0.1",
  5832. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5833. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5834. "license": "MIT",
  5835. "dependencies": {
  5836. "color-name": "~1.1.4"
  5837. },
  5838. "engines": {
  5839. "node": ">=7.0.0"
  5840. }
  5841. },
  5842. "node_modules/color-name": {
  5843. "version": "1.1.4",
  5844. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5845. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5846. "license": "MIT"
  5847. },
  5848. "node_modules/colord": {
  5849. "version": "2.9.3",
  5850. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5851. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  5852. "license": "MIT"
  5853. },
  5854. "node_modules/colortranslator": {
  5855. "version": "5.0.0",
  5856. "resolved": "https://registry.npmjs.org/colortranslator/-/colortranslator-5.0.0.tgz",
  5857. "integrity": "sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==",
  5858. "license": "Apache-2.0"
  5859. },
  5860. "node_modules/commander": {
  5861. "version": "11.1.0",
  5862. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  5863. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  5864. "license": "MIT",
  5865. "engines": {
  5866. "node": ">=16"
  5867. }
  5868. },
  5869. "node_modules/commondir": {
  5870. "version": "1.0.1",
  5871. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5872. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  5873. "license": "MIT"
  5874. },
  5875. "node_modules/compatx": {
  5876. "version": "0.2.0",
  5877. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  5878. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  5879. "license": "MIT"
  5880. },
  5881. "node_modules/compress-commons": {
  5882. "version": "6.0.2",
  5883. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  5884. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  5885. "license": "MIT",
  5886. "dependencies": {
  5887. "crc-32": "^1.2.0",
  5888. "crc32-stream": "^6.0.0",
  5889. "is-stream": "^2.0.1",
  5890. "normalize-path": "^3.0.0",
  5891. "readable-stream": "^4.0.0"
  5892. },
  5893. "engines": {
  5894. "node": ">= 14"
  5895. }
  5896. },
  5897. "node_modules/compress-commons/node_modules/is-stream": {
  5898. "version": "2.0.1",
  5899. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5900. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5901. "license": "MIT",
  5902. "engines": {
  5903. "node": ">=8"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sponsors/sindresorhus"
  5907. }
  5908. },
  5909. "node_modules/confbox": {
  5910. "version": "0.2.4",
  5911. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  5912. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  5913. "license": "MIT"
  5914. },
  5915. "node_modules/consola": {
  5916. "version": "3.4.2",
  5917. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  5918. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  5919. "license": "MIT",
  5920. "engines": {
  5921. "node": "^14.18.0 || >=16.10.0"
  5922. }
  5923. },
  5924. "node_modules/convert-source-map": {
  5925. "version": "2.0.0",
  5926. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5927. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5928. "license": "MIT"
  5929. },
  5930. "node_modules/cookie-es": {
  5931. "version": "2.0.1",
  5932. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  5933. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  5934. "license": "MIT"
  5935. },
  5936. "node_modules/copy-anything": {
  5937. "version": "4.0.5",
  5938. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  5939. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  5940. "license": "MIT",
  5941. "dependencies": {
  5942. "is-what": "^5.2.0"
  5943. },
  5944. "engines": {
  5945. "node": ">=18"
  5946. },
  5947. "funding": {
  5948. "url": "https://github.com/sponsors/mesqueeb"
  5949. }
  5950. },
  5951. "node_modules/core-util-is": {
  5952. "version": "1.0.3",
  5953. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5954. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  5955. "license": "MIT"
  5956. },
  5957. "node_modules/crc-32": {
  5958. "version": "1.2.2",
  5959. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  5960. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5961. "license": "Apache-2.0",
  5962. "bin": {
  5963. "crc32": "bin/crc32.njs"
  5964. },
  5965. "engines": {
  5966. "node": ">=0.8"
  5967. }
  5968. },
  5969. "node_modules/crc32-stream": {
  5970. "version": "6.0.0",
  5971. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  5972. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  5973. "license": "MIT",
  5974. "dependencies": {
  5975. "crc-32": "^1.2.0",
  5976. "readable-stream": "^4.0.0"
  5977. },
  5978. "engines": {
  5979. "node": ">= 14"
  5980. }
  5981. },
  5982. "node_modules/croner": {
  5983. "version": "10.0.1",
  5984. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  5985. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  5986. "funding": [
  5987. {
  5988. "type": "other",
  5989. "url": "https://paypal.me/hexagonpp"
  5990. },
  5991. {
  5992. "type": "github",
  5993. "url": "https://github.com/sponsors/hexagon"
  5994. }
  5995. ],
  5996. "license": "MIT",
  5997. "engines": {
  5998. "node": ">=18.0"
  5999. }
  6000. },
  6001. "node_modules/cross-spawn": {
  6002. "version": "7.0.6",
  6003. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6004. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6005. "license": "MIT",
  6006. "dependencies": {
  6007. "path-key": "^3.1.0",
  6008. "shebang-command": "^2.0.0",
  6009. "which": "^2.0.1"
  6010. },
  6011. "engines": {
  6012. "node": ">= 8"
  6013. }
  6014. },
  6015. "node_modules/cross-spawn/node_modules/isexe": {
  6016. "version": "2.0.0",
  6017. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6018. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6019. "license": "ISC"
  6020. },
  6021. "node_modules/cross-spawn/node_modules/which": {
  6022. "version": "2.0.2",
  6023. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6024. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6025. "license": "ISC",
  6026. "dependencies": {
  6027. "isexe": "^2.0.0"
  6028. },
  6029. "bin": {
  6030. "node-which": "bin/node-which"
  6031. },
  6032. "engines": {
  6033. "node": ">= 8"
  6034. }
  6035. },
  6036. "node_modules/crossws": {
  6037. "version": "0.3.5",
  6038. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  6039. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6040. "license": "MIT",
  6041. "dependencies": {
  6042. "uncrypto": "^0.1.3"
  6043. }
  6044. },
  6045. "node_modules/css-declaration-sorter": {
  6046. "version": "7.3.0",
  6047. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  6048. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  6049. "license": "ISC",
  6050. "engines": {
  6051. "node": "^14 || ^16 || >=18"
  6052. },
  6053. "peerDependencies": {
  6054. "postcss": "^8.0.9"
  6055. }
  6056. },
  6057. "node_modules/css-select": {
  6058. "version": "5.2.2",
  6059. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  6060. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  6061. "license": "BSD-2-Clause",
  6062. "dependencies": {
  6063. "boolbase": "^1.0.0",
  6064. "css-what": "^6.1.0",
  6065. "domhandler": "^5.0.2",
  6066. "domutils": "^3.0.1",
  6067. "nth-check": "^2.0.1"
  6068. },
  6069. "funding": {
  6070. "url": "https://github.com/sponsors/fb55"
  6071. }
  6072. },
  6073. "node_modules/css-tree": {
  6074. "version": "3.1.0",
  6075. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  6076. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "mdn-data": "2.12.2",
  6080. "source-map-js": "^1.0.1"
  6081. },
  6082. "engines": {
  6083. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  6084. }
  6085. },
  6086. "node_modules/css-what": {
  6087. "version": "6.2.2",
  6088. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  6089. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  6090. "license": "BSD-2-Clause",
  6091. "engines": {
  6092. "node": ">= 6"
  6093. },
  6094. "funding": {
  6095. "url": "https://github.com/sponsors/fb55"
  6096. }
  6097. },
  6098. "node_modules/cssesc": {
  6099. "version": "3.0.0",
  6100. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6101. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6102. "license": "MIT",
  6103. "bin": {
  6104. "cssesc": "bin/cssesc"
  6105. },
  6106. "engines": {
  6107. "node": ">=4"
  6108. }
  6109. },
  6110. "node_modules/cssfilter": {
  6111. "version": "0.0.10",
  6112. "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
  6113. "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
  6114. "license": "MIT",
  6115. "optional": true
  6116. },
  6117. "node_modules/cssnano": {
  6118. "version": "7.1.1",
  6119. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.1.tgz",
  6120. "integrity": "sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==",
  6121. "license": "MIT",
  6122. "dependencies": {
  6123. "cssnano-preset-default": "^7.0.9",
  6124. "lilconfig": "^3.1.3"
  6125. },
  6126. "engines": {
  6127. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6128. },
  6129. "funding": {
  6130. "type": "opencollective",
  6131. "url": "https://opencollective.com/cssnano"
  6132. },
  6133. "peerDependencies": {
  6134. "postcss": "^8.4.32"
  6135. }
  6136. },
  6137. "node_modules/cssnano-preset-default": {
  6138. "version": "7.0.9",
  6139. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.9.tgz",
  6140. "integrity": "sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==",
  6141. "license": "MIT",
  6142. "dependencies": {
  6143. "browserslist": "^4.25.1",
  6144. "css-declaration-sorter": "^7.2.0",
  6145. "cssnano-utils": "^5.0.1",
  6146. "postcss-calc": "^10.1.1",
  6147. "postcss-colormin": "^7.0.4",
  6148. "postcss-convert-values": "^7.0.7",
  6149. "postcss-discard-comments": "^7.0.4",
  6150. "postcss-discard-duplicates": "^7.0.2",
  6151. "postcss-discard-empty": "^7.0.1",
  6152. "postcss-discard-overridden": "^7.0.1",
  6153. "postcss-merge-longhand": "^7.0.5",
  6154. "postcss-merge-rules": "^7.0.6",
  6155. "postcss-minify-font-values": "^7.0.1",
  6156. "postcss-minify-gradients": "^7.0.1",
  6157. "postcss-minify-params": "^7.0.4",
  6158. "postcss-minify-selectors": "^7.0.5",
  6159. "postcss-normalize-charset": "^7.0.1",
  6160. "postcss-normalize-display-values": "^7.0.1",
  6161. "postcss-normalize-positions": "^7.0.1",
  6162. "postcss-normalize-repeat-style": "^7.0.1",
  6163. "postcss-normalize-string": "^7.0.1",
  6164. "postcss-normalize-timing-functions": "^7.0.1",
  6165. "postcss-normalize-unicode": "^7.0.4",
  6166. "postcss-normalize-url": "^7.0.1",
  6167. "postcss-normalize-whitespace": "^7.0.1",
  6168. "postcss-ordered-values": "^7.0.2",
  6169. "postcss-reduce-initial": "^7.0.4",
  6170. "postcss-reduce-transforms": "^7.0.1",
  6171. "postcss-svgo": "^7.1.0",
  6172. "postcss-unique-selectors": "^7.0.4"
  6173. },
  6174. "engines": {
  6175. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6176. },
  6177. "peerDependencies": {
  6178. "postcss": "^8.4.32"
  6179. }
  6180. },
  6181. "node_modules/cssnano-utils": {
  6182. "version": "5.0.1",
  6183. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  6184. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  6185. "license": "MIT",
  6186. "engines": {
  6187. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6188. },
  6189. "peerDependencies": {
  6190. "postcss": "^8.4.32"
  6191. }
  6192. },
  6193. "node_modules/csso": {
  6194. "version": "5.0.5",
  6195. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  6196. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  6197. "license": "MIT",
  6198. "dependencies": {
  6199. "css-tree": "~2.2.0"
  6200. },
  6201. "engines": {
  6202. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6203. "npm": ">=7.0.0"
  6204. }
  6205. },
  6206. "node_modules/csso/node_modules/css-tree": {
  6207. "version": "2.2.1",
  6208. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  6209. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  6210. "license": "MIT",
  6211. "dependencies": {
  6212. "mdn-data": "2.0.28",
  6213. "source-map-js": "^1.0.1"
  6214. },
  6215. "engines": {
  6216. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6217. "npm": ">=7.0.0"
  6218. }
  6219. },
  6220. "node_modules/csso/node_modules/mdn-data": {
  6221. "version": "2.0.28",
  6222. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  6223. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  6224. "license": "CC0-1.0"
  6225. },
  6226. "node_modules/csstype": {
  6227. "version": "3.1.3",
  6228. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  6229. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  6230. "license": "MIT"
  6231. },
  6232. "node_modules/db0": {
  6233. "version": "0.3.4",
  6234. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  6235. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  6236. "license": "MIT",
  6237. "peerDependencies": {
  6238. "@electric-sql/pglite": "*",
  6239. "@libsql/client": "*",
  6240. "better-sqlite3": "*",
  6241. "drizzle-orm": "*",
  6242. "mysql2": "*",
  6243. "sqlite3": "*"
  6244. },
  6245. "peerDependenciesMeta": {
  6246. "@electric-sql/pglite": {
  6247. "optional": true
  6248. },
  6249. "@libsql/client": {
  6250. "optional": true
  6251. },
  6252. "better-sqlite3": {
  6253. "optional": true
  6254. },
  6255. "drizzle-orm": {
  6256. "optional": true
  6257. },
  6258. "mysql2": {
  6259. "optional": true
  6260. },
  6261. "sqlite3": {
  6262. "optional": true
  6263. }
  6264. }
  6265. },
  6266. "node_modules/debug": {
  6267. "version": "4.4.3",
  6268. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6269. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6270. "license": "MIT",
  6271. "dependencies": {
  6272. "ms": "^2.1.3"
  6273. },
  6274. "engines": {
  6275. "node": ">=6.0"
  6276. },
  6277. "peerDependenciesMeta": {
  6278. "supports-color": {
  6279. "optional": true
  6280. }
  6281. }
  6282. },
  6283. "node_modules/deepmerge": {
  6284. "version": "4.3.1",
  6285. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6286. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6287. "license": "MIT",
  6288. "engines": {
  6289. "node": ">=0.10.0"
  6290. }
  6291. },
  6292. "node_modules/default-browser": {
  6293. "version": "5.5.0",
  6294. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  6295. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  6296. "license": "MIT",
  6297. "dependencies": {
  6298. "bundle-name": "^4.1.0",
  6299. "default-browser-id": "^5.0.0"
  6300. },
  6301. "engines": {
  6302. "node": ">=18"
  6303. },
  6304. "funding": {
  6305. "url": "https://github.com/sponsors/sindresorhus"
  6306. }
  6307. },
  6308. "node_modules/default-browser-id": {
  6309. "version": "5.0.0",
  6310. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  6311. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  6312. "license": "MIT",
  6313. "engines": {
  6314. "node": ">=18"
  6315. },
  6316. "funding": {
  6317. "url": "https://github.com/sponsors/sindresorhus"
  6318. }
  6319. },
  6320. "node_modules/define-lazy-prop": {
  6321. "version": "2.0.0",
  6322. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6323. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6324. "license": "MIT",
  6325. "engines": {
  6326. "node": ">=8"
  6327. }
  6328. },
  6329. "node_modules/defu": {
  6330. "version": "6.1.7",
  6331. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  6332. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  6333. "license": "MIT"
  6334. },
  6335. "node_modules/denque": {
  6336. "version": "2.1.0",
  6337. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  6338. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  6339. "license": "Apache-2.0",
  6340. "engines": {
  6341. "node": ">=0.10"
  6342. }
  6343. },
  6344. "node_modules/depd": {
  6345. "version": "2.0.0",
  6346. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6347. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6348. "license": "MIT",
  6349. "engines": {
  6350. "node": ">= 0.8"
  6351. }
  6352. },
  6353. "node_modules/destr": {
  6354. "version": "2.0.5",
  6355. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  6356. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  6357. "license": "MIT"
  6358. },
  6359. "node_modules/detect-libc": {
  6360. "version": "2.1.2",
  6361. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6362. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6363. "license": "Apache-2.0",
  6364. "engines": {
  6365. "node": ">=8"
  6366. }
  6367. },
  6368. "node_modules/devalue": {
  6369. "version": "5.7.1",
  6370. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  6371. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  6372. "license": "MIT"
  6373. },
  6374. "node_modules/dfa": {
  6375. "version": "1.2.0",
  6376. "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
  6377. "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
  6378. "license": "MIT"
  6379. },
  6380. "node_modules/diff": {
  6381. "version": "8.0.4",
  6382. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  6383. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  6384. "license": "BSD-3-Clause",
  6385. "engines": {
  6386. "node": ">=0.3.1"
  6387. }
  6388. },
  6389. "node_modules/dom-serializer": {
  6390. "version": "2.0.0",
  6391. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  6392. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  6393. "license": "MIT",
  6394. "dependencies": {
  6395. "domelementtype": "^2.3.0",
  6396. "domhandler": "^5.0.2",
  6397. "entities": "^4.2.0"
  6398. },
  6399. "funding": {
  6400. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6401. }
  6402. },
  6403. "node_modules/domelementtype": {
  6404. "version": "2.3.0",
  6405. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6406. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6407. "funding": [
  6408. {
  6409. "type": "github",
  6410. "url": "https://github.com/sponsors/fb55"
  6411. }
  6412. ],
  6413. "license": "BSD-2-Clause"
  6414. },
  6415. "node_modules/domhandler": {
  6416. "version": "5.0.3",
  6417. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  6418. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  6419. "license": "BSD-2-Clause",
  6420. "dependencies": {
  6421. "domelementtype": "^2.3.0"
  6422. },
  6423. "engines": {
  6424. "node": ">= 4"
  6425. },
  6426. "funding": {
  6427. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6428. }
  6429. },
  6430. "node_modules/domutils": {
  6431. "version": "3.2.2",
  6432. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  6433. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  6434. "license": "BSD-2-Clause",
  6435. "dependencies": {
  6436. "dom-serializer": "^2.0.0",
  6437. "domelementtype": "^2.3.0",
  6438. "domhandler": "^5.0.3"
  6439. },
  6440. "funding": {
  6441. "url": "https://github.com/fb55/domutils?sponsor=1"
  6442. }
  6443. },
  6444. "node_modules/dot-prop": {
  6445. "version": "10.1.0",
  6446. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  6447. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  6448. "license": "MIT",
  6449. "dependencies": {
  6450. "type-fest": "^5.0.0"
  6451. },
  6452. "engines": {
  6453. "node": ">=20"
  6454. },
  6455. "funding": {
  6456. "url": "https://github.com/sponsors/sindresorhus"
  6457. }
  6458. },
  6459. "node_modules/dotenv": {
  6460. "version": "16.6.1",
  6461. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6462. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6463. "license": "BSD-2-Clause",
  6464. "engines": {
  6465. "node": ">=12"
  6466. },
  6467. "funding": {
  6468. "url": "https://dotenvx.com"
  6469. }
  6470. },
  6471. "node_modules/duplexer": {
  6472. "version": "0.1.2",
  6473. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6474. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  6475. "license": "MIT"
  6476. },
  6477. "node_modules/eastasianwidth": {
  6478. "version": "0.2.0",
  6479. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6480. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6481. "license": "MIT"
  6482. },
  6483. "node_modules/ee-first": {
  6484. "version": "1.1.1",
  6485. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6486. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6487. "license": "MIT"
  6488. },
  6489. "node_modules/electron-to-chromium": {
  6490. "version": "1.5.240",
  6491. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
  6492. "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
  6493. "license": "ISC"
  6494. },
  6495. "node_modules/embla-carousel": {
  6496. "version": "8.6.0",
  6497. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  6498. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  6499. "license": "MIT"
  6500. },
  6501. "node_modules/embla-carousel-auto-height": {
  6502. "version": "8.6.0",
  6503. "resolved": "https://registry.npmjs.org/embla-carousel-auto-height/-/embla-carousel-auto-height-8.6.0.tgz",
  6504. "integrity": "sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==",
  6505. "license": "MIT",
  6506. "peerDependencies": {
  6507. "embla-carousel": "8.6.0"
  6508. }
  6509. },
  6510. "node_modules/embla-carousel-auto-scroll": {
  6511. "version": "8.6.0",
  6512. "resolved": "https://registry.npmjs.org/embla-carousel-auto-scroll/-/embla-carousel-auto-scroll-8.6.0.tgz",
  6513. "integrity": "sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==",
  6514. "license": "MIT",
  6515. "peerDependencies": {
  6516. "embla-carousel": "8.6.0"
  6517. }
  6518. },
  6519. "node_modules/embla-carousel-autoplay": {
  6520. "version": "8.6.0",
  6521. "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
  6522. "integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
  6523. "license": "MIT",
  6524. "peerDependencies": {
  6525. "embla-carousel": "8.6.0"
  6526. }
  6527. },
  6528. "node_modules/embla-carousel-class-names": {
  6529. "version": "8.6.0",
  6530. "resolved": "https://registry.npmjs.org/embla-carousel-class-names/-/embla-carousel-class-names-8.6.0.tgz",
  6531. "integrity": "sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==",
  6532. "license": "MIT",
  6533. "peerDependencies": {
  6534. "embla-carousel": "8.6.0"
  6535. }
  6536. },
  6537. "node_modules/embla-carousel-fade": {
  6538. "version": "8.6.0",
  6539. "resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
  6540. "integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
  6541. "license": "MIT",
  6542. "peerDependencies": {
  6543. "embla-carousel": "8.6.0"
  6544. }
  6545. },
  6546. "node_modules/embla-carousel-reactive-utils": {
  6547. "version": "8.6.0",
  6548. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  6549. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  6550. "license": "MIT",
  6551. "peerDependencies": {
  6552. "embla-carousel": "8.6.0"
  6553. }
  6554. },
  6555. "node_modules/embla-carousel-vue": {
  6556. "version": "8.6.0",
  6557. "resolved": "https://registry.npmjs.org/embla-carousel-vue/-/embla-carousel-vue-8.6.0.tgz",
  6558. "integrity": "sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==",
  6559. "license": "MIT",
  6560. "dependencies": {
  6561. "embla-carousel": "8.6.0",
  6562. "embla-carousel-reactive-utils": "8.6.0"
  6563. },
  6564. "peerDependencies": {
  6565. "vue": "^3.2.37"
  6566. }
  6567. },
  6568. "node_modules/embla-carousel-wheel-gestures": {
  6569. "version": "8.1.0",
  6570. "resolved": "https://registry.npmjs.org/embla-carousel-wheel-gestures/-/embla-carousel-wheel-gestures-8.1.0.tgz",
  6571. "integrity": "sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==",
  6572. "license": "MIT",
  6573. "dependencies": {
  6574. "wheel-gestures": "^2.2.5"
  6575. },
  6576. "engines": {
  6577. "node": ">=10"
  6578. },
  6579. "peerDependencies": {
  6580. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  6581. }
  6582. },
  6583. "node_modules/emoji-regex": {
  6584. "version": "9.2.2",
  6585. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6586. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6587. "license": "MIT"
  6588. },
  6589. "node_modules/encodeurl": {
  6590. "version": "2.0.0",
  6591. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6592. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6593. "license": "MIT",
  6594. "engines": {
  6595. "node": ">= 0.8"
  6596. }
  6597. },
  6598. "node_modules/enhanced-resolve": {
  6599. "version": "5.18.3",
  6600. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  6601. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  6602. "license": "MIT",
  6603. "dependencies": {
  6604. "graceful-fs": "^4.2.4",
  6605. "tapable": "^2.2.0"
  6606. },
  6607. "engines": {
  6608. "node": ">=10.13.0"
  6609. }
  6610. },
  6611. "node_modules/entities": {
  6612. "version": "4.5.0",
  6613. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  6614. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  6615. "license": "BSD-2-Clause",
  6616. "engines": {
  6617. "node": ">=0.12"
  6618. },
  6619. "funding": {
  6620. "url": "https://github.com/fb55/entities?sponsor=1"
  6621. }
  6622. },
  6623. "node_modules/error-stack-parser-es": {
  6624. "version": "1.0.5",
  6625. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  6626. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  6627. "license": "MIT",
  6628. "funding": {
  6629. "url": "https://github.com/sponsors/antfu"
  6630. }
  6631. },
  6632. "node_modules/errx": {
  6633. "version": "0.1.0",
  6634. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  6635. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  6636. "license": "MIT"
  6637. },
  6638. "node_modules/es-module-lexer": {
  6639. "version": "1.7.0",
  6640. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  6641. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  6642. "license": "MIT"
  6643. },
  6644. "node_modules/esbuild": {
  6645. "version": "0.25.12",
  6646. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  6647. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  6648. "hasInstallScript": true,
  6649. "license": "MIT",
  6650. "bin": {
  6651. "esbuild": "bin/esbuild"
  6652. },
  6653. "engines": {
  6654. "node": ">=18"
  6655. },
  6656. "optionalDependencies": {
  6657. "@esbuild/aix-ppc64": "0.25.12",
  6658. "@esbuild/android-arm": "0.25.12",
  6659. "@esbuild/android-arm64": "0.25.12",
  6660. "@esbuild/android-x64": "0.25.12",
  6661. "@esbuild/darwin-arm64": "0.25.12",
  6662. "@esbuild/darwin-x64": "0.25.12",
  6663. "@esbuild/freebsd-arm64": "0.25.12",
  6664. "@esbuild/freebsd-x64": "0.25.12",
  6665. "@esbuild/linux-arm": "0.25.12",
  6666. "@esbuild/linux-arm64": "0.25.12",
  6667. "@esbuild/linux-ia32": "0.25.12",
  6668. "@esbuild/linux-loong64": "0.25.12",
  6669. "@esbuild/linux-mips64el": "0.25.12",
  6670. "@esbuild/linux-ppc64": "0.25.12",
  6671. "@esbuild/linux-riscv64": "0.25.12",
  6672. "@esbuild/linux-s390x": "0.25.12",
  6673. "@esbuild/linux-x64": "0.25.12",
  6674. "@esbuild/netbsd-arm64": "0.25.12",
  6675. "@esbuild/netbsd-x64": "0.25.12",
  6676. "@esbuild/openbsd-arm64": "0.25.12",
  6677. "@esbuild/openbsd-x64": "0.25.12",
  6678. "@esbuild/openharmony-arm64": "0.25.12",
  6679. "@esbuild/sunos-x64": "0.25.12",
  6680. "@esbuild/win32-arm64": "0.25.12",
  6681. "@esbuild/win32-ia32": "0.25.12",
  6682. "@esbuild/win32-x64": "0.25.12"
  6683. }
  6684. },
  6685. "node_modules/escalade": {
  6686. "version": "3.2.0",
  6687. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  6688. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6689. "license": "MIT",
  6690. "engines": {
  6691. "node": ">=6"
  6692. }
  6693. },
  6694. "node_modules/escape-html": {
  6695. "version": "1.0.3",
  6696. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6697. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  6698. "license": "MIT"
  6699. },
  6700. "node_modules/escape-string-regexp": {
  6701. "version": "5.0.0",
  6702. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6703. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6704. "license": "MIT",
  6705. "engines": {
  6706. "node": ">=12"
  6707. },
  6708. "funding": {
  6709. "url": "https://github.com/sponsors/sindresorhus"
  6710. }
  6711. },
  6712. "node_modules/estree-walker": {
  6713. "version": "2.0.2",
  6714. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  6715. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  6716. "license": "MIT"
  6717. },
  6718. "node_modules/etag": {
  6719. "version": "1.8.1",
  6720. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6721. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6722. "license": "MIT",
  6723. "engines": {
  6724. "node": ">= 0.6"
  6725. }
  6726. },
  6727. "node_modules/event-target-shim": {
  6728. "version": "5.0.1",
  6729. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6730. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6731. "license": "MIT",
  6732. "engines": {
  6733. "node": ">=6"
  6734. }
  6735. },
  6736. "node_modules/events": {
  6737. "version": "3.3.0",
  6738. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  6739. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6740. "license": "MIT",
  6741. "engines": {
  6742. "node": ">=0.8.x"
  6743. }
  6744. },
  6745. "node_modules/events-universal": {
  6746. "version": "1.0.1",
  6747. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  6748. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  6749. "license": "Apache-2.0",
  6750. "dependencies": {
  6751. "bare-events": "^2.7.0"
  6752. }
  6753. },
  6754. "node_modules/execa": {
  6755. "version": "8.0.1",
  6756. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  6757. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6758. "license": "MIT",
  6759. "dependencies": {
  6760. "cross-spawn": "^7.0.3",
  6761. "get-stream": "^8.0.1",
  6762. "human-signals": "^5.0.0",
  6763. "is-stream": "^3.0.0",
  6764. "merge-stream": "^2.0.0",
  6765. "npm-run-path": "^5.1.0",
  6766. "onetime": "^6.0.0",
  6767. "signal-exit": "^4.1.0",
  6768. "strip-final-newline": "^3.0.0"
  6769. },
  6770. "engines": {
  6771. "node": ">=16.17"
  6772. },
  6773. "funding": {
  6774. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6775. }
  6776. },
  6777. "node_modules/exsolve": {
  6778. "version": "1.0.8",
  6779. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  6780. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  6781. "license": "MIT"
  6782. },
  6783. "node_modules/fast-deep-equal": {
  6784. "version": "3.1.3",
  6785. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6786. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6787. "license": "MIT"
  6788. },
  6789. "node_modules/fast-fifo": {
  6790. "version": "1.3.2",
  6791. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  6792. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  6793. "license": "MIT"
  6794. },
  6795. "node_modules/fast-glob": {
  6796. "version": "3.3.3",
  6797. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  6798. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  6799. "license": "MIT",
  6800. "dependencies": {
  6801. "@nodelib/fs.stat": "^2.0.2",
  6802. "@nodelib/fs.walk": "^1.2.3",
  6803. "glob-parent": "^5.1.2",
  6804. "merge2": "^1.3.0",
  6805. "micromatch": "^4.0.8"
  6806. },
  6807. "engines": {
  6808. "node": ">=8.6.0"
  6809. }
  6810. },
  6811. "node_modules/fast-npm-meta": {
  6812. "version": "0.4.7",
  6813. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  6814. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  6815. "license": "MIT",
  6816. "funding": {
  6817. "url": "https://github.com/sponsors/antfu"
  6818. }
  6819. },
  6820. "node_modules/fast-string-truncated-width": {
  6821. "version": "1.2.1",
  6822. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  6823. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  6824. "license": "MIT"
  6825. },
  6826. "node_modules/fast-string-width": {
  6827. "version": "1.1.0",
  6828. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  6829. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  6830. "license": "MIT",
  6831. "dependencies": {
  6832. "fast-string-truncated-width": "^1.2.0"
  6833. }
  6834. },
  6835. "node_modules/fast-wrap-ansi": {
  6836. "version": "0.1.6",
  6837. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  6838. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  6839. "license": "MIT",
  6840. "dependencies": {
  6841. "fast-string-width": "^1.1.0"
  6842. }
  6843. },
  6844. "node_modules/fastq": {
  6845. "version": "1.20.1",
  6846. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  6847. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  6848. "license": "ISC",
  6849. "dependencies": {
  6850. "reusify": "^1.0.4"
  6851. }
  6852. },
  6853. "node_modules/fdir": {
  6854. "version": "6.5.0",
  6855. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6856. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6857. "license": "MIT",
  6858. "engines": {
  6859. "node": ">=12.0.0"
  6860. },
  6861. "peerDependencies": {
  6862. "picomatch": "^3 || ^4"
  6863. },
  6864. "peerDependenciesMeta": {
  6865. "picomatch": {
  6866. "optional": true
  6867. }
  6868. }
  6869. },
  6870. "node_modules/file-uri-to-path": {
  6871. "version": "1.0.0",
  6872. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  6873. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  6874. "license": "MIT"
  6875. },
  6876. "node_modules/fill-range": {
  6877. "version": "7.1.1",
  6878. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  6879. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6880. "license": "MIT",
  6881. "dependencies": {
  6882. "to-regex-range": "^5.0.1"
  6883. },
  6884. "engines": {
  6885. "node": ">=8"
  6886. }
  6887. },
  6888. "node_modules/fontaine": {
  6889. "version": "0.7.0",
  6890. "resolved": "https://registry.npmjs.org/fontaine/-/fontaine-0.7.0.tgz",
  6891. "integrity": "sha512-vlaWLyoJrOnCBqycmFo/CA8ZmPzuyJHYmgu261KYKByZ4YLz9sTyHZ4qoHgWSYiDsZXhiLo2XndVMz0WOAyZ8Q==",
  6892. "license": "MIT",
  6893. "dependencies": {
  6894. "@capsizecss/unpack": "^3.0.0",
  6895. "css-tree": "^3.1.0",
  6896. "magic-regexp": "^0.10.0",
  6897. "magic-string": "^0.30.21",
  6898. "pathe": "^2.0.3",
  6899. "ufo": "^1.6.1",
  6900. "unplugin": "^2.3.10"
  6901. },
  6902. "engines": {
  6903. "node": ">=18.12.0"
  6904. }
  6905. },
  6906. "node_modules/fontkit": {
  6907. "version": "2.0.4",
  6908. "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
  6909. "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
  6910. "license": "MIT",
  6911. "dependencies": {
  6912. "@swc/helpers": "^0.5.12",
  6913. "brotli": "^1.3.2",
  6914. "clone": "^2.1.2",
  6915. "dfa": "^1.2.0",
  6916. "fast-deep-equal": "^3.1.3",
  6917. "restructure": "^3.0.0",
  6918. "tiny-inflate": "^1.0.3",
  6919. "unicode-properties": "^1.4.0",
  6920. "unicode-trie": "^2.0.0"
  6921. }
  6922. },
  6923. "node_modules/fontless": {
  6924. "version": "0.1.0",
  6925. "resolved": "https://registry.npmjs.org/fontless/-/fontless-0.1.0.tgz",
  6926. "integrity": "sha512-KyvRd732HuVd/XP9iEFTb1w8Q01TPSA5GaCJV9HYmPiEs/ZZg/on2YdrQmlKfi9gDGpmN5Bn27Ze/CHqk0vE+w==",
  6927. "license": "MIT",
  6928. "dependencies": {
  6929. "consola": "^3.4.2",
  6930. "css-tree": "^3.1.0",
  6931. "defu": "^6.1.4",
  6932. "esbuild": "^0.25.12",
  6933. "fontaine": "0.7.0",
  6934. "jiti": "^2.6.1",
  6935. "lightningcss": "^1.30.2",
  6936. "magic-string": "^0.30.21",
  6937. "ohash": "^2.0.11",
  6938. "pathe": "^2.0.3",
  6939. "ufo": "^1.6.1",
  6940. "unifont": "^0.6.0",
  6941. "unstorage": "^1.17.1"
  6942. },
  6943. "engines": {
  6944. "node": ">=18.12.0"
  6945. },
  6946. "peerDependencies": {
  6947. "vite": "*"
  6948. },
  6949. "peerDependenciesMeta": {
  6950. "vite": {
  6951. "optional": true
  6952. }
  6953. }
  6954. },
  6955. "node_modules/foreground-child": {
  6956. "version": "3.3.1",
  6957. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  6958. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  6959. "license": "ISC",
  6960. "dependencies": {
  6961. "cross-spawn": "^7.0.6",
  6962. "signal-exit": "^4.0.1"
  6963. },
  6964. "engines": {
  6965. "node": ">=14"
  6966. },
  6967. "funding": {
  6968. "url": "https://github.com/sponsors/isaacs"
  6969. }
  6970. },
  6971. "node_modules/fraction.js": {
  6972. "version": "4.3.7",
  6973. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  6974. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6975. "license": "MIT",
  6976. "engines": {
  6977. "node": "*"
  6978. },
  6979. "funding": {
  6980. "type": "patreon",
  6981. "url": "https://github.com/sponsors/rawify"
  6982. }
  6983. },
  6984. "node_modules/framer-motion": {
  6985. "version": "12.23.12",
  6986. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz",
  6987. "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==",
  6988. "license": "MIT",
  6989. "dependencies": {
  6990. "motion-dom": "^12.23.12",
  6991. "motion-utils": "^12.23.6",
  6992. "tslib": "^2.4.0"
  6993. },
  6994. "peerDependencies": {
  6995. "@emotion/is-prop-valid": "*",
  6996. "react": "^18.0.0 || ^19.0.0",
  6997. "react-dom": "^18.0.0 || ^19.0.0"
  6998. },
  6999. "peerDependenciesMeta": {
  7000. "@emotion/is-prop-valid": {
  7001. "optional": true
  7002. },
  7003. "react": {
  7004. "optional": true
  7005. },
  7006. "react-dom": {
  7007. "optional": true
  7008. }
  7009. }
  7010. },
  7011. "node_modules/fresh": {
  7012. "version": "2.0.0",
  7013. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  7014. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7015. "license": "MIT",
  7016. "engines": {
  7017. "node": ">= 0.8"
  7018. }
  7019. },
  7020. "node_modules/fsevents": {
  7021. "version": "2.3.3",
  7022. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7023. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7024. "hasInstallScript": true,
  7025. "license": "MIT",
  7026. "optional": true,
  7027. "os": [
  7028. "darwin"
  7029. ],
  7030. "engines": {
  7031. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7032. }
  7033. },
  7034. "node_modules/function-bind": {
  7035. "version": "1.1.2",
  7036. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7037. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7038. "license": "MIT",
  7039. "funding": {
  7040. "url": "https://github.com/sponsors/ljharb"
  7041. }
  7042. },
  7043. "node_modules/fuse.js": {
  7044. "version": "7.3.0",
  7045. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  7046. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  7047. "license": "Apache-2.0",
  7048. "engines": {
  7049. "node": ">=10"
  7050. },
  7051. "funding": {
  7052. "type": "github",
  7053. "url": "https://github.com/sponsors/krisk"
  7054. }
  7055. },
  7056. "node_modules/fzf": {
  7057. "version": "0.5.2",
  7058. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  7059. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  7060. "license": "BSD-3-Clause"
  7061. },
  7062. "node_modules/gensync": {
  7063. "version": "1.0.0-beta.2",
  7064. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7065. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7066. "license": "MIT",
  7067. "engines": {
  7068. "node": ">=6.9.0"
  7069. }
  7070. },
  7071. "node_modules/get-caller-file": {
  7072. "version": "2.0.5",
  7073. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7074. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7075. "license": "ISC",
  7076. "engines": {
  7077. "node": "6.* || 8.* || >= 10.*"
  7078. }
  7079. },
  7080. "node_modules/get-east-asian-width": {
  7081. "version": "1.5.0",
  7082. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  7083. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  7084. "license": "MIT",
  7085. "engines": {
  7086. "node": ">=18"
  7087. },
  7088. "funding": {
  7089. "url": "https://github.com/sponsors/sindresorhus"
  7090. }
  7091. },
  7092. "node_modules/get-port-please": {
  7093. "version": "3.2.0",
  7094. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  7095. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  7096. "license": "MIT"
  7097. },
  7098. "node_modules/get-stream": {
  7099. "version": "8.0.1",
  7100. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  7101. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7102. "license": "MIT",
  7103. "engines": {
  7104. "node": ">=16"
  7105. },
  7106. "funding": {
  7107. "url": "https://github.com/sponsors/sindresorhus"
  7108. }
  7109. },
  7110. "node_modules/giget": {
  7111. "version": "3.2.0",
  7112. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  7113. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  7114. "license": "MIT",
  7115. "bin": {
  7116. "giget": "dist/cli.mjs"
  7117. }
  7118. },
  7119. "node_modules/git-up": {
  7120. "version": "8.1.1",
  7121. "resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
  7122. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  7123. "license": "MIT",
  7124. "dependencies": {
  7125. "is-ssh": "^1.4.0",
  7126. "parse-url": "^9.2.0"
  7127. }
  7128. },
  7129. "node_modules/git-url-parse": {
  7130. "version": "16.1.0",
  7131. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz",
  7132. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  7133. "license": "MIT",
  7134. "dependencies": {
  7135. "git-up": "^8.1.0"
  7136. }
  7137. },
  7138. "node_modules/glob": {
  7139. "version": "10.5.0",
  7140. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  7141. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  7142. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  7143. "license": "ISC",
  7144. "dependencies": {
  7145. "foreground-child": "^3.1.0",
  7146. "jackspeak": "^3.1.2",
  7147. "minimatch": "^9.0.4",
  7148. "minipass": "^7.1.2",
  7149. "package-json-from-dist": "^1.0.0",
  7150. "path-scurry": "^1.11.1"
  7151. },
  7152. "bin": {
  7153. "glob": "dist/esm/bin.mjs"
  7154. },
  7155. "funding": {
  7156. "url": "https://github.com/sponsors/isaacs"
  7157. }
  7158. },
  7159. "node_modules/glob-parent": {
  7160. "version": "5.1.2",
  7161. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7162. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7163. "license": "ISC",
  7164. "dependencies": {
  7165. "is-glob": "^4.0.1"
  7166. },
  7167. "engines": {
  7168. "node": ">= 6"
  7169. }
  7170. },
  7171. "node_modules/global-directory": {
  7172. "version": "4.0.1",
  7173. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  7174. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  7175. "license": "MIT",
  7176. "dependencies": {
  7177. "ini": "4.1.1"
  7178. },
  7179. "engines": {
  7180. "node": ">=18"
  7181. },
  7182. "funding": {
  7183. "url": "https://github.com/sponsors/sindresorhus"
  7184. }
  7185. },
  7186. "node_modules/globby": {
  7187. "version": "16.2.0",
  7188. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  7189. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  7190. "license": "MIT",
  7191. "dependencies": {
  7192. "@sindresorhus/merge-streams": "^4.0.0",
  7193. "fast-glob": "^3.3.3",
  7194. "ignore": "^7.0.5",
  7195. "is-path-inside": "^4.0.0",
  7196. "slash": "^5.1.0",
  7197. "unicorn-magic": "^0.4.0"
  7198. },
  7199. "engines": {
  7200. "node": ">=20"
  7201. },
  7202. "funding": {
  7203. "url": "https://github.com/sponsors/sindresorhus"
  7204. }
  7205. },
  7206. "node_modules/globby/node_modules/unicorn-magic": {
  7207. "version": "0.4.0",
  7208. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7209. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7210. "license": "MIT",
  7211. "engines": {
  7212. "node": ">=20"
  7213. },
  7214. "funding": {
  7215. "url": "https://github.com/sponsors/sindresorhus"
  7216. }
  7217. },
  7218. "node_modules/graceful-fs": {
  7219. "version": "4.2.11",
  7220. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  7221. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  7222. "license": "ISC"
  7223. },
  7224. "node_modules/gzip-size": {
  7225. "version": "7.0.0",
  7226. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  7227. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  7228. "license": "MIT",
  7229. "dependencies": {
  7230. "duplexer": "^0.1.2"
  7231. },
  7232. "engines": {
  7233. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7234. },
  7235. "funding": {
  7236. "url": "https://github.com/sponsors/sindresorhus"
  7237. }
  7238. },
  7239. "node_modules/h3": {
  7240. "version": "1.15.11",
  7241. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  7242. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  7243. "license": "MIT",
  7244. "dependencies": {
  7245. "cookie-es": "^1.2.3",
  7246. "crossws": "^0.3.5",
  7247. "defu": "^6.1.6",
  7248. "destr": "^2.0.5",
  7249. "iron-webcrypto": "^1.2.1",
  7250. "node-mock-http": "^1.0.4",
  7251. "radix3": "^1.1.2",
  7252. "ufo": "^1.6.3",
  7253. "uncrypto": "^0.1.3"
  7254. }
  7255. },
  7256. "node_modules/h3/node_modules/cookie-es": {
  7257. "version": "1.2.3",
  7258. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  7259. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  7260. "license": "MIT"
  7261. },
  7262. "node_modules/hasown": {
  7263. "version": "2.0.2",
  7264. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  7265. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  7266. "license": "MIT",
  7267. "dependencies": {
  7268. "function-bind": "^1.1.2"
  7269. },
  7270. "engines": {
  7271. "node": ">= 0.4"
  7272. }
  7273. },
  7274. "node_modules/hey-listen": {
  7275. "version": "1.0.8",
  7276. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  7277. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  7278. "license": "MIT"
  7279. },
  7280. "node_modules/hookable": {
  7281. "version": "5.5.3",
  7282. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  7283. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  7284. "license": "MIT"
  7285. },
  7286. "node_modules/http-errors": {
  7287. "version": "2.0.1",
  7288. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  7289. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  7290. "license": "MIT",
  7291. "dependencies": {
  7292. "depd": "~2.0.0",
  7293. "inherits": "~2.0.4",
  7294. "setprototypeof": "~1.2.0",
  7295. "statuses": "~2.0.2",
  7296. "toidentifier": "~1.0.1"
  7297. },
  7298. "engines": {
  7299. "node": ">= 0.8"
  7300. },
  7301. "funding": {
  7302. "type": "opencollective",
  7303. "url": "https://opencollective.com/express"
  7304. }
  7305. },
  7306. "node_modules/http-shutdown": {
  7307. "version": "1.2.2",
  7308. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  7309. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  7310. "license": "MIT",
  7311. "engines": {
  7312. "iojs": ">= 1.0.0",
  7313. "node": ">= 0.12.0"
  7314. }
  7315. },
  7316. "node_modules/https-proxy-agent": {
  7317. "version": "7.0.6",
  7318. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  7319. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  7320. "license": "MIT",
  7321. "dependencies": {
  7322. "agent-base": "^7.1.2",
  7323. "debug": "4"
  7324. },
  7325. "engines": {
  7326. "node": ">= 14"
  7327. }
  7328. },
  7329. "node_modules/httpxy": {
  7330. "version": "0.5.1",
  7331. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.1.tgz",
  7332. "integrity": "sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==",
  7333. "license": "MIT"
  7334. },
  7335. "node_modules/human-signals": {
  7336. "version": "5.0.0",
  7337. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  7338. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7339. "license": "Apache-2.0",
  7340. "engines": {
  7341. "node": ">=16.17.0"
  7342. }
  7343. },
  7344. "node_modules/ieee754": {
  7345. "version": "1.2.1",
  7346. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7347. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  7348. "funding": [
  7349. {
  7350. "type": "github",
  7351. "url": "https://github.com/sponsors/feross"
  7352. },
  7353. {
  7354. "type": "patreon",
  7355. "url": "https://www.patreon.com/feross"
  7356. },
  7357. {
  7358. "type": "consulting",
  7359. "url": "https://feross.org/support"
  7360. }
  7361. ],
  7362. "license": "BSD-3-Clause"
  7363. },
  7364. "node_modules/ignore": {
  7365. "version": "7.0.5",
  7366. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  7367. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  7368. "license": "MIT",
  7369. "engines": {
  7370. "node": ">= 4"
  7371. }
  7372. },
  7373. "node_modules/image-meta": {
  7374. "version": "0.2.2",
  7375. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  7376. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  7377. "license": "MIT"
  7378. },
  7379. "node_modules/impound": {
  7380. "version": "1.0.0",
  7381. "resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  7382. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  7383. "license": "MIT",
  7384. "dependencies": {
  7385. "exsolve": "^1.0.5",
  7386. "mocked-exports": "^0.1.1",
  7387. "pathe": "^2.0.3",
  7388. "unplugin": "^2.3.2",
  7389. "unplugin-utils": "^0.2.4"
  7390. }
  7391. },
  7392. "node_modules/inherits": {
  7393. "version": "2.0.4",
  7394. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7395. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  7396. "license": "ISC"
  7397. },
  7398. "node_modules/ini": {
  7399. "version": "4.1.1",
  7400. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  7401. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  7402. "license": "ISC",
  7403. "engines": {
  7404. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7405. }
  7406. },
  7407. "node_modules/ioredis": {
  7408. "version": "5.10.1",
  7409. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  7410. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  7411. "license": "MIT",
  7412. "dependencies": {
  7413. "@ioredis/commands": "1.5.1",
  7414. "cluster-key-slot": "^1.1.0",
  7415. "debug": "^4.3.4",
  7416. "denque": "^2.1.0",
  7417. "lodash.defaults": "^4.2.0",
  7418. "lodash.isarguments": "^3.1.0",
  7419. "redis-errors": "^1.2.0",
  7420. "redis-parser": "^3.0.0",
  7421. "standard-as-callback": "^2.1.0"
  7422. },
  7423. "engines": {
  7424. "node": ">=12.22.0"
  7425. },
  7426. "funding": {
  7427. "type": "opencollective",
  7428. "url": "https://opencollective.com/ioredis"
  7429. }
  7430. },
  7431. "node_modules/ipx": {
  7432. "version": "3.1.1",
  7433. "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
  7434. "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
  7435. "license": "MIT",
  7436. "optional": true,
  7437. "dependencies": {
  7438. "@fastify/accept-negotiator": "^2.0.1",
  7439. "citty": "^0.1.6",
  7440. "consola": "^3.4.2",
  7441. "defu": "^6.1.4",
  7442. "destr": "^2.0.5",
  7443. "etag": "^1.8.1",
  7444. "h3": "^1.15.3",
  7445. "image-meta": "^0.2.1",
  7446. "listhen": "^1.9.0",
  7447. "ofetch": "^1.4.1",
  7448. "pathe": "^2.0.3",
  7449. "sharp": "^0.34.3",
  7450. "svgo": "^4.0.0",
  7451. "ufo": "^1.6.1",
  7452. "unstorage": "^1.16.1",
  7453. "xss": "^1.0.15"
  7454. },
  7455. "bin": {
  7456. "ipx": "bin/ipx.mjs"
  7457. }
  7458. },
  7459. "node_modules/iron-webcrypto": {
  7460. "version": "1.2.1",
  7461. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  7462. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  7463. "license": "MIT",
  7464. "funding": {
  7465. "url": "https://github.com/sponsors/brc-dd"
  7466. }
  7467. },
  7468. "node_modules/is-core-module": {
  7469. "version": "2.16.1",
  7470. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  7471. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  7472. "license": "MIT",
  7473. "dependencies": {
  7474. "hasown": "^2.0.2"
  7475. },
  7476. "engines": {
  7477. "node": ">= 0.4"
  7478. },
  7479. "funding": {
  7480. "url": "https://github.com/sponsors/ljharb"
  7481. }
  7482. },
  7483. "node_modules/is-docker": {
  7484. "version": "3.0.0",
  7485. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  7486. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  7487. "license": "MIT",
  7488. "bin": {
  7489. "is-docker": "cli.js"
  7490. },
  7491. "engines": {
  7492. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7493. },
  7494. "funding": {
  7495. "url": "https://github.com/sponsors/sindresorhus"
  7496. }
  7497. },
  7498. "node_modules/is-extglob": {
  7499. "version": "2.1.1",
  7500. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7501. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7502. "license": "MIT",
  7503. "engines": {
  7504. "node": ">=0.10.0"
  7505. }
  7506. },
  7507. "node_modules/is-fullwidth-code-point": {
  7508. "version": "3.0.0",
  7509. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7510. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7511. "license": "MIT",
  7512. "engines": {
  7513. "node": ">=8"
  7514. }
  7515. },
  7516. "node_modules/is-glob": {
  7517. "version": "4.0.3",
  7518. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7519. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7520. "license": "MIT",
  7521. "dependencies": {
  7522. "is-extglob": "^2.1.1"
  7523. },
  7524. "engines": {
  7525. "node": ">=0.10.0"
  7526. }
  7527. },
  7528. "node_modules/is-in-ssh": {
  7529. "version": "1.0.0",
  7530. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  7531. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  7532. "license": "MIT",
  7533. "engines": {
  7534. "node": ">=20"
  7535. },
  7536. "funding": {
  7537. "url": "https://github.com/sponsors/sindresorhus"
  7538. }
  7539. },
  7540. "node_modules/is-inside-container": {
  7541. "version": "1.0.0",
  7542. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  7543. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  7544. "license": "MIT",
  7545. "dependencies": {
  7546. "is-docker": "^3.0.0"
  7547. },
  7548. "bin": {
  7549. "is-inside-container": "cli.js"
  7550. },
  7551. "engines": {
  7552. "node": ">=14.16"
  7553. },
  7554. "funding": {
  7555. "url": "https://github.com/sponsors/sindresorhus"
  7556. }
  7557. },
  7558. "node_modules/is-installed-globally": {
  7559. "version": "1.0.0",
  7560. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  7561. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  7562. "license": "MIT",
  7563. "dependencies": {
  7564. "global-directory": "^4.0.1",
  7565. "is-path-inside": "^4.0.0"
  7566. },
  7567. "engines": {
  7568. "node": ">=18"
  7569. },
  7570. "funding": {
  7571. "url": "https://github.com/sponsors/sindresorhus"
  7572. }
  7573. },
  7574. "node_modules/is-module": {
  7575. "version": "1.0.0",
  7576. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  7577. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  7578. "license": "MIT"
  7579. },
  7580. "node_modules/is-number": {
  7581. "version": "7.0.0",
  7582. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7583. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7584. "license": "MIT",
  7585. "engines": {
  7586. "node": ">=0.12.0"
  7587. }
  7588. },
  7589. "node_modules/is-path-inside": {
  7590. "version": "4.0.0",
  7591. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  7592. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  7593. "license": "MIT",
  7594. "engines": {
  7595. "node": ">=12"
  7596. },
  7597. "funding": {
  7598. "url": "https://github.com/sponsors/sindresorhus"
  7599. }
  7600. },
  7601. "node_modules/is-reference": {
  7602. "version": "1.2.1",
  7603. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  7604. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  7605. "license": "MIT",
  7606. "dependencies": {
  7607. "@types/estree": "*"
  7608. }
  7609. },
  7610. "node_modules/is-ssh": {
  7611. "version": "1.4.1",
  7612. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
  7613. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  7614. "license": "MIT",
  7615. "dependencies": {
  7616. "protocols": "^2.0.1"
  7617. }
  7618. },
  7619. "node_modules/is-stream": {
  7620. "version": "3.0.0",
  7621. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  7622. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7623. "license": "MIT",
  7624. "engines": {
  7625. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7626. },
  7627. "funding": {
  7628. "url": "https://github.com/sponsors/sindresorhus"
  7629. }
  7630. },
  7631. "node_modules/is-what": {
  7632. "version": "5.5.0",
  7633. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  7634. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  7635. "license": "MIT",
  7636. "engines": {
  7637. "node": ">=18"
  7638. },
  7639. "funding": {
  7640. "url": "https://github.com/sponsors/mesqueeb"
  7641. }
  7642. },
  7643. "node_modules/is-wsl": {
  7644. "version": "3.1.0",
  7645. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  7646. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  7647. "license": "MIT",
  7648. "dependencies": {
  7649. "is-inside-container": "^1.0.0"
  7650. },
  7651. "engines": {
  7652. "node": ">=16"
  7653. },
  7654. "funding": {
  7655. "url": "https://github.com/sponsors/sindresorhus"
  7656. }
  7657. },
  7658. "node_modules/isarray": {
  7659. "version": "1.0.0",
  7660. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7661. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  7662. "license": "MIT"
  7663. },
  7664. "node_modules/isexe": {
  7665. "version": "3.1.1",
  7666. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7667. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7668. "license": "ISC",
  7669. "engines": {
  7670. "node": ">=16"
  7671. }
  7672. },
  7673. "node_modules/jackspeak": {
  7674. "version": "3.4.3",
  7675. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  7676. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  7677. "license": "BlueOak-1.0.0",
  7678. "dependencies": {
  7679. "@isaacs/cliui": "^8.0.2"
  7680. },
  7681. "funding": {
  7682. "url": "https://github.com/sponsors/isaacs"
  7683. },
  7684. "optionalDependencies": {
  7685. "@pkgjs/parseargs": "^0.11.0"
  7686. }
  7687. },
  7688. "node_modules/jiti": {
  7689. "version": "2.6.1",
  7690. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  7691. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  7692. "license": "MIT",
  7693. "bin": {
  7694. "jiti": "lib/jiti-cli.mjs"
  7695. }
  7696. },
  7697. "node_modules/js-tokens": {
  7698. "version": "4.0.0",
  7699. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7700. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7701. "license": "MIT"
  7702. },
  7703. "node_modules/jsesc": {
  7704. "version": "3.1.0",
  7705. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  7706. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7707. "license": "MIT",
  7708. "bin": {
  7709. "jsesc": "bin/jsesc"
  7710. },
  7711. "engines": {
  7712. "node": ">=6"
  7713. }
  7714. },
  7715. "node_modules/json5": {
  7716. "version": "2.2.3",
  7717. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7718. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7719. "license": "MIT",
  7720. "bin": {
  7721. "json5": "lib/cli.js"
  7722. },
  7723. "engines": {
  7724. "node": ">=6"
  7725. }
  7726. },
  7727. "node_modules/kleur": {
  7728. "version": "3.0.3",
  7729. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  7730. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  7731. "license": "MIT",
  7732. "engines": {
  7733. "node": ">=6"
  7734. }
  7735. },
  7736. "node_modules/klona": {
  7737. "version": "2.0.6",
  7738. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  7739. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  7740. "license": "MIT",
  7741. "engines": {
  7742. "node": ">= 8"
  7743. }
  7744. },
  7745. "node_modules/knitwork": {
  7746. "version": "1.3.0",
  7747. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  7748. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  7749. "license": "MIT"
  7750. },
  7751. "node_modules/launch-editor": {
  7752. "version": "2.11.1",
  7753. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
  7754. "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
  7755. "license": "MIT",
  7756. "dependencies": {
  7757. "picocolors": "^1.1.1",
  7758. "shell-quote": "^1.8.3"
  7759. }
  7760. },
  7761. "node_modules/lazystream": {
  7762. "version": "1.0.1",
  7763. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  7764. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  7765. "license": "MIT",
  7766. "dependencies": {
  7767. "readable-stream": "^2.0.5"
  7768. },
  7769. "engines": {
  7770. "node": ">= 0.6.3"
  7771. }
  7772. },
  7773. "node_modules/lazystream/node_modules/readable-stream": {
  7774. "version": "2.3.8",
  7775. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  7776. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  7777. "license": "MIT",
  7778. "dependencies": {
  7779. "core-util-is": "~1.0.0",
  7780. "inherits": "~2.0.3",
  7781. "isarray": "~1.0.0",
  7782. "process-nextick-args": "~2.0.0",
  7783. "safe-buffer": "~5.1.1",
  7784. "string_decoder": "~1.1.1",
  7785. "util-deprecate": "~1.0.1"
  7786. }
  7787. },
  7788. "node_modules/lazystream/node_modules/safe-buffer": {
  7789. "version": "5.1.2",
  7790. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  7791. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  7792. "license": "MIT"
  7793. },
  7794. "node_modules/lazystream/node_modules/string_decoder": {
  7795. "version": "1.1.1",
  7796. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  7797. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  7798. "license": "MIT",
  7799. "dependencies": {
  7800. "safe-buffer": "~5.1.0"
  7801. }
  7802. },
  7803. "node_modules/lightningcss": {
  7804. "version": "1.30.2",
  7805. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  7806. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  7807. "license": "MPL-2.0",
  7808. "dependencies": {
  7809. "detect-libc": "^2.0.3"
  7810. },
  7811. "engines": {
  7812. "node": ">= 12.0.0"
  7813. },
  7814. "funding": {
  7815. "type": "opencollective",
  7816. "url": "https://opencollective.com/parcel"
  7817. },
  7818. "optionalDependencies": {
  7819. "lightningcss-android-arm64": "1.30.2",
  7820. "lightningcss-darwin-arm64": "1.30.2",
  7821. "lightningcss-darwin-x64": "1.30.2",
  7822. "lightningcss-freebsd-x64": "1.30.2",
  7823. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7824. "lightningcss-linux-arm64-gnu": "1.30.2",
  7825. "lightningcss-linux-arm64-musl": "1.30.2",
  7826. "lightningcss-linux-x64-gnu": "1.30.2",
  7827. "lightningcss-linux-x64-musl": "1.30.2",
  7828. "lightningcss-win32-arm64-msvc": "1.30.2",
  7829. "lightningcss-win32-x64-msvc": "1.30.2"
  7830. }
  7831. },
  7832. "node_modules/lightningcss-android-arm64": {
  7833. "version": "1.30.2",
  7834. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7835. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7836. "cpu": [
  7837. "arm64"
  7838. ],
  7839. "license": "MPL-2.0",
  7840. "optional": true,
  7841. "os": [
  7842. "android"
  7843. ],
  7844. "engines": {
  7845. "node": ">= 12.0.0"
  7846. },
  7847. "funding": {
  7848. "type": "opencollective",
  7849. "url": "https://opencollective.com/parcel"
  7850. }
  7851. },
  7852. "node_modules/lightningcss-darwin-arm64": {
  7853. "version": "1.30.2",
  7854. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  7855. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  7856. "cpu": [
  7857. "arm64"
  7858. ],
  7859. "license": "MPL-2.0",
  7860. "optional": true,
  7861. "os": [
  7862. "darwin"
  7863. ],
  7864. "engines": {
  7865. "node": ">= 12.0.0"
  7866. },
  7867. "funding": {
  7868. "type": "opencollective",
  7869. "url": "https://opencollective.com/parcel"
  7870. }
  7871. },
  7872. "node_modules/lightningcss-darwin-x64": {
  7873. "version": "1.30.2",
  7874. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7875. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7876. "cpu": [
  7877. "x64"
  7878. ],
  7879. "license": "MPL-2.0",
  7880. "optional": true,
  7881. "os": [
  7882. "darwin"
  7883. ],
  7884. "engines": {
  7885. "node": ">= 12.0.0"
  7886. },
  7887. "funding": {
  7888. "type": "opencollective",
  7889. "url": "https://opencollective.com/parcel"
  7890. }
  7891. },
  7892. "node_modules/lightningcss-freebsd-x64": {
  7893. "version": "1.30.2",
  7894. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7895. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7896. "cpu": [
  7897. "x64"
  7898. ],
  7899. "license": "MPL-2.0",
  7900. "optional": true,
  7901. "os": [
  7902. "freebsd"
  7903. ],
  7904. "engines": {
  7905. "node": ">= 12.0.0"
  7906. },
  7907. "funding": {
  7908. "type": "opencollective",
  7909. "url": "https://opencollective.com/parcel"
  7910. }
  7911. },
  7912. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7913. "version": "1.30.2",
  7914. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7915. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7916. "cpu": [
  7917. "arm"
  7918. ],
  7919. "license": "MPL-2.0",
  7920. "optional": true,
  7921. "os": [
  7922. "linux"
  7923. ],
  7924. "engines": {
  7925. "node": ">= 12.0.0"
  7926. },
  7927. "funding": {
  7928. "type": "opencollective",
  7929. "url": "https://opencollective.com/parcel"
  7930. }
  7931. },
  7932. "node_modules/lightningcss-linux-arm64-gnu": {
  7933. "version": "1.30.2",
  7934. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7935. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7936. "cpu": [
  7937. "arm64"
  7938. ],
  7939. "license": "MPL-2.0",
  7940. "optional": true,
  7941. "os": [
  7942. "linux"
  7943. ],
  7944. "engines": {
  7945. "node": ">= 12.0.0"
  7946. },
  7947. "funding": {
  7948. "type": "opencollective",
  7949. "url": "https://opencollective.com/parcel"
  7950. }
  7951. },
  7952. "node_modules/lightningcss-linux-arm64-musl": {
  7953. "version": "1.30.2",
  7954. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7955. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7956. "cpu": [
  7957. "arm64"
  7958. ],
  7959. "license": "MPL-2.0",
  7960. "optional": true,
  7961. "os": [
  7962. "linux"
  7963. ],
  7964. "engines": {
  7965. "node": ">= 12.0.0"
  7966. },
  7967. "funding": {
  7968. "type": "opencollective",
  7969. "url": "https://opencollective.com/parcel"
  7970. }
  7971. },
  7972. "node_modules/lightningcss-linux-x64-gnu": {
  7973. "version": "1.30.2",
  7974. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7975. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7976. "cpu": [
  7977. "x64"
  7978. ],
  7979. "license": "MPL-2.0",
  7980. "optional": true,
  7981. "os": [
  7982. "linux"
  7983. ],
  7984. "engines": {
  7985. "node": ">= 12.0.0"
  7986. },
  7987. "funding": {
  7988. "type": "opencollective",
  7989. "url": "https://opencollective.com/parcel"
  7990. }
  7991. },
  7992. "node_modules/lightningcss-linux-x64-musl": {
  7993. "version": "1.30.2",
  7994. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7995. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7996. "cpu": [
  7997. "x64"
  7998. ],
  7999. "license": "MPL-2.0",
  8000. "optional": true,
  8001. "os": [
  8002. "linux"
  8003. ],
  8004. "engines": {
  8005. "node": ">= 12.0.0"
  8006. },
  8007. "funding": {
  8008. "type": "opencollective",
  8009. "url": "https://opencollective.com/parcel"
  8010. }
  8011. },
  8012. "node_modules/lightningcss-win32-arm64-msvc": {
  8013. "version": "1.30.2",
  8014. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  8015. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  8016. "cpu": [
  8017. "arm64"
  8018. ],
  8019. "license": "MPL-2.0",
  8020. "optional": true,
  8021. "os": [
  8022. "win32"
  8023. ],
  8024. "engines": {
  8025. "node": ">= 12.0.0"
  8026. },
  8027. "funding": {
  8028. "type": "opencollective",
  8029. "url": "https://opencollective.com/parcel"
  8030. }
  8031. },
  8032. "node_modules/lightningcss-win32-x64-msvc": {
  8033. "version": "1.30.2",
  8034. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  8035. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  8036. "cpu": [
  8037. "x64"
  8038. ],
  8039. "license": "MPL-2.0",
  8040. "optional": true,
  8041. "os": [
  8042. "win32"
  8043. ],
  8044. "engines": {
  8045. "node": ">= 12.0.0"
  8046. },
  8047. "funding": {
  8048. "type": "opencollective",
  8049. "url": "https://opencollective.com/parcel"
  8050. }
  8051. },
  8052. "node_modules/lilconfig": {
  8053. "version": "3.1.3",
  8054. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  8055. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  8056. "license": "MIT",
  8057. "engines": {
  8058. "node": ">=14"
  8059. },
  8060. "funding": {
  8061. "url": "https://github.com/sponsors/antonk52"
  8062. }
  8063. },
  8064. "node_modules/listhen": {
  8065. "version": "1.9.1",
  8066. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  8067. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  8068. "license": "MIT",
  8069. "dependencies": {
  8070. "@parcel/watcher": "^2.5.6",
  8071. "@parcel/watcher-wasm": "^2.5.6",
  8072. "citty": "^0.2.2",
  8073. "consola": "^3.4.2",
  8074. "crossws": ">=0.2.0 <0.5.0",
  8075. "defu": "^6.1.6",
  8076. "get-port-please": "^3.2.0",
  8077. "h3": "^1.15.11",
  8078. "http-shutdown": "^1.2.2",
  8079. "jiti": "^2.6.1",
  8080. "mlly": "^1.8.2",
  8081. "node-forge": "^1.4.0",
  8082. "pathe": "^2.0.3",
  8083. "std-env": "^4.0.0",
  8084. "tinyclip": "^0.1.12",
  8085. "ufo": "^1.6.3",
  8086. "untun": "^0.1.3",
  8087. "uqr": "^0.1.2"
  8088. },
  8089. "bin": {
  8090. "listen": "bin/listhen.mjs",
  8091. "listhen": "bin/listhen.mjs"
  8092. }
  8093. },
  8094. "node_modules/listhen/node_modules/citty": {
  8095. "version": "0.2.2",
  8096. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8097. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8098. "license": "MIT"
  8099. },
  8100. "node_modules/listhen/node_modules/std-env": {
  8101. "version": "4.1.0",
  8102. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  8103. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  8104. "license": "MIT"
  8105. },
  8106. "node_modules/local-pkg": {
  8107. "version": "1.1.2",
  8108. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  8109. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  8110. "license": "MIT",
  8111. "dependencies": {
  8112. "mlly": "^1.7.4",
  8113. "pkg-types": "^2.3.0",
  8114. "quansync": "^0.2.11"
  8115. },
  8116. "engines": {
  8117. "node": ">=14"
  8118. },
  8119. "funding": {
  8120. "url": "https://github.com/sponsors/antfu"
  8121. }
  8122. },
  8123. "node_modules/lodash": {
  8124. "version": "4.18.1",
  8125. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  8126. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  8127. "license": "MIT"
  8128. },
  8129. "node_modules/lodash.defaults": {
  8130. "version": "4.2.0",
  8131. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  8132. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  8133. "license": "MIT"
  8134. },
  8135. "node_modules/lodash.isarguments": {
  8136. "version": "3.1.0",
  8137. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  8138. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  8139. "license": "MIT"
  8140. },
  8141. "node_modules/lodash.memoize": {
  8142. "version": "4.1.2",
  8143. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  8144. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  8145. "license": "MIT"
  8146. },
  8147. "node_modules/lodash.uniq": {
  8148. "version": "4.5.0",
  8149. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  8150. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  8151. "license": "MIT"
  8152. },
  8153. "node_modules/lru-cache": {
  8154. "version": "5.1.1",
  8155. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  8156. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  8157. "license": "ISC",
  8158. "dependencies": {
  8159. "yallist": "^3.0.2"
  8160. }
  8161. },
  8162. "node_modules/magic-regexp": {
  8163. "version": "0.10.0",
  8164. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  8165. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  8166. "license": "MIT",
  8167. "dependencies": {
  8168. "estree-walker": "^3.0.3",
  8169. "magic-string": "^0.30.12",
  8170. "mlly": "^1.7.2",
  8171. "regexp-tree": "^0.1.27",
  8172. "type-level-regexp": "~0.1.17",
  8173. "ufo": "^1.5.4",
  8174. "unplugin": "^2.0.0"
  8175. }
  8176. },
  8177. "node_modules/magic-regexp/node_modules/estree-walker": {
  8178. "version": "3.0.3",
  8179. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8180. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8181. "license": "MIT",
  8182. "dependencies": {
  8183. "@types/estree": "^1.0.0"
  8184. }
  8185. },
  8186. "node_modules/magic-string": {
  8187. "version": "0.30.21",
  8188. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  8189. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  8190. "license": "MIT",
  8191. "dependencies": {
  8192. "@jridgewell/sourcemap-codec": "^1.5.5"
  8193. }
  8194. },
  8195. "node_modules/magic-string-ast": {
  8196. "version": "1.0.3",
  8197. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  8198. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  8199. "license": "MIT",
  8200. "dependencies": {
  8201. "magic-string": "^0.30.19"
  8202. },
  8203. "engines": {
  8204. "node": ">=20.19.0"
  8205. },
  8206. "funding": {
  8207. "url": "https://github.com/sponsors/sxzz"
  8208. }
  8209. },
  8210. "node_modules/magicast": {
  8211. "version": "0.3.5",
  8212. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  8213. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  8214. "license": "MIT",
  8215. "dependencies": {
  8216. "@babel/parser": "^7.25.4",
  8217. "@babel/types": "^7.25.4",
  8218. "source-map-js": "^1.2.0"
  8219. }
  8220. },
  8221. "node_modules/mdn-data": {
  8222. "version": "2.12.2",
  8223. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  8224. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  8225. "license": "CC0-1.0"
  8226. },
  8227. "node_modules/merge-stream": {
  8228. "version": "2.0.0",
  8229. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  8230. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  8231. "license": "MIT"
  8232. },
  8233. "node_modules/merge2": {
  8234. "version": "1.4.1",
  8235. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  8236. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  8237. "license": "MIT",
  8238. "engines": {
  8239. "node": ">= 8"
  8240. }
  8241. },
  8242. "node_modules/micromatch": {
  8243. "version": "4.0.8",
  8244. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  8245. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8246. "license": "MIT",
  8247. "dependencies": {
  8248. "braces": "^3.0.3",
  8249. "picomatch": "^2.3.1"
  8250. },
  8251. "engines": {
  8252. "node": ">=8.6"
  8253. }
  8254. },
  8255. "node_modules/micromatch/node_modules/picomatch": {
  8256. "version": "2.3.2",
  8257. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  8258. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  8259. "license": "MIT",
  8260. "engines": {
  8261. "node": ">=8.6"
  8262. },
  8263. "funding": {
  8264. "url": "https://github.com/sponsors/jonschlinkert"
  8265. }
  8266. },
  8267. "node_modules/mime": {
  8268. "version": "4.1.0",
  8269. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  8270. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  8271. "funding": [
  8272. "https://github.com/sponsors/broofa"
  8273. ],
  8274. "license": "MIT",
  8275. "bin": {
  8276. "mime": "bin/cli.js"
  8277. },
  8278. "engines": {
  8279. "node": ">=16"
  8280. }
  8281. },
  8282. "node_modules/mime-db": {
  8283. "version": "1.54.0",
  8284. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  8285. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  8286. "license": "MIT",
  8287. "engines": {
  8288. "node": ">= 0.6"
  8289. }
  8290. },
  8291. "node_modules/mime-types": {
  8292. "version": "3.0.2",
  8293. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  8294. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  8295. "license": "MIT",
  8296. "dependencies": {
  8297. "mime-db": "^1.54.0"
  8298. },
  8299. "engines": {
  8300. "node": ">=18"
  8301. },
  8302. "funding": {
  8303. "type": "opencollective",
  8304. "url": "https://opencollective.com/express"
  8305. }
  8306. },
  8307. "node_modules/mimic-fn": {
  8308. "version": "4.0.0",
  8309. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  8310. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  8311. "license": "MIT",
  8312. "engines": {
  8313. "node": ">=12"
  8314. },
  8315. "funding": {
  8316. "url": "https://github.com/sponsors/sindresorhus"
  8317. }
  8318. },
  8319. "node_modules/minimatch": {
  8320. "version": "9.0.9",
  8321. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  8322. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  8323. "license": "ISC",
  8324. "dependencies": {
  8325. "brace-expansion": "^2.0.2"
  8326. },
  8327. "engines": {
  8328. "node": ">=16 || 14 >=14.17"
  8329. },
  8330. "funding": {
  8331. "url": "https://github.com/sponsors/isaacs"
  8332. }
  8333. },
  8334. "node_modules/minipass": {
  8335. "version": "7.1.3",
  8336. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  8337. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  8338. "license": "BlueOak-1.0.0",
  8339. "engines": {
  8340. "node": ">=16 || 14 >=14.17"
  8341. }
  8342. },
  8343. "node_modules/minizlib": {
  8344. "version": "3.1.0",
  8345. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  8346. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  8347. "license": "MIT",
  8348. "dependencies": {
  8349. "minipass": "^7.1.2"
  8350. },
  8351. "engines": {
  8352. "node": ">= 18"
  8353. }
  8354. },
  8355. "node_modules/mitt": {
  8356. "version": "3.0.1",
  8357. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  8358. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  8359. "license": "MIT"
  8360. },
  8361. "node_modules/mlly": {
  8362. "version": "1.8.2",
  8363. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  8364. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  8365. "license": "MIT",
  8366. "dependencies": {
  8367. "acorn": "^8.16.0",
  8368. "pathe": "^2.0.3",
  8369. "pkg-types": "^1.3.1",
  8370. "ufo": "^1.6.3"
  8371. }
  8372. },
  8373. "node_modules/mlly/node_modules/confbox": {
  8374. "version": "0.1.8",
  8375. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  8376. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8377. "license": "MIT"
  8378. },
  8379. "node_modules/mlly/node_modules/pkg-types": {
  8380. "version": "1.3.1",
  8381. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  8382. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8383. "license": "MIT",
  8384. "dependencies": {
  8385. "confbox": "^0.1.8",
  8386. "mlly": "^1.7.4",
  8387. "pathe": "^2.0.1"
  8388. }
  8389. },
  8390. "node_modules/mocked-exports": {
  8391. "version": "0.1.1",
  8392. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  8393. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  8394. "license": "MIT"
  8395. },
  8396. "node_modules/motion-dom": {
  8397. "version": "12.23.12",
  8398. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz",
  8399. "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==",
  8400. "license": "MIT",
  8401. "dependencies": {
  8402. "motion-utils": "^12.23.6"
  8403. }
  8404. },
  8405. "node_modules/motion-utils": {
  8406. "version": "12.23.6",
  8407. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
  8408. "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
  8409. "license": "MIT"
  8410. },
  8411. "node_modules/motion-v": {
  8412. "version": "1.7.4",
  8413. "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.7.4.tgz",
  8414. "integrity": "sha512-YNDUAsany04wfI7YtHxQK3kxzNvh+OdFUk9GpA3+hMt7j6P+5WrVAAgr8kmPPoVza9EsJiAVhqoN3YYFN0Twrw==",
  8415. "license": "MIT",
  8416. "dependencies": {
  8417. "framer-motion": "12.23.12",
  8418. "hey-listen": "^1.0.8",
  8419. "motion-dom": "12.23.12"
  8420. },
  8421. "peerDependencies": {
  8422. "@vueuse/core": ">=10.0.0",
  8423. "vue": ">=3.0.0"
  8424. }
  8425. },
  8426. "node_modules/mrmime": {
  8427. "version": "2.0.1",
  8428. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  8429. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  8430. "license": "MIT",
  8431. "engines": {
  8432. "node": ">=10"
  8433. }
  8434. },
  8435. "node_modules/ms": {
  8436. "version": "2.1.3",
  8437. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  8438. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8439. "license": "MIT"
  8440. },
  8441. "node_modules/muggle-string": {
  8442. "version": "0.4.1",
  8443. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  8444. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  8445. "license": "MIT"
  8446. },
  8447. "node_modules/nanoid": {
  8448. "version": "5.1.6",
  8449. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  8450. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  8451. "funding": [
  8452. {
  8453. "type": "github",
  8454. "url": "https://github.com/sponsors/ai"
  8455. }
  8456. ],
  8457. "license": "MIT",
  8458. "bin": {
  8459. "nanoid": "bin/nanoid.js"
  8460. },
  8461. "engines": {
  8462. "node": "^18 || >=20"
  8463. }
  8464. },
  8465. "node_modules/nanotar": {
  8466. "version": "0.2.1",
  8467. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.2.1.tgz",
  8468. "integrity": "sha512-MUrzzDUcIOPbv7ubhDV/L4CIfVTATd9XhDE2ixFeCrM5yp9AlzUpn91JrnN0HD6hksdxvz9IW9aKANz0Bta0GA==",
  8469. "license": "MIT"
  8470. },
  8471. "node_modules/nitropack": {
  8472. "version": "2.13.3",
  8473. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  8474. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  8475. "license": "MIT",
  8476. "dependencies": {
  8477. "@cloudflare/kv-asset-handler": "^0.4.2",
  8478. "@rollup/plugin-alias": "^6.0.0",
  8479. "@rollup/plugin-commonjs": "^29.0.2",
  8480. "@rollup/plugin-inject": "^5.0.5",
  8481. "@rollup/plugin-json": "^6.1.0",
  8482. "@rollup/plugin-node-resolve": "^16.0.3",
  8483. "@rollup/plugin-replace": "^6.0.3",
  8484. "@rollup/plugin-terser": "^1.0.0",
  8485. "@vercel/nft": "^1.5.0",
  8486. "archiver": "^7.0.1",
  8487. "c12": "^3.3.4",
  8488. "chokidar": "^5.0.0",
  8489. "citty": "^0.2.2",
  8490. "compatx": "^0.2.0",
  8491. "confbox": "^0.2.4",
  8492. "consola": "^3.4.2",
  8493. "cookie-es": "^2.0.1",
  8494. "croner": "^10.0.1",
  8495. "crossws": "^0.3.5",
  8496. "db0": "^0.3.4",
  8497. "defu": "^6.1.6",
  8498. "destr": "^2.0.5",
  8499. "dot-prop": "^10.1.0",
  8500. "esbuild": "^0.27.5",
  8501. "escape-string-regexp": "^5.0.0",
  8502. "etag": "^1.8.1",
  8503. "exsolve": "^1.0.8",
  8504. "globby": "^16.2.0",
  8505. "gzip-size": "^7.0.0",
  8506. "h3": "^1.15.10",
  8507. "hookable": "^5.5.3",
  8508. "httpxy": "^0.5.0",
  8509. "ioredis": "^5.10.1",
  8510. "jiti": "^2.6.1",
  8511. "klona": "^2.0.6",
  8512. "knitwork": "^1.3.0",
  8513. "listhen": "^1.9.1",
  8514. "magic-string": "^0.30.21",
  8515. "magicast": "^0.5.2",
  8516. "mime": "^4.1.0",
  8517. "mlly": "^1.8.2",
  8518. "node-fetch-native": "^1.6.7",
  8519. "node-mock-http": "^1.0.4",
  8520. "ofetch": "^1.5.1",
  8521. "ohash": "^2.0.11",
  8522. "pathe": "^2.0.3",
  8523. "perfect-debounce": "^2.1.0",
  8524. "pkg-types": "^2.3.0",
  8525. "pretty-bytes": "^7.1.0",
  8526. "radix3": "^1.1.2",
  8527. "rollup": "^4.60.1",
  8528. "rollup-plugin-visualizer": "^7.0.1",
  8529. "scule": "^1.3.0",
  8530. "semver": "^7.7.4",
  8531. "serve-placeholder": "^2.0.2",
  8532. "serve-static": "^2.2.1",
  8533. "source-map": "^0.7.6",
  8534. "std-env": "^4.0.0",
  8535. "ufo": "^1.6.3",
  8536. "ultrahtml": "^1.6.0",
  8537. "uncrypto": "^0.1.3",
  8538. "unctx": "^2.5.0",
  8539. "unenv": "2.0.0-rc.24",
  8540. "unimport": "^6.0.2",
  8541. "unplugin-utils": "^0.3.1",
  8542. "unstorage": "^1.17.5",
  8543. "untyped": "^2.0.0",
  8544. "unwasm": "^0.5.3",
  8545. "youch": "^4.1.1",
  8546. "youch-core": "^0.3.3"
  8547. },
  8548. "bin": {
  8549. "nitro": "dist/cli/index.mjs",
  8550. "nitropack": "dist/cli/index.mjs"
  8551. },
  8552. "engines": {
  8553. "node": "^20.19.0 || >=22.12.0"
  8554. },
  8555. "peerDependencies": {
  8556. "xml2js": "^0.6.2"
  8557. },
  8558. "peerDependenciesMeta": {
  8559. "xml2js": {
  8560. "optional": true
  8561. }
  8562. }
  8563. },
  8564. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  8565. "version": "0.27.7",
  8566. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  8567. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  8568. "cpu": [
  8569. "ppc64"
  8570. ],
  8571. "license": "MIT",
  8572. "optional": true,
  8573. "os": [
  8574. "aix"
  8575. ],
  8576. "engines": {
  8577. "node": ">=18"
  8578. }
  8579. },
  8580. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  8581. "version": "0.27.7",
  8582. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  8583. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  8584. "cpu": [
  8585. "arm"
  8586. ],
  8587. "license": "MIT",
  8588. "optional": true,
  8589. "os": [
  8590. "android"
  8591. ],
  8592. "engines": {
  8593. "node": ">=18"
  8594. }
  8595. },
  8596. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  8597. "version": "0.27.7",
  8598. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  8599. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  8600. "cpu": [
  8601. "arm64"
  8602. ],
  8603. "license": "MIT",
  8604. "optional": true,
  8605. "os": [
  8606. "android"
  8607. ],
  8608. "engines": {
  8609. "node": ">=18"
  8610. }
  8611. },
  8612. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  8613. "version": "0.27.7",
  8614. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  8615. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  8616. "cpu": [
  8617. "x64"
  8618. ],
  8619. "license": "MIT",
  8620. "optional": true,
  8621. "os": [
  8622. "android"
  8623. ],
  8624. "engines": {
  8625. "node": ">=18"
  8626. }
  8627. },
  8628. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  8629. "version": "0.27.7",
  8630. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  8631. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  8632. "cpu": [
  8633. "arm64"
  8634. ],
  8635. "license": "MIT",
  8636. "optional": true,
  8637. "os": [
  8638. "darwin"
  8639. ],
  8640. "engines": {
  8641. "node": ">=18"
  8642. }
  8643. },
  8644. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  8645. "version": "0.27.7",
  8646. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  8647. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  8648. "cpu": [
  8649. "x64"
  8650. ],
  8651. "license": "MIT",
  8652. "optional": true,
  8653. "os": [
  8654. "darwin"
  8655. ],
  8656. "engines": {
  8657. "node": ">=18"
  8658. }
  8659. },
  8660. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  8661. "version": "0.27.7",
  8662. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  8663. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  8664. "cpu": [
  8665. "arm64"
  8666. ],
  8667. "license": "MIT",
  8668. "optional": true,
  8669. "os": [
  8670. "freebsd"
  8671. ],
  8672. "engines": {
  8673. "node": ">=18"
  8674. }
  8675. },
  8676. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  8677. "version": "0.27.7",
  8678. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  8679. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  8680. "cpu": [
  8681. "x64"
  8682. ],
  8683. "license": "MIT",
  8684. "optional": true,
  8685. "os": [
  8686. "freebsd"
  8687. ],
  8688. "engines": {
  8689. "node": ">=18"
  8690. }
  8691. },
  8692. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  8693. "version": "0.27.7",
  8694. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  8695. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  8696. "cpu": [
  8697. "arm"
  8698. ],
  8699. "license": "MIT",
  8700. "optional": true,
  8701. "os": [
  8702. "linux"
  8703. ],
  8704. "engines": {
  8705. "node": ">=18"
  8706. }
  8707. },
  8708. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  8709. "version": "0.27.7",
  8710. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  8711. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  8712. "cpu": [
  8713. "arm64"
  8714. ],
  8715. "license": "MIT",
  8716. "optional": true,
  8717. "os": [
  8718. "linux"
  8719. ],
  8720. "engines": {
  8721. "node": ">=18"
  8722. }
  8723. },
  8724. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  8725. "version": "0.27.7",
  8726. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  8727. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  8728. "cpu": [
  8729. "ia32"
  8730. ],
  8731. "license": "MIT",
  8732. "optional": true,
  8733. "os": [
  8734. "linux"
  8735. ],
  8736. "engines": {
  8737. "node": ">=18"
  8738. }
  8739. },
  8740. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  8741. "version": "0.27.7",
  8742. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  8743. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  8744. "cpu": [
  8745. "loong64"
  8746. ],
  8747. "license": "MIT",
  8748. "optional": true,
  8749. "os": [
  8750. "linux"
  8751. ],
  8752. "engines": {
  8753. "node": ">=18"
  8754. }
  8755. },
  8756. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  8757. "version": "0.27.7",
  8758. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  8759. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  8760. "cpu": [
  8761. "mips64el"
  8762. ],
  8763. "license": "MIT",
  8764. "optional": true,
  8765. "os": [
  8766. "linux"
  8767. ],
  8768. "engines": {
  8769. "node": ">=18"
  8770. }
  8771. },
  8772. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  8773. "version": "0.27.7",
  8774. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  8775. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  8776. "cpu": [
  8777. "ppc64"
  8778. ],
  8779. "license": "MIT",
  8780. "optional": true,
  8781. "os": [
  8782. "linux"
  8783. ],
  8784. "engines": {
  8785. "node": ">=18"
  8786. }
  8787. },
  8788. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  8789. "version": "0.27.7",
  8790. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  8791. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  8792. "cpu": [
  8793. "riscv64"
  8794. ],
  8795. "license": "MIT",
  8796. "optional": true,
  8797. "os": [
  8798. "linux"
  8799. ],
  8800. "engines": {
  8801. "node": ">=18"
  8802. }
  8803. },
  8804. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  8805. "version": "0.27.7",
  8806. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  8807. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  8808. "cpu": [
  8809. "s390x"
  8810. ],
  8811. "license": "MIT",
  8812. "optional": true,
  8813. "os": [
  8814. "linux"
  8815. ],
  8816. "engines": {
  8817. "node": ">=18"
  8818. }
  8819. },
  8820. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  8821. "version": "0.27.7",
  8822. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  8823. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  8824. "cpu": [
  8825. "x64"
  8826. ],
  8827. "license": "MIT",
  8828. "optional": true,
  8829. "os": [
  8830. "linux"
  8831. ],
  8832. "engines": {
  8833. "node": ">=18"
  8834. }
  8835. },
  8836. "node_modules/nitropack/node_modules/@esbuild/netbsd-arm64": {
  8837. "version": "0.27.7",
  8838. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  8839. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  8840. "cpu": [
  8841. "arm64"
  8842. ],
  8843. "license": "MIT",
  8844. "optional": true,
  8845. "os": [
  8846. "netbsd"
  8847. ],
  8848. "engines": {
  8849. "node": ">=18"
  8850. }
  8851. },
  8852. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  8853. "version": "0.27.7",
  8854. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  8855. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  8856. "cpu": [
  8857. "x64"
  8858. ],
  8859. "license": "MIT",
  8860. "optional": true,
  8861. "os": [
  8862. "netbsd"
  8863. ],
  8864. "engines": {
  8865. "node": ">=18"
  8866. }
  8867. },
  8868. "node_modules/nitropack/node_modules/@esbuild/openbsd-arm64": {
  8869. "version": "0.27.7",
  8870. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  8871. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  8872. "cpu": [
  8873. "arm64"
  8874. ],
  8875. "license": "MIT",
  8876. "optional": true,
  8877. "os": [
  8878. "openbsd"
  8879. ],
  8880. "engines": {
  8881. "node": ">=18"
  8882. }
  8883. },
  8884. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  8885. "version": "0.27.7",
  8886. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  8887. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  8888. "cpu": [
  8889. "x64"
  8890. ],
  8891. "license": "MIT",
  8892. "optional": true,
  8893. "os": [
  8894. "openbsd"
  8895. ],
  8896. "engines": {
  8897. "node": ">=18"
  8898. }
  8899. },
  8900. "node_modules/nitropack/node_modules/@esbuild/openharmony-arm64": {
  8901. "version": "0.27.7",
  8902. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  8903. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  8904. "cpu": [
  8905. "arm64"
  8906. ],
  8907. "license": "MIT",
  8908. "optional": true,
  8909. "os": [
  8910. "openharmony"
  8911. ],
  8912. "engines": {
  8913. "node": ">=18"
  8914. }
  8915. },
  8916. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  8917. "version": "0.27.7",
  8918. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  8919. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  8920. "cpu": [
  8921. "x64"
  8922. ],
  8923. "license": "MIT",
  8924. "optional": true,
  8925. "os": [
  8926. "sunos"
  8927. ],
  8928. "engines": {
  8929. "node": ">=18"
  8930. }
  8931. },
  8932. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  8933. "version": "0.27.7",
  8934. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  8935. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  8936. "cpu": [
  8937. "arm64"
  8938. ],
  8939. "license": "MIT",
  8940. "optional": true,
  8941. "os": [
  8942. "win32"
  8943. ],
  8944. "engines": {
  8945. "node": ">=18"
  8946. }
  8947. },
  8948. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  8949. "version": "0.27.7",
  8950. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  8951. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  8952. "cpu": [
  8953. "ia32"
  8954. ],
  8955. "license": "MIT",
  8956. "optional": true,
  8957. "os": [
  8958. "win32"
  8959. ],
  8960. "engines": {
  8961. "node": ">=18"
  8962. }
  8963. },
  8964. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  8965. "version": "0.27.7",
  8966. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  8967. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  8968. "cpu": [
  8969. "x64"
  8970. ],
  8971. "license": "MIT",
  8972. "optional": true,
  8973. "os": [
  8974. "win32"
  8975. ],
  8976. "engines": {
  8977. "node": ">=18"
  8978. }
  8979. },
  8980. "node_modules/nitropack/node_modules/chokidar": {
  8981. "version": "5.0.0",
  8982. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  8983. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  8984. "license": "MIT",
  8985. "dependencies": {
  8986. "readdirp": "^5.0.0"
  8987. },
  8988. "engines": {
  8989. "node": ">= 20.19.0"
  8990. },
  8991. "funding": {
  8992. "url": "https://paulmillr.com/funding/"
  8993. }
  8994. },
  8995. "node_modules/nitropack/node_modules/citty": {
  8996. "version": "0.2.2",
  8997. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8998. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8999. "license": "MIT"
  9000. },
  9001. "node_modules/nitropack/node_modules/cliui": {
  9002. "version": "9.0.1",
  9003. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  9004. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  9005. "license": "ISC",
  9006. "dependencies": {
  9007. "string-width": "^7.2.0",
  9008. "strip-ansi": "^7.1.0",
  9009. "wrap-ansi": "^9.0.0"
  9010. },
  9011. "engines": {
  9012. "node": ">=20"
  9013. }
  9014. },
  9015. "node_modules/nitropack/node_modules/define-lazy-prop": {
  9016. "version": "3.0.0",
  9017. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9018. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9019. "license": "MIT",
  9020. "engines": {
  9021. "node": ">=12"
  9022. },
  9023. "funding": {
  9024. "url": "https://github.com/sponsors/sindresorhus"
  9025. }
  9026. },
  9027. "node_modules/nitropack/node_modules/emoji-regex": {
  9028. "version": "10.6.0",
  9029. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  9030. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  9031. "license": "MIT"
  9032. },
  9033. "node_modules/nitropack/node_modules/esbuild": {
  9034. "version": "0.27.7",
  9035. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  9036. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  9037. "hasInstallScript": true,
  9038. "license": "MIT",
  9039. "bin": {
  9040. "esbuild": "bin/esbuild"
  9041. },
  9042. "engines": {
  9043. "node": ">=18"
  9044. },
  9045. "optionalDependencies": {
  9046. "@esbuild/aix-ppc64": "0.27.7",
  9047. "@esbuild/android-arm": "0.27.7",
  9048. "@esbuild/android-arm64": "0.27.7",
  9049. "@esbuild/android-x64": "0.27.7",
  9050. "@esbuild/darwin-arm64": "0.27.7",
  9051. "@esbuild/darwin-x64": "0.27.7",
  9052. "@esbuild/freebsd-arm64": "0.27.7",
  9053. "@esbuild/freebsd-x64": "0.27.7",
  9054. "@esbuild/linux-arm": "0.27.7",
  9055. "@esbuild/linux-arm64": "0.27.7",
  9056. "@esbuild/linux-ia32": "0.27.7",
  9057. "@esbuild/linux-loong64": "0.27.7",
  9058. "@esbuild/linux-mips64el": "0.27.7",
  9059. "@esbuild/linux-ppc64": "0.27.7",
  9060. "@esbuild/linux-riscv64": "0.27.7",
  9061. "@esbuild/linux-s390x": "0.27.7",
  9062. "@esbuild/linux-x64": "0.27.7",
  9063. "@esbuild/netbsd-arm64": "0.27.7",
  9064. "@esbuild/netbsd-x64": "0.27.7",
  9065. "@esbuild/openbsd-arm64": "0.27.7",
  9066. "@esbuild/openbsd-x64": "0.27.7",
  9067. "@esbuild/openharmony-arm64": "0.27.7",
  9068. "@esbuild/sunos-x64": "0.27.7",
  9069. "@esbuild/win32-arm64": "0.27.7",
  9070. "@esbuild/win32-ia32": "0.27.7",
  9071. "@esbuild/win32-x64": "0.27.7"
  9072. }
  9073. },
  9074. "node_modules/nitropack/node_modules/estree-walker": {
  9075. "version": "3.0.3",
  9076. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9077. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9078. "license": "MIT",
  9079. "dependencies": {
  9080. "@types/estree": "^1.0.0"
  9081. }
  9082. },
  9083. "node_modules/nitropack/node_modules/magicast": {
  9084. "version": "0.5.2",
  9085. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  9086. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  9087. "license": "MIT",
  9088. "dependencies": {
  9089. "@babel/parser": "^7.29.0",
  9090. "@babel/types": "^7.29.0",
  9091. "source-map-js": "^1.2.1"
  9092. }
  9093. },
  9094. "node_modules/nitropack/node_modules/open": {
  9095. "version": "11.0.0",
  9096. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  9097. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  9098. "license": "MIT",
  9099. "dependencies": {
  9100. "default-browser": "^5.4.0",
  9101. "define-lazy-prop": "^3.0.0",
  9102. "is-in-ssh": "^1.0.0",
  9103. "is-inside-container": "^1.0.0",
  9104. "powershell-utils": "^0.1.0",
  9105. "wsl-utils": "^0.3.0"
  9106. },
  9107. "engines": {
  9108. "node": ">=20"
  9109. },
  9110. "funding": {
  9111. "url": "https://github.com/sponsors/sindresorhus"
  9112. }
  9113. },
  9114. "node_modules/nitropack/node_modules/readdirp": {
  9115. "version": "5.0.0",
  9116. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  9117. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  9118. "license": "MIT",
  9119. "engines": {
  9120. "node": ">= 20.19.0"
  9121. },
  9122. "funding": {
  9123. "type": "individual",
  9124. "url": "https://paulmillr.com/funding/"
  9125. }
  9126. },
  9127. "node_modules/nitropack/node_modules/rollup-plugin-visualizer": {
  9128. "version": "7.0.1",
  9129. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  9130. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  9131. "license": "MIT",
  9132. "dependencies": {
  9133. "open": "^11.0.0",
  9134. "picomatch": "^4.0.2",
  9135. "source-map": "^0.7.4",
  9136. "yargs": "^18.0.0"
  9137. },
  9138. "bin": {
  9139. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9140. },
  9141. "engines": {
  9142. "node": ">=22"
  9143. },
  9144. "peerDependencies": {
  9145. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  9146. "rollup": "2.x || 3.x || 4.x"
  9147. },
  9148. "peerDependenciesMeta": {
  9149. "rolldown": {
  9150. "optional": true
  9151. },
  9152. "rollup": {
  9153. "optional": true
  9154. }
  9155. }
  9156. },
  9157. "node_modules/nitropack/node_modules/std-env": {
  9158. "version": "4.1.0",
  9159. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  9160. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  9161. "license": "MIT"
  9162. },
  9163. "node_modules/nitropack/node_modules/string-width": {
  9164. "version": "7.2.0",
  9165. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  9166. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  9167. "license": "MIT",
  9168. "dependencies": {
  9169. "emoji-regex": "^10.3.0",
  9170. "get-east-asian-width": "^1.0.0",
  9171. "strip-ansi": "^7.1.0"
  9172. },
  9173. "engines": {
  9174. "node": ">=18"
  9175. },
  9176. "funding": {
  9177. "url": "https://github.com/sponsors/sindresorhus"
  9178. }
  9179. },
  9180. "node_modules/nitropack/node_modules/unimport": {
  9181. "version": "6.1.1",
  9182. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.1.tgz",
  9183. "integrity": "sha512-ZY3adHF8WFSaiF1O+Eqtltt4wMZPGQ+WWLtnbc31TxglU/dx7q8B66kvXdfyGTWA25X8OO00X9b9iyLzrWOZmw==",
  9184. "license": "MIT",
  9185. "dependencies": {
  9186. "acorn": "^8.16.0",
  9187. "escape-string-regexp": "^5.0.0",
  9188. "estree-walker": "^3.0.3",
  9189. "local-pkg": "^1.1.2",
  9190. "magic-string": "^0.30.21",
  9191. "mlly": "^1.8.2",
  9192. "pathe": "^2.0.3",
  9193. "picomatch": "^4.0.4",
  9194. "pkg-types": "^2.3.0",
  9195. "scule": "^1.3.0",
  9196. "strip-literal": "^3.1.0",
  9197. "tinyglobby": "^0.2.16",
  9198. "unplugin": "^3.0.0",
  9199. "unplugin-utils": "^0.3.1"
  9200. },
  9201. "engines": {
  9202. "node": ">=18.12.0"
  9203. }
  9204. },
  9205. "node_modules/nitropack/node_modules/unplugin": {
  9206. "version": "3.0.0",
  9207. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  9208. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  9209. "license": "MIT",
  9210. "dependencies": {
  9211. "@jridgewell/remapping": "^2.3.5",
  9212. "picomatch": "^4.0.3",
  9213. "webpack-virtual-modules": "^0.6.2"
  9214. },
  9215. "engines": {
  9216. "node": "^20.19.0 || >=22.12.0"
  9217. }
  9218. },
  9219. "node_modules/nitropack/node_modules/unplugin-utils": {
  9220. "version": "0.3.1",
  9221. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9222. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9223. "license": "MIT",
  9224. "dependencies": {
  9225. "pathe": "^2.0.3",
  9226. "picomatch": "^4.0.3"
  9227. },
  9228. "engines": {
  9229. "node": ">=20.19.0"
  9230. },
  9231. "funding": {
  9232. "url": "https://github.com/sponsors/sxzz"
  9233. }
  9234. },
  9235. "node_modules/nitropack/node_modules/wrap-ansi": {
  9236. "version": "9.0.2",
  9237. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  9238. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  9239. "license": "MIT",
  9240. "dependencies": {
  9241. "ansi-styles": "^6.2.1",
  9242. "string-width": "^7.0.0",
  9243. "strip-ansi": "^7.1.0"
  9244. },
  9245. "engines": {
  9246. "node": ">=18"
  9247. },
  9248. "funding": {
  9249. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9250. }
  9251. },
  9252. "node_modules/nitropack/node_modules/wsl-utils": {
  9253. "version": "0.3.1",
  9254. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  9255. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  9256. "license": "MIT",
  9257. "dependencies": {
  9258. "is-wsl": "^3.1.0",
  9259. "powershell-utils": "^0.1.0"
  9260. },
  9261. "engines": {
  9262. "node": ">=20"
  9263. },
  9264. "funding": {
  9265. "url": "https://github.com/sponsors/sindresorhus"
  9266. }
  9267. },
  9268. "node_modules/nitropack/node_modules/yargs": {
  9269. "version": "18.0.0",
  9270. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  9271. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  9272. "license": "MIT",
  9273. "dependencies": {
  9274. "cliui": "^9.0.1",
  9275. "escalade": "^3.1.1",
  9276. "get-caller-file": "^2.0.5",
  9277. "string-width": "^7.2.0",
  9278. "y18n": "^5.0.5",
  9279. "yargs-parser": "^22.0.0"
  9280. },
  9281. "engines": {
  9282. "node": "^20.19.0 || ^22.12.0 || >=23"
  9283. }
  9284. },
  9285. "node_modules/nitropack/node_modules/yargs-parser": {
  9286. "version": "22.0.0",
  9287. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  9288. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  9289. "license": "ISC",
  9290. "engines": {
  9291. "node": "^20.19.0 || ^22.12.0 || >=23"
  9292. }
  9293. },
  9294. "node_modules/node-addon-api": {
  9295. "version": "7.1.1",
  9296. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9297. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9298. "license": "MIT"
  9299. },
  9300. "node_modules/node-fetch": {
  9301. "version": "2.7.0",
  9302. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  9303. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9304. "license": "MIT",
  9305. "dependencies": {
  9306. "whatwg-url": "^5.0.0"
  9307. },
  9308. "engines": {
  9309. "node": "4.x || >=6.0.0"
  9310. },
  9311. "peerDependencies": {
  9312. "encoding": "^0.1.0"
  9313. },
  9314. "peerDependenciesMeta": {
  9315. "encoding": {
  9316. "optional": true
  9317. }
  9318. }
  9319. },
  9320. "node_modules/node-fetch-native": {
  9321. "version": "1.6.7",
  9322. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9323. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9324. "license": "MIT"
  9325. },
  9326. "node_modules/node-forge": {
  9327. "version": "1.4.0",
  9328. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  9329. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  9330. "license": "(BSD-3-Clause OR GPL-2.0)",
  9331. "engines": {
  9332. "node": ">= 6.13.0"
  9333. }
  9334. },
  9335. "node_modules/node-gyp-build": {
  9336. "version": "4.8.4",
  9337. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9338. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9339. "license": "MIT",
  9340. "bin": {
  9341. "node-gyp-build": "bin.js",
  9342. "node-gyp-build-optional": "optional.js",
  9343. "node-gyp-build-test": "build-test.js"
  9344. }
  9345. },
  9346. "node_modules/node-mock-http": {
  9347. "version": "1.0.4",
  9348. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9349. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9350. "license": "MIT"
  9351. },
  9352. "node_modules/node-releases": {
  9353. "version": "2.0.26",
  9354. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  9355. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  9356. "license": "MIT"
  9357. },
  9358. "node_modules/nopt": {
  9359. "version": "8.1.0",
  9360. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  9361. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9362. "license": "ISC",
  9363. "dependencies": {
  9364. "abbrev": "^3.0.0"
  9365. },
  9366. "bin": {
  9367. "nopt": "bin/nopt.js"
  9368. },
  9369. "engines": {
  9370. "node": "^18.17.0 || >=20.5.0"
  9371. }
  9372. },
  9373. "node_modules/normalize-path": {
  9374. "version": "3.0.0",
  9375. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9376. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9377. "license": "MIT",
  9378. "engines": {
  9379. "node": ">=0.10.0"
  9380. }
  9381. },
  9382. "node_modules/normalize-range": {
  9383. "version": "0.1.2",
  9384. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  9385. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  9386. "license": "MIT",
  9387. "engines": {
  9388. "node": ">=0.10.0"
  9389. }
  9390. },
  9391. "node_modules/npm-run-path": {
  9392. "version": "5.3.0",
  9393. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  9394. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  9395. "license": "MIT",
  9396. "dependencies": {
  9397. "path-key": "^4.0.0"
  9398. },
  9399. "engines": {
  9400. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9401. },
  9402. "funding": {
  9403. "url": "https://github.com/sponsors/sindresorhus"
  9404. }
  9405. },
  9406. "node_modules/npm-run-path/node_modules/path-key": {
  9407. "version": "4.0.0",
  9408. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9409. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9410. "license": "MIT",
  9411. "engines": {
  9412. "node": ">=12"
  9413. },
  9414. "funding": {
  9415. "url": "https://github.com/sponsors/sindresorhus"
  9416. }
  9417. },
  9418. "node_modules/nth-check": {
  9419. "version": "2.1.1",
  9420. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  9421. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9422. "license": "BSD-2-Clause",
  9423. "dependencies": {
  9424. "boolbase": "^1.0.0"
  9425. },
  9426. "funding": {
  9427. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9428. }
  9429. },
  9430. "node_modules/nuxt": {
  9431. "version": "4.2.0",
  9432. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.2.0.tgz",
  9433. "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==",
  9434. "license": "MIT",
  9435. "dependencies": {
  9436. "@dxup/nuxt": "^0.2.0",
  9437. "@nuxt/cli": "^3.29.3",
  9438. "@nuxt/devtools": "^2.6.5",
  9439. "@nuxt/kit": "4.2.0",
  9440. "@nuxt/nitro-server": "4.2.0",
  9441. "@nuxt/schema": "4.2.0",
  9442. "@nuxt/telemetry": "^2.6.6",
  9443. "@nuxt/vite-builder": "4.2.0",
  9444. "@unhead/vue": "^2.0.19",
  9445. "@vue/shared": "^3.5.22",
  9446. "c12": "^3.3.1",
  9447. "chokidar": "^4.0.3",
  9448. "compatx": "^0.2.0",
  9449. "consola": "^3.4.2",
  9450. "cookie-es": "^2.0.0",
  9451. "defu": "^6.1.4",
  9452. "destr": "^2.0.5",
  9453. "devalue": "^5.4.2",
  9454. "errx": "^0.1.0",
  9455. "escape-string-regexp": "^5.0.0",
  9456. "exsolve": "^1.0.7",
  9457. "h3": "^1.15.4",
  9458. "hookable": "^5.5.3",
  9459. "ignore": "^7.0.5",
  9460. "impound": "^1.0.0",
  9461. "jiti": "^2.6.1",
  9462. "klona": "^2.0.6",
  9463. "knitwork": "^1.2.0",
  9464. "magic-string": "^0.30.21",
  9465. "mlly": "^1.8.0",
  9466. "nanotar": "^0.2.0",
  9467. "nypm": "^0.6.2",
  9468. "ofetch": "^1.4.1",
  9469. "ohash": "^2.0.11",
  9470. "on-change": "^6.0.0",
  9471. "oxc-minify": "^0.95.0",
  9472. "oxc-parser": "^0.95.0",
  9473. "oxc-transform": "^0.95.0",
  9474. "oxc-walker": "^0.5.2",
  9475. "pathe": "^2.0.3",
  9476. "perfect-debounce": "^2.0.0",
  9477. "pkg-types": "^2.3.0",
  9478. "radix3": "^1.1.2",
  9479. "scule": "^1.3.0",
  9480. "semver": "^7.7.3",
  9481. "std-env": "^3.10.0",
  9482. "tinyglobby": "^0.2.15",
  9483. "ufo": "^1.6.1",
  9484. "ultrahtml": "^1.6.0",
  9485. "uncrypto": "^0.1.3",
  9486. "unctx": "^2.4.1",
  9487. "unimport": "^5.5.0",
  9488. "unplugin": "^2.3.10",
  9489. "unplugin-vue-router": "^0.16.0",
  9490. "untyped": "^2.0.0",
  9491. "vue": "^3.5.22",
  9492. "vue-router": "^4.6.3"
  9493. },
  9494. "bin": {
  9495. "nuxi": "bin/nuxt.mjs",
  9496. "nuxt": "bin/nuxt.mjs"
  9497. },
  9498. "engines": {
  9499. "node": "^20.19.0 || >=22.12.0"
  9500. },
  9501. "peerDependencies": {
  9502. "@parcel/watcher": "^2.1.0",
  9503. "@types/node": ">=18.12.0"
  9504. },
  9505. "peerDependenciesMeta": {
  9506. "@parcel/watcher": {
  9507. "optional": true
  9508. },
  9509. "@types/node": {
  9510. "optional": true
  9511. }
  9512. }
  9513. },
  9514. "node_modules/nuxt/node_modules/@nuxt/schema": {
  9515. "version": "4.2.0",
  9516. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.2.0.tgz",
  9517. "integrity": "sha512-YMbgpEyPokgOYME6BvY8Okk7GAIwhEFYzrkkkoU9IVgu0tKWetYRrjUwbd0eICqPm9EWDBQl5tTTNJ8xCndVbw==",
  9518. "license": "MIT",
  9519. "dependencies": {
  9520. "@vue/shared": "^3.5.22",
  9521. "defu": "^6.1.4",
  9522. "pathe": "^2.0.3",
  9523. "pkg-types": "^2.3.0",
  9524. "std-env": "^3.10.0"
  9525. },
  9526. "engines": {
  9527. "node": "^14.18.0 || >=16.10.0"
  9528. }
  9529. },
  9530. "node_modules/nypm": {
  9531. "version": "0.6.6",
  9532. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz",
  9533. "integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==",
  9534. "license": "MIT",
  9535. "dependencies": {
  9536. "citty": "^0.2.2",
  9537. "pathe": "^2.0.3",
  9538. "tinyexec": "^1.1.1"
  9539. },
  9540. "bin": {
  9541. "nypm": "dist/cli.mjs"
  9542. },
  9543. "engines": {
  9544. "node": ">=18"
  9545. }
  9546. },
  9547. "node_modules/nypm/node_modules/citty": {
  9548. "version": "0.2.2",
  9549. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  9550. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  9551. "license": "MIT"
  9552. },
  9553. "node_modules/ofetch": {
  9554. "version": "1.5.1",
  9555. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  9556. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  9557. "license": "MIT",
  9558. "dependencies": {
  9559. "destr": "^2.0.5",
  9560. "node-fetch-native": "^1.6.7",
  9561. "ufo": "^1.6.1"
  9562. }
  9563. },
  9564. "node_modules/ohash": {
  9565. "version": "2.0.11",
  9566. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  9567. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  9568. "license": "MIT"
  9569. },
  9570. "node_modules/on-change": {
  9571. "version": "6.0.1",
  9572. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
  9573. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  9574. "license": "MIT",
  9575. "engines": {
  9576. "node": ">=20"
  9577. },
  9578. "funding": {
  9579. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  9580. }
  9581. },
  9582. "node_modules/on-finished": {
  9583. "version": "2.4.1",
  9584. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  9585. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  9586. "license": "MIT",
  9587. "dependencies": {
  9588. "ee-first": "1.1.1"
  9589. },
  9590. "engines": {
  9591. "node": ">= 0.8"
  9592. }
  9593. },
  9594. "node_modules/onetime": {
  9595. "version": "6.0.0",
  9596. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  9597. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  9598. "license": "MIT",
  9599. "dependencies": {
  9600. "mimic-fn": "^4.0.0"
  9601. },
  9602. "engines": {
  9603. "node": ">=12"
  9604. },
  9605. "funding": {
  9606. "url": "https://github.com/sponsors/sindresorhus"
  9607. }
  9608. },
  9609. "node_modules/open": {
  9610. "version": "8.4.2",
  9611. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  9612. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  9613. "license": "MIT",
  9614. "dependencies": {
  9615. "define-lazy-prop": "^2.0.0",
  9616. "is-docker": "^2.1.1",
  9617. "is-wsl": "^2.2.0"
  9618. },
  9619. "engines": {
  9620. "node": ">=12"
  9621. },
  9622. "funding": {
  9623. "url": "https://github.com/sponsors/sindresorhus"
  9624. }
  9625. },
  9626. "node_modules/open/node_modules/is-docker": {
  9627. "version": "2.2.1",
  9628. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  9629. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  9630. "license": "MIT",
  9631. "bin": {
  9632. "is-docker": "cli.js"
  9633. },
  9634. "engines": {
  9635. "node": ">=8"
  9636. },
  9637. "funding": {
  9638. "url": "https://github.com/sponsors/sindresorhus"
  9639. }
  9640. },
  9641. "node_modules/open/node_modules/is-wsl": {
  9642. "version": "2.2.0",
  9643. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9644. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9645. "license": "MIT",
  9646. "dependencies": {
  9647. "is-docker": "^2.0.0"
  9648. },
  9649. "engines": {
  9650. "node": ">=8"
  9651. }
  9652. },
  9653. "node_modules/oxc-minify": {
  9654. "version": "0.95.0",
  9655. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.95.0.tgz",
  9656. "integrity": "sha512-3k//447vscNk5JZXVnr2qv0QONjUU7F8Y6ewAPFVQNgdvYh3gCLYCRjQ/DR5kVkqxFgVa8R/FFBV3X5jlztSzw==",
  9657. "license": "MIT",
  9658. "engines": {
  9659. "node": "^20.19.0 || >=22.12.0"
  9660. },
  9661. "funding": {
  9662. "url": "https://github.com/sponsors/Boshen"
  9663. },
  9664. "optionalDependencies": {
  9665. "@oxc-minify/binding-android-arm64": "0.95.0",
  9666. "@oxc-minify/binding-darwin-arm64": "0.95.0",
  9667. "@oxc-minify/binding-darwin-x64": "0.95.0",
  9668. "@oxc-minify/binding-freebsd-x64": "0.95.0",
  9669. "@oxc-minify/binding-linux-arm-gnueabihf": "0.95.0",
  9670. "@oxc-minify/binding-linux-arm-musleabihf": "0.95.0",
  9671. "@oxc-minify/binding-linux-arm64-gnu": "0.95.0",
  9672. "@oxc-minify/binding-linux-arm64-musl": "0.95.0",
  9673. "@oxc-minify/binding-linux-riscv64-gnu": "0.95.0",
  9674. "@oxc-minify/binding-linux-s390x-gnu": "0.95.0",
  9675. "@oxc-minify/binding-linux-x64-gnu": "0.95.0",
  9676. "@oxc-minify/binding-linux-x64-musl": "0.95.0",
  9677. "@oxc-minify/binding-wasm32-wasi": "0.95.0",
  9678. "@oxc-minify/binding-win32-arm64-msvc": "0.95.0",
  9679. "@oxc-minify/binding-win32-x64-msvc": "0.95.0"
  9680. }
  9681. },
  9682. "node_modules/oxc-parser": {
  9683. "version": "0.95.0",
  9684. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.95.0.tgz",
  9685. "integrity": "sha512-Te8fE/SmiiKWIrwBwxz5Dod87uYvsbcZ9JAL5ylPg1DevyKgTkxCXnPEaewk1Su2qpfNmry5RHoN+NywWFCG+A==",
  9686. "license": "MIT",
  9687. "dependencies": {
  9688. "@oxc-project/types": "^0.95.0"
  9689. },
  9690. "engines": {
  9691. "node": "^20.19.0 || >=22.12.0"
  9692. },
  9693. "funding": {
  9694. "url": "https://github.com/sponsors/Boshen"
  9695. },
  9696. "optionalDependencies": {
  9697. "@oxc-parser/binding-android-arm64": "0.95.0",
  9698. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  9699. "@oxc-parser/binding-darwin-x64": "0.95.0",
  9700. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  9701. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  9702. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  9703. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  9704. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  9705. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  9706. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  9707. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  9708. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  9709. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  9710. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  9711. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  9712. }
  9713. },
  9714. "node_modules/oxc-transform": {
  9715. "version": "0.95.0",
  9716. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz",
  9717. "integrity": "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==",
  9718. "license": "MIT",
  9719. "engines": {
  9720. "node": "^20.19.0 || >=22.12.0"
  9721. },
  9722. "funding": {
  9723. "url": "https://github.com/sponsors/Boshen"
  9724. },
  9725. "optionalDependencies": {
  9726. "@oxc-transform/binding-android-arm64": "0.95.0",
  9727. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  9728. "@oxc-transform/binding-darwin-x64": "0.95.0",
  9729. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  9730. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  9731. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  9732. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  9733. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  9734. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  9735. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  9736. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  9737. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  9738. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  9739. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  9740. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  9741. }
  9742. },
  9743. "node_modules/oxc-walker": {
  9744. "version": "0.5.2",
  9745. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz",
  9746. "integrity": "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==",
  9747. "license": "MIT",
  9748. "dependencies": {
  9749. "magic-regexp": "^0.10.0"
  9750. },
  9751. "peerDependencies": {
  9752. "oxc-parser": ">=0.72.0"
  9753. }
  9754. },
  9755. "node_modules/package-json-from-dist": {
  9756. "version": "1.0.1",
  9757. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  9758. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  9759. "license": "BlueOak-1.0.0"
  9760. },
  9761. "node_modules/package-manager-detector": {
  9762. "version": "1.5.0",
  9763. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
  9764. "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
  9765. "license": "MIT"
  9766. },
  9767. "node_modules/pako": {
  9768. "version": "0.2.9",
  9769. "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
  9770. "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
  9771. "license": "MIT"
  9772. },
  9773. "node_modules/parse-path": {
  9774. "version": "7.1.0",
  9775. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz",
  9776. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  9777. "license": "MIT",
  9778. "dependencies": {
  9779. "protocols": "^2.0.0"
  9780. }
  9781. },
  9782. "node_modules/parse-url": {
  9783. "version": "9.2.0",
  9784. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz",
  9785. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  9786. "license": "MIT",
  9787. "dependencies": {
  9788. "@types/parse-path": "^7.0.0",
  9789. "parse-path": "^7.0.0"
  9790. },
  9791. "engines": {
  9792. "node": ">=14.13.0"
  9793. }
  9794. },
  9795. "node_modules/parseurl": {
  9796. "version": "1.3.3",
  9797. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  9798. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  9799. "license": "MIT",
  9800. "engines": {
  9801. "node": ">= 0.8"
  9802. }
  9803. },
  9804. "node_modules/path-browserify": {
  9805. "version": "1.0.1",
  9806. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  9807. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  9808. "license": "MIT"
  9809. },
  9810. "node_modules/path-key": {
  9811. "version": "3.1.1",
  9812. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  9813. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9814. "license": "MIT",
  9815. "engines": {
  9816. "node": ">=8"
  9817. }
  9818. },
  9819. "node_modules/path-parse": {
  9820. "version": "1.0.7",
  9821. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  9822. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9823. "license": "MIT"
  9824. },
  9825. "node_modules/path-scurry": {
  9826. "version": "1.11.1",
  9827. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  9828. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  9829. "license": "BlueOak-1.0.0",
  9830. "dependencies": {
  9831. "lru-cache": "^10.2.0",
  9832. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  9833. },
  9834. "engines": {
  9835. "node": ">=16 || 14 >=14.18"
  9836. },
  9837. "funding": {
  9838. "url": "https://github.com/sponsors/isaacs"
  9839. }
  9840. },
  9841. "node_modules/path-scurry/node_modules/lru-cache": {
  9842. "version": "10.4.3",
  9843. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9844. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9845. "license": "ISC"
  9846. },
  9847. "node_modules/pathe": {
  9848. "version": "2.0.3",
  9849. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  9850. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  9851. "license": "MIT"
  9852. },
  9853. "node_modules/perfect-debounce": {
  9854. "version": "2.1.0",
  9855. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  9856. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  9857. "license": "MIT"
  9858. },
  9859. "node_modules/picocolors": {
  9860. "version": "1.1.1",
  9861. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  9862. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9863. "license": "ISC"
  9864. },
  9865. "node_modules/picomatch": {
  9866. "version": "4.0.4",
  9867. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  9868. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  9869. "license": "MIT",
  9870. "engines": {
  9871. "node": ">=12"
  9872. },
  9873. "funding": {
  9874. "url": "https://github.com/sponsors/jonschlinkert"
  9875. }
  9876. },
  9877. "node_modules/pkg-types": {
  9878. "version": "2.3.0",
  9879. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  9880. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  9881. "license": "MIT",
  9882. "dependencies": {
  9883. "confbox": "^0.2.2",
  9884. "exsolve": "^1.0.7",
  9885. "pathe": "^2.0.3"
  9886. }
  9887. },
  9888. "node_modules/postcss": {
  9889. "version": "8.5.12",
  9890. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
  9891. "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
  9892. "funding": [
  9893. {
  9894. "type": "opencollective",
  9895. "url": "https://opencollective.com/postcss/"
  9896. },
  9897. {
  9898. "type": "tidelift",
  9899. "url": "https://tidelift.com/funding/github/npm/postcss"
  9900. },
  9901. {
  9902. "type": "github",
  9903. "url": "https://github.com/sponsors/ai"
  9904. }
  9905. ],
  9906. "license": "MIT",
  9907. "dependencies": {
  9908. "nanoid": "^3.3.11",
  9909. "picocolors": "^1.1.1",
  9910. "source-map-js": "^1.2.1"
  9911. },
  9912. "engines": {
  9913. "node": "^10 || ^12 || >=14"
  9914. }
  9915. },
  9916. "node_modules/postcss-calc": {
  9917. "version": "10.1.1",
  9918. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  9919. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  9920. "license": "MIT",
  9921. "dependencies": {
  9922. "postcss-selector-parser": "^7.0.0",
  9923. "postcss-value-parser": "^4.2.0"
  9924. },
  9925. "engines": {
  9926. "node": "^18.12 || ^20.9 || >=22.0"
  9927. },
  9928. "peerDependencies": {
  9929. "postcss": "^8.4.38"
  9930. }
  9931. },
  9932. "node_modules/postcss-colormin": {
  9933. "version": "7.0.4",
  9934. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.4.tgz",
  9935. "integrity": "sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==",
  9936. "license": "MIT",
  9937. "dependencies": {
  9938. "browserslist": "^4.25.1",
  9939. "caniuse-api": "^3.0.0",
  9940. "colord": "^2.9.3",
  9941. "postcss-value-parser": "^4.2.0"
  9942. },
  9943. "engines": {
  9944. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9945. },
  9946. "peerDependencies": {
  9947. "postcss": "^8.4.32"
  9948. }
  9949. },
  9950. "node_modules/postcss-convert-values": {
  9951. "version": "7.0.7",
  9952. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.7.tgz",
  9953. "integrity": "sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==",
  9954. "license": "MIT",
  9955. "dependencies": {
  9956. "browserslist": "^4.25.1",
  9957. "postcss-value-parser": "^4.2.0"
  9958. },
  9959. "engines": {
  9960. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9961. },
  9962. "peerDependencies": {
  9963. "postcss": "^8.4.32"
  9964. }
  9965. },
  9966. "node_modules/postcss-discard-comments": {
  9967. "version": "7.0.4",
  9968. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.4.tgz",
  9969. "integrity": "sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==",
  9970. "license": "MIT",
  9971. "dependencies": {
  9972. "postcss-selector-parser": "^7.1.0"
  9973. },
  9974. "engines": {
  9975. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9976. },
  9977. "peerDependencies": {
  9978. "postcss": "^8.4.32"
  9979. }
  9980. },
  9981. "node_modules/postcss-discard-duplicates": {
  9982. "version": "7.0.2",
  9983. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  9984. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  9985. "license": "MIT",
  9986. "engines": {
  9987. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9988. },
  9989. "peerDependencies": {
  9990. "postcss": "^8.4.32"
  9991. }
  9992. },
  9993. "node_modules/postcss-discard-empty": {
  9994. "version": "7.0.1",
  9995. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  9996. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  9997. "license": "MIT",
  9998. "engines": {
  9999. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10000. },
  10001. "peerDependencies": {
  10002. "postcss": "^8.4.32"
  10003. }
  10004. },
  10005. "node_modules/postcss-discard-overridden": {
  10006. "version": "7.0.1",
  10007. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10008. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10009. "license": "MIT",
  10010. "engines": {
  10011. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10012. },
  10013. "peerDependencies": {
  10014. "postcss": "^8.4.32"
  10015. }
  10016. },
  10017. "node_modules/postcss-merge-longhand": {
  10018. "version": "7.0.5",
  10019. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10020. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10021. "license": "MIT",
  10022. "dependencies": {
  10023. "postcss-value-parser": "^4.2.0",
  10024. "stylehacks": "^7.0.5"
  10025. },
  10026. "engines": {
  10027. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10028. },
  10029. "peerDependencies": {
  10030. "postcss": "^8.4.32"
  10031. }
  10032. },
  10033. "node_modules/postcss-merge-rules": {
  10034. "version": "7.0.6",
  10035. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.6.tgz",
  10036. "integrity": "sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==",
  10037. "license": "MIT",
  10038. "dependencies": {
  10039. "browserslist": "^4.25.1",
  10040. "caniuse-api": "^3.0.0",
  10041. "cssnano-utils": "^5.0.1",
  10042. "postcss-selector-parser": "^7.1.0"
  10043. },
  10044. "engines": {
  10045. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10046. },
  10047. "peerDependencies": {
  10048. "postcss": "^8.4.32"
  10049. }
  10050. },
  10051. "node_modules/postcss-minify-font-values": {
  10052. "version": "7.0.1",
  10053. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10054. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10055. "license": "MIT",
  10056. "dependencies": {
  10057. "postcss-value-parser": "^4.2.0"
  10058. },
  10059. "engines": {
  10060. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10061. },
  10062. "peerDependencies": {
  10063. "postcss": "^8.4.32"
  10064. }
  10065. },
  10066. "node_modules/postcss-minify-gradients": {
  10067. "version": "7.0.1",
  10068. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10069. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10070. "license": "MIT",
  10071. "dependencies": {
  10072. "colord": "^2.9.3",
  10073. "cssnano-utils": "^5.0.1",
  10074. "postcss-value-parser": "^4.2.0"
  10075. },
  10076. "engines": {
  10077. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10078. },
  10079. "peerDependencies": {
  10080. "postcss": "^8.4.32"
  10081. }
  10082. },
  10083. "node_modules/postcss-minify-params": {
  10084. "version": "7.0.4",
  10085. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.4.tgz",
  10086. "integrity": "sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==",
  10087. "license": "MIT",
  10088. "dependencies": {
  10089. "browserslist": "^4.25.1",
  10090. "cssnano-utils": "^5.0.1",
  10091. "postcss-value-parser": "^4.2.0"
  10092. },
  10093. "engines": {
  10094. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10095. },
  10096. "peerDependencies": {
  10097. "postcss": "^8.4.32"
  10098. }
  10099. },
  10100. "node_modules/postcss-minify-selectors": {
  10101. "version": "7.0.5",
  10102. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10103. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10104. "license": "MIT",
  10105. "dependencies": {
  10106. "cssesc": "^3.0.0",
  10107. "postcss-selector-parser": "^7.1.0"
  10108. },
  10109. "engines": {
  10110. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10111. },
  10112. "peerDependencies": {
  10113. "postcss": "^8.4.32"
  10114. }
  10115. },
  10116. "node_modules/postcss-normalize-charset": {
  10117. "version": "7.0.1",
  10118. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10119. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10120. "license": "MIT",
  10121. "engines": {
  10122. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10123. },
  10124. "peerDependencies": {
  10125. "postcss": "^8.4.32"
  10126. }
  10127. },
  10128. "node_modules/postcss-normalize-display-values": {
  10129. "version": "7.0.1",
  10130. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10131. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10132. "license": "MIT",
  10133. "dependencies": {
  10134. "postcss-value-parser": "^4.2.0"
  10135. },
  10136. "engines": {
  10137. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10138. },
  10139. "peerDependencies": {
  10140. "postcss": "^8.4.32"
  10141. }
  10142. },
  10143. "node_modules/postcss-normalize-positions": {
  10144. "version": "7.0.1",
  10145. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10146. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10147. "license": "MIT",
  10148. "dependencies": {
  10149. "postcss-value-parser": "^4.2.0"
  10150. },
  10151. "engines": {
  10152. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10153. },
  10154. "peerDependencies": {
  10155. "postcss": "^8.4.32"
  10156. }
  10157. },
  10158. "node_modules/postcss-normalize-repeat-style": {
  10159. "version": "7.0.1",
  10160. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10161. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10162. "license": "MIT",
  10163. "dependencies": {
  10164. "postcss-value-parser": "^4.2.0"
  10165. },
  10166. "engines": {
  10167. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10168. },
  10169. "peerDependencies": {
  10170. "postcss": "^8.4.32"
  10171. }
  10172. },
  10173. "node_modules/postcss-normalize-string": {
  10174. "version": "7.0.1",
  10175. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10176. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10177. "license": "MIT",
  10178. "dependencies": {
  10179. "postcss-value-parser": "^4.2.0"
  10180. },
  10181. "engines": {
  10182. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10183. },
  10184. "peerDependencies": {
  10185. "postcss": "^8.4.32"
  10186. }
  10187. },
  10188. "node_modules/postcss-normalize-timing-functions": {
  10189. "version": "7.0.1",
  10190. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10191. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10192. "license": "MIT",
  10193. "dependencies": {
  10194. "postcss-value-parser": "^4.2.0"
  10195. },
  10196. "engines": {
  10197. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10198. },
  10199. "peerDependencies": {
  10200. "postcss": "^8.4.32"
  10201. }
  10202. },
  10203. "node_modules/postcss-normalize-unicode": {
  10204. "version": "7.0.4",
  10205. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.4.tgz",
  10206. "integrity": "sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==",
  10207. "license": "MIT",
  10208. "dependencies": {
  10209. "browserslist": "^4.25.1",
  10210. "postcss-value-parser": "^4.2.0"
  10211. },
  10212. "engines": {
  10213. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10214. },
  10215. "peerDependencies": {
  10216. "postcss": "^8.4.32"
  10217. }
  10218. },
  10219. "node_modules/postcss-normalize-url": {
  10220. "version": "7.0.1",
  10221. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10222. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10223. "license": "MIT",
  10224. "dependencies": {
  10225. "postcss-value-parser": "^4.2.0"
  10226. },
  10227. "engines": {
  10228. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10229. },
  10230. "peerDependencies": {
  10231. "postcss": "^8.4.32"
  10232. }
  10233. },
  10234. "node_modules/postcss-normalize-whitespace": {
  10235. "version": "7.0.1",
  10236. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10237. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10238. "license": "MIT",
  10239. "dependencies": {
  10240. "postcss-value-parser": "^4.2.0"
  10241. },
  10242. "engines": {
  10243. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10244. },
  10245. "peerDependencies": {
  10246. "postcss": "^8.4.32"
  10247. }
  10248. },
  10249. "node_modules/postcss-ordered-values": {
  10250. "version": "7.0.2",
  10251. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10252. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10253. "license": "MIT",
  10254. "dependencies": {
  10255. "cssnano-utils": "^5.0.1",
  10256. "postcss-value-parser": "^4.2.0"
  10257. },
  10258. "engines": {
  10259. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10260. },
  10261. "peerDependencies": {
  10262. "postcss": "^8.4.32"
  10263. }
  10264. },
  10265. "node_modules/postcss-reduce-initial": {
  10266. "version": "7.0.4",
  10267. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.4.tgz",
  10268. "integrity": "sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==",
  10269. "license": "MIT",
  10270. "dependencies": {
  10271. "browserslist": "^4.25.1",
  10272. "caniuse-api": "^3.0.0"
  10273. },
  10274. "engines": {
  10275. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10276. },
  10277. "peerDependencies": {
  10278. "postcss": "^8.4.32"
  10279. }
  10280. },
  10281. "node_modules/postcss-reduce-transforms": {
  10282. "version": "7.0.1",
  10283. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10284. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10285. "license": "MIT",
  10286. "dependencies": {
  10287. "postcss-value-parser": "^4.2.0"
  10288. },
  10289. "engines": {
  10290. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10291. },
  10292. "peerDependencies": {
  10293. "postcss": "^8.4.32"
  10294. }
  10295. },
  10296. "node_modules/postcss-selector-parser": {
  10297. "version": "7.1.0",
  10298. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  10299. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  10300. "license": "MIT",
  10301. "dependencies": {
  10302. "cssesc": "^3.0.0",
  10303. "util-deprecate": "^1.0.2"
  10304. },
  10305. "engines": {
  10306. "node": ">=4"
  10307. }
  10308. },
  10309. "node_modules/postcss-svgo": {
  10310. "version": "7.1.0",
  10311. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10312. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10313. "license": "MIT",
  10314. "dependencies": {
  10315. "postcss-value-parser": "^4.2.0",
  10316. "svgo": "^4.0.0"
  10317. },
  10318. "engines": {
  10319. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10320. },
  10321. "peerDependencies": {
  10322. "postcss": "^8.4.32"
  10323. }
  10324. },
  10325. "node_modules/postcss-unique-selectors": {
  10326. "version": "7.0.4",
  10327. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10328. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10329. "license": "MIT",
  10330. "dependencies": {
  10331. "postcss-selector-parser": "^7.1.0"
  10332. },
  10333. "engines": {
  10334. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10335. },
  10336. "peerDependencies": {
  10337. "postcss": "^8.4.32"
  10338. }
  10339. },
  10340. "node_modules/postcss-value-parser": {
  10341. "version": "4.2.0",
  10342. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  10343. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  10344. "license": "MIT"
  10345. },
  10346. "node_modules/postcss/node_modules/nanoid": {
  10347. "version": "3.3.11",
  10348. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  10349. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  10350. "funding": [
  10351. {
  10352. "type": "github",
  10353. "url": "https://github.com/sponsors/ai"
  10354. }
  10355. ],
  10356. "license": "MIT",
  10357. "bin": {
  10358. "nanoid": "bin/nanoid.cjs"
  10359. },
  10360. "engines": {
  10361. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10362. }
  10363. },
  10364. "node_modules/powershell-utils": {
  10365. "version": "0.1.0",
  10366. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  10367. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  10368. "license": "MIT",
  10369. "engines": {
  10370. "node": ">=20"
  10371. },
  10372. "funding": {
  10373. "url": "https://github.com/sponsors/sindresorhus"
  10374. }
  10375. },
  10376. "node_modules/pretty-bytes": {
  10377. "version": "7.1.0",
  10378. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  10379. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  10380. "license": "MIT",
  10381. "engines": {
  10382. "node": ">=20"
  10383. },
  10384. "funding": {
  10385. "url": "https://github.com/sponsors/sindresorhus"
  10386. }
  10387. },
  10388. "node_modules/process": {
  10389. "version": "0.11.10",
  10390. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  10391. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  10392. "license": "MIT",
  10393. "engines": {
  10394. "node": ">= 0.6.0"
  10395. }
  10396. },
  10397. "node_modules/process-nextick-args": {
  10398. "version": "2.0.1",
  10399. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10400. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  10401. "license": "MIT"
  10402. },
  10403. "node_modules/prompts": {
  10404. "version": "2.4.2",
  10405. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10406. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10407. "license": "MIT",
  10408. "dependencies": {
  10409. "kleur": "^3.0.3",
  10410. "sisteransi": "^1.0.5"
  10411. },
  10412. "engines": {
  10413. "node": ">= 6"
  10414. }
  10415. },
  10416. "node_modules/protocols": {
  10417. "version": "2.0.2",
  10418. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
  10419. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  10420. "license": "MIT"
  10421. },
  10422. "node_modules/quansync": {
  10423. "version": "0.2.11",
  10424. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  10425. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  10426. "funding": [
  10427. {
  10428. "type": "individual",
  10429. "url": "https://github.com/sponsors/antfu"
  10430. },
  10431. {
  10432. "type": "individual",
  10433. "url": "https://github.com/sponsors/sxzz"
  10434. }
  10435. ],
  10436. "license": "MIT"
  10437. },
  10438. "node_modules/queue-microtask": {
  10439. "version": "1.2.3",
  10440. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10441. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10442. "funding": [
  10443. {
  10444. "type": "github",
  10445. "url": "https://github.com/sponsors/feross"
  10446. },
  10447. {
  10448. "type": "patreon",
  10449. "url": "https://www.patreon.com/feross"
  10450. },
  10451. {
  10452. "type": "consulting",
  10453. "url": "https://feross.org/support"
  10454. }
  10455. ],
  10456. "license": "MIT"
  10457. },
  10458. "node_modules/radix3": {
  10459. "version": "1.1.2",
  10460. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  10461. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  10462. "license": "MIT"
  10463. },
  10464. "node_modules/range-parser": {
  10465. "version": "1.2.1",
  10466. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10467. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10468. "license": "MIT",
  10469. "engines": {
  10470. "node": ">= 0.6"
  10471. }
  10472. },
  10473. "node_modules/rc9": {
  10474. "version": "2.1.2",
  10475. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  10476. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  10477. "license": "MIT",
  10478. "dependencies": {
  10479. "defu": "^6.1.4",
  10480. "destr": "^2.0.3"
  10481. }
  10482. },
  10483. "node_modules/readable-stream": {
  10484. "version": "4.7.0",
  10485. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  10486. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  10487. "license": "MIT",
  10488. "dependencies": {
  10489. "abort-controller": "^3.0.0",
  10490. "buffer": "^6.0.3",
  10491. "events": "^3.3.0",
  10492. "process": "^0.11.10",
  10493. "string_decoder": "^1.3.0"
  10494. },
  10495. "engines": {
  10496. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10497. }
  10498. },
  10499. "node_modules/readdir-glob": {
  10500. "version": "1.1.3",
  10501. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  10502. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  10503. "license": "Apache-2.0",
  10504. "dependencies": {
  10505. "minimatch": "^5.1.0"
  10506. }
  10507. },
  10508. "node_modules/readdir-glob/node_modules/minimatch": {
  10509. "version": "5.1.9",
  10510. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  10511. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  10512. "license": "ISC",
  10513. "dependencies": {
  10514. "brace-expansion": "^2.0.1"
  10515. },
  10516. "engines": {
  10517. "node": ">=10"
  10518. }
  10519. },
  10520. "node_modules/readdirp": {
  10521. "version": "4.1.2",
  10522. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  10523. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10524. "license": "MIT",
  10525. "engines": {
  10526. "node": ">= 14.18.0"
  10527. },
  10528. "funding": {
  10529. "type": "individual",
  10530. "url": "https://paulmillr.com/funding/"
  10531. }
  10532. },
  10533. "node_modules/redis-errors": {
  10534. "version": "1.2.0",
  10535. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  10536. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  10537. "license": "MIT",
  10538. "engines": {
  10539. "node": ">=4"
  10540. }
  10541. },
  10542. "node_modules/redis-parser": {
  10543. "version": "3.0.0",
  10544. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  10545. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  10546. "license": "MIT",
  10547. "dependencies": {
  10548. "redis-errors": "^1.0.0"
  10549. },
  10550. "engines": {
  10551. "node": ">=4"
  10552. }
  10553. },
  10554. "node_modules/regexp-tree": {
  10555. "version": "0.1.27",
  10556. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  10557. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  10558. "license": "MIT",
  10559. "bin": {
  10560. "regexp-tree": "bin/regexp-tree"
  10561. }
  10562. },
  10563. "node_modules/reka-ui": {
  10564. "version": "2.6.0",
  10565. "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz",
  10566. "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==",
  10567. "license": "MIT",
  10568. "dependencies": {
  10569. "@floating-ui/dom": "^1.6.13",
  10570. "@floating-ui/vue": "^1.1.6",
  10571. "@internationalized/date": "^3.5.0",
  10572. "@internationalized/number": "^3.5.0",
  10573. "@tanstack/vue-virtual": "^3.12.0",
  10574. "@vueuse/core": "^12.5.0",
  10575. "@vueuse/shared": "^12.5.0",
  10576. "aria-hidden": "^1.2.4",
  10577. "defu": "^6.1.4",
  10578. "ohash": "^2.0.11"
  10579. },
  10580. "peerDependencies": {
  10581. "vue": ">= 3.2.0"
  10582. }
  10583. },
  10584. "node_modules/reka-ui/node_modules/@vueuse/core": {
  10585. "version": "12.8.2",
  10586. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
  10587. "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
  10588. "license": "MIT",
  10589. "dependencies": {
  10590. "@types/web-bluetooth": "^0.0.21",
  10591. "@vueuse/metadata": "12.8.2",
  10592. "@vueuse/shared": "12.8.2",
  10593. "vue": "^3.5.13"
  10594. },
  10595. "funding": {
  10596. "url": "https://github.com/sponsors/antfu"
  10597. }
  10598. },
  10599. "node_modules/reka-ui/node_modules/@vueuse/metadata": {
  10600. "version": "12.8.2",
  10601. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
  10602. "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
  10603. "license": "MIT",
  10604. "funding": {
  10605. "url": "https://github.com/sponsors/antfu"
  10606. }
  10607. },
  10608. "node_modules/reka-ui/node_modules/@vueuse/shared": {
  10609. "version": "12.8.2",
  10610. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
  10611. "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
  10612. "license": "MIT",
  10613. "dependencies": {
  10614. "vue": "^3.5.13"
  10615. },
  10616. "funding": {
  10617. "url": "https://github.com/sponsors/antfu"
  10618. }
  10619. },
  10620. "node_modules/require-directory": {
  10621. "version": "2.1.1",
  10622. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  10623. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  10624. "license": "MIT",
  10625. "engines": {
  10626. "node": ">=0.10.0"
  10627. }
  10628. },
  10629. "node_modules/resolve": {
  10630. "version": "1.22.11",
  10631. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  10632. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  10633. "license": "MIT",
  10634. "dependencies": {
  10635. "is-core-module": "^2.16.1",
  10636. "path-parse": "^1.0.7",
  10637. "supports-preserve-symlinks-flag": "^1.0.0"
  10638. },
  10639. "bin": {
  10640. "resolve": "bin/resolve"
  10641. },
  10642. "engines": {
  10643. "node": ">= 0.4"
  10644. },
  10645. "funding": {
  10646. "url": "https://github.com/sponsors/ljharb"
  10647. }
  10648. },
  10649. "node_modules/resolve-from": {
  10650. "version": "5.0.0",
  10651. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  10652. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  10653. "license": "MIT",
  10654. "engines": {
  10655. "node": ">=8"
  10656. }
  10657. },
  10658. "node_modules/restructure": {
  10659. "version": "3.0.2",
  10660. "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
  10661. "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
  10662. "license": "MIT"
  10663. },
  10664. "node_modules/reusify": {
  10665. "version": "1.1.0",
  10666. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  10667. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10668. "license": "MIT",
  10669. "engines": {
  10670. "iojs": ">=1.0.0",
  10671. "node": ">=0.10.0"
  10672. }
  10673. },
  10674. "node_modules/rfdc": {
  10675. "version": "1.4.1",
  10676. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  10677. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  10678. "license": "MIT"
  10679. },
  10680. "node_modules/rollup": {
  10681. "version": "4.60.2",
  10682. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
  10683. "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
  10684. "license": "MIT",
  10685. "dependencies": {
  10686. "@types/estree": "1.0.8"
  10687. },
  10688. "bin": {
  10689. "rollup": "dist/bin/rollup"
  10690. },
  10691. "engines": {
  10692. "node": ">=18.0.0",
  10693. "npm": ">=8.0.0"
  10694. },
  10695. "optionalDependencies": {
  10696. "@rollup/rollup-android-arm-eabi": "4.60.2",
  10697. "@rollup/rollup-android-arm64": "4.60.2",
  10698. "@rollup/rollup-darwin-arm64": "4.60.2",
  10699. "@rollup/rollup-darwin-x64": "4.60.2",
  10700. "@rollup/rollup-freebsd-arm64": "4.60.2",
  10701. "@rollup/rollup-freebsd-x64": "4.60.2",
  10702. "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
  10703. "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
  10704. "@rollup/rollup-linux-arm64-gnu": "4.60.2",
  10705. "@rollup/rollup-linux-arm64-musl": "4.60.2",
  10706. "@rollup/rollup-linux-loong64-gnu": "4.60.2",
  10707. "@rollup/rollup-linux-loong64-musl": "4.60.2",
  10708. "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
  10709. "@rollup/rollup-linux-ppc64-musl": "4.60.2",
  10710. "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
  10711. "@rollup/rollup-linux-riscv64-musl": "4.60.2",
  10712. "@rollup/rollup-linux-s390x-gnu": "4.60.2",
  10713. "@rollup/rollup-linux-x64-gnu": "4.60.2",
  10714. "@rollup/rollup-linux-x64-musl": "4.60.2",
  10715. "@rollup/rollup-openbsd-x64": "4.60.2",
  10716. "@rollup/rollup-openharmony-arm64": "4.60.2",
  10717. "@rollup/rollup-win32-arm64-msvc": "4.60.2",
  10718. "@rollup/rollup-win32-ia32-msvc": "4.60.2",
  10719. "@rollup/rollup-win32-x64-gnu": "4.60.2",
  10720. "@rollup/rollup-win32-x64-msvc": "4.60.2",
  10721. "fsevents": "~2.3.2"
  10722. }
  10723. },
  10724. "node_modules/rollup-plugin-visualizer": {
  10725. "version": "6.0.5",
  10726. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  10727. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  10728. "license": "MIT",
  10729. "dependencies": {
  10730. "open": "^8.0.0",
  10731. "picomatch": "^4.0.2",
  10732. "source-map": "^0.7.4",
  10733. "yargs": "^17.5.1"
  10734. },
  10735. "bin": {
  10736. "rollup-plugin-visualizer": "dist/bin/cli.js"
  10737. },
  10738. "engines": {
  10739. "node": ">=18"
  10740. },
  10741. "peerDependencies": {
  10742. "rolldown": "1.x || ^1.0.0-beta",
  10743. "rollup": "2.x || 3.x || 4.x"
  10744. },
  10745. "peerDependenciesMeta": {
  10746. "rolldown": {
  10747. "optional": true
  10748. },
  10749. "rollup": {
  10750. "optional": true
  10751. }
  10752. }
  10753. },
  10754. "node_modules/run-applescript": {
  10755. "version": "7.1.0",
  10756. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  10757. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  10758. "license": "MIT",
  10759. "engines": {
  10760. "node": ">=18"
  10761. },
  10762. "funding": {
  10763. "url": "https://github.com/sponsors/sindresorhus"
  10764. }
  10765. },
  10766. "node_modules/run-parallel": {
  10767. "version": "1.2.0",
  10768. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  10769. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10770. "funding": [
  10771. {
  10772. "type": "github",
  10773. "url": "https://github.com/sponsors/feross"
  10774. },
  10775. {
  10776. "type": "patreon",
  10777. "url": "https://www.patreon.com/feross"
  10778. },
  10779. {
  10780. "type": "consulting",
  10781. "url": "https://feross.org/support"
  10782. }
  10783. ],
  10784. "license": "MIT",
  10785. "dependencies": {
  10786. "queue-microtask": "^1.2.2"
  10787. }
  10788. },
  10789. "node_modules/safe-buffer": {
  10790. "version": "5.2.1",
  10791. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  10792. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  10793. "funding": [
  10794. {
  10795. "type": "github",
  10796. "url": "https://github.com/sponsors/feross"
  10797. },
  10798. {
  10799. "type": "patreon",
  10800. "url": "https://www.patreon.com/feross"
  10801. },
  10802. {
  10803. "type": "consulting",
  10804. "url": "https://feross.org/support"
  10805. }
  10806. ],
  10807. "license": "MIT"
  10808. },
  10809. "node_modules/sax": {
  10810. "version": "1.6.0",
  10811. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  10812. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  10813. "license": "BlueOak-1.0.0",
  10814. "engines": {
  10815. "node": ">=11.0.0"
  10816. }
  10817. },
  10818. "node_modules/scule": {
  10819. "version": "1.3.0",
  10820. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  10821. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  10822. "license": "MIT"
  10823. },
  10824. "node_modules/semver": {
  10825. "version": "7.7.4",
  10826. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  10827. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10828. "license": "ISC",
  10829. "bin": {
  10830. "semver": "bin/semver.js"
  10831. },
  10832. "engines": {
  10833. "node": ">=10"
  10834. }
  10835. },
  10836. "node_modules/send": {
  10837. "version": "1.2.1",
  10838. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  10839. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  10840. "license": "MIT",
  10841. "dependencies": {
  10842. "debug": "^4.4.3",
  10843. "encodeurl": "^2.0.0",
  10844. "escape-html": "^1.0.3",
  10845. "etag": "^1.8.1",
  10846. "fresh": "^2.0.0",
  10847. "http-errors": "^2.0.1",
  10848. "mime-types": "^3.0.2",
  10849. "ms": "^2.1.3",
  10850. "on-finished": "^2.4.1",
  10851. "range-parser": "^1.2.1",
  10852. "statuses": "^2.0.2"
  10853. },
  10854. "engines": {
  10855. "node": ">= 18"
  10856. },
  10857. "funding": {
  10858. "type": "opencollective",
  10859. "url": "https://opencollective.com/express"
  10860. }
  10861. },
  10862. "node_modules/serialize-javascript": {
  10863. "version": "7.0.5",
  10864. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  10865. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  10866. "license": "BSD-3-Clause",
  10867. "engines": {
  10868. "node": ">=20.0.0"
  10869. }
  10870. },
  10871. "node_modules/seroval": {
  10872. "version": "1.5.2",
  10873. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  10874. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  10875. "license": "MIT",
  10876. "engines": {
  10877. "node": ">=10"
  10878. }
  10879. },
  10880. "node_modules/serve-placeholder": {
  10881. "version": "2.0.2",
  10882. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  10883. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  10884. "license": "MIT",
  10885. "dependencies": {
  10886. "defu": "^6.1.4"
  10887. }
  10888. },
  10889. "node_modules/serve-static": {
  10890. "version": "2.2.1",
  10891. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  10892. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  10893. "license": "MIT",
  10894. "dependencies": {
  10895. "encodeurl": "^2.0.0",
  10896. "escape-html": "^1.0.3",
  10897. "parseurl": "^1.3.3",
  10898. "send": "^1.2.0"
  10899. },
  10900. "engines": {
  10901. "node": ">= 18"
  10902. },
  10903. "funding": {
  10904. "type": "opencollective",
  10905. "url": "https://opencollective.com/express"
  10906. }
  10907. },
  10908. "node_modules/setprototypeof": {
  10909. "version": "1.2.0",
  10910. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  10911. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  10912. "license": "ISC"
  10913. },
  10914. "node_modules/sharp": {
  10915. "version": "0.34.5",
  10916. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  10917. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  10918. "hasInstallScript": true,
  10919. "license": "Apache-2.0",
  10920. "optional": true,
  10921. "dependencies": {
  10922. "@img/colour": "^1.0.0",
  10923. "detect-libc": "^2.1.2",
  10924. "semver": "^7.7.3"
  10925. },
  10926. "engines": {
  10927. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10928. },
  10929. "funding": {
  10930. "url": "https://opencollective.com/libvips"
  10931. },
  10932. "optionalDependencies": {
  10933. "@img/sharp-darwin-arm64": "0.34.5",
  10934. "@img/sharp-darwin-x64": "0.34.5",
  10935. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  10936. "@img/sharp-libvips-darwin-x64": "1.2.4",
  10937. "@img/sharp-libvips-linux-arm": "1.2.4",
  10938. "@img/sharp-libvips-linux-arm64": "1.2.4",
  10939. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  10940. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  10941. "@img/sharp-libvips-linux-s390x": "1.2.4",
  10942. "@img/sharp-libvips-linux-x64": "1.2.4",
  10943. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  10944. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  10945. "@img/sharp-linux-arm": "0.34.5",
  10946. "@img/sharp-linux-arm64": "0.34.5",
  10947. "@img/sharp-linux-ppc64": "0.34.5",
  10948. "@img/sharp-linux-riscv64": "0.34.5",
  10949. "@img/sharp-linux-s390x": "0.34.5",
  10950. "@img/sharp-linux-x64": "0.34.5",
  10951. "@img/sharp-linuxmusl-arm64": "0.34.5",
  10952. "@img/sharp-linuxmusl-x64": "0.34.5",
  10953. "@img/sharp-wasm32": "0.34.5",
  10954. "@img/sharp-win32-arm64": "0.34.5",
  10955. "@img/sharp-win32-ia32": "0.34.5",
  10956. "@img/sharp-win32-x64": "0.34.5"
  10957. }
  10958. },
  10959. "node_modules/shebang-command": {
  10960. "version": "2.0.0",
  10961. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  10962. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10963. "license": "MIT",
  10964. "dependencies": {
  10965. "shebang-regex": "^3.0.0"
  10966. },
  10967. "engines": {
  10968. "node": ">=8"
  10969. }
  10970. },
  10971. "node_modules/shebang-regex": {
  10972. "version": "3.0.0",
  10973. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10974. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10975. "license": "MIT",
  10976. "engines": {
  10977. "node": ">=8"
  10978. }
  10979. },
  10980. "node_modules/shell-quote": {
  10981. "version": "1.8.3",
  10982. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  10983. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  10984. "license": "MIT",
  10985. "engines": {
  10986. "node": ">= 0.4"
  10987. },
  10988. "funding": {
  10989. "url": "https://github.com/sponsors/ljharb"
  10990. }
  10991. },
  10992. "node_modules/signal-exit": {
  10993. "version": "4.1.0",
  10994. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  10995. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  10996. "license": "ISC",
  10997. "engines": {
  10998. "node": ">=14"
  10999. },
  11000. "funding": {
  11001. "url": "https://github.com/sponsors/isaacs"
  11002. }
  11003. },
  11004. "node_modules/simple-git": {
  11005. "version": "3.36.0",
  11006. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
  11007. "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
  11008. "license": "MIT",
  11009. "dependencies": {
  11010. "@kwsites/file-exists": "^1.1.1",
  11011. "@kwsites/promise-deferred": "^1.1.1",
  11012. "@simple-git/args-pathspec": "^1.0.3",
  11013. "@simple-git/argv-parser": "^1.1.0",
  11014. "debug": "^4.4.0"
  11015. },
  11016. "funding": {
  11017. "type": "github",
  11018. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11019. }
  11020. },
  11021. "node_modules/sirv": {
  11022. "version": "3.0.2",
  11023. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  11024. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11025. "license": "MIT",
  11026. "dependencies": {
  11027. "@polka/url": "^1.0.0-next.24",
  11028. "mrmime": "^2.0.0",
  11029. "totalist": "^3.0.0"
  11030. },
  11031. "engines": {
  11032. "node": ">=18"
  11033. }
  11034. },
  11035. "node_modules/sisteransi": {
  11036. "version": "1.0.5",
  11037. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11038. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11039. "license": "MIT"
  11040. },
  11041. "node_modules/slash": {
  11042. "version": "5.1.0",
  11043. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  11044. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11045. "license": "MIT",
  11046. "engines": {
  11047. "node": ">=14.16"
  11048. },
  11049. "funding": {
  11050. "url": "https://github.com/sponsors/sindresorhus"
  11051. }
  11052. },
  11053. "node_modules/smob": {
  11054. "version": "1.6.1",
  11055. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  11056. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  11057. "license": "MIT",
  11058. "engines": {
  11059. "node": ">=20.0.0"
  11060. }
  11061. },
  11062. "node_modules/source-map": {
  11063. "version": "0.7.6",
  11064. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  11065. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11066. "license": "BSD-3-Clause",
  11067. "engines": {
  11068. "node": ">= 12"
  11069. }
  11070. },
  11071. "node_modules/source-map-js": {
  11072. "version": "1.2.1",
  11073. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  11074. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11075. "license": "BSD-3-Clause",
  11076. "engines": {
  11077. "node": ">=0.10.0"
  11078. }
  11079. },
  11080. "node_modules/source-map-support": {
  11081. "version": "0.5.21",
  11082. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11083. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11084. "license": "MIT",
  11085. "dependencies": {
  11086. "buffer-from": "^1.0.0",
  11087. "source-map": "^0.6.0"
  11088. }
  11089. },
  11090. "node_modules/source-map-support/node_modules/source-map": {
  11091. "version": "0.6.1",
  11092. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11093. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11094. "license": "BSD-3-Clause",
  11095. "engines": {
  11096. "node": ">=0.10.0"
  11097. }
  11098. },
  11099. "node_modules/speakingurl": {
  11100. "version": "14.0.1",
  11101. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  11102. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11103. "license": "BSD-3-Clause",
  11104. "engines": {
  11105. "node": ">=0.10.0"
  11106. }
  11107. },
  11108. "node_modules/srvx": {
  11109. "version": "0.11.15",
  11110. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  11111. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  11112. "license": "MIT",
  11113. "bin": {
  11114. "srvx": "bin/srvx.mjs"
  11115. },
  11116. "engines": {
  11117. "node": ">=20.16.0"
  11118. }
  11119. },
  11120. "node_modules/standard-as-callback": {
  11121. "version": "2.1.0",
  11122. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11123. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11124. "license": "MIT"
  11125. },
  11126. "node_modules/statuses": {
  11127. "version": "2.0.2",
  11128. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  11129. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11130. "license": "MIT",
  11131. "engines": {
  11132. "node": ">= 0.8"
  11133. }
  11134. },
  11135. "node_modules/std-env": {
  11136. "version": "3.10.0",
  11137. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  11138. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11139. "license": "MIT"
  11140. },
  11141. "node_modules/streamx": {
  11142. "version": "2.23.0",
  11143. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
  11144. "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
  11145. "license": "MIT",
  11146. "dependencies": {
  11147. "events-universal": "^1.0.0",
  11148. "fast-fifo": "^1.3.2",
  11149. "text-decoder": "^1.1.0"
  11150. }
  11151. },
  11152. "node_modules/string_decoder": {
  11153. "version": "1.3.0",
  11154. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11155. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11156. "license": "MIT",
  11157. "dependencies": {
  11158. "safe-buffer": "~5.2.0"
  11159. }
  11160. },
  11161. "node_modules/string-width": {
  11162. "version": "5.1.2",
  11163. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  11164. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  11165. "license": "MIT",
  11166. "dependencies": {
  11167. "eastasianwidth": "^0.2.0",
  11168. "emoji-regex": "^9.2.2",
  11169. "strip-ansi": "^7.0.1"
  11170. },
  11171. "engines": {
  11172. "node": ">=12"
  11173. },
  11174. "funding": {
  11175. "url": "https://github.com/sponsors/sindresorhus"
  11176. }
  11177. },
  11178. "node_modules/string-width-cjs": {
  11179. "name": "string-width",
  11180. "version": "4.2.3",
  11181. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11182. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11183. "license": "MIT",
  11184. "dependencies": {
  11185. "emoji-regex": "^8.0.0",
  11186. "is-fullwidth-code-point": "^3.0.0",
  11187. "strip-ansi": "^6.0.1"
  11188. },
  11189. "engines": {
  11190. "node": ">=8"
  11191. }
  11192. },
  11193. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  11194. "version": "5.0.1",
  11195. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11196. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11197. "license": "MIT",
  11198. "engines": {
  11199. "node": ">=8"
  11200. }
  11201. },
  11202. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  11203. "version": "8.0.0",
  11204. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  11205. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  11206. "license": "MIT"
  11207. },
  11208. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  11209. "version": "6.0.1",
  11210. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11211. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11212. "license": "MIT",
  11213. "dependencies": {
  11214. "ansi-regex": "^5.0.1"
  11215. },
  11216. "engines": {
  11217. "node": ">=8"
  11218. }
  11219. },
  11220. "node_modules/strip-ansi": {
  11221. "version": "7.1.2",
  11222. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  11223. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  11224. "license": "MIT",
  11225. "dependencies": {
  11226. "ansi-regex": "^6.0.1"
  11227. },
  11228. "engines": {
  11229. "node": ">=12"
  11230. },
  11231. "funding": {
  11232. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11233. }
  11234. },
  11235. "node_modules/strip-ansi-cjs": {
  11236. "name": "strip-ansi",
  11237. "version": "6.0.1",
  11238. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11239. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11240. "license": "MIT",
  11241. "dependencies": {
  11242. "ansi-regex": "^5.0.1"
  11243. },
  11244. "engines": {
  11245. "node": ">=8"
  11246. }
  11247. },
  11248. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  11249. "version": "5.0.1",
  11250. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11251. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11252. "license": "MIT",
  11253. "engines": {
  11254. "node": ">=8"
  11255. }
  11256. },
  11257. "node_modules/strip-final-newline": {
  11258. "version": "3.0.0",
  11259. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  11260. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  11261. "license": "MIT",
  11262. "engines": {
  11263. "node": ">=12"
  11264. },
  11265. "funding": {
  11266. "url": "https://github.com/sponsors/sindresorhus"
  11267. }
  11268. },
  11269. "node_modules/strip-literal": {
  11270. "version": "3.1.0",
  11271. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  11272. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  11273. "license": "MIT",
  11274. "dependencies": {
  11275. "js-tokens": "^9.0.1"
  11276. },
  11277. "funding": {
  11278. "url": "https://github.com/sponsors/antfu"
  11279. }
  11280. },
  11281. "node_modules/strip-literal/node_modules/js-tokens": {
  11282. "version": "9.0.1",
  11283. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  11284. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  11285. "license": "MIT"
  11286. },
  11287. "node_modules/structured-clone-es": {
  11288. "version": "1.0.0",
  11289. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  11290. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  11291. "license": "ISC"
  11292. },
  11293. "node_modules/stylehacks": {
  11294. "version": "7.0.6",
  11295. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.6.tgz",
  11296. "integrity": "sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==",
  11297. "license": "MIT",
  11298. "dependencies": {
  11299. "browserslist": "^4.25.1",
  11300. "postcss-selector-parser": "^7.1.0"
  11301. },
  11302. "engines": {
  11303. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11304. },
  11305. "peerDependencies": {
  11306. "postcss": "^8.4.32"
  11307. }
  11308. },
  11309. "node_modules/superjson": {
  11310. "version": "2.2.3",
  11311. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.3.tgz",
  11312. "integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==",
  11313. "license": "MIT",
  11314. "dependencies": {
  11315. "copy-anything": "^4"
  11316. },
  11317. "engines": {
  11318. "node": ">=16"
  11319. }
  11320. },
  11321. "node_modules/supports-color": {
  11322. "version": "10.2.2",
  11323. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  11324. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  11325. "license": "MIT",
  11326. "engines": {
  11327. "node": ">=18"
  11328. },
  11329. "funding": {
  11330. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11331. }
  11332. },
  11333. "node_modules/supports-preserve-symlinks-flag": {
  11334. "version": "1.0.0",
  11335. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11336. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11337. "license": "MIT",
  11338. "engines": {
  11339. "node": ">= 0.4"
  11340. },
  11341. "funding": {
  11342. "url": "https://github.com/sponsors/ljharb"
  11343. }
  11344. },
  11345. "node_modules/svgo": {
  11346. "version": "4.0.1",
  11347. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  11348. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  11349. "license": "MIT",
  11350. "dependencies": {
  11351. "commander": "^11.1.0",
  11352. "css-select": "^5.1.0",
  11353. "css-tree": "^3.0.1",
  11354. "css-what": "^6.1.0",
  11355. "csso": "^5.0.5",
  11356. "picocolors": "^1.1.1",
  11357. "sax": "^1.5.0"
  11358. },
  11359. "bin": {
  11360. "svgo": "bin/svgo.js"
  11361. },
  11362. "engines": {
  11363. "node": ">=16"
  11364. },
  11365. "funding": {
  11366. "type": "opencollective",
  11367. "url": "https://opencollective.com/svgo"
  11368. }
  11369. },
  11370. "node_modules/tagged-tag": {
  11371. "version": "1.0.0",
  11372. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  11373. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  11374. "license": "MIT",
  11375. "engines": {
  11376. "node": ">=20"
  11377. },
  11378. "funding": {
  11379. "url": "https://github.com/sponsors/sindresorhus"
  11380. }
  11381. },
  11382. "node_modules/tailwind-merge": {
  11383. "version": "3.4.0",
  11384. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
  11385. "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
  11386. "license": "MIT",
  11387. "funding": {
  11388. "type": "github",
  11389. "url": "https://github.com/sponsors/dcastil"
  11390. }
  11391. },
  11392. "node_modules/tailwind-variants": {
  11393. "version": "3.2.2",
  11394. "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
  11395. "integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
  11396. "license": "MIT",
  11397. "engines": {
  11398. "node": ">=16.x",
  11399. "pnpm": ">=7.x"
  11400. },
  11401. "peerDependencies": {
  11402. "tailwind-merge": ">=3.0.0",
  11403. "tailwindcss": "*"
  11404. },
  11405. "peerDependenciesMeta": {
  11406. "tailwind-merge": {
  11407. "optional": true
  11408. }
  11409. }
  11410. },
  11411. "node_modules/tailwindcss": {
  11412. "version": "4.1.17",
  11413. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
  11414. "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==",
  11415. "license": "MIT"
  11416. },
  11417. "node_modules/tapable": {
  11418. "version": "2.3.0",
  11419. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  11420. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  11421. "license": "MIT",
  11422. "engines": {
  11423. "node": ">=6"
  11424. },
  11425. "funding": {
  11426. "type": "opencollective",
  11427. "url": "https://opencollective.com/webpack"
  11428. }
  11429. },
  11430. "node_modules/tar": {
  11431. "version": "7.5.13",
  11432. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  11433. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  11434. "license": "BlueOak-1.0.0",
  11435. "dependencies": {
  11436. "@isaacs/fs-minipass": "^4.0.0",
  11437. "chownr": "^3.0.0",
  11438. "minipass": "^7.1.2",
  11439. "minizlib": "^3.1.0",
  11440. "yallist": "^5.0.0"
  11441. },
  11442. "engines": {
  11443. "node": ">=18"
  11444. }
  11445. },
  11446. "node_modules/tar-stream": {
  11447. "version": "3.1.7",
  11448. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  11449. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  11450. "license": "MIT",
  11451. "dependencies": {
  11452. "b4a": "^1.6.4",
  11453. "fast-fifo": "^1.2.0",
  11454. "streamx": "^2.15.0"
  11455. }
  11456. },
  11457. "node_modules/tar/node_modules/yallist": {
  11458. "version": "5.0.0",
  11459. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  11460. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11461. "license": "BlueOak-1.0.0",
  11462. "engines": {
  11463. "node": ">=18"
  11464. }
  11465. },
  11466. "node_modules/terser": {
  11467. "version": "5.44.0",
  11468. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
  11469. "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
  11470. "license": "BSD-2-Clause",
  11471. "dependencies": {
  11472. "@jridgewell/source-map": "^0.3.3",
  11473. "acorn": "^8.15.0",
  11474. "commander": "^2.20.0",
  11475. "source-map-support": "~0.5.20"
  11476. },
  11477. "bin": {
  11478. "terser": "bin/terser"
  11479. },
  11480. "engines": {
  11481. "node": ">=10"
  11482. }
  11483. },
  11484. "node_modules/terser/node_modules/commander": {
  11485. "version": "2.20.3",
  11486. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11487. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  11488. "license": "MIT"
  11489. },
  11490. "node_modules/text-decoder": {
  11491. "version": "1.2.3",
  11492. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  11493. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  11494. "license": "Apache-2.0",
  11495. "dependencies": {
  11496. "b4a": "^1.6.4"
  11497. }
  11498. },
  11499. "node_modules/tiny-inflate": {
  11500. "version": "1.0.3",
  11501. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  11502. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  11503. "license": "MIT"
  11504. },
  11505. "node_modules/tiny-invariant": {
  11506. "version": "1.3.3",
  11507. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  11508. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  11509. "license": "MIT"
  11510. },
  11511. "node_modules/tinyclip": {
  11512. "version": "0.1.12",
  11513. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  11514. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  11515. "license": "MIT",
  11516. "engines": {
  11517. "node": "^16.14.0 || >= 17.3.0"
  11518. }
  11519. },
  11520. "node_modules/tinyexec": {
  11521. "version": "1.1.1",
  11522. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  11523. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  11524. "license": "MIT",
  11525. "engines": {
  11526. "node": ">=18"
  11527. }
  11528. },
  11529. "node_modules/tinyglobby": {
  11530. "version": "0.2.16",
  11531. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  11532. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  11533. "license": "MIT",
  11534. "dependencies": {
  11535. "fdir": "^6.5.0",
  11536. "picomatch": "^4.0.4"
  11537. },
  11538. "engines": {
  11539. "node": ">=12.0.0"
  11540. },
  11541. "funding": {
  11542. "url": "https://github.com/sponsors/SuperchupuDev"
  11543. }
  11544. },
  11545. "node_modules/to-regex-range": {
  11546. "version": "5.0.1",
  11547. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11548. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11549. "license": "MIT",
  11550. "dependencies": {
  11551. "is-number": "^7.0.0"
  11552. },
  11553. "engines": {
  11554. "node": ">=8.0"
  11555. }
  11556. },
  11557. "node_modules/toidentifier": {
  11558. "version": "1.0.1",
  11559. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11560. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11561. "license": "MIT",
  11562. "engines": {
  11563. "node": ">=0.6"
  11564. }
  11565. },
  11566. "node_modules/totalist": {
  11567. "version": "3.0.1",
  11568. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  11569. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  11570. "license": "MIT",
  11571. "engines": {
  11572. "node": ">=6"
  11573. }
  11574. },
  11575. "node_modules/tr46": {
  11576. "version": "0.0.3",
  11577. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11578. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  11579. "license": "MIT"
  11580. },
  11581. "node_modules/tslib": {
  11582. "version": "2.8.1",
  11583. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  11584. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11585. "license": "0BSD"
  11586. },
  11587. "node_modules/type-fest": {
  11588. "version": "5.1.0",
  11589. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz",
  11590. "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==",
  11591. "license": "(MIT OR CC0-1.0)",
  11592. "dependencies": {
  11593. "tagged-tag": "^1.0.0"
  11594. },
  11595. "engines": {
  11596. "node": ">=20"
  11597. },
  11598. "funding": {
  11599. "url": "https://github.com/sponsors/sindresorhus"
  11600. }
  11601. },
  11602. "node_modules/type-level-regexp": {
  11603. "version": "0.1.17",
  11604. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  11605. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  11606. "license": "MIT"
  11607. },
  11608. "node_modules/typescript": {
  11609. "version": "5.9.3",
  11610. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  11611. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  11612. "license": "Apache-2.0",
  11613. "peer": true,
  11614. "bin": {
  11615. "tsc": "bin/tsc",
  11616. "tsserver": "bin/tsserver"
  11617. },
  11618. "engines": {
  11619. "node": ">=14.17"
  11620. }
  11621. },
  11622. "node_modules/ufo": {
  11623. "version": "1.6.3",
  11624. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  11625. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  11626. "license": "MIT"
  11627. },
  11628. "node_modules/ultrahtml": {
  11629. "version": "1.6.0",
  11630. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  11631. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  11632. "license": "MIT"
  11633. },
  11634. "node_modules/uncrypto": {
  11635. "version": "0.1.3",
  11636. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  11637. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  11638. "license": "MIT"
  11639. },
  11640. "node_modules/unctx": {
  11641. "version": "2.5.0",
  11642. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  11643. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  11644. "license": "MIT",
  11645. "dependencies": {
  11646. "acorn": "^8.15.0",
  11647. "estree-walker": "^3.0.3",
  11648. "magic-string": "^0.30.21",
  11649. "unplugin": "^2.3.11"
  11650. }
  11651. },
  11652. "node_modules/unctx/node_modules/estree-walker": {
  11653. "version": "3.0.3",
  11654. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11655. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11656. "license": "MIT",
  11657. "dependencies": {
  11658. "@types/estree": "^1.0.0"
  11659. }
  11660. },
  11661. "node_modules/unenv": {
  11662. "version": "2.0.0-rc.24",
  11663. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  11664. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  11665. "license": "MIT",
  11666. "dependencies": {
  11667. "pathe": "^2.0.3"
  11668. }
  11669. },
  11670. "node_modules/unhead": {
  11671. "version": "2.1.13",
  11672. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  11673. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  11674. "license": "MIT",
  11675. "dependencies": {
  11676. "hookable": "^6.0.1"
  11677. },
  11678. "funding": {
  11679. "url": "https://github.com/sponsors/harlan-zw"
  11680. }
  11681. },
  11682. "node_modules/unhead/node_modules/hookable": {
  11683. "version": "6.1.1",
  11684. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  11685. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  11686. "license": "MIT"
  11687. },
  11688. "node_modules/unicode-properties": {
  11689. "version": "1.4.1",
  11690. "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
  11691. "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
  11692. "license": "MIT",
  11693. "dependencies": {
  11694. "base64-js": "^1.3.0",
  11695. "unicode-trie": "^2.0.0"
  11696. }
  11697. },
  11698. "node_modules/unicode-trie": {
  11699. "version": "2.0.0",
  11700. "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
  11701. "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
  11702. "license": "MIT",
  11703. "dependencies": {
  11704. "pako": "^0.2.5",
  11705. "tiny-inflate": "^1.0.0"
  11706. }
  11707. },
  11708. "node_modules/unicorn-magic": {
  11709. "version": "0.3.0",
  11710. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  11711. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  11712. "license": "MIT",
  11713. "engines": {
  11714. "node": ">=18"
  11715. },
  11716. "funding": {
  11717. "url": "https://github.com/sponsors/sindresorhus"
  11718. }
  11719. },
  11720. "node_modules/unifont": {
  11721. "version": "0.6.0",
  11722. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
  11723. "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
  11724. "license": "MIT",
  11725. "dependencies": {
  11726. "css-tree": "^3.0.0",
  11727. "ofetch": "^1.4.1",
  11728. "ohash": "^2.0.0"
  11729. }
  11730. },
  11731. "node_modules/unimport": {
  11732. "version": "5.5.0",
  11733. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.5.0.tgz",
  11734. "integrity": "sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==",
  11735. "license": "MIT",
  11736. "dependencies": {
  11737. "acorn": "^8.15.0",
  11738. "escape-string-regexp": "^5.0.0",
  11739. "estree-walker": "^3.0.3",
  11740. "local-pkg": "^1.1.2",
  11741. "magic-string": "^0.30.19",
  11742. "mlly": "^1.8.0",
  11743. "pathe": "^2.0.3",
  11744. "picomatch": "^4.0.3",
  11745. "pkg-types": "^2.3.0",
  11746. "scule": "^1.3.0",
  11747. "strip-literal": "^3.1.0",
  11748. "tinyglobby": "^0.2.15",
  11749. "unplugin": "^2.3.10",
  11750. "unplugin-utils": "^0.3.0"
  11751. },
  11752. "engines": {
  11753. "node": ">=18.12.0"
  11754. }
  11755. },
  11756. "node_modules/unimport/node_modules/estree-walker": {
  11757. "version": "3.0.3",
  11758. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11759. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11760. "license": "MIT",
  11761. "dependencies": {
  11762. "@types/estree": "^1.0.0"
  11763. }
  11764. },
  11765. "node_modules/unimport/node_modules/unplugin-utils": {
  11766. "version": "0.3.1",
  11767. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11768. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11769. "license": "MIT",
  11770. "dependencies": {
  11771. "pathe": "^2.0.3",
  11772. "picomatch": "^4.0.3"
  11773. },
  11774. "engines": {
  11775. "node": ">=20.19.0"
  11776. },
  11777. "funding": {
  11778. "url": "https://github.com/sponsors/sxzz"
  11779. }
  11780. },
  11781. "node_modules/unplugin": {
  11782. "version": "2.3.11",
  11783. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  11784. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  11785. "license": "MIT",
  11786. "dependencies": {
  11787. "@jridgewell/remapping": "^2.3.5",
  11788. "acorn": "^8.15.0",
  11789. "picomatch": "^4.0.3",
  11790. "webpack-virtual-modules": "^0.6.2"
  11791. },
  11792. "engines": {
  11793. "node": ">=18.12.0"
  11794. }
  11795. },
  11796. "node_modules/unplugin-auto-import": {
  11797. "version": "20.3.0",
  11798. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-20.3.0.tgz",
  11799. "integrity": "sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==",
  11800. "license": "MIT",
  11801. "dependencies": {
  11802. "local-pkg": "^1.1.2",
  11803. "magic-string": "^0.30.21",
  11804. "picomatch": "^4.0.3",
  11805. "unimport": "^5.5.0",
  11806. "unplugin": "^2.3.11",
  11807. "unplugin-utils": "^0.3.1"
  11808. },
  11809. "engines": {
  11810. "node": ">=14"
  11811. },
  11812. "funding": {
  11813. "url": "https://github.com/sponsors/antfu"
  11814. },
  11815. "peerDependencies": {
  11816. "@nuxt/kit": "^4.0.0",
  11817. "@vueuse/core": "*"
  11818. },
  11819. "peerDependenciesMeta": {
  11820. "@nuxt/kit": {
  11821. "optional": true
  11822. },
  11823. "@vueuse/core": {
  11824. "optional": true
  11825. }
  11826. }
  11827. },
  11828. "node_modules/unplugin-auto-import/node_modules/unplugin-utils": {
  11829. "version": "0.3.1",
  11830. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11831. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11832. "license": "MIT",
  11833. "dependencies": {
  11834. "pathe": "^2.0.3",
  11835. "picomatch": "^4.0.3"
  11836. },
  11837. "engines": {
  11838. "node": ">=20.19.0"
  11839. },
  11840. "funding": {
  11841. "url": "https://github.com/sponsors/sxzz"
  11842. }
  11843. },
  11844. "node_modules/unplugin-utils": {
  11845. "version": "0.2.5",
  11846. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  11847. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  11848. "license": "MIT",
  11849. "dependencies": {
  11850. "pathe": "^2.0.3",
  11851. "picomatch": "^4.0.3"
  11852. },
  11853. "engines": {
  11854. "node": ">=18.12.0"
  11855. },
  11856. "funding": {
  11857. "url": "https://github.com/sponsors/sxzz"
  11858. }
  11859. },
  11860. "node_modules/unplugin-vue-components": {
  11861. "version": "30.0.0",
  11862. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  11863. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  11864. "license": "MIT",
  11865. "dependencies": {
  11866. "chokidar": "^4.0.3",
  11867. "debug": "^4.4.3",
  11868. "local-pkg": "^1.1.2",
  11869. "magic-string": "^0.30.19",
  11870. "mlly": "^1.8.0",
  11871. "tinyglobby": "^0.2.15",
  11872. "unplugin": "^2.3.10",
  11873. "unplugin-utils": "^0.3.1"
  11874. },
  11875. "engines": {
  11876. "node": ">=14"
  11877. },
  11878. "funding": {
  11879. "url": "https://github.com/sponsors/antfu"
  11880. },
  11881. "peerDependencies": {
  11882. "@babel/parser": "^7.15.8",
  11883. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  11884. "vue": "2 || 3"
  11885. },
  11886. "peerDependenciesMeta": {
  11887. "@babel/parser": {
  11888. "optional": true
  11889. },
  11890. "@nuxt/kit": {
  11891. "optional": true
  11892. }
  11893. }
  11894. },
  11895. "node_modules/unplugin-vue-components/node_modules/unplugin-utils": {
  11896. "version": "0.3.1",
  11897. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11898. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11899. "license": "MIT",
  11900. "dependencies": {
  11901. "pathe": "^2.0.3",
  11902. "picomatch": "^4.0.3"
  11903. },
  11904. "engines": {
  11905. "node": ">=20.19.0"
  11906. },
  11907. "funding": {
  11908. "url": "https://github.com/sponsors/sxzz"
  11909. }
  11910. },
  11911. "node_modules/unplugin-vue-router": {
  11912. "version": "0.16.0",
  11913. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.0.tgz",
  11914. "integrity": "sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==",
  11915. "license": "MIT",
  11916. "dependencies": {
  11917. "@babel/generator": "^7.28.3",
  11918. "@vue-macros/common": "^3.1.1",
  11919. "@vue/language-core": "^3.1.0",
  11920. "ast-walker-scope": "^0.8.2",
  11921. "chokidar": "^4.0.3",
  11922. "json5": "^2.2.3",
  11923. "local-pkg": "^1.1.2",
  11924. "magic-string": "^0.30.19",
  11925. "mlly": "^1.8.0",
  11926. "muggle-string": "^0.4.1",
  11927. "pathe": "^2.0.3",
  11928. "picomatch": "^4.0.3",
  11929. "scule": "^1.3.0",
  11930. "tinyglobby": "^0.2.15",
  11931. "unplugin": "^2.3.10",
  11932. "unplugin-utils": "^0.3.0",
  11933. "yaml": "^2.8.1"
  11934. },
  11935. "peerDependencies": {
  11936. "@vue/compiler-sfc": "^3.5.17",
  11937. "vue-router": "^4.6.0"
  11938. },
  11939. "peerDependenciesMeta": {
  11940. "vue-router": {
  11941. "optional": true
  11942. }
  11943. }
  11944. },
  11945. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  11946. "version": "0.3.1",
  11947. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11948. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11949. "license": "MIT",
  11950. "dependencies": {
  11951. "pathe": "^2.0.3",
  11952. "picomatch": "^4.0.3"
  11953. },
  11954. "engines": {
  11955. "node": ">=20.19.0"
  11956. },
  11957. "funding": {
  11958. "url": "https://github.com/sponsors/sxzz"
  11959. }
  11960. },
  11961. "node_modules/unstorage": {
  11962. "version": "1.17.5",
  11963. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  11964. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  11965. "license": "MIT",
  11966. "dependencies": {
  11967. "anymatch": "^3.1.3",
  11968. "chokidar": "^5.0.0",
  11969. "destr": "^2.0.5",
  11970. "h3": "^1.15.10",
  11971. "lru-cache": "^11.2.7",
  11972. "node-fetch-native": "^1.6.7",
  11973. "ofetch": "^1.5.1",
  11974. "ufo": "^1.6.3"
  11975. },
  11976. "peerDependencies": {
  11977. "@azure/app-configuration": "^1.8.0",
  11978. "@azure/cosmos": "^4.2.0",
  11979. "@azure/data-tables": "^13.3.0",
  11980. "@azure/identity": "^4.6.0",
  11981. "@azure/keyvault-secrets": "^4.9.0",
  11982. "@azure/storage-blob": "^12.26.0",
  11983. "@capacitor/preferences": "^6 || ^7 || ^8",
  11984. "@deno/kv": ">=0.9.0",
  11985. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  11986. "@planetscale/database": "^1.19.0",
  11987. "@upstash/redis": "^1.34.3",
  11988. "@vercel/blob": ">=0.27.1",
  11989. "@vercel/functions": "^2.2.12 || ^3.0.0",
  11990. "@vercel/kv": "^1 || ^2 || ^3",
  11991. "aws4fetch": "^1.0.20",
  11992. "db0": ">=0.2.1",
  11993. "idb-keyval": "^6.2.1",
  11994. "ioredis": "^5.4.2",
  11995. "uploadthing": "^7.4.4"
  11996. },
  11997. "peerDependenciesMeta": {
  11998. "@azure/app-configuration": {
  11999. "optional": true
  12000. },
  12001. "@azure/cosmos": {
  12002. "optional": true
  12003. },
  12004. "@azure/data-tables": {
  12005. "optional": true
  12006. },
  12007. "@azure/identity": {
  12008. "optional": true
  12009. },
  12010. "@azure/keyvault-secrets": {
  12011. "optional": true
  12012. },
  12013. "@azure/storage-blob": {
  12014. "optional": true
  12015. },
  12016. "@capacitor/preferences": {
  12017. "optional": true
  12018. },
  12019. "@deno/kv": {
  12020. "optional": true
  12021. },
  12022. "@netlify/blobs": {
  12023. "optional": true
  12024. },
  12025. "@planetscale/database": {
  12026. "optional": true
  12027. },
  12028. "@upstash/redis": {
  12029. "optional": true
  12030. },
  12031. "@vercel/blob": {
  12032. "optional": true
  12033. },
  12034. "@vercel/functions": {
  12035. "optional": true
  12036. },
  12037. "@vercel/kv": {
  12038. "optional": true
  12039. },
  12040. "aws4fetch": {
  12041. "optional": true
  12042. },
  12043. "db0": {
  12044. "optional": true
  12045. },
  12046. "idb-keyval": {
  12047. "optional": true
  12048. },
  12049. "ioredis": {
  12050. "optional": true
  12051. },
  12052. "uploadthing": {
  12053. "optional": true
  12054. }
  12055. }
  12056. },
  12057. "node_modules/unstorage/node_modules/chokidar": {
  12058. "version": "5.0.0",
  12059. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  12060. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12061. "license": "MIT",
  12062. "dependencies": {
  12063. "readdirp": "^5.0.0"
  12064. },
  12065. "engines": {
  12066. "node": ">= 20.19.0"
  12067. },
  12068. "funding": {
  12069. "url": "https://paulmillr.com/funding/"
  12070. }
  12071. },
  12072. "node_modules/unstorage/node_modules/lru-cache": {
  12073. "version": "11.3.5",
  12074. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  12075. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  12076. "license": "BlueOak-1.0.0",
  12077. "engines": {
  12078. "node": "20 || >=22"
  12079. }
  12080. },
  12081. "node_modules/unstorage/node_modules/readdirp": {
  12082. "version": "5.0.0",
  12083. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  12084. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12085. "license": "MIT",
  12086. "engines": {
  12087. "node": ">= 20.19.0"
  12088. },
  12089. "funding": {
  12090. "type": "individual",
  12091. "url": "https://paulmillr.com/funding/"
  12092. }
  12093. },
  12094. "node_modules/untun": {
  12095. "version": "0.1.3",
  12096. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  12097. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12098. "license": "MIT",
  12099. "dependencies": {
  12100. "citty": "^0.1.5",
  12101. "consola": "^3.2.3",
  12102. "pathe": "^1.1.1"
  12103. },
  12104. "bin": {
  12105. "untun": "bin/untun.mjs"
  12106. }
  12107. },
  12108. "node_modules/untun/node_modules/pathe": {
  12109. "version": "1.1.2",
  12110. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  12111. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12112. "license": "MIT"
  12113. },
  12114. "node_modules/untyped": {
  12115. "version": "2.0.0",
  12116. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  12117. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12118. "license": "MIT",
  12119. "dependencies": {
  12120. "citty": "^0.1.6",
  12121. "defu": "^6.1.4",
  12122. "jiti": "^2.4.2",
  12123. "knitwork": "^1.2.0",
  12124. "scule": "^1.3.0"
  12125. },
  12126. "bin": {
  12127. "untyped": "dist/cli.mjs"
  12128. }
  12129. },
  12130. "node_modules/unwasm": {
  12131. "version": "0.5.3",
  12132. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  12133. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  12134. "license": "MIT",
  12135. "dependencies": {
  12136. "exsolve": "^1.0.8",
  12137. "knitwork": "^1.3.0",
  12138. "magic-string": "^0.30.21",
  12139. "mlly": "^1.8.0",
  12140. "pathe": "^2.0.3",
  12141. "pkg-types": "^2.3.0"
  12142. }
  12143. },
  12144. "node_modules/update-browserslist-db": {
  12145. "version": "1.1.4",
  12146. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  12147. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  12148. "funding": [
  12149. {
  12150. "type": "opencollective",
  12151. "url": "https://opencollective.com/browserslist"
  12152. },
  12153. {
  12154. "type": "tidelift",
  12155. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12156. },
  12157. {
  12158. "type": "github",
  12159. "url": "https://github.com/sponsors/ai"
  12160. }
  12161. ],
  12162. "license": "MIT",
  12163. "dependencies": {
  12164. "escalade": "^3.2.0",
  12165. "picocolors": "^1.1.1"
  12166. },
  12167. "bin": {
  12168. "update-browserslist-db": "cli.js"
  12169. },
  12170. "peerDependencies": {
  12171. "browserslist": ">= 4.21.0"
  12172. }
  12173. },
  12174. "node_modules/uqr": {
  12175. "version": "0.1.2",
  12176. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  12177. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  12178. "license": "MIT"
  12179. },
  12180. "node_modules/util-deprecate": {
  12181. "version": "1.0.2",
  12182. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12183. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12184. "license": "MIT"
  12185. },
  12186. "node_modules/vaul-vue": {
  12187. "version": "0.4.1",
  12188. "resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
  12189. "integrity": "sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==",
  12190. "dependencies": {
  12191. "@vueuse/core": "^10.8.0",
  12192. "reka-ui": "^2.0.0",
  12193. "vue": "^3.4.5"
  12194. },
  12195. "peerDependencies": {
  12196. "reka-ui": "^2.0.0",
  12197. "vue": "^3.3.0"
  12198. }
  12199. },
  12200. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  12201. "version": "0.0.20",
  12202. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  12203. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  12204. "license": "MIT"
  12205. },
  12206. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  12207. "version": "10.11.1",
  12208. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  12209. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  12210. "license": "MIT",
  12211. "dependencies": {
  12212. "@types/web-bluetooth": "^0.0.20",
  12213. "@vueuse/metadata": "10.11.1",
  12214. "@vueuse/shared": "10.11.1",
  12215. "vue-demi": ">=0.14.8"
  12216. },
  12217. "funding": {
  12218. "url": "https://github.com/sponsors/antfu"
  12219. }
  12220. },
  12221. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  12222. "version": "0.14.10",
  12223. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12224. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12225. "hasInstallScript": true,
  12226. "license": "MIT",
  12227. "bin": {
  12228. "vue-demi-fix": "bin/vue-demi-fix.js",
  12229. "vue-demi-switch": "bin/vue-demi-switch.js"
  12230. },
  12231. "engines": {
  12232. "node": ">=12"
  12233. },
  12234. "funding": {
  12235. "url": "https://github.com/sponsors/antfu"
  12236. },
  12237. "peerDependencies": {
  12238. "@vue/composition-api": "^1.0.0-rc.1",
  12239. "vue": "^3.0.0-0 || ^2.6.0"
  12240. },
  12241. "peerDependenciesMeta": {
  12242. "@vue/composition-api": {
  12243. "optional": true
  12244. }
  12245. }
  12246. },
  12247. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  12248. "version": "10.11.1",
  12249. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  12250. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  12251. "license": "MIT",
  12252. "funding": {
  12253. "url": "https://github.com/sponsors/antfu"
  12254. }
  12255. },
  12256. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  12257. "version": "10.11.1",
  12258. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  12259. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  12260. "license": "MIT",
  12261. "dependencies": {
  12262. "vue-demi": ">=0.14.8"
  12263. },
  12264. "funding": {
  12265. "url": "https://github.com/sponsors/antfu"
  12266. }
  12267. },
  12268. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  12269. "version": "0.14.10",
  12270. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12271. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12272. "hasInstallScript": true,
  12273. "license": "MIT",
  12274. "bin": {
  12275. "vue-demi-fix": "bin/vue-demi-fix.js",
  12276. "vue-demi-switch": "bin/vue-demi-switch.js"
  12277. },
  12278. "engines": {
  12279. "node": ">=12"
  12280. },
  12281. "funding": {
  12282. "url": "https://github.com/sponsors/antfu"
  12283. },
  12284. "peerDependencies": {
  12285. "@vue/composition-api": "^1.0.0-rc.1",
  12286. "vue": "^3.0.0-0 || ^2.6.0"
  12287. },
  12288. "peerDependenciesMeta": {
  12289. "@vue/composition-api": {
  12290. "optional": true
  12291. }
  12292. }
  12293. },
  12294. "node_modules/vite": {
  12295. "version": "7.3.2",
  12296. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  12297. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  12298. "license": "MIT",
  12299. "dependencies": {
  12300. "esbuild": "^0.27.0",
  12301. "fdir": "^6.5.0",
  12302. "picomatch": "^4.0.3",
  12303. "postcss": "^8.5.6",
  12304. "rollup": "^4.43.0",
  12305. "tinyglobby": "^0.2.15"
  12306. },
  12307. "bin": {
  12308. "vite": "bin/vite.js"
  12309. },
  12310. "engines": {
  12311. "node": "^20.19.0 || >=22.12.0"
  12312. },
  12313. "funding": {
  12314. "url": "https://github.com/vitejs/vite?sponsor=1"
  12315. },
  12316. "optionalDependencies": {
  12317. "fsevents": "~2.3.3"
  12318. },
  12319. "peerDependencies": {
  12320. "@types/node": "^20.19.0 || >=22.12.0",
  12321. "jiti": ">=1.21.0",
  12322. "less": "^4.0.0",
  12323. "lightningcss": "^1.21.0",
  12324. "sass": "^1.70.0",
  12325. "sass-embedded": "^1.70.0",
  12326. "stylus": ">=0.54.8",
  12327. "sugarss": "^5.0.0",
  12328. "terser": "^5.16.0",
  12329. "tsx": "^4.8.1",
  12330. "yaml": "^2.4.2"
  12331. },
  12332. "peerDependenciesMeta": {
  12333. "@types/node": {
  12334. "optional": true
  12335. },
  12336. "jiti": {
  12337. "optional": true
  12338. },
  12339. "less": {
  12340. "optional": true
  12341. },
  12342. "lightningcss": {
  12343. "optional": true
  12344. },
  12345. "sass": {
  12346. "optional": true
  12347. },
  12348. "sass-embedded": {
  12349. "optional": true
  12350. },
  12351. "stylus": {
  12352. "optional": true
  12353. },
  12354. "sugarss": {
  12355. "optional": true
  12356. },
  12357. "terser": {
  12358. "optional": true
  12359. },
  12360. "tsx": {
  12361. "optional": true
  12362. },
  12363. "yaml": {
  12364. "optional": true
  12365. }
  12366. }
  12367. },
  12368. "node_modules/vite-dev-rpc": {
  12369. "version": "1.1.0",
  12370. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  12371. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  12372. "license": "MIT",
  12373. "dependencies": {
  12374. "birpc": "^2.4.0",
  12375. "vite-hot-client": "^2.1.0"
  12376. },
  12377. "funding": {
  12378. "url": "https://github.com/sponsors/antfu"
  12379. },
  12380. "peerDependencies": {
  12381. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  12382. }
  12383. },
  12384. "node_modules/vite-hot-client": {
  12385. "version": "2.1.0",
  12386. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  12387. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  12388. "license": "MIT",
  12389. "funding": {
  12390. "url": "https://github.com/sponsors/antfu"
  12391. },
  12392. "peerDependencies": {
  12393. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  12394. }
  12395. },
  12396. "node_modules/vite-node": {
  12397. "version": "3.2.4",
  12398. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  12399. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  12400. "license": "MIT",
  12401. "dependencies": {
  12402. "cac": "^6.7.14",
  12403. "debug": "^4.4.1",
  12404. "es-module-lexer": "^1.7.0",
  12405. "pathe": "^2.0.3",
  12406. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  12407. },
  12408. "bin": {
  12409. "vite-node": "vite-node.mjs"
  12410. },
  12411. "engines": {
  12412. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  12413. },
  12414. "funding": {
  12415. "url": "https://opencollective.com/vitest"
  12416. }
  12417. },
  12418. "node_modules/vite-plugin-checker": {
  12419. "version": "0.11.0",
  12420. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz",
  12421. "integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==",
  12422. "license": "MIT",
  12423. "dependencies": {
  12424. "@babel/code-frame": "^7.27.1",
  12425. "chokidar": "^4.0.3",
  12426. "npm-run-path": "^6.0.0",
  12427. "picocolors": "^1.1.1",
  12428. "picomatch": "^4.0.3",
  12429. "tiny-invariant": "^1.3.3",
  12430. "tinyglobby": "^0.2.14",
  12431. "vscode-uri": "^3.1.0"
  12432. },
  12433. "engines": {
  12434. "node": ">=16.11"
  12435. },
  12436. "peerDependencies": {
  12437. "@biomejs/biome": ">=1.7",
  12438. "eslint": ">=7",
  12439. "meow": "^13.2.0",
  12440. "optionator": "^0.9.4",
  12441. "oxlint": ">=1",
  12442. "stylelint": ">=16",
  12443. "typescript": "*",
  12444. "vite": ">=5.4.20",
  12445. "vls": "*",
  12446. "vti": "*",
  12447. "vue-tsc": "~2.2.10 || ^3.0.0"
  12448. },
  12449. "peerDependenciesMeta": {
  12450. "@biomejs/biome": {
  12451. "optional": true
  12452. },
  12453. "eslint": {
  12454. "optional": true
  12455. },
  12456. "meow": {
  12457. "optional": true
  12458. },
  12459. "optionator": {
  12460. "optional": true
  12461. },
  12462. "oxlint": {
  12463. "optional": true
  12464. },
  12465. "stylelint": {
  12466. "optional": true
  12467. },
  12468. "typescript": {
  12469. "optional": true
  12470. },
  12471. "vls": {
  12472. "optional": true
  12473. },
  12474. "vti": {
  12475. "optional": true
  12476. },
  12477. "vue-tsc": {
  12478. "optional": true
  12479. }
  12480. }
  12481. },
  12482. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  12483. "version": "6.0.0",
  12484. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  12485. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  12486. "license": "MIT",
  12487. "dependencies": {
  12488. "path-key": "^4.0.0",
  12489. "unicorn-magic": "^0.3.0"
  12490. },
  12491. "engines": {
  12492. "node": ">=18"
  12493. },
  12494. "funding": {
  12495. "url": "https://github.com/sponsors/sindresorhus"
  12496. }
  12497. },
  12498. "node_modules/vite-plugin-checker/node_modules/path-key": {
  12499. "version": "4.0.0",
  12500. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  12501. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  12502. "license": "MIT",
  12503. "engines": {
  12504. "node": ">=12"
  12505. },
  12506. "funding": {
  12507. "url": "https://github.com/sponsors/sindresorhus"
  12508. }
  12509. },
  12510. "node_modules/vite-plugin-inspect": {
  12511. "version": "11.3.3",
  12512. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  12513. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  12514. "license": "MIT",
  12515. "dependencies": {
  12516. "ansis": "^4.1.0",
  12517. "debug": "^4.4.1",
  12518. "error-stack-parser-es": "^1.0.5",
  12519. "ohash": "^2.0.11",
  12520. "open": "^10.2.0",
  12521. "perfect-debounce": "^2.0.0",
  12522. "sirv": "^3.0.1",
  12523. "unplugin-utils": "^0.3.0",
  12524. "vite-dev-rpc": "^1.1.0"
  12525. },
  12526. "engines": {
  12527. "node": ">=14"
  12528. },
  12529. "funding": {
  12530. "url": "https://github.com/sponsors/antfu"
  12531. },
  12532. "peerDependencies": {
  12533. "vite": "^6.0.0 || ^7.0.0-0"
  12534. },
  12535. "peerDependenciesMeta": {
  12536. "@nuxt/kit": {
  12537. "optional": true
  12538. }
  12539. }
  12540. },
  12541. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  12542. "version": "3.0.0",
  12543. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  12544. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  12545. "license": "MIT",
  12546. "engines": {
  12547. "node": ">=12"
  12548. },
  12549. "funding": {
  12550. "url": "https://github.com/sponsors/sindresorhus"
  12551. }
  12552. },
  12553. "node_modules/vite-plugin-inspect/node_modules/open": {
  12554. "version": "10.2.0",
  12555. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  12556. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  12557. "license": "MIT",
  12558. "dependencies": {
  12559. "default-browser": "^5.2.1",
  12560. "define-lazy-prop": "^3.0.0",
  12561. "is-inside-container": "^1.0.0",
  12562. "wsl-utils": "^0.1.0"
  12563. },
  12564. "engines": {
  12565. "node": ">=18"
  12566. },
  12567. "funding": {
  12568. "url": "https://github.com/sponsors/sindresorhus"
  12569. }
  12570. },
  12571. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  12572. "version": "0.3.1",
  12573. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12574. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12575. "license": "MIT",
  12576. "dependencies": {
  12577. "pathe": "^2.0.3",
  12578. "picomatch": "^4.0.3"
  12579. },
  12580. "engines": {
  12581. "node": ">=20.19.0"
  12582. },
  12583. "funding": {
  12584. "url": "https://github.com/sponsors/sxzz"
  12585. }
  12586. },
  12587. "node_modules/vite-plugin-vue-tracer": {
  12588. "version": "1.0.1",
  12589. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz",
  12590. "integrity": "sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==",
  12591. "license": "MIT",
  12592. "dependencies": {
  12593. "estree-walker": "^3.0.3",
  12594. "exsolve": "^1.0.7",
  12595. "magic-string": "^0.30.19",
  12596. "pathe": "^2.0.3",
  12597. "source-map-js": "^1.2.1"
  12598. },
  12599. "funding": {
  12600. "url": "https://github.com/sponsors/antfu"
  12601. },
  12602. "peerDependencies": {
  12603. "vite": "^6.0.0 || ^7.0.0",
  12604. "vue": "^3.5.0"
  12605. }
  12606. },
  12607. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  12608. "version": "3.0.3",
  12609. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  12610. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12611. "license": "MIT",
  12612. "dependencies": {
  12613. "@types/estree": "^1.0.0"
  12614. }
  12615. },
  12616. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  12617. "version": "0.27.7",
  12618. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  12619. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  12620. "cpu": [
  12621. "ppc64"
  12622. ],
  12623. "license": "MIT",
  12624. "optional": true,
  12625. "os": [
  12626. "aix"
  12627. ],
  12628. "engines": {
  12629. "node": ">=18"
  12630. }
  12631. },
  12632. "node_modules/vite/node_modules/@esbuild/android-arm": {
  12633. "version": "0.27.7",
  12634. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  12635. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  12636. "cpu": [
  12637. "arm"
  12638. ],
  12639. "license": "MIT",
  12640. "optional": true,
  12641. "os": [
  12642. "android"
  12643. ],
  12644. "engines": {
  12645. "node": ">=18"
  12646. }
  12647. },
  12648. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  12649. "version": "0.27.7",
  12650. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  12651. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  12652. "cpu": [
  12653. "arm64"
  12654. ],
  12655. "license": "MIT",
  12656. "optional": true,
  12657. "os": [
  12658. "android"
  12659. ],
  12660. "engines": {
  12661. "node": ">=18"
  12662. }
  12663. },
  12664. "node_modules/vite/node_modules/@esbuild/android-x64": {
  12665. "version": "0.27.7",
  12666. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  12667. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  12668. "cpu": [
  12669. "x64"
  12670. ],
  12671. "license": "MIT",
  12672. "optional": true,
  12673. "os": [
  12674. "android"
  12675. ],
  12676. "engines": {
  12677. "node": ">=18"
  12678. }
  12679. },
  12680. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  12681. "version": "0.27.7",
  12682. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  12683. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  12684. "cpu": [
  12685. "arm64"
  12686. ],
  12687. "license": "MIT",
  12688. "optional": true,
  12689. "os": [
  12690. "darwin"
  12691. ],
  12692. "engines": {
  12693. "node": ">=18"
  12694. }
  12695. },
  12696. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  12697. "version": "0.27.7",
  12698. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  12699. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  12700. "cpu": [
  12701. "x64"
  12702. ],
  12703. "license": "MIT",
  12704. "optional": true,
  12705. "os": [
  12706. "darwin"
  12707. ],
  12708. "engines": {
  12709. "node": ">=18"
  12710. }
  12711. },
  12712. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  12713. "version": "0.27.7",
  12714. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  12715. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  12716. "cpu": [
  12717. "arm64"
  12718. ],
  12719. "license": "MIT",
  12720. "optional": true,
  12721. "os": [
  12722. "freebsd"
  12723. ],
  12724. "engines": {
  12725. "node": ">=18"
  12726. }
  12727. },
  12728. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  12729. "version": "0.27.7",
  12730. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  12731. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  12732. "cpu": [
  12733. "x64"
  12734. ],
  12735. "license": "MIT",
  12736. "optional": true,
  12737. "os": [
  12738. "freebsd"
  12739. ],
  12740. "engines": {
  12741. "node": ">=18"
  12742. }
  12743. },
  12744. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  12745. "version": "0.27.7",
  12746. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  12747. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  12748. "cpu": [
  12749. "arm"
  12750. ],
  12751. "license": "MIT",
  12752. "optional": true,
  12753. "os": [
  12754. "linux"
  12755. ],
  12756. "engines": {
  12757. "node": ">=18"
  12758. }
  12759. },
  12760. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  12761. "version": "0.27.7",
  12762. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  12763. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  12764. "cpu": [
  12765. "arm64"
  12766. ],
  12767. "license": "MIT",
  12768. "optional": true,
  12769. "os": [
  12770. "linux"
  12771. ],
  12772. "engines": {
  12773. "node": ">=18"
  12774. }
  12775. },
  12776. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  12777. "version": "0.27.7",
  12778. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  12779. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  12780. "cpu": [
  12781. "ia32"
  12782. ],
  12783. "license": "MIT",
  12784. "optional": true,
  12785. "os": [
  12786. "linux"
  12787. ],
  12788. "engines": {
  12789. "node": ">=18"
  12790. }
  12791. },
  12792. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  12793. "version": "0.27.7",
  12794. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  12795. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  12796. "cpu": [
  12797. "loong64"
  12798. ],
  12799. "license": "MIT",
  12800. "optional": true,
  12801. "os": [
  12802. "linux"
  12803. ],
  12804. "engines": {
  12805. "node": ">=18"
  12806. }
  12807. },
  12808. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  12809. "version": "0.27.7",
  12810. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  12811. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  12812. "cpu": [
  12813. "mips64el"
  12814. ],
  12815. "license": "MIT",
  12816. "optional": true,
  12817. "os": [
  12818. "linux"
  12819. ],
  12820. "engines": {
  12821. "node": ">=18"
  12822. }
  12823. },
  12824. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  12825. "version": "0.27.7",
  12826. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  12827. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  12828. "cpu": [
  12829. "ppc64"
  12830. ],
  12831. "license": "MIT",
  12832. "optional": true,
  12833. "os": [
  12834. "linux"
  12835. ],
  12836. "engines": {
  12837. "node": ">=18"
  12838. }
  12839. },
  12840. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  12841. "version": "0.27.7",
  12842. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  12843. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  12844. "cpu": [
  12845. "riscv64"
  12846. ],
  12847. "license": "MIT",
  12848. "optional": true,
  12849. "os": [
  12850. "linux"
  12851. ],
  12852. "engines": {
  12853. "node": ">=18"
  12854. }
  12855. },
  12856. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  12857. "version": "0.27.7",
  12858. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  12859. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  12860. "cpu": [
  12861. "s390x"
  12862. ],
  12863. "license": "MIT",
  12864. "optional": true,
  12865. "os": [
  12866. "linux"
  12867. ],
  12868. "engines": {
  12869. "node": ">=18"
  12870. }
  12871. },
  12872. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  12873. "version": "0.27.7",
  12874. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  12875. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  12876. "cpu": [
  12877. "x64"
  12878. ],
  12879. "license": "MIT",
  12880. "optional": true,
  12881. "os": [
  12882. "linux"
  12883. ],
  12884. "engines": {
  12885. "node": ">=18"
  12886. }
  12887. },
  12888. "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
  12889. "version": "0.27.7",
  12890. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  12891. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  12892. "cpu": [
  12893. "arm64"
  12894. ],
  12895. "license": "MIT",
  12896. "optional": true,
  12897. "os": [
  12898. "netbsd"
  12899. ],
  12900. "engines": {
  12901. "node": ">=18"
  12902. }
  12903. },
  12904. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  12905. "version": "0.27.7",
  12906. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  12907. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  12908. "cpu": [
  12909. "x64"
  12910. ],
  12911. "license": "MIT",
  12912. "optional": true,
  12913. "os": [
  12914. "netbsd"
  12915. ],
  12916. "engines": {
  12917. "node": ">=18"
  12918. }
  12919. },
  12920. "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
  12921. "version": "0.27.7",
  12922. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  12923. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  12924. "cpu": [
  12925. "arm64"
  12926. ],
  12927. "license": "MIT",
  12928. "optional": true,
  12929. "os": [
  12930. "openbsd"
  12931. ],
  12932. "engines": {
  12933. "node": ">=18"
  12934. }
  12935. },
  12936. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  12937. "version": "0.27.7",
  12938. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  12939. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  12940. "cpu": [
  12941. "x64"
  12942. ],
  12943. "license": "MIT",
  12944. "optional": true,
  12945. "os": [
  12946. "openbsd"
  12947. ],
  12948. "engines": {
  12949. "node": ">=18"
  12950. }
  12951. },
  12952. "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
  12953. "version": "0.27.7",
  12954. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  12955. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  12956. "cpu": [
  12957. "arm64"
  12958. ],
  12959. "license": "MIT",
  12960. "optional": true,
  12961. "os": [
  12962. "openharmony"
  12963. ],
  12964. "engines": {
  12965. "node": ">=18"
  12966. }
  12967. },
  12968. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  12969. "version": "0.27.7",
  12970. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  12971. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  12972. "cpu": [
  12973. "x64"
  12974. ],
  12975. "license": "MIT",
  12976. "optional": true,
  12977. "os": [
  12978. "sunos"
  12979. ],
  12980. "engines": {
  12981. "node": ">=18"
  12982. }
  12983. },
  12984. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  12985. "version": "0.27.7",
  12986. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  12987. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  12988. "cpu": [
  12989. "arm64"
  12990. ],
  12991. "license": "MIT",
  12992. "optional": true,
  12993. "os": [
  12994. "win32"
  12995. ],
  12996. "engines": {
  12997. "node": ">=18"
  12998. }
  12999. },
  13000. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  13001. "version": "0.27.7",
  13002. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  13003. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  13004. "cpu": [
  13005. "ia32"
  13006. ],
  13007. "license": "MIT",
  13008. "optional": true,
  13009. "os": [
  13010. "win32"
  13011. ],
  13012. "engines": {
  13013. "node": ">=18"
  13014. }
  13015. },
  13016. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  13017. "version": "0.27.7",
  13018. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  13019. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  13020. "cpu": [
  13021. "x64"
  13022. ],
  13023. "license": "MIT",
  13024. "optional": true,
  13025. "os": [
  13026. "win32"
  13027. ],
  13028. "engines": {
  13029. "node": ">=18"
  13030. }
  13031. },
  13032. "node_modules/vite/node_modules/esbuild": {
  13033. "version": "0.27.7",
  13034. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  13035. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  13036. "hasInstallScript": true,
  13037. "license": "MIT",
  13038. "bin": {
  13039. "esbuild": "bin/esbuild"
  13040. },
  13041. "engines": {
  13042. "node": ">=18"
  13043. },
  13044. "optionalDependencies": {
  13045. "@esbuild/aix-ppc64": "0.27.7",
  13046. "@esbuild/android-arm": "0.27.7",
  13047. "@esbuild/android-arm64": "0.27.7",
  13048. "@esbuild/android-x64": "0.27.7",
  13049. "@esbuild/darwin-arm64": "0.27.7",
  13050. "@esbuild/darwin-x64": "0.27.7",
  13051. "@esbuild/freebsd-arm64": "0.27.7",
  13052. "@esbuild/freebsd-x64": "0.27.7",
  13053. "@esbuild/linux-arm": "0.27.7",
  13054. "@esbuild/linux-arm64": "0.27.7",
  13055. "@esbuild/linux-ia32": "0.27.7",
  13056. "@esbuild/linux-loong64": "0.27.7",
  13057. "@esbuild/linux-mips64el": "0.27.7",
  13058. "@esbuild/linux-ppc64": "0.27.7",
  13059. "@esbuild/linux-riscv64": "0.27.7",
  13060. "@esbuild/linux-s390x": "0.27.7",
  13061. "@esbuild/linux-x64": "0.27.7",
  13062. "@esbuild/netbsd-arm64": "0.27.7",
  13063. "@esbuild/netbsd-x64": "0.27.7",
  13064. "@esbuild/openbsd-arm64": "0.27.7",
  13065. "@esbuild/openbsd-x64": "0.27.7",
  13066. "@esbuild/openharmony-arm64": "0.27.7",
  13067. "@esbuild/sunos-x64": "0.27.7",
  13068. "@esbuild/win32-arm64": "0.27.7",
  13069. "@esbuild/win32-ia32": "0.27.7",
  13070. "@esbuild/win32-x64": "0.27.7"
  13071. }
  13072. },
  13073. "node_modules/vscode-uri": {
  13074. "version": "3.1.0",
  13075. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13076. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13077. "license": "MIT"
  13078. },
  13079. "node_modules/vue": {
  13080. "version": "3.5.22",
  13081. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz",
  13082. "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
  13083. "license": "MIT",
  13084. "dependencies": {
  13085. "@vue/compiler-dom": "3.5.22",
  13086. "@vue/compiler-sfc": "3.5.22",
  13087. "@vue/runtime-dom": "3.5.22",
  13088. "@vue/server-renderer": "3.5.22",
  13089. "@vue/shared": "3.5.22"
  13090. },
  13091. "peerDependencies": {
  13092. "typescript": "*"
  13093. },
  13094. "peerDependenciesMeta": {
  13095. "typescript": {
  13096. "optional": true
  13097. }
  13098. }
  13099. },
  13100. "node_modules/vue-bundle-renderer": {
  13101. "version": "2.2.0",
  13102. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13103. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13104. "license": "MIT",
  13105. "dependencies": {
  13106. "ufo": "^1.6.1"
  13107. }
  13108. },
  13109. "node_modules/vue-component-type-helpers": {
  13110. "version": "3.1.5",
  13111. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.1.5.tgz",
  13112. "integrity": "sha512-7V3yJuNWW7/1jxCcI1CswnpDsvs02Qcx/N43LkV+ZqhLj2PKj50slUflHAroNkN4UWiYfzMUUUXiNuv9khmSpQ==",
  13113. "license": "MIT"
  13114. },
  13115. "node_modules/vue-devtools-stub": {
  13116. "version": "0.1.0",
  13117. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13118. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13119. "license": "MIT"
  13120. },
  13121. "node_modules/vue-router": {
  13122. "version": "4.6.3",
  13123. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  13124. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  13125. "license": "MIT",
  13126. "dependencies": {
  13127. "@vue/devtools-api": "^6.6.4"
  13128. },
  13129. "funding": {
  13130. "url": "https://github.com/sponsors/posva"
  13131. },
  13132. "peerDependencies": {
  13133. "vue": "^3.5.0"
  13134. }
  13135. },
  13136. "node_modules/webidl-conversions": {
  13137. "version": "3.0.1",
  13138. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  13139. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  13140. "license": "BSD-2-Clause"
  13141. },
  13142. "node_modules/webpack-virtual-modules": {
  13143. "version": "0.6.2",
  13144. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  13145. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  13146. "license": "MIT"
  13147. },
  13148. "node_modules/whatwg-url": {
  13149. "version": "5.0.0",
  13150. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  13151. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  13152. "license": "MIT",
  13153. "dependencies": {
  13154. "tr46": "~0.0.3",
  13155. "webidl-conversions": "^3.0.0"
  13156. }
  13157. },
  13158. "node_modules/wheel-gestures": {
  13159. "version": "2.2.48",
  13160. "resolved": "https://registry.npmjs.org/wheel-gestures/-/wheel-gestures-2.2.48.tgz",
  13161. "integrity": "sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==",
  13162. "license": "MIT",
  13163. "engines": {
  13164. "node": ">=18"
  13165. }
  13166. },
  13167. "node_modules/which": {
  13168. "version": "5.0.0",
  13169. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  13170. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  13171. "license": "ISC",
  13172. "dependencies": {
  13173. "isexe": "^3.1.1"
  13174. },
  13175. "bin": {
  13176. "node-which": "bin/which.js"
  13177. },
  13178. "engines": {
  13179. "node": "^18.17.0 || >=20.5.0"
  13180. }
  13181. },
  13182. "node_modules/wrap-ansi": {
  13183. "version": "8.1.0",
  13184. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  13185. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  13186. "license": "MIT",
  13187. "dependencies": {
  13188. "ansi-styles": "^6.1.0",
  13189. "string-width": "^5.0.1",
  13190. "strip-ansi": "^7.0.1"
  13191. },
  13192. "engines": {
  13193. "node": ">=12"
  13194. },
  13195. "funding": {
  13196. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13197. }
  13198. },
  13199. "node_modules/wrap-ansi-cjs": {
  13200. "name": "wrap-ansi",
  13201. "version": "7.0.0",
  13202. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13203. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13204. "license": "MIT",
  13205. "dependencies": {
  13206. "ansi-styles": "^4.0.0",
  13207. "string-width": "^4.1.0",
  13208. "strip-ansi": "^6.0.0"
  13209. },
  13210. "engines": {
  13211. "node": ">=10"
  13212. },
  13213. "funding": {
  13214. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13215. }
  13216. },
  13217. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  13218. "version": "5.0.1",
  13219. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13220. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13221. "license": "MIT",
  13222. "engines": {
  13223. "node": ">=8"
  13224. }
  13225. },
  13226. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  13227. "version": "4.3.0",
  13228. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13229. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13230. "license": "MIT",
  13231. "dependencies": {
  13232. "color-convert": "^2.0.1"
  13233. },
  13234. "engines": {
  13235. "node": ">=8"
  13236. },
  13237. "funding": {
  13238. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13239. }
  13240. },
  13241. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  13242. "version": "8.0.0",
  13243. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13244. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13245. "license": "MIT"
  13246. },
  13247. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  13248. "version": "4.2.3",
  13249. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13250. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13251. "license": "MIT",
  13252. "dependencies": {
  13253. "emoji-regex": "^8.0.0",
  13254. "is-fullwidth-code-point": "^3.0.0",
  13255. "strip-ansi": "^6.0.1"
  13256. },
  13257. "engines": {
  13258. "node": ">=8"
  13259. }
  13260. },
  13261. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  13262. "version": "6.0.1",
  13263. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13264. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13265. "license": "MIT",
  13266. "dependencies": {
  13267. "ansi-regex": "^5.0.1"
  13268. },
  13269. "engines": {
  13270. "node": ">=8"
  13271. }
  13272. },
  13273. "node_modules/ws": {
  13274. "version": "8.18.3",
  13275. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  13276. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  13277. "license": "MIT",
  13278. "engines": {
  13279. "node": ">=10.0.0"
  13280. },
  13281. "peerDependencies": {
  13282. "bufferutil": "^4.0.1",
  13283. "utf-8-validate": ">=5.0.2"
  13284. },
  13285. "peerDependenciesMeta": {
  13286. "bufferutil": {
  13287. "optional": true
  13288. },
  13289. "utf-8-validate": {
  13290. "optional": true
  13291. }
  13292. }
  13293. },
  13294. "node_modules/wsl-utils": {
  13295. "version": "0.1.0",
  13296. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  13297. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  13298. "license": "MIT",
  13299. "dependencies": {
  13300. "is-wsl": "^3.1.0"
  13301. },
  13302. "engines": {
  13303. "node": ">=18"
  13304. },
  13305. "funding": {
  13306. "url": "https://github.com/sponsors/sindresorhus"
  13307. }
  13308. },
  13309. "node_modules/xss": {
  13310. "version": "1.0.15",
  13311. "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
  13312. "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  13313. "license": "MIT",
  13314. "optional": true,
  13315. "dependencies": {
  13316. "commander": "^2.20.3",
  13317. "cssfilter": "0.0.10"
  13318. },
  13319. "bin": {
  13320. "xss": "bin/xss"
  13321. },
  13322. "engines": {
  13323. "node": ">= 0.10.0"
  13324. }
  13325. },
  13326. "node_modules/xss/node_modules/commander": {
  13327. "version": "2.20.3",
  13328. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  13329. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13330. "license": "MIT",
  13331. "optional": true
  13332. },
  13333. "node_modules/y18n": {
  13334. "version": "5.0.8",
  13335. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  13336. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13337. "license": "ISC",
  13338. "engines": {
  13339. "node": ">=10"
  13340. }
  13341. },
  13342. "node_modules/yallist": {
  13343. "version": "3.1.1",
  13344. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  13345. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  13346. "license": "ISC"
  13347. },
  13348. "node_modules/yaml": {
  13349. "version": "2.8.3",
  13350. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  13351. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  13352. "license": "ISC",
  13353. "bin": {
  13354. "yaml": "bin.mjs"
  13355. },
  13356. "engines": {
  13357. "node": ">= 14.6"
  13358. },
  13359. "funding": {
  13360. "url": "https://github.com/sponsors/eemeli"
  13361. }
  13362. },
  13363. "node_modules/yargs": {
  13364. "version": "17.7.2",
  13365. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  13366. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  13367. "license": "MIT",
  13368. "dependencies": {
  13369. "cliui": "^8.0.1",
  13370. "escalade": "^3.1.1",
  13371. "get-caller-file": "^2.0.5",
  13372. "require-directory": "^2.1.1",
  13373. "string-width": "^4.2.3",
  13374. "y18n": "^5.0.5",
  13375. "yargs-parser": "^21.1.1"
  13376. },
  13377. "engines": {
  13378. "node": ">=12"
  13379. }
  13380. },
  13381. "node_modules/yargs-parser": {
  13382. "version": "21.1.1",
  13383. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  13384. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  13385. "license": "ISC",
  13386. "engines": {
  13387. "node": ">=12"
  13388. }
  13389. },
  13390. "node_modules/yargs/node_modules/ansi-regex": {
  13391. "version": "5.0.1",
  13392. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13393. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13394. "license": "MIT",
  13395. "engines": {
  13396. "node": ">=8"
  13397. }
  13398. },
  13399. "node_modules/yargs/node_modules/emoji-regex": {
  13400. "version": "8.0.0",
  13401. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13402. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13403. "license": "MIT"
  13404. },
  13405. "node_modules/yargs/node_modules/string-width": {
  13406. "version": "4.2.3",
  13407. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13408. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13409. "license": "MIT",
  13410. "dependencies": {
  13411. "emoji-regex": "^8.0.0",
  13412. "is-fullwidth-code-point": "^3.0.0",
  13413. "strip-ansi": "^6.0.1"
  13414. },
  13415. "engines": {
  13416. "node": ">=8"
  13417. }
  13418. },
  13419. "node_modules/yargs/node_modules/strip-ansi": {
  13420. "version": "6.0.1",
  13421. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13422. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13423. "license": "MIT",
  13424. "dependencies": {
  13425. "ansi-regex": "^5.0.1"
  13426. },
  13427. "engines": {
  13428. "node": ">=8"
  13429. }
  13430. },
  13431. "node_modules/youch": {
  13432. "version": "4.1.1",
  13433. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  13434. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  13435. "license": "MIT",
  13436. "dependencies": {
  13437. "@poppinss/colors": "^4.1.6",
  13438. "@poppinss/dumper": "^0.7.0",
  13439. "@speed-highlight/core": "^1.2.14",
  13440. "cookie-es": "^3.0.1",
  13441. "youch-core": "^0.3.3"
  13442. }
  13443. },
  13444. "node_modules/youch-core": {
  13445. "version": "0.3.3",
  13446. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  13447. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  13448. "license": "MIT",
  13449. "dependencies": {
  13450. "@poppinss/exception": "^1.2.2",
  13451. "error-stack-parser-es": "^1.0.5"
  13452. }
  13453. },
  13454. "node_modules/youch/node_modules/cookie-es": {
  13455. "version": "3.1.1",
  13456. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  13457. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  13458. "license": "MIT"
  13459. },
  13460. "node_modules/zip-stream": {
  13461. "version": "6.0.1",
  13462. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  13463. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  13464. "license": "MIT",
  13465. "dependencies": {
  13466. "archiver-utils": "^5.0.0",
  13467. "compress-commons": "^6.0.2",
  13468. "readable-stream": "^4.0.0"
  13469. },
  13470. "engines": {
  13471. "node": ">= 14"
  13472. }
  13473. }
  13474. }
  13475. }