package-lock.json 502 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464124651246612467124681246912470124711247212473124741247512476124771247812479124801248112482124831248412485124861248712488124891249012491124921249312494124951249612497124981249912500125011250212503125041250512506125071250812509125101251112512125131251412515125161251712518125191252012521125221252312524125251252612527125281252912530125311253212533125341253512536125371253812539125401254112542125431254412545125461254712548125491255012551125521255312554125551255612557125581255912560125611256212563125641256512566125671256812569125701257112572125731257412575125761257712578125791258012581125821258312584125851258612587125881258912590125911259212593125941259512596125971259812599126001260112602126031260412605126061260712608126091261012611126121261312614126151261612617126181261912620126211262212623126241262512626126271262812629126301263112632126331263412635126361263712638126391264012641126421264312644126451264612647126481264912650126511265212653126541265512656126571265812659126601266112662126631266412665126661266712668126691267012671126721267312674126751267612677126781267912680126811268212683126841268512686126871268812689126901269112692126931269412695126961269712698126991270012701127021270312704127051270612707127081270912710127111271212713127141271512716127171271812719127201272112722127231272412725127261272712728127291273012731127321273312734127351273612737127381273912740127411274212743127441274512746127471274812749127501275112752127531275412755127561275712758127591276012761127621276312764127651276612767127681276912770127711277212773127741277512776127771277812779127801278112782127831278412785127861278712788127891279012791127921279312794127951279612797127981279912800128011280212803128041280512806128071280812809128101281112812128131281412815128161281712818128191282012821128221282312824128251282612827128281282912830128311283212833128341283512836128371283812839128401284112842128431284412845128461284712848128491285012851128521285312854128551285612857128581285912860128611286212863128641286512866128671286812869128701287112872128731287412875128761287712878128791288012881128821288312884128851288612887128881288912890128911289212893128941289512896128971289812899129001290112902129031290412905129061290712908129091291012911129121291312914129151291612917129181291912920129211292212923129241292512926129271292812929129301293112932129331293412935129361293712938129391294012941129421294312944129451294612947129481294912950129511295212953129541295512956129571295812959129601296112962129631296412965129661296712968129691297012971129721297312974129751297612977129781297912980129811298212983129841298512986129871298812989129901299112992129931299412995129961299712998129991300013001130021300313004130051300613007130081300913010130111301213013130141301513016130171301813019130201302113022130231302413025130261302713028130291303013031130321303313034130351303613037130381303913040130411304213043130441304513046130471304813049130501305113052130531305413055130561305713058130591306013061130621306313064130651306613067130681306913070130711307213073130741307513076130771307813079130801308113082130831308413085130861308713088130891309013091130921309313094130951309613097130981309913100131011310213103131041310513106131071310813109131101311113112131131311413115131161311713118131191312013121131221312313124131251312613127131281312913130131311313213133131341313513136131371313813139131401314113142131431314413145131461314713148131491315013151131521315313154131551315613157131581315913160131611316213163131641316513166131671316813169131701317113172131731317413175131761317713178131791318013181131821318313184131851318613187131881318913190131911319213193131941319513196131971319813199132001320113202132031320413205132061320713208132091321013211132121321313214132151321613217132181321913220132211322213223132241322513226132271322813229132301323113232132331323413235132361323713238132391324013241132421324313244132451324613247132481324913250132511325213253132541325513256132571325813259132601326113262132631326413265132661326713268132691327013271132721327313274132751327613277132781327913280132811328213283132841328513286132871328813289132901329113292132931329413295132961329713298132991330013301133021330313304133051330613307133081330913310133111331213313133141331513316133171331813319133201332113322133231332413325133261332713328133291333013331133321333313334133351333613337133381333913340133411334213343133441334513346133471334813349133501335113352133531335413355133561335713358133591336013361133621336313364133651336613367133681336913370133711337213373133741337513376133771337813379133801338113382133831338413385133861338713388133891339013391133921339313394133951339613397133981339913400134011340213403134041340513406134071340813409134101341113412134131341413415134161341713418134191342013421134221342313424134251342613427134281342913430134311343213433134341343513436134371343813439134401344113442134431344413445134461344713448134491345013451134521345313454134551345613457134581345913460134611346213463134641346513466134671346813469134701347113472134731347413475134761347713478134791348013481134821348313484134851348613487134881348913490134911349213493134941349513496134971349813499135001350113502135031350413505135061350713508135091351013511135121351313514135151351613517135181351913520135211352213523135241352513526135271352813529135301353113532135331353413535135361353713538135391354013541135421354313544135451354613547135481354913550135511355213553135541355513556135571355813559135601356113562135631356413565135661356713568135691357013571135721357313574135751357613577135781357913580135811358213583135841358513586135871358813589135901359113592135931359413595135961359713598135991360013601136021360313604136051360613607136081360913610136111361213613136141361513616136171361813619136201362113622136231362413625136261362713628136291363013631136321363313634136351363613637136381363913640136411364213643136441364513646136471364813649136501365113652136531365413655136561365713658136591366013661136621366313664136651366613667136681366913670136711367213673136741367513676136771367813679136801368113682136831368413685136861368713688136891369013691136921369313694136951369613697136981369913700137011370213703137041370513706137071370813709137101371113712137131371413715137161371713718137191372013721137221372313724137251372613727137281372913730137311373213733137341373513736137371373813739137401374113742137431374413745137461374713748137491375013751137521375313754137551375613757137581375913760137611376213763137641376513766137671376813769137701377113772137731377413775137761377713778137791378013781137821378313784137851378613787137881378913790137911379213793137941379513796137971379813799138001380113802138031380413805138061380713808138091381013811138121381313814138151381613817138181381913820138211382213823138241382513826138271382813829138301383113832138331383413835138361383713838138391384013841138421384313844138451384613847138481384913850138511385213853138541385513856138571385813859138601386113862138631386413865138661386713868138691387013871138721387313874138751387613877138781387913880138811388213883138841388513886138871388813889138901389113892138931389413895138961389713898138991390013901139021390313904139051390613907139081390913910139111391213913139141391513916139171391813919139201392113922139231392413925139261392713928139291393013931139321393313934139351393613937139381393913940139411394213943139441394513946139471394813949139501395113952139531395413955139561395713958139591396013961139621396313964139651396613967139681396913970139711397213973139741397513976139771397813979139801398113982139831398413985139861398713988139891399013991139921399313994139951399613997139981399914000140011400214003140041400514006140071400814009140101401114012140131401414015140161401714018140191402014021140221402314024140251402614027140281402914030140311403214033140341403514036140371403814039140401404114042140431404414045140461404714048140491405014051140521405314054140551405614057140581405914060140611406214063140641406514066140671406814069140701407114072140731407414075140761407714078140791408014081140821408314084140851408614087140881408914090140911409214093140941409514096140971409814099141001410114102141031410414105141061410714108141091411014111141121411314114141151411614117141181411914120141211412214123141241412514126141271412814129141301413114132141331413414135141361413714138141391414014141141421414314144141451414614147141481414914150141511415214153141541415514156141571415814159141601416114162141631416414165141661416714168141691417014171141721417314174141751417614177141781417914180141811418214183141841418514186141871418814189141901419114192141931419414195141961419714198141991420014201142021420314204142051420614207142081420914210142111421214213142141421514216142171421814219142201422114222142231422414225142261422714228142291423014231142321423314234142351423614237142381423914240142411424214243142441424514246142471424814249142501425114252142531425414255142561425714258142591426014261142621426314264142651426614267142681426914270142711427214273142741427514276142771427814279142801428114282142831428414285142861428714288142891429014291142921429314294142951429614297142981429914300143011430214303143041430514306143071430814309143101431114312143131431414315143161431714318143191432014321143221432314324143251432614327143281432914330143311433214333143341433514336143371433814339143401434114342143431434414345143461434714348143491435014351143521435314354143551435614357143581435914360143611436214363143641436514366143671436814369143701437114372143731437414375143761437714378143791438014381143821438314384143851438614387143881438914390143911439214393143941439514396
  1. {
  2. "name": "wenbao-website",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "wenbao-website",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design-vue/nuxt": "^1.4.6",
  12. "@imengyu/imengyu-utils": "^0.0.26",
  13. "@imengyu/js-request-transform": "^0.4.0",
  14. "@imengyu/vue-dynamic-form": "^0.1.1",
  15. "@imengyu/vue-scroll-rect": "^0.1.8",
  16. "@nuxt/icon": "^2.1.1",
  17. "@pinia/nuxt": "^0.11.1",
  18. "@popperjs/core": "^2.11.8",
  19. "@vuemap/vue-amap": "^2.1.12",
  20. "ant-design-vue": "^4.2.6",
  21. "axios": "^1.13.2",
  22. "bootstrap": "^5.3.8",
  23. "json5": "^2.2.3",
  24. "lodash-es": "^4.17.21",
  25. "md5": "^2.3.0",
  26. "mitt": "^3.0.1",
  27. "mysql2": "^3.16.0",
  28. "nuxt": "^4.2.2",
  29. "pinia": "^3.0.1",
  30. "tslib": "^2.8.1",
  31. "vue": "^3.5.13",
  32. "vue-router": "^4.5.0",
  33. "vue3-carousel": "^0.15.0"
  34. },
  35. "devDependencies": {
  36. "@iconify-json/material-symbols": "^1.2.50",
  37. "@inquirer/prompts": "^7.10.1",
  38. "@tsconfig/node22": "^22.0.1",
  39. "@types/node": "^22.14.0",
  40. "@vitejs/plugin-vue": "^5.2.3",
  41. "@vitejs/plugin-vue-jsx": "^4.1.2",
  42. "@vue/tsconfig": "^0.7.0",
  43. "ali-oss": "^6.23.0",
  44. "archiver": "^7.0.1",
  45. "cli-progress": "^3.12.0",
  46. "cli-table3": "^0.6.5",
  47. "commander": "^14.0.2",
  48. "npm-run-all2": "^7.0.2",
  49. "sass": "^1.87.0",
  50. "terser": "^5.44.1",
  51. "typescript": "~5.8.0",
  52. "vite": "^6.2.4",
  53. "vite-plugin-vue-devtools": "^7.7.2",
  54. "vue-tsc": "^2.2.8"
  55. }
  56. },
  57. "node_modules/@ant-design-vue/nuxt": {
  58. "version": "1.4.6",
  59. "resolved": "https://registry.npmmirror.com/@ant-design-vue/nuxt/-/nuxt-1.4.6.tgz",
  60. "integrity": "sha512-RtczDfCbd1GtVXoKvZQPbEHiajSGp9BE9S7PHkotz0I59WmfMq/JhxRWR07X8Glb0e/3FfLBWgv7u9n6xqQ5fQ==",
  61. "license": "MIT",
  62. "dependencies": {
  63. "@ant-design/icons-vue": "^7.0.1",
  64. "@nuxt/kit": "^3.13.2"
  65. },
  66. "peerDependencies": {
  67. "ant-design-vue": ">=4"
  68. }
  69. },
  70. "node_modules/@ant-design/colors": {
  71. "version": "6.0.0",
  72. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  73. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  74. "license": "MIT",
  75. "dependencies": {
  76. "@ctrl/tinycolor": "^3.4.0"
  77. }
  78. },
  79. "node_modules/@ant-design/icons-svg": {
  80. "version": "4.4.2",
  81. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  82. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  83. "license": "MIT"
  84. },
  85. "node_modules/@ant-design/icons-vue": {
  86. "version": "7.0.1",
  87. "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  88. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  89. "license": "MIT",
  90. "dependencies": {
  91. "@ant-design/colors": "^6.0.0",
  92. "@ant-design/icons-svg": "^4.2.1"
  93. },
  94. "peerDependencies": {
  95. "vue": ">=3.0.3"
  96. }
  97. },
  98. "node_modules/@antfu/install-pkg": {
  99. "version": "1.1.0",
  100. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  101. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  102. "license": "MIT",
  103. "dependencies": {
  104. "package-manager-detector": "^1.3.0",
  105. "tinyexec": "^1.0.1"
  106. },
  107. "funding": {
  108. "url": "https://github.com/sponsors/antfu"
  109. }
  110. },
  111. "node_modules/@antfu/utils": {
  112. "version": "0.7.10",
  113. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  114. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  115. "dev": true,
  116. "license": "MIT",
  117. "funding": {
  118. "url": "https://github.com/sponsors/antfu"
  119. }
  120. },
  121. "node_modules/@babel/code-frame": {
  122. "version": "7.27.1",
  123. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  124. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  125. "license": "MIT",
  126. "dependencies": {
  127. "@babel/helper-validator-identifier": "^7.27.1",
  128. "js-tokens": "^4.0.0",
  129. "picocolors": "^1.1.1"
  130. },
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/compat-data": {
  136. "version": "7.27.7",
  137. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.7.tgz",
  138. "integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
  139. "license": "MIT",
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/core": {
  145. "version": "7.28.5",
  146. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.5.tgz",
  147. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  148. "license": "MIT",
  149. "dependencies": {
  150. "@babel/code-frame": "^7.27.1",
  151. "@babel/generator": "^7.28.5",
  152. "@babel/helper-compilation-targets": "^7.27.2",
  153. "@babel/helper-module-transforms": "^7.28.3",
  154. "@babel/helpers": "^7.28.4",
  155. "@babel/parser": "^7.28.5",
  156. "@babel/template": "^7.27.2",
  157. "@babel/traverse": "^7.28.5",
  158. "@babel/types": "^7.28.5",
  159. "@jridgewell/remapping": "^2.3.5",
  160. "convert-source-map": "^2.0.0",
  161. "debug": "^4.1.0",
  162. "gensync": "^1.0.0-beta.2",
  163. "json5": "^2.2.3",
  164. "semver": "^6.3.1"
  165. },
  166. "engines": {
  167. "node": ">=6.9.0"
  168. },
  169. "funding": {
  170. "type": "opencollective",
  171. "url": "https://opencollective.com/babel"
  172. }
  173. },
  174. "node_modules/@babel/generator": {
  175. "version": "7.28.5",
  176. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.5.tgz",
  177. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  178. "license": "MIT",
  179. "dependencies": {
  180. "@babel/parser": "^7.28.5",
  181. "@babel/types": "^7.28.5",
  182. "@jridgewell/gen-mapping": "^0.3.12",
  183. "@jridgewell/trace-mapping": "^0.3.28",
  184. "jsesc": "^3.0.2"
  185. },
  186. "engines": {
  187. "node": ">=6.9.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-annotate-as-pure": {
  191. "version": "7.27.3",
  192. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  193. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  194. "license": "MIT",
  195. "dependencies": {
  196. "@babel/types": "^7.27.3"
  197. },
  198. "engines": {
  199. "node": ">=6.9.0"
  200. }
  201. },
  202. "node_modules/@babel/helper-compilation-targets": {
  203. "version": "7.27.2",
  204. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  205. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  206. "license": "MIT",
  207. "dependencies": {
  208. "@babel/compat-data": "^7.27.2",
  209. "@babel/helper-validator-option": "^7.27.1",
  210. "browserslist": "^4.24.0",
  211. "lru-cache": "^5.1.1",
  212. "semver": "^6.3.1"
  213. },
  214. "engines": {
  215. "node": ">=6.9.0"
  216. }
  217. },
  218. "node_modules/@babel/helper-create-class-features-plugin": {
  219. "version": "7.28.5",
  220. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  221. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  222. "license": "MIT",
  223. "dependencies": {
  224. "@babel/helper-annotate-as-pure": "^7.27.3",
  225. "@babel/helper-member-expression-to-functions": "^7.28.5",
  226. "@babel/helper-optimise-call-expression": "^7.27.1",
  227. "@babel/helper-replace-supers": "^7.27.1",
  228. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  229. "@babel/traverse": "^7.28.5",
  230. "semver": "^6.3.1"
  231. },
  232. "engines": {
  233. "node": ">=6.9.0"
  234. },
  235. "peerDependencies": {
  236. "@babel/core": "^7.0.0"
  237. }
  238. },
  239. "node_modules/@babel/helper-globals": {
  240. "version": "7.28.0",
  241. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  242. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  243. "license": "MIT",
  244. "engines": {
  245. "node": ">=6.9.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-member-expression-to-functions": {
  249. "version": "7.28.5",
  250. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  251. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  252. "license": "MIT",
  253. "dependencies": {
  254. "@babel/traverse": "^7.28.5",
  255. "@babel/types": "^7.28.5"
  256. },
  257. "engines": {
  258. "node": ">=6.9.0"
  259. }
  260. },
  261. "node_modules/@babel/helper-module-imports": {
  262. "version": "7.27.1",
  263. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  264. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  265. "license": "MIT",
  266. "dependencies": {
  267. "@babel/traverse": "^7.27.1",
  268. "@babel/types": "^7.27.1"
  269. },
  270. "engines": {
  271. "node": ">=6.9.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-module-transforms": {
  275. "version": "7.28.3",
  276. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  277. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  278. "license": "MIT",
  279. "dependencies": {
  280. "@babel/helper-module-imports": "^7.27.1",
  281. "@babel/helper-validator-identifier": "^7.27.1",
  282. "@babel/traverse": "^7.28.3"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. },
  287. "peerDependencies": {
  288. "@babel/core": "^7.0.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-optimise-call-expression": {
  292. "version": "7.27.1",
  293. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  294. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  295. "license": "MIT",
  296. "dependencies": {
  297. "@babel/types": "^7.27.1"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-plugin-utils": {
  304. "version": "7.27.1",
  305. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  306. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  307. "license": "MIT",
  308. "engines": {
  309. "node": ">=6.9.0"
  310. }
  311. },
  312. "node_modules/@babel/helper-replace-supers": {
  313. "version": "7.27.1",
  314. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  315. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/helper-member-expression-to-functions": "^7.27.1",
  319. "@babel/helper-optimise-call-expression": "^7.27.1",
  320. "@babel/traverse": "^7.27.1"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. },
  325. "peerDependencies": {
  326. "@babel/core": "^7.0.0"
  327. }
  328. },
  329. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  330. "version": "7.27.1",
  331. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  332. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  333. "license": "MIT",
  334. "dependencies": {
  335. "@babel/traverse": "^7.27.1",
  336. "@babel/types": "^7.27.1"
  337. },
  338. "engines": {
  339. "node": ">=6.9.0"
  340. }
  341. },
  342. "node_modules/@babel/helper-string-parser": {
  343. "version": "7.27.1",
  344. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  345. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  346. "license": "MIT",
  347. "engines": {
  348. "node": ">=6.9.0"
  349. }
  350. },
  351. "node_modules/@babel/helper-validator-identifier": {
  352. "version": "7.28.5",
  353. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  354. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  355. "license": "MIT",
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-validator-option": {
  361. "version": "7.27.1",
  362. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  363. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  364. "license": "MIT",
  365. "engines": {
  366. "node": ">=6.9.0"
  367. }
  368. },
  369. "node_modules/@babel/helpers": {
  370. "version": "7.28.4",
  371. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.4.tgz",
  372. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@babel/template": "^7.27.2",
  376. "@babel/types": "^7.28.4"
  377. },
  378. "engines": {
  379. "node": ">=6.9.0"
  380. }
  381. },
  382. "node_modules/@babel/parser": {
  383. "version": "7.28.5",
  384. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
  385. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  386. "license": "MIT",
  387. "dependencies": {
  388. "@babel/types": "^7.28.5"
  389. },
  390. "bin": {
  391. "parser": "bin/babel-parser.js"
  392. },
  393. "engines": {
  394. "node": ">=6.0.0"
  395. }
  396. },
  397. "node_modules/@babel/plugin-proposal-decorators": {
  398. "version": "7.25.9",
  399. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  400. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  401. "dev": true,
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/helper-create-class-features-plugin": "^7.25.9",
  405. "@babel/helper-plugin-utils": "^7.25.9",
  406. "@babel/plugin-syntax-decorators": "^7.25.9"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. },
  411. "peerDependencies": {
  412. "@babel/core": "^7.0.0-0"
  413. }
  414. },
  415. "node_modules/@babel/plugin-syntax-decorators": {
  416. "version": "7.25.9",
  417. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  418. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  419. "dev": true,
  420. "license": "MIT",
  421. "dependencies": {
  422. "@babel/helper-plugin-utils": "^7.25.9"
  423. },
  424. "engines": {
  425. "node": ">=6.9.0"
  426. },
  427. "peerDependencies": {
  428. "@babel/core": "^7.0.0-0"
  429. }
  430. },
  431. "node_modules/@babel/plugin-syntax-import-attributes": {
  432. "version": "7.26.0",
  433. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  434. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  435. "dev": true,
  436. "license": "MIT",
  437. "dependencies": {
  438. "@babel/helper-plugin-utils": "^7.25.9"
  439. },
  440. "engines": {
  441. "node": ">=6.9.0"
  442. },
  443. "peerDependencies": {
  444. "@babel/core": "^7.0.0-0"
  445. }
  446. },
  447. "node_modules/@babel/plugin-syntax-import-meta": {
  448. "version": "7.10.4",
  449. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  450. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  451. "dev": true,
  452. "license": "MIT",
  453. "dependencies": {
  454. "@babel/helper-plugin-utils": "^7.10.4"
  455. },
  456. "peerDependencies": {
  457. "@babel/core": "^7.0.0-0"
  458. }
  459. },
  460. "node_modules/@babel/plugin-syntax-jsx": {
  461. "version": "7.27.1",
  462. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  463. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  464. "license": "MIT",
  465. "dependencies": {
  466. "@babel/helper-plugin-utils": "^7.27.1"
  467. },
  468. "engines": {
  469. "node": ">=6.9.0"
  470. },
  471. "peerDependencies": {
  472. "@babel/core": "^7.0.0-0"
  473. }
  474. },
  475. "node_modules/@babel/plugin-syntax-typescript": {
  476. "version": "7.27.1",
  477. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  478. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  479. "license": "MIT",
  480. "dependencies": {
  481. "@babel/helper-plugin-utils": "^7.27.1"
  482. },
  483. "engines": {
  484. "node": ">=6.9.0"
  485. },
  486. "peerDependencies": {
  487. "@babel/core": "^7.0.0-0"
  488. }
  489. },
  490. "node_modules/@babel/plugin-transform-typescript": {
  491. "version": "7.28.5",
  492. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  493. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  494. "license": "MIT",
  495. "dependencies": {
  496. "@babel/helper-annotate-as-pure": "^7.27.3",
  497. "@babel/helper-create-class-features-plugin": "^7.28.5",
  498. "@babel/helper-plugin-utils": "^7.27.1",
  499. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  500. "@babel/plugin-syntax-typescript": "^7.27.1"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. },
  505. "peerDependencies": {
  506. "@babel/core": "^7.0.0-0"
  507. }
  508. },
  509. "node_modules/@babel/runtime": {
  510. "version": "7.27.1",
  511. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  512. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  513. "license": "MIT",
  514. "engines": {
  515. "node": ">=6.9.0"
  516. }
  517. },
  518. "node_modules/@babel/template": {
  519. "version": "7.27.2",
  520. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  521. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  522. "license": "MIT",
  523. "dependencies": {
  524. "@babel/code-frame": "^7.27.1",
  525. "@babel/parser": "^7.27.2",
  526. "@babel/types": "^7.27.1"
  527. },
  528. "engines": {
  529. "node": ">=6.9.0"
  530. }
  531. },
  532. "node_modules/@babel/traverse": {
  533. "version": "7.28.5",
  534. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.5.tgz",
  535. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  536. "license": "MIT",
  537. "dependencies": {
  538. "@babel/code-frame": "^7.27.1",
  539. "@babel/generator": "^7.28.5",
  540. "@babel/helper-globals": "^7.28.0",
  541. "@babel/parser": "^7.28.5",
  542. "@babel/template": "^7.27.2",
  543. "@babel/types": "^7.28.5",
  544. "debug": "^4.3.1"
  545. },
  546. "engines": {
  547. "node": ">=6.9.0"
  548. }
  549. },
  550. "node_modules/@babel/types": {
  551. "version": "7.28.5",
  552. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
  553. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  554. "license": "MIT",
  555. "dependencies": {
  556. "@babel/helper-string-parser": "^7.27.1",
  557. "@babel/helper-validator-identifier": "^7.28.5"
  558. },
  559. "engines": {
  560. "node": ">=6.9.0"
  561. }
  562. },
  563. "node_modules/@clack/core": {
  564. "version": "1.0.0-alpha.7",
  565. "resolved": "https://registry.npmmirror.com/@clack/core/-/core-1.0.0-alpha.7.tgz",
  566. "integrity": "sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ==",
  567. "license": "MIT",
  568. "dependencies": {
  569. "picocolors": "^1.0.0",
  570. "sisteransi": "^1.0.5"
  571. }
  572. },
  573. "node_modules/@clack/prompts": {
  574. "version": "1.0.0-alpha.8",
  575. "resolved": "https://registry.npmmirror.com/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz",
  576. "integrity": "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ==",
  577. "license": "MIT",
  578. "dependencies": {
  579. "@clack/core": "1.0.0-alpha.7",
  580. "picocolors": "^1.0.0",
  581. "sisteransi": "^1.0.5"
  582. }
  583. },
  584. "node_modules/@cloudflare/kv-asset-handler": {
  585. "version": "0.4.1",
  586. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.1.tgz",
  587. "integrity": "sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==",
  588. "license": "MIT OR Apache-2.0",
  589. "dependencies": {
  590. "mime": "^3.0.0"
  591. },
  592. "engines": {
  593. "node": ">=18.0.0"
  594. }
  595. },
  596. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  597. "version": "3.0.0",
  598. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  599. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  600. "license": "MIT",
  601. "bin": {
  602. "mime": "cli.js"
  603. },
  604. "engines": {
  605. "node": ">=10.0.0"
  606. }
  607. },
  608. "node_modules/@colors/colors": {
  609. "version": "1.5.0",
  610. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz",
  611. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  612. "dev": true,
  613. "license": "MIT",
  614. "optional": true,
  615. "engines": {
  616. "node": ">=0.1.90"
  617. }
  618. },
  619. "node_modules/@ctrl/tinycolor": {
  620. "version": "3.6.1",
  621. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  622. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  623. "license": "MIT",
  624. "engines": {
  625. "node": ">=10"
  626. }
  627. },
  628. "node_modules/@dxup/nuxt": {
  629. "version": "0.2.2",
  630. "resolved": "https://registry.npmmirror.com/@dxup/nuxt/-/nuxt-0.2.2.tgz",
  631. "integrity": "sha512-RNpJjDZs9+JcT9N87AnOuHsNM75DEd58itADNd/s1LIF6BZbTLZV0xxilJZb55lntn4TYvscTaXLCBX2fq9CXg==",
  632. "license": "MIT",
  633. "dependencies": {
  634. "@dxup/unimport": "^0.1.2",
  635. "@nuxt/kit": "^4.2.1",
  636. "chokidar": "^4.0.3",
  637. "pathe": "^2.0.3",
  638. "tinyglobby": "^0.2.15"
  639. }
  640. },
  641. "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
  642. "version": "4.2.2",
  643. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  644. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  645. "license": "MIT",
  646. "dependencies": {
  647. "c12": "^3.3.2",
  648. "consola": "^3.4.2",
  649. "defu": "^6.1.4",
  650. "destr": "^2.0.5",
  651. "errx": "^0.1.0",
  652. "exsolve": "^1.0.8",
  653. "ignore": "^7.0.5",
  654. "jiti": "^2.6.1",
  655. "klona": "^2.0.6",
  656. "mlly": "^1.8.0",
  657. "ohash": "^2.0.11",
  658. "pathe": "^2.0.3",
  659. "pkg-types": "^2.3.0",
  660. "rc9": "^2.1.2",
  661. "scule": "^1.3.0",
  662. "semver": "^7.7.3",
  663. "tinyglobby": "^0.2.15",
  664. "ufo": "^1.6.1",
  665. "unctx": "^2.4.1",
  666. "untyped": "^2.0.0"
  667. },
  668. "engines": {
  669. "node": ">=18.12.0"
  670. }
  671. },
  672. "node_modules/@dxup/nuxt/node_modules/semver": {
  673. "version": "7.7.3",
  674. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  675. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  676. "license": "ISC",
  677. "bin": {
  678. "semver": "bin/semver.js"
  679. },
  680. "engines": {
  681. "node": ">=10"
  682. }
  683. },
  684. "node_modules/@dxup/unimport": {
  685. "version": "0.1.2",
  686. "resolved": "https://registry.npmmirror.com/@dxup/unimport/-/unimport-0.1.2.tgz",
  687. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  688. "license": "MIT"
  689. },
  690. "node_modules/@emnapi/core": {
  691. "version": "1.7.1",
  692. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.7.1.tgz",
  693. "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
  694. "license": "MIT",
  695. "optional": true,
  696. "dependencies": {
  697. "@emnapi/wasi-threads": "1.1.0",
  698. "tslib": "^2.4.0"
  699. }
  700. },
  701. "node_modules/@emnapi/runtime": {
  702. "version": "1.7.1",
  703. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.7.1.tgz",
  704. "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
  705. "license": "MIT",
  706. "optional": true,
  707. "dependencies": {
  708. "tslib": "^2.4.0"
  709. }
  710. },
  711. "node_modules/@emnapi/wasi-threads": {
  712. "version": "1.1.0",
  713. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  714. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  715. "license": "MIT",
  716. "optional": true,
  717. "dependencies": {
  718. "tslib": "^2.4.0"
  719. }
  720. },
  721. "node_modules/@emotion/hash": {
  722. "version": "0.9.2",
  723. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  724. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  725. "license": "MIT"
  726. },
  727. "node_modules/@emotion/unitless": {
  728. "version": "0.8.1",
  729. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  730. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  731. "license": "MIT"
  732. },
  733. "node_modules/@esbuild/aix-ppc64": {
  734. "version": "0.25.12",
  735. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  736. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  737. "cpu": [
  738. "ppc64"
  739. ],
  740. "license": "MIT",
  741. "optional": true,
  742. "os": [
  743. "aix"
  744. ],
  745. "engines": {
  746. "node": ">=18"
  747. }
  748. },
  749. "node_modules/@esbuild/android-arm": {
  750. "version": "0.25.12",
  751. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  752. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  753. "cpu": [
  754. "arm"
  755. ],
  756. "license": "MIT",
  757. "optional": true,
  758. "os": [
  759. "android"
  760. ],
  761. "engines": {
  762. "node": ">=18"
  763. }
  764. },
  765. "node_modules/@esbuild/android-arm64": {
  766. "version": "0.25.12",
  767. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  768. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  769. "cpu": [
  770. "arm64"
  771. ],
  772. "license": "MIT",
  773. "optional": true,
  774. "os": [
  775. "android"
  776. ],
  777. "engines": {
  778. "node": ">=18"
  779. }
  780. },
  781. "node_modules/@esbuild/android-x64": {
  782. "version": "0.25.12",
  783. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  784. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  785. "cpu": [
  786. "x64"
  787. ],
  788. "license": "MIT",
  789. "optional": true,
  790. "os": [
  791. "android"
  792. ],
  793. "engines": {
  794. "node": ">=18"
  795. }
  796. },
  797. "node_modules/@esbuild/darwin-arm64": {
  798. "version": "0.25.12",
  799. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  800. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  801. "cpu": [
  802. "arm64"
  803. ],
  804. "license": "MIT",
  805. "optional": true,
  806. "os": [
  807. "darwin"
  808. ],
  809. "engines": {
  810. "node": ">=18"
  811. }
  812. },
  813. "node_modules/@esbuild/darwin-x64": {
  814. "version": "0.25.12",
  815. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  816. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  817. "cpu": [
  818. "x64"
  819. ],
  820. "license": "MIT",
  821. "optional": true,
  822. "os": [
  823. "darwin"
  824. ],
  825. "engines": {
  826. "node": ">=18"
  827. }
  828. },
  829. "node_modules/@esbuild/freebsd-arm64": {
  830. "version": "0.25.12",
  831. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  832. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  833. "cpu": [
  834. "arm64"
  835. ],
  836. "license": "MIT",
  837. "optional": true,
  838. "os": [
  839. "freebsd"
  840. ],
  841. "engines": {
  842. "node": ">=18"
  843. }
  844. },
  845. "node_modules/@esbuild/freebsd-x64": {
  846. "version": "0.25.12",
  847. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  848. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  849. "cpu": [
  850. "x64"
  851. ],
  852. "license": "MIT",
  853. "optional": true,
  854. "os": [
  855. "freebsd"
  856. ],
  857. "engines": {
  858. "node": ">=18"
  859. }
  860. },
  861. "node_modules/@esbuild/linux-arm": {
  862. "version": "0.25.12",
  863. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  864. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  865. "cpu": [
  866. "arm"
  867. ],
  868. "license": "MIT",
  869. "optional": true,
  870. "os": [
  871. "linux"
  872. ],
  873. "engines": {
  874. "node": ">=18"
  875. }
  876. },
  877. "node_modules/@esbuild/linux-arm64": {
  878. "version": "0.25.12",
  879. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  880. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  881. "cpu": [
  882. "arm64"
  883. ],
  884. "license": "MIT",
  885. "optional": true,
  886. "os": [
  887. "linux"
  888. ],
  889. "engines": {
  890. "node": ">=18"
  891. }
  892. },
  893. "node_modules/@esbuild/linux-ia32": {
  894. "version": "0.25.12",
  895. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  896. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  897. "cpu": [
  898. "ia32"
  899. ],
  900. "license": "MIT",
  901. "optional": true,
  902. "os": [
  903. "linux"
  904. ],
  905. "engines": {
  906. "node": ">=18"
  907. }
  908. },
  909. "node_modules/@esbuild/linux-loong64": {
  910. "version": "0.25.12",
  911. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  912. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  913. "cpu": [
  914. "loong64"
  915. ],
  916. "license": "MIT",
  917. "optional": true,
  918. "os": [
  919. "linux"
  920. ],
  921. "engines": {
  922. "node": ">=18"
  923. }
  924. },
  925. "node_modules/@esbuild/linux-mips64el": {
  926. "version": "0.25.12",
  927. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  928. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  929. "cpu": [
  930. "mips64el"
  931. ],
  932. "license": "MIT",
  933. "optional": true,
  934. "os": [
  935. "linux"
  936. ],
  937. "engines": {
  938. "node": ">=18"
  939. }
  940. },
  941. "node_modules/@esbuild/linux-ppc64": {
  942. "version": "0.25.12",
  943. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  944. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  945. "cpu": [
  946. "ppc64"
  947. ],
  948. "license": "MIT",
  949. "optional": true,
  950. "os": [
  951. "linux"
  952. ],
  953. "engines": {
  954. "node": ">=18"
  955. }
  956. },
  957. "node_modules/@esbuild/linux-riscv64": {
  958. "version": "0.25.12",
  959. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  960. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  961. "cpu": [
  962. "riscv64"
  963. ],
  964. "license": "MIT",
  965. "optional": true,
  966. "os": [
  967. "linux"
  968. ],
  969. "engines": {
  970. "node": ">=18"
  971. }
  972. },
  973. "node_modules/@esbuild/linux-s390x": {
  974. "version": "0.25.12",
  975. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  976. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  977. "cpu": [
  978. "s390x"
  979. ],
  980. "license": "MIT",
  981. "optional": true,
  982. "os": [
  983. "linux"
  984. ],
  985. "engines": {
  986. "node": ">=18"
  987. }
  988. },
  989. "node_modules/@esbuild/linux-x64": {
  990. "version": "0.25.12",
  991. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  992. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  993. "cpu": [
  994. "x64"
  995. ],
  996. "license": "MIT",
  997. "optional": true,
  998. "os": [
  999. "linux"
  1000. ],
  1001. "engines": {
  1002. "node": ">=18"
  1003. }
  1004. },
  1005. "node_modules/@esbuild/netbsd-arm64": {
  1006. "version": "0.25.12",
  1007. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  1008. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  1009. "cpu": [
  1010. "arm64"
  1011. ],
  1012. "license": "MIT",
  1013. "optional": true,
  1014. "os": [
  1015. "netbsd"
  1016. ],
  1017. "engines": {
  1018. "node": ">=18"
  1019. }
  1020. },
  1021. "node_modules/@esbuild/netbsd-x64": {
  1022. "version": "0.25.12",
  1023. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  1024. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  1025. "cpu": [
  1026. "x64"
  1027. ],
  1028. "license": "MIT",
  1029. "optional": true,
  1030. "os": [
  1031. "netbsd"
  1032. ],
  1033. "engines": {
  1034. "node": ">=18"
  1035. }
  1036. },
  1037. "node_modules/@esbuild/openbsd-arm64": {
  1038. "version": "0.25.12",
  1039. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  1040. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  1041. "cpu": [
  1042. "arm64"
  1043. ],
  1044. "license": "MIT",
  1045. "optional": true,
  1046. "os": [
  1047. "openbsd"
  1048. ],
  1049. "engines": {
  1050. "node": ">=18"
  1051. }
  1052. },
  1053. "node_modules/@esbuild/openbsd-x64": {
  1054. "version": "0.25.12",
  1055. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  1056. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  1057. "cpu": [
  1058. "x64"
  1059. ],
  1060. "license": "MIT",
  1061. "optional": true,
  1062. "os": [
  1063. "openbsd"
  1064. ],
  1065. "engines": {
  1066. "node": ">=18"
  1067. }
  1068. },
  1069. "node_modules/@esbuild/openharmony-arm64": {
  1070. "version": "0.25.12",
  1071. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  1072. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  1073. "cpu": [
  1074. "arm64"
  1075. ],
  1076. "license": "MIT",
  1077. "optional": true,
  1078. "os": [
  1079. "openharmony"
  1080. ],
  1081. "engines": {
  1082. "node": ">=18"
  1083. }
  1084. },
  1085. "node_modules/@esbuild/sunos-x64": {
  1086. "version": "0.25.12",
  1087. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  1088. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  1089. "cpu": [
  1090. "x64"
  1091. ],
  1092. "license": "MIT",
  1093. "optional": true,
  1094. "os": [
  1095. "sunos"
  1096. ],
  1097. "engines": {
  1098. "node": ">=18"
  1099. }
  1100. },
  1101. "node_modules/@esbuild/win32-arm64": {
  1102. "version": "0.25.12",
  1103. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  1104. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  1105. "cpu": [
  1106. "arm64"
  1107. ],
  1108. "license": "MIT",
  1109. "optional": true,
  1110. "os": [
  1111. "win32"
  1112. ],
  1113. "engines": {
  1114. "node": ">=18"
  1115. }
  1116. },
  1117. "node_modules/@esbuild/win32-ia32": {
  1118. "version": "0.25.12",
  1119. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  1120. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  1121. "cpu": [
  1122. "ia32"
  1123. ],
  1124. "license": "MIT",
  1125. "optional": true,
  1126. "os": [
  1127. "win32"
  1128. ],
  1129. "engines": {
  1130. "node": ">=18"
  1131. }
  1132. },
  1133. "node_modules/@esbuild/win32-x64": {
  1134. "version": "0.25.12",
  1135. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  1136. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  1137. "cpu": [
  1138. "x64"
  1139. ],
  1140. "license": "MIT",
  1141. "optional": true,
  1142. "os": [
  1143. "win32"
  1144. ],
  1145. "engines": {
  1146. "node": ">=18"
  1147. }
  1148. },
  1149. "node_modules/@iconify-json/material-symbols": {
  1150. "version": "1.2.50",
  1151. "resolved": "https://registry.npmmirror.com/@iconify-json/material-symbols/-/material-symbols-1.2.50.tgz",
  1152. "integrity": "sha512-71tjHR70h46LHtBFab3fAd2V/wPTO7JMV5lKnRn3IcF303LaFgAlO0BZeTJDcmCv9d0snRZmnoLZAJVD7/eisw==",
  1153. "dev": true,
  1154. "license": "Apache-2.0",
  1155. "dependencies": {
  1156. "@iconify/types": "*"
  1157. }
  1158. },
  1159. "node_modules/@iconify/collections": {
  1160. "version": "1.0.632",
  1161. "resolved": "https://registry.npmmirror.com/@iconify/collections/-/collections-1.0.632.tgz",
  1162. "integrity": "sha512-7P03mskPh9cg6O/hnURtQ6nCNKamtKrTGHnVsGX6mJaTpsaLGlpsyGEpayS7trMLvtSvIgKhpN0SPzLwa8HKnA==",
  1163. "license": "MIT",
  1164. "dependencies": {
  1165. "@iconify/types": "*"
  1166. }
  1167. },
  1168. "node_modules/@iconify/types": {
  1169. "version": "2.0.0",
  1170. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1171. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1172. "license": "MIT"
  1173. },
  1174. "node_modules/@iconify/utils": {
  1175. "version": "3.1.0",
  1176. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-3.1.0.tgz",
  1177. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "@antfu/install-pkg": "^1.1.0",
  1181. "@iconify/types": "^2.0.0",
  1182. "mlly": "^1.8.0"
  1183. }
  1184. },
  1185. "node_modules/@iconify/vue": {
  1186. "version": "5.0.0",
  1187. "resolved": "https://registry.npmmirror.com/@iconify/vue/-/vue-5.0.0.tgz",
  1188. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1189. "license": "MIT",
  1190. "dependencies": {
  1191. "@iconify/types": "^2.0.0"
  1192. },
  1193. "funding": {
  1194. "url": "https://github.com/sponsors/cyberalien"
  1195. },
  1196. "peerDependencies": {
  1197. "vue": ">=3"
  1198. }
  1199. },
  1200. "node_modules/@imengyu/imengyu-utils": {
  1201. "version": "0.0.26",
  1202. "resolved": "https://registry.npmmirror.com/@imengyu/imengyu-utils/-/imengyu-utils-0.0.26.tgz",
  1203. "integrity": "sha512-cveTHptpu5ISLgIBroY/Ke+YZOE2lwybfq0HdPVx+vvttMzEhSkejesYTWF2FKY+5hOwYmWmOglutS143DUBFA==",
  1204. "license": "MIT",
  1205. "dependencies": {
  1206. "@imengyu/js-request-transform": "^0.3.6"
  1207. }
  1208. },
  1209. "node_modules/@imengyu/imengyu-utils/node_modules/@imengyu/js-request-transform": {
  1210. "version": "0.3.10",
  1211. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.3.10.tgz",
  1212. "integrity": "sha512-OpzBZvLOB5n9cIbMDibxD2VHgj0HISRty0q/ob7/drYXXz/yQHE40cTwTH2BaUNXOZlkTGplW9OPgXGupbnRhw==",
  1213. "license": "MIT",
  1214. "dependencies": {
  1215. "dayjs": "^1.11.7"
  1216. }
  1217. },
  1218. "node_modules/@imengyu/js-request-transform": {
  1219. "version": "0.4.0",
  1220. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.4.0.tgz",
  1221. "integrity": "sha512-gVS9y1EdS1r9Eg8/srCSUKFw2qJZ4kYLiOVIMPUan4TT2CXbFsqZIUcMA43mvIkSXQXgapmhV1WxABb/6ejYxg==",
  1222. "license": "MIT"
  1223. },
  1224. "node_modules/@imengyu/vue-dynamic-form": {
  1225. "version": "0.1.1",
  1226. "resolved": "https://registry.npmmirror.com/@imengyu/vue-dynamic-form/-/vue-dynamic-form-0.1.1.tgz",
  1227. "integrity": "sha512-xyzO7hSwAjp/B8ROwZEMHK4m3Id94ViTb0JSpD/Z7QYb78m72/Io0LkeKkL2t/qBAyo3dvvi3Dewv+Y+ljWP9Q==",
  1228. "dependencies": {
  1229. "async-validator": "^4.2.5",
  1230. "scroll-into-view-if-needed": "^3.0.3",
  1231. "vue": "^3.2.45"
  1232. }
  1233. },
  1234. "node_modules/@imengyu/vue-dynamic-form/node_modules/compute-scroll-into-view": {
  1235. "version": "3.1.1",
  1236. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  1237. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
  1238. },
  1239. "node_modules/@imengyu/vue-dynamic-form/node_modules/scroll-into-view-if-needed": {
  1240. "version": "3.1.0",
  1241. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  1242. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  1243. "dependencies": {
  1244. "compute-scroll-into-view": "^3.0.2"
  1245. }
  1246. },
  1247. "node_modules/@imengyu/vue-scroll-rect": {
  1248. "version": "0.1.8",
  1249. "resolved": "https://registry.npmmirror.com/@imengyu/vue-scroll-rect/-/vue-scroll-rect-0.1.8.tgz",
  1250. "integrity": "sha512-Mg7rgHlsGPO0tcMFjp1kB2BZ3oRrRtFN8MoE52jTgQnlc+Y0N6ttFnbIxOh2fc9j82uhdQ8zgZcXlFHUXeGnCA==",
  1251. "license": "MIT"
  1252. },
  1253. "node_modules/@inquirer/ansi": {
  1254. "version": "1.0.2",
  1255. "resolved": "https://registry.npmmirror.com/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1256. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1257. "dev": true,
  1258. "license": "MIT",
  1259. "engines": {
  1260. "node": ">=18"
  1261. }
  1262. },
  1263. "node_modules/@inquirer/checkbox": {
  1264. "version": "4.3.2",
  1265. "resolved": "https://registry.npmmirror.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1266. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1267. "dev": true,
  1268. "license": "MIT",
  1269. "dependencies": {
  1270. "@inquirer/ansi": "^1.0.2",
  1271. "@inquirer/core": "^10.3.2",
  1272. "@inquirer/figures": "^1.0.15",
  1273. "@inquirer/type": "^3.0.10",
  1274. "yoctocolors-cjs": "^2.1.3"
  1275. },
  1276. "engines": {
  1277. "node": ">=18"
  1278. },
  1279. "peerDependencies": {
  1280. "@types/node": ">=18"
  1281. },
  1282. "peerDependenciesMeta": {
  1283. "@types/node": {
  1284. "optional": true
  1285. }
  1286. }
  1287. },
  1288. "node_modules/@inquirer/confirm": {
  1289. "version": "5.1.21",
  1290. "resolved": "https://registry.npmmirror.com/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1291. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1292. "dev": true,
  1293. "license": "MIT",
  1294. "dependencies": {
  1295. "@inquirer/core": "^10.3.2",
  1296. "@inquirer/type": "^3.0.10"
  1297. },
  1298. "engines": {
  1299. "node": ">=18"
  1300. },
  1301. "peerDependencies": {
  1302. "@types/node": ">=18"
  1303. },
  1304. "peerDependenciesMeta": {
  1305. "@types/node": {
  1306. "optional": true
  1307. }
  1308. }
  1309. },
  1310. "node_modules/@inquirer/core": {
  1311. "version": "10.3.2",
  1312. "resolved": "https://registry.npmmirror.com/@inquirer/core/-/core-10.3.2.tgz",
  1313. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1314. "dev": true,
  1315. "license": "MIT",
  1316. "dependencies": {
  1317. "@inquirer/ansi": "^1.0.2",
  1318. "@inquirer/figures": "^1.0.15",
  1319. "@inquirer/type": "^3.0.10",
  1320. "cli-width": "^4.1.0",
  1321. "mute-stream": "^2.0.0",
  1322. "signal-exit": "^4.1.0",
  1323. "wrap-ansi": "^6.2.0",
  1324. "yoctocolors-cjs": "^2.1.3"
  1325. },
  1326. "engines": {
  1327. "node": ">=18"
  1328. },
  1329. "peerDependencies": {
  1330. "@types/node": ">=18"
  1331. },
  1332. "peerDependenciesMeta": {
  1333. "@types/node": {
  1334. "optional": true
  1335. }
  1336. }
  1337. },
  1338. "node_modules/@inquirer/editor": {
  1339. "version": "4.2.23",
  1340. "resolved": "https://registry.npmmirror.com/@inquirer/editor/-/editor-4.2.23.tgz",
  1341. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1342. "dev": true,
  1343. "license": "MIT",
  1344. "dependencies": {
  1345. "@inquirer/core": "^10.3.2",
  1346. "@inquirer/external-editor": "^1.0.3",
  1347. "@inquirer/type": "^3.0.10"
  1348. },
  1349. "engines": {
  1350. "node": ">=18"
  1351. },
  1352. "peerDependencies": {
  1353. "@types/node": ">=18"
  1354. },
  1355. "peerDependenciesMeta": {
  1356. "@types/node": {
  1357. "optional": true
  1358. }
  1359. }
  1360. },
  1361. "node_modules/@inquirer/expand": {
  1362. "version": "4.0.23",
  1363. "resolved": "https://registry.npmmirror.com/@inquirer/expand/-/expand-4.0.23.tgz",
  1364. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1365. "dev": true,
  1366. "license": "MIT",
  1367. "dependencies": {
  1368. "@inquirer/core": "^10.3.2",
  1369. "@inquirer/type": "^3.0.10",
  1370. "yoctocolors-cjs": "^2.1.3"
  1371. },
  1372. "engines": {
  1373. "node": ">=18"
  1374. },
  1375. "peerDependencies": {
  1376. "@types/node": ">=18"
  1377. },
  1378. "peerDependenciesMeta": {
  1379. "@types/node": {
  1380. "optional": true
  1381. }
  1382. }
  1383. },
  1384. "node_modules/@inquirer/external-editor": {
  1385. "version": "1.0.3",
  1386. "resolved": "https://registry.npmmirror.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1387. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1388. "dev": true,
  1389. "license": "MIT",
  1390. "dependencies": {
  1391. "chardet": "^2.1.1",
  1392. "iconv-lite": "^0.7.0"
  1393. },
  1394. "engines": {
  1395. "node": ">=18"
  1396. },
  1397. "peerDependencies": {
  1398. "@types/node": ">=18"
  1399. },
  1400. "peerDependenciesMeta": {
  1401. "@types/node": {
  1402. "optional": true
  1403. }
  1404. }
  1405. },
  1406. "node_modules/@inquirer/external-editor/node_modules/iconv-lite": {
  1407. "version": "0.7.1",
  1408. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  1409. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  1410. "dev": true,
  1411. "license": "MIT",
  1412. "dependencies": {
  1413. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1414. },
  1415. "engines": {
  1416. "node": ">=0.10.0"
  1417. },
  1418. "funding": {
  1419. "type": "opencollective",
  1420. "url": "https://opencollective.com/express"
  1421. }
  1422. },
  1423. "node_modules/@inquirer/figures": {
  1424. "version": "1.0.15",
  1425. "resolved": "https://registry.npmmirror.com/@inquirer/figures/-/figures-1.0.15.tgz",
  1426. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1427. "dev": true,
  1428. "license": "MIT",
  1429. "engines": {
  1430. "node": ">=18"
  1431. }
  1432. },
  1433. "node_modules/@inquirer/input": {
  1434. "version": "4.3.1",
  1435. "resolved": "https://registry.npmmirror.com/@inquirer/input/-/input-4.3.1.tgz",
  1436. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1437. "dev": true,
  1438. "license": "MIT",
  1439. "dependencies": {
  1440. "@inquirer/core": "^10.3.2",
  1441. "@inquirer/type": "^3.0.10"
  1442. },
  1443. "engines": {
  1444. "node": ">=18"
  1445. },
  1446. "peerDependencies": {
  1447. "@types/node": ">=18"
  1448. },
  1449. "peerDependenciesMeta": {
  1450. "@types/node": {
  1451. "optional": true
  1452. }
  1453. }
  1454. },
  1455. "node_modules/@inquirer/number": {
  1456. "version": "3.0.23",
  1457. "resolved": "https://registry.npmmirror.com/@inquirer/number/-/number-3.0.23.tgz",
  1458. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1459. "dev": true,
  1460. "license": "MIT",
  1461. "dependencies": {
  1462. "@inquirer/core": "^10.3.2",
  1463. "@inquirer/type": "^3.0.10"
  1464. },
  1465. "engines": {
  1466. "node": ">=18"
  1467. },
  1468. "peerDependencies": {
  1469. "@types/node": ">=18"
  1470. },
  1471. "peerDependenciesMeta": {
  1472. "@types/node": {
  1473. "optional": true
  1474. }
  1475. }
  1476. },
  1477. "node_modules/@inquirer/password": {
  1478. "version": "4.0.23",
  1479. "resolved": "https://registry.npmmirror.com/@inquirer/password/-/password-4.0.23.tgz",
  1480. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1481. "dev": true,
  1482. "license": "MIT",
  1483. "dependencies": {
  1484. "@inquirer/ansi": "^1.0.2",
  1485. "@inquirer/core": "^10.3.2",
  1486. "@inquirer/type": "^3.0.10"
  1487. },
  1488. "engines": {
  1489. "node": ">=18"
  1490. },
  1491. "peerDependencies": {
  1492. "@types/node": ">=18"
  1493. },
  1494. "peerDependenciesMeta": {
  1495. "@types/node": {
  1496. "optional": true
  1497. }
  1498. }
  1499. },
  1500. "node_modules/@inquirer/prompts": {
  1501. "version": "7.10.1",
  1502. "resolved": "https://registry.npmmirror.com/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1503. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1504. "dev": true,
  1505. "license": "MIT",
  1506. "dependencies": {
  1507. "@inquirer/checkbox": "^4.3.2",
  1508. "@inquirer/confirm": "^5.1.21",
  1509. "@inquirer/editor": "^4.2.23",
  1510. "@inquirer/expand": "^4.0.23",
  1511. "@inquirer/input": "^4.3.1",
  1512. "@inquirer/number": "^3.0.23",
  1513. "@inquirer/password": "^4.0.23",
  1514. "@inquirer/rawlist": "^4.1.11",
  1515. "@inquirer/search": "^3.2.2",
  1516. "@inquirer/select": "^4.4.2"
  1517. },
  1518. "engines": {
  1519. "node": ">=18"
  1520. },
  1521. "peerDependencies": {
  1522. "@types/node": ">=18"
  1523. },
  1524. "peerDependenciesMeta": {
  1525. "@types/node": {
  1526. "optional": true
  1527. }
  1528. }
  1529. },
  1530. "node_modules/@inquirer/rawlist": {
  1531. "version": "4.1.11",
  1532. "resolved": "https://registry.npmmirror.com/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1533. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1534. "dev": true,
  1535. "license": "MIT",
  1536. "dependencies": {
  1537. "@inquirer/core": "^10.3.2",
  1538. "@inquirer/type": "^3.0.10",
  1539. "yoctocolors-cjs": "^2.1.3"
  1540. },
  1541. "engines": {
  1542. "node": ">=18"
  1543. },
  1544. "peerDependencies": {
  1545. "@types/node": ">=18"
  1546. },
  1547. "peerDependenciesMeta": {
  1548. "@types/node": {
  1549. "optional": true
  1550. }
  1551. }
  1552. },
  1553. "node_modules/@inquirer/search": {
  1554. "version": "3.2.2",
  1555. "resolved": "https://registry.npmmirror.com/@inquirer/search/-/search-3.2.2.tgz",
  1556. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1557. "dev": true,
  1558. "license": "MIT",
  1559. "dependencies": {
  1560. "@inquirer/core": "^10.3.2",
  1561. "@inquirer/figures": "^1.0.15",
  1562. "@inquirer/type": "^3.0.10",
  1563. "yoctocolors-cjs": "^2.1.3"
  1564. },
  1565. "engines": {
  1566. "node": ">=18"
  1567. },
  1568. "peerDependencies": {
  1569. "@types/node": ">=18"
  1570. },
  1571. "peerDependenciesMeta": {
  1572. "@types/node": {
  1573. "optional": true
  1574. }
  1575. }
  1576. },
  1577. "node_modules/@inquirer/select": {
  1578. "version": "4.4.2",
  1579. "resolved": "https://registry.npmmirror.com/@inquirer/select/-/select-4.4.2.tgz",
  1580. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1581. "dev": true,
  1582. "license": "MIT",
  1583. "dependencies": {
  1584. "@inquirer/ansi": "^1.0.2",
  1585. "@inquirer/core": "^10.3.2",
  1586. "@inquirer/figures": "^1.0.15",
  1587. "@inquirer/type": "^3.0.10",
  1588. "yoctocolors-cjs": "^2.1.3"
  1589. },
  1590. "engines": {
  1591. "node": ">=18"
  1592. },
  1593. "peerDependencies": {
  1594. "@types/node": ">=18"
  1595. },
  1596. "peerDependenciesMeta": {
  1597. "@types/node": {
  1598. "optional": true
  1599. }
  1600. }
  1601. },
  1602. "node_modules/@inquirer/type": {
  1603. "version": "3.0.10",
  1604. "resolved": "https://registry.npmmirror.com/@inquirer/type/-/type-3.0.10.tgz",
  1605. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1606. "dev": true,
  1607. "license": "MIT",
  1608. "engines": {
  1609. "node": ">=18"
  1610. },
  1611. "peerDependencies": {
  1612. "@types/node": ">=18"
  1613. },
  1614. "peerDependenciesMeta": {
  1615. "@types/node": {
  1616. "optional": true
  1617. }
  1618. }
  1619. },
  1620. "node_modules/@ioredis/commands": {
  1621. "version": "1.4.0",
  1622. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.4.0.tgz",
  1623. "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==",
  1624. "license": "MIT"
  1625. },
  1626. "node_modules/@isaacs/cliui": {
  1627. "version": "8.0.2",
  1628. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1629. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1630. "license": "ISC",
  1631. "dependencies": {
  1632. "string-width": "^5.1.2",
  1633. "string-width-cjs": "npm:string-width@^4.2.0",
  1634. "strip-ansi": "^7.0.1",
  1635. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1636. "wrap-ansi": "^8.1.0",
  1637. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1638. },
  1639. "engines": {
  1640. "node": ">=12"
  1641. }
  1642. },
  1643. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1644. "version": "9.2.2",
  1645. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1646. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1647. "license": "MIT"
  1648. },
  1649. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1650. "version": "5.1.2",
  1651. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  1652. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1653. "license": "MIT",
  1654. "dependencies": {
  1655. "eastasianwidth": "^0.2.0",
  1656. "emoji-regex": "^9.2.2",
  1657. "strip-ansi": "^7.0.1"
  1658. },
  1659. "engines": {
  1660. "node": ">=12"
  1661. },
  1662. "funding": {
  1663. "url": "https://github.com/sponsors/sindresorhus"
  1664. }
  1665. },
  1666. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1667. "version": "8.1.0",
  1668. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1669. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1670. "license": "MIT",
  1671. "dependencies": {
  1672. "ansi-styles": "^6.1.0",
  1673. "string-width": "^5.0.1",
  1674. "strip-ansi": "^7.0.1"
  1675. },
  1676. "engines": {
  1677. "node": ">=12"
  1678. },
  1679. "funding": {
  1680. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1681. }
  1682. },
  1683. "node_modules/@isaacs/fs-minipass": {
  1684. "version": "4.0.1",
  1685. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1686. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1687. "license": "ISC",
  1688. "dependencies": {
  1689. "minipass": "^7.0.4"
  1690. },
  1691. "engines": {
  1692. "node": ">=18.0.0"
  1693. }
  1694. },
  1695. "node_modules/@jridgewell/gen-mapping": {
  1696. "version": "0.3.13",
  1697. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1698. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1699. "license": "MIT",
  1700. "dependencies": {
  1701. "@jridgewell/sourcemap-codec": "^1.5.0",
  1702. "@jridgewell/trace-mapping": "^0.3.24"
  1703. }
  1704. },
  1705. "node_modules/@jridgewell/remapping": {
  1706. "version": "2.3.5",
  1707. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1708. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1709. "license": "MIT",
  1710. "dependencies": {
  1711. "@jridgewell/gen-mapping": "^0.3.5",
  1712. "@jridgewell/trace-mapping": "^0.3.24"
  1713. }
  1714. },
  1715. "node_modules/@jridgewell/resolve-uri": {
  1716. "version": "3.1.2",
  1717. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1718. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1719. "license": "MIT",
  1720. "engines": {
  1721. "node": ">=6.0.0"
  1722. }
  1723. },
  1724. "node_modules/@jridgewell/source-map": {
  1725. "version": "0.3.10",
  1726. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  1727. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  1728. "license": "MIT",
  1729. "dependencies": {
  1730. "@jridgewell/gen-mapping": "^0.3.5",
  1731. "@jridgewell/trace-mapping": "^0.3.25"
  1732. }
  1733. },
  1734. "node_modules/@jridgewell/sourcemap-codec": {
  1735. "version": "1.5.5",
  1736. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1737. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1738. "license": "MIT"
  1739. },
  1740. "node_modules/@jridgewell/trace-mapping": {
  1741. "version": "0.3.31",
  1742. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1743. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1744. "license": "MIT",
  1745. "dependencies": {
  1746. "@jridgewell/resolve-uri": "^3.1.0",
  1747. "@jridgewell/sourcemap-codec": "^1.4.14"
  1748. }
  1749. },
  1750. "node_modules/@kwsites/file-exists": {
  1751. "version": "1.1.1",
  1752. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1753. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1754. "license": "MIT",
  1755. "dependencies": {
  1756. "debug": "^4.1.1"
  1757. }
  1758. },
  1759. "node_modules/@kwsites/promise-deferred": {
  1760. "version": "1.1.1",
  1761. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1762. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1763. "license": "MIT"
  1764. },
  1765. "node_modules/@mapbox/node-pre-gyp": {
  1766. "version": "2.0.3",
  1767. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1768. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1769. "license": "BSD-3-Clause",
  1770. "dependencies": {
  1771. "consola": "^3.2.3",
  1772. "detect-libc": "^2.0.0",
  1773. "https-proxy-agent": "^7.0.5",
  1774. "node-fetch": "^2.6.7",
  1775. "nopt": "^8.0.0",
  1776. "semver": "^7.5.3",
  1777. "tar": "^7.4.0"
  1778. },
  1779. "bin": {
  1780. "node-pre-gyp": "bin/node-pre-gyp"
  1781. },
  1782. "engines": {
  1783. "node": ">=18"
  1784. }
  1785. },
  1786. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1787. "version": "2.1.2",
  1788. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1789. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1790. "license": "Apache-2.0",
  1791. "engines": {
  1792. "node": ">=8"
  1793. }
  1794. },
  1795. "node_modules/@mapbox/node-pre-gyp/node_modules/semver": {
  1796. "version": "7.7.3",
  1797. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1798. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1799. "license": "ISC",
  1800. "bin": {
  1801. "semver": "bin/semver.js"
  1802. },
  1803. "engines": {
  1804. "node": ">=10"
  1805. }
  1806. },
  1807. "node_modules/@math.gl/core": {
  1808. "version": "3.6.3",
  1809. "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
  1810. "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
  1811. "license": "MIT",
  1812. "dependencies": {
  1813. "@babel/runtime": "^7.12.0",
  1814. "@math.gl/types": "3.6.3",
  1815. "gl-matrix": "^3.4.0"
  1816. }
  1817. },
  1818. "node_modules/@math.gl/types": {
  1819. "version": "3.6.3",
  1820. "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
  1821. "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
  1822. "license": "MIT"
  1823. },
  1824. "node_modules/@napi-rs/wasm-runtime": {
  1825. "version": "1.1.0",
  1826. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz",
  1827. "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==",
  1828. "license": "MIT",
  1829. "optional": true,
  1830. "dependencies": {
  1831. "@emnapi/core": "^1.7.1",
  1832. "@emnapi/runtime": "^1.7.1",
  1833. "@tybys/wasm-util": "^0.10.1"
  1834. }
  1835. },
  1836. "node_modules/@nodelib/fs.scandir": {
  1837. "version": "2.1.5",
  1838. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1839. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1840. "license": "MIT",
  1841. "dependencies": {
  1842. "@nodelib/fs.stat": "2.0.5",
  1843. "run-parallel": "^1.1.9"
  1844. },
  1845. "engines": {
  1846. "node": ">= 8"
  1847. }
  1848. },
  1849. "node_modules/@nodelib/fs.stat": {
  1850. "version": "2.0.5",
  1851. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1852. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1853. "license": "MIT",
  1854. "engines": {
  1855. "node": ">= 8"
  1856. }
  1857. },
  1858. "node_modules/@nodelib/fs.walk": {
  1859. "version": "1.2.8",
  1860. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1861. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1862. "license": "MIT",
  1863. "dependencies": {
  1864. "@nodelib/fs.scandir": "2.1.5",
  1865. "fastq": "^1.6.0"
  1866. },
  1867. "engines": {
  1868. "node": ">= 8"
  1869. }
  1870. },
  1871. "node_modules/@nuxt/cli": {
  1872. "version": "3.31.3",
  1873. "resolved": "https://registry.npmmirror.com/@nuxt/cli/-/cli-3.31.3.tgz",
  1874. "integrity": "sha512-K0T1ZpBXnlb41NU/RWf1F0U0C14KzlEXCoaSgD2y8BiLoCBWcgQ1UAlRtx4cThqWbJmIxaNZZTDL0NZ9d1U7ag==",
  1875. "license": "MIT",
  1876. "dependencies": {
  1877. "@bomb.sh/tab": "^0.0.10",
  1878. "@clack/prompts": "1.0.0-alpha.8",
  1879. "c12": "^3.3.2",
  1880. "citty": "^0.1.6",
  1881. "confbox": "^0.2.2",
  1882. "consola": "^3.4.2",
  1883. "copy-paste": "^2.2.0",
  1884. "debug": "^4.4.3",
  1885. "defu": "^6.1.4",
  1886. "exsolve": "^1.0.8",
  1887. "fuse.js": "^7.1.0",
  1888. "giget": "^2.0.0",
  1889. "jiti": "^2.6.1",
  1890. "listhen": "^1.9.0",
  1891. "nypm": "^0.6.2",
  1892. "ofetch": "^1.5.1",
  1893. "ohash": "^2.0.11",
  1894. "pathe": "^2.0.3",
  1895. "perfect-debounce": "^2.0.0",
  1896. "pkg-types": "^2.3.0",
  1897. "scule": "^1.3.0",
  1898. "semver": "^7.7.3",
  1899. "srvx": "^0.9.8",
  1900. "std-env": "^3.10.0",
  1901. "tinyexec": "^1.0.2",
  1902. "ufo": "^1.6.1",
  1903. "youch": "^4.1.0-beta.13"
  1904. },
  1905. "bin": {
  1906. "nuxi": "bin/nuxi.mjs",
  1907. "nuxi-ng": "bin/nuxi.mjs",
  1908. "nuxt": "bin/nuxi.mjs",
  1909. "nuxt-cli": "bin/nuxi.mjs"
  1910. },
  1911. "engines": {
  1912. "node": "^16.10.0 || >=18.0.0"
  1913. }
  1914. },
  1915. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1916. "version": "0.0.10",
  1917. "resolved": "https://registry.npmmirror.com/@bomb.sh/tab/-/tab-0.0.10.tgz",
  1918. "integrity": "sha512-6ALS2rh/4LKn0Yxwm35V6LcgQuSiECHbqQo7+9g4rkgGyXZ0siOc8K+IuWIq/4u0Zkv2mevP9QSqgKhGIvLJMw==",
  1919. "license": "MIT",
  1920. "bin": {
  1921. "tab": "dist/bin/cli.js"
  1922. },
  1923. "peerDependencies": {
  1924. "cac": "^6.7.14",
  1925. "citty": "^0.1.6",
  1926. "commander": "^13.1.0"
  1927. },
  1928. "peerDependenciesMeta": {
  1929. "cac": {
  1930. "optional": true
  1931. },
  1932. "citty": {
  1933. "optional": true
  1934. },
  1935. "commander": {
  1936. "optional": true
  1937. }
  1938. }
  1939. },
  1940. "node_modules/@nuxt/cli/node_modules/perfect-debounce": {
  1941. "version": "2.0.0",
  1942. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  1943. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  1944. "license": "MIT"
  1945. },
  1946. "node_modules/@nuxt/cli/node_modules/semver": {
  1947. "version": "7.7.3",
  1948. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  1949. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1950. "license": "ISC",
  1951. "bin": {
  1952. "semver": "bin/semver.js"
  1953. },
  1954. "engines": {
  1955. "node": ">=10"
  1956. }
  1957. },
  1958. "node_modules/@nuxt/devalue": {
  1959. "version": "2.0.2",
  1960. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1961. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1962. "license": "MIT"
  1963. },
  1964. "node_modules/@nuxt/devtools": {
  1965. "version": "3.1.1",
  1966. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-3.1.1.tgz",
  1967. "integrity": "sha512-UG8oKQqcSyzwBe1l0z24zypmwn6FLW/HQMHK/F/gscUU5LeMHzgBhLPD+cuLlDvwlGAbifexWNMsS/I7n95KlA==",
  1968. "license": "MIT",
  1969. "dependencies": {
  1970. "@nuxt/devtools-kit": "3.1.1",
  1971. "@nuxt/devtools-wizard": "3.1.1",
  1972. "@nuxt/kit": "^4.2.1",
  1973. "@vue/devtools-core": "^8.0.5",
  1974. "@vue/devtools-kit": "^8.0.5",
  1975. "birpc": "^2.8.0",
  1976. "consola": "^3.4.2",
  1977. "destr": "^2.0.5",
  1978. "error-stack-parser-es": "^1.0.5",
  1979. "execa": "^8.0.1",
  1980. "fast-npm-meta": "^0.4.7",
  1981. "get-port-please": "^3.2.0",
  1982. "hookable": "^5.5.3",
  1983. "image-meta": "^0.2.2",
  1984. "is-installed-globally": "^1.0.0",
  1985. "launch-editor": "^2.12.0",
  1986. "local-pkg": "^1.1.2",
  1987. "magicast": "^0.5.1",
  1988. "nypm": "^0.6.2",
  1989. "ohash": "^2.0.11",
  1990. "pathe": "^2.0.3",
  1991. "perfect-debounce": "^2.0.0",
  1992. "pkg-types": "^2.3.0",
  1993. "semver": "^7.7.3",
  1994. "simple-git": "^3.30.0",
  1995. "sirv": "^3.0.2",
  1996. "structured-clone-es": "^1.0.0",
  1997. "tinyglobby": "^0.2.15",
  1998. "vite-plugin-inspect": "^11.3.3",
  1999. "vite-plugin-vue-tracer": "^1.1.3",
  2000. "which": "^5.0.0",
  2001. "ws": "^8.18.3"
  2002. },
  2003. "bin": {
  2004. "devtools": "cli.mjs"
  2005. },
  2006. "peerDependencies": {
  2007. "@vitejs/devtools": "*",
  2008. "vite": ">=6.0"
  2009. },
  2010. "peerDependenciesMeta": {
  2011. "@vitejs/devtools": {
  2012. "optional": true
  2013. }
  2014. }
  2015. },
  2016. "node_modules/@nuxt/devtools-kit": {
  2017. "version": "3.1.1",
  2018. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2019. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "@nuxt/kit": "^4.2.1",
  2023. "execa": "^8.0.1"
  2024. },
  2025. "peerDependencies": {
  2026. "vite": ">=6.0"
  2027. }
  2028. },
  2029. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  2030. "version": "4.2.2",
  2031. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2032. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2033. "license": "MIT",
  2034. "dependencies": {
  2035. "c12": "^3.3.2",
  2036. "consola": "^3.4.2",
  2037. "defu": "^6.1.4",
  2038. "destr": "^2.0.5",
  2039. "errx": "^0.1.0",
  2040. "exsolve": "^1.0.8",
  2041. "ignore": "^7.0.5",
  2042. "jiti": "^2.6.1",
  2043. "klona": "^2.0.6",
  2044. "mlly": "^1.8.0",
  2045. "ohash": "^2.0.11",
  2046. "pathe": "^2.0.3",
  2047. "pkg-types": "^2.3.0",
  2048. "rc9": "^2.1.2",
  2049. "scule": "^1.3.0",
  2050. "semver": "^7.7.3",
  2051. "tinyglobby": "^0.2.15",
  2052. "ufo": "^1.6.1",
  2053. "unctx": "^2.4.1",
  2054. "untyped": "^2.0.0"
  2055. },
  2056. "engines": {
  2057. "node": ">=18.12.0"
  2058. }
  2059. },
  2060. "node_modules/@nuxt/devtools-kit/node_modules/execa": {
  2061. "version": "8.0.1",
  2062. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2063. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2064. "license": "MIT",
  2065. "dependencies": {
  2066. "cross-spawn": "^7.0.3",
  2067. "get-stream": "^8.0.1",
  2068. "human-signals": "^5.0.0",
  2069. "is-stream": "^3.0.0",
  2070. "merge-stream": "^2.0.0",
  2071. "npm-run-path": "^5.1.0",
  2072. "onetime": "^6.0.0",
  2073. "signal-exit": "^4.1.0",
  2074. "strip-final-newline": "^3.0.0"
  2075. },
  2076. "engines": {
  2077. "node": ">=16.17"
  2078. },
  2079. "funding": {
  2080. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2081. }
  2082. },
  2083. "node_modules/@nuxt/devtools-kit/node_modules/get-stream": {
  2084. "version": "8.0.1",
  2085. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2086. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2087. "license": "MIT",
  2088. "engines": {
  2089. "node": ">=16"
  2090. },
  2091. "funding": {
  2092. "url": "https://github.com/sponsors/sindresorhus"
  2093. }
  2094. },
  2095. "node_modules/@nuxt/devtools-kit/node_modules/human-signals": {
  2096. "version": "5.0.0",
  2097. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2098. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2099. "license": "Apache-2.0",
  2100. "engines": {
  2101. "node": ">=16.17.0"
  2102. }
  2103. },
  2104. "node_modules/@nuxt/devtools-kit/node_modules/is-stream": {
  2105. "version": "3.0.0",
  2106. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2107. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2108. "license": "MIT",
  2109. "engines": {
  2110. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2111. },
  2112. "funding": {
  2113. "url": "https://github.com/sponsors/sindresorhus"
  2114. }
  2115. },
  2116. "node_modules/@nuxt/devtools-kit/node_modules/npm-run-path": {
  2117. "version": "5.3.0",
  2118. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2119. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "path-key": "^4.0.0"
  2123. },
  2124. "engines": {
  2125. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2126. },
  2127. "funding": {
  2128. "url": "https://github.com/sponsors/sindresorhus"
  2129. }
  2130. },
  2131. "node_modules/@nuxt/devtools-kit/node_modules/path-key": {
  2132. "version": "4.0.0",
  2133. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2134. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2135. "license": "MIT",
  2136. "engines": {
  2137. "node": ">=12"
  2138. },
  2139. "funding": {
  2140. "url": "https://github.com/sponsors/sindresorhus"
  2141. }
  2142. },
  2143. "node_modules/@nuxt/devtools-kit/node_modules/semver": {
  2144. "version": "7.7.3",
  2145. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2146. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2147. "license": "ISC",
  2148. "bin": {
  2149. "semver": "bin/semver.js"
  2150. },
  2151. "engines": {
  2152. "node": ">=10"
  2153. }
  2154. },
  2155. "node_modules/@nuxt/devtools-kit/node_modules/strip-final-newline": {
  2156. "version": "3.0.0",
  2157. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2158. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2159. "license": "MIT",
  2160. "engines": {
  2161. "node": ">=12"
  2162. },
  2163. "funding": {
  2164. "url": "https://github.com/sponsors/sindresorhus"
  2165. }
  2166. },
  2167. "node_modules/@nuxt/devtools-wizard": {
  2168. "version": "3.1.1",
  2169. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-3.1.1.tgz",
  2170. "integrity": "sha512-6UORjapNKko2buv+3o57DQp69n5Z91TeJ75qdtNKcTvOfCTJrO78Ew0nZSgMMGrjbIJ4pFsHQEqXfgYLw3pNxg==",
  2171. "license": "MIT",
  2172. "dependencies": {
  2173. "consola": "^3.4.2",
  2174. "diff": "^8.0.2",
  2175. "execa": "^8.0.1",
  2176. "magicast": "^0.5.1",
  2177. "pathe": "^2.0.3",
  2178. "pkg-types": "^2.3.0",
  2179. "prompts": "^2.4.2",
  2180. "semver": "^7.7.3"
  2181. },
  2182. "bin": {
  2183. "devtools-wizard": "cli.mjs"
  2184. }
  2185. },
  2186. "node_modules/@nuxt/devtools-wizard/node_modules/execa": {
  2187. "version": "8.0.1",
  2188. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2189. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2190. "license": "MIT",
  2191. "dependencies": {
  2192. "cross-spawn": "^7.0.3",
  2193. "get-stream": "^8.0.1",
  2194. "human-signals": "^5.0.0",
  2195. "is-stream": "^3.0.0",
  2196. "merge-stream": "^2.0.0",
  2197. "npm-run-path": "^5.1.0",
  2198. "onetime": "^6.0.0",
  2199. "signal-exit": "^4.1.0",
  2200. "strip-final-newline": "^3.0.0"
  2201. },
  2202. "engines": {
  2203. "node": ">=16.17"
  2204. },
  2205. "funding": {
  2206. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2207. }
  2208. },
  2209. "node_modules/@nuxt/devtools-wizard/node_modules/get-stream": {
  2210. "version": "8.0.1",
  2211. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2212. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2213. "license": "MIT",
  2214. "engines": {
  2215. "node": ">=16"
  2216. },
  2217. "funding": {
  2218. "url": "https://github.com/sponsors/sindresorhus"
  2219. }
  2220. },
  2221. "node_modules/@nuxt/devtools-wizard/node_modules/human-signals": {
  2222. "version": "5.0.0",
  2223. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2224. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2225. "license": "Apache-2.0",
  2226. "engines": {
  2227. "node": ">=16.17.0"
  2228. }
  2229. },
  2230. "node_modules/@nuxt/devtools-wizard/node_modules/is-stream": {
  2231. "version": "3.0.0",
  2232. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2233. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2234. "license": "MIT",
  2235. "engines": {
  2236. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2237. },
  2238. "funding": {
  2239. "url": "https://github.com/sponsors/sindresorhus"
  2240. }
  2241. },
  2242. "node_modules/@nuxt/devtools-wizard/node_modules/npm-run-path": {
  2243. "version": "5.3.0",
  2244. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2245. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2246. "license": "MIT",
  2247. "dependencies": {
  2248. "path-key": "^4.0.0"
  2249. },
  2250. "engines": {
  2251. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2252. },
  2253. "funding": {
  2254. "url": "https://github.com/sponsors/sindresorhus"
  2255. }
  2256. },
  2257. "node_modules/@nuxt/devtools-wizard/node_modules/path-key": {
  2258. "version": "4.0.0",
  2259. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2260. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2261. "license": "MIT",
  2262. "engines": {
  2263. "node": ">=12"
  2264. },
  2265. "funding": {
  2266. "url": "https://github.com/sponsors/sindresorhus"
  2267. }
  2268. },
  2269. "node_modules/@nuxt/devtools-wizard/node_modules/semver": {
  2270. "version": "7.7.3",
  2271. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2272. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2273. "license": "ISC",
  2274. "bin": {
  2275. "semver": "bin/semver.js"
  2276. },
  2277. "engines": {
  2278. "node": ">=10"
  2279. }
  2280. },
  2281. "node_modules/@nuxt/devtools-wizard/node_modules/strip-final-newline": {
  2282. "version": "3.0.0",
  2283. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2284. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2285. "license": "MIT",
  2286. "engines": {
  2287. "node": ">=12"
  2288. },
  2289. "funding": {
  2290. "url": "https://github.com/sponsors/sindresorhus"
  2291. }
  2292. },
  2293. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  2294. "version": "4.2.2",
  2295. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2296. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2297. "license": "MIT",
  2298. "dependencies": {
  2299. "c12": "^3.3.2",
  2300. "consola": "^3.4.2",
  2301. "defu": "^6.1.4",
  2302. "destr": "^2.0.5",
  2303. "errx": "^0.1.0",
  2304. "exsolve": "^1.0.8",
  2305. "ignore": "^7.0.5",
  2306. "jiti": "^2.6.1",
  2307. "klona": "^2.0.6",
  2308. "mlly": "^1.8.0",
  2309. "ohash": "^2.0.11",
  2310. "pathe": "^2.0.3",
  2311. "pkg-types": "^2.3.0",
  2312. "rc9": "^2.1.2",
  2313. "scule": "^1.3.0",
  2314. "semver": "^7.7.3",
  2315. "tinyglobby": "^0.2.15",
  2316. "ufo": "^1.6.1",
  2317. "unctx": "^2.4.1",
  2318. "untyped": "^2.0.0"
  2319. },
  2320. "engines": {
  2321. "node": ">=18.12.0"
  2322. }
  2323. },
  2324. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-core": {
  2325. "version": "8.0.5",
  2326. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.0.5.tgz",
  2327. "integrity": "sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==",
  2328. "license": "MIT",
  2329. "dependencies": {
  2330. "@vue/devtools-kit": "^8.0.5",
  2331. "@vue/devtools-shared": "^8.0.5",
  2332. "mitt": "^3.0.1",
  2333. "nanoid": "^5.1.5",
  2334. "pathe": "^2.0.3",
  2335. "vite-hot-client": "^2.1.0"
  2336. },
  2337. "peerDependencies": {
  2338. "vue": "^3.0.0"
  2339. }
  2340. },
  2341. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit": {
  2342. "version": "8.0.5",
  2343. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.0.5.tgz",
  2344. "integrity": "sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==",
  2345. "license": "MIT",
  2346. "dependencies": {
  2347. "@vue/devtools-shared": "^8.0.5",
  2348. "birpc": "^2.6.1",
  2349. "hookable": "^5.5.3",
  2350. "mitt": "^3.0.1",
  2351. "perfect-debounce": "^2.0.0",
  2352. "speakingurl": "^14.0.1",
  2353. "superjson": "^2.2.2"
  2354. }
  2355. },
  2356. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-shared": {
  2357. "version": "8.0.5",
  2358. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.0.5.tgz",
  2359. "integrity": "sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==",
  2360. "license": "MIT",
  2361. "dependencies": {
  2362. "rfdc": "^1.4.1"
  2363. }
  2364. },
  2365. "node_modules/@nuxt/devtools/node_modules/error-stack-parser-es": {
  2366. "version": "1.0.5",
  2367. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2368. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2369. "license": "MIT",
  2370. "funding": {
  2371. "url": "https://github.com/sponsors/antfu"
  2372. }
  2373. },
  2374. "node_modules/@nuxt/devtools/node_modules/execa": {
  2375. "version": "8.0.1",
  2376. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2377. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2378. "license": "MIT",
  2379. "dependencies": {
  2380. "cross-spawn": "^7.0.3",
  2381. "get-stream": "^8.0.1",
  2382. "human-signals": "^5.0.0",
  2383. "is-stream": "^3.0.0",
  2384. "merge-stream": "^2.0.0",
  2385. "npm-run-path": "^5.1.0",
  2386. "onetime": "^6.0.0",
  2387. "signal-exit": "^4.1.0",
  2388. "strip-final-newline": "^3.0.0"
  2389. },
  2390. "engines": {
  2391. "node": ">=16.17"
  2392. },
  2393. "funding": {
  2394. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2395. }
  2396. },
  2397. "node_modules/@nuxt/devtools/node_modules/get-stream": {
  2398. "version": "8.0.1",
  2399. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2400. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2401. "license": "MIT",
  2402. "engines": {
  2403. "node": ">=16"
  2404. },
  2405. "funding": {
  2406. "url": "https://github.com/sponsors/sindresorhus"
  2407. }
  2408. },
  2409. "node_modules/@nuxt/devtools/node_modules/human-signals": {
  2410. "version": "5.0.0",
  2411. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2412. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2413. "license": "Apache-2.0",
  2414. "engines": {
  2415. "node": ">=16.17.0"
  2416. }
  2417. },
  2418. "node_modules/@nuxt/devtools/node_modules/is-stream": {
  2419. "version": "3.0.0",
  2420. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2421. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2422. "license": "MIT",
  2423. "engines": {
  2424. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2425. },
  2426. "funding": {
  2427. "url": "https://github.com/sponsors/sindresorhus"
  2428. }
  2429. },
  2430. "node_modules/@nuxt/devtools/node_modules/nanoid": {
  2431. "version": "5.1.6",
  2432. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  2433. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  2434. "funding": [
  2435. {
  2436. "type": "github",
  2437. "url": "https://github.com/sponsors/ai"
  2438. }
  2439. ],
  2440. "license": "MIT",
  2441. "bin": {
  2442. "nanoid": "bin/nanoid.js"
  2443. },
  2444. "engines": {
  2445. "node": "^18 || >=20"
  2446. }
  2447. },
  2448. "node_modules/@nuxt/devtools/node_modules/npm-run-path": {
  2449. "version": "5.3.0",
  2450. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2451. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2452. "license": "MIT",
  2453. "dependencies": {
  2454. "path-key": "^4.0.0"
  2455. },
  2456. "engines": {
  2457. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2458. },
  2459. "funding": {
  2460. "url": "https://github.com/sponsors/sindresorhus"
  2461. }
  2462. },
  2463. "node_modules/@nuxt/devtools/node_modules/path-key": {
  2464. "version": "4.0.0",
  2465. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2466. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2467. "license": "MIT",
  2468. "engines": {
  2469. "node": ">=12"
  2470. },
  2471. "funding": {
  2472. "url": "https://github.com/sponsors/sindresorhus"
  2473. }
  2474. },
  2475. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  2476. "version": "2.0.0",
  2477. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  2478. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  2479. "license": "MIT"
  2480. },
  2481. "node_modules/@nuxt/devtools/node_modules/semver": {
  2482. "version": "7.7.3",
  2483. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2484. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2485. "license": "ISC",
  2486. "bin": {
  2487. "semver": "bin/semver.js"
  2488. },
  2489. "engines": {
  2490. "node": ">=10"
  2491. }
  2492. },
  2493. "node_modules/@nuxt/devtools/node_modules/strip-final-newline": {
  2494. "version": "3.0.0",
  2495. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2496. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2497. "license": "MIT",
  2498. "engines": {
  2499. "node": ">=12"
  2500. },
  2501. "funding": {
  2502. "url": "https://github.com/sponsors/sindresorhus"
  2503. }
  2504. },
  2505. "node_modules/@nuxt/devtools/node_modules/unplugin-utils": {
  2506. "version": "0.3.1",
  2507. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  2508. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  2509. "license": "MIT",
  2510. "dependencies": {
  2511. "pathe": "^2.0.3",
  2512. "picomatch": "^4.0.3"
  2513. },
  2514. "engines": {
  2515. "node": ">=20.19.0"
  2516. },
  2517. "funding": {
  2518. "url": "https://github.com/sponsors/sxzz"
  2519. }
  2520. },
  2521. "node_modules/@nuxt/devtools/node_modules/vite-plugin-inspect": {
  2522. "version": "11.3.3",
  2523. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  2524. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  2525. "license": "MIT",
  2526. "dependencies": {
  2527. "ansis": "^4.1.0",
  2528. "debug": "^4.4.1",
  2529. "error-stack-parser-es": "^1.0.5",
  2530. "ohash": "^2.0.11",
  2531. "open": "^10.2.0",
  2532. "perfect-debounce": "^2.0.0",
  2533. "sirv": "^3.0.1",
  2534. "unplugin-utils": "^0.3.0",
  2535. "vite-dev-rpc": "^1.1.0"
  2536. },
  2537. "engines": {
  2538. "node": ">=14"
  2539. },
  2540. "funding": {
  2541. "url": "https://github.com/sponsors/antfu"
  2542. },
  2543. "peerDependencies": {
  2544. "vite": "^6.0.0 || ^7.0.0-0"
  2545. },
  2546. "peerDependenciesMeta": {
  2547. "@nuxt/kit": {
  2548. "optional": true
  2549. }
  2550. }
  2551. },
  2552. "node_modules/@nuxt/icon": {
  2553. "version": "2.1.1",
  2554. "resolved": "https://registry.npmmirror.com/@nuxt/icon/-/icon-2.1.1.tgz",
  2555. "integrity": "sha512-KX991xA64ttUQYXnLFafOw8EYxmmGRtnd2z1P9PjMOeSxxLXxUL1v9fKH2njqtPkamiOI0fvthxfJpJ4uH71sw==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "@iconify/collections": "^1.0.628",
  2559. "@iconify/types": "^2.0.0",
  2560. "@iconify/utils": "^3.1.0",
  2561. "@iconify/vue": "^5.0.0",
  2562. "@nuxt/devtools-kit": "^3.1.1",
  2563. "@nuxt/kit": "^4.2.2",
  2564. "consola": "^3.4.2",
  2565. "local-pkg": "^1.1.2",
  2566. "mlly": "^1.8.0",
  2567. "ohash": "^2.0.11",
  2568. "pathe": "^2.0.3",
  2569. "picomatch": "^4.0.3",
  2570. "std-env": "^3.10.0",
  2571. "tinyglobby": "^0.2.15"
  2572. }
  2573. },
  2574. "node_modules/@nuxt/icon/node_modules/@nuxt/kit": {
  2575. "version": "4.2.2",
  2576. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2577. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2578. "license": "MIT",
  2579. "dependencies": {
  2580. "c12": "^3.3.2",
  2581. "consola": "^3.4.2",
  2582. "defu": "^6.1.4",
  2583. "destr": "^2.0.5",
  2584. "errx": "^0.1.0",
  2585. "exsolve": "^1.0.8",
  2586. "ignore": "^7.0.5",
  2587. "jiti": "^2.6.1",
  2588. "klona": "^2.0.6",
  2589. "mlly": "^1.8.0",
  2590. "ohash": "^2.0.11",
  2591. "pathe": "^2.0.3",
  2592. "pkg-types": "^2.3.0",
  2593. "rc9": "^2.1.2",
  2594. "scule": "^1.3.0",
  2595. "semver": "^7.7.3",
  2596. "tinyglobby": "^0.2.15",
  2597. "ufo": "^1.6.1",
  2598. "unctx": "^2.4.1",
  2599. "untyped": "^2.0.0"
  2600. },
  2601. "engines": {
  2602. "node": ">=18.12.0"
  2603. }
  2604. },
  2605. "node_modules/@nuxt/icon/node_modules/semver": {
  2606. "version": "7.7.3",
  2607. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2608. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2609. "license": "ISC",
  2610. "bin": {
  2611. "semver": "bin/semver.js"
  2612. },
  2613. "engines": {
  2614. "node": ">=10"
  2615. }
  2616. },
  2617. "node_modules/@nuxt/kit": {
  2618. "version": "3.20.2",
  2619. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.20.2.tgz",
  2620. "integrity": "sha512-laqfmMcWWNV1FsVmm1+RQUoGY8NIJvCRl0z0K8ikqPukoEry0LXMqlQ+xaf8xJRvoH2/78OhZmsEEsUBTXipcw==",
  2621. "license": "MIT",
  2622. "dependencies": {
  2623. "c12": "^3.3.2",
  2624. "consola": "^3.4.2",
  2625. "defu": "^6.1.4",
  2626. "destr": "^2.0.5",
  2627. "errx": "^0.1.0",
  2628. "exsolve": "^1.0.8",
  2629. "ignore": "^7.0.5",
  2630. "jiti": "^2.6.1",
  2631. "klona": "^2.0.6",
  2632. "knitwork": "^1.3.0",
  2633. "mlly": "^1.8.0",
  2634. "ohash": "^2.0.11",
  2635. "pathe": "^2.0.3",
  2636. "pkg-types": "^2.3.0",
  2637. "rc9": "^2.1.2",
  2638. "scule": "^1.3.0",
  2639. "semver": "^7.7.3",
  2640. "tinyglobby": "^0.2.15",
  2641. "ufo": "^1.6.1",
  2642. "unctx": "^2.4.1",
  2643. "untyped": "^2.0.0"
  2644. },
  2645. "engines": {
  2646. "node": ">=18.12.0"
  2647. }
  2648. },
  2649. "node_modules/@nuxt/kit/node_modules/semver": {
  2650. "version": "7.7.3",
  2651. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2652. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2653. "license": "ISC",
  2654. "bin": {
  2655. "semver": "bin/semver.js"
  2656. },
  2657. "engines": {
  2658. "node": ">=10"
  2659. }
  2660. },
  2661. "node_modules/@nuxt/nitro-server": {
  2662. "version": "4.2.2",
  2663. "resolved": "https://registry.npmmirror.com/@nuxt/nitro-server/-/nitro-server-4.2.2.tgz",
  2664. "integrity": "sha512-lDITf4n5bHQ6a5MO7pvkpdQbPdWAUgSvztSHCfui/3ioLZsM2XntlN02ue6GSoh3oV9H4xSB3qGa+qlSjgxN0A==",
  2665. "license": "MIT",
  2666. "dependencies": {
  2667. "@nuxt/devalue": "^2.0.2",
  2668. "@nuxt/kit": "4.2.2",
  2669. "@unhead/vue": "^2.0.19",
  2670. "@vue/shared": "^3.5.25",
  2671. "consola": "^3.4.2",
  2672. "defu": "^6.1.4",
  2673. "destr": "^2.0.5",
  2674. "devalue": "^5.6.0",
  2675. "errx": "^0.1.0",
  2676. "escape-string-regexp": "^5.0.0",
  2677. "exsolve": "^1.0.8",
  2678. "h3": "^1.15.4",
  2679. "impound": "^1.0.0",
  2680. "klona": "^2.0.6",
  2681. "mocked-exports": "^0.1.1",
  2682. "nitropack": "^2.12.9",
  2683. "pathe": "^2.0.3",
  2684. "pkg-types": "^2.3.0",
  2685. "radix3": "^1.1.2",
  2686. "std-env": "^3.10.0",
  2687. "ufo": "^1.6.1",
  2688. "unctx": "^2.4.1",
  2689. "unstorage": "^1.17.3",
  2690. "vue": "^3.5.25",
  2691. "vue-bundle-renderer": "^2.2.0",
  2692. "vue-devtools-stub": "^0.1.0"
  2693. },
  2694. "engines": {
  2695. "node": "^20.19.0 || >=22.12.0"
  2696. },
  2697. "peerDependencies": {
  2698. "nuxt": "^4.2.2"
  2699. }
  2700. },
  2701. "node_modules/@nuxt/nitro-server/node_modules/@nuxt/kit": {
  2702. "version": "4.2.2",
  2703. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  2704. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  2705. "license": "MIT",
  2706. "dependencies": {
  2707. "c12": "^3.3.2",
  2708. "consola": "^3.4.2",
  2709. "defu": "^6.1.4",
  2710. "destr": "^2.0.5",
  2711. "errx": "^0.1.0",
  2712. "exsolve": "^1.0.8",
  2713. "ignore": "^7.0.5",
  2714. "jiti": "^2.6.1",
  2715. "klona": "^2.0.6",
  2716. "mlly": "^1.8.0",
  2717. "ohash": "^2.0.11",
  2718. "pathe": "^2.0.3",
  2719. "pkg-types": "^2.3.0",
  2720. "rc9": "^2.1.2",
  2721. "scule": "^1.3.0",
  2722. "semver": "^7.7.3",
  2723. "tinyglobby": "^0.2.15",
  2724. "ufo": "^1.6.1",
  2725. "unctx": "^2.4.1",
  2726. "untyped": "^2.0.0"
  2727. },
  2728. "engines": {
  2729. "node": ">=18.12.0"
  2730. }
  2731. },
  2732. "node_modules/@nuxt/nitro-server/node_modules/semver": {
  2733. "version": "7.7.3",
  2734. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2735. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2736. "license": "ISC",
  2737. "bin": {
  2738. "semver": "bin/semver.js"
  2739. },
  2740. "engines": {
  2741. "node": ">=10"
  2742. }
  2743. },
  2744. "node_modules/@nuxt/schema": {
  2745. "version": "4.2.2",
  2746. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-4.2.2.tgz",
  2747. "integrity": "sha512-lW/1MNpO01r5eR/VoeanQio8Lg4QpDklMOHa4mBHhhPNlBO1qiRtVYzjcnNdun3hujGauRaO9khGjv93Z5TZZA==",
  2748. "license": "MIT",
  2749. "dependencies": {
  2750. "@vue/shared": "^3.5.25",
  2751. "defu": "^6.1.4",
  2752. "pathe": "^2.0.3",
  2753. "pkg-types": "^2.3.0",
  2754. "std-env": "^3.10.0"
  2755. },
  2756. "engines": {
  2757. "node": "^14.18.0 || >=16.10.0"
  2758. }
  2759. },
  2760. "node_modules/@nuxt/telemetry": {
  2761. "version": "2.6.6",
  2762. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2763. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2764. "license": "MIT",
  2765. "dependencies": {
  2766. "@nuxt/kit": "^3.15.4",
  2767. "citty": "^0.1.6",
  2768. "consola": "^3.4.2",
  2769. "destr": "^2.0.3",
  2770. "dotenv": "^16.4.7",
  2771. "git-url-parse": "^16.0.1",
  2772. "is-docker": "^3.0.0",
  2773. "ofetch": "^1.4.1",
  2774. "package-manager-detector": "^1.1.0",
  2775. "pathe": "^2.0.3",
  2776. "rc9": "^2.1.2",
  2777. "std-env": "^3.8.1"
  2778. },
  2779. "bin": {
  2780. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2781. },
  2782. "engines": {
  2783. "node": ">=18.12.0"
  2784. }
  2785. },
  2786. "node_modules/@nuxt/vite-builder": {
  2787. "version": "4.2.2",
  2788. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-4.2.2.tgz",
  2789. "integrity": "sha512-Bot8fpJNtHZrM4cS1iSR7bEAZ1mFLAtJvD/JOSQ6kT62F4hSFWfMubMXOwDkLK2tnn3bnAdSqGy1nLNDBCahpQ==",
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "@nuxt/kit": "4.2.2",
  2793. "@rollup/plugin-replace": "^6.0.3",
  2794. "@vitejs/plugin-vue": "^6.0.2",
  2795. "@vitejs/plugin-vue-jsx": "^5.1.2",
  2796. "autoprefixer": "^10.4.22",
  2797. "consola": "^3.4.2",
  2798. "cssnano": "^7.1.2",
  2799. "defu": "^6.1.4",
  2800. "esbuild": "^0.27.1",
  2801. "escape-string-regexp": "^5.0.0",
  2802. "exsolve": "^1.0.8",
  2803. "get-port-please": "^3.2.0",
  2804. "h3": "^1.15.4",
  2805. "jiti": "^2.6.1",
  2806. "knitwork": "^1.3.0",
  2807. "magic-string": "^0.30.21",
  2808. "mlly": "^1.8.0",
  2809. "mocked-exports": "^0.1.1",
  2810. "pathe": "^2.0.3",
  2811. "pkg-types": "^2.3.0",
  2812. "postcss": "^8.5.6",
  2813. "rollup-plugin-visualizer": "^6.0.5",
  2814. "seroval": "^1.4.0",
  2815. "std-env": "^3.10.0",
  2816. "ufo": "^1.6.1",
  2817. "unenv": "^2.0.0-rc.24",
  2818. "vite": "^7.2.7",
  2819. "vite-node": "^5.2.0",
  2820. "vite-plugin-checker": "^0.12.0",
  2821. "vue-bundle-renderer": "^2.2.0"
  2822. },
  2823. "engines": {
  2824. "node": "^20.19.0 || >=22.12.0"
  2825. },
  2826. "peerDependencies": {
  2827. "nuxt": "4.2.2",
  2828. "rolldown": "^1.0.0-beta.38",
  2829. "vue": "^3.3.4"
  2830. },
  2831. "peerDependenciesMeta": {
  2832. "rolldown": {
  2833. "optional": true
  2834. }
  2835. }
  2836. },
  2837. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/aix-ppc64": {
  2838. "version": "0.27.2",
  2839. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  2840. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  2841. "cpu": [
  2842. "ppc64"
  2843. ],
  2844. "license": "MIT",
  2845. "optional": true,
  2846. "os": [
  2847. "aix"
  2848. ],
  2849. "engines": {
  2850. "node": ">=18"
  2851. }
  2852. },
  2853. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm": {
  2854. "version": "0.27.2",
  2855. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  2856. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  2857. "cpu": [
  2858. "arm"
  2859. ],
  2860. "license": "MIT",
  2861. "optional": true,
  2862. "os": [
  2863. "android"
  2864. ],
  2865. "engines": {
  2866. "node": ">=18"
  2867. }
  2868. },
  2869. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm64": {
  2870. "version": "0.27.2",
  2871. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  2872. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  2873. "cpu": [
  2874. "arm64"
  2875. ],
  2876. "license": "MIT",
  2877. "optional": true,
  2878. "os": [
  2879. "android"
  2880. ],
  2881. "engines": {
  2882. "node": ">=18"
  2883. }
  2884. },
  2885. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-x64": {
  2886. "version": "0.27.2",
  2887. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  2888. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  2889. "cpu": [
  2890. "x64"
  2891. ],
  2892. "license": "MIT",
  2893. "optional": true,
  2894. "os": [
  2895. "android"
  2896. ],
  2897. "engines": {
  2898. "node": ">=18"
  2899. }
  2900. },
  2901. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-arm64": {
  2902. "version": "0.27.2",
  2903. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  2904. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  2905. "cpu": [
  2906. "arm64"
  2907. ],
  2908. "license": "MIT",
  2909. "optional": true,
  2910. "os": [
  2911. "darwin"
  2912. ],
  2913. "engines": {
  2914. "node": ">=18"
  2915. }
  2916. },
  2917. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-x64": {
  2918. "version": "0.27.2",
  2919. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  2920. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  2921. "cpu": [
  2922. "x64"
  2923. ],
  2924. "license": "MIT",
  2925. "optional": true,
  2926. "os": [
  2927. "darwin"
  2928. ],
  2929. "engines": {
  2930. "node": ">=18"
  2931. }
  2932. },
  2933. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-arm64": {
  2934. "version": "0.27.2",
  2935. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  2936. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  2937. "cpu": [
  2938. "arm64"
  2939. ],
  2940. "license": "MIT",
  2941. "optional": true,
  2942. "os": [
  2943. "freebsd"
  2944. ],
  2945. "engines": {
  2946. "node": ">=18"
  2947. }
  2948. },
  2949. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-x64": {
  2950. "version": "0.27.2",
  2951. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  2952. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  2953. "cpu": [
  2954. "x64"
  2955. ],
  2956. "license": "MIT",
  2957. "optional": true,
  2958. "os": [
  2959. "freebsd"
  2960. ],
  2961. "engines": {
  2962. "node": ">=18"
  2963. }
  2964. },
  2965. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm": {
  2966. "version": "0.27.2",
  2967. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  2968. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  2969. "cpu": [
  2970. "arm"
  2971. ],
  2972. "license": "MIT",
  2973. "optional": true,
  2974. "os": [
  2975. "linux"
  2976. ],
  2977. "engines": {
  2978. "node": ">=18"
  2979. }
  2980. },
  2981. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm64": {
  2982. "version": "0.27.2",
  2983. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  2984. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  2985. "cpu": [
  2986. "arm64"
  2987. ],
  2988. "license": "MIT",
  2989. "optional": true,
  2990. "os": [
  2991. "linux"
  2992. ],
  2993. "engines": {
  2994. "node": ">=18"
  2995. }
  2996. },
  2997. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ia32": {
  2998. "version": "0.27.2",
  2999. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  3000. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  3001. "cpu": [
  3002. "ia32"
  3003. ],
  3004. "license": "MIT",
  3005. "optional": true,
  3006. "os": [
  3007. "linux"
  3008. ],
  3009. "engines": {
  3010. "node": ">=18"
  3011. }
  3012. },
  3013. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-loong64": {
  3014. "version": "0.27.2",
  3015. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  3016. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  3017. "cpu": [
  3018. "loong64"
  3019. ],
  3020. "license": "MIT",
  3021. "optional": true,
  3022. "os": [
  3023. "linux"
  3024. ],
  3025. "engines": {
  3026. "node": ">=18"
  3027. }
  3028. },
  3029. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-mips64el": {
  3030. "version": "0.27.2",
  3031. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  3032. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  3033. "cpu": [
  3034. "mips64el"
  3035. ],
  3036. "license": "MIT",
  3037. "optional": true,
  3038. "os": [
  3039. "linux"
  3040. ],
  3041. "engines": {
  3042. "node": ">=18"
  3043. }
  3044. },
  3045. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ppc64": {
  3046. "version": "0.27.2",
  3047. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  3048. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  3049. "cpu": [
  3050. "ppc64"
  3051. ],
  3052. "license": "MIT",
  3053. "optional": true,
  3054. "os": [
  3055. "linux"
  3056. ],
  3057. "engines": {
  3058. "node": ">=18"
  3059. }
  3060. },
  3061. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-riscv64": {
  3062. "version": "0.27.2",
  3063. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  3064. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  3065. "cpu": [
  3066. "riscv64"
  3067. ],
  3068. "license": "MIT",
  3069. "optional": true,
  3070. "os": [
  3071. "linux"
  3072. ],
  3073. "engines": {
  3074. "node": ">=18"
  3075. }
  3076. },
  3077. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-s390x": {
  3078. "version": "0.27.2",
  3079. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  3080. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  3081. "cpu": [
  3082. "s390x"
  3083. ],
  3084. "license": "MIT",
  3085. "optional": true,
  3086. "os": [
  3087. "linux"
  3088. ],
  3089. "engines": {
  3090. "node": ">=18"
  3091. }
  3092. },
  3093. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-x64": {
  3094. "version": "0.27.2",
  3095. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  3096. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  3097. "cpu": [
  3098. "x64"
  3099. ],
  3100. "license": "MIT",
  3101. "optional": true,
  3102. "os": [
  3103. "linux"
  3104. ],
  3105. "engines": {
  3106. "node": ">=18"
  3107. }
  3108. },
  3109. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-arm64": {
  3110. "version": "0.27.2",
  3111. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  3112. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  3113. "cpu": [
  3114. "arm64"
  3115. ],
  3116. "license": "MIT",
  3117. "optional": true,
  3118. "os": [
  3119. "netbsd"
  3120. ],
  3121. "engines": {
  3122. "node": ">=18"
  3123. }
  3124. },
  3125. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-x64": {
  3126. "version": "0.27.2",
  3127. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  3128. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  3129. "cpu": [
  3130. "x64"
  3131. ],
  3132. "license": "MIT",
  3133. "optional": true,
  3134. "os": [
  3135. "netbsd"
  3136. ],
  3137. "engines": {
  3138. "node": ">=18"
  3139. }
  3140. },
  3141. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-arm64": {
  3142. "version": "0.27.2",
  3143. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  3144. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  3145. "cpu": [
  3146. "arm64"
  3147. ],
  3148. "license": "MIT",
  3149. "optional": true,
  3150. "os": [
  3151. "openbsd"
  3152. ],
  3153. "engines": {
  3154. "node": ">=18"
  3155. }
  3156. },
  3157. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-x64": {
  3158. "version": "0.27.2",
  3159. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  3160. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  3161. "cpu": [
  3162. "x64"
  3163. ],
  3164. "license": "MIT",
  3165. "optional": true,
  3166. "os": [
  3167. "openbsd"
  3168. ],
  3169. "engines": {
  3170. "node": ">=18"
  3171. }
  3172. },
  3173. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openharmony-arm64": {
  3174. "version": "0.27.2",
  3175. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  3176. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  3177. "cpu": [
  3178. "arm64"
  3179. ],
  3180. "license": "MIT",
  3181. "optional": true,
  3182. "os": [
  3183. "openharmony"
  3184. ],
  3185. "engines": {
  3186. "node": ">=18"
  3187. }
  3188. },
  3189. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/sunos-x64": {
  3190. "version": "0.27.2",
  3191. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  3192. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  3193. "cpu": [
  3194. "x64"
  3195. ],
  3196. "license": "MIT",
  3197. "optional": true,
  3198. "os": [
  3199. "sunos"
  3200. ],
  3201. "engines": {
  3202. "node": ">=18"
  3203. }
  3204. },
  3205. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-arm64": {
  3206. "version": "0.27.2",
  3207. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  3208. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  3209. "cpu": [
  3210. "arm64"
  3211. ],
  3212. "license": "MIT",
  3213. "optional": true,
  3214. "os": [
  3215. "win32"
  3216. ],
  3217. "engines": {
  3218. "node": ">=18"
  3219. }
  3220. },
  3221. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-ia32": {
  3222. "version": "0.27.2",
  3223. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  3224. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  3225. "cpu": [
  3226. "ia32"
  3227. ],
  3228. "license": "MIT",
  3229. "optional": true,
  3230. "os": [
  3231. "win32"
  3232. ],
  3233. "engines": {
  3234. "node": ">=18"
  3235. }
  3236. },
  3237. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-x64": {
  3238. "version": "0.27.2",
  3239. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  3240. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  3241. "cpu": [
  3242. "x64"
  3243. ],
  3244. "license": "MIT",
  3245. "optional": true,
  3246. "os": [
  3247. "win32"
  3248. ],
  3249. "engines": {
  3250. "node": ">=18"
  3251. }
  3252. },
  3253. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  3254. "version": "4.2.2",
  3255. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  3256. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  3257. "license": "MIT",
  3258. "dependencies": {
  3259. "c12": "^3.3.2",
  3260. "consola": "^3.4.2",
  3261. "defu": "^6.1.4",
  3262. "destr": "^2.0.5",
  3263. "errx": "^0.1.0",
  3264. "exsolve": "^1.0.8",
  3265. "ignore": "^7.0.5",
  3266. "jiti": "^2.6.1",
  3267. "klona": "^2.0.6",
  3268. "mlly": "^1.8.0",
  3269. "ohash": "^2.0.11",
  3270. "pathe": "^2.0.3",
  3271. "pkg-types": "^2.3.0",
  3272. "rc9": "^2.1.2",
  3273. "scule": "^1.3.0",
  3274. "semver": "^7.7.3",
  3275. "tinyglobby": "^0.2.15",
  3276. "ufo": "^1.6.1",
  3277. "unctx": "^2.4.1",
  3278. "untyped": "^2.0.0"
  3279. },
  3280. "engines": {
  3281. "node": ">=18.12.0"
  3282. }
  3283. },
  3284. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue": {
  3285. "version": "6.0.3",
  3286. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz",
  3287. "integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==",
  3288. "license": "MIT",
  3289. "dependencies": {
  3290. "@rolldown/pluginutils": "1.0.0-beta.53"
  3291. },
  3292. "engines": {
  3293. "node": "^20.19.0 || >=22.12.0"
  3294. },
  3295. "peerDependencies": {
  3296. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3297. "vue": "^3.2.25"
  3298. }
  3299. },
  3300. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx": {
  3301. "version": "5.1.3",
  3302. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.3.tgz",
  3303. "integrity": "sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==",
  3304. "license": "MIT",
  3305. "dependencies": {
  3306. "@babel/core": "^7.28.5",
  3307. "@babel/plugin-syntax-typescript": "^7.27.1",
  3308. "@babel/plugin-transform-typescript": "^7.28.5",
  3309. "@rolldown/pluginutils": "^1.0.0-beta.56",
  3310. "@vue/babel-plugin-jsx": "^2.0.1"
  3311. },
  3312. "engines": {
  3313. "node": "^20.19.0 || >=22.12.0"
  3314. },
  3315. "peerDependencies": {
  3316. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3317. "vue": "^3.0.0"
  3318. }
  3319. },
  3320. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  3321. "version": "1.0.0-beta.57",
  3322. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.57.tgz",
  3323. "integrity": "sha512-aQNelgx14tGA+n2tNSa9x6/jeoCL9fkDeCei7nOKnHx0fEFRRMu5ReiITo+zZD5TzWDGGRjbSYCs93IfRIyTuQ==",
  3324. "license": "MIT"
  3325. },
  3326. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-helper-vue-transform-on": {
  3327. "version": "2.0.1",
  3328. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  3329. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  3330. "license": "MIT"
  3331. },
  3332. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-jsx": {
  3333. "version": "2.0.1",
  3334. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  3335. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  3336. "license": "MIT",
  3337. "dependencies": {
  3338. "@babel/helper-module-imports": "^7.27.1",
  3339. "@babel/helper-plugin-utils": "^7.27.1",
  3340. "@babel/plugin-syntax-jsx": "^7.27.1",
  3341. "@babel/template": "^7.27.2",
  3342. "@babel/traverse": "^7.28.4",
  3343. "@babel/types": "^7.28.4",
  3344. "@vue/babel-helper-vue-transform-on": "2.0.1",
  3345. "@vue/babel-plugin-resolve-type": "2.0.1",
  3346. "@vue/shared": "^3.5.22"
  3347. },
  3348. "peerDependencies": {
  3349. "@babel/core": "^7.0.0-0"
  3350. },
  3351. "peerDependenciesMeta": {
  3352. "@babel/core": {
  3353. "optional": true
  3354. }
  3355. }
  3356. },
  3357. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-resolve-type": {
  3358. "version": "2.0.1",
  3359. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  3360. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  3361. "license": "MIT",
  3362. "dependencies": {
  3363. "@babel/code-frame": "^7.27.1",
  3364. "@babel/helper-module-imports": "^7.27.1",
  3365. "@babel/helper-plugin-utils": "^7.27.1",
  3366. "@babel/parser": "^7.28.4",
  3367. "@vue/compiler-sfc": "^3.5.22"
  3368. },
  3369. "funding": {
  3370. "url": "https://github.com/sponsors/sxzz"
  3371. },
  3372. "peerDependencies": {
  3373. "@babel/core": "^7.0.0-0"
  3374. }
  3375. },
  3376. "node_modules/@nuxt/vite-builder/node_modules/esbuild": {
  3377. "version": "0.27.2",
  3378. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  3379. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  3380. "hasInstallScript": true,
  3381. "license": "MIT",
  3382. "bin": {
  3383. "esbuild": "bin/esbuild"
  3384. },
  3385. "engines": {
  3386. "node": ">=18"
  3387. },
  3388. "optionalDependencies": {
  3389. "@esbuild/aix-ppc64": "0.27.2",
  3390. "@esbuild/android-arm": "0.27.2",
  3391. "@esbuild/android-arm64": "0.27.2",
  3392. "@esbuild/android-x64": "0.27.2",
  3393. "@esbuild/darwin-arm64": "0.27.2",
  3394. "@esbuild/darwin-x64": "0.27.2",
  3395. "@esbuild/freebsd-arm64": "0.27.2",
  3396. "@esbuild/freebsd-x64": "0.27.2",
  3397. "@esbuild/linux-arm": "0.27.2",
  3398. "@esbuild/linux-arm64": "0.27.2",
  3399. "@esbuild/linux-ia32": "0.27.2",
  3400. "@esbuild/linux-loong64": "0.27.2",
  3401. "@esbuild/linux-mips64el": "0.27.2",
  3402. "@esbuild/linux-ppc64": "0.27.2",
  3403. "@esbuild/linux-riscv64": "0.27.2",
  3404. "@esbuild/linux-s390x": "0.27.2",
  3405. "@esbuild/linux-x64": "0.27.2",
  3406. "@esbuild/netbsd-arm64": "0.27.2",
  3407. "@esbuild/netbsd-x64": "0.27.2",
  3408. "@esbuild/openbsd-arm64": "0.27.2",
  3409. "@esbuild/openbsd-x64": "0.27.2",
  3410. "@esbuild/openharmony-arm64": "0.27.2",
  3411. "@esbuild/sunos-x64": "0.27.2",
  3412. "@esbuild/win32-arm64": "0.27.2",
  3413. "@esbuild/win32-ia32": "0.27.2",
  3414. "@esbuild/win32-x64": "0.27.2"
  3415. }
  3416. },
  3417. "node_modules/@nuxt/vite-builder/node_modules/semver": {
  3418. "version": "7.7.3",
  3419. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  3420. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  3421. "license": "ISC",
  3422. "bin": {
  3423. "semver": "bin/semver.js"
  3424. },
  3425. "engines": {
  3426. "node": ">=10"
  3427. }
  3428. },
  3429. "node_modules/@nuxt/vite-builder/node_modules/vite": {
  3430. "version": "7.3.0",
  3431. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  3432. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  3433. "license": "MIT",
  3434. "dependencies": {
  3435. "esbuild": "^0.27.0",
  3436. "fdir": "^6.5.0",
  3437. "picomatch": "^4.0.3",
  3438. "postcss": "^8.5.6",
  3439. "rollup": "^4.43.0",
  3440. "tinyglobby": "^0.2.15"
  3441. },
  3442. "bin": {
  3443. "vite": "bin/vite.js"
  3444. },
  3445. "engines": {
  3446. "node": "^20.19.0 || >=22.12.0"
  3447. },
  3448. "funding": {
  3449. "url": "https://github.com/vitejs/vite?sponsor=1"
  3450. },
  3451. "optionalDependencies": {
  3452. "fsevents": "~2.3.3"
  3453. },
  3454. "peerDependencies": {
  3455. "@types/node": "^20.19.0 || >=22.12.0",
  3456. "jiti": ">=1.21.0",
  3457. "less": "^4.0.0",
  3458. "lightningcss": "^1.21.0",
  3459. "sass": "^1.70.0",
  3460. "sass-embedded": "^1.70.0",
  3461. "stylus": ">=0.54.8",
  3462. "sugarss": "^5.0.0",
  3463. "terser": "^5.16.0",
  3464. "tsx": "^4.8.1",
  3465. "yaml": "^2.4.2"
  3466. },
  3467. "peerDependenciesMeta": {
  3468. "@types/node": {
  3469. "optional": true
  3470. },
  3471. "jiti": {
  3472. "optional": true
  3473. },
  3474. "less": {
  3475. "optional": true
  3476. },
  3477. "lightningcss": {
  3478. "optional": true
  3479. },
  3480. "sass": {
  3481. "optional": true
  3482. },
  3483. "sass-embedded": {
  3484. "optional": true
  3485. },
  3486. "stylus": {
  3487. "optional": true
  3488. },
  3489. "sugarss": {
  3490. "optional": true
  3491. },
  3492. "terser": {
  3493. "optional": true
  3494. },
  3495. "tsx": {
  3496. "optional": true
  3497. },
  3498. "yaml": {
  3499. "optional": true
  3500. }
  3501. }
  3502. },
  3503. "node_modules/@oxc-minify/binding-android-arm64": {
  3504. "version": "0.102.0",
  3505. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3506. "integrity": "sha512-pknM+ttJTwRr7ezn1v5K+o2P4RRjLAzKI10bjVDPybwWQ544AZW6jxm7/YDgF2yUbWEV9o7cAQPkIUOmCiW8vg==",
  3507. "cpu": [
  3508. "arm64"
  3509. ],
  3510. "license": "MIT",
  3511. "optional": true,
  3512. "os": [
  3513. "android"
  3514. ],
  3515. "engines": {
  3516. "node": "^20.19.0 || >=22.12.0"
  3517. }
  3518. },
  3519. "node_modules/@oxc-minify/binding-darwin-arm64": {
  3520. "version": "0.102.0",
  3521. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3522. "integrity": "sha512-BDLiH41ZctNND38+GCEL3ZxFn9j7qMZJLrr6SLWMt8xlG4Sl64xTkZ0zeUy4RdVEatKKZdrRIhFZ2e5wPDQT6Q==",
  3523. "cpu": [
  3524. "arm64"
  3525. ],
  3526. "license": "MIT",
  3527. "optional": true,
  3528. "os": [
  3529. "darwin"
  3530. ],
  3531. "engines": {
  3532. "node": "^20.19.0 || >=22.12.0"
  3533. }
  3534. },
  3535. "node_modules/@oxc-minify/binding-darwin-x64": {
  3536. "version": "0.102.0",
  3537. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3538. "integrity": "sha512-AcB8ZZ711w4hTDhMfMHNjT2d+hekTQ2XmNSUBqJdXB+a2bJbE50UCRq/nxXl44zkjaQTit3lcQbFvhk2wwKcpw==",
  3539. "cpu": [
  3540. "x64"
  3541. ],
  3542. "license": "MIT",
  3543. "optional": true,
  3544. "os": [
  3545. "darwin"
  3546. ],
  3547. "engines": {
  3548. "node": "^20.19.0 || >=22.12.0"
  3549. }
  3550. },
  3551. "node_modules/@oxc-minify/binding-freebsd-x64": {
  3552. "version": "0.102.0",
  3553. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3554. "integrity": "sha512-UlLEN9mR5QaviYVMWZQsN9DgAH3qyV67XUXDEzSrbVMLsqHsVHhFU8ZIeO0fxWTQW/cgpvldvKp9/+RdrggqWw==",
  3555. "cpu": [
  3556. "x64"
  3557. ],
  3558. "license": "MIT",
  3559. "optional": true,
  3560. "os": [
  3561. "freebsd"
  3562. ],
  3563. "engines": {
  3564. "node": "^20.19.0 || >=22.12.0"
  3565. }
  3566. },
  3567. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  3568. "version": "0.102.0",
  3569. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3570. "integrity": "sha512-CWyCwedZrUt47n56/RwHSwKXxVI3p98hB0ntLaBNeH5qjjBujs9uOh4bQ0aAlzUWunT77b3/Y+xcQnmV42HN4A==",
  3571. "cpu": [
  3572. "arm"
  3573. ],
  3574. "license": "MIT",
  3575. "optional": true,
  3576. "os": [
  3577. "linux"
  3578. ],
  3579. "engines": {
  3580. "node": "^20.19.0 || >=22.12.0"
  3581. }
  3582. },
  3583. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  3584. "version": "0.102.0",
  3585. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3586. "integrity": "sha512-W/DCw+Ys8rXj4j38ylJ2l6Kvp6SV+eO5SUWA11imz7yCWntNL001KJyGQ9PJNUFHg0jbxe3yqm4M50v6miWzeA==",
  3587. "cpu": [
  3588. "arm64"
  3589. ],
  3590. "license": "MIT",
  3591. "optional": true,
  3592. "os": [
  3593. "linux"
  3594. ],
  3595. "engines": {
  3596. "node": "^20.19.0 || >=22.12.0"
  3597. }
  3598. },
  3599. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  3600. "version": "0.102.0",
  3601. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3602. "integrity": "sha512-DyH/t/zSZHuX4Nn239oBteeMC4OP7B13EyXWX18Qg8aJoZ+lZo90WPGOvhP04zII33jJ7di+vrtAUhsX64lp+A==",
  3603. "cpu": [
  3604. "arm64"
  3605. ],
  3606. "license": "MIT",
  3607. "optional": true,
  3608. "os": [
  3609. "linux"
  3610. ],
  3611. "engines": {
  3612. "node": "^20.19.0 || >=22.12.0"
  3613. }
  3614. },
  3615. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  3616. "version": "0.102.0",
  3617. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3618. "integrity": "sha512-CMvzrmOg+Gs44E7TRK/IgrHYp+wwVJxVV8niUrDR2b3SsrCO3NQz5LI+7bM1qDbWnuu5Cl1aiitoMfjRY61dSg==",
  3619. "cpu": [
  3620. "riscv64"
  3621. ],
  3622. "license": "MIT",
  3623. "optional": true,
  3624. "os": [
  3625. "linux"
  3626. ],
  3627. "engines": {
  3628. "node": "^20.19.0 || >=22.12.0"
  3629. }
  3630. },
  3631. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  3632. "version": "0.102.0",
  3633. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3634. "integrity": "sha512-tZWr6j2s0ddm9MTfWTI3myaAArg9GDy4UgvpF00kMQAjLcGUNhEEQbB9Bd9KtCvDQzaan8HQs0GVWUp+DWrymw==",
  3635. "cpu": [
  3636. "s390x"
  3637. ],
  3638. "license": "MIT",
  3639. "optional": true,
  3640. "os": [
  3641. "linux"
  3642. ],
  3643. "engines": {
  3644. "node": "^20.19.0 || >=22.12.0"
  3645. }
  3646. },
  3647. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  3648. "version": "0.102.0",
  3649. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3650. "integrity": "sha512-0YEKmAIun1bS+Iy5Shx6WOTSj3GuilVuctJjc5/vP8/EMTZ/RI8j0eq0Mu3UFPoT/bMULL3MBXuHuEIXmq7Ddg==",
  3651. "cpu": [
  3652. "x64"
  3653. ],
  3654. "license": "MIT",
  3655. "optional": true,
  3656. "os": [
  3657. "linux"
  3658. ],
  3659. "engines": {
  3660. "node": "^20.19.0 || >=22.12.0"
  3661. }
  3662. },
  3663. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  3664. "version": "0.102.0",
  3665. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3666. "integrity": "sha512-Ew4QDpEsXoV+pG5+bJpheEy3GH436GBe6ASPB0X27Hh9cQ2gb1NVZ7cY7xJj68+fizwS/PtT8GHoG3uxyH17Pg==",
  3667. "cpu": [
  3668. "x64"
  3669. ],
  3670. "license": "MIT",
  3671. "optional": true,
  3672. "os": [
  3673. "linux"
  3674. ],
  3675. "engines": {
  3676. "node": "^20.19.0 || >=22.12.0"
  3677. }
  3678. },
  3679. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  3680. "version": "0.102.0",
  3681. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3682. "integrity": "sha512-wYPXS8IOu/sXiP3CGHJNPzZo4hfPAwJKevcFH2syvU2zyqUxym7hx6smfcK/mgJBiX7VchwArdGRwrEQKcBSaQ==",
  3683. "cpu": [
  3684. "arm64"
  3685. ],
  3686. "license": "MIT",
  3687. "optional": true,
  3688. "os": [
  3689. "openharmony"
  3690. ],
  3691. "engines": {
  3692. "node": "^20.19.0 || >=22.12.0"
  3693. }
  3694. },
  3695. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  3696. "version": "0.102.0",
  3697. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3698. "integrity": "sha512-52SepCb9e+8cVisGa9S/F14K8PxW0AnbV1j4KEYi8uwfkUIxeDNKRHVHzPoBXNrr0yxW0EHLn/3i8J7a2YCpWw==",
  3699. "cpu": [
  3700. "wasm32"
  3701. ],
  3702. "license": "MIT",
  3703. "optional": true,
  3704. "dependencies": {
  3705. "@napi-rs/wasm-runtime": "^1.1.0"
  3706. },
  3707. "engines": {
  3708. "node": ">=14.0.0"
  3709. }
  3710. },
  3711. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  3712. "version": "0.102.0",
  3713. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3714. "integrity": "sha512-kLs6H1y6sDBKcIimkNwu5th28SLkyvFpHNxdLtCChda0KIGeIXNSiupy5BqEutY+VlWJivKT1OV3Ev3KC5Euzg==",
  3715. "cpu": [
  3716. "arm64"
  3717. ],
  3718. "license": "MIT",
  3719. "optional": true,
  3720. "os": [
  3721. "win32"
  3722. ],
  3723. "engines": {
  3724. "node": "^20.19.0 || >=22.12.0"
  3725. }
  3726. },
  3727. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  3728. "version": "0.102.0",
  3729. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3730. "integrity": "sha512-XdyJZdSMN8rbBXH10CrFuU+Q9jIP2+MnxHmNzjK4+bldbTI1UxqwjUMS9bKVC5VCaIEZhh8IE8x4Vf8gmCgrKQ==",
  3731. "cpu": [
  3732. "x64"
  3733. ],
  3734. "license": "MIT",
  3735. "optional": true,
  3736. "os": [
  3737. "win32"
  3738. ],
  3739. "engines": {
  3740. "node": "^20.19.0 || >=22.12.0"
  3741. }
  3742. },
  3743. "node_modules/@oxc-parser/binding-android-arm64": {
  3744. "version": "0.102.0",
  3745. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3746. "integrity": "sha512-pD2if3w3cxPvYbsBSTbhxAYGDaG6WVwnqYG0mYRQ142D6SJ6BpNs7YVQrqpRA2AJQCmzaPP5TRp/koFLebagfQ==",
  3747. "cpu": [
  3748. "arm64"
  3749. ],
  3750. "license": "MIT",
  3751. "optional": true,
  3752. "os": [
  3753. "android"
  3754. ],
  3755. "engines": {
  3756. "node": "^20.19.0 || >=22.12.0"
  3757. }
  3758. },
  3759. "node_modules/@oxc-parser/binding-darwin-arm64": {
  3760. "version": "0.102.0",
  3761. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  3762. "integrity": "sha512-RzMN6f6MrjjpQC2Dandyod3iOscofYBpHaTecmoRRbC5sJMwsurkqUMHzoJX9F6IM87kn8m/JcClnoOfx5Sesw==",
  3763. "cpu": [
  3764. "arm64"
  3765. ],
  3766. "license": "MIT",
  3767. "optional": true,
  3768. "os": [
  3769. "darwin"
  3770. ],
  3771. "engines": {
  3772. "node": "^20.19.0 || >=22.12.0"
  3773. }
  3774. },
  3775. "node_modules/@oxc-parser/binding-darwin-x64": {
  3776. "version": "0.102.0",
  3777. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  3778. "integrity": "sha512-Sr2/3K6GEcejY+HgWp5HaxRPzW5XHe9IfGKVn9OhLt8fzVLnXbK5/GjXj7JjMCNKI3G3ZPZDG2Dgm6CX3MaHCA==",
  3779. "cpu": [
  3780. "x64"
  3781. ],
  3782. "license": "MIT",
  3783. "optional": true,
  3784. "os": [
  3785. "darwin"
  3786. ],
  3787. "engines": {
  3788. "node": "^20.19.0 || >=22.12.0"
  3789. }
  3790. },
  3791. "node_modules/@oxc-parser/binding-freebsd-x64": {
  3792. "version": "0.102.0",
  3793. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  3794. "integrity": "sha512-s9F2N0KJCGEpuBW6ChpFfR06m2Id9ReaHSl8DCca4HvFNt8SJFPp8fq42n2PZy68rtkremQasM0JDrK2BoBeBQ==",
  3795. "cpu": [
  3796. "x64"
  3797. ],
  3798. "license": "MIT",
  3799. "optional": true,
  3800. "os": [
  3801. "freebsd"
  3802. ],
  3803. "engines": {
  3804. "node": "^20.19.0 || >=22.12.0"
  3805. }
  3806. },
  3807. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  3808. "version": "0.102.0",
  3809. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  3810. "integrity": "sha512-zRCIOWzLbqhfY4g8KIZDyYfO2Fl5ltxdQI1v2GlePj66vFWRl8cf4qcBGzxKfsH3wCZHAhmWd1Ht59mnrfH/UQ==",
  3811. "cpu": [
  3812. "arm"
  3813. ],
  3814. "license": "MIT",
  3815. "optional": true,
  3816. "os": [
  3817. "linux"
  3818. ],
  3819. "engines": {
  3820. "node": "^20.19.0 || >=22.12.0"
  3821. }
  3822. },
  3823. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  3824. "version": "0.102.0",
  3825. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  3826. "integrity": "sha512-5n5RbHgfjulRhKB0pW5p0X/NkQeOpI4uI9WHgIZbORUDATGFC8yeyPA6xYGEs+S3MyEAFxl4v544UEIWwqAgsA==",
  3827. "cpu": [
  3828. "arm64"
  3829. ],
  3830. "license": "MIT",
  3831. "optional": true,
  3832. "os": [
  3833. "linux"
  3834. ],
  3835. "engines": {
  3836. "node": "^20.19.0 || >=22.12.0"
  3837. }
  3838. },
  3839. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  3840. "version": "0.102.0",
  3841. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  3842. "integrity": "sha512-/XWcmglH/VJ4yKAGTLRgPKSSikh3xciNxkwGiURt8dS30b+3pwc4ZZmudMu0tQ3mjSu0o7V9APZLMpbHK8Bp5w==",
  3843. "cpu": [
  3844. "arm64"
  3845. ],
  3846. "license": "MIT",
  3847. "optional": true,
  3848. "os": [
  3849. "linux"
  3850. ],
  3851. "engines": {
  3852. "node": "^20.19.0 || >=22.12.0"
  3853. }
  3854. },
  3855. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  3856. "version": "0.102.0",
  3857. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  3858. "integrity": "sha512-2jtIq4nswvy6xdqv1ndWyvVlaRpS0yqomLCvvHdCFx3pFXo5Aoq4RZ39kgvFWrbAtpeYSYeAGFnwgnqjx9ftdw==",
  3859. "cpu": [
  3860. "riscv64"
  3861. ],
  3862. "license": "MIT",
  3863. "optional": true,
  3864. "os": [
  3865. "linux"
  3866. ],
  3867. "engines": {
  3868. "node": "^20.19.0 || >=22.12.0"
  3869. }
  3870. },
  3871. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  3872. "version": "0.102.0",
  3873. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  3874. "integrity": "sha512-Yp6HX/574mvYryiqj0jNvNTJqo4pdAsNP2LPBTxlDQ1cU3lPd7DUA4MQZadaeLI8+AGB2Pn50mPuPyEwFIxeFg==",
  3875. "cpu": [
  3876. "s390x"
  3877. ],
  3878. "license": "MIT",
  3879. "optional": true,
  3880. "os": [
  3881. "linux"
  3882. ],
  3883. "engines": {
  3884. "node": "^20.19.0 || >=22.12.0"
  3885. }
  3886. },
  3887. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  3888. "version": "0.102.0",
  3889. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  3890. "integrity": "sha512-R4b0xZpDRhoNB2XZy0kLTSYm0ZmWeKjTii9fcv1Mk3/SIGPrrglwt4U6zEtwK54Dfi4Bve5JnQYduigR/gyDzw==",
  3891. "cpu": [
  3892. "x64"
  3893. ],
  3894. "license": "MIT",
  3895. "optional": true,
  3896. "os": [
  3897. "linux"
  3898. ],
  3899. "engines": {
  3900. "node": "^20.19.0 || >=22.12.0"
  3901. }
  3902. },
  3903. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  3904. "version": "0.102.0",
  3905. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  3906. "integrity": "sha512-xM5A+03Ti3jvWYZoqaBRS3lusvnvIQjA46Fc9aBE/MHgvKgHSkrGEluLWg/33QEwBwxupkH25Pxc1yu97oZCtg==",
  3907. "cpu": [
  3908. "x64"
  3909. ],
  3910. "license": "MIT",
  3911. "optional": true,
  3912. "os": [
  3913. "linux"
  3914. ],
  3915. "engines": {
  3916. "node": "^20.19.0 || >=22.12.0"
  3917. }
  3918. },
  3919. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  3920. "version": "0.102.0",
  3921. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  3922. "integrity": "sha512-AieLlsliblyaTFq7Iw9Nc618tgwV02JT4fQ6VIUd/3ZzbluHIHfPjIXa6Sds+04krw5TvCS8lsegtDYAyzcyhg==",
  3923. "cpu": [
  3924. "arm64"
  3925. ],
  3926. "license": "MIT",
  3927. "optional": true,
  3928. "os": [
  3929. "openharmony"
  3930. ],
  3931. "engines": {
  3932. "node": "^20.19.0 || >=22.12.0"
  3933. }
  3934. },
  3935. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  3936. "version": "0.102.0",
  3937. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  3938. "integrity": "sha512-w6HRyArs1PBb9rDsQSHlooe31buUlUI2iY8sBzp62jZ1tmvaJo9EIVTQlRNDkwJmk9DF9uEyIJ82EkZcCZTs9A==",
  3939. "cpu": [
  3940. "wasm32"
  3941. ],
  3942. "license": "MIT",
  3943. "optional": true,
  3944. "dependencies": {
  3945. "@napi-rs/wasm-runtime": "^1.1.0"
  3946. },
  3947. "engines": {
  3948. "node": ">=14.0.0"
  3949. }
  3950. },
  3951. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  3952. "version": "0.102.0",
  3953. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  3954. "integrity": "sha512-pqP5UuLiiFONQxqGiUFMdsfybaK1EOK4AXiPlvOvacLaatSEPObZGpyCkAcj9aZcvvNwYdeY9cxGM9IT3togaA==",
  3955. "cpu": [
  3956. "arm64"
  3957. ],
  3958. "license": "MIT",
  3959. "optional": true,
  3960. "os": [
  3961. "win32"
  3962. ],
  3963. "engines": {
  3964. "node": "^20.19.0 || >=22.12.0"
  3965. }
  3966. },
  3967. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  3968. "version": "0.102.0",
  3969. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  3970. "integrity": "sha512-ntMcL35wuLR1A145rLSmm7m7j8JBZGkROoB9Du0KFIFcfi/w1qk75BdCeiTl3HAKrreAnuhW3QOGs6mJhntowA==",
  3971. "cpu": [
  3972. "x64"
  3973. ],
  3974. "license": "MIT",
  3975. "optional": true,
  3976. "os": [
  3977. "win32"
  3978. ],
  3979. "engines": {
  3980. "node": "^20.19.0 || >=22.12.0"
  3981. }
  3982. },
  3983. "node_modules/@oxc-project/types": {
  3984. "version": "0.102.0",
  3985. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.102.0.tgz",
  3986. "integrity": "sha512-8Skrw405g+/UJPKWJ1twIk3BIH2nXdiVlVNtYT23AXVwpsd79es4K+KYt06Fbnkc5BaTvk/COT2JuCLYdwnCdA==",
  3987. "license": "MIT",
  3988. "funding": {
  3989. "url": "https://github.com/sponsors/Boshen"
  3990. }
  3991. },
  3992. "node_modules/@oxc-transform/binding-android-arm64": {
  3993. "version": "0.102.0",
  3994. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz",
  3995. "integrity": "sha512-JLBT7EiExsGmB6LuBBnm6qTfg0rLSxBU+F7xjqy6UXYpL7zhqelGJL7IAq6Pu5UYFT55zVlXXmgzLOXQfpQjXA==",
  3996. "cpu": [
  3997. "arm64"
  3998. ],
  3999. "license": "MIT",
  4000. "optional": true,
  4001. "os": [
  4002. "android"
  4003. ],
  4004. "engines": {
  4005. "node": "^20.19.0 || >=22.12.0"
  4006. }
  4007. },
  4008. "node_modules/@oxc-transform/binding-darwin-arm64": {
  4009. "version": "0.102.0",
  4010. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz",
  4011. "integrity": "sha512-xmsBCk/NwE0khy8h6wLEexiS5abCp1ZqJUNHsAovJdGgIW21oGwhiC3VYg1vNLbq+zEXwOHuphVuNEYfBwyNTw==",
  4012. "cpu": [
  4013. "arm64"
  4014. ],
  4015. "license": "MIT",
  4016. "optional": true,
  4017. "os": [
  4018. "darwin"
  4019. ],
  4020. "engines": {
  4021. "node": "^20.19.0 || >=22.12.0"
  4022. }
  4023. },
  4024. "node_modules/@oxc-transform/binding-darwin-x64": {
  4025. "version": "0.102.0",
  4026. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz",
  4027. "integrity": "sha512-EhBsiq8hSd5BRjlWACB9MxTUiZT2He1s1b3tRP8k3lB8ZTt6sXnDXIWhxRmmM0h//xe6IJ2HuMlbvjXPo/tATg==",
  4028. "cpu": [
  4029. "x64"
  4030. ],
  4031. "license": "MIT",
  4032. "optional": true,
  4033. "os": [
  4034. "darwin"
  4035. ],
  4036. "engines": {
  4037. "node": "^20.19.0 || >=22.12.0"
  4038. }
  4039. },
  4040. "node_modules/@oxc-transform/binding-freebsd-x64": {
  4041. "version": "0.102.0",
  4042. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz",
  4043. "integrity": "sha512-eujvuYf0x7BFgKyFecbXUa2JBEXT4Ss6vmyrrhVdN07jaeJRiobaKAmeNXBkanoWL2KQLELJbSBgs1ykWYTkzg==",
  4044. "cpu": [
  4045. "x64"
  4046. ],
  4047. "license": "MIT",
  4048. "optional": true,
  4049. "os": [
  4050. "freebsd"
  4051. ],
  4052. "engines": {
  4053. "node": "^20.19.0 || >=22.12.0"
  4054. }
  4055. },
  4056. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  4057. "version": "0.102.0",
  4058. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz",
  4059. "integrity": "sha512-2x7Ro356PHBVp1SS/dOsHBSnrfs5MlPYwhdKg35t6qixt2bv1kzEH0tDmn4TNEbdjOirmvOXoCTEWUvh8A4f4Q==",
  4060. "cpu": [
  4061. "arm"
  4062. ],
  4063. "license": "MIT",
  4064. "optional": true,
  4065. "os": [
  4066. "linux"
  4067. ],
  4068. "engines": {
  4069. "node": "^20.19.0 || >=22.12.0"
  4070. }
  4071. },
  4072. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  4073. "version": "0.102.0",
  4074. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz",
  4075. "integrity": "sha512-Rz/RbPvT4QwcHKIQ/cOt6Lwl4c7AhK2b6whZfyL6oJ7Uz8UiVl1BCwk8thedrB5h+FEykmaPHoriW1hmBev60g==",
  4076. "cpu": [
  4077. "arm64"
  4078. ],
  4079. "license": "MIT",
  4080. "optional": true,
  4081. "os": [
  4082. "linux"
  4083. ],
  4084. "engines": {
  4085. "node": "^20.19.0 || >=22.12.0"
  4086. }
  4087. },
  4088. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  4089. "version": "0.102.0",
  4090. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz",
  4091. "integrity": "sha512-I08iWABrN7zakn3wuNIBWY3hALQGsDLPQbZT1mXws7tyiQqJNGe49uS0/O50QhX3KXj+mbRGsmjVXLXGJE1CVQ==",
  4092. "cpu": [
  4093. "arm64"
  4094. ],
  4095. "license": "MIT",
  4096. "optional": true,
  4097. "os": [
  4098. "linux"
  4099. ],
  4100. "engines": {
  4101. "node": "^20.19.0 || >=22.12.0"
  4102. }
  4103. },
  4104. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  4105. "version": "0.102.0",
  4106. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz",
  4107. "integrity": "sha512-9+SYW1ARAF6Oj/82ayoqKRe8SI7O1qvzs3Y0kijvhIqAaaZWcFRjI5DToyWRAbnzTtHlMcSllZLXNYdmxBjFxA==",
  4108. "cpu": [
  4109. "riscv64"
  4110. ],
  4111. "license": "MIT",
  4112. "optional": true,
  4113. "os": [
  4114. "linux"
  4115. ],
  4116. "engines": {
  4117. "node": "^20.19.0 || >=22.12.0"
  4118. }
  4119. },
  4120. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  4121. "version": "0.102.0",
  4122. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz",
  4123. "integrity": "sha512-HV9nTyQw0TTKYPu+gBhaJBioomiM9O4LcGXi+s5IylCGG6imP0/U13q/9xJnP267QFmiWWqnnSFcv0QAWCyh8A==",
  4124. "cpu": [
  4125. "s390x"
  4126. ],
  4127. "license": "MIT",
  4128. "optional": true,
  4129. "os": [
  4130. "linux"
  4131. ],
  4132. "engines": {
  4133. "node": "^20.19.0 || >=22.12.0"
  4134. }
  4135. },
  4136. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  4137. "version": "0.102.0",
  4138. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz",
  4139. "integrity": "sha512-4wcZ08mmdFk8OjsnglyeYGu5PW3TDh87AmcMOi7tZJ3cpJjfzwDfY27KTEUx6G880OpjAiF36OFSPwdKTKgp2g==",
  4140. "cpu": [
  4141. "x64"
  4142. ],
  4143. "license": "MIT",
  4144. "optional": true,
  4145. "os": [
  4146. "linux"
  4147. ],
  4148. "engines": {
  4149. "node": "^20.19.0 || >=22.12.0"
  4150. }
  4151. },
  4152. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  4153. "version": "0.102.0",
  4154. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz",
  4155. "integrity": "sha512-rUHZSZBw0FUnUgOhL/Rs7xJz9KjH2eFur/0df6Lwq/isgJc/ggtBtFoZ+y4Fb8ON87a3Y2gS2LT7SEctX0XdPQ==",
  4156. "cpu": [
  4157. "x64"
  4158. ],
  4159. "license": "MIT",
  4160. "optional": true,
  4161. "os": [
  4162. "linux"
  4163. ],
  4164. "engines": {
  4165. "node": "^20.19.0 || >=22.12.0"
  4166. }
  4167. },
  4168. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  4169. "version": "0.102.0",
  4170. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz",
  4171. "integrity": "sha512-98y4tccTQ/pA+r2KA/MEJIZ7J8TNTJ4aCT4rX8kWK4pGOko2YsfY3Ru9DVHlLDwmVj7wP8Z4JNxdBrAXRvK+0g==",
  4172. "cpu": [
  4173. "arm64"
  4174. ],
  4175. "license": "MIT",
  4176. "optional": true,
  4177. "os": [
  4178. "openharmony"
  4179. ],
  4180. "engines": {
  4181. "node": "^20.19.0 || >=22.12.0"
  4182. }
  4183. },
  4184. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  4185. "version": "0.102.0",
  4186. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz",
  4187. "integrity": "sha512-M6myOXxHty3L2TJEB1NlJPtQm0c0LmivAxcGv/+DSDadOoB/UnOUbjM8W2Utlh5IYS9ARSOjqHtBiPYLWJ15XA==",
  4188. "cpu": [
  4189. "wasm32"
  4190. ],
  4191. "license": "MIT",
  4192. "optional": true,
  4193. "dependencies": {
  4194. "@napi-rs/wasm-runtime": "^1.1.0"
  4195. },
  4196. "engines": {
  4197. "node": ">=14.0.0"
  4198. }
  4199. },
  4200. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  4201. "version": "0.102.0",
  4202. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz",
  4203. "integrity": "sha512-jzaA1lLiMXiJs4r7E0BHRxTPiwAkpoCfSNRr8npK/SqL4UQE4cSz3WDTX5wJWRrN2U+xqsDGefeYzH4reI8sgw==",
  4204. "cpu": [
  4205. "arm64"
  4206. ],
  4207. "license": "MIT",
  4208. "optional": true,
  4209. "os": [
  4210. "win32"
  4211. ],
  4212. "engines": {
  4213. "node": "^20.19.0 || >=22.12.0"
  4214. }
  4215. },
  4216. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  4217. "version": "0.102.0",
  4218. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz",
  4219. "integrity": "sha512-eYOm6mch+1cP9qlNkMdorfBFY8aEOxY/isqrreLmEWqF/hyXA0SbLKDigTbvh3JFKny/gXlHoCKckqfua4cwtg==",
  4220. "cpu": [
  4221. "x64"
  4222. ],
  4223. "license": "MIT",
  4224. "optional": true,
  4225. "os": [
  4226. "win32"
  4227. ],
  4228. "engines": {
  4229. "node": "^20.19.0 || >=22.12.0"
  4230. }
  4231. },
  4232. "node_modules/@parcel/watcher": {
  4233. "version": "2.5.1",
  4234. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  4235. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  4236. "hasInstallScript": true,
  4237. "license": "MIT",
  4238. "dependencies": {
  4239. "detect-libc": "^1.0.3",
  4240. "is-glob": "^4.0.3",
  4241. "micromatch": "^4.0.5",
  4242. "node-addon-api": "^7.0.0"
  4243. },
  4244. "engines": {
  4245. "node": ">= 10.0.0"
  4246. },
  4247. "funding": {
  4248. "type": "opencollective",
  4249. "url": "https://opencollective.com/parcel"
  4250. },
  4251. "optionalDependencies": {
  4252. "@parcel/watcher-android-arm64": "2.5.1",
  4253. "@parcel/watcher-darwin-arm64": "2.5.1",
  4254. "@parcel/watcher-darwin-x64": "2.5.1",
  4255. "@parcel/watcher-freebsd-x64": "2.5.1",
  4256. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  4257. "@parcel/watcher-linux-arm-musl": "2.5.1",
  4258. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  4259. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  4260. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  4261. "@parcel/watcher-linux-x64-musl": "2.5.1",
  4262. "@parcel/watcher-win32-arm64": "2.5.1",
  4263. "@parcel/watcher-win32-ia32": "2.5.1",
  4264. "@parcel/watcher-win32-x64": "2.5.1"
  4265. }
  4266. },
  4267. "node_modules/@parcel/watcher-android-arm64": {
  4268. "version": "2.5.1",
  4269. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  4270. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  4271. "cpu": [
  4272. "arm64"
  4273. ],
  4274. "license": "MIT",
  4275. "optional": true,
  4276. "os": [
  4277. "android"
  4278. ],
  4279. "engines": {
  4280. "node": ">= 10.0.0"
  4281. },
  4282. "funding": {
  4283. "type": "opencollective",
  4284. "url": "https://opencollective.com/parcel"
  4285. }
  4286. },
  4287. "node_modules/@parcel/watcher-darwin-arm64": {
  4288. "version": "2.5.1",
  4289. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  4290. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  4291. "cpu": [
  4292. "arm64"
  4293. ],
  4294. "license": "MIT",
  4295. "optional": true,
  4296. "os": [
  4297. "darwin"
  4298. ],
  4299. "engines": {
  4300. "node": ">= 10.0.0"
  4301. },
  4302. "funding": {
  4303. "type": "opencollective",
  4304. "url": "https://opencollective.com/parcel"
  4305. }
  4306. },
  4307. "node_modules/@parcel/watcher-darwin-x64": {
  4308. "version": "2.5.1",
  4309. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  4310. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  4311. "cpu": [
  4312. "x64"
  4313. ],
  4314. "license": "MIT",
  4315. "optional": true,
  4316. "os": [
  4317. "darwin"
  4318. ],
  4319. "engines": {
  4320. "node": ">= 10.0.0"
  4321. },
  4322. "funding": {
  4323. "type": "opencollective",
  4324. "url": "https://opencollective.com/parcel"
  4325. }
  4326. },
  4327. "node_modules/@parcel/watcher-freebsd-x64": {
  4328. "version": "2.5.1",
  4329. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  4330. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  4331. "cpu": [
  4332. "x64"
  4333. ],
  4334. "license": "MIT",
  4335. "optional": true,
  4336. "os": [
  4337. "freebsd"
  4338. ],
  4339. "engines": {
  4340. "node": ">= 10.0.0"
  4341. },
  4342. "funding": {
  4343. "type": "opencollective",
  4344. "url": "https://opencollective.com/parcel"
  4345. }
  4346. },
  4347. "node_modules/@parcel/watcher-linux-arm-glibc": {
  4348. "version": "2.5.1",
  4349. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  4350. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  4351. "cpu": [
  4352. "arm"
  4353. ],
  4354. "license": "MIT",
  4355. "optional": true,
  4356. "os": [
  4357. "linux"
  4358. ],
  4359. "engines": {
  4360. "node": ">= 10.0.0"
  4361. },
  4362. "funding": {
  4363. "type": "opencollective",
  4364. "url": "https://opencollective.com/parcel"
  4365. }
  4366. },
  4367. "node_modules/@parcel/watcher-linux-arm-musl": {
  4368. "version": "2.5.1",
  4369. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  4370. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  4371. "cpu": [
  4372. "arm"
  4373. ],
  4374. "license": "MIT",
  4375. "optional": true,
  4376. "os": [
  4377. "linux"
  4378. ],
  4379. "engines": {
  4380. "node": ">= 10.0.0"
  4381. },
  4382. "funding": {
  4383. "type": "opencollective",
  4384. "url": "https://opencollective.com/parcel"
  4385. }
  4386. },
  4387. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  4388. "version": "2.5.1",
  4389. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  4390. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  4391. "cpu": [
  4392. "arm64"
  4393. ],
  4394. "license": "MIT",
  4395. "optional": true,
  4396. "os": [
  4397. "linux"
  4398. ],
  4399. "engines": {
  4400. "node": ">= 10.0.0"
  4401. },
  4402. "funding": {
  4403. "type": "opencollective",
  4404. "url": "https://opencollective.com/parcel"
  4405. }
  4406. },
  4407. "node_modules/@parcel/watcher-linux-arm64-musl": {
  4408. "version": "2.5.1",
  4409. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  4410. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  4411. "cpu": [
  4412. "arm64"
  4413. ],
  4414. "license": "MIT",
  4415. "optional": true,
  4416. "os": [
  4417. "linux"
  4418. ],
  4419. "engines": {
  4420. "node": ">= 10.0.0"
  4421. },
  4422. "funding": {
  4423. "type": "opencollective",
  4424. "url": "https://opencollective.com/parcel"
  4425. }
  4426. },
  4427. "node_modules/@parcel/watcher-linux-x64-glibc": {
  4428. "version": "2.5.1",
  4429. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  4430. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  4431. "cpu": [
  4432. "x64"
  4433. ],
  4434. "license": "MIT",
  4435. "optional": true,
  4436. "os": [
  4437. "linux"
  4438. ],
  4439. "engines": {
  4440. "node": ">= 10.0.0"
  4441. },
  4442. "funding": {
  4443. "type": "opencollective",
  4444. "url": "https://opencollective.com/parcel"
  4445. }
  4446. },
  4447. "node_modules/@parcel/watcher-linux-x64-musl": {
  4448. "version": "2.5.1",
  4449. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  4450. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  4451. "cpu": [
  4452. "x64"
  4453. ],
  4454. "license": "MIT",
  4455. "optional": true,
  4456. "os": [
  4457. "linux"
  4458. ],
  4459. "engines": {
  4460. "node": ">= 10.0.0"
  4461. },
  4462. "funding": {
  4463. "type": "opencollective",
  4464. "url": "https://opencollective.com/parcel"
  4465. }
  4466. },
  4467. "node_modules/@parcel/watcher-wasm": {
  4468. "version": "2.5.1",
  4469. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.1.tgz",
  4470. "integrity": "sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==",
  4471. "bundleDependencies": [
  4472. "napi-wasm"
  4473. ],
  4474. "license": "MIT",
  4475. "dependencies": {
  4476. "is-glob": "^4.0.3",
  4477. "micromatch": "^4.0.5",
  4478. "napi-wasm": "^1.1.0"
  4479. },
  4480. "engines": {
  4481. "node": ">= 10.0.0"
  4482. },
  4483. "funding": {
  4484. "type": "opencollective",
  4485. "url": "https://opencollective.com/parcel"
  4486. }
  4487. },
  4488. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  4489. "version": "1.1.0",
  4490. "inBundle": true,
  4491. "license": "MIT"
  4492. },
  4493. "node_modules/@parcel/watcher-win32-arm64": {
  4494. "version": "2.5.1",
  4495. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  4496. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  4497. "cpu": [
  4498. "arm64"
  4499. ],
  4500. "license": "MIT",
  4501. "optional": true,
  4502. "os": [
  4503. "win32"
  4504. ],
  4505. "engines": {
  4506. "node": ">= 10.0.0"
  4507. },
  4508. "funding": {
  4509. "type": "opencollective",
  4510. "url": "https://opencollective.com/parcel"
  4511. }
  4512. },
  4513. "node_modules/@parcel/watcher-win32-ia32": {
  4514. "version": "2.5.1",
  4515. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  4516. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  4517. "cpu": [
  4518. "ia32"
  4519. ],
  4520. "license": "MIT",
  4521. "optional": true,
  4522. "os": [
  4523. "win32"
  4524. ],
  4525. "engines": {
  4526. "node": ">= 10.0.0"
  4527. },
  4528. "funding": {
  4529. "type": "opencollective",
  4530. "url": "https://opencollective.com/parcel"
  4531. }
  4532. },
  4533. "node_modules/@parcel/watcher-win32-x64": {
  4534. "version": "2.5.1",
  4535. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  4536. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  4537. "cpu": [
  4538. "x64"
  4539. ],
  4540. "license": "MIT",
  4541. "optional": true,
  4542. "os": [
  4543. "win32"
  4544. ],
  4545. "engines": {
  4546. "node": ">= 10.0.0"
  4547. },
  4548. "funding": {
  4549. "type": "opencollective",
  4550. "url": "https://opencollective.com/parcel"
  4551. }
  4552. },
  4553. "node_modules/@pinia/nuxt": {
  4554. "version": "0.11.1",
  4555. "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.11.1.tgz",
  4556. "integrity": "sha512-tCD8ioWhhIHKwm8Y9VvyhBAV/kK4W5uGBIYbI5iM4N1t7duOqK6ECBUavrMxMolELayqqMLb9+evegrh3S7s2A==",
  4557. "license": "MIT",
  4558. "dependencies": {
  4559. "@nuxt/kit": "^3.9.0"
  4560. },
  4561. "funding": {
  4562. "url": "https://github.com/sponsors/posva"
  4563. },
  4564. "peerDependencies": {
  4565. "pinia": "^3.0.3"
  4566. }
  4567. },
  4568. "node_modules/@pkgjs/parseargs": {
  4569. "version": "0.11.0",
  4570. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  4571. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  4572. "license": "MIT",
  4573. "optional": true,
  4574. "engines": {
  4575. "node": ">=14"
  4576. }
  4577. },
  4578. "node_modules/@polka/url": {
  4579. "version": "1.0.0-next.29",
  4580. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  4581. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  4582. "license": "MIT"
  4583. },
  4584. "node_modules/@popperjs/core": {
  4585. "version": "2.11.8",
  4586. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  4587. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  4588. "license": "MIT",
  4589. "funding": {
  4590. "type": "opencollective",
  4591. "url": "https://opencollective.com/popperjs"
  4592. }
  4593. },
  4594. "node_modules/@poppinss/colors": {
  4595. "version": "4.1.6",
  4596. "resolved": "https://registry.npmmirror.com/@poppinss/colors/-/colors-4.1.6.tgz",
  4597. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  4598. "license": "MIT",
  4599. "dependencies": {
  4600. "kleur": "^4.1.5"
  4601. }
  4602. },
  4603. "node_modules/@poppinss/colors/node_modules/kleur": {
  4604. "version": "4.1.5",
  4605. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  4606. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  4607. "license": "MIT",
  4608. "engines": {
  4609. "node": ">=6"
  4610. }
  4611. },
  4612. "node_modules/@poppinss/dumper": {
  4613. "version": "0.6.5",
  4614. "resolved": "https://registry.npmmirror.com/@poppinss/dumper/-/dumper-0.6.5.tgz",
  4615. "integrity": "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==",
  4616. "license": "MIT",
  4617. "dependencies": {
  4618. "@poppinss/colors": "^4.1.5",
  4619. "@sindresorhus/is": "^7.0.2",
  4620. "supports-color": "^10.0.0"
  4621. }
  4622. },
  4623. "node_modules/@poppinss/exception": {
  4624. "version": "1.2.3",
  4625. "resolved": "https://registry.npmmirror.com/@poppinss/exception/-/exception-1.2.3.tgz",
  4626. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  4627. "license": "MIT"
  4628. },
  4629. "node_modules/@rolldown/pluginutils": {
  4630. "version": "1.0.0-beta.53",
  4631. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
  4632. "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
  4633. "license": "MIT"
  4634. },
  4635. "node_modules/@rollup/plugin-alias": {
  4636. "version": "5.1.1",
  4637. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  4638. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  4639. "license": "MIT",
  4640. "engines": {
  4641. "node": ">=14.0.0"
  4642. },
  4643. "peerDependencies": {
  4644. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4645. },
  4646. "peerDependenciesMeta": {
  4647. "rollup": {
  4648. "optional": true
  4649. }
  4650. }
  4651. },
  4652. "node_modules/@rollup/plugin-commonjs": {
  4653. "version": "28.0.9",
  4654. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz",
  4655. "integrity": "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==",
  4656. "license": "MIT",
  4657. "dependencies": {
  4658. "@rollup/pluginutils": "^5.0.1",
  4659. "commondir": "^1.0.1",
  4660. "estree-walker": "^2.0.2",
  4661. "fdir": "^6.2.0",
  4662. "is-reference": "1.2.1",
  4663. "magic-string": "^0.30.3",
  4664. "picomatch": "^4.0.2"
  4665. },
  4666. "engines": {
  4667. "node": ">=16.0.0 || 14 >= 14.17"
  4668. },
  4669. "peerDependencies": {
  4670. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  4671. },
  4672. "peerDependenciesMeta": {
  4673. "rollup": {
  4674. "optional": true
  4675. }
  4676. }
  4677. },
  4678. "node_modules/@rollup/plugin-inject": {
  4679. "version": "5.0.5",
  4680. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  4681. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  4682. "license": "MIT",
  4683. "dependencies": {
  4684. "@rollup/pluginutils": "^5.0.1",
  4685. "estree-walker": "^2.0.2",
  4686. "magic-string": "^0.30.3"
  4687. },
  4688. "engines": {
  4689. "node": ">=14.0.0"
  4690. },
  4691. "peerDependencies": {
  4692. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4693. },
  4694. "peerDependenciesMeta": {
  4695. "rollup": {
  4696. "optional": true
  4697. }
  4698. }
  4699. },
  4700. "node_modules/@rollup/plugin-json": {
  4701. "version": "6.1.0",
  4702. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  4703. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  4704. "license": "MIT",
  4705. "dependencies": {
  4706. "@rollup/pluginutils": "^5.1.0"
  4707. },
  4708. "engines": {
  4709. "node": ">=14.0.0"
  4710. },
  4711. "peerDependencies": {
  4712. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4713. },
  4714. "peerDependenciesMeta": {
  4715. "rollup": {
  4716. "optional": true
  4717. }
  4718. }
  4719. },
  4720. "node_modules/@rollup/plugin-node-resolve": {
  4721. "version": "16.0.3",
  4722. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  4723. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  4724. "license": "MIT",
  4725. "dependencies": {
  4726. "@rollup/pluginutils": "^5.0.1",
  4727. "@types/resolve": "1.20.2",
  4728. "deepmerge": "^4.2.2",
  4729. "is-module": "^1.0.0",
  4730. "resolve": "^1.22.1"
  4731. },
  4732. "engines": {
  4733. "node": ">=14.0.0"
  4734. },
  4735. "peerDependencies": {
  4736. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  4737. },
  4738. "peerDependenciesMeta": {
  4739. "rollup": {
  4740. "optional": true
  4741. }
  4742. }
  4743. },
  4744. "node_modules/@rollup/plugin-replace": {
  4745. "version": "6.0.3",
  4746. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  4747. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  4748. "license": "MIT",
  4749. "dependencies": {
  4750. "@rollup/pluginutils": "^5.0.1",
  4751. "magic-string": "^0.30.3"
  4752. },
  4753. "engines": {
  4754. "node": ">=14.0.0"
  4755. },
  4756. "peerDependencies": {
  4757. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4758. },
  4759. "peerDependenciesMeta": {
  4760. "rollup": {
  4761. "optional": true
  4762. }
  4763. }
  4764. },
  4765. "node_modules/@rollup/plugin-terser": {
  4766. "version": "0.4.4",
  4767. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  4768. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  4769. "license": "MIT",
  4770. "dependencies": {
  4771. "serialize-javascript": "^6.0.1",
  4772. "smob": "^1.0.0",
  4773. "terser": "^5.17.4"
  4774. },
  4775. "engines": {
  4776. "node": ">=14.0.0"
  4777. },
  4778. "peerDependencies": {
  4779. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  4780. },
  4781. "peerDependenciesMeta": {
  4782. "rollup": {
  4783. "optional": true
  4784. }
  4785. }
  4786. },
  4787. "node_modules/@rollup/pluginutils": {
  4788. "version": "5.1.4",
  4789. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  4790. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  4791. "license": "MIT",
  4792. "dependencies": {
  4793. "@types/estree": "^1.0.0",
  4794. "estree-walker": "^2.0.2",
  4795. "picomatch": "^4.0.2"
  4796. },
  4797. "engines": {
  4798. "node": ">=14.0.0"
  4799. },
  4800. "peerDependencies": {
  4801. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4802. },
  4803. "peerDependenciesMeta": {
  4804. "rollup": {
  4805. "optional": true
  4806. }
  4807. }
  4808. },
  4809. "node_modules/@rollup/rollup-android-arm-eabi": {
  4810. "version": "4.54.0",
  4811. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
  4812. "integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
  4813. "cpu": [
  4814. "arm"
  4815. ],
  4816. "license": "MIT",
  4817. "optional": true,
  4818. "os": [
  4819. "android"
  4820. ]
  4821. },
  4822. "node_modules/@rollup/rollup-android-arm64": {
  4823. "version": "4.54.0",
  4824. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
  4825. "integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
  4826. "cpu": [
  4827. "arm64"
  4828. ],
  4829. "license": "MIT",
  4830. "optional": true,
  4831. "os": [
  4832. "android"
  4833. ]
  4834. },
  4835. "node_modules/@rollup/rollup-darwin-arm64": {
  4836. "version": "4.54.0",
  4837. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
  4838. "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
  4839. "cpu": [
  4840. "arm64"
  4841. ],
  4842. "license": "MIT",
  4843. "optional": true,
  4844. "os": [
  4845. "darwin"
  4846. ]
  4847. },
  4848. "node_modules/@rollup/rollup-darwin-x64": {
  4849. "version": "4.54.0",
  4850. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
  4851. "integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
  4852. "cpu": [
  4853. "x64"
  4854. ],
  4855. "license": "MIT",
  4856. "optional": true,
  4857. "os": [
  4858. "darwin"
  4859. ]
  4860. },
  4861. "node_modules/@rollup/rollup-freebsd-arm64": {
  4862. "version": "4.54.0",
  4863. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
  4864. "integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
  4865. "cpu": [
  4866. "arm64"
  4867. ],
  4868. "license": "MIT",
  4869. "optional": true,
  4870. "os": [
  4871. "freebsd"
  4872. ]
  4873. },
  4874. "node_modules/@rollup/rollup-freebsd-x64": {
  4875. "version": "4.54.0",
  4876. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
  4877. "integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
  4878. "cpu": [
  4879. "x64"
  4880. ],
  4881. "license": "MIT",
  4882. "optional": true,
  4883. "os": [
  4884. "freebsd"
  4885. ]
  4886. },
  4887. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  4888. "version": "4.54.0",
  4889. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
  4890. "integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
  4891. "cpu": [
  4892. "arm"
  4893. ],
  4894. "license": "MIT",
  4895. "optional": true,
  4896. "os": [
  4897. "linux"
  4898. ]
  4899. },
  4900. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  4901. "version": "4.54.0",
  4902. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
  4903. "integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
  4904. "cpu": [
  4905. "arm"
  4906. ],
  4907. "license": "MIT",
  4908. "optional": true,
  4909. "os": [
  4910. "linux"
  4911. ]
  4912. },
  4913. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  4914. "version": "4.54.0",
  4915. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
  4916. "integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
  4917. "cpu": [
  4918. "arm64"
  4919. ],
  4920. "license": "MIT",
  4921. "optional": true,
  4922. "os": [
  4923. "linux"
  4924. ]
  4925. },
  4926. "node_modules/@rollup/rollup-linux-arm64-musl": {
  4927. "version": "4.54.0",
  4928. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
  4929. "integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
  4930. "cpu": [
  4931. "arm64"
  4932. ],
  4933. "license": "MIT",
  4934. "optional": true,
  4935. "os": [
  4936. "linux"
  4937. ]
  4938. },
  4939. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  4940. "version": "4.54.0",
  4941. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
  4942. "integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
  4943. "cpu": [
  4944. "loong64"
  4945. ],
  4946. "license": "MIT",
  4947. "optional": true,
  4948. "os": [
  4949. "linux"
  4950. ]
  4951. },
  4952. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  4953. "version": "4.54.0",
  4954. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
  4955. "integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
  4956. "cpu": [
  4957. "ppc64"
  4958. ],
  4959. "license": "MIT",
  4960. "optional": true,
  4961. "os": [
  4962. "linux"
  4963. ]
  4964. },
  4965. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  4966. "version": "4.54.0",
  4967. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
  4968. "integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
  4969. "cpu": [
  4970. "riscv64"
  4971. ],
  4972. "license": "MIT",
  4973. "optional": true,
  4974. "os": [
  4975. "linux"
  4976. ]
  4977. },
  4978. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4979. "version": "4.54.0",
  4980. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
  4981. "integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
  4982. "cpu": [
  4983. "riscv64"
  4984. ],
  4985. "license": "MIT",
  4986. "optional": true,
  4987. "os": [
  4988. "linux"
  4989. ]
  4990. },
  4991. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4992. "version": "4.54.0",
  4993. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
  4994. "integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
  4995. "cpu": [
  4996. "s390x"
  4997. ],
  4998. "license": "MIT",
  4999. "optional": true,
  5000. "os": [
  5001. "linux"
  5002. ]
  5003. },
  5004. "node_modules/@rollup/rollup-linux-x64-gnu": {
  5005. "version": "4.54.0",
  5006. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
  5007. "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
  5008. "cpu": [
  5009. "x64"
  5010. ],
  5011. "license": "MIT",
  5012. "optional": true,
  5013. "os": [
  5014. "linux"
  5015. ]
  5016. },
  5017. "node_modules/@rollup/rollup-linux-x64-musl": {
  5018. "version": "4.54.0",
  5019. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
  5020. "integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
  5021. "cpu": [
  5022. "x64"
  5023. ],
  5024. "license": "MIT",
  5025. "optional": true,
  5026. "os": [
  5027. "linux"
  5028. ]
  5029. },
  5030. "node_modules/@rollup/rollup-openharmony-arm64": {
  5031. "version": "4.54.0",
  5032. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
  5033. "integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
  5034. "cpu": [
  5035. "arm64"
  5036. ],
  5037. "license": "MIT",
  5038. "optional": true,
  5039. "os": [
  5040. "openharmony"
  5041. ]
  5042. },
  5043. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  5044. "version": "4.54.0",
  5045. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
  5046. "integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
  5047. "cpu": [
  5048. "arm64"
  5049. ],
  5050. "license": "MIT",
  5051. "optional": true,
  5052. "os": [
  5053. "win32"
  5054. ]
  5055. },
  5056. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  5057. "version": "4.54.0",
  5058. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
  5059. "integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
  5060. "cpu": [
  5061. "ia32"
  5062. ],
  5063. "license": "MIT",
  5064. "optional": true,
  5065. "os": [
  5066. "win32"
  5067. ]
  5068. },
  5069. "node_modules/@rollup/rollup-win32-x64-gnu": {
  5070. "version": "4.54.0",
  5071. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
  5072. "integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
  5073. "cpu": [
  5074. "x64"
  5075. ],
  5076. "license": "MIT",
  5077. "optional": true,
  5078. "os": [
  5079. "win32"
  5080. ]
  5081. },
  5082. "node_modules/@rollup/rollup-win32-x64-msvc": {
  5083. "version": "4.54.0",
  5084. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
  5085. "integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
  5086. "cpu": [
  5087. "x64"
  5088. ],
  5089. "license": "MIT",
  5090. "optional": true,
  5091. "os": [
  5092. "win32"
  5093. ]
  5094. },
  5095. "node_modules/@sec-ant/readable-stream": {
  5096. "version": "0.4.1",
  5097. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  5098. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  5099. "dev": true,
  5100. "license": "MIT"
  5101. },
  5102. "node_modules/@simonwep/pickr": {
  5103. "version": "1.8.2",
  5104. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  5105. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "core-js": "^3.15.1",
  5109. "nanopop": "^2.1.0"
  5110. }
  5111. },
  5112. "node_modules/@sindresorhus/is": {
  5113. "version": "7.2.0",
  5114. "resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-7.2.0.tgz",
  5115. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  5116. "license": "MIT",
  5117. "engines": {
  5118. "node": ">=18"
  5119. },
  5120. "funding": {
  5121. "url": "https://github.com/sindresorhus/is?sponsor=1"
  5122. }
  5123. },
  5124. "node_modules/@sindresorhus/merge-streams": {
  5125. "version": "4.0.0",
  5126. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  5127. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  5128. "license": "MIT",
  5129. "engines": {
  5130. "node": ">=18"
  5131. },
  5132. "funding": {
  5133. "url": "https://github.com/sponsors/sindresorhus"
  5134. }
  5135. },
  5136. "node_modules/@speed-highlight/core": {
  5137. "version": "1.2.12",
  5138. "resolved": "https://registry.npmmirror.com/@speed-highlight/core/-/core-1.2.12.tgz",
  5139. "integrity": "sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==",
  5140. "license": "CC0-1.0"
  5141. },
  5142. "node_modules/@tsconfig/node22": {
  5143. "version": "22.0.1",
  5144. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.1.tgz",
  5145. "integrity": "sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==",
  5146. "dev": true,
  5147. "license": "MIT"
  5148. },
  5149. "node_modules/@turf/helpers": {
  5150. "version": "6.5.0",
  5151. "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
  5152. "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
  5153. "license": "MIT",
  5154. "funding": {
  5155. "url": "https://opencollective.com/turf"
  5156. }
  5157. },
  5158. "node_modules/@turf/intersect": {
  5159. "version": "6.5.0",
  5160. "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
  5161. "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
  5162. "license": "MIT",
  5163. "dependencies": {
  5164. "@turf/helpers": "^6.5.0",
  5165. "@turf/invariant": "^6.5.0",
  5166. "polygon-clipping": "^0.15.3"
  5167. },
  5168. "funding": {
  5169. "url": "https://opencollective.com/turf"
  5170. }
  5171. },
  5172. "node_modules/@turf/invariant": {
  5173. "version": "6.5.0",
  5174. "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
  5175. "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
  5176. "license": "MIT",
  5177. "dependencies": {
  5178. "@turf/helpers": "^6.5.0"
  5179. },
  5180. "funding": {
  5181. "url": "https://opencollective.com/turf"
  5182. }
  5183. },
  5184. "node_modules/@tybys/wasm-util": {
  5185. "version": "0.10.1",
  5186. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  5187. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  5188. "license": "MIT",
  5189. "optional": true,
  5190. "dependencies": {
  5191. "tslib": "^2.4.0"
  5192. }
  5193. },
  5194. "node_modules/@types/estree": {
  5195. "version": "1.0.8",
  5196. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  5197. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5198. "license": "MIT"
  5199. },
  5200. "node_modules/@types/node": {
  5201. "version": "22.15.0",
  5202. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.0.tgz",
  5203. "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
  5204. "devOptional": true,
  5205. "license": "MIT",
  5206. "dependencies": {
  5207. "undici-types": "~6.21.0"
  5208. }
  5209. },
  5210. "node_modules/@types/parse-path": {
  5211. "version": "7.0.3",
  5212. "resolved": "https://registry.npmmirror.com/@types/parse-path/-/parse-path-7.0.3.tgz",
  5213. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  5214. "license": "MIT"
  5215. },
  5216. "node_modules/@types/resolve": {
  5217. "version": "1.20.2",
  5218. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  5219. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  5220. "license": "MIT"
  5221. },
  5222. "node_modules/@unhead/vue": {
  5223. "version": "2.1.1",
  5224. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-2.1.1.tgz",
  5225. "integrity": "sha512-WYa8ORhfv7lWDSoNpkMKhbW1Dbsux/3HqMcVkZS3xZ2/c/VrcChLj+IMadpCd1WNR0srITfRJhBYZ1i9hON5Qw==",
  5226. "license": "MIT",
  5227. "dependencies": {
  5228. "hookable": "^5.5.3",
  5229. "unhead": "2.1.1"
  5230. },
  5231. "funding": {
  5232. "url": "https://github.com/sponsors/harlan-zw"
  5233. },
  5234. "peerDependencies": {
  5235. "vue": ">=3.5.18"
  5236. }
  5237. },
  5238. "node_modules/@vercel/nft": {
  5239. "version": "0.30.4",
  5240. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.30.4.tgz",
  5241. "integrity": "sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==",
  5242. "license": "MIT",
  5243. "dependencies": {
  5244. "@mapbox/node-pre-gyp": "^2.0.0",
  5245. "@rollup/pluginutils": "^5.1.3",
  5246. "acorn": "^8.6.0",
  5247. "acorn-import-attributes": "^1.9.5",
  5248. "async-sema": "^3.1.1",
  5249. "bindings": "^1.4.0",
  5250. "estree-walker": "2.0.2",
  5251. "glob": "^10.5.0",
  5252. "graceful-fs": "^4.2.9",
  5253. "node-gyp-build": "^4.2.2",
  5254. "picomatch": "^4.0.2",
  5255. "resolve-from": "^5.0.0"
  5256. },
  5257. "bin": {
  5258. "nft": "out/cli.js"
  5259. },
  5260. "engines": {
  5261. "node": ">=18"
  5262. }
  5263. },
  5264. "node_modules/@vitejs/plugin-vue": {
  5265. "version": "5.2.4",
  5266. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  5267. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  5268. "dev": true,
  5269. "license": "MIT",
  5270. "engines": {
  5271. "node": "^18.0.0 || >=20.0.0"
  5272. },
  5273. "peerDependencies": {
  5274. "vite": "^5.0.0 || ^6.0.0",
  5275. "vue": "^3.2.25"
  5276. }
  5277. },
  5278. "node_modules/@vitejs/plugin-vue-jsx": {
  5279. "version": "4.2.0",
  5280. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  5281. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  5282. "dev": true,
  5283. "license": "MIT",
  5284. "dependencies": {
  5285. "@babel/core": "^7.27.1",
  5286. "@babel/plugin-transform-typescript": "^7.27.1",
  5287. "@rolldown/pluginutils": "^1.0.0-beta.9",
  5288. "@vue/babel-plugin-jsx": "^1.4.0"
  5289. },
  5290. "engines": {
  5291. "node": "^18.0.0 || >=20.0.0"
  5292. },
  5293. "peerDependencies": {
  5294. "vite": "^5.0.0 || ^6.0.0",
  5295. "vue": "^3.0.0"
  5296. }
  5297. },
  5298. "node_modules/@volar/language-core": {
  5299. "version": "2.4.12",
  5300. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.12.tgz",
  5301. "integrity": "sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==",
  5302. "devOptional": true,
  5303. "license": "MIT",
  5304. "dependencies": {
  5305. "@volar/source-map": "2.4.12"
  5306. }
  5307. },
  5308. "node_modules/@volar/source-map": {
  5309. "version": "2.4.12",
  5310. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.12.tgz",
  5311. "integrity": "sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==",
  5312. "devOptional": true,
  5313. "license": "MIT"
  5314. },
  5315. "node_modules/@volar/typescript": {
  5316. "version": "2.4.12",
  5317. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.12.tgz",
  5318. "integrity": "sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==",
  5319. "devOptional": true,
  5320. "license": "MIT",
  5321. "dependencies": {
  5322. "@volar/language-core": "2.4.12",
  5323. "path-browserify": "^1.0.1",
  5324. "vscode-uri": "^3.0.8"
  5325. }
  5326. },
  5327. "node_modules/@vue-macros/common": {
  5328. "version": "3.1.1",
  5329. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.1.tgz",
  5330. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  5331. "license": "MIT",
  5332. "dependencies": {
  5333. "@vue/compiler-sfc": "^3.5.22",
  5334. "ast-kit": "^2.1.2",
  5335. "local-pkg": "^1.1.2",
  5336. "magic-string-ast": "^1.0.2",
  5337. "unplugin-utils": "^0.3.0"
  5338. },
  5339. "engines": {
  5340. "node": ">=20.19.0"
  5341. },
  5342. "funding": {
  5343. "url": "https://github.com/sponsors/vue-macros"
  5344. },
  5345. "peerDependencies": {
  5346. "vue": "^2.7.0 || ^3.2.25"
  5347. },
  5348. "peerDependenciesMeta": {
  5349. "vue": {
  5350. "optional": true
  5351. }
  5352. }
  5353. },
  5354. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  5355. "version": "0.3.1",
  5356. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5357. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5358. "license": "MIT",
  5359. "dependencies": {
  5360. "pathe": "^2.0.3",
  5361. "picomatch": "^4.0.3"
  5362. },
  5363. "engines": {
  5364. "node": ">=20.19.0"
  5365. },
  5366. "funding": {
  5367. "url": "https://github.com/sponsors/sxzz"
  5368. }
  5369. },
  5370. "node_modules/@vue/babel-helper-vue-transform-on": {
  5371. "version": "1.5.0",
  5372. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  5373. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  5374. "dev": true,
  5375. "license": "MIT"
  5376. },
  5377. "node_modules/@vue/babel-plugin-jsx": {
  5378. "version": "1.5.0",
  5379. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  5380. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  5381. "dev": true,
  5382. "license": "MIT",
  5383. "dependencies": {
  5384. "@babel/helper-module-imports": "^7.27.1",
  5385. "@babel/helper-plugin-utils": "^7.27.1",
  5386. "@babel/plugin-syntax-jsx": "^7.27.1",
  5387. "@babel/template": "^7.27.2",
  5388. "@babel/traverse": "^7.28.0",
  5389. "@babel/types": "^7.28.2",
  5390. "@vue/babel-helper-vue-transform-on": "1.5.0",
  5391. "@vue/babel-plugin-resolve-type": "1.5.0",
  5392. "@vue/shared": "^3.5.18"
  5393. },
  5394. "peerDependencies": {
  5395. "@babel/core": "^7.0.0-0"
  5396. },
  5397. "peerDependenciesMeta": {
  5398. "@babel/core": {
  5399. "optional": true
  5400. }
  5401. }
  5402. },
  5403. "node_modules/@vue/babel-plugin-resolve-type": {
  5404. "version": "1.5.0",
  5405. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  5406. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  5407. "dev": true,
  5408. "license": "MIT",
  5409. "dependencies": {
  5410. "@babel/code-frame": "^7.27.1",
  5411. "@babel/helper-module-imports": "^7.27.1",
  5412. "@babel/helper-plugin-utils": "^7.27.1",
  5413. "@babel/parser": "^7.28.0",
  5414. "@vue/compiler-sfc": "^3.5.18"
  5415. },
  5416. "funding": {
  5417. "url": "https://github.com/sponsors/sxzz"
  5418. },
  5419. "peerDependencies": {
  5420. "@babel/core": "^7.0.0-0"
  5421. }
  5422. },
  5423. "node_modules/@vue/compiler-core": {
  5424. "version": "3.5.26",
  5425. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
  5426. "integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
  5427. "license": "MIT",
  5428. "dependencies": {
  5429. "@babel/parser": "^7.28.5",
  5430. "@vue/shared": "3.5.26",
  5431. "entities": "^7.0.0",
  5432. "estree-walker": "^2.0.2",
  5433. "source-map-js": "^1.2.1"
  5434. }
  5435. },
  5436. "node_modules/@vue/compiler-core/node_modules/entities": {
  5437. "version": "7.0.0",
  5438. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.0.tgz",
  5439. "integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
  5440. "license": "BSD-2-Clause",
  5441. "engines": {
  5442. "node": ">=0.12"
  5443. },
  5444. "funding": {
  5445. "url": "https://github.com/fb55/entities?sponsor=1"
  5446. }
  5447. },
  5448. "node_modules/@vue/compiler-dom": {
  5449. "version": "3.5.26",
  5450. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
  5451. "integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
  5452. "license": "MIT",
  5453. "dependencies": {
  5454. "@vue/compiler-core": "3.5.26",
  5455. "@vue/shared": "3.5.26"
  5456. }
  5457. },
  5458. "node_modules/@vue/compiler-sfc": {
  5459. "version": "3.5.26",
  5460. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
  5461. "integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
  5462. "license": "MIT",
  5463. "dependencies": {
  5464. "@babel/parser": "^7.28.5",
  5465. "@vue/compiler-core": "3.5.26",
  5466. "@vue/compiler-dom": "3.5.26",
  5467. "@vue/compiler-ssr": "3.5.26",
  5468. "@vue/shared": "3.5.26",
  5469. "estree-walker": "^2.0.2",
  5470. "magic-string": "^0.30.21",
  5471. "postcss": "^8.5.6",
  5472. "source-map-js": "^1.2.1"
  5473. }
  5474. },
  5475. "node_modules/@vue/compiler-ssr": {
  5476. "version": "3.5.26",
  5477. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
  5478. "integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
  5479. "license": "MIT",
  5480. "dependencies": {
  5481. "@vue/compiler-dom": "3.5.26",
  5482. "@vue/shared": "3.5.26"
  5483. }
  5484. },
  5485. "node_modules/@vue/compiler-vue2": {
  5486. "version": "2.7.16",
  5487. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  5488. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  5489. "devOptional": true,
  5490. "license": "MIT",
  5491. "dependencies": {
  5492. "de-indent": "^1.0.2",
  5493. "he": "^1.2.0"
  5494. }
  5495. },
  5496. "node_modules/@vue/devtools-api": {
  5497. "version": "7.7.9",
  5498. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  5499. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  5500. "license": "MIT",
  5501. "dependencies": {
  5502. "@vue/devtools-kit": "^7.7.9"
  5503. }
  5504. },
  5505. "node_modules/@vue/devtools-core": {
  5506. "version": "7.7.9",
  5507. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.9.tgz",
  5508. "integrity": "sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==",
  5509. "dev": true,
  5510. "license": "MIT",
  5511. "dependencies": {
  5512. "@vue/devtools-kit": "^7.7.9",
  5513. "@vue/devtools-shared": "^7.7.9",
  5514. "mitt": "^3.0.1",
  5515. "nanoid": "^5.1.0",
  5516. "pathe": "^2.0.3",
  5517. "vite-hot-client": "^2.0.4"
  5518. },
  5519. "peerDependencies": {
  5520. "vue": "^3.0.0"
  5521. }
  5522. },
  5523. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  5524. "version": "5.1.6",
  5525. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
  5526. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  5527. "dev": true,
  5528. "funding": [
  5529. {
  5530. "type": "github",
  5531. "url": "https://github.com/sponsors/ai"
  5532. }
  5533. ],
  5534. "license": "MIT",
  5535. "bin": {
  5536. "nanoid": "bin/nanoid.js"
  5537. },
  5538. "engines": {
  5539. "node": "^18 || >=20"
  5540. }
  5541. },
  5542. "node_modules/@vue/devtools-kit": {
  5543. "version": "7.7.9",
  5544. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  5545. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  5546. "license": "MIT",
  5547. "dependencies": {
  5548. "@vue/devtools-shared": "^7.7.9",
  5549. "birpc": "^2.3.0",
  5550. "hookable": "^5.5.3",
  5551. "mitt": "^3.0.1",
  5552. "perfect-debounce": "^1.0.0",
  5553. "speakingurl": "^14.0.1",
  5554. "superjson": "^2.2.2"
  5555. }
  5556. },
  5557. "node_modules/@vue/devtools-shared": {
  5558. "version": "7.7.9",
  5559. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  5560. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  5561. "license": "MIT",
  5562. "dependencies": {
  5563. "rfdc": "^1.4.1"
  5564. }
  5565. },
  5566. "node_modules/@vue/language-core": {
  5567. "version": "2.2.10",
  5568. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  5569. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  5570. "devOptional": true,
  5571. "license": "MIT",
  5572. "dependencies": {
  5573. "@volar/language-core": "~2.4.11",
  5574. "@vue/compiler-dom": "^3.5.0",
  5575. "@vue/compiler-vue2": "^2.7.16",
  5576. "@vue/shared": "^3.5.0",
  5577. "alien-signals": "^1.0.3",
  5578. "minimatch": "^9.0.3",
  5579. "muggle-string": "^0.4.1",
  5580. "path-browserify": "^1.0.1"
  5581. },
  5582. "peerDependencies": {
  5583. "typescript": "*"
  5584. },
  5585. "peerDependenciesMeta": {
  5586. "typescript": {
  5587. "optional": true
  5588. }
  5589. }
  5590. },
  5591. "node_modules/@vue/reactivity": {
  5592. "version": "3.5.26",
  5593. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.26.tgz",
  5594. "integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
  5595. "license": "MIT",
  5596. "dependencies": {
  5597. "@vue/shared": "3.5.26"
  5598. }
  5599. },
  5600. "node_modules/@vue/runtime-core": {
  5601. "version": "3.5.26",
  5602. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
  5603. "integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
  5604. "license": "MIT",
  5605. "dependencies": {
  5606. "@vue/reactivity": "3.5.26",
  5607. "@vue/shared": "3.5.26"
  5608. }
  5609. },
  5610. "node_modules/@vue/runtime-dom": {
  5611. "version": "3.5.26",
  5612. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
  5613. "integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
  5614. "license": "MIT",
  5615. "dependencies": {
  5616. "@vue/reactivity": "3.5.26",
  5617. "@vue/runtime-core": "3.5.26",
  5618. "@vue/shared": "3.5.26",
  5619. "csstype": "^3.2.3"
  5620. }
  5621. },
  5622. "node_modules/@vue/server-renderer": {
  5623. "version": "3.5.26",
  5624. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
  5625. "integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
  5626. "license": "MIT",
  5627. "dependencies": {
  5628. "@vue/compiler-ssr": "3.5.26",
  5629. "@vue/shared": "3.5.26"
  5630. },
  5631. "peerDependencies": {
  5632. "vue": "3.5.26"
  5633. }
  5634. },
  5635. "node_modules/@vue/shared": {
  5636. "version": "3.5.26",
  5637. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.26.tgz",
  5638. "integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
  5639. "license": "MIT"
  5640. },
  5641. "node_modules/@vue/tsconfig": {
  5642. "version": "0.7.0",
  5643. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  5644. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  5645. "dev": true,
  5646. "license": "MIT",
  5647. "peerDependencies": {
  5648. "typescript": "5.x",
  5649. "vue": "^3.4.0"
  5650. },
  5651. "peerDependenciesMeta": {
  5652. "typescript": {
  5653. "optional": true
  5654. },
  5655. "vue": {
  5656. "optional": true
  5657. }
  5658. }
  5659. },
  5660. "node_modules/@vuemap/amap-jsapi-loader": {
  5661. "version": "1.0.4",
  5662. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
  5663. "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
  5664. "license": "MIT"
  5665. },
  5666. "node_modules/@vuemap/amap-jsapi-types": {
  5667. "version": "0.0.17",
  5668. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
  5669. "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
  5670. "license": "MIT"
  5671. },
  5672. "node_modules/@vuemap/amap-xyz-layer": {
  5673. "version": "0.0.15",
  5674. "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
  5675. "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
  5676. "license": "MIT",
  5677. "dependencies": {
  5678. "@math.gl/core": "3.6.3",
  5679. "earcut": "2.2.4",
  5680. "gl-matrix": "3.4.3"
  5681. },
  5682. "engines": {
  5683. "node": ">= 16"
  5684. }
  5685. },
  5686. "node_modules/@vuemap/district-cluster": {
  5687. "version": "0.0.12",
  5688. "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
  5689. "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
  5690. "license": "MIT",
  5691. "dependencies": {
  5692. "@turf/helpers": "^6.5.0",
  5693. "@turf/intersect": "^6.5.0",
  5694. "@vuemap/amap-jsapi-types": "^0.0.16",
  5695. "topojson-client": "3.1.0"
  5696. },
  5697. "engines": {
  5698. "node": ">= 16"
  5699. }
  5700. },
  5701. "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
  5702. "version": "0.0.16",
  5703. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
  5704. "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
  5705. "license": "MIT"
  5706. },
  5707. "node_modules/@vuemap/vue-amap": {
  5708. "version": "2.1.12",
  5709. "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
  5710. "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
  5711. "license": "MIT",
  5712. "dependencies": {
  5713. "@vuemap/amap-jsapi-loader": "1.0.4",
  5714. "@vuemap/amap-jsapi-types": "^0.0.17",
  5715. "@vuemap/amap-xyz-layer": "0.0.15",
  5716. "@vuemap/district-cluster": "0.0.12",
  5717. "lodash-es": "^4.17.21"
  5718. },
  5719. "peerDependencies": {
  5720. "vue": "3"
  5721. }
  5722. },
  5723. "node_modules/abbrev": {
  5724. "version": "3.0.1",
  5725. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.1.tgz",
  5726. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5727. "license": "ISC",
  5728. "engines": {
  5729. "node": "^18.17.0 || >=20.5.0"
  5730. }
  5731. },
  5732. "node_modules/abort-controller": {
  5733. "version": "3.0.0",
  5734. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  5735. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5736. "license": "MIT",
  5737. "dependencies": {
  5738. "event-target-shim": "^5.0.0"
  5739. },
  5740. "engines": {
  5741. "node": ">=6.5"
  5742. }
  5743. },
  5744. "node_modules/acorn": {
  5745. "version": "8.15.0",
  5746. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  5747. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  5748. "license": "MIT",
  5749. "bin": {
  5750. "acorn": "bin/acorn"
  5751. },
  5752. "engines": {
  5753. "node": ">=0.4.0"
  5754. }
  5755. },
  5756. "node_modules/acorn-import-attributes": {
  5757. "version": "1.9.5",
  5758. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5759. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5760. "license": "MIT",
  5761. "peerDependencies": {
  5762. "acorn": "^8"
  5763. }
  5764. },
  5765. "node_modules/address": {
  5766. "version": "1.2.2",
  5767. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  5768. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  5769. "dev": true,
  5770. "license": "MIT",
  5771. "engines": {
  5772. "node": ">= 10.0.0"
  5773. }
  5774. },
  5775. "node_modules/agent-base": {
  5776. "version": "7.1.4",
  5777. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  5778. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5779. "license": "MIT",
  5780. "engines": {
  5781. "node": ">= 14"
  5782. }
  5783. },
  5784. "node_modules/agentkeepalive": {
  5785. "version": "3.5.3",
  5786. "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  5787. "integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  5788. "dev": true,
  5789. "license": "MIT",
  5790. "dependencies": {
  5791. "humanize-ms": "^1.2.1"
  5792. },
  5793. "engines": {
  5794. "node": ">= 4.0.0"
  5795. }
  5796. },
  5797. "node_modules/ali-oss": {
  5798. "version": "6.23.0",
  5799. "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.23.0.tgz",
  5800. "integrity": "sha512-FipRmyd16Pr/tEey/YaaQ/24Pc3HEpLM9S1DRakEuXlSLXNIJnu1oJtHM53eVYpvW3dXapSjrip3xylZUTIZVQ==",
  5801. "dev": true,
  5802. "license": "MIT",
  5803. "dependencies": {
  5804. "address": "^1.2.2",
  5805. "agentkeepalive": "^3.4.1",
  5806. "bowser": "^1.6.0",
  5807. "copy-to": "^2.0.1",
  5808. "dateformat": "^2.0.0",
  5809. "debug": "^4.3.4",
  5810. "destroy": "^1.0.4",
  5811. "end-or-error": "^1.0.1",
  5812. "get-ready": "^1.0.0",
  5813. "humanize-ms": "^1.2.0",
  5814. "is-type-of": "^1.4.0",
  5815. "js-base64": "^2.5.2",
  5816. "jstoxml": "^2.0.0",
  5817. "lodash": "^4.17.21",
  5818. "merge-descriptors": "^1.0.1",
  5819. "mime": "^2.4.5",
  5820. "platform": "^1.3.1",
  5821. "pump": "^3.0.0",
  5822. "qs": "^6.4.0",
  5823. "sdk-base": "^2.0.1",
  5824. "stream-http": "2.8.2",
  5825. "stream-wormhole": "^1.0.4",
  5826. "urllib": "^2.44.0",
  5827. "utility": "^1.18.0",
  5828. "xml2js": "^0.6.2"
  5829. },
  5830. "engines": {
  5831. "node": ">=8"
  5832. }
  5833. },
  5834. "node_modules/alien-signals": {
  5835. "version": "1.0.13",
  5836. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  5837. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  5838. "devOptional": true,
  5839. "license": "MIT"
  5840. },
  5841. "node_modules/ansi-regex": {
  5842. "version": "6.2.2",
  5843. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5844. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5845. "license": "MIT",
  5846. "engines": {
  5847. "node": ">=12"
  5848. },
  5849. "funding": {
  5850. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5851. }
  5852. },
  5853. "node_modules/ansi-styles": {
  5854. "version": "6.2.3",
  5855. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5856. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5857. "license": "MIT",
  5858. "engines": {
  5859. "node": ">=12"
  5860. },
  5861. "funding": {
  5862. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5863. }
  5864. },
  5865. "node_modules/ansis": {
  5866. "version": "4.2.0",
  5867. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.2.0.tgz",
  5868. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5869. "license": "ISC",
  5870. "engines": {
  5871. "node": ">=14"
  5872. }
  5873. },
  5874. "node_modules/ant-design-vue": {
  5875. "version": "4.2.6",
  5876. "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  5877. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  5878. "license": "MIT",
  5879. "dependencies": {
  5880. "@ant-design/colors": "^6.0.0",
  5881. "@ant-design/icons-vue": "^7.0.0",
  5882. "@babel/runtime": "^7.10.5",
  5883. "@ctrl/tinycolor": "^3.5.0",
  5884. "@emotion/hash": "^0.9.0",
  5885. "@emotion/unitless": "^0.8.0",
  5886. "@simonwep/pickr": "~1.8.0",
  5887. "array-tree-filter": "^2.1.0",
  5888. "async-validator": "^4.0.0",
  5889. "csstype": "^3.1.1",
  5890. "dayjs": "^1.10.5",
  5891. "dom-align": "^1.12.1",
  5892. "dom-scroll-into-view": "^2.0.0",
  5893. "lodash": "^4.17.21",
  5894. "lodash-es": "^4.17.15",
  5895. "resize-observer-polyfill": "^1.5.1",
  5896. "scroll-into-view-if-needed": "^2.2.25",
  5897. "shallow-equal": "^1.0.0",
  5898. "stylis": "^4.1.3",
  5899. "throttle-debounce": "^5.0.0",
  5900. "vue-types": "^3.0.0",
  5901. "warning": "^4.0.0"
  5902. },
  5903. "engines": {
  5904. "node": ">=12.22.0"
  5905. },
  5906. "funding": {
  5907. "type": "opencollective",
  5908. "url": "https://opencollective.com/ant-design-vue"
  5909. },
  5910. "peerDependencies": {
  5911. "vue": ">=3.2.0"
  5912. }
  5913. },
  5914. "node_modules/any-promise": {
  5915. "version": "1.3.0",
  5916. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  5917. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  5918. "dev": true,
  5919. "license": "MIT"
  5920. },
  5921. "node_modules/anymatch": {
  5922. "version": "3.1.3",
  5923. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  5924. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5925. "license": "ISC",
  5926. "dependencies": {
  5927. "normalize-path": "^3.0.0",
  5928. "picomatch": "^2.0.4"
  5929. },
  5930. "engines": {
  5931. "node": ">= 8"
  5932. }
  5933. },
  5934. "node_modules/anymatch/node_modules/picomatch": {
  5935. "version": "2.3.1",
  5936. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5937. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5938. "license": "MIT",
  5939. "engines": {
  5940. "node": ">=8.6"
  5941. },
  5942. "funding": {
  5943. "url": "https://github.com/sponsors/jonschlinkert"
  5944. }
  5945. },
  5946. "node_modules/archiver": {
  5947. "version": "7.0.1",
  5948. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  5949. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5950. "license": "MIT",
  5951. "dependencies": {
  5952. "archiver-utils": "^5.0.2",
  5953. "async": "^3.2.4",
  5954. "buffer-crc32": "^1.0.0",
  5955. "readable-stream": "^4.0.0",
  5956. "readdir-glob": "^1.1.2",
  5957. "tar-stream": "^3.0.0",
  5958. "zip-stream": "^6.0.1"
  5959. },
  5960. "engines": {
  5961. "node": ">= 14"
  5962. }
  5963. },
  5964. "node_modules/archiver-utils": {
  5965. "version": "5.0.2",
  5966. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5967. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5968. "license": "MIT",
  5969. "dependencies": {
  5970. "glob": "^10.0.0",
  5971. "graceful-fs": "^4.2.0",
  5972. "is-stream": "^2.0.1",
  5973. "lazystream": "^1.0.0",
  5974. "lodash": "^4.17.15",
  5975. "normalize-path": "^3.0.0",
  5976. "readable-stream": "^4.0.0"
  5977. },
  5978. "engines": {
  5979. "node": ">= 14"
  5980. }
  5981. },
  5982. "node_modules/archiver-utils/node_modules/is-stream": {
  5983. "version": "2.0.1",
  5984. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  5985. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5986. "license": "MIT",
  5987. "engines": {
  5988. "node": ">=8"
  5989. },
  5990. "funding": {
  5991. "url": "https://github.com/sponsors/sindresorhus"
  5992. }
  5993. },
  5994. "node_modules/array-tree-filter": {
  5995. "version": "2.1.0",
  5996. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  5997. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  5998. "license": "MIT"
  5999. },
  6000. "node_modules/ast-kit": {
  6001. "version": "2.2.0",
  6002. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  6003. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  6004. "license": "MIT",
  6005. "dependencies": {
  6006. "@babel/parser": "^7.28.5",
  6007. "pathe": "^2.0.3"
  6008. },
  6009. "engines": {
  6010. "node": ">=20.19.0"
  6011. },
  6012. "funding": {
  6013. "url": "https://github.com/sponsors/sxzz"
  6014. }
  6015. },
  6016. "node_modules/ast-walker-scope": {
  6017. "version": "0.8.3",
  6018. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  6019. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  6020. "license": "MIT",
  6021. "dependencies": {
  6022. "@babel/parser": "^7.28.4",
  6023. "ast-kit": "^2.1.3"
  6024. },
  6025. "engines": {
  6026. "node": ">=20.19.0"
  6027. },
  6028. "funding": {
  6029. "url": "https://github.com/sponsors/sxzz"
  6030. }
  6031. },
  6032. "node_modules/async": {
  6033. "version": "3.2.6",
  6034. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  6035. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6036. "license": "MIT"
  6037. },
  6038. "node_modules/async-sema": {
  6039. "version": "3.1.1",
  6040. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  6041. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  6042. "license": "MIT"
  6043. },
  6044. "node_modules/async-validator": {
  6045. "version": "4.2.5",
  6046. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  6047. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  6048. "license": "MIT"
  6049. },
  6050. "node_modules/asynckit": {
  6051. "version": "0.4.0",
  6052. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  6053. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6054. "license": "MIT"
  6055. },
  6056. "node_modules/autoprefixer": {
  6057. "version": "10.4.23",
  6058. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.23.tgz",
  6059. "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
  6060. "funding": [
  6061. {
  6062. "type": "opencollective",
  6063. "url": "https://opencollective.com/postcss/"
  6064. },
  6065. {
  6066. "type": "tidelift",
  6067. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6068. },
  6069. {
  6070. "type": "github",
  6071. "url": "https://github.com/sponsors/ai"
  6072. }
  6073. ],
  6074. "license": "MIT",
  6075. "dependencies": {
  6076. "browserslist": "^4.28.1",
  6077. "caniuse-lite": "^1.0.30001760",
  6078. "fraction.js": "^5.3.4",
  6079. "picocolors": "^1.1.1",
  6080. "postcss-value-parser": "^4.2.0"
  6081. },
  6082. "bin": {
  6083. "autoprefixer": "bin/autoprefixer"
  6084. },
  6085. "engines": {
  6086. "node": "^10 || ^12 || >=14"
  6087. },
  6088. "peerDependencies": {
  6089. "postcss": "^8.1.0"
  6090. }
  6091. },
  6092. "node_modules/aws-ssl-profiles": {
  6093. "version": "1.1.2",
  6094. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  6095. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  6096. "license": "MIT",
  6097. "engines": {
  6098. "node": ">= 6.0.0"
  6099. }
  6100. },
  6101. "node_modules/axios": {
  6102. "version": "1.13.2",
  6103. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.2.tgz",
  6104. "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
  6105. "license": "MIT",
  6106. "dependencies": {
  6107. "follow-redirects": "^1.15.6",
  6108. "form-data": "^4.0.4",
  6109. "proxy-from-env": "^1.1.0"
  6110. }
  6111. },
  6112. "node_modules/b4a": {
  6113. "version": "1.6.7",
  6114. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  6115. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
  6116. "license": "Apache-2.0"
  6117. },
  6118. "node_modules/balanced-match": {
  6119. "version": "1.0.2",
  6120. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  6121. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6122. "license": "MIT"
  6123. },
  6124. "node_modules/bare-events": {
  6125. "version": "2.5.4",
  6126. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
  6127. "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
  6128. "license": "Apache-2.0",
  6129. "optional": true
  6130. },
  6131. "node_modules/base64-js": {
  6132. "version": "1.5.1",
  6133. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  6134. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6135. "funding": [
  6136. {
  6137. "type": "github",
  6138. "url": "https://github.com/sponsors/feross"
  6139. },
  6140. {
  6141. "type": "patreon",
  6142. "url": "https://www.patreon.com/feross"
  6143. },
  6144. {
  6145. "type": "consulting",
  6146. "url": "https://feross.org/support"
  6147. }
  6148. ],
  6149. "license": "MIT"
  6150. },
  6151. "node_modules/baseline-browser-mapping": {
  6152. "version": "2.9.11",
  6153. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
  6154. "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
  6155. "license": "Apache-2.0",
  6156. "bin": {
  6157. "baseline-browser-mapping": "dist/cli.js"
  6158. }
  6159. },
  6160. "node_modules/bindings": {
  6161. "version": "1.5.0",
  6162. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  6163. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6164. "license": "MIT",
  6165. "dependencies": {
  6166. "file-uri-to-path": "1.0.0"
  6167. }
  6168. },
  6169. "node_modules/birpc": {
  6170. "version": "2.9.0",
  6171. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  6172. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  6173. "license": "MIT",
  6174. "funding": {
  6175. "url": "https://github.com/sponsors/antfu"
  6176. }
  6177. },
  6178. "node_modules/boolbase": {
  6179. "version": "1.0.0",
  6180. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  6181. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  6182. "license": "ISC"
  6183. },
  6184. "node_modules/bootstrap": {
  6185. "version": "5.3.8",
  6186. "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.8.tgz",
  6187. "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
  6188. "funding": [
  6189. {
  6190. "type": "github",
  6191. "url": "https://github.com/sponsors/twbs"
  6192. },
  6193. {
  6194. "type": "opencollective",
  6195. "url": "https://opencollective.com/bootstrap"
  6196. }
  6197. ],
  6198. "license": "MIT",
  6199. "peerDependencies": {
  6200. "@popperjs/core": "^2.11.8"
  6201. }
  6202. },
  6203. "node_modules/bowser": {
  6204. "version": "1.9.4",
  6205. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
  6206. "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  6207. "dev": true,
  6208. "license": "MIT"
  6209. },
  6210. "node_modules/brace-expansion": {
  6211. "version": "2.0.1",
  6212. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  6213. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  6214. "license": "MIT",
  6215. "dependencies": {
  6216. "balanced-match": "^1.0.0"
  6217. }
  6218. },
  6219. "node_modules/braces": {
  6220. "version": "3.0.3",
  6221. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  6222. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6223. "license": "MIT",
  6224. "dependencies": {
  6225. "fill-range": "^7.1.1"
  6226. },
  6227. "engines": {
  6228. "node": ">=8"
  6229. }
  6230. },
  6231. "node_modules/browserslist": {
  6232. "version": "4.28.1",
  6233. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  6234. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  6235. "funding": [
  6236. {
  6237. "type": "opencollective",
  6238. "url": "https://opencollective.com/browserslist"
  6239. },
  6240. {
  6241. "type": "tidelift",
  6242. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6243. },
  6244. {
  6245. "type": "github",
  6246. "url": "https://github.com/sponsors/ai"
  6247. }
  6248. ],
  6249. "license": "MIT",
  6250. "dependencies": {
  6251. "baseline-browser-mapping": "^2.9.0",
  6252. "caniuse-lite": "^1.0.30001759",
  6253. "electron-to-chromium": "^1.5.263",
  6254. "node-releases": "^2.0.27",
  6255. "update-browserslist-db": "^1.2.0"
  6256. },
  6257. "bin": {
  6258. "browserslist": "cli.js"
  6259. },
  6260. "engines": {
  6261. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6262. }
  6263. },
  6264. "node_modules/buffer": {
  6265. "version": "6.0.3",
  6266. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  6267. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  6268. "funding": [
  6269. {
  6270. "type": "github",
  6271. "url": "https://github.com/sponsors/feross"
  6272. },
  6273. {
  6274. "type": "patreon",
  6275. "url": "https://www.patreon.com/feross"
  6276. },
  6277. {
  6278. "type": "consulting",
  6279. "url": "https://feross.org/support"
  6280. }
  6281. ],
  6282. "license": "MIT",
  6283. "dependencies": {
  6284. "base64-js": "^1.3.1",
  6285. "ieee754": "^1.2.1"
  6286. }
  6287. },
  6288. "node_modules/buffer-crc32": {
  6289. "version": "1.0.0",
  6290. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  6291. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  6292. "license": "MIT",
  6293. "engines": {
  6294. "node": ">=8.0.0"
  6295. }
  6296. },
  6297. "node_modules/buffer-from": {
  6298. "version": "1.1.2",
  6299. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  6300. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  6301. "license": "MIT"
  6302. },
  6303. "node_modules/builtin-status-codes": {
  6304. "version": "3.0.0",
  6305. "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  6306. "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
  6307. "dev": true,
  6308. "license": "MIT"
  6309. },
  6310. "node_modules/bundle-name": {
  6311. "version": "4.1.0",
  6312. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  6313. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  6314. "license": "MIT",
  6315. "dependencies": {
  6316. "run-applescript": "^7.0.0"
  6317. },
  6318. "engines": {
  6319. "node": ">=18"
  6320. },
  6321. "funding": {
  6322. "url": "https://github.com/sponsors/sindresorhus"
  6323. }
  6324. },
  6325. "node_modules/c12": {
  6326. "version": "3.3.3",
  6327. "resolved": "https://registry.npmmirror.com/c12/-/c12-3.3.3.tgz",
  6328. "integrity": "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==",
  6329. "license": "MIT",
  6330. "dependencies": {
  6331. "chokidar": "^5.0.0",
  6332. "confbox": "^0.2.2",
  6333. "defu": "^6.1.4",
  6334. "dotenv": "^17.2.3",
  6335. "exsolve": "^1.0.8",
  6336. "giget": "^2.0.0",
  6337. "jiti": "^2.6.1",
  6338. "ohash": "^2.0.11",
  6339. "pathe": "^2.0.3",
  6340. "perfect-debounce": "^2.0.0",
  6341. "pkg-types": "^2.3.0",
  6342. "rc9": "^2.1.2"
  6343. },
  6344. "peerDependencies": {
  6345. "magicast": "*"
  6346. },
  6347. "peerDependenciesMeta": {
  6348. "magicast": {
  6349. "optional": true
  6350. }
  6351. }
  6352. },
  6353. "node_modules/c12/node_modules/chokidar": {
  6354. "version": "5.0.0",
  6355. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  6356. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  6357. "license": "MIT",
  6358. "dependencies": {
  6359. "readdirp": "^5.0.0"
  6360. },
  6361. "engines": {
  6362. "node": ">= 20.19.0"
  6363. },
  6364. "funding": {
  6365. "url": "https://paulmillr.com/funding/"
  6366. }
  6367. },
  6368. "node_modules/c12/node_modules/dotenv": {
  6369. "version": "17.2.3",
  6370. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.2.3.tgz",
  6371. "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
  6372. "license": "BSD-2-Clause",
  6373. "engines": {
  6374. "node": ">=12"
  6375. },
  6376. "funding": {
  6377. "url": "https://dotenvx.com"
  6378. }
  6379. },
  6380. "node_modules/c12/node_modules/perfect-debounce": {
  6381. "version": "2.0.0",
  6382. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  6383. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  6384. "license": "MIT"
  6385. },
  6386. "node_modules/c12/node_modules/readdirp": {
  6387. "version": "5.0.0",
  6388. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  6389. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  6390. "license": "MIT",
  6391. "engines": {
  6392. "node": ">= 20.19.0"
  6393. },
  6394. "funding": {
  6395. "type": "individual",
  6396. "url": "https://paulmillr.com/funding/"
  6397. }
  6398. },
  6399. "node_modules/cac": {
  6400. "version": "6.7.14",
  6401. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  6402. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  6403. "license": "MIT",
  6404. "engines": {
  6405. "node": ">=8"
  6406. }
  6407. },
  6408. "node_modules/call-bind-apply-helpers": {
  6409. "version": "1.0.2",
  6410. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6411. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6412. "license": "MIT",
  6413. "dependencies": {
  6414. "es-errors": "^1.3.0",
  6415. "function-bind": "^1.1.2"
  6416. },
  6417. "engines": {
  6418. "node": ">= 0.4"
  6419. }
  6420. },
  6421. "node_modules/call-bound": {
  6422. "version": "1.0.4",
  6423. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  6424. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6425. "dev": true,
  6426. "license": "MIT",
  6427. "dependencies": {
  6428. "call-bind-apply-helpers": "^1.0.2",
  6429. "get-intrinsic": "^1.3.0"
  6430. },
  6431. "engines": {
  6432. "node": ">= 0.4"
  6433. },
  6434. "funding": {
  6435. "url": "https://github.com/sponsors/ljharb"
  6436. }
  6437. },
  6438. "node_modules/caniuse-api": {
  6439. "version": "3.0.0",
  6440. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  6441. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  6442. "license": "MIT",
  6443. "dependencies": {
  6444. "browserslist": "^4.0.0",
  6445. "caniuse-lite": "^1.0.0",
  6446. "lodash.memoize": "^4.1.2",
  6447. "lodash.uniq": "^4.5.0"
  6448. }
  6449. },
  6450. "node_modules/caniuse-lite": {
  6451. "version": "1.0.30001761",
  6452. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
  6453. "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
  6454. "funding": [
  6455. {
  6456. "type": "opencollective",
  6457. "url": "https://opencollective.com/browserslist"
  6458. },
  6459. {
  6460. "type": "tidelift",
  6461. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6462. },
  6463. {
  6464. "type": "github",
  6465. "url": "https://github.com/sponsors/ai"
  6466. }
  6467. ],
  6468. "license": "CC-BY-4.0"
  6469. },
  6470. "node_modules/chardet": {
  6471. "version": "2.1.1",
  6472. "resolved": "https://registry.npmmirror.com/chardet/-/chardet-2.1.1.tgz",
  6473. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  6474. "dev": true,
  6475. "license": "MIT"
  6476. },
  6477. "node_modules/charenc": {
  6478. "version": "0.0.2",
  6479. "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
  6480. "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
  6481. "license": "BSD-3-Clause",
  6482. "engines": {
  6483. "node": "*"
  6484. }
  6485. },
  6486. "node_modules/chokidar": {
  6487. "version": "4.0.3",
  6488. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  6489. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  6490. "license": "MIT",
  6491. "dependencies": {
  6492. "readdirp": "^4.0.1"
  6493. },
  6494. "engines": {
  6495. "node": ">= 14.16.0"
  6496. },
  6497. "funding": {
  6498. "url": "https://paulmillr.com/funding/"
  6499. }
  6500. },
  6501. "node_modules/chownr": {
  6502. "version": "3.0.0",
  6503. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  6504. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  6505. "license": "BlueOak-1.0.0",
  6506. "engines": {
  6507. "node": ">=18"
  6508. }
  6509. },
  6510. "node_modules/citty": {
  6511. "version": "0.1.6",
  6512. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  6513. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  6514. "license": "MIT",
  6515. "dependencies": {
  6516. "consola": "^3.2.3"
  6517. }
  6518. },
  6519. "node_modules/cli-progress": {
  6520. "version": "3.12.0",
  6521. "resolved": "https://registry.npmmirror.com/cli-progress/-/cli-progress-3.12.0.tgz",
  6522. "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
  6523. "dev": true,
  6524. "license": "MIT",
  6525. "dependencies": {
  6526. "string-width": "^4.2.3"
  6527. },
  6528. "engines": {
  6529. "node": ">=4"
  6530. }
  6531. },
  6532. "node_modules/cli-table3": {
  6533. "version": "0.6.5",
  6534. "resolved": "https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.5.tgz",
  6535. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6536. "dev": true,
  6537. "license": "MIT",
  6538. "dependencies": {
  6539. "string-width": "^4.2.0"
  6540. },
  6541. "engines": {
  6542. "node": "10.* || >= 12.*"
  6543. },
  6544. "optionalDependencies": {
  6545. "@colors/colors": "1.5.0"
  6546. }
  6547. },
  6548. "node_modules/cli-width": {
  6549. "version": "4.1.0",
  6550. "resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-4.1.0.tgz",
  6551. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6552. "dev": true,
  6553. "license": "ISC",
  6554. "engines": {
  6555. "node": ">= 12"
  6556. }
  6557. },
  6558. "node_modules/clipboardy": {
  6559. "version": "4.0.0",
  6560. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  6561. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  6562. "license": "MIT",
  6563. "dependencies": {
  6564. "execa": "^8.0.1",
  6565. "is-wsl": "^3.1.0",
  6566. "is64bit": "^2.0.0"
  6567. },
  6568. "engines": {
  6569. "node": ">=18"
  6570. },
  6571. "funding": {
  6572. "url": "https://github.com/sponsors/sindresorhus"
  6573. }
  6574. },
  6575. "node_modules/clipboardy/node_modules/execa": {
  6576. "version": "8.0.1",
  6577. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  6578. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6579. "license": "MIT",
  6580. "dependencies": {
  6581. "cross-spawn": "^7.0.3",
  6582. "get-stream": "^8.0.1",
  6583. "human-signals": "^5.0.0",
  6584. "is-stream": "^3.0.0",
  6585. "merge-stream": "^2.0.0",
  6586. "npm-run-path": "^5.1.0",
  6587. "onetime": "^6.0.0",
  6588. "signal-exit": "^4.1.0",
  6589. "strip-final-newline": "^3.0.0"
  6590. },
  6591. "engines": {
  6592. "node": ">=16.17"
  6593. },
  6594. "funding": {
  6595. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6596. }
  6597. },
  6598. "node_modules/clipboardy/node_modules/get-stream": {
  6599. "version": "8.0.1",
  6600. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  6601. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  6602. "license": "MIT",
  6603. "engines": {
  6604. "node": ">=16"
  6605. },
  6606. "funding": {
  6607. "url": "https://github.com/sponsors/sindresorhus"
  6608. }
  6609. },
  6610. "node_modules/clipboardy/node_modules/human-signals": {
  6611. "version": "5.0.0",
  6612. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  6613. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  6614. "license": "Apache-2.0",
  6615. "engines": {
  6616. "node": ">=16.17.0"
  6617. }
  6618. },
  6619. "node_modules/clipboardy/node_modules/is-stream": {
  6620. "version": "3.0.0",
  6621. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  6622. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6623. "license": "MIT",
  6624. "engines": {
  6625. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6626. },
  6627. "funding": {
  6628. "url": "https://github.com/sponsors/sindresorhus"
  6629. }
  6630. },
  6631. "node_modules/clipboardy/node_modules/npm-run-path": {
  6632. "version": "5.3.0",
  6633. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6634. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6635. "license": "MIT",
  6636. "dependencies": {
  6637. "path-key": "^4.0.0"
  6638. },
  6639. "engines": {
  6640. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6641. },
  6642. "funding": {
  6643. "url": "https://github.com/sponsors/sindresorhus"
  6644. }
  6645. },
  6646. "node_modules/clipboardy/node_modules/path-key": {
  6647. "version": "4.0.0",
  6648. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  6649. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6650. "license": "MIT",
  6651. "engines": {
  6652. "node": ">=12"
  6653. },
  6654. "funding": {
  6655. "url": "https://github.com/sponsors/sindresorhus"
  6656. }
  6657. },
  6658. "node_modules/clipboardy/node_modules/strip-final-newline": {
  6659. "version": "3.0.0",
  6660. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  6661. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  6662. "license": "MIT",
  6663. "engines": {
  6664. "node": ">=12"
  6665. },
  6666. "funding": {
  6667. "url": "https://github.com/sponsors/sindresorhus"
  6668. }
  6669. },
  6670. "node_modules/cliui": {
  6671. "version": "8.0.1",
  6672. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  6673. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6674. "license": "ISC",
  6675. "dependencies": {
  6676. "string-width": "^4.2.0",
  6677. "strip-ansi": "^6.0.1",
  6678. "wrap-ansi": "^7.0.0"
  6679. },
  6680. "engines": {
  6681. "node": ">=12"
  6682. }
  6683. },
  6684. "node_modules/cliui/node_modules/ansi-regex": {
  6685. "version": "5.0.1",
  6686. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6687. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6688. "license": "MIT",
  6689. "engines": {
  6690. "node": ">=8"
  6691. }
  6692. },
  6693. "node_modules/cliui/node_modules/ansi-styles": {
  6694. "version": "4.3.0",
  6695. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6696. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6697. "license": "MIT",
  6698. "dependencies": {
  6699. "color-convert": "^2.0.1"
  6700. },
  6701. "engines": {
  6702. "node": ">=8"
  6703. },
  6704. "funding": {
  6705. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6706. }
  6707. },
  6708. "node_modules/cliui/node_modules/strip-ansi": {
  6709. "version": "6.0.1",
  6710. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6711. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6712. "license": "MIT",
  6713. "dependencies": {
  6714. "ansi-regex": "^5.0.1"
  6715. },
  6716. "engines": {
  6717. "node": ">=8"
  6718. }
  6719. },
  6720. "node_modules/cliui/node_modules/wrap-ansi": {
  6721. "version": "7.0.0",
  6722. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6723. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6724. "license": "MIT",
  6725. "dependencies": {
  6726. "ansi-styles": "^4.0.0",
  6727. "string-width": "^4.1.0",
  6728. "strip-ansi": "^6.0.0"
  6729. },
  6730. "engines": {
  6731. "node": ">=10"
  6732. },
  6733. "funding": {
  6734. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6735. }
  6736. },
  6737. "node_modules/cluster-key-slot": {
  6738. "version": "1.1.2",
  6739. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  6740. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  6741. "license": "Apache-2.0",
  6742. "engines": {
  6743. "node": ">=0.10.0"
  6744. }
  6745. },
  6746. "node_modules/color-convert": {
  6747. "version": "2.0.1",
  6748. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  6749. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6750. "license": "MIT",
  6751. "dependencies": {
  6752. "color-name": "~1.1.4"
  6753. },
  6754. "engines": {
  6755. "node": ">=7.0.0"
  6756. }
  6757. },
  6758. "node_modules/color-name": {
  6759. "version": "1.1.4",
  6760. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  6761. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6762. "license": "MIT"
  6763. },
  6764. "node_modules/colord": {
  6765. "version": "2.9.3",
  6766. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  6767. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  6768. "license": "MIT"
  6769. },
  6770. "node_modules/combined-stream": {
  6771. "version": "1.0.8",
  6772. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  6773. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6774. "license": "MIT",
  6775. "dependencies": {
  6776. "delayed-stream": "~1.0.0"
  6777. },
  6778. "engines": {
  6779. "node": ">= 0.8"
  6780. }
  6781. },
  6782. "node_modules/commander": {
  6783. "version": "14.0.2",
  6784. "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.2.tgz",
  6785. "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
  6786. "dev": true,
  6787. "license": "MIT",
  6788. "engines": {
  6789. "node": ">=20"
  6790. }
  6791. },
  6792. "node_modules/commondir": {
  6793. "version": "1.0.1",
  6794. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  6795. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  6796. "license": "MIT"
  6797. },
  6798. "node_modules/compatx": {
  6799. "version": "0.2.0",
  6800. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.2.0.tgz",
  6801. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  6802. "license": "MIT"
  6803. },
  6804. "node_modules/compress-commons": {
  6805. "version": "6.0.2",
  6806. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  6807. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  6808. "license": "MIT",
  6809. "dependencies": {
  6810. "crc-32": "^1.2.0",
  6811. "crc32-stream": "^6.0.0",
  6812. "is-stream": "^2.0.1",
  6813. "normalize-path": "^3.0.0",
  6814. "readable-stream": "^4.0.0"
  6815. },
  6816. "engines": {
  6817. "node": ">= 14"
  6818. }
  6819. },
  6820. "node_modules/compress-commons/node_modules/is-stream": {
  6821. "version": "2.0.1",
  6822. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  6823. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6824. "license": "MIT",
  6825. "engines": {
  6826. "node": ">=8"
  6827. },
  6828. "funding": {
  6829. "url": "https://github.com/sponsors/sindresorhus"
  6830. }
  6831. },
  6832. "node_modules/compute-scroll-into-view": {
  6833. "version": "1.0.20",
  6834. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  6835. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  6836. "license": "MIT"
  6837. },
  6838. "node_modules/confbox": {
  6839. "version": "0.2.2",
  6840. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  6841. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  6842. "license": "MIT"
  6843. },
  6844. "node_modules/consola": {
  6845. "version": "3.4.2",
  6846. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  6847. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  6848. "license": "MIT",
  6849. "engines": {
  6850. "node": "^14.18.0 || >=16.10.0"
  6851. }
  6852. },
  6853. "node_modules/content-type": {
  6854. "version": "1.0.5",
  6855. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  6856. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  6857. "dev": true,
  6858. "license": "MIT",
  6859. "engines": {
  6860. "node": ">= 0.6"
  6861. }
  6862. },
  6863. "node_modules/convert-source-map": {
  6864. "version": "2.0.0",
  6865. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6866. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6867. "license": "MIT"
  6868. },
  6869. "node_modules/cookie-es": {
  6870. "version": "2.0.0",
  6871. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
  6872. "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
  6873. "license": "MIT"
  6874. },
  6875. "node_modules/copy-anything": {
  6876. "version": "3.0.5",
  6877. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  6878. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  6879. "license": "MIT",
  6880. "dependencies": {
  6881. "is-what": "^4.1.8"
  6882. },
  6883. "engines": {
  6884. "node": ">=12.13"
  6885. },
  6886. "funding": {
  6887. "url": "https://github.com/sponsors/mesqueeb"
  6888. }
  6889. },
  6890. "node_modules/copy-paste": {
  6891. "version": "2.2.0",
  6892. "resolved": "https://registry.npmmirror.com/copy-paste/-/copy-paste-2.2.0.tgz",
  6893. "integrity": "sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==",
  6894. "dependencies": {
  6895. "iconv-lite": "^0.4.8"
  6896. }
  6897. },
  6898. "node_modules/copy-to": {
  6899. "version": "2.0.1",
  6900. "resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
  6901. "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  6902. "dev": true,
  6903. "license": "MIT"
  6904. },
  6905. "node_modules/core-js": {
  6906. "version": "3.42.0",
  6907. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  6908. "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  6909. "hasInstallScript": true,
  6910. "license": "MIT",
  6911. "funding": {
  6912. "type": "opencollective",
  6913. "url": "https://opencollective.com/core-js"
  6914. }
  6915. },
  6916. "node_modules/core-util-is": {
  6917. "version": "1.0.3",
  6918. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  6919. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  6920. "license": "MIT"
  6921. },
  6922. "node_modules/crc-32": {
  6923. "version": "1.2.2",
  6924. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  6925. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  6926. "license": "Apache-2.0",
  6927. "bin": {
  6928. "crc32": "bin/crc32.njs"
  6929. },
  6930. "engines": {
  6931. "node": ">=0.8"
  6932. }
  6933. },
  6934. "node_modules/crc32-stream": {
  6935. "version": "6.0.0",
  6936. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  6937. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  6938. "license": "MIT",
  6939. "dependencies": {
  6940. "crc-32": "^1.2.0",
  6941. "readable-stream": "^4.0.0"
  6942. },
  6943. "engines": {
  6944. "node": ">= 14"
  6945. }
  6946. },
  6947. "node_modules/croner": {
  6948. "version": "9.1.0",
  6949. "resolved": "https://registry.npmmirror.com/croner/-/croner-9.1.0.tgz",
  6950. "integrity": "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==",
  6951. "license": "MIT",
  6952. "engines": {
  6953. "node": ">=18.0"
  6954. }
  6955. },
  6956. "node_modules/cross-spawn": {
  6957. "version": "7.0.6",
  6958. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6959. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6960. "license": "MIT",
  6961. "dependencies": {
  6962. "path-key": "^3.1.0",
  6963. "shebang-command": "^2.0.0",
  6964. "which": "^2.0.1"
  6965. },
  6966. "engines": {
  6967. "node": ">= 8"
  6968. }
  6969. },
  6970. "node_modules/cross-spawn/node_modules/isexe": {
  6971. "version": "2.0.0",
  6972. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6973. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6974. "license": "ISC"
  6975. },
  6976. "node_modules/cross-spawn/node_modules/which": {
  6977. "version": "2.0.2",
  6978. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6979. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6980. "license": "ISC",
  6981. "dependencies": {
  6982. "isexe": "^2.0.0"
  6983. },
  6984. "bin": {
  6985. "node-which": "bin/node-which"
  6986. },
  6987. "engines": {
  6988. "node": ">= 8"
  6989. }
  6990. },
  6991. "node_modules/crossws": {
  6992. "version": "0.3.5",
  6993. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.5.tgz",
  6994. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6995. "license": "MIT",
  6996. "dependencies": {
  6997. "uncrypto": "^0.1.3"
  6998. }
  6999. },
  7000. "node_modules/crypt": {
  7001. "version": "0.0.2",
  7002. "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
  7003. "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
  7004. "license": "BSD-3-Clause",
  7005. "engines": {
  7006. "node": "*"
  7007. }
  7008. },
  7009. "node_modules/css-declaration-sorter": {
  7010. "version": "7.3.0",
  7011. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  7012. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  7013. "license": "ISC",
  7014. "engines": {
  7015. "node": "^14 || ^16 || >=18"
  7016. },
  7017. "peerDependencies": {
  7018. "postcss": "^8.0.9"
  7019. }
  7020. },
  7021. "node_modules/css-select": {
  7022. "version": "5.2.2",
  7023. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
  7024. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  7025. "license": "BSD-2-Clause",
  7026. "dependencies": {
  7027. "boolbase": "^1.0.0",
  7028. "css-what": "^6.1.0",
  7029. "domhandler": "^5.0.2",
  7030. "domutils": "^3.0.1",
  7031. "nth-check": "^2.0.1"
  7032. },
  7033. "funding": {
  7034. "url": "https://github.com/sponsors/fb55"
  7035. }
  7036. },
  7037. "node_modules/css-tree": {
  7038. "version": "3.1.0",
  7039. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  7040. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  7041. "license": "MIT",
  7042. "dependencies": {
  7043. "mdn-data": "2.12.2",
  7044. "source-map-js": "^1.0.1"
  7045. },
  7046. "engines": {
  7047. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  7048. }
  7049. },
  7050. "node_modules/css-what": {
  7051. "version": "6.2.2",
  7052. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  7053. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  7054. "license": "BSD-2-Clause",
  7055. "engines": {
  7056. "node": ">= 6"
  7057. },
  7058. "funding": {
  7059. "url": "https://github.com/sponsors/fb55"
  7060. }
  7061. },
  7062. "node_modules/cssesc": {
  7063. "version": "3.0.0",
  7064. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  7065. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7066. "license": "MIT",
  7067. "bin": {
  7068. "cssesc": "bin/cssesc"
  7069. },
  7070. "engines": {
  7071. "node": ">=4"
  7072. }
  7073. },
  7074. "node_modules/cssnano": {
  7075. "version": "7.1.2",
  7076. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.1.2.tgz",
  7077. "integrity": "sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==",
  7078. "license": "MIT",
  7079. "dependencies": {
  7080. "cssnano-preset-default": "^7.0.10",
  7081. "lilconfig": "^3.1.3"
  7082. },
  7083. "engines": {
  7084. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7085. },
  7086. "funding": {
  7087. "type": "opencollective",
  7088. "url": "https://opencollective.com/cssnano"
  7089. },
  7090. "peerDependencies": {
  7091. "postcss": "^8.4.32"
  7092. }
  7093. },
  7094. "node_modules/cssnano-preset-default": {
  7095. "version": "7.0.10",
  7096. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz",
  7097. "integrity": "sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==",
  7098. "license": "MIT",
  7099. "dependencies": {
  7100. "browserslist": "^4.27.0",
  7101. "css-declaration-sorter": "^7.2.0",
  7102. "cssnano-utils": "^5.0.1",
  7103. "postcss-calc": "^10.1.1",
  7104. "postcss-colormin": "^7.0.5",
  7105. "postcss-convert-values": "^7.0.8",
  7106. "postcss-discard-comments": "^7.0.5",
  7107. "postcss-discard-duplicates": "^7.0.2",
  7108. "postcss-discard-empty": "^7.0.1",
  7109. "postcss-discard-overridden": "^7.0.1",
  7110. "postcss-merge-longhand": "^7.0.5",
  7111. "postcss-merge-rules": "^7.0.7",
  7112. "postcss-minify-font-values": "^7.0.1",
  7113. "postcss-minify-gradients": "^7.0.1",
  7114. "postcss-minify-params": "^7.0.5",
  7115. "postcss-minify-selectors": "^7.0.5",
  7116. "postcss-normalize-charset": "^7.0.1",
  7117. "postcss-normalize-display-values": "^7.0.1",
  7118. "postcss-normalize-positions": "^7.0.1",
  7119. "postcss-normalize-repeat-style": "^7.0.1",
  7120. "postcss-normalize-string": "^7.0.1",
  7121. "postcss-normalize-timing-functions": "^7.0.1",
  7122. "postcss-normalize-unicode": "^7.0.5",
  7123. "postcss-normalize-url": "^7.0.1",
  7124. "postcss-normalize-whitespace": "^7.0.1",
  7125. "postcss-ordered-values": "^7.0.2",
  7126. "postcss-reduce-initial": "^7.0.5",
  7127. "postcss-reduce-transforms": "^7.0.1",
  7128. "postcss-svgo": "^7.1.0",
  7129. "postcss-unique-selectors": "^7.0.4"
  7130. },
  7131. "engines": {
  7132. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7133. },
  7134. "peerDependencies": {
  7135. "postcss": "^8.4.32"
  7136. }
  7137. },
  7138. "node_modules/cssnano-utils": {
  7139. "version": "5.0.1",
  7140. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  7141. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  7142. "license": "MIT",
  7143. "engines": {
  7144. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7145. },
  7146. "peerDependencies": {
  7147. "postcss": "^8.4.32"
  7148. }
  7149. },
  7150. "node_modules/csso": {
  7151. "version": "5.0.5",
  7152. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  7153. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  7154. "license": "MIT",
  7155. "dependencies": {
  7156. "css-tree": "~2.2.0"
  7157. },
  7158. "engines": {
  7159. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7160. "npm": ">=7.0.0"
  7161. }
  7162. },
  7163. "node_modules/csso/node_modules/css-tree": {
  7164. "version": "2.2.1",
  7165. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  7166. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  7167. "license": "MIT",
  7168. "dependencies": {
  7169. "mdn-data": "2.0.28",
  7170. "source-map-js": "^1.0.1"
  7171. },
  7172. "engines": {
  7173. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7174. "npm": ">=7.0.0"
  7175. }
  7176. },
  7177. "node_modules/csso/node_modules/mdn-data": {
  7178. "version": "2.0.28",
  7179. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  7180. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  7181. "license": "CC0-1.0"
  7182. },
  7183. "node_modules/csstype": {
  7184. "version": "3.2.3",
  7185. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  7186. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7187. "license": "MIT"
  7188. },
  7189. "node_modules/dateformat": {
  7190. "version": "2.2.0",
  7191. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
  7192. "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
  7193. "dev": true,
  7194. "license": "MIT",
  7195. "engines": {
  7196. "node": "*"
  7197. }
  7198. },
  7199. "node_modules/dayjs": {
  7200. "version": "1.11.7",
  7201. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz",
  7202. "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==",
  7203. "license": "MIT"
  7204. },
  7205. "node_modules/db0": {
  7206. "version": "0.3.4",
  7207. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.3.4.tgz",
  7208. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  7209. "license": "MIT",
  7210. "peerDependencies": {
  7211. "@electric-sql/pglite": "*",
  7212. "@libsql/client": "*",
  7213. "better-sqlite3": "*",
  7214. "drizzle-orm": "*",
  7215. "mysql2": "*",
  7216. "sqlite3": "*"
  7217. },
  7218. "peerDependenciesMeta": {
  7219. "@electric-sql/pglite": {
  7220. "optional": true
  7221. },
  7222. "@libsql/client": {
  7223. "optional": true
  7224. },
  7225. "better-sqlite3": {
  7226. "optional": true
  7227. },
  7228. "drizzle-orm": {
  7229. "optional": true
  7230. },
  7231. "mysql2": {
  7232. "optional": true
  7233. },
  7234. "sqlite3": {
  7235. "optional": true
  7236. }
  7237. }
  7238. },
  7239. "node_modules/de-indent": {
  7240. "version": "1.0.2",
  7241. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  7242. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  7243. "devOptional": true,
  7244. "license": "MIT"
  7245. },
  7246. "node_modules/debug": {
  7247. "version": "4.4.3",
  7248. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  7249. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  7250. "license": "MIT",
  7251. "dependencies": {
  7252. "ms": "^2.1.3"
  7253. },
  7254. "engines": {
  7255. "node": ">=6.0"
  7256. },
  7257. "peerDependenciesMeta": {
  7258. "supports-color": {
  7259. "optional": true
  7260. }
  7261. }
  7262. },
  7263. "node_modules/deepmerge": {
  7264. "version": "4.3.1",
  7265. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  7266. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7267. "license": "MIT",
  7268. "engines": {
  7269. "node": ">=0.10.0"
  7270. }
  7271. },
  7272. "node_modules/default-browser": {
  7273. "version": "5.2.1",
  7274. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  7275. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  7276. "license": "MIT",
  7277. "dependencies": {
  7278. "bundle-name": "^4.1.0",
  7279. "default-browser-id": "^5.0.0"
  7280. },
  7281. "engines": {
  7282. "node": ">=18"
  7283. },
  7284. "funding": {
  7285. "url": "https://github.com/sponsors/sindresorhus"
  7286. }
  7287. },
  7288. "node_modules/default-browser-id": {
  7289. "version": "5.0.0",
  7290. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  7291. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  7292. "license": "MIT",
  7293. "engines": {
  7294. "node": ">=18"
  7295. },
  7296. "funding": {
  7297. "url": "https://github.com/sponsors/sindresorhus"
  7298. }
  7299. },
  7300. "node_modules/default-user-agent": {
  7301. "version": "1.0.0",
  7302. "resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
  7303. "integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
  7304. "dev": true,
  7305. "license": "MIT",
  7306. "dependencies": {
  7307. "os-name": "~1.0.3"
  7308. },
  7309. "engines": {
  7310. "node": ">= 0.10.0"
  7311. }
  7312. },
  7313. "node_modules/define-lazy-prop": {
  7314. "version": "3.0.0",
  7315. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7316. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7317. "license": "MIT",
  7318. "engines": {
  7319. "node": ">=12"
  7320. },
  7321. "funding": {
  7322. "url": "https://github.com/sponsors/sindresorhus"
  7323. }
  7324. },
  7325. "node_modules/defu": {
  7326. "version": "6.1.4",
  7327. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  7328. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  7329. "license": "MIT"
  7330. },
  7331. "node_modules/delayed-stream": {
  7332. "version": "1.0.0",
  7333. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  7334. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  7335. "license": "MIT",
  7336. "engines": {
  7337. "node": ">=0.4.0"
  7338. }
  7339. },
  7340. "node_modules/denque": {
  7341. "version": "2.1.0",
  7342. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  7343. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  7344. "license": "Apache-2.0",
  7345. "engines": {
  7346. "node": ">=0.10"
  7347. }
  7348. },
  7349. "node_modules/depd": {
  7350. "version": "2.0.0",
  7351. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  7352. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7353. "license": "MIT",
  7354. "engines": {
  7355. "node": ">= 0.8"
  7356. }
  7357. },
  7358. "node_modules/destr": {
  7359. "version": "2.0.5",
  7360. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  7361. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  7362. "license": "MIT"
  7363. },
  7364. "node_modules/destroy": {
  7365. "version": "1.2.0",
  7366. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  7367. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  7368. "dev": true,
  7369. "license": "MIT",
  7370. "engines": {
  7371. "node": ">= 0.8",
  7372. "npm": "1.2.8000 || >= 1.4.16"
  7373. }
  7374. },
  7375. "node_modules/detect-libc": {
  7376. "version": "1.0.3",
  7377. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  7378. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  7379. "license": "Apache-2.0",
  7380. "bin": {
  7381. "detect-libc": "bin/detect-libc.js"
  7382. },
  7383. "engines": {
  7384. "node": ">=0.10"
  7385. }
  7386. },
  7387. "node_modules/devalue": {
  7388. "version": "5.6.1",
  7389. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.6.1.tgz",
  7390. "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==",
  7391. "license": "MIT"
  7392. },
  7393. "node_modules/diff": {
  7394. "version": "8.0.2",
  7395. "resolved": "https://registry.npmmirror.com/diff/-/diff-8.0.2.tgz",
  7396. "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
  7397. "license": "BSD-3-Clause",
  7398. "engines": {
  7399. "node": ">=0.3.1"
  7400. }
  7401. },
  7402. "node_modules/digest-header": {
  7403. "version": "1.1.0",
  7404. "resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
  7405. "integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
  7406. "dev": true,
  7407. "license": "MIT",
  7408. "engines": {
  7409. "node": ">= 8.0.0"
  7410. }
  7411. },
  7412. "node_modules/dom-align": {
  7413. "version": "1.12.4",
  7414. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  7415. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  7416. "license": "MIT"
  7417. },
  7418. "node_modules/dom-scroll-into-view": {
  7419. "version": "2.0.1",
  7420. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  7421. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  7422. "license": "MIT"
  7423. },
  7424. "node_modules/dom-serializer": {
  7425. "version": "2.0.0",
  7426. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  7427. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  7428. "license": "MIT",
  7429. "dependencies": {
  7430. "domelementtype": "^2.3.0",
  7431. "domhandler": "^5.0.2",
  7432. "entities": "^4.2.0"
  7433. },
  7434. "funding": {
  7435. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  7436. }
  7437. },
  7438. "node_modules/domelementtype": {
  7439. "version": "2.3.0",
  7440. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  7441. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  7442. "funding": [
  7443. {
  7444. "type": "github",
  7445. "url": "https://github.com/sponsors/fb55"
  7446. }
  7447. ],
  7448. "license": "BSD-2-Clause"
  7449. },
  7450. "node_modules/domhandler": {
  7451. "version": "5.0.3",
  7452. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  7453. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  7454. "license": "BSD-2-Clause",
  7455. "dependencies": {
  7456. "domelementtype": "^2.3.0"
  7457. },
  7458. "engines": {
  7459. "node": ">= 4"
  7460. },
  7461. "funding": {
  7462. "url": "https://github.com/fb55/domhandler?sponsor=1"
  7463. }
  7464. },
  7465. "node_modules/domutils": {
  7466. "version": "3.2.2",
  7467. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  7468. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  7469. "license": "BSD-2-Clause",
  7470. "dependencies": {
  7471. "dom-serializer": "^2.0.0",
  7472. "domelementtype": "^2.3.0",
  7473. "domhandler": "^5.0.3"
  7474. },
  7475. "funding": {
  7476. "url": "https://github.com/fb55/domutils?sponsor=1"
  7477. }
  7478. },
  7479. "node_modules/dot-prop": {
  7480. "version": "10.1.0",
  7481. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-10.1.0.tgz",
  7482. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  7483. "license": "MIT",
  7484. "dependencies": {
  7485. "type-fest": "^5.0.0"
  7486. },
  7487. "engines": {
  7488. "node": ">=20"
  7489. },
  7490. "funding": {
  7491. "url": "https://github.com/sponsors/sindresorhus"
  7492. }
  7493. },
  7494. "node_modules/dot-prop/node_modules/type-fest": {
  7495. "version": "5.3.1",
  7496. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-5.3.1.tgz",
  7497. "integrity": "sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==",
  7498. "license": "(MIT OR CC0-1.0)",
  7499. "dependencies": {
  7500. "tagged-tag": "^1.0.0"
  7501. },
  7502. "engines": {
  7503. "node": ">=20"
  7504. },
  7505. "funding": {
  7506. "url": "https://github.com/sponsors/sindresorhus"
  7507. }
  7508. },
  7509. "node_modules/dotenv": {
  7510. "version": "16.6.1",
  7511. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
  7512. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  7513. "license": "BSD-2-Clause",
  7514. "engines": {
  7515. "node": ">=12"
  7516. },
  7517. "funding": {
  7518. "url": "https://dotenvx.com"
  7519. }
  7520. },
  7521. "node_modules/dunder-proto": {
  7522. "version": "1.0.1",
  7523. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  7524. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  7525. "license": "MIT",
  7526. "dependencies": {
  7527. "call-bind-apply-helpers": "^1.0.1",
  7528. "es-errors": "^1.3.0",
  7529. "gopd": "^1.2.0"
  7530. },
  7531. "engines": {
  7532. "node": ">= 0.4"
  7533. }
  7534. },
  7535. "node_modules/duplexer": {
  7536. "version": "0.1.2",
  7537. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  7538. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  7539. "license": "MIT"
  7540. },
  7541. "node_modules/earcut": {
  7542. "version": "2.2.4",
  7543. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
  7544. "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
  7545. "license": "ISC"
  7546. },
  7547. "node_modules/eastasianwidth": {
  7548. "version": "0.2.0",
  7549. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  7550. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  7551. "license": "MIT"
  7552. },
  7553. "node_modules/ee-first": {
  7554. "version": "1.1.1",
  7555. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  7556. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  7557. "license": "MIT"
  7558. },
  7559. "node_modules/electron-to-chromium": {
  7560. "version": "1.5.267",
  7561. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  7562. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  7563. "license": "ISC"
  7564. },
  7565. "node_modules/emoji-regex": {
  7566. "version": "8.0.0",
  7567. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7568. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7569. "license": "MIT"
  7570. },
  7571. "node_modules/encodeurl": {
  7572. "version": "2.0.0",
  7573. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  7574. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  7575. "license": "MIT",
  7576. "engines": {
  7577. "node": ">= 0.8"
  7578. }
  7579. },
  7580. "node_modules/end-of-stream": {
  7581. "version": "1.4.4",
  7582. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  7583. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  7584. "dev": true,
  7585. "license": "MIT",
  7586. "dependencies": {
  7587. "once": "^1.4.0"
  7588. }
  7589. },
  7590. "node_modules/end-or-error": {
  7591. "version": "1.0.1",
  7592. "resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
  7593. "integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  7594. "dev": true,
  7595. "license": "MIT",
  7596. "engines": {
  7597. "node": ">= 0.11.14"
  7598. }
  7599. },
  7600. "node_modules/entities": {
  7601. "version": "4.5.0",
  7602. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  7603. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  7604. "license": "BSD-2-Clause",
  7605. "engines": {
  7606. "node": ">=0.12"
  7607. },
  7608. "funding": {
  7609. "url": "https://github.com/fb55/entities?sponsor=1"
  7610. }
  7611. },
  7612. "node_modules/error-stack-parser-es": {
  7613. "version": "0.1.5",
  7614. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  7615. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  7616. "dev": true,
  7617. "license": "MIT",
  7618. "funding": {
  7619. "url": "https://github.com/sponsors/antfu"
  7620. }
  7621. },
  7622. "node_modules/errx": {
  7623. "version": "0.1.0",
  7624. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  7625. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  7626. "license": "MIT"
  7627. },
  7628. "node_modules/es-define-property": {
  7629. "version": "1.0.1",
  7630. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  7631. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7632. "license": "MIT",
  7633. "engines": {
  7634. "node": ">= 0.4"
  7635. }
  7636. },
  7637. "node_modules/es-errors": {
  7638. "version": "1.3.0",
  7639. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  7640. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7641. "license": "MIT",
  7642. "engines": {
  7643. "node": ">= 0.4"
  7644. }
  7645. },
  7646. "node_modules/es-module-lexer": {
  7647. "version": "1.7.0",
  7648. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  7649. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  7650. "license": "MIT"
  7651. },
  7652. "node_modules/es-object-atoms": {
  7653. "version": "1.1.1",
  7654. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7655. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7656. "license": "MIT",
  7657. "dependencies": {
  7658. "es-errors": "^1.3.0"
  7659. },
  7660. "engines": {
  7661. "node": ">= 0.4"
  7662. }
  7663. },
  7664. "node_modules/es-set-tostringtag": {
  7665. "version": "2.1.0",
  7666. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7667. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7668. "license": "MIT",
  7669. "dependencies": {
  7670. "es-errors": "^1.3.0",
  7671. "get-intrinsic": "^1.2.6",
  7672. "has-tostringtag": "^1.0.2",
  7673. "hasown": "^2.0.2"
  7674. },
  7675. "engines": {
  7676. "node": ">= 0.4"
  7677. }
  7678. },
  7679. "node_modules/esbuild": {
  7680. "version": "0.25.12",
  7681. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  7682. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  7683. "hasInstallScript": true,
  7684. "license": "MIT",
  7685. "bin": {
  7686. "esbuild": "bin/esbuild"
  7687. },
  7688. "engines": {
  7689. "node": ">=18"
  7690. },
  7691. "optionalDependencies": {
  7692. "@esbuild/aix-ppc64": "0.25.12",
  7693. "@esbuild/android-arm": "0.25.12",
  7694. "@esbuild/android-arm64": "0.25.12",
  7695. "@esbuild/android-x64": "0.25.12",
  7696. "@esbuild/darwin-arm64": "0.25.12",
  7697. "@esbuild/darwin-x64": "0.25.12",
  7698. "@esbuild/freebsd-arm64": "0.25.12",
  7699. "@esbuild/freebsd-x64": "0.25.12",
  7700. "@esbuild/linux-arm": "0.25.12",
  7701. "@esbuild/linux-arm64": "0.25.12",
  7702. "@esbuild/linux-ia32": "0.25.12",
  7703. "@esbuild/linux-loong64": "0.25.12",
  7704. "@esbuild/linux-mips64el": "0.25.12",
  7705. "@esbuild/linux-ppc64": "0.25.12",
  7706. "@esbuild/linux-riscv64": "0.25.12",
  7707. "@esbuild/linux-s390x": "0.25.12",
  7708. "@esbuild/linux-x64": "0.25.12",
  7709. "@esbuild/netbsd-arm64": "0.25.12",
  7710. "@esbuild/netbsd-x64": "0.25.12",
  7711. "@esbuild/openbsd-arm64": "0.25.12",
  7712. "@esbuild/openbsd-x64": "0.25.12",
  7713. "@esbuild/openharmony-arm64": "0.25.12",
  7714. "@esbuild/sunos-x64": "0.25.12",
  7715. "@esbuild/win32-arm64": "0.25.12",
  7716. "@esbuild/win32-ia32": "0.25.12",
  7717. "@esbuild/win32-x64": "0.25.12"
  7718. }
  7719. },
  7720. "node_modules/escalade": {
  7721. "version": "3.2.0",
  7722. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  7723. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7724. "license": "MIT",
  7725. "engines": {
  7726. "node": ">=6"
  7727. }
  7728. },
  7729. "node_modules/escape-html": {
  7730. "version": "1.0.3",
  7731. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  7732. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7733. "license": "MIT"
  7734. },
  7735. "node_modules/escape-string-regexp": {
  7736. "version": "5.0.0",
  7737. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7738. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7739. "license": "MIT",
  7740. "engines": {
  7741. "node": ">=12"
  7742. },
  7743. "funding": {
  7744. "url": "https://github.com/sponsors/sindresorhus"
  7745. }
  7746. },
  7747. "node_modules/estree-walker": {
  7748. "version": "2.0.2",
  7749. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  7750. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  7751. "license": "MIT"
  7752. },
  7753. "node_modules/etag": {
  7754. "version": "1.8.1",
  7755. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  7756. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7757. "license": "MIT",
  7758. "engines": {
  7759. "node": ">= 0.6"
  7760. }
  7761. },
  7762. "node_modules/event-target-shim": {
  7763. "version": "5.0.1",
  7764. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  7765. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  7766. "license": "MIT",
  7767. "engines": {
  7768. "node": ">=6"
  7769. }
  7770. },
  7771. "node_modules/events": {
  7772. "version": "3.3.0",
  7773. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  7774. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7775. "license": "MIT",
  7776. "engines": {
  7777. "node": ">=0.8.x"
  7778. }
  7779. },
  7780. "node_modules/execa": {
  7781. "version": "9.6.1",
  7782. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.1.tgz",
  7783. "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==",
  7784. "dev": true,
  7785. "license": "MIT",
  7786. "dependencies": {
  7787. "@sindresorhus/merge-streams": "^4.0.0",
  7788. "cross-spawn": "^7.0.6",
  7789. "figures": "^6.1.0",
  7790. "get-stream": "^9.0.0",
  7791. "human-signals": "^8.0.1",
  7792. "is-plain-obj": "^4.1.0",
  7793. "is-stream": "^4.0.1",
  7794. "npm-run-path": "^6.0.0",
  7795. "pretty-ms": "^9.2.0",
  7796. "signal-exit": "^4.1.0",
  7797. "strip-final-newline": "^4.0.0",
  7798. "yoctocolors": "^2.1.1"
  7799. },
  7800. "engines": {
  7801. "node": "^18.19.0 || >=20.5.0"
  7802. },
  7803. "funding": {
  7804. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7805. }
  7806. },
  7807. "node_modules/exsolve": {
  7808. "version": "1.0.8",
  7809. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.8.tgz",
  7810. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  7811. "license": "MIT"
  7812. },
  7813. "node_modules/extend-shallow": {
  7814. "version": "2.0.1",
  7815. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  7816. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  7817. "dev": true,
  7818. "license": "MIT",
  7819. "dependencies": {
  7820. "is-extendable": "^0.1.0"
  7821. },
  7822. "engines": {
  7823. "node": ">=0.10.0"
  7824. }
  7825. },
  7826. "node_modules/fast-fifo": {
  7827. "version": "1.3.2",
  7828. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  7829. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  7830. "license": "MIT"
  7831. },
  7832. "node_modules/fast-glob": {
  7833. "version": "3.3.3",
  7834. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  7835. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7836. "license": "MIT",
  7837. "dependencies": {
  7838. "@nodelib/fs.stat": "^2.0.2",
  7839. "@nodelib/fs.walk": "^1.2.3",
  7840. "glob-parent": "^5.1.2",
  7841. "merge2": "^1.3.0",
  7842. "micromatch": "^4.0.8"
  7843. },
  7844. "engines": {
  7845. "node": ">=8.6.0"
  7846. }
  7847. },
  7848. "node_modules/fast-npm-meta": {
  7849. "version": "0.4.7",
  7850. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  7851. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  7852. "license": "MIT",
  7853. "funding": {
  7854. "url": "https://github.com/sponsors/antfu"
  7855. }
  7856. },
  7857. "node_modules/fastq": {
  7858. "version": "1.20.1",
  7859. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  7860. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  7861. "license": "ISC",
  7862. "dependencies": {
  7863. "reusify": "^1.0.4"
  7864. }
  7865. },
  7866. "node_modules/fdir": {
  7867. "version": "6.5.0",
  7868. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  7869. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7870. "license": "MIT",
  7871. "engines": {
  7872. "node": ">=12.0.0"
  7873. },
  7874. "peerDependencies": {
  7875. "picomatch": "^3 || ^4"
  7876. },
  7877. "peerDependenciesMeta": {
  7878. "picomatch": {
  7879. "optional": true
  7880. }
  7881. }
  7882. },
  7883. "node_modules/figures": {
  7884. "version": "6.1.0",
  7885. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  7886. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  7887. "dev": true,
  7888. "license": "MIT",
  7889. "dependencies": {
  7890. "is-unicode-supported": "^2.0.0"
  7891. },
  7892. "engines": {
  7893. "node": ">=18"
  7894. },
  7895. "funding": {
  7896. "url": "https://github.com/sponsors/sindresorhus"
  7897. }
  7898. },
  7899. "node_modules/file-uri-to-path": {
  7900. "version": "1.0.0",
  7901. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  7902. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  7903. "license": "MIT"
  7904. },
  7905. "node_modules/fill-range": {
  7906. "version": "7.1.1",
  7907. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  7908. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7909. "license": "MIT",
  7910. "dependencies": {
  7911. "to-regex-range": "^5.0.1"
  7912. },
  7913. "engines": {
  7914. "node": ">=8"
  7915. }
  7916. },
  7917. "node_modules/follow-redirects": {
  7918. "version": "1.15.9",
  7919. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  7920. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  7921. "funding": [
  7922. {
  7923. "type": "individual",
  7924. "url": "https://github.com/sponsors/RubenVerborgh"
  7925. }
  7926. ],
  7927. "license": "MIT",
  7928. "engines": {
  7929. "node": ">=4.0"
  7930. },
  7931. "peerDependenciesMeta": {
  7932. "debug": {
  7933. "optional": true
  7934. }
  7935. }
  7936. },
  7937. "node_modules/foreground-child": {
  7938. "version": "3.3.1",
  7939. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  7940. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  7941. "license": "ISC",
  7942. "dependencies": {
  7943. "cross-spawn": "^7.0.6",
  7944. "signal-exit": "^4.0.1"
  7945. },
  7946. "engines": {
  7947. "node": ">=14"
  7948. },
  7949. "funding": {
  7950. "url": "https://github.com/sponsors/isaacs"
  7951. }
  7952. },
  7953. "node_modules/form-data": {
  7954. "version": "4.0.5",
  7955. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  7956. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  7957. "license": "MIT",
  7958. "dependencies": {
  7959. "asynckit": "^0.4.0",
  7960. "combined-stream": "^1.0.8",
  7961. "es-set-tostringtag": "^2.1.0",
  7962. "hasown": "^2.0.2",
  7963. "mime-types": "^2.1.12"
  7964. },
  7965. "engines": {
  7966. "node": ">= 6"
  7967. }
  7968. },
  7969. "node_modules/formstream": {
  7970. "version": "1.5.1",
  7971. "resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  7972. "integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  7973. "dev": true,
  7974. "license": "MIT",
  7975. "dependencies": {
  7976. "destroy": "^1.0.4",
  7977. "mime": "^2.5.2",
  7978. "node-hex": "^1.0.1",
  7979. "pause-stream": "~0.0.11"
  7980. }
  7981. },
  7982. "node_modules/fraction.js": {
  7983. "version": "5.3.4",
  7984. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  7985. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  7986. "license": "MIT",
  7987. "engines": {
  7988. "node": "*"
  7989. },
  7990. "funding": {
  7991. "type": "github",
  7992. "url": "https://github.com/sponsors/rawify"
  7993. }
  7994. },
  7995. "node_modules/fresh": {
  7996. "version": "2.0.0",
  7997. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  7998. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7999. "license": "MIT",
  8000. "engines": {
  8001. "node": ">= 0.8"
  8002. }
  8003. },
  8004. "node_modules/fs-extra": {
  8005. "version": "11.3.0",
  8006. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  8007. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  8008. "dev": true,
  8009. "license": "MIT",
  8010. "dependencies": {
  8011. "graceful-fs": "^4.2.0",
  8012. "jsonfile": "^6.0.1",
  8013. "universalify": "^2.0.0"
  8014. },
  8015. "engines": {
  8016. "node": ">=14.14"
  8017. }
  8018. },
  8019. "node_modules/fsevents": {
  8020. "version": "2.3.3",
  8021. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  8022. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8023. "hasInstallScript": true,
  8024. "license": "MIT",
  8025. "optional": true,
  8026. "os": [
  8027. "darwin"
  8028. ],
  8029. "engines": {
  8030. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8031. }
  8032. },
  8033. "node_modules/function-bind": {
  8034. "version": "1.1.2",
  8035. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  8036. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8037. "license": "MIT",
  8038. "funding": {
  8039. "url": "https://github.com/sponsors/ljharb"
  8040. }
  8041. },
  8042. "node_modules/fuse.js": {
  8043. "version": "7.1.0",
  8044. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz",
  8045. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  8046. "license": "Apache-2.0",
  8047. "engines": {
  8048. "node": ">=10"
  8049. }
  8050. },
  8051. "node_modules/generate-function": {
  8052. "version": "2.3.1",
  8053. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  8054. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  8055. "license": "MIT",
  8056. "dependencies": {
  8057. "is-property": "^1.0.2"
  8058. }
  8059. },
  8060. "node_modules/gensync": {
  8061. "version": "1.0.0-beta.2",
  8062. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  8063. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8064. "license": "MIT",
  8065. "engines": {
  8066. "node": ">=6.9.0"
  8067. }
  8068. },
  8069. "node_modules/get-caller-file": {
  8070. "version": "2.0.5",
  8071. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8072. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8073. "license": "ISC",
  8074. "engines": {
  8075. "node": "6.* || 8.* || >= 10.*"
  8076. }
  8077. },
  8078. "node_modules/get-intrinsic": {
  8079. "version": "1.3.0",
  8080. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8081. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8082. "license": "MIT",
  8083. "dependencies": {
  8084. "call-bind-apply-helpers": "^1.0.2",
  8085. "es-define-property": "^1.0.1",
  8086. "es-errors": "^1.3.0",
  8087. "es-object-atoms": "^1.1.1",
  8088. "function-bind": "^1.1.2",
  8089. "get-proto": "^1.0.1",
  8090. "gopd": "^1.2.0",
  8091. "has-symbols": "^1.1.0",
  8092. "hasown": "^2.0.2",
  8093. "math-intrinsics": "^1.1.0"
  8094. },
  8095. "engines": {
  8096. "node": ">= 0.4"
  8097. },
  8098. "funding": {
  8099. "url": "https://github.com/sponsors/ljharb"
  8100. }
  8101. },
  8102. "node_modules/get-port-please": {
  8103. "version": "3.2.0",
  8104. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.2.0.tgz",
  8105. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  8106. "license": "MIT"
  8107. },
  8108. "node_modules/get-proto": {
  8109. "version": "1.0.1",
  8110. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  8111. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8112. "license": "MIT",
  8113. "dependencies": {
  8114. "dunder-proto": "^1.0.1",
  8115. "es-object-atoms": "^1.0.0"
  8116. },
  8117. "engines": {
  8118. "node": ">= 0.4"
  8119. }
  8120. },
  8121. "node_modules/get-ready": {
  8122. "version": "1.0.0",
  8123. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  8124. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
  8125. "dev": true,
  8126. "license": "MIT"
  8127. },
  8128. "node_modules/get-stream": {
  8129. "version": "9.0.1",
  8130. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  8131. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  8132. "dev": true,
  8133. "license": "MIT",
  8134. "dependencies": {
  8135. "@sec-ant/readable-stream": "^0.4.1",
  8136. "is-stream": "^4.0.1"
  8137. },
  8138. "engines": {
  8139. "node": ">=18"
  8140. },
  8141. "funding": {
  8142. "url": "https://github.com/sponsors/sindresorhus"
  8143. }
  8144. },
  8145. "node_modules/giget": {
  8146. "version": "2.0.0",
  8147. "resolved": "https://registry.npmmirror.com/giget/-/giget-2.0.0.tgz",
  8148. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  8149. "license": "MIT",
  8150. "dependencies": {
  8151. "citty": "^0.1.6",
  8152. "consola": "^3.4.0",
  8153. "defu": "^6.1.4",
  8154. "node-fetch-native": "^1.6.6",
  8155. "nypm": "^0.6.0",
  8156. "pathe": "^2.0.3"
  8157. },
  8158. "bin": {
  8159. "giget": "dist/cli.mjs"
  8160. }
  8161. },
  8162. "node_modules/git-up": {
  8163. "version": "8.1.1",
  8164. "resolved": "https://registry.npmmirror.com/git-up/-/git-up-8.1.1.tgz",
  8165. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  8166. "license": "MIT",
  8167. "dependencies": {
  8168. "is-ssh": "^1.4.0",
  8169. "parse-url": "^9.2.0"
  8170. }
  8171. },
  8172. "node_modules/git-url-parse": {
  8173. "version": "16.1.0",
  8174. "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-16.1.0.tgz",
  8175. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  8176. "license": "MIT",
  8177. "dependencies": {
  8178. "git-up": "^8.1.0"
  8179. }
  8180. },
  8181. "node_modules/gl-matrix": {
  8182. "version": "3.4.3",
  8183. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
  8184. "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
  8185. "license": "MIT"
  8186. },
  8187. "node_modules/glob": {
  8188. "version": "10.5.0",
  8189. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.5.0.tgz",
  8190. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  8191. "license": "ISC",
  8192. "dependencies": {
  8193. "foreground-child": "^3.1.0",
  8194. "jackspeak": "^3.1.2",
  8195. "minimatch": "^9.0.4",
  8196. "minipass": "^7.1.2",
  8197. "package-json-from-dist": "^1.0.0",
  8198. "path-scurry": "^1.11.1"
  8199. },
  8200. "bin": {
  8201. "glob": "dist/esm/bin.mjs"
  8202. },
  8203. "funding": {
  8204. "url": "https://github.com/sponsors/isaacs"
  8205. }
  8206. },
  8207. "node_modules/glob-parent": {
  8208. "version": "5.1.2",
  8209. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8210. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8211. "license": "ISC",
  8212. "dependencies": {
  8213. "is-glob": "^4.0.1"
  8214. },
  8215. "engines": {
  8216. "node": ">= 6"
  8217. }
  8218. },
  8219. "node_modules/global-directory": {
  8220. "version": "4.0.1",
  8221. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  8222. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  8223. "license": "MIT",
  8224. "dependencies": {
  8225. "ini": "4.1.1"
  8226. },
  8227. "engines": {
  8228. "node": ">=18"
  8229. },
  8230. "funding": {
  8231. "url": "https://github.com/sponsors/sindresorhus"
  8232. }
  8233. },
  8234. "node_modules/globby": {
  8235. "version": "15.0.0",
  8236. "resolved": "https://registry.npmmirror.com/globby/-/globby-15.0.0.tgz",
  8237. "integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==",
  8238. "license": "MIT",
  8239. "dependencies": {
  8240. "@sindresorhus/merge-streams": "^4.0.0",
  8241. "fast-glob": "^3.3.3",
  8242. "ignore": "^7.0.5",
  8243. "path-type": "^6.0.0",
  8244. "slash": "^5.1.0",
  8245. "unicorn-magic": "^0.3.0"
  8246. },
  8247. "engines": {
  8248. "node": ">=20"
  8249. },
  8250. "funding": {
  8251. "url": "https://github.com/sponsors/sindresorhus"
  8252. }
  8253. },
  8254. "node_modules/gopd": {
  8255. "version": "1.2.0",
  8256. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  8257. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8258. "license": "MIT",
  8259. "engines": {
  8260. "node": ">= 0.4"
  8261. },
  8262. "funding": {
  8263. "url": "https://github.com/sponsors/ljharb"
  8264. }
  8265. },
  8266. "node_modules/graceful-fs": {
  8267. "version": "4.2.11",
  8268. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8269. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8270. "license": "ISC"
  8271. },
  8272. "node_modules/gzip-size": {
  8273. "version": "7.0.0",
  8274. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  8275. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  8276. "license": "MIT",
  8277. "dependencies": {
  8278. "duplexer": "^0.1.2"
  8279. },
  8280. "engines": {
  8281. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8282. },
  8283. "funding": {
  8284. "url": "https://github.com/sponsors/sindresorhus"
  8285. }
  8286. },
  8287. "node_modules/h3": {
  8288. "version": "1.15.4",
  8289. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.15.4.tgz",
  8290. "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
  8291. "license": "MIT",
  8292. "dependencies": {
  8293. "cookie-es": "^1.2.2",
  8294. "crossws": "^0.3.5",
  8295. "defu": "^6.1.4",
  8296. "destr": "^2.0.5",
  8297. "iron-webcrypto": "^1.2.1",
  8298. "node-mock-http": "^1.0.2",
  8299. "radix3": "^1.1.2",
  8300. "ufo": "^1.6.1",
  8301. "uncrypto": "^0.1.3"
  8302. }
  8303. },
  8304. "node_modules/h3/node_modules/cookie-es": {
  8305. "version": "1.2.2",
  8306. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  8307. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  8308. "license": "MIT"
  8309. },
  8310. "node_modules/has-symbols": {
  8311. "version": "1.1.0",
  8312. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  8313. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8314. "license": "MIT",
  8315. "engines": {
  8316. "node": ">= 0.4"
  8317. },
  8318. "funding": {
  8319. "url": "https://github.com/sponsors/ljharb"
  8320. }
  8321. },
  8322. "node_modules/has-tostringtag": {
  8323. "version": "1.0.2",
  8324. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8325. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8326. "license": "MIT",
  8327. "dependencies": {
  8328. "has-symbols": "^1.0.3"
  8329. },
  8330. "engines": {
  8331. "node": ">= 0.4"
  8332. },
  8333. "funding": {
  8334. "url": "https://github.com/sponsors/ljharb"
  8335. }
  8336. },
  8337. "node_modules/hasown": {
  8338. "version": "2.0.2",
  8339. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  8340. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8341. "license": "MIT",
  8342. "dependencies": {
  8343. "function-bind": "^1.1.2"
  8344. },
  8345. "engines": {
  8346. "node": ">= 0.4"
  8347. }
  8348. },
  8349. "node_modules/he": {
  8350. "version": "1.2.0",
  8351. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  8352. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8353. "devOptional": true,
  8354. "license": "MIT",
  8355. "bin": {
  8356. "he": "bin/he"
  8357. }
  8358. },
  8359. "node_modules/hookable": {
  8360. "version": "5.5.3",
  8361. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  8362. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  8363. "license": "MIT"
  8364. },
  8365. "node_modules/http-errors": {
  8366. "version": "2.0.1",
  8367. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  8368. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8369. "license": "MIT",
  8370. "dependencies": {
  8371. "depd": "~2.0.0",
  8372. "inherits": "~2.0.4",
  8373. "setprototypeof": "~1.2.0",
  8374. "statuses": "~2.0.2",
  8375. "toidentifier": "~1.0.1"
  8376. },
  8377. "engines": {
  8378. "node": ">= 0.8"
  8379. },
  8380. "funding": {
  8381. "type": "opencollective",
  8382. "url": "https://opencollective.com/express"
  8383. }
  8384. },
  8385. "node_modules/http-errors/node_modules/statuses": {
  8386. "version": "2.0.2",
  8387. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  8388. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8389. "license": "MIT",
  8390. "engines": {
  8391. "node": ">= 0.8"
  8392. }
  8393. },
  8394. "node_modules/http-shutdown": {
  8395. "version": "1.2.2",
  8396. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  8397. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  8398. "license": "MIT",
  8399. "engines": {
  8400. "iojs": ">= 1.0.0",
  8401. "node": ">= 0.12.0"
  8402. }
  8403. },
  8404. "node_modules/https-proxy-agent": {
  8405. "version": "7.0.6",
  8406. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  8407. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  8408. "license": "MIT",
  8409. "dependencies": {
  8410. "agent-base": "^7.1.2",
  8411. "debug": "4"
  8412. },
  8413. "engines": {
  8414. "node": ">= 14"
  8415. }
  8416. },
  8417. "node_modules/httpxy": {
  8418. "version": "0.1.7",
  8419. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.7.tgz",
  8420. "integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  8421. "license": "MIT"
  8422. },
  8423. "node_modules/human-signals": {
  8424. "version": "8.0.1",
  8425. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  8426. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  8427. "dev": true,
  8428. "license": "Apache-2.0",
  8429. "engines": {
  8430. "node": ">=18.18.0"
  8431. }
  8432. },
  8433. "node_modules/humanize-ms": {
  8434. "version": "1.2.1",
  8435. "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8436. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8437. "dev": true,
  8438. "license": "MIT",
  8439. "dependencies": {
  8440. "ms": "^2.0.0"
  8441. }
  8442. },
  8443. "node_modules/iconv-lite": {
  8444. "version": "0.4.24",
  8445. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  8446. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  8447. "license": "MIT",
  8448. "dependencies": {
  8449. "safer-buffer": ">= 2.1.2 < 3"
  8450. },
  8451. "engines": {
  8452. "node": ">=0.10.0"
  8453. }
  8454. },
  8455. "node_modules/ieee754": {
  8456. "version": "1.2.1",
  8457. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  8458. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8459. "funding": [
  8460. {
  8461. "type": "github",
  8462. "url": "https://github.com/sponsors/feross"
  8463. },
  8464. {
  8465. "type": "patreon",
  8466. "url": "https://www.patreon.com/feross"
  8467. },
  8468. {
  8469. "type": "consulting",
  8470. "url": "https://feross.org/support"
  8471. }
  8472. ],
  8473. "license": "BSD-3-Clause"
  8474. },
  8475. "node_modules/ignore": {
  8476. "version": "7.0.5",
  8477. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  8478. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  8479. "license": "MIT",
  8480. "engines": {
  8481. "node": ">= 4"
  8482. }
  8483. },
  8484. "node_modules/image-meta": {
  8485. "version": "0.2.2",
  8486. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.2.tgz",
  8487. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  8488. "license": "MIT"
  8489. },
  8490. "node_modules/immutable": {
  8491. "version": "5.1.1",
  8492. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  8493. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  8494. "devOptional": true,
  8495. "license": "MIT"
  8496. },
  8497. "node_modules/impound": {
  8498. "version": "1.0.0",
  8499. "resolved": "https://registry.npmmirror.com/impound/-/impound-1.0.0.tgz",
  8500. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  8501. "license": "MIT",
  8502. "dependencies": {
  8503. "exsolve": "^1.0.5",
  8504. "mocked-exports": "^0.1.1",
  8505. "pathe": "^2.0.3",
  8506. "unplugin": "^2.3.2",
  8507. "unplugin-utils": "^0.2.4"
  8508. }
  8509. },
  8510. "node_modules/inherits": {
  8511. "version": "2.0.4",
  8512. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  8513. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8514. "license": "ISC"
  8515. },
  8516. "node_modules/ini": {
  8517. "version": "4.1.1",
  8518. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  8519. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  8520. "license": "ISC",
  8521. "engines": {
  8522. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8523. }
  8524. },
  8525. "node_modules/ioredis": {
  8526. "version": "5.8.2",
  8527. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.8.2.tgz",
  8528. "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
  8529. "license": "MIT",
  8530. "dependencies": {
  8531. "@ioredis/commands": "1.4.0",
  8532. "cluster-key-slot": "^1.1.0",
  8533. "debug": "^4.3.4",
  8534. "denque": "^2.1.0",
  8535. "lodash.defaults": "^4.2.0",
  8536. "lodash.isarguments": "^3.1.0",
  8537. "redis-errors": "^1.2.0",
  8538. "redis-parser": "^3.0.0",
  8539. "standard-as-callback": "^2.1.0"
  8540. },
  8541. "engines": {
  8542. "node": ">=12.22.0"
  8543. },
  8544. "funding": {
  8545. "type": "opencollective",
  8546. "url": "https://opencollective.com/ioredis"
  8547. }
  8548. },
  8549. "node_modules/iron-webcrypto": {
  8550. "version": "1.2.1",
  8551. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  8552. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  8553. "license": "MIT",
  8554. "funding": {
  8555. "url": "https://github.com/sponsors/brc-dd"
  8556. }
  8557. },
  8558. "node_modules/is-buffer": {
  8559. "version": "1.1.6",
  8560. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
  8561. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  8562. "license": "MIT"
  8563. },
  8564. "node_modules/is-class-hotfix": {
  8565. "version": "0.0.6",
  8566. "resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  8567. "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  8568. "dev": true,
  8569. "license": "MIT"
  8570. },
  8571. "node_modules/is-core-module": {
  8572. "version": "2.16.1",
  8573. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  8574. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8575. "license": "MIT",
  8576. "dependencies": {
  8577. "hasown": "^2.0.2"
  8578. },
  8579. "engines": {
  8580. "node": ">= 0.4"
  8581. },
  8582. "funding": {
  8583. "url": "https://github.com/sponsors/ljharb"
  8584. }
  8585. },
  8586. "node_modules/is-docker": {
  8587. "version": "3.0.0",
  8588. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  8589. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  8590. "license": "MIT",
  8591. "bin": {
  8592. "is-docker": "cli.js"
  8593. },
  8594. "engines": {
  8595. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8596. },
  8597. "funding": {
  8598. "url": "https://github.com/sponsors/sindresorhus"
  8599. }
  8600. },
  8601. "node_modules/is-extendable": {
  8602. "version": "0.1.1",
  8603. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  8604. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  8605. "dev": true,
  8606. "license": "MIT",
  8607. "engines": {
  8608. "node": ">=0.10.0"
  8609. }
  8610. },
  8611. "node_modules/is-extglob": {
  8612. "version": "2.1.1",
  8613. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  8614. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8615. "license": "MIT",
  8616. "engines": {
  8617. "node": ">=0.10.0"
  8618. }
  8619. },
  8620. "node_modules/is-fullwidth-code-point": {
  8621. "version": "3.0.0",
  8622. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8623. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8624. "license": "MIT",
  8625. "engines": {
  8626. "node": ">=8"
  8627. }
  8628. },
  8629. "node_modules/is-glob": {
  8630. "version": "4.0.3",
  8631. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  8632. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8633. "license": "MIT",
  8634. "dependencies": {
  8635. "is-extglob": "^2.1.1"
  8636. },
  8637. "engines": {
  8638. "node": ">=0.10.0"
  8639. }
  8640. },
  8641. "node_modules/is-inside-container": {
  8642. "version": "1.0.0",
  8643. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  8644. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  8645. "license": "MIT",
  8646. "dependencies": {
  8647. "is-docker": "^3.0.0"
  8648. },
  8649. "bin": {
  8650. "is-inside-container": "cli.js"
  8651. },
  8652. "engines": {
  8653. "node": ">=14.16"
  8654. },
  8655. "funding": {
  8656. "url": "https://github.com/sponsors/sindresorhus"
  8657. }
  8658. },
  8659. "node_modules/is-installed-globally": {
  8660. "version": "1.0.0",
  8661. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  8662. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  8663. "license": "MIT",
  8664. "dependencies": {
  8665. "global-directory": "^4.0.1",
  8666. "is-path-inside": "^4.0.0"
  8667. },
  8668. "engines": {
  8669. "node": ">=18"
  8670. },
  8671. "funding": {
  8672. "url": "https://github.com/sponsors/sindresorhus"
  8673. }
  8674. },
  8675. "node_modules/is-module": {
  8676. "version": "1.0.0",
  8677. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  8678. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  8679. "license": "MIT"
  8680. },
  8681. "node_modules/is-number": {
  8682. "version": "7.0.0",
  8683. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  8684. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8685. "license": "MIT",
  8686. "engines": {
  8687. "node": ">=0.12.0"
  8688. }
  8689. },
  8690. "node_modules/is-path-inside": {
  8691. "version": "4.0.0",
  8692. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  8693. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  8694. "license": "MIT",
  8695. "engines": {
  8696. "node": ">=12"
  8697. },
  8698. "funding": {
  8699. "url": "https://github.com/sponsors/sindresorhus"
  8700. }
  8701. },
  8702. "node_modules/is-plain-obj": {
  8703. "version": "4.1.0",
  8704. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  8705. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  8706. "dev": true,
  8707. "license": "MIT",
  8708. "engines": {
  8709. "node": ">=12"
  8710. },
  8711. "funding": {
  8712. "url": "https://github.com/sponsors/sindresorhus"
  8713. }
  8714. },
  8715. "node_modules/is-plain-object": {
  8716. "version": "3.0.1",
  8717. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  8718. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  8719. "license": "MIT",
  8720. "engines": {
  8721. "node": ">=0.10.0"
  8722. }
  8723. },
  8724. "node_modules/is-property": {
  8725. "version": "1.0.2",
  8726. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  8727. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  8728. "license": "MIT"
  8729. },
  8730. "node_modules/is-reference": {
  8731. "version": "1.2.1",
  8732. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  8733. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  8734. "license": "MIT",
  8735. "dependencies": {
  8736. "@types/estree": "*"
  8737. }
  8738. },
  8739. "node_modules/is-ssh": {
  8740. "version": "1.4.1",
  8741. "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.1.tgz",
  8742. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  8743. "license": "MIT",
  8744. "dependencies": {
  8745. "protocols": "^2.0.1"
  8746. }
  8747. },
  8748. "node_modules/is-stream": {
  8749. "version": "4.0.1",
  8750. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  8751. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  8752. "dev": true,
  8753. "license": "MIT",
  8754. "engines": {
  8755. "node": ">=18"
  8756. },
  8757. "funding": {
  8758. "url": "https://github.com/sponsors/sindresorhus"
  8759. }
  8760. },
  8761. "node_modules/is-type-of": {
  8762. "version": "1.4.0",
  8763. "resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
  8764. "integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  8765. "dev": true,
  8766. "license": "MIT",
  8767. "dependencies": {
  8768. "core-util-is": "^1.0.2",
  8769. "is-class-hotfix": "~0.0.6",
  8770. "isstream": "~0.1.2"
  8771. }
  8772. },
  8773. "node_modules/is-unicode-supported": {
  8774. "version": "2.1.0",
  8775. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  8776. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  8777. "dev": true,
  8778. "license": "MIT",
  8779. "engines": {
  8780. "node": ">=18"
  8781. },
  8782. "funding": {
  8783. "url": "https://github.com/sponsors/sindresorhus"
  8784. }
  8785. },
  8786. "node_modules/is-what": {
  8787. "version": "4.1.16",
  8788. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  8789. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  8790. "license": "MIT",
  8791. "engines": {
  8792. "node": ">=12.13"
  8793. },
  8794. "funding": {
  8795. "url": "https://github.com/sponsors/mesqueeb"
  8796. }
  8797. },
  8798. "node_modules/is-wsl": {
  8799. "version": "3.1.0",
  8800. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  8801. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  8802. "license": "MIT",
  8803. "dependencies": {
  8804. "is-inside-container": "^1.0.0"
  8805. },
  8806. "engines": {
  8807. "node": ">=16"
  8808. },
  8809. "funding": {
  8810. "url": "https://github.com/sponsors/sindresorhus"
  8811. }
  8812. },
  8813. "node_modules/is64bit": {
  8814. "version": "2.0.0",
  8815. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  8816. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  8817. "license": "MIT",
  8818. "dependencies": {
  8819. "system-architecture": "^0.1.0"
  8820. },
  8821. "engines": {
  8822. "node": ">=18"
  8823. },
  8824. "funding": {
  8825. "url": "https://github.com/sponsors/sindresorhus"
  8826. }
  8827. },
  8828. "node_modules/isarray": {
  8829. "version": "1.0.0",
  8830. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  8831. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  8832. "license": "MIT"
  8833. },
  8834. "node_modules/isexe": {
  8835. "version": "3.1.1",
  8836. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  8837. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  8838. "license": "ISC",
  8839. "engines": {
  8840. "node": ">=16"
  8841. }
  8842. },
  8843. "node_modules/isstream": {
  8844. "version": "0.1.2",
  8845. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  8846. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  8847. "dev": true,
  8848. "license": "MIT"
  8849. },
  8850. "node_modules/jackspeak": {
  8851. "version": "3.4.3",
  8852. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  8853. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  8854. "license": "BlueOak-1.0.0",
  8855. "dependencies": {
  8856. "@isaacs/cliui": "^8.0.2"
  8857. },
  8858. "funding": {
  8859. "url": "https://github.com/sponsors/isaacs"
  8860. },
  8861. "optionalDependencies": {
  8862. "@pkgjs/parseargs": "^0.11.0"
  8863. }
  8864. },
  8865. "node_modules/jiti": {
  8866. "version": "2.6.1",
  8867. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  8868. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  8869. "license": "MIT",
  8870. "bin": {
  8871. "jiti": "lib/jiti-cli.mjs"
  8872. }
  8873. },
  8874. "node_modules/js-base64": {
  8875. "version": "2.6.4",
  8876. "resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
  8877. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
  8878. "dev": true,
  8879. "license": "BSD-3-Clause"
  8880. },
  8881. "node_modules/js-tokens": {
  8882. "version": "4.0.0",
  8883. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  8884. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  8885. "license": "MIT"
  8886. },
  8887. "node_modules/jsesc": {
  8888. "version": "3.1.0",
  8889. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  8890. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  8891. "license": "MIT",
  8892. "bin": {
  8893. "jsesc": "bin/jsesc"
  8894. },
  8895. "engines": {
  8896. "node": ">=6"
  8897. }
  8898. },
  8899. "node_modules/json-parse-even-better-errors": {
  8900. "version": "4.0.0",
  8901. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  8902. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  8903. "dev": true,
  8904. "license": "MIT",
  8905. "engines": {
  8906. "node": "^18.17.0 || >=20.5.0"
  8907. }
  8908. },
  8909. "node_modules/json5": {
  8910. "version": "2.2.3",
  8911. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  8912. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  8913. "license": "MIT",
  8914. "bin": {
  8915. "json5": "lib/cli.js"
  8916. },
  8917. "engines": {
  8918. "node": ">=6"
  8919. }
  8920. },
  8921. "node_modules/jsonfile": {
  8922. "version": "6.1.0",
  8923. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  8924. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  8925. "dev": true,
  8926. "license": "MIT",
  8927. "dependencies": {
  8928. "universalify": "^2.0.0"
  8929. },
  8930. "optionalDependencies": {
  8931. "graceful-fs": "^4.1.6"
  8932. }
  8933. },
  8934. "node_modules/jstoxml": {
  8935. "version": "2.2.9",
  8936. "resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
  8937. "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  8938. "dev": true,
  8939. "license": "MIT"
  8940. },
  8941. "node_modules/kleur": {
  8942. "version": "3.0.3",
  8943. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz",
  8944. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  8945. "license": "MIT",
  8946. "engines": {
  8947. "node": ">=6"
  8948. }
  8949. },
  8950. "node_modules/klona": {
  8951. "version": "2.0.6",
  8952. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  8953. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  8954. "license": "MIT",
  8955. "engines": {
  8956. "node": ">= 8"
  8957. }
  8958. },
  8959. "node_modules/knitwork": {
  8960. "version": "1.3.0",
  8961. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.3.0.tgz",
  8962. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  8963. "license": "MIT"
  8964. },
  8965. "node_modules/kolorist": {
  8966. "version": "1.8.0",
  8967. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  8968. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  8969. "dev": true,
  8970. "license": "MIT"
  8971. },
  8972. "node_modules/launch-editor": {
  8973. "version": "2.12.0",
  8974. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.12.0.tgz",
  8975. "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
  8976. "license": "MIT",
  8977. "dependencies": {
  8978. "picocolors": "^1.1.1",
  8979. "shell-quote": "^1.8.3"
  8980. }
  8981. },
  8982. "node_modules/lazystream": {
  8983. "version": "1.0.1",
  8984. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  8985. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  8986. "license": "MIT",
  8987. "dependencies": {
  8988. "readable-stream": "^2.0.5"
  8989. },
  8990. "engines": {
  8991. "node": ">= 0.6.3"
  8992. }
  8993. },
  8994. "node_modules/lazystream/node_modules/readable-stream": {
  8995. "version": "2.3.8",
  8996. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  8997. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  8998. "license": "MIT",
  8999. "dependencies": {
  9000. "core-util-is": "~1.0.0",
  9001. "inherits": "~2.0.3",
  9002. "isarray": "~1.0.0",
  9003. "process-nextick-args": "~2.0.0",
  9004. "safe-buffer": "~5.1.1",
  9005. "string_decoder": "~1.1.1",
  9006. "util-deprecate": "~1.0.1"
  9007. }
  9008. },
  9009. "node_modules/lazystream/node_modules/safe-buffer": {
  9010. "version": "5.1.2",
  9011. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  9012. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  9013. "license": "MIT"
  9014. },
  9015. "node_modules/lazystream/node_modules/string_decoder": {
  9016. "version": "1.1.1",
  9017. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  9018. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  9019. "license": "MIT",
  9020. "dependencies": {
  9021. "safe-buffer": "~5.1.0"
  9022. }
  9023. },
  9024. "node_modules/lilconfig": {
  9025. "version": "3.1.3",
  9026. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  9027. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  9028. "license": "MIT",
  9029. "engines": {
  9030. "node": ">=14"
  9031. },
  9032. "funding": {
  9033. "url": "https://github.com/sponsors/antonk52"
  9034. }
  9035. },
  9036. "node_modules/listhen": {
  9037. "version": "1.9.0",
  9038. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  9039. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  9040. "license": "MIT",
  9041. "dependencies": {
  9042. "@parcel/watcher": "^2.4.1",
  9043. "@parcel/watcher-wasm": "^2.4.1",
  9044. "citty": "^0.1.6",
  9045. "clipboardy": "^4.0.0",
  9046. "consola": "^3.2.3",
  9047. "crossws": ">=0.2.0 <0.4.0",
  9048. "defu": "^6.1.4",
  9049. "get-port-please": "^3.1.2",
  9050. "h3": "^1.12.0",
  9051. "http-shutdown": "^1.2.2",
  9052. "jiti": "^2.1.2",
  9053. "mlly": "^1.7.1",
  9054. "node-forge": "^1.3.1",
  9055. "pathe": "^1.1.2",
  9056. "std-env": "^3.7.0",
  9057. "ufo": "^1.5.4",
  9058. "untun": "^0.1.3",
  9059. "uqr": "^0.1.2"
  9060. },
  9061. "bin": {
  9062. "listen": "bin/listhen.mjs",
  9063. "listhen": "bin/listhen.mjs"
  9064. }
  9065. },
  9066. "node_modules/listhen/node_modules/pathe": {
  9067. "version": "1.1.2",
  9068. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  9069. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9070. "license": "MIT"
  9071. },
  9072. "node_modules/local-pkg": {
  9073. "version": "1.1.2",
  9074. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz",
  9075. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  9076. "license": "MIT",
  9077. "dependencies": {
  9078. "mlly": "^1.7.4",
  9079. "pkg-types": "^2.3.0",
  9080. "quansync": "^0.2.11"
  9081. },
  9082. "engines": {
  9083. "node": ">=14"
  9084. },
  9085. "funding": {
  9086. "url": "https://github.com/sponsors/antfu"
  9087. }
  9088. },
  9089. "node_modules/lodash": {
  9090. "version": "4.17.21",
  9091. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  9092. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  9093. "license": "MIT"
  9094. },
  9095. "node_modules/lodash-es": {
  9096. "version": "4.17.21",
  9097. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  9098. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  9099. },
  9100. "node_modules/lodash.defaults": {
  9101. "version": "4.2.0",
  9102. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  9103. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  9104. "license": "MIT"
  9105. },
  9106. "node_modules/lodash.isarguments": {
  9107. "version": "3.1.0",
  9108. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  9109. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  9110. "license": "MIT"
  9111. },
  9112. "node_modules/lodash.memoize": {
  9113. "version": "4.1.2",
  9114. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9115. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9116. "license": "MIT"
  9117. },
  9118. "node_modules/lodash.uniq": {
  9119. "version": "4.5.0",
  9120. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  9121. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  9122. "license": "MIT"
  9123. },
  9124. "node_modules/long": {
  9125. "version": "5.3.2",
  9126. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  9127. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  9128. "license": "Apache-2.0"
  9129. },
  9130. "node_modules/loose-envify": {
  9131. "version": "1.4.0",
  9132. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  9133. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9134. "license": "MIT",
  9135. "dependencies": {
  9136. "js-tokens": "^3.0.0 || ^4.0.0"
  9137. },
  9138. "bin": {
  9139. "loose-envify": "cli.js"
  9140. }
  9141. },
  9142. "node_modules/lru-cache": {
  9143. "version": "5.1.1",
  9144. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  9145. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9146. "license": "ISC",
  9147. "dependencies": {
  9148. "yallist": "^3.0.2"
  9149. }
  9150. },
  9151. "node_modules/lru.min": {
  9152. "version": "1.1.3",
  9153. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.3.tgz",
  9154. "integrity": "sha512-Lkk/vx6ak3rYkRR0Nhu4lFUT2VDnQSxBe8Hbl7f36358p6ow8Bnvr8lrLt98H8J1aGxfhbX4Fs5tYg2+FTwr5Q==",
  9155. "license": "MIT",
  9156. "engines": {
  9157. "bun": ">=1.0.0",
  9158. "deno": ">=1.30.0",
  9159. "node": ">=8.0.0"
  9160. },
  9161. "funding": {
  9162. "type": "github",
  9163. "url": "https://github.com/sponsors/wellwelwel"
  9164. }
  9165. },
  9166. "node_modules/magic-regexp": {
  9167. "version": "0.10.0",
  9168. "resolved": "https://registry.npmmirror.com/magic-regexp/-/magic-regexp-0.10.0.tgz",
  9169. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  9170. "license": "MIT",
  9171. "dependencies": {
  9172. "estree-walker": "^3.0.3",
  9173. "magic-string": "^0.30.12",
  9174. "mlly": "^1.7.2",
  9175. "regexp-tree": "^0.1.27",
  9176. "type-level-regexp": "~0.1.17",
  9177. "ufo": "^1.5.4",
  9178. "unplugin": "^2.0.0"
  9179. }
  9180. },
  9181. "node_modules/magic-regexp/node_modules/estree-walker": {
  9182. "version": "3.0.3",
  9183. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  9184. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9185. "license": "MIT",
  9186. "dependencies": {
  9187. "@types/estree": "^1.0.0"
  9188. }
  9189. },
  9190. "node_modules/magic-string": {
  9191. "version": "0.30.21",
  9192. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  9193. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  9194. "license": "MIT",
  9195. "dependencies": {
  9196. "@jridgewell/sourcemap-codec": "^1.5.5"
  9197. }
  9198. },
  9199. "node_modules/magic-string-ast": {
  9200. "version": "1.0.3",
  9201. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  9202. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  9203. "license": "MIT",
  9204. "dependencies": {
  9205. "magic-string": "^0.30.19"
  9206. },
  9207. "engines": {
  9208. "node": ">=20.19.0"
  9209. },
  9210. "funding": {
  9211. "url": "https://github.com/sponsors/sxzz"
  9212. }
  9213. },
  9214. "node_modules/magicast": {
  9215. "version": "0.5.1",
  9216. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.5.1.tgz",
  9217. "integrity": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==",
  9218. "license": "MIT",
  9219. "dependencies": {
  9220. "@babel/parser": "^7.28.5",
  9221. "@babel/types": "^7.28.5",
  9222. "source-map-js": "^1.2.1"
  9223. }
  9224. },
  9225. "node_modules/math-intrinsics": {
  9226. "version": "1.1.0",
  9227. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  9228. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  9229. "license": "MIT",
  9230. "engines": {
  9231. "node": ">= 0.4"
  9232. }
  9233. },
  9234. "node_modules/md5": {
  9235. "version": "2.3.0",
  9236. "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
  9237. "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  9238. "license": "BSD-3-Clause",
  9239. "dependencies": {
  9240. "charenc": "0.0.2",
  9241. "crypt": "0.0.2",
  9242. "is-buffer": "~1.1.6"
  9243. }
  9244. },
  9245. "node_modules/mdn-data": {
  9246. "version": "2.12.2",
  9247. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  9248. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  9249. "license": "CC0-1.0"
  9250. },
  9251. "node_modules/memorystream": {
  9252. "version": "0.3.1",
  9253. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  9254. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  9255. "dev": true,
  9256. "engines": {
  9257. "node": ">= 0.10.0"
  9258. }
  9259. },
  9260. "node_modules/merge-descriptors": {
  9261. "version": "1.0.3",
  9262. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  9263. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  9264. "dev": true,
  9265. "license": "MIT",
  9266. "funding": {
  9267. "url": "https://github.com/sponsors/sindresorhus"
  9268. }
  9269. },
  9270. "node_modules/merge-stream": {
  9271. "version": "2.0.0",
  9272. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  9273. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  9274. "license": "MIT"
  9275. },
  9276. "node_modules/merge2": {
  9277. "version": "1.4.1",
  9278. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  9279. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9280. "license": "MIT",
  9281. "engines": {
  9282. "node": ">= 8"
  9283. }
  9284. },
  9285. "node_modules/micromatch": {
  9286. "version": "4.0.8",
  9287. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  9288. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  9289. "license": "MIT",
  9290. "dependencies": {
  9291. "braces": "^3.0.3",
  9292. "picomatch": "^2.3.1"
  9293. },
  9294. "engines": {
  9295. "node": ">=8.6"
  9296. }
  9297. },
  9298. "node_modules/micromatch/node_modules/picomatch": {
  9299. "version": "2.3.1",
  9300. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9301. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9302. "license": "MIT",
  9303. "engines": {
  9304. "node": ">=8.6"
  9305. },
  9306. "funding": {
  9307. "url": "https://github.com/sponsors/jonschlinkert"
  9308. }
  9309. },
  9310. "node_modules/mime": {
  9311. "version": "2.6.0",
  9312. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  9313. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9314. "dev": true,
  9315. "license": "MIT",
  9316. "bin": {
  9317. "mime": "cli.js"
  9318. },
  9319. "engines": {
  9320. "node": ">=4.0.0"
  9321. }
  9322. },
  9323. "node_modules/mime-db": {
  9324. "version": "1.52.0",
  9325. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  9326. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9327. "license": "MIT",
  9328. "engines": {
  9329. "node": ">= 0.6"
  9330. }
  9331. },
  9332. "node_modules/mime-types": {
  9333. "version": "2.1.35",
  9334. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  9335. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9336. "license": "MIT",
  9337. "dependencies": {
  9338. "mime-db": "1.52.0"
  9339. },
  9340. "engines": {
  9341. "node": ">= 0.6"
  9342. }
  9343. },
  9344. "node_modules/mimic-fn": {
  9345. "version": "4.0.0",
  9346. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  9347. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  9348. "license": "MIT",
  9349. "engines": {
  9350. "node": ">=12"
  9351. },
  9352. "funding": {
  9353. "url": "https://github.com/sponsors/sindresorhus"
  9354. }
  9355. },
  9356. "node_modules/minimatch": {
  9357. "version": "9.0.5",
  9358. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9359. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9360. "license": "ISC",
  9361. "dependencies": {
  9362. "brace-expansion": "^2.0.1"
  9363. },
  9364. "engines": {
  9365. "node": ">=16 || 14 >=14.17"
  9366. },
  9367. "funding": {
  9368. "url": "https://github.com/sponsors/isaacs"
  9369. }
  9370. },
  9371. "node_modules/minimist": {
  9372. "version": "1.2.8",
  9373. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  9374. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9375. "dev": true,
  9376. "license": "MIT",
  9377. "funding": {
  9378. "url": "https://github.com/sponsors/ljharb"
  9379. }
  9380. },
  9381. "node_modules/minipass": {
  9382. "version": "7.1.2",
  9383. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  9384. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  9385. "license": "ISC",
  9386. "engines": {
  9387. "node": ">=16 || 14 >=14.17"
  9388. }
  9389. },
  9390. "node_modules/minizlib": {
  9391. "version": "3.1.0",
  9392. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.1.0.tgz",
  9393. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  9394. "license": "MIT",
  9395. "dependencies": {
  9396. "minipass": "^7.1.2"
  9397. },
  9398. "engines": {
  9399. "node": ">= 18"
  9400. }
  9401. },
  9402. "node_modules/mitt": {
  9403. "version": "3.0.1",
  9404. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  9405. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  9406. "license": "MIT"
  9407. },
  9408. "node_modules/mkdirp": {
  9409. "version": "0.5.6",
  9410. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  9411. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9412. "dev": true,
  9413. "license": "MIT",
  9414. "dependencies": {
  9415. "minimist": "^1.2.6"
  9416. },
  9417. "bin": {
  9418. "mkdirp": "bin/cmd.js"
  9419. }
  9420. },
  9421. "node_modules/mlly": {
  9422. "version": "1.8.0",
  9423. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.0.tgz",
  9424. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  9425. "license": "MIT",
  9426. "dependencies": {
  9427. "acorn": "^8.15.0",
  9428. "pathe": "^2.0.3",
  9429. "pkg-types": "^1.3.1",
  9430. "ufo": "^1.6.1"
  9431. }
  9432. },
  9433. "node_modules/mlly/node_modules/confbox": {
  9434. "version": "0.1.8",
  9435. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  9436. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  9437. "license": "MIT"
  9438. },
  9439. "node_modules/mlly/node_modules/pkg-types": {
  9440. "version": "1.3.1",
  9441. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  9442. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  9443. "license": "MIT",
  9444. "dependencies": {
  9445. "confbox": "^0.1.8",
  9446. "mlly": "^1.7.4",
  9447. "pathe": "^2.0.1"
  9448. }
  9449. },
  9450. "node_modules/mocked-exports": {
  9451. "version": "0.1.1",
  9452. "resolved": "https://registry.npmmirror.com/mocked-exports/-/mocked-exports-0.1.1.tgz",
  9453. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  9454. "license": "MIT"
  9455. },
  9456. "node_modules/mrmime": {
  9457. "version": "2.0.1",
  9458. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  9459. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  9460. "license": "MIT",
  9461. "engines": {
  9462. "node": ">=10"
  9463. }
  9464. },
  9465. "node_modules/ms": {
  9466. "version": "2.1.3",
  9467. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  9468. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  9469. "license": "MIT"
  9470. },
  9471. "node_modules/muggle-string": {
  9472. "version": "0.4.1",
  9473. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  9474. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  9475. "license": "MIT"
  9476. },
  9477. "node_modules/mute-stream": {
  9478. "version": "2.0.0",
  9479. "resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz",
  9480. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  9481. "dev": true,
  9482. "license": "ISC",
  9483. "engines": {
  9484. "node": "^18.17.0 || >=20.5.0"
  9485. }
  9486. },
  9487. "node_modules/mysql2": {
  9488. "version": "3.16.0",
  9489. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.16.0.tgz",
  9490. "integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
  9491. "license": "MIT",
  9492. "dependencies": {
  9493. "aws-ssl-profiles": "^1.1.1",
  9494. "denque": "^2.1.0",
  9495. "generate-function": "^2.3.1",
  9496. "iconv-lite": "^0.7.0",
  9497. "long": "^5.2.1",
  9498. "lru.min": "^1.0.0",
  9499. "named-placeholders": "^1.1.3",
  9500. "seq-queue": "^0.0.5",
  9501. "sqlstring": "^2.3.2"
  9502. },
  9503. "engines": {
  9504. "node": ">= 8.0"
  9505. }
  9506. },
  9507. "node_modules/mysql2/node_modules/iconv-lite": {
  9508. "version": "0.7.1",
  9509. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.1.tgz",
  9510. "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
  9511. "license": "MIT",
  9512. "dependencies": {
  9513. "safer-buffer": ">= 2.1.2 < 3.0.0"
  9514. },
  9515. "engines": {
  9516. "node": ">=0.10.0"
  9517. },
  9518. "funding": {
  9519. "type": "opencollective",
  9520. "url": "https://opencollective.com/express"
  9521. }
  9522. },
  9523. "node_modules/mz": {
  9524. "version": "2.7.0",
  9525. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  9526. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  9527. "dev": true,
  9528. "license": "MIT",
  9529. "dependencies": {
  9530. "any-promise": "^1.0.0",
  9531. "object-assign": "^4.0.1",
  9532. "thenify-all": "^1.0.0"
  9533. }
  9534. },
  9535. "node_modules/named-placeholders": {
  9536. "version": "1.1.6",
  9537. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.6.tgz",
  9538. "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  9539. "license": "MIT",
  9540. "dependencies": {
  9541. "lru.min": "^1.1.0"
  9542. },
  9543. "engines": {
  9544. "node": ">=8.0.0"
  9545. }
  9546. },
  9547. "node_modules/nanoid": {
  9548. "version": "3.3.11",
  9549. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9550. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9551. "funding": [
  9552. {
  9553. "type": "github",
  9554. "url": "https://github.com/sponsors/ai"
  9555. }
  9556. ],
  9557. "license": "MIT",
  9558. "bin": {
  9559. "nanoid": "bin/nanoid.cjs"
  9560. },
  9561. "engines": {
  9562. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9563. }
  9564. },
  9565. "node_modules/nanopop": {
  9566. "version": "2.4.2",
  9567. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  9568. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  9569. "license": "MIT"
  9570. },
  9571. "node_modules/nanotar": {
  9572. "version": "0.2.0",
  9573. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.2.0.tgz",
  9574. "integrity": "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==",
  9575. "license": "MIT"
  9576. },
  9577. "node_modules/nitropack": {
  9578. "version": "2.12.9",
  9579. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.12.9.tgz",
  9580. "integrity": "sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==",
  9581. "license": "MIT",
  9582. "dependencies": {
  9583. "@cloudflare/kv-asset-handler": "^0.4.0",
  9584. "@rollup/plugin-alias": "^5.1.1",
  9585. "@rollup/plugin-commonjs": "^28.0.9",
  9586. "@rollup/plugin-inject": "^5.0.5",
  9587. "@rollup/plugin-json": "^6.1.0",
  9588. "@rollup/plugin-node-resolve": "^16.0.3",
  9589. "@rollup/plugin-replace": "^6.0.2",
  9590. "@rollup/plugin-terser": "^0.4.4",
  9591. "@vercel/nft": "^0.30.3",
  9592. "archiver": "^7.0.1",
  9593. "c12": "^3.3.1",
  9594. "chokidar": "^4.0.3",
  9595. "citty": "^0.1.6",
  9596. "compatx": "^0.2.0",
  9597. "confbox": "^0.2.2",
  9598. "consola": "^3.4.2",
  9599. "cookie-es": "^2.0.0",
  9600. "croner": "^9.1.0",
  9601. "crossws": "^0.3.5",
  9602. "db0": "^0.3.4",
  9603. "defu": "^6.1.4",
  9604. "destr": "^2.0.5",
  9605. "dot-prop": "^10.1.0",
  9606. "esbuild": "^0.25.11",
  9607. "escape-string-regexp": "^5.0.0",
  9608. "etag": "^1.8.1",
  9609. "exsolve": "^1.0.7",
  9610. "globby": "^15.0.0",
  9611. "gzip-size": "^7.0.0",
  9612. "h3": "^1.15.4",
  9613. "hookable": "^5.5.3",
  9614. "httpxy": "^0.1.7",
  9615. "ioredis": "^5.8.2",
  9616. "jiti": "^2.6.1",
  9617. "klona": "^2.0.6",
  9618. "knitwork": "^1.2.0",
  9619. "listhen": "^1.9.0",
  9620. "magic-string": "^0.30.21",
  9621. "magicast": "^0.5.0",
  9622. "mime": "^4.1.0",
  9623. "mlly": "^1.8.0",
  9624. "node-fetch-native": "^1.6.7",
  9625. "node-mock-http": "^1.0.3",
  9626. "ofetch": "^1.5.0",
  9627. "ohash": "^2.0.11",
  9628. "pathe": "^2.0.3",
  9629. "perfect-debounce": "^2.0.0",
  9630. "pkg-types": "^2.3.0",
  9631. "pretty-bytes": "^7.1.0",
  9632. "radix3": "^1.1.2",
  9633. "rollup": "^4.52.5",
  9634. "rollup-plugin-visualizer": "^6.0.5",
  9635. "scule": "^1.3.0",
  9636. "semver": "^7.7.3",
  9637. "serve-placeholder": "^2.0.2",
  9638. "serve-static": "^2.2.0",
  9639. "source-map": "^0.7.6",
  9640. "std-env": "^3.10.0",
  9641. "ufo": "^1.6.1",
  9642. "ultrahtml": "^1.6.0",
  9643. "uncrypto": "^0.1.3",
  9644. "unctx": "^2.4.1",
  9645. "unenv": "^2.0.0-rc.23",
  9646. "unimport": "^5.5.0",
  9647. "unplugin-utils": "^0.3.1",
  9648. "unstorage": "^1.17.1",
  9649. "untyped": "^2.0.0",
  9650. "unwasm": "^0.3.11",
  9651. "youch": "^4.1.0-beta.11",
  9652. "youch-core": "^0.3.3"
  9653. },
  9654. "bin": {
  9655. "nitro": "dist/cli/index.mjs",
  9656. "nitropack": "dist/cli/index.mjs"
  9657. },
  9658. "engines": {
  9659. "node": "^20.19.0 || >=22.12.0"
  9660. },
  9661. "peerDependencies": {
  9662. "xml2js": "^0.6.2"
  9663. },
  9664. "peerDependenciesMeta": {
  9665. "xml2js": {
  9666. "optional": true
  9667. }
  9668. }
  9669. },
  9670. "node_modules/nitropack/node_modules/mime": {
  9671. "version": "4.1.0",
  9672. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
  9673. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  9674. "funding": [
  9675. "https://github.com/sponsors/broofa"
  9676. ],
  9677. "license": "MIT",
  9678. "bin": {
  9679. "mime": "bin/cli.js"
  9680. },
  9681. "engines": {
  9682. "node": ">=16"
  9683. }
  9684. },
  9685. "node_modules/nitropack/node_modules/perfect-debounce": {
  9686. "version": "2.0.0",
  9687. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  9688. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  9689. "license": "MIT"
  9690. },
  9691. "node_modules/nitropack/node_modules/semver": {
  9692. "version": "7.7.3",
  9693. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  9694. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  9695. "license": "ISC",
  9696. "bin": {
  9697. "semver": "bin/semver.js"
  9698. },
  9699. "engines": {
  9700. "node": ">=10"
  9701. }
  9702. },
  9703. "node_modules/nitropack/node_modules/unplugin-utils": {
  9704. "version": "0.3.1",
  9705. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9706. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9707. "license": "MIT",
  9708. "dependencies": {
  9709. "pathe": "^2.0.3",
  9710. "picomatch": "^4.0.3"
  9711. },
  9712. "engines": {
  9713. "node": ">=20.19.0"
  9714. },
  9715. "funding": {
  9716. "url": "https://github.com/sponsors/sxzz"
  9717. }
  9718. },
  9719. "node_modules/node-addon-api": {
  9720. "version": "7.1.1",
  9721. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9722. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9723. "license": "MIT"
  9724. },
  9725. "node_modules/node-fetch": {
  9726. "version": "2.7.0",
  9727. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  9728. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9729. "license": "MIT",
  9730. "dependencies": {
  9731. "whatwg-url": "^5.0.0"
  9732. },
  9733. "engines": {
  9734. "node": "4.x || >=6.0.0"
  9735. },
  9736. "peerDependencies": {
  9737. "encoding": "^0.1.0"
  9738. },
  9739. "peerDependenciesMeta": {
  9740. "encoding": {
  9741. "optional": true
  9742. }
  9743. }
  9744. },
  9745. "node_modules/node-fetch-native": {
  9746. "version": "1.6.7",
  9747. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9748. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9749. "license": "MIT"
  9750. },
  9751. "node_modules/node-forge": {
  9752. "version": "1.3.3",
  9753. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.3.tgz",
  9754. "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
  9755. "license": "(BSD-3-Clause OR GPL-2.0)",
  9756. "engines": {
  9757. "node": ">= 6.13.0"
  9758. }
  9759. },
  9760. "node_modules/node-gyp-build": {
  9761. "version": "4.8.4",
  9762. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9763. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9764. "license": "MIT",
  9765. "bin": {
  9766. "node-gyp-build": "bin.js",
  9767. "node-gyp-build-optional": "optional.js",
  9768. "node-gyp-build-test": "build-test.js"
  9769. }
  9770. },
  9771. "node_modules/node-hex": {
  9772. "version": "1.0.1",
  9773. "resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
  9774. "integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
  9775. "dev": true,
  9776. "license": "MIT",
  9777. "engines": {
  9778. "node": ">=8.0.0"
  9779. }
  9780. },
  9781. "node_modules/node-mock-http": {
  9782. "version": "1.0.4",
  9783. "resolved": "https://registry.npmmirror.com/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9784. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9785. "license": "MIT"
  9786. },
  9787. "node_modules/node-releases": {
  9788. "version": "2.0.27",
  9789. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  9790. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  9791. "license": "MIT"
  9792. },
  9793. "node_modules/nopt": {
  9794. "version": "8.1.0",
  9795. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz",
  9796. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9797. "license": "ISC",
  9798. "dependencies": {
  9799. "abbrev": "^3.0.0"
  9800. },
  9801. "bin": {
  9802. "nopt": "bin/nopt.js"
  9803. },
  9804. "engines": {
  9805. "node": "^18.17.0 || >=20.5.0"
  9806. }
  9807. },
  9808. "node_modules/normalize-path": {
  9809. "version": "3.0.0",
  9810. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  9811. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9812. "license": "MIT",
  9813. "engines": {
  9814. "node": ">=0.10.0"
  9815. }
  9816. },
  9817. "node_modules/npm-normalize-package-bin": {
  9818. "version": "4.0.0",
  9819. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  9820. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  9821. "dev": true,
  9822. "license": "ISC",
  9823. "engines": {
  9824. "node": "^18.17.0 || >=20.5.0"
  9825. }
  9826. },
  9827. "node_modules/npm-run-all2": {
  9828. "version": "7.0.2",
  9829. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  9830. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  9831. "dev": true,
  9832. "license": "MIT",
  9833. "dependencies": {
  9834. "ansi-styles": "^6.2.1",
  9835. "cross-spawn": "^7.0.6",
  9836. "memorystream": "^0.3.1",
  9837. "minimatch": "^9.0.0",
  9838. "pidtree": "^0.6.0",
  9839. "read-package-json-fast": "^4.0.0",
  9840. "shell-quote": "^1.7.3",
  9841. "which": "^5.0.0"
  9842. },
  9843. "bin": {
  9844. "npm-run-all": "bin/npm-run-all/index.js",
  9845. "npm-run-all2": "bin/npm-run-all/index.js",
  9846. "run-p": "bin/run-p/index.js",
  9847. "run-s": "bin/run-s/index.js"
  9848. },
  9849. "engines": {
  9850. "node": "^18.17.0 || >=20.5.0",
  9851. "npm": ">= 9"
  9852. }
  9853. },
  9854. "node_modules/npm-run-path": {
  9855. "version": "6.0.0",
  9856. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  9857. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  9858. "license": "MIT",
  9859. "dependencies": {
  9860. "path-key": "^4.0.0",
  9861. "unicorn-magic": "^0.3.0"
  9862. },
  9863. "engines": {
  9864. "node": ">=18"
  9865. },
  9866. "funding": {
  9867. "url": "https://github.com/sponsors/sindresorhus"
  9868. }
  9869. },
  9870. "node_modules/npm-run-path/node_modules/path-key": {
  9871. "version": "4.0.0",
  9872. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  9873. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9874. "license": "MIT",
  9875. "engines": {
  9876. "node": ">=12"
  9877. },
  9878. "funding": {
  9879. "url": "https://github.com/sponsors/sindresorhus"
  9880. }
  9881. },
  9882. "node_modules/nth-check": {
  9883. "version": "2.1.1",
  9884. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  9885. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9886. "license": "BSD-2-Clause",
  9887. "dependencies": {
  9888. "boolbase": "^1.0.0"
  9889. },
  9890. "funding": {
  9891. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9892. }
  9893. },
  9894. "node_modules/nuxt": {
  9895. "version": "4.2.2",
  9896. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-4.2.2.tgz",
  9897. "integrity": "sha512-n6oYFikgLEb70J4+K19jAzfx4exZcRSRX7yZn09P5qlf2Z59VNOBqNmaZO5ObzvyGUZ308SZfL629/Q2v2FVjw==",
  9898. "license": "MIT",
  9899. "dependencies": {
  9900. "@dxup/nuxt": "^0.2.2",
  9901. "@nuxt/cli": "^3.31.1",
  9902. "@nuxt/devtools": "^3.1.1",
  9903. "@nuxt/kit": "4.2.2",
  9904. "@nuxt/nitro-server": "4.2.2",
  9905. "@nuxt/schema": "4.2.2",
  9906. "@nuxt/telemetry": "^2.6.6",
  9907. "@nuxt/vite-builder": "4.2.2",
  9908. "@unhead/vue": "^2.0.19",
  9909. "@vue/shared": "^3.5.25",
  9910. "c12": "^3.3.2",
  9911. "chokidar": "^5.0.0",
  9912. "compatx": "^0.2.0",
  9913. "consola": "^3.4.2",
  9914. "cookie-es": "^2.0.0",
  9915. "defu": "^6.1.4",
  9916. "destr": "^2.0.5",
  9917. "devalue": "^5.6.0",
  9918. "errx": "^0.1.0",
  9919. "escape-string-regexp": "^5.0.0",
  9920. "exsolve": "^1.0.8",
  9921. "h3": "^1.15.4",
  9922. "hookable": "^5.5.3",
  9923. "ignore": "^7.0.5",
  9924. "impound": "^1.0.0",
  9925. "jiti": "^2.6.1",
  9926. "klona": "^2.0.6",
  9927. "knitwork": "^1.3.0",
  9928. "magic-string": "^0.30.21",
  9929. "mlly": "^1.8.0",
  9930. "nanotar": "^0.2.0",
  9931. "nypm": "^0.6.2",
  9932. "ofetch": "^1.5.1",
  9933. "ohash": "^2.0.11",
  9934. "on-change": "^6.0.1",
  9935. "oxc-minify": "^0.102.0",
  9936. "oxc-parser": "^0.102.0",
  9937. "oxc-transform": "^0.102.0",
  9938. "oxc-walker": "^0.6.0",
  9939. "pathe": "^2.0.3",
  9940. "perfect-debounce": "^2.0.0",
  9941. "pkg-types": "^2.3.0",
  9942. "radix3": "^1.1.2",
  9943. "scule": "^1.3.0",
  9944. "semver": "^7.7.3",
  9945. "std-env": "^3.10.0",
  9946. "tinyglobby": "^0.2.15",
  9947. "ufo": "^1.6.1",
  9948. "ultrahtml": "^1.6.0",
  9949. "uncrypto": "^0.1.3",
  9950. "unctx": "^2.4.1",
  9951. "unimport": "^5.5.0",
  9952. "unplugin": "^2.3.11",
  9953. "unplugin-vue-router": "^0.19.0",
  9954. "untyped": "^2.0.0",
  9955. "vue": "^3.5.25",
  9956. "vue-router": "^4.6.3"
  9957. },
  9958. "bin": {
  9959. "nuxi": "bin/nuxt.mjs",
  9960. "nuxt": "bin/nuxt.mjs"
  9961. },
  9962. "engines": {
  9963. "node": "^20.19.0 || >=22.12.0"
  9964. },
  9965. "peerDependencies": {
  9966. "@parcel/watcher": "^2.1.0",
  9967. "@types/node": ">=18.12.0"
  9968. },
  9969. "peerDependenciesMeta": {
  9970. "@parcel/watcher": {
  9971. "optional": true
  9972. },
  9973. "@types/node": {
  9974. "optional": true
  9975. }
  9976. }
  9977. },
  9978. "node_modules/nuxt/node_modules/@nuxt/kit": {
  9979. "version": "4.2.2",
  9980. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.2.2.tgz",
  9981. "integrity": "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==",
  9982. "license": "MIT",
  9983. "dependencies": {
  9984. "c12": "^3.3.2",
  9985. "consola": "^3.4.2",
  9986. "defu": "^6.1.4",
  9987. "destr": "^2.0.5",
  9988. "errx": "^0.1.0",
  9989. "exsolve": "^1.0.8",
  9990. "ignore": "^7.0.5",
  9991. "jiti": "^2.6.1",
  9992. "klona": "^2.0.6",
  9993. "mlly": "^1.8.0",
  9994. "ohash": "^2.0.11",
  9995. "pathe": "^2.0.3",
  9996. "pkg-types": "^2.3.0",
  9997. "rc9": "^2.1.2",
  9998. "scule": "^1.3.0",
  9999. "semver": "^7.7.3",
  10000. "tinyglobby": "^0.2.15",
  10001. "ufo": "^1.6.1",
  10002. "unctx": "^2.4.1",
  10003. "untyped": "^2.0.0"
  10004. },
  10005. "engines": {
  10006. "node": ">=18.12.0"
  10007. }
  10008. },
  10009. "node_modules/nuxt/node_modules/chokidar": {
  10010. "version": "5.0.0",
  10011. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  10012. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  10013. "license": "MIT",
  10014. "dependencies": {
  10015. "readdirp": "^5.0.0"
  10016. },
  10017. "engines": {
  10018. "node": ">= 20.19.0"
  10019. },
  10020. "funding": {
  10021. "url": "https://paulmillr.com/funding/"
  10022. }
  10023. },
  10024. "node_modules/nuxt/node_modules/perfect-debounce": {
  10025. "version": "2.0.0",
  10026. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  10027. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  10028. "license": "MIT"
  10029. },
  10030. "node_modules/nuxt/node_modules/readdirp": {
  10031. "version": "5.0.0",
  10032. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  10033. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  10034. "license": "MIT",
  10035. "engines": {
  10036. "node": ">= 20.19.0"
  10037. },
  10038. "funding": {
  10039. "type": "individual",
  10040. "url": "https://paulmillr.com/funding/"
  10041. }
  10042. },
  10043. "node_modules/nuxt/node_modules/semver": {
  10044. "version": "7.7.3",
  10045. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  10046. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  10047. "license": "ISC",
  10048. "bin": {
  10049. "semver": "bin/semver.js"
  10050. },
  10051. "engines": {
  10052. "node": ">=10"
  10053. }
  10054. },
  10055. "node_modules/nypm": {
  10056. "version": "0.6.2",
  10057. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.6.2.tgz",
  10058. "integrity": "sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==",
  10059. "license": "MIT",
  10060. "dependencies": {
  10061. "citty": "^0.1.6",
  10062. "consola": "^3.4.2",
  10063. "pathe": "^2.0.3",
  10064. "pkg-types": "^2.3.0",
  10065. "tinyexec": "^1.0.1"
  10066. },
  10067. "bin": {
  10068. "nypm": "dist/cli.mjs"
  10069. },
  10070. "engines": {
  10071. "node": "^14.16.0 || >=16.10.0"
  10072. }
  10073. },
  10074. "node_modules/object-assign": {
  10075. "version": "4.1.1",
  10076. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  10077. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10078. "dev": true,
  10079. "license": "MIT",
  10080. "engines": {
  10081. "node": ">=0.10.0"
  10082. }
  10083. },
  10084. "node_modules/object-inspect": {
  10085. "version": "1.13.4",
  10086. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  10087. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10088. "dev": true,
  10089. "license": "MIT",
  10090. "engines": {
  10091. "node": ">= 0.4"
  10092. },
  10093. "funding": {
  10094. "url": "https://github.com/sponsors/ljharb"
  10095. }
  10096. },
  10097. "node_modules/obug": {
  10098. "version": "2.1.1",
  10099. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  10100. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  10101. "funding": [
  10102. "https://github.com/sponsors/sxzz",
  10103. "https://opencollective.com/debug"
  10104. ],
  10105. "license": "MIT"
  10106. },
  10107. "node_modules/ofetch": {
  10108. "version": "1.5.1",
  10109. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.5.1.tgz",
  10110. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  10111. "license": "MIT",
  10112. "dependencies": {
  10113. "destr": "^2.0.5",
  10114. "node-fetch-native": "^1.6.7",
  10115. "ufo": "^1.6.1"
  10116. }
  10117. },
  10118. "node_modules/ohash": {
  10119. "version": "2.0.11",
  10120. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  10121. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  10122. "license": "MIT"
  10123. },
  10124. "node_modules/on-change": {
  10125. "version": "6.0.1",
  10126. "resolved": "https://registry.npmmirror.com/on-change/-/on-change-6.0.1.tgz",
  10127. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  10128. "license": "MIT",
  10129. "engines": {
  10130. "node": ">=20"
  10131. },
  10132. "funding": {
  10133. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  10134. }
  10135. },
  10136. "node_modules/on-finished": {
  10137. "version": "2.4.1",
  10138. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  10139. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10140. "license": "MIT",
  10141. "dependencies": {
  10142. "ee-first": "1.1.1"
  10143. },
  10144. "engines": {
  10145. "node": ">= 0.8"
  10146. }
  10147. },
  10148. "node_modules/once": {
  10149. "version": "1.4.0",
  10150. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  10151. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10152. "dev": true,
  10153. "license": "ISC",
  10154. "dependencies": {
  10155. "wrappy": "1"
  10156. }
  10157. },
  10158. "node_modules/onetime": {
  10159. "version": "6.0.0",
  10160. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  10161. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  10162. "license": "MIT",
  10163. "dependencies": {
  10164. "mimic-fn": "^4.0.0"
  10165. },
  10166. "engines": {
  10167. "node": ">=12"
  10168. },
  10169. "funding": {
  10170. "url": "https://github.com/sponsors/sindresorhus"
  10171. }
  10172. },
  10173. "node_modules/open": {
  10174. "version": "10.2.0",
  10175. "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
  10176. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  10177. "license": "MIT",
  10178. "dependencies": {
  10179. "default-browser": "^5.2.1",
  10180. "define-lazy-prop": "^3.0.0",
  10181. "is-inside-container": "^1.0.0",
  10182. "wsl-utils": "^0.1.0"
  10183. },
  10184. "engines": {
  10185. "node": ">=18"
  10186. },
  10187. "funding": {
  10188. "url": "https://github.com/sponsors/sindresorhus"
  10189. }
  10190. },
  10191. "node_modules/os-name": {
  10192. "version": "1.0.3",
  10193. "resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
  10194. "integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  10195. "dev": true,
  10196. "license": "MIT",
  10197. "dependencies": {
  10198. "osx-release": "^1.0.0",
  10199. "win-release": "^1.0.0"
  10200. },
  10201. "bin": {
  10202. "os-name": "cli.js"
  10203. },
  10204. "engines": {
  10205. "node": ">=0.10.0"
  10206. }
  10207. },
  10208. "node_modules/osx-release": {
  10209. "version": "1.1.0",
  10210. "resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
  10211. "integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
  10212. "dev": true,
  10213. "license": "MIT",
  10214. "dependencies": {
  10215. "minimist": "^1.1.0"
  10216. },
  10217. "bin": {
  10218. "osx-release": "cli.js"
  10219. },
  10220. "engines": {
  10221. "node": ">=0.10.0"
  10222. }
  10223. },
  10224. "node_modules/oxc-minify": {
  10225. "version": "0.102.0",
  10226. "resolved": "https://registry.npmmirror.com/oxc-minify/-/oxc-minify-0.102.0.tgz",
  10227. "integrity": "sha512-FphAHDyTCNepQbiQTSyWFMbNc9zdUmj1WBsoLwvZhWm7rEe/IeIKYKRhy75lWOjwFsi5/i4Qucq43hgs3n2Exw==",
  10228. "license": "MIT",
  10229. "engines": {
  10230. "node": "^20.19.0 || >=22.12.0"
  10231. },
  10232. "funding": {
  10233. "url": "https://github.com/sponsors/Boshen"
  10234. },
  10235. "optionalDependencies": {
  10236. "@oxc-minify/binding-android-arm64": "0.102.0",
  10237. "@oxc-minify/binding-darwin-arm64": "0.102.0",
  10238. "@oxc-minify/binding-darwin-x64": "0.102.0",
  10239. "@oxc-minify/binding-freebsd-x64": "0.102.0",
  10240. "@oxc-minify/binding-linux-arm-gnueabihf": "0.102.0",
  10241. "@oxc-minify/binding-linux-arm64-gnu": "0.102.0",
  10242. "@oxc-minify/binding-linux-arm64-musl": "0.102.0",
  10243. "@oxc-minify/binding-linux-riscv64-gnu": "0.102.0",
  10244. "@oxc-minify/binding-linux-s390x-gnu": "0.102.0",
  10245. "@oxc-minify/binding-linux-x64-gnu": "0.102.0",
  10246. "@oxc-minify/binding-linux-x64-musl": "0.102.0",
  10247. "@oxc-minify/binding-openharmony-arm64": "0.102.0",
  10248. "@oxc-minify/binding-wasm32-wasi": "0.102.0",
  10249. "@oxc-minify/binding-win32-arm64-msvc": "0.102.0",
  10250. "@oxc-minify/binding-win32-x64-msvc": "0.102.0"
  10251. }
  10252. },
  10253. "node_modules/oxc-parser": {
  10254. "version": "0.102.0",
  10255. "resolved": "https://registry.npmmirror.com/oxc-parser/-/oxc-parser-0.102.0.tgz",
  10256. "integrity": "sha512-xMiyHgr2FZsphQ12ZCsXRvSYzmKXCm1ejmyG4GDZIiKOmhyt5iKtWq0klOfFsEQ6jcgbwrUdwcCVYzr1F+h5og==",
  10257. "license": "MIT",
  10258. "dependencies": {
  10259. "@oxc-project/types": "^0.102.0"
  10260. },
  10261. "engines": {
  10262. "node": "^20.19.0 || >=22.12.0"
  10263. },
  10264. "funding": {
  10265. "url": "https://github.com/sponsors/Boshen"
  10266. },
  10267. "optionalDependencies": {
  10268. "@oxc-parser/binding-android-arm64": "0.102.0",
  10269. "@oxc-parser/binding-darwin-arm64": "0.102.0",
  10270. "@oxc-parser/binding-darwin-x64": "0.102.0",
  10271. "@oxc-parser/binding-freebsd-x64": "0.102.0",
  10272. "@oxc-parser/binding-linux-arm-gnueabihf": "0.102.0",
  10273. "@oxc-parser/binding-linux-arm64-gnu": "0.102.0",
  10274. "@oxc-parser/binding-linux-arm64-musl": "0.102.0",
  10275. "@oxc-parser/binding-linux-riscv64-gnu": "0.102.0",
  10276. "@oxc-parser/binding-linux-s390x-gnu": "0.102.0",
  10277. "@oxc-parser/binding-linux-x64-gnu": "0.102.0",
  10278. "@oxc-parser/binding-linux-x64-musl": "0.102.0",
  10279. "@oxc-parser/binding-openharmony-arm64": "0.102.0",
  10280. "@oxc-parser/binding-wasm32-wasi": "0.102.0",
  10281. "@oxc-parser/binding-win32-arm64-msvc": "0.102.0",
  10282. "@oxc-parser/binding-win32-x64-msvc": "0.102.0"
  10283. }
  10284. },
  10285. "node_modules/oxc-transform": {
  10286. "version": "0.102.0",
  10287. "resolved": "https://registry.npmmirror.com/oxc-transform/-/oxc-transform-0.102.0.tgz",
  10288. "integrity": "sha512-MR5ohiBS6/kvxRpmUZ3LIDTTJBEC4xLAEZXfYr7vrA0eP7WHewQaNQPFDgT4Bee89TdmVQ5ZKrifGwxLjSyHHw==",
  10289. "license": "MIT",
  10290. "engines": {
  10291. "node": "^20.19.0 || >=22.12.0"
  10292. },
  10293. "funding": {
  10294. "url": "https://github.com/sponsors/Boshen"
  10295. },
  10296. "optionalDependencies": {
  10297. "@oxc-transform/binding-android-arm64": "0.102.0",
  10298. "@oxc-transform/binding-darwin-arm64": "0.102.0",
  10299. "@oxc-transform/binding-darwin-x64": "0.102.0",
  10300. "@oxc-transform/binding-freebsd-x64": "0.102.0",
  10301. "@oxc-transform/binding-linux-arm-gnueabihf": "0.102.0",
  10302. "@oxc-transform/binding-linux-arm64-gnu": "0.102.0",
  10303. "@oxc-transform/binding-linux-arm64-musl": "0.102.0",
  10304. "@oxc-transform/binding-linux-riscv64-gnu": "0.102.0",
  10305. "@oxc-transform/binding-linux-s390x-gnu": "0.102.0",
  10306. "@oxc-transform/binding-linux-x64-gnu": "0.102.0",
  10307. "@oxc-transform/binding-linux-x64-musl": "0.102.0",
  10308. "@oxc-transform/binding-openharmony-arm64": "0.102.0",
  10309. "@oxc-transform/binding-wasm32-wasi": "0.102.0",
  10310. "@oxc-transform/binding-win32-arm64-msvc": "0.102.0",
  10311. "@oxc-transform/binding-win32-x64-msvc": "0.102.0"
  10312. }
  10313. },
  10314. "node_modules/oxc-walker": {
  10315. "version": "0.6.0",
  10316. "resolved": "https://registry.npmmirror.com/oxc-walker/-/oxc-walker-0.6.0.tgz",
  10317. "integrity": "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==",
  10318. "license": "MIT",
  10319. "dependencies": {
  10320. "magic-regexp": "^0.10.0"
  10321. },
  10322. "peerDependencies": {
  10323. "oxc-parser": ">=0.98.0"
  10324. }
  10325. },
  10326. "node_modules/package-json-from-dist": {
  10327. "version": "1.0.1",
  10328. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  10329. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  10330. "license": "BlueOak-1.0.0"
  10331. },
  10332. "node_modules/package-manager-detector": {
  10333. "version": "1.3.0",
  10334. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  10335. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  10336. "license": "MIT"
  10337. },
  10338. "node_modules/parse-ms": {
  10339. "version": "4.0.0",
  10340. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  10341. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  10342. "dev": true,
  10343. "license": "MIT",
  10344. "engines": {
  10345. "node": ">=18"
  10346. },
  10347. "funding": {
  10348. "url": "https://github.com/sponsors/sindresorhus"
  10349. }
  10350. },
  10351. "node_modules/parse-path": {
  10352. "version": "7.1.0",
  10353. "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.1.0.tgz",
  10354. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  10355. "license": "MIT",
  10356. "dependencies": {
  10357. "protocols": "^2.0.0"
  10358. }
  10359. },
  10360. "node_modules/parse-url": {
  10361. "version": "9.2.0",
  10362. "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-9.2.0.tgz",
  10363. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  10364. "license": "MIT",
  10365. "dependencies": {
  10366. "@types/parse-path": "^7.0.0",
  10367. "parse-path": "^7.0.0"
  10368. },
  10369. "engines": {
  10370. "node": ">=14.13.0"
  10371. }
  10372. },
  10373. "node_modules/parseurl": {
  10374. "version": "1.3.3",
  10375. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  10376. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10377. "license": "MIT",
  10378. "engines": {
  10379. "node": ">= 0.8"
  10380. }
  10381. },
  10382. "node_modules/path-browserify": {
  10383. "version": "1.0.1",
  10384. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  10385. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  10386. "license": "MIT"
  10387. },
  10388. "node_modules/path-key": {
  10389. "version": "3.1.1",
  10390. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  10391. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10392. "license": "MIT",
  10393. "engines": {
  10394. "node": ">=8"
  10395. }
  10396. },
  10397. "node_modules/path-parse": {
  10398. "version": "1.0.7",
  10399. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  10400. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  10401. "license": "MIT"
  10402. },
  10403. "node_modules/path-scurry": {
  10404. "version": "1.11.1",
  10405. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  10406. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  10407. "license": "BlueOak-1.0.0",
  10408. "dependencies": {
  10409. "lru-cache": "^10.2.0",
  10410. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  10411. },
  10412. "engines": {
  10413. "node": ">=16 || 14 >=14.18"
  10414. },
  10415. "funding": {
  10416. "url": "https://github.com/sponsors/isaacs"
  10417. }
  10418. },
  10419. "node_modules/path-scurry/node_modules/lru-cache": {
  10420. "version": "10.4.3",
  10421. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  10422. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  10423. "license": "ISC"
  10424. },
  10425. "node_modules/path-type": {
  10426. "version": "6.0.0",
  10427. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-6.0.0.tgz",
  10428. "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
  10429. "license": "MIT",
  10430. "engines": {
  10431. "node": ">=18"
  10432. },
  10433. "funding": {
  10434. "url": "https://github.com/sponsors/sindresorhus"
  10435. }
  10436. },
  10437. "node_modules/pathe": {
  10438. "version": "2.0.3",
  10439. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  10440. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  10441. "license": "MIT"
  10442. },
  10443. "node_modules/pause-stream": {
  10444. "version": "0.0.11",
  10445. "resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
  10446. "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
  10447. "dev": true,
  10448. "license": [
  10449. "MIT",
  10450. "Apache2"
  10451. ],
  10452. "dependencies": {
  10453. "through": "~2.3"
  10454. }
  10455. },
  10456. "node_modules/perfect-debounce": {
  10457. "version": "1.0.0",
  10458. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  10459. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  10460. "license": "MIT"
  10461. },
  10462. "node_modules/picocolors": {
  10463. "version": "1.1.1",
  10464. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  10465. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  10466. "license": "ISC"
  10467. },
  10468. "node_modules/picomatch": {
  10469. "version": "4.0.3",
  10470. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  10471. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  10472. "license": "MIT",
  10473. "engines": {
  10474. "node": ">=12"
  10475. },
  10476. "funding": {
  10477. "url": "https://github.com/sponsors/jonschlinkert"
  10478. }
  10479. },
  10480. "node_modules/pidtree": {
  10481. "version": "0.6.0",
  10482. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  10483. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  10484. "dev": true,
  10485. "license": "MIT",
  10486. "bin": {
  10487. "pidtree": "bin/pidtree.js"
  10488. },
  10489. "engines": {
  10490. "node": ">=0.10"
  10491. }
  10492. },
  10493. "node_modules/pinia": {
  10494. "version": "3.0.3",
  10495. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  10496. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  10497. "license": "MIT",
  10498. "dependencies": {
  10499. "@vue/devtools-api": "^7.7.2"
  10500. },
  10501. "funding": {
  10502. "url": "https://github.com/sponsors/posva"
  10503. },
  10504. "peerDependencies": {
  10505. "typescript": ">=4.4.4",
  10506. "vue": "^2.7.0 || ^3.5.11"
  10507. },
  10508. "peerDependenciesMeta": {
  10509. "typescript": {
  10510. "optional": true
  10511. }
  10512. }
  10513. },
  10514. "node_modules/pkg-types": {
  10515. "version": "2.3.0",
  10516. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.0.tgz",
  10517. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  10518. "license": "MIT",
  10519. "dependencies": {
  10520. "confbox": "^0.2.2",
  10521. "exsolve": "^1.0.7",
  10522. "pathe": "^2.0.3"
  10523. }
  10524. },
  10525. "node_modules/platform": {
  10526. "version": "1.3.6",
  10527. "resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  10528. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  10529. "dev": true,
  10530. "license": "MIT"
  10531. },
  10532. "node_modules/polygon-clipping": {
  10533. "version": "0.15.7",
  10534. "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
  10535. "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
  10536. "license": "MIT",
  10537. "dependencies": {
  10538. "robust-predicates": "^3.0.2",
  10539. "splaytree": "^3.1.0"
  10540. }
  10541. },
  10542. "node_modules/postcss": {
  10543. "version": "8.5.6",
  10544. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  10545. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  10546. "funding": [
  10547. {
  10548. "type": "opencollective",
  10549. "url": "https://opencollective.com/postcss/"
  10550. },
  10551. {
  10552. "type": "tidelift",
  10553. "url": "https://tidelift.com/funding/github/npm/postcss"
  10554. },
  10555. {
  10556. "type": "github",
  10557. "url": "https://github.com/sponsors/ai"
  10558. }
  10559. ],
  10560. "license": "MIT",
  10561. "dependencies": {
  10562. "nanoid": "^3.3.11",
  10563. "picocolors": "^1.1.1",
  10564. "source-map-js": "^1.2.1"
  10565. },
  10566. "engines": {
  10567. "node": "^10 || ^12 || >=14"
  10568. }
  10569. },
  10570. "node_modules/postcss-calc": {
  10571. "version": "10.1.1",
  10572. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz",
  10573. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  10574. "license": "MIT",
  10575. "dependencies": {
  10576. "postcss-selector-parser": "^7.0.0",
  10577. "postcss-value-parser": "^4.2.0"
  10578. },
  10579. "engines": {
  10580. "node": "^18.12 || ^20.9 || >=22.0"
  10581. },
  10582. "peerDependencies": {
  10583. "postcss": "^8.4.38"
  10584. }
  10585. },
  10586. "node_modules/postcss-colormin": {
  10587. "version": "7.0.5",
  10588. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.5.tgz",
  10589. "integrity": "sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==",
  10590. "license": "MIT",
  10591. "dependencies": {
  10592. "browserslist": "^4.27.0",
  10593. "caniuse-api": "^3.0.0",
  10594. "colord": "^2.9.3",
  10595. "postcss-value-parser": "^4.2.0"
  10596. },
  10597. "engines": {
  10598. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10599. },
  10600. "peerDependencies": {
  10601. "postcss": "^8.4.32"
  10602. }
  10603. },
  10604. "node_modules/postcss-convert-values": {
  10605. "version": "7.0.8",
  10606. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz",
  10607. "integrity": "sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==",
  10608. "license": "MIT",
  10609. "dependencies": {
  10610. "browserslist": "^4.27.0",
  10611. "postcss-value-parser": "^4.2.0"
  10612. },
  10613. "engines": {
  10614. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10615. },
  10616. "peerDependencies": {
  10617. "postcss": "^8.4.32"
  10618. }
  10619. },
  10620. "node_modules/postcss-discard-comments": {
  10621. "version": "7.0.5",
  10622. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz",
  10623. "integrity": "sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==",
  10624. "license": "MIT",
  10625. "dependencies": {
  10626. "postcss-selector-parser": "^7.1.0"
  10627. },
  10628. "engines": {
  10629. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10630. },
  10631. "peerDependencies": {
  10632. "postcss": "^8.4.32"
  10633. }
  10634. },
  10635. "node_modules/postcss-discard-duplicates": {
  10636. "version": "7.0.2",
  10637. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  10638. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  10639. "license": "MIT",
  10640. "engines": {
  10641. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10642. },
  10643. "peerDependencies": {
  10644. "postcss": "^8.4.32"
  10645. }
  10646. },
  10647. "node_modules/postcss-discard-empty": {
  10648. "version": "7.0.1",
  10649. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  10650. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10651. "license": "MIT",
  10652. "engines": {
  10653. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10654. },
  10655. "peerDependencies": {
  10656. "postcss": "^8.4.32"
  10657. }
  10658. },
  10659. "node_modules/postcss-discard-overridden": {
  10660. "version": "7.0.1",
  10661. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10662. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10663. "license": "MIT",
  10664. "engines": {
  10665. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10666. },
  10667. "peerDependencies": {
  10668. "postcss": "^8.4.32"
  10669. }
  10670. },
  10671. "node_modules/postcss-merge-longhand": {
  10672. "version": "7.0.5",
  10673. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10674. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10675. "license": "MIT",
  10676. "dependencies": {
  10677. "postcss-value-parser": "^4.2.0",
  10678. "stylehacks": "^7.0.5"
  10679. },
  10680. "engines": {
  10681. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10682. },
  10683. "peerDependencies": {
  10684. "postcss": "^8.4.32"
  10685. }
  10686. },
  10687. "node_modules/postcss-merge-rules": {
  10688. "version": "7.0.7",
  10689. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz",
  10690. "integrity": "sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==",
  10691. "license": "MIT",
  10692. "dependencies": {
  10693. "browserslist": "^4.27.0",
  10694. "caniuse-api": "^3.0.0",
  10695. "cssnano-utils": "^5.0.1",
  10696. "postcss-selector-parser": "^7.1.0"
  10697. },
  10698. "engines": {
  10699. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10700. },
  10701. "peerDependencies": {
  10702. "postcss": "^8.4.32"
  10703. }
  10704. },
  10705. "node_modules/postcss-minify-font-values": {
  10706. "version": "7.0.1",
  10707. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10708. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10709. "license": "MIT",
  10710. "dependencies": {
  10711. "postcss-value-parser": "^4.2.0"
  10712. },
  10713. "engines": {
  10714. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10715. },
  10716. "peerDependencies": {
  10717. "postcss": "^8.4.32"
  10718. }
  10719. },
  10720. "node_modules/postcss-minify-gradients": {
  10721. "version": "7.0.1",
  10722. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10723. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10724. "license": "MIT",
  10725. "dependencies": {
  10726. "colord": "^2.9.3",
  10727. "cssnano-utils": "^5.0.1",
  10728. "postcss-value-parser": "^4.2.0"
  10729. },
  10730. "engines": {
  10731. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10732. },
  10733. "peerDependencies": {
  10734. "postcss": "^8.4.32"
  10735. }
  10736. },
  10737. "node_modules/postcss-minify-params": {
  10738. "version": "7.0.5",
  10739. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz",
  10740. "integrity": "sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==",
  10741. "license": "MIT",
  10742. "dependencies": {
  10743. "browserslist": "^4.27.0",
  10744. "cssnano-utils": "^5.0.1",
  10745. "postcss-value-parser": "^4.2.0"
  10746. },
  10747. "engines": {
  10748. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10749. },
  10750. "peerDependencies": {
  10751. "postcss": "^8.4.32"
  10752. }
  10753. },
  10754. "node_modules/postcss-minify-selectors": {
  10755. "version": "7.0.5",
  10756. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10757. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10758. "license": "MIT",
  10759. "dependencies": {
  10760. "cssesc": "^3.0.0",
  10761. "postcss-selector-parser": "^7.1.0"
  10762. },
  10763. "engines": {
  10764. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10765. },
  10766. "peerDependencies": {
  10767. "postcss": "^8.4.32"
  10768. }
  10769. },
  10770. "node_modules/postcss-normalize-charset": {
  10771. "version": "7.0.1",
  10772. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10773. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10774. "license": "MIT",
  10775. "engines": {
  10776. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10777. },
  10778. "peerDependencies": {
  10779. "postcss": "^8.4.32"
  10780. }
  10781. },
  10782. "node_modules/postcss-normalize-display-values": {
  10783. "version": "7.0.1",
  10784. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10785. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10786. "license": "MIT",
  10787. "dependencies": {
  10788. "postcss-value-parser": "^4.2.0"
  10789. },
  10790. "engines": {
  10791. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10792. },
  10793. "peerDependencies": {
  10794. "postcss": "^8.4.32"
  10795. }
  10796. },
  10797. "node_modules/postcss-normalize-positions": {
  10798. "version": "7.0.1",
  10799. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10800. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10801. "license": "MIT",
  10802. "dependencies": {
  10803. "postcss-value-parser": "^4.2.0"
  10804. },
  10805. "engines": {
  10806. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10807. },
  10808. "peerDependencies": {
  10809. "postcss": "^8.4.32"
  10810. }
  10811. },
  10812. "node_modules/postcss-normalize-repeat-style": {
  10813. "version": "7.0.1",
  10814. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10815. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10816. "license": "MIT",
  10817. "dependencies": {
  10818. "postcss-value-parser": "^4.2.0"
  10819. },
  10820. "engines": {
  10821. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10822. },
  10823. "peerDependencies": {
  10824. "postcss": "^8.4.32"
  10825. }
  10826. },
  10827. "node_modules/postcss-normalize-string": {
  10828. "version": "7.0.1",
  10829. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10830. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10831. "license": "MIT",
  10832. "dependencies": {
  10833. "postcss-value-parser": "^4.2.0"
  10834. },
  10835. "engines": {
  10836. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10837. },
  10838. "peerDependencies": {
  10839. "postcss": "^8.4.32"
  10840. }
  10841. },
  10842. "node_modules/postcss-normalize-timing-functions": {
  10843. "version": "7.0.1",
  10844. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10845. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10846. "license": "MIT",
  10847. "dependencies": {
  10848. "postcss-value-parser": "^4.2.0"
  10849. },
  10850. "engines": {
  10851. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10852. },
  10853. "peerDependencies": {
  10854. "postcss": "^8.4.32"
  10855. }
  10856. },
  10857. "node_modules/postcss-normalize-unicode": {
  10858. "version": "7.0.5",
  10859. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz",
  10860. "integrity": "sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==",
  10861. "license": "MIT",
  10862. "dependencies": {
  10863. "browserslist": "^4.27.0",
  10864. "postcss-value-parser": "^4.2.0"
  10865. },
  10866. "engines": {
  10867. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10868. },
  10869. "peerDependencies": {
  10870. "postcss": "^8.4.32"
  10871. }
  10872. },
  10873. "node_modules/postcss-normalize-url": {
  10874. "version": "7.0.1",
  10875. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10876. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10877. "license": "MIT",
  10878. "dependencies": {
  10879. "postcss-value-parser": "^4.2.0"
  10880. },
  10881. "engines": {
  10882. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10883. },
  10884. "peerDependencies": {
  10885. "postcss": "^8.4.32"
  10886. }
  10887. },
  10888. "node_modules/postcss-normalize-whitespace": {
  10889. "version": "7.0.1",
  10890. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10891. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10892. "license": "MIT",
  10893. "dependencies": {
  10894. "postcss-value-parser": "^4.2.0"
  10895. },
  10896. "engines": {
  10897. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10898. },
  10899. "peerDependencies": {
  10900. "postcss": "^8.4.32"
  10901. }
  10902. },
  10903. "node_modules/postcss-ordered-values": {
  10904. "version": "7.0.2",
  10905. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10906. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10907. "license": "MIT",
  10908. "dependencies": {
  10909. "cssnano-utils": "^5.0.1",
  10910. "postcss-value-parser": "^4.2.0"
  10911. },
  10912. "engines": {
  10913. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10914. },
  10915. "peerDependencies": {
  10916. "postcss": "^8.4.32"
  10917. }
  10918. },
  10919. "node_modules/postcss-reduce-initial": {
  10920. "version": "7.0.5",
  10921. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz",
  10922. "integrity": "sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==",
  10923. "license": "MIT",
  10924. "dependencies": {
  10925. "browserslist": "^4.27.0",
  10926. "caniuse-api": "^3.0.0"
  10927. },
  10928. "engines": {
  10929. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10930. },
  10931. "peerDependencies": {
  10932. "postcss": "^8.4.32"
  10933. }
  10934. },
  10935. "node_modules/postcss-reduce-transforms": {
  10936. "version": "7.0.1",
  10937. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10938. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10939. "license": "MIT",
  10940. "dependencies": {
  10941. "postcss-value-parser": "^4.2.0"
  10942. },
  10943. "engines": {
  10944. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10945. },
  10946. "peerDependencies": {
  10947. "postcss": "^8.4.32"
  10948. }
  10949. },
  10950. "node_modules/postcss-selector-parser": {
  10951. "version": "7.1.1",
  10952. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  10953. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  10954. "license": "MIT",
  10955. "dependencies": {
  10956. "cssesc": "^3.0.0",
  10957. "util-deprecate": "^1.0.2"
  10958. },
  10959. "engines": {
  10960. "node": ">=4"
  10961. }
  10962. },
  10963. "node_modules/postcss-svgo": {
  10964. "version": "7.1.0",
  10965. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10966. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10967. "license": "MIT",
  10968. "dependencies": {
  10969. "postcss-value-parser": "^4.2.0",
  10970. "svgo": "^4.0.0"
  10971. },
  10972. "engines": {
  10973. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10974. },
  10975. "peerDependencies": {
  10976. "postcss": "^8.4.32"
  10977. }
  10978. },
  10979. "node_modules/postcss-unique-selectors": {
  10980. "version": "7.0.4",
  10981. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10982. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10983. "license": "MIT",
  10984. "dependencies": {
  10985. "postcss-selector-parser": "^7.1.0"
  10986. },
  10987. "engines": {
  10988. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10989. },
  10990. "peerDependencies": {
  10991. "postcss": "^8.4.32"
  10992. }
  10993. },
  10994. "node_modules/postcss-value-parser": {
  10995. "version": "4.2.0",
  10996. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  10997. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  10998. "license": "MIT"
  10999. },
  11000. "node_modules/pretty-bytes": {
  11001. "version": "7.1.0",
  11002. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  11003. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  11004. "license": "MIT",
  11005. "engines": {
  11006. "node": ">=20"
  11007. },
  11008. "funding": {
  11009. "url": "https://github.com/sponsors/sindresorhus"
  11010. }
  11011. },
  11012. "node_modules/pretty-ms": {
  11013. "version": "9.2.0",
  11014. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  11015. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  11016. "dev": true,
  11017. "license": "MIT",
  11018. "dependencies": {
  11019. "parse-ms": "^4.0.0"
  11020. },
  11021. "engines": {
  11022. "node": ">=18"
  11023. },
  11024. "funding": {
  11025. "url": "https://github.com/sponsors/sindresorhus"
  11026. }
  11027. },
  11028. "node_modules/process": {
  11029. "version": "0.11.10",
  11030. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  11031. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  11032. "license": "MIT",
  11033. "engines": {
  11034. "node": ">= 0.6.0"
  11035. }
  11036. },
  11037. "node_modules/process-nextick-args": {
  11038. "version": "2.0.1",
  11039. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  11040. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  11041. "license": "MIT"
  11042. },
  11043. "node_modules/prompts": {
  11044. "version": "2.4.2",
  11045. "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
  11046. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11047. "license": "MIT",
  11048. "dependencies": {
  11049. "kleur": "^3.0.3",
  11050. "sisteransi": "^1.0.5"
  11051. },
  11052. "engines": {
  11053. "node": ">= 6"
  11054. }
  11055. },
  11056. "node_modules/protocols": {
  11057. "version": "2.0.2",
  11058. "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.2.tgz",
  11059. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  11060. "license": "MIT"
  11061. },
  11062. "node_modules/proxy-from-env": {
  11063. "version": "1.1.0",
  11064. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  11065. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  11066. "license": "MIT"
  11067. },
  11068. "node_modules/pump": {
  11069. "version": "3.0.2",
  11070. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  11071. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  11072. "dev": true,
  11073. "license": "MIT",
  11074. "dependencies": {
  11075. "end-of-stream": "^1.1.0",
  11076. "once": "^1.3.1"
  11077. }
  11078. },
  11079. "node_modules/qs": {
  11080. "version": "6.14.0",
  11081. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  11082. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  11083. "dev": true,
  11084. "license": "BSD-3-Clause",
  11085. "dependencies": {
  11086. "side-channel": "^1.1.0"
  11087. },
  11088. "engines": {
  11089. "node": ">=0.6"
  11090. },
  11091. "funding": {
  11092. "url": "https://github.com/sponsors/ljharb"
  11093. }
  11094. },
  11095. "node_modules/quansync": {
  11096. "version": "0.2.11",
  11097. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  11098. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  11099. "funding": [
  11100. {
  11101. "type": "individual",
  11102. "url": "https://github.com/sponsors/antfu"
  11103. },
  11104. {
  11105. "type": "individual",
  11106. "url": "https://github.com/sponsors/sxzz"
  11107. }
  11108. ],
  11109. "license": "MIT"
  11110. },
  11111. "node_modules/queue-microtask": {
  11112. "version": "1.2.3",
  11113. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11114. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11115. "funding": [
  11116. {
  11117. "type": "github",
  11118. "url": "https://github.com/sponsors/feross"
  11119. },
  11120. {
  11121. "type": "patreon",
  11122. "url": "https://www.patreon.com/feross"
  11123. },
  11124. {
  11125. "type": "consulting",
  11126. "url": "https://feross.org/support"
  11127. }
  11128. ],
  11129. "license": "MIT"
  11130. },
  11131. "node_modules/radix3": {
  11132. "version": "1.1.2",
  11133. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  11134. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  11135. "license": "MIT"
  11136. },
  11137. "node_modules/randombytes": {
  11138. "version": "2.1.0",
  11139. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  11140. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  11141. "license": "MIT",
  11142. "dependencies": {
  11143. "safe-buffer": "^5.1.0"
  11144. }
  11145. },
  11146. "node_modules/range-parser": {
  11147. "version": "1.2.1",
  11148. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  11149. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11150. "license": "MIT",
  11151. "engines": {
  11152. "node": ">= 0.6"
  11153. }
  11154. },
  11155. "node_modules/rc9": {
  11156. "version": "2.1.2",
  11157. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  11158. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  11159. "license": "MIT",
  11160. "dependencies": {
  11161. "defu": "^6.1.4",
  11162. "destr": "^2.0.3"
  11163. }
  11164. },
  11165. "node_modules/read-package-json-fast": {
  11166. "version": "4.0.0",
  11167. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  11168. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  11169. "dev": true,
  11170. "license": "ISC",
  11171. "dependencies": {
  11172. "json-parse-even-better-errors": "^4.0.0",
  11173. "npm-normalize-package-bin": "^4.0.0"
  11174. },
  11175. "engines": {
  11176. "node": "^18.17.0 || >=20.5.0"
  11177. }
  11178. },
  11179. "node_modules/readable-stream": {
  11180. "version": "4.7.0",
  11181. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
  11182. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  11183. "license": "MIT",
  11184. "dependencies": {
  11185. "abort-controller": "^3.0.0",
  11186. "buffer": "^6.0.3",
  11187. "events": "^3.3.0",
  11188. "process": "^0.11.10",
  11189. "string_decoder": "^1.3.0"
  11190. },
  11191. "engines": {
  11192. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  11193. }
  11194. },
  11195. "node_modules/readdir-glob": {
  11196. "version": "1.1.3",
  11197. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  11198. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  11199. "license": "Apache-2.0",
  11200. "dependencies": {
  11201. "minimatch": "^5.1.0"
  11202. }
  11203. },
  11204. "node_modules/readdir-glob/node_modules/minimatch": {
  11205. "version": "5.1.6",
  11206. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  11207. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  11208. "license": "ISC",
  11209. "dependencies": {
  11210. "brace-expansion": "^2.0.1"
  11211. },
  11212. "engines": {
  11213. "node": ">=10"
  11214. }
  11215. },
  11216. "node_modules/readdirp": {
  11217. "version": "4.1.2",
  11218. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  11219. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  11220. "license": "MIT",
  11221. "engines": {
  11222. "node": ">= 14.18.0"
  11223. },
  11224. "funding": {
  11225. "type": "individual",
  11226. "url": "https://paulmillr.com/funding/"
  11227. }
  11228. },
  11229. "node_modules/redis-errors": {
  11230. "version": "1.2.0",
  11231. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  11232. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  11233. "license": "MIT",
  11234. "engines": {
  11235. "node": ">=4"
  11236. }
  11237. },
  11238. "node_modules/redis-parser": {
  11239. "version": "3.0.0",
  11240. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  11241. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  11242. "license": "MIT",
  11243. "dependencies": {
  11244. "redis-errors": "^1.0.0"
  11245. },
  11246. "engines": {
  11247. "node": ">=4"
  11248. }
  11249. },
  11250. "node_modules/regexp-tree": {
  11251. "version": "0.1.27",
  11252. "resolved": "https://registry.npmmirror.com/regexp-tree/-/regexp-tree-0.1.27.tgz",
  11253. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  11254. "license": "MIT",
  11255. "bin": {
  11256. "regexp-tree": "bin/regexp-tree"
  11257. }
  11258. },
  11259. "node_modules/require-directory": {
  11260. "version": "2.1.1",
  11261. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  11262. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11263. "license": "MIT",
  11264. "engines": {
  11265. "node": ">=0.10.0"
  11266. }
  11267. },
  11268. "node_modules/resize-observer-polyfill": {
  11269. "version": "1.5.1",
  11270. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  11271. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  11272. "license": "MIT"
  11273. },
  11274. "node_modules/resolve": {
  11275. "version": "1.22.11",
  11276. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz",
  11277. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  11278. "license": "MIT",
  11279. "dependencies": {
  11280. "is-core-module": "^2.16.1",
  11281. "path-parse": "^1.0.7",
  11282. "supports-preserve-symlinks-flag": "^1.0.0"
  11283. },
  11284. "bin": {
  11285. "resolve": "bin/resolve"
  11286. },
  11287. "engines": {
  11288. "node": ">= 0.4"
  11289. },
  11290. "funding": {
  11291. "url": "https://github.com/sponsors/ljharb"
  11292. }
  11293. },
  11294. "node_modules/resolve-from": {
  11295. "version": "5.0.0",
  11296. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  11297. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11298. "license": "MIT",
  11299. "engines": {
  11300. "node": ">=8"
  11301. }
  11302. },
  11303. "node_modules/reusify": {
  11304. "version": "1.1.0",
  11305. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  11306. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  11307. "license": "MIT",
  11308. "engines": {
  11309. "iojs": ">=1.0.0",
  11310. "node": ">=0.10.0"
  11311. }
  11312. },
  11313. "node_modules/rfdc": {
  11314. "version": "1.4.1",
  11315. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  11316. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  11317. "license": "MIT"
  11318. },
  11319. "node_modules/robust-predicates": {
  11320. "version": "3.0.2",
  11321. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  11322. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  11323. "license": "Unlicense"
  11324. },
  11325. "node_modules/rollup": {
  11326. "version": "4.54.0",
  11327. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.54.0.tgz",
  11328. "integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
  11329. "license": "MIT",
  11330. "dependencies": {
  11331. "@types/estree": "1.0.8"
  11332. },
  11333. "bin": {
  11334. "rollup": "dist/bin/rollup"
  11335. },
  11336. "engines": {
  11337. "node": ">=18.0.0",
  11338. "npm": ">=8.0.0"
  11339. },
  11340. "optionalDependencies": {
  11341. "@rollup/rollup-android-arm-eabi": "4.54.0",
  11342. "@rollup/rollup-android-arm64": "4.54.0",
  11343. "@rollup/rollup-darwin-arm64": "4.54.0",
  11344. "@rollup/rollup-darwin-x64": "4.54.0",
  11345. "@rollup/rollup-freebsd-arm64": "4.54.0",
  11346. "@rollup/rollup-freebsd-x64": "4.54.0",
  11347. "@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
  11348. "@rollup/rollup-linux-arm-musleabihf": "4.54.0",
  11349. "@rollup/rollup-linux-arm64-gnu": "4.54.0",
  11350. "@rollup/rollup-linux-arm64-musl": "4.54.0",
  11351. "@rollup/rollup-linux-loong64-gnu": "4.54.0",
  11352. "@rollup/rollup-linux-ppc64-gnu": "4.54.0",
  11353. "@rollup/rollup-linux-riscv64-gnu": "4.54.0",
  11354. "@rollup/rollup-linux-riscv64-musl": "4.54.0",
  11355. "@rollup/rollup-linux-s390x-gnu": "4.54.0",
  11356. "@rollup/rollup-linux-x64-gnu": "4.54.0",
  11357. "@rollup/rollup-linux-x64-musl": "4.54.0",
  11358. "@rollup/rollup-openharmony-arm64": "4.54.0",
  11359. "@rollup/rollup-win32-arm64-msvc": "4.54.0",
  11360. "@rollup/rollup-win32-ia32-msvc": "4.54.0",
  11361. "@rollup/rollup-win32-x64-gnu": "4.54.0",
  11362. "@rollup/rollup-win32-x64-msvc": "4.54.0",
  11363. "fsevents": "~2.3.2"
  11364. }
  11365. },
  11366. "node_modules/rollup-plugin-visualizer": {
  11367. "version": "6.0.5",
  11368. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  11369. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  11370. "license": "MIT",
  11371. "dependencies": {
  11372. "open": "^8.0.0",
  11373. "picomatch": "^4.0.2",
  11374. "source-map": "^0.7.4",
  11375. "yargs": "^17.5.1"
  11376. },
  11377. "bin": {
  11378. "rollup-plugin-visualizer": "dist/bin/cli.js"
  11379. },
  11380. "engines": {
  11381. "node": ">=18"
  11382. },
  11383. "peerDependencies": {
  11384. "rolldown": "1.x || ^1.0.0-beta",
  11385. "rollup": "2.x || 3.x || 4.x"
  11386. },
  11387. "peerDependenciesMeta": {
  11388. "rolldown": {
  11389. "optional": true
  11390. },
  11391. "rollup": {
  11392. "optional": true
  11393. }
  11394. }
  11395. },
  11396. "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
  11397. "version": "2.0.0",
  11398. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  11399. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  11400. "license": "MIT",
  11401. "engines": {
  11402. "node": ">=8"
  11403. }
  11404. },
  11405. "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
  11406. "version": "2.2.1",
  11407. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  11408. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  11409. "license": "MIT",
  11410. "bin": {
  11411. "is-docker": "cli.js"
  11412. },
  11413. "engines": {
  11414. "node": ">=8"
  11415. },
  11416. "funding": {
  11417. "url": "https://github.com/sponsors/sindresorhus"
  11418. }
  11419. },
  11420. "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
  11421. "version": "2.2.0",
  11422. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  11423. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  11424. "license": "MIT",
  11425. "dependencies": {
  11426. "is-docker": "^2.0.0"
  11427. },
  11428. "engines": {
  11429. "node": ">=8"
  11430. }
  11431. },
  11432. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  11433. "version": "8.4.2",
  11434. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  11435. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  11436. "license": "MIT",
  11437. "dependencies": {
  11438. "define-lazy-prop": "^2.0.0",
  11439. "is-docker": "^2.1.1",
  11440. "is-wsl": "^2.2.0"
  11441. },
  11442. "engines": {
  11443. "node": ">=12"
  11444. },
  11445. "funding": {
  11446. "url": "https://github.com/sponsors/sindresorhus"
  11447. }
  11448. },
  11449. "node_modules/run-applescript": {
  11450. "version": "7.0.0",
  11451. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  11452. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  11453. "license": "MIT",
  11454. "engines": {
  11455. "node": ">=18"
  11456. },
  11457. "funding": {
  11458. "url": "https://github.com/sponsors/sindresorhus"
  11459. }
  11460. },
  11461. "node_modules/run-parallel": {
  11462. "version": "1.2.0",
  11463. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  11464. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11465. "funding": [
  11466. {
  11467. "type": "github",
  11468. "url": "https://github.com/sponsors/feross"
  11469. },
  11470. {
  11471. "type": "patreon",
  11472. "url": "https://www.patreon.com/feross"
  11473. },
  11474. {
  11475. "type": "consulting",
  11476. "url": "https://feross.org/support"
  11477. }
  11478. ],
  11479. "license": "MIT",
  11480. "dependencies": {
  11481. "queue-microtask": "^1.2.2"
  11482. }
  11483. },
  11484. "node_modules/safe-buffer": {
  11485. "version": "5.2.1",
  11486. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11487. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11488. "funding": [
  11489. {
  11490. "type": "github",
  11491. "url": "https://github.com/sponsors/feross"
  11492. },
  11493. {
  11494. "type": "patreon",
  11495. "url": "https://www.patreon.com/feross"
  11496. },
  11497. {
  11498. "type": "consulting",
  11499. "url": "https://feross.org/support"
  11500. }
  11501. ],
  11502. "license": "MIT"
  11503. },
  11504. "node_modules/safer-buffer": {
  11505. "version": "2.1.2",
  11506. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  11507. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  11508. "license": "MIT"
  11509. },
  11510. "node_modules/sass": {
  11511. "version": "1.87.0",
  11512. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.87.0.tgz",
  11513. "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
  11514. "devOptional": true,
  11515. "license": "MIT",
  11516. "dependencies": {
  11517. "chokidar": "^4.0.0",
  11518. "immutable": "^5.0.2",
  11519. "source-map-js": ">=0.6.2 <2.0.0"
  11520. },
  11521. "bin": {
  11522. "sass": "sass.js"
  11523. },
  11524. "engines": {
  11525. "node": ">=14.0.0"
  11526. },
  11527. "optionalDependencies": {
  11528. "@parcel/watcher": "^2.4.1"
  11529. }
  11530. },
  11531. "node_modules/sax": {
  11532. "version": "1.4.1",
  11533. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  11534. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  11535. "license": "ISC"
  11536. },
  11537. "node_modules/scroll-into-view-if-needed": {
  11538. "version": "2.2.31",
  11539. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  11540. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  11541. "license": "MIT",
  11542. "dependencies": {
  11543. "compute-scroll-into-view": "^1.0.20"
  11544. }
  11545. },
  11546. "node_modules/scule": {
  11547. "version": "1.3.0",
  11548. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  11549. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  11550. "license": "MIT"
  11551. },
  11552. "node_modules/sdk-base": {
  11553. "version": "2.0.1",
  11554. "resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
  11555. "integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
  11556. "dev": true,
  11557. "license": "MIT",
  11558. "dependencies": {
  11559. "get-ready": "~1.0.0"
  11560. }
  11561. },
  11562. "node_modules/semver": {
  11563. "version": "6.3.1",
  11564. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  11565. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11566. "license": "ISC",
  11567. "bin": {
  11568. "semver": "bin/semver.js"
  11569. }
  11570. },
  11571. "node_modules/send": {
  11572. "version": "1.2.1",
  11573. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.1.tgz",
  11574. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  11575. "license": "MIT",
  11576. "dependencies": {
  11577. "debug": "^4.4.3",
  11578. "encodeurl": "^2.0.0",
  11579. "escape-html": "^1.0.3",
  11580. "etag": "^1.8.1",
  11581. "fresh": "^2.0.0",
  11582. "http-errors": "^2.0.1",
  11583. "mime-types": "^3.0.2",
  11584. "ms": "^2.1.3",
  11585. "on-finished": "^2.4.1",
  11586. "range-parser": "^1.2.1",
  11587. "statuses": "^2.0.2"
  11588. },
  11589. "engines": {
  11590. "node": ">= 18"
  11591. },
  11592. "funding": {
  11593. "type": "opencollective",
  11594. "url": "https://opencollective.com/express"
  11595. }
  11596. },
  11597. "node_modules/send/node_modules/mime-db": {
  11598. "version": "1.54.0",
  11599. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  11600. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  11601. "license": "MIT",
  11602. "engines": {
  11603. "node": ">= 0.6"
  11604. }
  11605. },
  11606. "node_modules/send/node_modules/mime-types": {
  11607. "version": "3.0.2",
  11608. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.2.tgz",
  11609. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  11610. "license": "MIT",
  11611. "dependencies": {
  11612. "mime-db": "^1.54.0"
  11613. },
  11614. "engines": {
  11615. "node": ">=18"
  11616. },
  11617. "funding": {
  11618. "type": "opencollective",
  11619. "url": "https://opencollective.com/express"
  11620. }
  11621. },
  11622. "node_modules/send/node_modules/statuses": {
  11623. "version": "2.0.2",
  11624. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  11625. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11626. "license": "MIT",
  11627. "engines": {
  11628. "node": ">= 0.8"
  11629. }
  11630. },
  11631. "node_modules/seq-queue": {
  11632. "version": "0.0.5",
  11633. "resolved": "https://registry.npmmirror.com/seq-queue/-/seq-queue-0.0.5.tgz",
  11634. "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
  11635. },
  11636. "node_modules/serialize-javascript": {
  11637. "version": "6.0.2",
  11638. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  11639. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  11640. "license": "BSD-3-Clause",
  11641. "dependencies": {
  11642. "randombytes": "^2.1.0"
  11643. }
  11644. },
  11645. "node_modules/seroval": {
  11646. "version": "1.4.2",
  11647. "resolved": "https://registry.npmmirror.com/seroval/-/seroval-1.4.2.tgz",
  11648. "integrity": "sha512-N3HEHRCZYn3cQbsC4B5ldj9j+tHdf4JZoYPlcI4rRYu0Xy4qN8MQf1Z08EibzB0WpgRG5BGK08FTrmM66eSzKQ==",
  11649. "license": "MIT",
  11650. "engines": {
  11651. "node": ">=10"
  11652. }
  11653. },
  11654. "node_modules/serve-placeholder": {
  11655. "version": "2.0.2",
  11656. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  11657. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  11658. "license": "MIT",
  11659. "dependencies": {
  11660. "defu": "^6.1.4"
  11661. }
  11662. },
  11663. "node_modules/serve-static": {
  11664. "version": "2.2.1",
  11665. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.1.tgz",
  11666. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  11667. "license": "MIT",
  11668. "dependencies": {
  11669. "encodeurl": "^2.0.0",
  11670. "escape-html": "^1.0.3",
  11671. "parseurl": "^1.3.3",
  11672. "send": "^1.2.0"
  11673. },
  11674. "engines": {
  11675. "node": ">= 18"
  11676. },
  11677. "funding": {
  11678. "type": "opencollective",
  11679. "url": "https://opencollective.com/express"
  11680. }
  11681. },
  11682. "node_modules/setprototypeof": {
  11683. "version": "1.2.0",
  11684. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11685. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  11686. "license": "ISC"
  11687. },
  11688. "node_modules/shallow-equal": {
  11689. "version": "1.2.1",
  11690. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  11691. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  11692. "license": "MIT"
  11693. },
  11694. "node_modules/shebang-command": {
  11695. "version": "2.0.0",
  11696. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  11697. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11698. "license": "MIT",
  11699. "dependencies": {
  11700. "shebang-regex": "^3.0.0"
  11701. },
  11702. "engines": {
  11703. "node": ">=8"
  11704. }
  11705. },
  11706. "node_modules/shebang-regex": {
  11707. "version": "3.0.0",
  11708. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11709. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11710. "license": "MIT",
  11711. "engines": {
  11712. "node": ">=8"
  11713. }
  11714. },
  11715. "node_modules/shell-quote": {
  11716. "version": "1.8.3",
  11717. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  11718. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  11719. "license": "MIT",
  11720. "engines": {
  11721. "node": ">= 0.4"
  11722. },
  11723. "funding": {
  11724. "url": "https://github.com/sponsors/ljharb"
  11725. }
  11726. },
  11727. "node_modules/side-channel": {
  11728. "version": "1.1.0",
  11729. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  11730. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  11731. "dev": true,
  11732. "license": "MIT",
  11733. "dependencies": {
  11734. "es-errors": "^1.3.0",
  11735. "object-inspect": "^1.13.3",
  11736. "side-channel-list": "^1.0.0",
  11737. "side-channel-map": "^1.0.1",
  11738. "side-channel-weakmap": "^1.0.2"
  11739. },
  11740. "engines": {
  11741. "node": ">= 0.4"
  11742. },
  11743. "funding": {
  11744. "url": "https://github.com/sponsors/ljharb"
  11745. }
  11746. },
  11747. "node_modules/side-channel-list": {
  11748. "version": "1.0.0",
  11749. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  11750. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  11751. "dev": true,
  11752. "license": "MIT",
  11753. "dependencies": {
  11754. "es-errors": "^1.3.0",
  11755. "object-inspect": "^1.13.3"
  11756. },
  11757. "engines": {
  11758. "node": ">= 0.4"
  11759. },
  11760. "funding": {
  11761. "url": "https://github.com/sponsors/ljharb"
  11762. }
  11763. },
  11764. "node_modules/side-channel-map": {
  11765. "version": "1.0.1",
  11766. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  11767. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  11768. "dev": true,
  11769. "license": "MIT",
  11770. "dependencies": {
  11771. "call-bound": "^1.0.2",
  11772. "es-errors": "^1.3.0",
  11773. "get-intrinsic": "^1.2.5",
  11774. "object-inspect": "^1.13.3"
  11775. },
  11776. "engines": {
  11777. "node": ">= 0.4"
  11778. },
  11779. "funding": {
  11780. "url": "https://github.com/sponsors/ljharb"
  11781. }
  11782. },
  11783. "node_modules/side-channel-weakmap": {
  11784. "version": "1.0.2",
  11785. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  11786. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  11787. "dev": true,
  11788. "license": "MIT",
  11789. "dependencies": {
  11790. "call-bound": "^1.0.2",
  11791. "es-errors": "^1.3.0",
  11792. "get-intrinsic": "^1.2.5",
  11793. "object-inspect": "^1.13.3",
  11794. "side-channel-map": "^1.0.1"
  11795. },
  11796. "engines": {
  11797. "node": ">= 0.4"
  11798. },
  11799. "funding": {
  11800. "url": "https://github.com/sponsors/ljharb"
  11801. }
  11802. },
  11803. "node_modules/signal-exit": {
  11804. "version": "4.1.0",
  11805. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  11806. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11807. "license": "ISC",
  11808. "engines": {
  11809. "node": ">=14"
  11810. },
  11811. "funding": {
  11812. "url": "https://github.com/sponsors/isaacs"
  11813. }
  11814. },
  11815. "node_modules/simple-git": {
  11816. "version": "3.30.0",
  11817. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.30.0.tgz",
  11818. "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==",
  11819. "license": "MIT",
  11820. "dependencies": {
  11821. "@kwsites/file-exists": "^1.1.1",
  11822. "@kwsites/promise-deferred": "^1.1.1",
  11823. "debug": "^4.4.0"
  11824. },
  11825. "funding": {
  11826. "type": "github",
  11827. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11828. }
  11829. },
  11830. "node_modules/sirv": {
  11831. "version": "3.0.2",
  11832. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  11833. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11834. "license": "MIT",
  11835. "dependencies": {
  11836. "@polka/url": "^1.0.0-next.24",
  11837. "mrmime": "^2.0.0",
  11838. "totalist": "^3.0.0"
  11839. },
  11840. "engines": {
  11841. "node": ">=18"
  11842. }
  11843. },
  11844. "node_modules/sisteransi": {
  11845. "version": "1.0.5",
  11846. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  11847. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11848. "license": "MIT"
  11849. },
  11850. "node_modules/slash": {
  11851. "version": "5.1.0",
  11852. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  11853. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11854. "license": "MIT",
  11855. "engines": {
  11856. "node": ">=14.16"
  11857. },
  11858. "funding": {
  11859. "url": "https://github.com/sponsors/sindresorhus"
  11860. }
  11861. },
  11862. "node_modules/smob": {
  11863. "version": "1.5.0",
  11864. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz",
  11865. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==",
  11866. "license": "MIT"
  11867. },
  11868. "node_modules/source-map": {
  11869. "version": "0.7.6",
  11870. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  11871. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11872. "license": "BSD-3-Clause",
  11873. "engines": {
  11874. "node": ">= 12"
  11875. }
  11876. },
  11877. "node_modules/source-map-js": {
  11878. "version": "1.2.1",
  11879. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  11880. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11881. "license": "BSD-3-Clause",
  11882. "engines": {
  11883. "node": ">=0.10.0"
  11884. }
  11885. },
  11886. "node_modules/source-map-support": {
  11887. "version": "0.5.21",
  11888. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  11889. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11890. "license": "MIT",
  11891. "dependencies": {
  11892. "buffer-from": "^1.0.0",
  11893. "source-map": "^0.6.0"
  11894. }
  11895. },
  11896. "node_modules/source-map-support/node_modules/source-map": {
  11897. "version": "0.6.1",
  11898. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  11899. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11900. "license": "BSD-3-Clause",
  11901. "engines": {
  11902. "node": ">=0.10.0"
  11903. }
  11904. },
  11905. "node_modules/speakingurl": {
  11906. "version": "14.0.1",
  11907. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  11908. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11909. "license": "BSD-3-Clause",
  11910. "engines": {
  11911. "node": ">=0.10.0"
  11912. }
  11913. },
  11914. "node_modules/splaytree": {
  11915. "version": "3.1.2",
  11916. "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
  11917. "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
  11918. "license": "MIT"
  11919. },
  11920. "node_modules/sqlstring": {
  11921. "version": "2.3.3",
  11922. "resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.3.tgz",
  11923. "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
  11924. "license": "MIT",
  11925. "engines": {
  11926. "node": ">= 0.6"
  11927. }
  11928. },
  11929. "node_modules/srvx": {
  11930. "version": "0.9.8",
  11931. "resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.9.8.tgz",
  11932. "integrity": "sha512-RZaxTKJEE/14HYn8COLuUOJAt0U55N9l1Xf6jj+T0GoA01EUH1Xz5JtSUOI+EHn+AEgPCVn7gk6jHJffrr06fQ==",
  11933. "license": "MIT",
  11934. "bin": {
  11935. "srvx": "bin/srvx.mjs"
  11936. },
  11937. "engines": {
  11938. "node": ">=20.16.0"
  11939. }
  11940. },
  11941. "node_modules/standard-as-callback": {
  11942. "version": "2.1.0",
  11943. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11944. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11945. "license": "MIT"
  11946. },
  11947. "node_modules/statuses": {
  11948. "version": "1.5.0",
  11949. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
  11950. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  11951. "dev": true,
  11952. "license": "MIT",
  11953. "engines": {
  11954. "node": ">= 0.6"
  11955. }
  11956. },
  11957. "node_modules/std-env": {
  11958. "version": "3.10.0",
  11959. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  11960. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11961. "license": "MIT"
  11962. },
  11963. "node_modules/stream-http": {
  11964. "version": "2.8.2",
  11965. "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
  11966. "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  11967. "dev": true,
  11968. "license": "MIT",
  11969. "dependencies": {
  11970. "builtin-status-codes": "^3.0.0",
  11971. "inherits": "^2.0.1",
  11972. "readable-stream": "^2.3.6",
  11973. "to-arraybuffer": "^1.0.0",
  11974. "xtend": "^4.0.0"
  11975. }
  11976. },
  11977. "node_modules/stream-http/node_modules/readable-stream": {
  11978. "version": "2.3.8",
  11979. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  11980. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11981. "dev": true,
  11982. "license": "MIT",
  11983. "dependencies": {
  11984. "core-util-is": "~1.0.0",
  11985. "inherits": "~2.0.3",
  11986. "isarray": "~1.0.0",
  11987. "process-nextick-args": "~2.0.0",
  11988. "safe-buffer": "~5.1.1",
  11989. "string_decoder": "~1.1.1",
  11990. "util-deprecate": "~1.0.1"
  11991. }
  11992. },
  11993. "node_modules/stream-http/node_modules/safe-buffer": {
  11994. "version": "5.1.2",
  11995. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  11996. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  11997. "dev": true,
  11998. "license": "MIT"
  11999. },
  12000. "node_modules/stream-http/node_modules/string_decoder": {
  12001. "version": "1.1.1",
  12002. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  12003. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12004. "dev": true,
  12005. "license": "MIT",
  12006. "dependencies": {
  12007. "safe-buffer": "~5.1.0"
  12008. }
  12009. },
  12010. "node_modules/stream-wormhole": {
  12011. "version": "1.1.0",
  12012. "resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  12013. "integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  12014. "dev": true,
  12015. "license": "MIT",
  12016. "engines": {
  12017. "node": ">=4.0.0"
  12018. }
  12019. },
  12020. "node_modules/streamx": {
  12021. "version": "2.22.1",
  12022. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.22.1.tgz",
  12023. "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
  12024. "license": "MIT",
  12025. "dependencies": {
  12026. "fast-fifo": "^1.3.2",
  12027. "text-decoder": "^1.1.0"
  12028. },
  12029. "optionalDependencies": {
  12030. "bare-events": "^2.2.0"
  12031. }
  12032. },
  12033. "node_modules/string_decoder": {
  12034. "version": "1.3.0",
  12035. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  12036. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12037. "license": "MIT",
  12038. "dependencies": {
  12039. "safe-buffer": "~5.2.0"
  12040. }
  12041. },
  12042. "node_modules/string-width": {
  12043. "version": "4.2.3",
  12044. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12045. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12046. "license": "MIT",
  12047. "dependencies": {
  12048. "emoji-regex": "^8.0.0",
  12049. "is-fullwidth-code-point": "^3.0.0",
  12050. "strip-ansi": "^6.0.1"
  12051. },
  12052. "engines": {
  12053. "node": ">=8"
  12054. }
  12055. },
  12056. "node_modules/string-width-cjs": {
  12057. "name": "string-width",
  12058. "version": "4.2.3",
  12059. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12060. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12061. "license": "MIT",
  12062. "dependencies": {
  12063. "emoji-regex": "^8.0.0",
  12064. "is-fullwidth-code-point": "^3.0.0",
  12065. "strip-ansi": "^6.0.1"
  12066. },
  12067. "engines": {
  12068. "node": ">=8"
  12069. }
  12070. },
  12071. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  12072. "version": "5.0.1",
  12073. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12074. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12075. "license": "MIT",
  12076. "engines": {
  12077. "node": ">=8"
  12078. }
  12079. },
  12080. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  12081. "version": "6.0.1",
  12082. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12083. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12084. "license": "MIT",
  12085. "dependencies": {
  12086. "ansi-regex": "^5.0.1"
  12087. },
  12088. "engines": {
  12089. "node": ">=8"
  12090. }
  12091. },
  12092. "node_modules/string-width/node_modules/ansi-regex": {
  12093. "version": "5.0.1",
  12094. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12095. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12096. "license": "MIT",
  12097. "engines": {
  12098. "node": ">=8"
  12099. }
  12100. },
  12101. "node_modules/string-width/node_modules/strip-ansi": {
  12102. "version": "6.0.1",
  12103. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12104. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12105. "license": "MIT",
  12106. "dependencies": {
  12107. "ansi-regex": "^5.0.1"
  12108. },
  12109. "engines": {
  12110. "node": ">=8"
  12111. }
  12112. },
  12113. "node_modules/strip-ansi": {
  12114. "version": "7.1.2",
  12115. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz",
  12116. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  12117. "license": "MIT",
  12118. "dependencies": {
  12119. "ansi-regex": "^6.0.1"
  12120. },
  12121. "engines": {
  12122. "node": ">=12"
  12123. },
  12124. "funding": {
  12125. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  12126. }
  12127. },
  12128. "node_modules/strip-ansi-cjs": {
  12129. "name": "strip-ansi",
  12130. "version": "6.0.1",
  12131. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12132. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12133. "license": "MIT",
  12134. "dependencies": {
  12135. "ansi-regex": "^5.0.1"
  12136. },
  12137. "engines": {
  12138. "node": ">=8"
  12139. }
  12140. },
  12141. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  12142. "version": "5.0.1",
  12143. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12144. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12145. "license": "MIT",
  12146. "engines": {
  12147. "node": ">=8"
  12148. }
  12149. },
  12150. "node_modules/strip-final-newline": {
  12151. "version": "4.0.0",
  12152. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  12153. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  12154. "dev": true,
  12155. "license": "MIT",
  12156. "engines": {
  12157. "node": ">=18"
  12158. },
  12159. "funding": {
  12160. "url": "https://github.com/sponsors/sindresorhus"
  12161. }
  12162. },
  12163. "node_modules/strip-literal": {
  12164. "version": "3.1.0",
  12165. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.1.0.tgz",
  12166. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  12167. "license": "MIT",
  12168. "dependencies": {
  12169. "js-tokens": "^9.0.1"
  12170. },
  12171. "funding": {
  12172. "url": "https://github.com/sponsors/antfu"
  12173. }
  12174. },
  12175. "node_modules/strip-literal/node_modules/js-tokens": {
  12176. "version": "9.0.1",
  12177. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  12178. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  12179. "license": "MIT"
  12180. },
  12181. "node_modules/structured-clone-es": {
  12182. "version": "1.0.0",
  12183. "resolved": "https://registry.npmmirror.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  12184. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  12185. "license": "ISC"
  12186. },
  12187. "node_modules/stylehacks": {
  12188. "version": "7.0.7",
  12189. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.7.tgz",
  12190. "integrity": "sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==",
  12191. "license": "MIT",
  12192. "dependencies": {
  12193. "browserslist": "^4.27.0",
  12194. "postcss-selector-parser": "^7.1.0"
  12195. },
  12196. "engines": {
  12197. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12198. },
  12199. "peerDependencies": {
  12200. "postcss": "^8.4.32"
  12201. }
  12202. },
  12203. "node_modules/stylis": {
  12204. "version": "4.3.6",
  12205. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  12206. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  12207. "license": "MIT"
  12208. },
  12209. "node_modules/superjson": {
  12210. "version": "2.2.2",
  12211. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  12212. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  12213. "license": "MIT",
  12214. "dependencies": {
  12215. "copy-anything": "^3.0.2"
  12216. },
  12217. "engines": {
  12218. "node": ">=16"
  12219. }
  12220. },
  12221. "node_modules/supports-color": {
  12222. "version": "10.2.2",
  12223. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-10.2.2.tgz",
  12224. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  12225. "license": "MIT",
  12226. "engines": {
  12227. "node": ">=18"
  12228. },
  12229. "funding": {
  12230. "url": "https://github.com/chalk/supports-color?sponsor=1"
  12231. }
  12232. },
  12233. "node_modules/supports-preserve-symlinks-flag": {
  12234. "version": "1.0.0",
  12235. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12236. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12237. "license": "MIT",
  12238. "engines": {
  12239. "node": ">= 0.4"
  12240. },
  12241. "funding": {
  12242. "url": "https://github.com/sponsors/ljharb"
  12243. }
  12244. },
  12245. "node_modules/svgo": {
  12246. "version": "4.0.0",
  12247. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-4.0.0.tgz",
  12248. "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
  12249. "license": "MIT",
  12250. "dependencies": {
  12251. "commander": "^11.1.0",
  12252. "css-select": "^5.1.0",
  12253. "css-tree": "^3.0.1",
  12254. "css-what": "^6.1.0",
  12255. "csso": "^5.0.5",
  12256. "picocolors": "^1.1.1",
  12257. "sax": "^1.4.1"
  12258. },
  12259. "bin": {
  12260. "svgo": "bin/svgo.js"
  12261. },
  12262. "engines": {
  12263. "node": ">=16"
  12264. },
  12265. "funding": {
  12266. "type": "opencollective",
  12267. "url": "https://opencollective.com/svgo"
  12268. }
  12269. },
  12270. "node_modules/svgo/node_modules/commander": {
  12271. "version": "11.1.0",
  12272. "resolved": "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz",
  12273. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  12274. "license": "MIT",
  12275. "engines": {
  12276. "node": ">=16"
  12277. }
  12278. },
  12279. "node_modules/system-architecture": {
  12280. "version": "0.1.0",
  12281. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  12282. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  12283. "license": "MIT",
  12284. "engines": {
  12285. "node": ">=18"
  12286. },
  12287. "funding": {
  12288. "url": "https://github.com/sponsors/sindresorhus"
  12289. }
  12290. },
  12291. "node_modules/tagged-tag": {
  12292. "version": "1.0.0",
  12293. "resolved": "https://registry.npmmirror.com/tagged-tag/-/tagged-tag-1.0.0.tgz",
  12294. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  12295. "license": "MIT",
  12296. "engines": {
  12297. "node": ">=20"
  12298. },
  12299. "funding": {
  12300. "url": "https://github.com/sponsors/sindresorhus"
  12301. }
  12302. },
  12303. "node_modules/tar": {
  12304. "version": "7.5.2",
  12305. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.5.2.tgz",
  12306. "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
  12307. "license": "BlueOak-1.0.0",
  12308. "dependencies": {
  12309. "@isaacs/fs-minipass": "^4.0.0",
  12310. "chownr": "^3.0.0",
  12311. "minipass": "^7.1.2",
  12312. "minizlib": "^3.1.0",
  12313. "yallist": "^5.0.0"
  12314. },
  12315. "engines": {
  12316. "node": ">=18"
  12317. }
  12318. },
  12319. "node_modules/tar-stream": {
  12320. "version": "3.1.7",
  12321. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  12322. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  12323. "license": "MIT",
  12324. "dependencies": {
  12325. "b4a": "^1.6.4",
  12326. "fast-fifo": "^1.2.0",
  12327. "streamx": "^2.15.0"
  12328. }
  12329. },
  12330. "node_modules/tar/node_modules/yallist": {
  12331. "version": "5.0.0",
  12332. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  12333. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  12334. "license": "BlueOak-1.0.0",
  12335. "engines": {
  12336. "node": ">=18"
  12337. }
  12338. },
  12339. "node_modules/terser": {
  12340. "version": "5.44.1",
  12341. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.44.1.tgz",
  12342. "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
  12343. "license": "BSD-2-Clause",
  12344. "dependencies": {
  12345. "@jridgewell/source-map": "^0.3.3",
  12346. "acorn": "^8.15.0",
  12347. "commander": "^2.20.0",
  12348. "source-map-support": "~0.5.20"
  12349. },
  12350. "bin": {
  12351. "terser": "bin/terser"
  12352. },
  12353. "engines": {
  12354. "node": ">=10"
  12355. }
  12356. },
  12357. "node_modules/terser/node_modules/commander": {
  12358. "version": "2.20.3",
  12359. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12360. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12361. "license": "MIT"
  12362. },
  12363. "node_modules/text-decoder": {
  12364. "version": "1.2.3",
  12365. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
  12366. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  12367. "license": "Apache-2.0",
  12368. "dependencies": {
  12369. "b4a": "^1.6.4"
  12370. }
  12371. },
  12372. "node_modules/thenify": {
  12373. "version": "3.3.1",
  12374. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  12375. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  12376. "dev": true,
  12377. "license": "MIT",
  12378. "dependencies": {
  12379. "any-promise": "^1.0.0"
  12380. }
  12381. },
  12382. "node_modules/thenify-all": {
  12383. "version": "1.6.0",
  12384. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  12385. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  12386. "dev": true,
  12387. "license": "MIT",
  12388. "dependencies": {
  12389. "thenify": ">= 3.1.0 < 4"
  12390. },
  12391. "engines": {
  12392. "node": ">=0.8"
  12393. }
  12394. },
  12395. "node_modules/throttle-debounce": {
  12396. "version": "5.0.2",
  12397. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  12398. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  12399. "license": "MIT",
  12400. "engines": {
  12401. "node": ">=12.22"
  12402. }
  12403. },
  12404. "node_modules/through": {
  12405. "version": "2.3.8",
  12406. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  12407. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  12408. "dev": true,
  12409. "license": "MIT"
  12410. },
  12411. "node_modules/tiny-invariant": {
  12412. "version": "1.3.3",
  12413. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  12414. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  12415. "license": "MIT"
  12416. },
  12417. "node_modules/tinyexec": {
  12418. "version": "1.0.2",
  12419. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  12420. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  12421. "license": "MIT",
  12422. "engines": {
  12423. "node": ">=18"
  12424. }
  12425. },
  12426. "node_modules/tinyglobby": {
  12427. "version": "0.2.15",
  12428. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  12429. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  12430. "license": "MIT",
  12431. "dependencies": {
  12432. "fdir": "^6.5.0",
  12433. "picomatch": "^4.0.3"
  12434. },
  12435. "engines": {
  12436. "node": ">=12.0.0"
  12437. },
  12438. "funding": {
  12439. "url": "https://github.com/sponsors/SuperchupuDev"
  12440. }
  12441. },
  12442. "node_modules/to-arraybuffer": {
  12443. "version": "1.0.1",
  12444. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  12445. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  12446. "dev": true,
  12447. "license": "MIT"
  12448. },
  12449. "node_modules/to-regex-range": {
  12450. "version": "5.0.1",
  12451. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  12452. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  12453. "license": "MIT",
  12454. "dependencies": {
  12455. "is-number": "^7.0.0"
  12456. },
  12457. "engines": {
  12458. "node": ">=8.0"
  12459. }
  12460. },
  12461. "node_modules/toidentifier": {
  12462. "version": "1.0.1",
  12463. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  12464. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  12465. "license": "MIT",
  12466. "engines": {
  12467. "node": ">=0.6"
  12468. }
  12469. },
  12470. "node_modules/topojson-client": {
  12471. "version": "3.1.0",
  12472. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  12473. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  12474. "license": "ISC",
  12475. "dependencies": {
  12476. "commander": "2"
  12477. },
  12478. "bin": {
  12479. "topo2geo": "bin/topo2geo",
  12480. "topomerge": "bin/topomerge",
  12481. "topoquantize": "bin/topoquantize"
  12482. }
  12483. },
  12484. "node_modules/topojson-client/node_modules/commander": {
  12485. "version": "2.20.3",
  12486. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  12487. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12488. "license": "MIT"
  12489. },
  12490. "node_modules/totalist": {
  12491. "version": "3.0.1",
  12492. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  12493. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  12494. "license": "MIT",
  12495. "engines": {
  12496. "node": ">=6"
  12497. }
  12498. },
  12499. "node_modules/tr46": {
  12500. "version": "0.0.3",
  12501. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  12502. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  12503. "license": "MIT"
  12504. },
  12505. "node_modules/tslib": {
  12506. "version": "2.8.1",
  12507. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  12508. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  12509. "license": "0BSD"
  12510. },
  12511. "node_modules/type-level-regexp": {
  12512. "version": "0.1.17",
  12513. "resolved": "https://registry.npmmirror.com/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  12514. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  12515. "license": "MIT"
  12516. },
  12517. "node_modules/typescript": {
  12518. "version": "5.8.3",
  12519. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  12520. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  12521. "devOptional": true,
  12522. "license": "Apache-2.0",
  12523. "bin": {
  12524. "tsc": "bin/tsc",
  12525. "tsserver": "bin/tsserver"
  12526. },
  12527. "engines": {
  12528. "node": ">=14.17"
  12529. }
  12530. },
  12531. "node_modules/ufo": {
  12532. "version": "1.6.1",
  12533. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  12534. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  12535. "license": "MIT"
  12536. },
  12537. "node_modules/ultrahtml": {
  12538. "version": "1.6.0",
  12539. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.6.0.tgz",
  12540. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  12541. "license": "MIT"
  12542. },
  12543. "node_modules/uncrypto": {
  12544. "version": "0.1.3",
  12545. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  12546. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  12547. "license": "MIT"
  12548. },
  12549. "node_modules/unctx": {
  12550. "version": "2.4.1",
  12551. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.4.1.tgz",
  12552. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  12553. "license": "MIT",
  12554. "dependencies": {
  12555. "acorn": "^8.14.0",
  12556. "estree-walker": "^3.0.3",
  12557. "magic-string": "^0.30.17",
  12558. "unplugin": "^2.1.0"
  12559. }
  12560. },
  12561. "node_modules/unctx/node_modules/estree-walker": {
  12562. "version": "3.0.3",
  12563. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12564. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12565. "license": "MIT",
  12566. "dependencies": {
  12567. "@types/estree": "^1.0.0"
  12568. }
  12569. },
  12570. "node_modules/undici-types": {
  12571. "version": "6.21.0",
  12572. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  12573. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  12574. "devOptional": true,
  12575. "license": "MIT"
  12576. },
  12577. "node_modules/unenv": {
  12578. "version": "2.0.0-rc.24",
  12579. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-2.0.0-rc.24.tgz",
  12580. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  12581. "license": "MIT",
  12582. "dependencies": {
  12583. "pathe": "^2.0.3"
  12584. }
  12585. },
  12586. "node_modules/unescape": {
  12587. "version": "1.0.1",
  12588. "resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
  12589. "integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  12590. "dev": true,
  12591. "license": "MIT",
  12592. "dependencies": {
  12593. "extend-shallow": "^2.0.1"
  12594. },
  12595. "engines": {
  12596. "node": ">=0.10.0"
  12597. }
  12598. },
  12599. "node_modules/unhead": {
  12600. "version": "2.1.1",
  12601. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-2.1.1.tgz",
  12602. "integrity": "sha512-NOt8n2KybAOxSLfNXegAVai4SGU8bPKqWnqCzNAvnRH2i8mW+0bbFjN/L75LBgCSTiOjJSpANe5w2V34Grr7Cw==",
  12603. "license": "MIT",
  12604. "dependencies": {
  12605. "hookable": "^5.5.3"
  12606. },
  12607. "funding": {
  12608. "url": "https://github.com/sponsors/harlan-zw"
  12609. }
  12610. },
  12611. "node_modules/unicorn-magic": {
  12612. "version": "0.3.0",
  12613. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  12614. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  12615. "license": "MIT",
  12616. "engines": {
  12617. "node": ">=18"
  12618. },
  12619. "funding": {
  12620. "url": "https://github.com/sponsors/sindresorhus"
  12621. }
  12622. },
  12623. "node_modules/unimport": {
  12624. "version": "5.6.0",
  12625. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-5.6.0.tgz",
  12626. "integrity": "sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==",
  12627. "license": "MIT",
  12628. "dependencies": {
  12629. "acorn": "^8.15.0",
  12630. "escape-string-regexp": "^5.0.0",
  12631. "estree-walker": "^3.0.3",
  12632. "local-pkg": "^1.1.2",
  12633. "magic-string": "^0.30.21",
  12634. "mlly": "^1.8.0",
  12635. "pathe": "^2.0.3",
  12636. "picomatch": "^4.0.3",
  12637. "pkg-types": "^2.3.0",
  12638. "scule": "^1.3.0",
  12639. "strip-literal": "^3.1.0",
  12640. "tinyglobby": "^0.2.15",
  12641. "unplugin": "^2.3.11",
  12642. "unplugin-utils": "^0.3.1"
  12643. },
  12644. "engines": {
  12645. "node": ">=18.12.0"
  12646. }
  12647. },
  12648. "node_modules/unimport/node_modules/estree-walker": {
  12649. "version": "3.0.3",
  12650. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  12651. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12652. "license": "MIT",
  12653. "dependencies": {
  12654. "@types/estree": "^1.0.0"
  12655. }
  12656. },
  12657. "node_modules/unimport/node_modules/unplugin-utils": {
  12658. "version": "0.3.1",
  12659. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12660. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12661. "license": "MIT",
  12662. "dependencies": {
  12663. "pathe": "^2.0.3",
  12664. "picomatch": "^4.0.3"
  12665. },
  12666. "engines": {
  12667. "node": ">=20.19.0"
  12668. },
  12669. "funding": {
  12670. "url": "https://github.com/sponsors/sxzz"
  12671. }
  12672. },
  12673. "node_modules/universalify": {
  12674. "version": "2.0.1",
  12675. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  12676. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  12677. "dev": true,
  12678. "license": "MIT",
  12679. "engines": {
  12680. "node": ">= 10.0.0"
  12681. }
  12682. },
  12683. "node_modules/unplugin": {
  12684. "version": "2.3.11",
  12685. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.11.tgz",
  12686. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  12687. "license": "MIT",
  12688. "dependencies": {
  12689. "@jridgewell/remapping": "^2.3.5",
  12690. "acorn": "^8.15.0",
  12691. "picomatch": "^4.0.3",
  12692. "webpack-virtual-modules": "^0.6.2"
  12693. },
  12694. "engines": {
  12695. "node": ">=18.12.0"
  12696. }
  12697. },
  12698. "node_modules/unplugin-utils": {
  12699. "version": "0.2.5",
  12700. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  12701. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  12702. "license": "MIT",
  12703. "dependencies": {
  12704. "pathe": "^2.0.3",
  12705. "picomatch": "^4.0.3"
  12706. },
  12707. "engines": {
  12708. "node": ">=18.12.0"
  12709. },
  12710. "funding": {
  12711. "url": "https://github.com/sponsors/sxzz"
  12712. }
  12713. },
  12714. "node_modules/unplugin-vue-router": {
  12715. "version": "0.19.1",
  12716. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.19.1.tgz",
  12717. "integrity": "sha512-LJVRzfxS4j34K4sx4pggzhqpfAtXNZ6mLLRHvlSbDw11lWKLluuLXRbSWLXfiVj4RHeNHXu/+XxsGX65Ogu07Q==",
  12718. "license": "MIT",
  12719. "dependencies": {
  12720. "@babel/generator": "^7.28.5",
  12721. "@vue-macros/common": "^3.1.1",
  12722. "@vue/language-core": "^3.1.8",
  12723. "ast-walker-scope": "^0.8.3",
  12724. "chokidar": "^5.0.0",
  12725. "json5": "^2.2.3",
  12726. "local-pkg": "^1.1.2",
  12727. "magic-string": "^0.30.21",
  12728. "mlly": "^1.8.0",
  12729. "muggle-string": "^0.4.1",
  12730. "pathe": "^2.0.3",
  12731. "picomatch": "^4.0.3",
  12732. "scule": "^1.3.0",
  12733. "tinyglobby": "^0.2.15",
  12734. "unplugin": "^2.3.11",
  12735. "unplugin-utils": "^0.3.1",
  12736. "yaml": "^2.8.2"
  12737. },
  12738. "peerDependencies": {
  12739. "@vue/compiler-sfc": "^3.5.17",
  12740. "vue-router": "^4.6.0"
  12741. },
  12742. "peerDependenciesMeta": {
  12743. "vue-router": {
  12744. "optional": true
  12745. }
  12746. }
  12747. },
  12748. "node_modules/unplugin-vue-router/node_modules/@volar/language-core": {
  12749. "version": "2.4.27",
  12750. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.27.tgz",
  12751. "integrity": "sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==",
  12752. "license": "MIT",
  12753. "dependencies": {
  12754. "@volar/source-map": "2.4.27"
  12755. }
  12756. },
  12757. "node_modules/unplugin-vue-router/node_modules/@volar/source-map": {
  12758. "version": "2.4.27",
  12759. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.27.tgz",
  12760. "integrity": "sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==",
  12761. "license": "MIT"
  12762. },
  12763. "node_modules/unplugin-vue-router/node_modules/@vue/language-core": {
  12764. "version": "3.2.1",
  12765. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-3.2.1.tgz",
  12766. "integrity": "sha512-g6oSenpnGMtpxHGAwKuu7HJJkNZpemK/zg3vZzZbJ6cnnXq1ssxuNrXSsAHYM3NvH8p4IkTw+NLmuxyeYz4r8A==",
  12767. "license": "MIT",
  12768. "dependencies": {
  12769. "@volar/language-core": "2.4.27",
  12770. "@vue/compiler-dom": "^3.5.0",
  12771. "@vue/shared": "^3.5.0",
  12772. "alien-signals": "^3.0.0",
  12773. "muggle-string": "^0.4.1",
  12774. "path-browserify": "^1.0.1",
  12775. "picomatch": "^4.0.2"
  12776. }
  12777. },
  12778. "node_modules/unplugin-vue-router/node_modules/alien-signals": {
  12779. "version": "3.1.2",
  12780. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-3.1.2.tgz",
  12781. "integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
  12782. "license": "MIT"
  12783. },
  12784. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  12785. "version": "5.0.0",
  12786. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  12787. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12788. "license": "MIT",
  12789. "dependencies": {
  12790. "readdirp": "^5.0.0"
  12791. },
  12792. "engines": {
  12793. "node": ">= 20.19.0"
  12794. },
  12795. "funding": {
  12796. "url": "https://paulmillr.com/funding/"
  12797. }
  12798. },
  12799. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  12800. "version": "5.0.0",
  12801. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  12802. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12803. "license": "MIT",
  12804. "engines": {
  12805. "node": ">= 20.19.0"
  12806. },
  12807. "funding": {
  12808. "type": "individual",
  12809. "url": "https://paulmillr.com/funding/"
  12810. }
  12811. },
  12812. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  12813. "version": "0.3.1",
  12814. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12815. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12816. "license": "MIT",
  12817. "dependencies": {
  12818. "pathe": "^2.0.3",
  12819. "picomatch": "^4.0.3"
  12820. },
  12821. "engines": {
  12822. "node": ">=20.19.0"
  12823. },
  12824. "funding": {
  12825. "url": "https://github.com/sponsors/sxzz"
  12826. }
  12827. },
  12828. "node_modules/unstorage": {
  12829. "version": "1.17.3",
  12830. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.17.3.tgz",
  12831. "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==",
  12832. "license": "MIT",
  12833. "dependencies": {
  12834. "anymatch": "^3.1.3",
  12835. "chokidar": "^4.0.3",
  12836. "destr": "^2.0.5",
  12837. "h3": "^1.15.4",
  12838. "lru-cache": "^10.4.3",
  12839. "node-fetch-native": "^1.6.7",
  12840. "ofetch": "^1.5.1",
  12841. "ufo": "^1.6.1"
  12842. },
  12843. "peerDependencies": {
  12844. "@azure/app-configuration": "^1.8.0",
  12845. "@azure/cosmos": "^4.2.0",
  12846. "@azure/data-tables": "^13.3.0",
  12847. "@azure/identity": "^4.6.0",
  12848. "@azure/keyvault-secrets": "^4.9.0",
  12849. "@azure/storage-blob": "^12.26.0",
  12850. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  12851. "@deno/kv": ">=0.9.0",
  12852. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  12853. "@planetscale/database": "^1.19.0",
  12854. "@upstash/redis": "^1.34.3",
  12855. "@vercel/blob": ">=0.27.1",
  12856. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12857. "@vercel/kv": "^1.0.1",
  12858. "aws4fetch": "^1.0.20",
  12859. "db0": ">=0.2.1",
  12860. "idb-keyval": "^6.2.1",
  12861. "ioredis": "^5.4.2",
  12862. "uploadthing": "^7.4.4"
  12863. },
  12864. "peerDependenciesMeta": {
  12865. "@azure/app-configuration": {
  12866. "optional": true
  12867. },
  12868. "@azure/cosmos": {
  12869. "optional": true
  12870. },
  12871. "@azure/data-tables": {
  12872. "optional": true
  12873. },
  12874. "@azure/identity": {
  12875. "optional": true
  12876. },
  12877. "@azure/keyvault-secrets": {
  12878. "optional": true
  12879. },
  12880. "@azure/storage-blob": {
  12881. "optional": true
  12882. },
  12883. "@capacitor/preferences": {
  12884. "optional": true
  12885. },
  12886. "@deno/kv": {
  12887. "optional": true
  12888. },
  12889. "@netlify/blobs": {
  12890. "optional": true
  12891. },
  12892. "@planetscale/database": {
  12893. "optional": true
  12894. },
  12895. "@upstash/redis": {
  12896. "optional": true
  12897. },
  12898. "@vercel/blob": {
  12899. "optional": true
  12900. },
  12901. "@vercel/functions": {
  12902. "optional": true
  12903. },
  12904. "@vercel/kv": {
  12905. "optional": true
  12906. },
  12907. "aws4fetch": {
  12908. "optional": true
  12909. },
  12910. "db0": {
  12911. "optional": true
  12912. },
  12913. "idb-keyval": {
  12914. "optional": true
  12915. },
  12916. "ioredis": {
  12917. "optional": true
  12918. },
  12919. "uploadthing": {
  12920. "optional": true
  12921. }
  12922. }
  12923. },
  12924. "node_modules/unstorage/node_modules/lru-cache": {
  12925. "version": "10.4.3",
  12926. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  12927. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  12928. "license": "ISC"
  12929. },
  12930. "node_modules/untun": {
  12931. "version": "0.1.3",
  12932. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  12933. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12934. "license": "MIT",
  12935. "dependencies": {
  12936. "citty": "^0.1.5",
  12937. "consola": "^3.2.3",
  12938. "pathe": "^1.1.1"
  12939. },
  12940. "bin": {
  12941. "untun": "bin/untun.mjs"
  12942. }
  12943. },
  12944. "node_modules/untun/node_modules/pathe": {
  12945. "version": "1.1.2",
  12946. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  12947. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12948. "license": "MIT"
  12949. },
  12950. "node_modules/untyped": {
  12951. "version": "2.0.0",
  12952. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-2.0.0.tgz",
  12953. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12954. "license": "MIT",
  12955. "dependencies": {
  12956. "citty": "^0.1.6",
  12957. "defu": "^6.1.4",
  12958. "jiti": "^2.4.2",
  12959. "knitwork": "^1.2.0",
  12960. "scule": "^1.3.0"
  12961. },
  12962. "bin": {
  12963. "untyped": "dist/cli.mjs"
  12964. }
  12965. },
  12966. "node_modules/unwasm": {
  12967. "version": "0.3.11",
  12968. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.11.tgz",
  12969. "integrity": "sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==",
  12970. "license": "MIT",
  12971. "dependencies": {
  12972. "knitwork": "^1.2.0",
  12973. "magic-string": "^0.30.17",
  12974. "mlly": "^1.7.4",
  12975. "pathe": "^2.0.3",
  12976. "pkg-types": "^2.2.0",
  12977. "unplugin": "^2.3.6"
  12978. }
  12979. },
  12980. "node_modules/update-browserslist-db": {
  12981. "version": "1.2.3",
  12982. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  12983. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  12984. "funding": [
  12985. {
  12986. "type": "opencollective",
  12987. "url": "https://opencollective.com/browserslist"
  12988. },
  12989. {
  12990. "type": "tidelift",
  12991. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12992. },
  12993. {
  12994. "type": "github",
  12995. "url": "https://github.com/sponsors/ai"
  12996. }
  12997. ],
  12998. "license": "MIT",
  12999. "dependencies": {
  13000. "escalade": "^3.2.0",
  13001. "picocolors": "^1.1.1"
  13002. },
  13003. "bin": {
  13004. "update-browserslist-db": "cli.js"
  13005. },
  13006. "peerDependencies": {
  13007. "browserslist": ">= 4.21.0"
  13008. }
  13009. },
  13010. "node_modules/uqr": {
  13011. "version": "0.1.2",
  13012. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  13013. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  13014. "license": "MIT"
  13015. },
  13016. "node_modules/urllib": {
  13017. "version": "2.44.0",
  13018. "resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  13019. "integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  13020. "dev": true,
  13021. "license": "MIT",
  13022. "dependencies": {
  13023. "any-promise": "^1.3.0",
  13024. "content-type": "^1.0.2",
  13025. "default-user-agent": "^1.0.0",
  13026. "digest-header": "^1.0.0",
  13027. "ee-first": "~1.1.1",
  13028. "formstream": "^1.1.0",
  13029. "humanize-ms": "^1.2.0",
  13030. "iconv-lite": "^0.6.3",
  13031. "pump": "^3.0.0",
  13032. "qs": "^6.4.0",
  13033. "statuses": "^1.3.1",
  13034. "utility": "^1.16.1"
  13035. },
  13036. "engines": {
  13037. "node": ">= 0.10.0"
  13038. },
  13039. "peerDependencies": {
  13040. "proxy-agent": "^5.0.0"
  13041. },
  13042. "peerDependenciesMeta": {
  13043. "proxy-agent": {
  13044. "optional": true
  13045. }
  13046. }
  13047. },
  13048. "node_modules/urllib/node_modules/iconv-lite": {
  13049. "version": "0.6.3",
  13050. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  13051. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  13052. "dev": true,
  13053. "license": "MIT",
  13054. "dependencies": {
  13055. "safer-buffer": ">= 2.1.2 < 3.0.0"
  13056. },
  13057. "engines": {
  13058. "node": ">=0.10.0"
  13059. }
  13060. },
  13061. "node_modules/util-deprecate": {
  13062. "version": "1.0.2",
  13063. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13064. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13065. "license": "MIT"
  13066. },
  13067. "node_modules/utility": {
  13068. "version": "1.18.0",
  13069. "resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  13070. "integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  13071. "dev": true,
  13072. "license": "MIT",
  13073. "dependencies": {
  13074. "copy-to": "^2.0.1",
  13075. "escape-html": "^1.0.3",
  13076. "mkdirp": "^0.5.1",
  13077. "mz": "^2.7.0",
  13078. "unescape": "^1.0.1"
  13079. },
  13080. "engines": {
  13081. "node": ">= 0.12.0"
  13082. }
  13083. },
  13084. "node_modules/vite": {
  13085. "version": "6.4.1",
  13086. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz",
  13087. "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
  13088. "license": "MIT",
  13089. "dependencies": {
  13090. "esbuild": "^0.25.0",
  13091. "fdir": "^6.4.4",
  13092. "picomatch": "^4.0.2",
  13093. "postcss": "^8.5.3",
  13094. "rollup": "^4.34.9",
  13095. "tinyglobby": "^0.2.13"
  13096. },
  13097. "bin": {
  13098. "vite": "bin/vite.js"
  13099. },
  13100. "engines": {
  13101. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  13102. },
  13103. "funding": {
  13104. "url": "https://github.com/vitejs/vite?sponsor=1"
  13105. },
  13106. "optionalDependencies": {
  13107. "fsevents": "~2.3.3"
  13108. },
  13109. "peerDependencies": {
  13110. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  13111. "jiti": ">=1.21.0",
  13112. "less": "*",
  13113. "lightningcss": "^1.21.0",
  13114. "sass": "*",
  13115. "sass-embedded": "*",
  13116. "stylus": "*",
  13117. "sugarss": "*",
  13118. "terser": "^5.16.0",
  13119. "tsx": "^4.8.1",
  13120. "yaml": "^2.4.2"
  13121. },
  13122. "peerDependenciesMeta": {
  13123. "@types/node": {
  13124. "optional": true
  13125. },
  13126. "jiti": {
  13127. "optional": true
  13128. },
  13129. "less": {
  13130. "optional": true
  13131. },
  13132. "lightningcss": {
  13133. "optional": true
  13134. },
  13135. "sass": {
  13136. "optional": true
  13137. },
  13138. "sass-embedded": {
  13139. "optional": true
  13140. },
  13141. "stylus": {
  13142. "optional": true
  13143. },
  13144. "sugarss": {
  13145. "optional": true
  13146. },
  13147. "terser": {
  13148. "optional": true
  13149. },
  13150. "tsx": {
  13151. "optional": true
  13152. },
  13153. "yaml": {
  13154. "optional": true
  13155. }
  13156. }
  13157. },
  13158. "node_modules/vite-dev-rpc": {
  13159. "version": "1.1.0",
  13160. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  13161. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  13162. "license": "MIT",
  13163. "dependencies": {
  13164. "birpc": "^2.4.0",
  13165. "vite-hot-client": "^2.1.0"
  13166. },
  13167. "funding": {
  13168. "url": "https://github.com/sponsors/antfu"
  13169. },
  13170. "peerDependencies": {
  13171. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  13172. }
  13173. },
  13174. "node_modules/vite-hot-client": {
  13175. "version": "2.1.0",
  13176. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  13177. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  13178. "license": "MIT",
  13179. "funding": {
  13180. "url": "https://github.com/sponsors/antfu"
  13181. },
  13182. "peerDependencies": {
  13183. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  13184. }
  13185. },
  13186. "node_modules/vite-node": {
  13187. "version": "5.2.0",
  13188. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-5.2.0.tgz",
  13189. "integrity": "sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==",
  13190. "license": "MIT",
  13191. "dependencies": {
  13192. "cac": "^6.7.14",
  13193. "es-module-lexer": "^1.7.0",
  13194. "obug": "^2.0.0",
  13195. "pathe": "^2.0.3",
  13196. "vite": "^7.2.2"
  13197. },
  13198. "bin": {
  13199. "vite-node": "dist/cli.mjs"
  13200. },
  13201. "engines": {
  13202. "node": "^20.19.0 || >=22.12.0"
  13203. },
  13204. "funding": {
  13205. "url": "https://opencollective.com/antfu"
  13206. }
  13207. },
  13208. "node_modules/vite-node/node_modules/@esbuild/aix-ppc64": {
  13209. "version": "0.27.2",
  13210. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  13211. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  13212. "cpu": [
  13213. "ppc64"
  13214. ],
  13215. "license": "MIT",
  13216. "optional": true,
  13217. "os": [
  13218. "aix"
  13219. ],
  13220. "engines": {
  13221. "node": ">=18"
  13222. }
  13223. },
  13224. "node_modules/vite-node/node_modules/@esbuild/android-arm": {
  13225. "version": "0.27.2",
  13226. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  13227. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  13228. "cpu": [
  13229. "arm"
  13230. ],
  13231. "license": "MIT",
  13232. "optional": true,
  13233. "os": [
  13234. "android"
  13235. ],
  13236. "engines": {
  13237. "node": ">=18"
  13238. }
  13239. },
  13240. "node_modules/vite-node/node_modules/@esbuild/android-arm64": {
  13241. "version": "0.27.2",
  13242. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  13243. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  13244. "cpu": [
  13245. "arm64"
  13246. ],
  13247. "license": "MIT",
  13248. "optional": true,
  13249. "os": [
  13250. "android"
  13251. ],
  13252. "engines": {
  13253. "node": ">=18"
  13254. }
  13255. },
  13256. "node_modules/vite-node/node_modules/@esbuild/android-x64": {
  13257. "version": "0.27.2",
  13258. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  13259. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  13260. "cpu": [
  13261. "x64"
  13262. ],
  13263. "license": "MIT",
  13264. "optional": true,
  13265. "os": [
  13266. "android"
  13267. ],
  13268. "engines": {
  13269. "node": ">=18"
  13270. }
  13271. },
  13272. "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": {
  13273. "version": "0.27.2",
  13274. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  13275. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  13276. "cpu": [
  13277. "arm64"
  13278. ],
  13279. "license": "MIT",
  13280. "optional": true,
  13281. "os": [
  13282. "darwin"
  13283. ],
  13284. "engines": {
  13285. "node": ">=18"
  13286. }
  13287. },
  13288. "node_modules/vite-node/node_modules/@esbuild/darwin-x64": {
  13289. "version": "0.27.2",
  13290. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  13291. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  13292. "cpu": [
  13293. "x64"
  13294. ],
  13295. "license": "MIT",
  13296. "optional": true,
  13297. "os": [
  13298. "darwin"
  13299. ],
  13300. "engines": {
  13301. "node": ">=18"
  13302. }
  13303. },
  13304. "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": {
  13305. "version": "0.27.2",
  13306. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  13307. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  13308. "cpu": [
  13309. "arm64"
  13310. ],
  13311. "license": "MIT",
  13312. "optional": true,
  13313. "os": [
  13314. "freebsd"
  13315. ],
  13316. "engines": {
  13317. "node": ">=18"
  13318. }
  13319. },
  13320. "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": {
  13321. "version": "0.27.2",
  13322. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  13323. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  13324. "cpu": [
  13325. "x64"
  13326. ],
  13327. "license": "MIT",
  13328. "optional": true,
  13329. "os": [
  13330. "freebsd"
  13331. ],
  13332. "engines": {
  13333. "node": ">=18"
  13334. }
  13335. },
  13336. "node_modules/vite-node/node_modules/@esbuild/linux-arm": {
  13337. "version": "0.27.2",
  13338. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  13339. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  13340. "cpu": [
  13341. "arm"
  13342. ],
  13343. "license": "MIT",
  13344. "optional": true,
  13345. "os": [
  13346. "linux"
  13347. ],
  13348. "engines": {
  13349. "node": ">=18"
  13350. }
  13351. },
  13352. "node_modules/vite-node/node_modules/@esbuild/linux-arm64": {
  13353. "version": "0.27.2",
  13354. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  13355. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  13356. "cpu": [
  13357. "arm64"
  13358. ],
  13359. "license": "MIT",
  13360. "optional": true,
  13361. "os": [
  13362. "linux"
  13363. ],
  13364. "engines": {
  13365. "node": ">=18"
  13366. }
  13367. },
  13368. "node_modules/vite-node/node_modules/@esbuild/linux-ia32": {
  13369. "version": "0.27.2",
  13370. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  13371. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  13372. "cpu": [
  13373. "ia32"
  13374. ],
  13375. "license": "MIT",
  13376. "optional": true,
  13377. "os": [
  13378. "linux"
  13379. ],
  13380. "engines": {
  13381. "node": ">=18"
  13382. }
  13383. },
  13384. "node_modules/vite-node/node_modules/@esbuild/linux-loong64": {
  13385. "version": "0.27.2",
  13386. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  13387. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  13388. "cpu": [
  13389. "loong64"
  13390. ],
  13391. "license": "MIT",
  13392. "optional": true,
  13393. "os": [
  13394. "linux"
  13395. ],
  13396. "engines": {
  13397. "node": ">=18"
  13398. }
  13399. },
  13400. "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": {
  13401. "version": "0.27.2",
  13402. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  13403. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  13404. "cpu": [
  13405. "mips64el"
  13406. ],
  13407. "license": "MIT",
  13408. "optional": true,
  13409. "os": [
  13410. "linux"
  13411. ],
  13412. "engines": {
  13413. "node": ">=18"
  13414. }
  13415. },
  13416. "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": {
  13417. "version": "0.27.2",
  13418. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  13419. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  13420. "cpu": [
  13421. "ppc64"
  13422. ],
  13423. "license": "MIT",
  13424. "optional": true,
  13425. "os": [
  13426. "linux"
  13427. ],
  13428. "engines": {
  13429. "node": ">=18"
  13430. }
  13431. },
  13432. "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": {
  13433. "version": "0.27.2",
  13434. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  13435. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  13436. "cpu": [
  13437. "riscv64"
  13438. ],
  13439. "license": "MIT",
  13440. "optional": true,
  13441. "os": [
  13442. "linux"
  13443. ],
  13444. "engines": {
  13445. "node": ">=18"
  13446. }
  13447. },
  13448. "node_modules/vite-node/node_modules/@esbuild/linux-s390x": {
  13449. "version": "0.27.2",
  13450. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  13451. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  13452. "cpu": [
  13453. "s390x"
  13454. ],
  13455. "license": "MIT",
  13456. "optional": true,
  13457. "os": [
  13458. "linux"
  13459. ],
  13460. "engines": {
  13461. "node": ">=18"
  13462. }
  13463. },
  13464. "node_modules/vite-node/node_modules/@esbuild/linux-x64": {
  13465. "version": "0.27.2",
  13466. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  13467. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  13468. "cpu": [
  13469. "x64"
  13470. ],
  13471. "license": "MIT",
  13472. "optional": true,
  13473. "os": [
  13474. "linux"
  13475. ],
  13476. "engines": {
  13477. "node": ">=18"
  13478. }
  13479. },
  13480. "node_modules/vite-node/node_modules/@esbuild/netbsd-arm64": {
  13481. "version": "0.27.2",
  13482. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  13483. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  13484. "cpu": [
  13485. "arm64"
  13486. ],
  13487. "license": "MIT",
  13488. "optional": true,
  13489. "os": [
  13490. "netbsd"
  13491. ],
  13492. "engines": {
  13493. "node": ">=18"
  13494. }
  13495. },
  13496. "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": {
  13497. "version": "0.27.2",
  13498. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  13499. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  13500. "cpu": [
  13501. "x64"
  13502. ],
  13503. "license": "MIT",
  13504. "optional": true,
  13505. "os": [
  13506. "netbsd"
  13507. ],
  13508. "engines": {
  13509. "node": ">=18"
  13510. }
  13511. },
  13512. "node_modules/vite-node/node_modules/@esbuild/openbsd-arm64": {
  13513. "version": "0.27.2",
  13514. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  13515. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  13516. "cpu": [
  13517. "arm64"
  13518. ],
  13519. "license": "MIT",
  13520. "optional": true,
  13521. "os": [
  13522. "openbsd"
  13523. ],
  13524. "engines": {
  13525. "node": ">=18"
  13526. }
  13527. },
  13528. "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": {
  13529. "version": "0.27.2",
  13530. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  13531. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  13532. "cpu": [
  13533. "x64"
  13534. ],
  13535. "license": "MIT",
  13536. "optional": true,
  13537. "os": [
  13538. "openbsd"
  13539. ],
  13540. "engines": {
  13541. "node": ">=18"
  13542. }
  13543. },
  13544. "node_modules/vite-node/node_modules/@esbuild/openharmony-arm64": {
  13545. "version": "0.27.2",
  13546. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  13547. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  13548. "cpu": [
  13549. "arm64"
  13550. ],
  13551. "license": "MIT",
  13552. "optional": true,
  13553. "os": [
  13554. "openharmony"
  13555. ],
  13556. "engines": {
  13557. "node": ">=18"
  13558. }
  13559. },
  13560. "node_modules/vite-node/node_modules/@esbuild/sunos-x64": {
  13561. "version": "0.27.2",
  13562. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  13563. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  13564. "cpu": [
  13565. "x64"
  13566. ],
  13567. "license": "MIT",
  13568. "optional": true,
  13569. "os": [
  13570. "sunos"
  13571. ],
  13572. "engines": {
  13573. "node": ">=18"
  13574. }
  13575. },
  13576. "node_modules/vite-node/node_modules/@esbuild/win32-arm64": {
  13577. "version": "0.27.2",
  13578. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  13579. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  13580. "cpu": [
  13581. "arm64"
  13582. ],
  13583. "license": "MIT",
  13584. "optional": true,
  13585. "os": [
  13586. "win32"
  13587. ],
  13588. "engines": {
  13589. "node": ">=18"
  13590. }
  13591. },
  13592. "node_modules/vite-node/node_modules/@esbuild/win32-ia32": {
  13593. "version": "0.27.2",
  13594. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  13595. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  13596. "cpu": [
  13597. "ia32"
  13598. ],
  13599. "license": "MIT",
  13600. "optional": true,
  13601. "os": [
  13602. "win32"
  13603. ],
  13604. "engines": {
  13605. "node": ">=18"
  13606. }
  13607. },
  13608. "node_modules/vite-node/node_modules/@esbuild/win32-x64": {
  13609. "version": "0.27.2",
  13610. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  13611. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  13612. "cpu": [
  13613. "x64"
  13614. ],
  13615. "license": "MIT",
  13616. "optional": true,
  13617. "os": [
  13618. "win32"
  13619. ],
  13620. "engines": {
  13621. "node": ">=18"
  13622. }
  13623. },
  13624. "node_modules/vite-node/node_modules/esbuild": {
  13625. "version": "0.27.2",
  13626. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  13627. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  13628. "hasInstallScript": true,
  13629. "license": "MIT",
  13630. "bin": {
  13631. "esbuild": "bin/esbuild"
  13632. },
  13633. "engines": {
  13634. "node": ">=18"
  13635. },
  13636. "optionalDependencies": {
  13637. "@esbuild/aix-ppc64": "0.27.2",
  13638. "@esbuild/android-arm": "0.27.2",
  13639. "@esbuild/android-arm64": "0.27.2",
  13640. "@esbuild/android-x64": "0.27.2",
  13641. "@esbuild/darwin-arm64": "0.27.2",
  13642. "@esbuild/darwin-x64": "0.27.2",
  13643. "@esbuild/freebsd-arm64": "0.27.2",
  13644. "@esbuild/freebsd-x64": "0.27.2",
  13645. "@esbuild/linux-arm": "0.27.2",
  13646. "@esbuild/linux-arm64": "0.27.2",
  13647. "@esbuild/linux-ia32": "0.27.2",
  13648. "@esbuild/linux-loong64": "0.27.2",
  13649. "@esbuild/linux-mips64el": "0.27.2",
  13650. "@esbuild/linux-ppc64": "0.27.2",
  13651. "@esbuild/linux-riscv64": "0.27.2",
  13652. "@esbuild/linux-s390x": "0.27.2",
  13653. "@esbuild/linux-x64": "0.27.2",
  13654. "@esbuild/netbsd-arm64": "0.27.2",
  13655. "@esbuild/netbsd-x64": "0.27.2",
  13656. "@esbuild/openbsd-arm64": "0.27.2",
  13657. "@esbuild/openbsd-x64": "0.27.2",
  13658. "@esbuild/openharmony-arm64": "0.27.2",
  13659. "@esbuild/sunos-x64": "0.27.2",
  13660. "@esbuild/win32-arm64": "0.27.2",
  13661. "@esbuild/win32-ia32": "0.27.2",
  13662. "@esbuild/win32-x64": "0.27.2"
  13663. }
  13664. },
  13665. "node_modules/vite-node/node_modules/vite": {
  13666. "version": "7.3.0",
  13667. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.0.tgz",
  13668. "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
  13669. "license": "MIT",
  13670. "dependencies": {
  13671. "esbuild": "^0.27.0",
  13672. "fdir": "^6.5.0",
  13673. "picomatch": "^4.0.3",
  13674. "postcss": "^8.5.6",
  13675. "rollup": "^4.43.0",
  13676. "tinyglobby": "^0.2.15"
  13677. },
  13678. "bin": {
  13679. "vite": "bin/vite.js"
  13680. },
  13681. "engines": {
  13682. "node": "^20.19.0 || >=22.12.0"
  13683. },
  13684. "funding": {
  13685. "url": "https://github.com/vitejs/vite?sponsor=1"
  13686. },
  13687. "optionalDependencies": {
  13688. "fsevents": "~2.3.3"
  13689. },
  13690. "peerDependencies": {
  13691. "@types/node": "^20.19.0 || >=22.12.0",
  13692. "jiti": ">=1.21.0",
  13693. "less": "^4.0.0",
  13694. "lightningcss": "^1.21.0",
  13695. "sass": "^1.70.0",
  13696. "sass-embedded": "^1.70.0",
  13697. "stylus": ">=0.54.8",
  13698. "sugarss": "^5.0.0",
  13699. "terser": "^5.16.0",
  13700. "tsx": "^4.8.1",
  13701. "yaml": "^2.4.2"
  13702. },
  13703. "peerDependenciesMeta": {
  13704. "@types/node": {
  13705. "optional": true
  13706. },
  13707. "jiti": {
  13708. "optional": true
  13709. },
  13710. "less": {
  13711. "optional": true
  13712. },
  13713. "lightningcss": {
  13714. "optional": true
  13715. },
  13716. "sass": {
  13717. "optional": true
  13718. },
  13719. "sass-embedded": {
  13720. "optional": true
  13721. },
  13722. "stylus": {
  13723. "optional": true
  13724. },
  13725. "sugarss": {
  13726. "optional": true
  13727. },
  13728. "terser": {
  13729. "optional": true
  13730. },
  13731. "tsx": {
  13732. "optional": true
  13733. },
  13734. "yaml": {
  13735. "optional": true
  13736. }
  13737. }
  13738. },
  13739. "node_modules/vite-plugin-checker": {
  13740. "version": "0.12.0",
  13741. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  13742. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  13743. "license": "MIT",
  13744. "dependencies": {
  13745. "@babel/code-frame": "^7.27.1",
  13746. "chokidar": "^4.0.3",
  13747. "npm-run-path": "^6.0.0",
  13748. "picocolors": "^1.1.1",
  13749. "picomatch": "^4.0.3",
  13750. "tiny-invariant": "^1.3.3",
  13751. "tinyglobby": "^0.2.15",
  13752. "vscode-uri": "^3.1.0"
  13753. },
  13754. "engines": {
  13755. "node": ">=16.11"
  13756. },
  13757. "peerDependencies": {
  13758. "@biomejs/biome": ">=1.7",
  13759. "eslint": ">=9.39.1",
  13760. "meow": "^13.2.0",
  13761. "optionator": "^0.9.4",
  13762. "oxlint": ">=1",
  13763. "stylelint": ">=16",
  13764. "typescript": "*",
  13765. "vite": ">=5.4.21",
  13766. "vls": "*",
  13767. "vti": "*",
  13768. "vue-tsc": "~2.2.10 || ^3.0.0"
  13769. },
  13770. "peerDependenciesMeta": {
  13771. "@biomejs/biome": {
  13772. "optional": true
  13773. },
  13774. "eslint": {
  13775. "optional": true
  13776. },
  13777. "meow": {
  13778. "optional": true
  13779. },
  13780. "optionator": {
  13781. "optional": true
  13782. },
  13783. "oxlint": {
  13784. "optional": true
  13785. },
  13786. "stylelint": {
  13787. "optional": true
  13788. },
  13789. "typescript": {
  13790. "optional": true
  13791. },
  13792. "vls": {
  13793. "optional": true
  13794. },
  13795. "vti": {
  13796. "optional": true
  13797. },
  13798. "vue-tsc": {
  13799. "optional": true
  13800. }
  13801. }
  13802. },
  13803. "node_modules/vite-plugin-inspect": {
  13804. "version": "0.8.9",
  13805. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  13806. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  13807. "dev": true,
  13808. "license": "MIT",
  13809. "dependencies": {
  13810. "@antfu/utils": "^0.7.10",
  13811. "@rollup/pluginutils": "^5.1.3",
  13812. "debug": "^4.3.7",
  13813. "error-stack-parser-es": "^0.1.5",
  13814. "fs-extra": "^11.2.0",
  13815. "open": "^10.1.0",
  13816. "perfect-debounce": "^1.0.0",
  13817. "picocolors": "^1.1.1",
  13818. "sirv": "^3.0.0"
  13819. },
  13820. "engines": {
  13821. "node": ">=14"
  13822. },
  13823. "funding": {
  13824. "url": "https://github.com/sponsors/antfu"
  13825. },
  13826. "peerDependencies": {
  13827. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  13828. },
  13829. "peerDependenciesMeta": {
  13830. "@nuxt/kit": {
  13831. "optional": true
  13832. }
  13833. }
  13834. },
  13835. "node_modules/vite-plugin-vue-devtools": {
  13836. "version": "7.7.5",
  13837. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.5.tgz",
  13838. "integrity": "sha512-cSlQYI1E+8d0qubBg70suTBbXMFbTHLn7vLPYUPK9GjNNJ0nw+Yks0ZLOAp7/+PjmqSpN5fK1taor6HeAjKb1g==",
  13839. "dev": true,
  13840. "license": "MIT",
  13841. "dependencies": {
  13842. "@vue/devtools-core": "^7.7.5",
  13843. "@vue/devtools-kit": "^7.7.5",
  13844. "@vue/devtools-shared": "^7.7.5",
  13845. "execa": "^9.5.2",
  13846. "sirv": "^3.0.1",
  13847. "vite-plugin-inspect": "0.8.9",
  13848. "vite-plugin-vue-inspector": "^5.3.1"
  13849. },
  13850. "engines": {
  13851. "node": ">=v14.21.3"
  13852. },
  13853. "peerDependencies": {
  13854. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13855. }
  13856. },
  13857. "node_modules/vite-plugin-vue-inspector": {
  13858. "version": "5.3.1",
  13859. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  13860. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  13861. "dev": true,
  13862. "license": "MIT",
  13863. "dependencies": {
  13864. "@babel/core": "^7.23.0",
  13865. "@babel/plugin-proposal-decorators": "^7.23.0",
  13866. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  13867. "@babel/plugin-syntax-import-meta": "^7.10.4",
  13868. "@babel/plugin-transform-typescript": "^7.22.15",
  13869. "@vue/babel-plugin-jsx": "^1.1.5",
  13870. "@vue/compiler-dom": "^3.3.4",
  13871. "kolorist": "^1.8.0",
  13872. "magic-string": "^0.30.4"
  13873. },
  13874. "peerDependencies": {
  13875. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  13876. }
  13877. },
  13878. "node_modules/vite-plugin-vue-tracer": {
  13879. "version": "1.2.0",
  13880. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.2.0.tgz",
  13881. "integrity": "sha512-a9Z/TLpxwmoE9kIcv28wqQmiszM7ec4zgndXWEsVD/2lEZLRGzcg7ONXmplzGF/UP5W59QNtS809OdywwpUWQQ==",
  13882. "license": "MIT",
  13883. "dependencies": {
  13884. "estree-walker": "^3.0.3",
  13885. "exsolve": "^1.0.8",
  13886. "magic-string": "^0.30.21",
  13887. "pathe": "^2.0.3",
  13888. "source-map-js": "^1.2.1"
  13889. },
  13890. "funding": {
  13891. "url": "https://github.com/sponsors/antfu"
  13892. },
  13893. "peerDependencies": {
  13894. "vite": "^6.0.0 || ^7.0.0",
  13895. "vue": "^3.5.0"
  13896. }
  13897. },
  13898. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  13899. "version": "3.0.3",
  13900. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  13901. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13902. "license": "MIT",
  13903. "dependencies": {
  13904. "@types/estree": "^1.0.0"
  13905. }
  13906. },
  13907. "node_modules/vscode-uri": {
  13908. "version": "3.1.0",
  13909. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13910. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13911. "license": "MIT"
  13912. },
  13913. "node_modules/vue": {
  13914. "version": "3.5.26",
  13915. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz",
  13916. "integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
  13917. "license": "MIT",
  13918. "dependencies": {
  13919. "@vue/compiler-dom": "3.5.26",
  13920. "@vue/compiler-sfc": "3.5.26",
  13921. "@vue/runtime-dom": "3.5.26",
  13922. "@vue/server-renderer": "3.5.26",
  13923. "@vue/shared": "3.5.26"
  13924. },
  13925. "peerDependencies": {
  13926. "typescript": "*"
  13927. },
  13928. "peerDependenciesMeta": {
  13929. "typescript": {
  13930. "optional": true
  13931. }
  13932. }
  13933. },
  13934. "node_modules/vue-bundle-renderer": {
  13935. "version": "2.2.0",
  13936. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13937. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13938. "license": "MIT",
  13939. "dependencies": {
  13940. "ufo": "^1.6.1"
  13941. }
  13942. },
  13943. "node_modules/vue-devtools-stub": {
  13944. "version": "0.1.0",
  13945. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13946. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13947. "license": "MIT"
  13948. },
  13949. "node_modules/vue-router": {
  13950. "version": "4.6.4",
  13951. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  13952. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  13953. "license": "MIT",
  13954. "dependencies": {
  13955. "@vue/devtools-api": "^6.6.4"
  13956. },
  13957. "funding": {
  13958. "url": "https://github.com/sponsors/posva"
  13959. },
  13960. "peerDependencies": {
  13961. "vue": "^3.5.0"
  13962. }
  13963. },
  13964. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  13965. "version": "6.6.4",
  13966. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  13967. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  13968. "license": "MIT"
  13969. },
  13970. "node_modules/vue-tsc": {
  13971. "version": "2.2.10",
  13972. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  13973. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  13974. "devOptional": true,
  13975. "license": "MIT",
  13976. "dependencies": {
  13977. "@volar/typescript": "~2.4.11",
  13978. "@vue/language-core": "2.2.10"
  13979. },
  13980. "bin": {
  13981. "vue-tsc": "bin/vue-tsc.js"
  13982. },
  13983. "peerDependencies": {
  13984. "typescript": ">=5.0.0"
  13985. }
  13986. },
  13987. "node_modules/vue-types": {
  13988. "version": "3.0.2",
  13989. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  13990. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  13991. "license": "MIT",
  13992. "dependencies": {
  13993. "is-plain-object": "3.0.1"
  13994. },
  13995. "engines": {
  13996. "node": ">=10.15.0"
  13997. },
  13998. "peerDependencies": {
  13999. "vue": "^3.0.0"
  14000. }
  14001. },
  14002. "node_modules/vue3-carousel": {
  14003. "version": "0.15.0",
  14004. "resolved": "https://registry.npmmirror.com/vue3-carousel/-/vue3-carousel-0.15.0.tgz",
  14005. "integrity": "sha512-yYBBEdmvsMNlgKivVHiFMKV7TlWDoMEiVLA+Vb31t1JEQILAQYADMDYYuE9mp6OSGEQpCBgt8e/EpO2MZlQhcw==",
  14006. "license": "MIT",
  14007. "peerDependencies": {
  14008. "vue": "^3.5.0"
  14009. }
  14010. },
  14011. "node_modules/warning": {
  14012. "version": "4.0.3",
  14013. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  14014. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  14015. "license": "MIT",
  14016. "dependencies": {
  14017. "loose-envify": "^1.0.0"
  14018. }
  14019. },
  14020. "node_modules/webidl-conversions": {
  14021. "version": "3.0.1",
  14022. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  14023. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  14024. "license": "BSD-2-Clause"
  14025. },
  14026. "node_modules/webpack-virtual-modules": {
  14027. "version": "0.6.2",
  14028. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  14029. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  14030. "license": "MIT"
  14031. },
  14032. "node_modules/whatwg-url": {
  14033. "version": "5.0.0",
  14034. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  14035. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  14036. "license": "MIT",
  14037. "dependencies": {
  14038. "tr46": "~0.0.3",
  14039. "webidl-conversions": "^3.0.0"
  14040. }
  14041. },
  14042. "node_modules/which": {
  14043. "version": "5.0.0",
  14044. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  14045. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  14046. "license": "ISC",
  14047. "dependencies": {
  14048. "isexe": "^3.1.1"
  14049. },
  14050. "bin": {
  14051. "node-which": "bin/which.js"
  14052. },
  14053. "engines": {
  14054. "node": "^18.17.0 || >=20.5.0"
  14055. }
  14056. },
  14057. "node_modules/win-release": {
  14058. "version": "1.1.1",
  14059. "resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
  14060. "integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
  14061. "dev": true,
  14062. "license": "MIT",
  14063. "dependencies": {
  14064. "semver": "^5.0.1"
  14065. },
  14066. "engines": {
  14067. "node": ">=0.10.0"
  14068. }
  14069. },
  14070. "node_modules/win-release/node_modules/semver": {
  14071. "version": "5.7.2",
  14072. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  14073. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  14074. "dev": true,
  14075. "license": "ISC",
  14076. "bin": {
  14077. "semver": "bin/semver"
  14078. }
  14079. },
  14080. "node_modules/wrap-ansi": {
  14081. "version": "6.2.0",
  14082. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  14083. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  14084. "dev": true,
  14085. "license": "MIT",
  14086. "dependencies": {
  14087. "ansi-styles": "^4.0.0",
  14088. "string-width": "^4.1.0",
  14089. "strip-ansi": "^6.0.0"
  14090. },
  14091. "engines": {
  14092. "node": ">=8"
  14093. }
  14094. },
  14095. "node_modules/wrap-ansi-cjs": {
  14096. "name": "wrap-ansi",
  14097. "version": "7.0.0",
  14098. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  14099. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  14100. "license": "MIT",
  14101. "dependencies": {
  14102. "ansi-styles": "^4.0.0",
  14103. "string-width": "^4.1.0",
  14104. "strip-ansi": "^6.0.0"
  14105. },
  14106. "engines": {
  14107. "node": ">=10"
  14108. },
  14109. "funding": {
  14110. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  14111. }
  14112. },
  14113. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  14114. "version": "5.0.1",
  14115. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14116. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14117. "license": "MIT",
  14118. "engines": {
  14119. "node": ">=8"
  14120. }
  14121. },
  14122. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  14123. "version": "4.3.0",
  14124. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14125. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14126. "license": "MIT",
  14127. "dependencies": {
  14128. "color-convert": "^2.0.1"
  14129. },
  14130. "engines": {
  14131. "node": ">=8"
  14132. },
  14133. "funding": {
  14134. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14135. }
  14136. },
  14137. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  14138. "version": "6.0.1",
  14139. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14140. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14141. "license": "MIT",
  14142. "dependencies": {
  14143. "ansi-regex": "^5.0.1"
  14144. },
  14145. "engines": {
  14146. "node": ">=8"
  14147. }
  14148. },
  14149. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  14150. "version": "5.0.1",
  14151. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  14152. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  14153. "dev": true,
  14154. "license": "MIT",
  14155. "engines": {
  14156. "node": ">=8"
  14157. }
  14158. },
  14159. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  14160. "version": "4.3.0",
  14161. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14162. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14163. "dev": true,
  14164. "license": "MIT",
  14165. "dependencies": {
  14166. "color-convert": "^2.0.1"
  14167. },
  14168. "engines": {
  14169. "node": ">=8"
  14170. },
  14171. "funding": {
  14172. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14173. }
  14174. },
  14175. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  14176. "version": "6.0.1",
  14177. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14178. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14179. "dev": true,
  14180. "license": "MIT",
  14181. "dependencies": {
  14182. "ansi-regex": "^5.0.1"
  14183. },
  14184. "engines": {
  14185. "node": ">=8"
  14186. }
  14187. },
  14188. "node_modules/wrappy": {
  14189. "version": "1.0.2",
  14190. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  14191. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  14192. "dev": true,
  14193. "license": "ISC"
  14194. },
  14195. "node_modules/ws": {
  14196. "version": "8.18.3",
  14197. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
  14198. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  14199. "license": "MIT",
  14200. "engines": {
  14201. "node": ">=10.0.0"
  14202. },
  14203. "peerDependencies": {
  14204. "bufferutil": "^4.0.1",
  14205. "utf-8-validate": ">=5.0.2"
  14206. },
  14207. "peerDependenciesMeta": {
  14208. "bufferutil": {
  14209. "optional": true
  14210. },
  14211. "utf-8-validate": {
  14212. "optional": true
  14213. }
  14214. }
  14215. },
  14216. "node_modules/wsl-utils": {
  14217. "version": "0.1.0",
  14218. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
  14219. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  14220. "license": "MIT",
  14221. "dependencies": {
  14222. "is-wsl": "^3.1.0"
  14223. },
  14224. "engines": {
  14225. "node": ">=18"
  14226. },
  14227. "funding": {
  14228. "url": "https://github.com/sponsors/sindresorhus"
  14229. }
  14230. },
  14231. "node_modules/xml2js": {
  14232. "version": "0.6.2",
  14233. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
  14234. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  14235. "devOptional": true,
  14236. "license": "MIT",
  14237. "dependencies": {
  14238. "sax": ">=0.6.0",
  14239. "xmlbuilder": "~11.0.0"
  14240. },
  14241. "engines": {
  14242. "node": ">=4.0.0"
  14243. }
  14244. },
  14245. "node_modules/xmlbuilder": {
  14246. "version": "11.0.1",
  14247. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  14248. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  14249. "devOptional": true,
  14250. "license": "MIT",
  14251. "engines": {
  14252. "node": ">=4.0"
  14253. }
  14254. },
  14255. "node_modules/xtend": {
  14256. "version": "4.0.2",
  14257. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  14258. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  14259. "dev": true,
  14260. "license": "MIT",
  14261. "engines": {
  14262. "node": ">=0.4"
  14263. }
  14264. },
  14265. "node_modules/y18n": {
  14266. "version": "5.0.8",
  14267. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  14268. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  14269. "license": "ISC",
  14270. "engines": {
  14271. "node": ">=10"
  14272. }
  14273. },
  14274. "node_modules/yallist": {
  14275. "version": "3.1.1",
  14276. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  14277. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  14278. "license": "ISC"
  14279. },
  14280. "node_modules/yaml": {
  14281. "version": "2.8.2",
  14282. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
  14283. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  14284. "license": "ISC",
  14285. "bin": {
  14286. "yaml": "bin.mjs"
  14287. },
  14288. "engines": {
  14289. "node": ">= 14.6"
  14290. },
  14291. "funding": {
  14292. "url": "https://github.com/sponsors/eemeli"
  14293. }
  14294. },
  14295. "node_modules/yargs": {
  14296. "version": "17.7.2",
  14297. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  14298. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  14299. "license": "MIT",
  14300. "dependencies": {
  14301. "cliui": "^8.0.1",
  14302. "escalade": "^3.1.1",
  14303. "get-caller-file": "^2.0.5",
  14304. "require-directory": "^2.1.1",
  14305. "string-width": "^4.2.3",
  14306. "y18n": "^5.0.5",
  14307. "yargs-parser": "^21.1.1"
  14308. },
  14309. "engines": {
  14310. "node": ">=12"
  14311. }
  14312. },
  14313. "node_modules/yargs-parser": {
  14314. "version": "21.1.1",
  14315. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  14316. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  14317. "license": "ISC",
  14318. "engines": {
  14319. "node": ">=12"
  14320. }
  14321. },
  14322. "node_modules/yoctocolors": {
  14323. "version": "2.1.1",
  14324. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  14325. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  14326. "dev": true,
  14327. "license": "MIT",
  14328. "engines": {
  14329. "node": ">=18"
  14330. },
  14331. "funding": {
  14332. "url": "https://github.com/sponsors/sindresorhus"
  14333. }
  14334. },
  14335. "node_modules/yoctocolors-cjs": {
  14336. "version": "2.1.3",
  14337. "resolved": "https://registry.npmmirror.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  14338. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  14339. "dev": true,
  14340. "license": "MIT",
  14341. "engines": {
  14342. "node": ">=18"
  14343. },
  14344. "funding": {
  14345. "url": "https://github.com/sponsors/sindresorhus"
  14346. }
  14347. },
  14348. "node_modules/youch": {
  14349. "version": "4.1.0-beta.13",
  14350. "resolved": "https://registry.npmmirror.com/youch/-/youch-4.1.0-beta.13.tgz",
  14351. "integrity": "sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==",
  14352. "license": "MIT",
  14353. "dependencies": {
  14354. "@poppinss/colors": "^4.1.5",
  14355. "@poppinss/dumper": "^0.6.5",
  14356. "@speed-highlight/core": "^1.2.9",
  14357. "cookie-es": "^2.0.0",
  14358. "youch-core": "^0.3.3"
  14359. }
  14360. },
  14361. "node_modules/youch-core": {
  14362. "version": "0.3.3",
  14363. "resolved": "https://registry.npmmirror.com/youch-core/-/youch-core-0.3.3.tgz",
  14364. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  14365. "license": "MIT",
  14366. "dependencies": {
  14367. "@poppinss/exception": "^1.2.2",
  14368. "error-stack-parser-es": "^1.0.5"
  14369. }
  14370. },
  14371. "node_modules/youch-core/node_modules/error-stack-parser-es": {
  14372. "version": "1.0.5",
  14373. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  14374. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  14375. "license": "MIT",
  14376. "funding": {
  14377. "url": "https://github.com/sponsors/antfu"
  14378. }
  14379. },
  14380. "node_modules/zip-stream": {
  14381. "version": "6.0.1",
  14382. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  14383. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  14384. "license": "MIT",
  14385. "dependencies": {
  14386. "archiver-utils": "^5.0.0",
  14387. "compress-commons": "^6.0.2",
  14388. "readable-stream": "^4.0.0"
  14389. },
  14390. "engines": {
  14391. "node": ">= 14"
  14392. }
  14393. }
  14394. }
  14395. }