package-lock.json 230 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589
  1. {
  2. "name": "info-assets-manage",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "info-assets-manage",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@vueuse/core": "^13.4.0",
  12. "element-plus": "^2.10.2",
  13. "pinia": "^3.0.1",
  14. "three": "^0.177.0",
  15. "vue": "^3.5.13",
  16. "vue-router": "^4.5.0"
  17. },
  18. "devDependencies": {
  19. "@tsconfig/node22": "^22.0.1",
  20. "@types/node": "^22.14.0",
  21. "@types/three": "^0.177.0",
  22. "@vitejs/plugin-vue": "^5.2.3",
  23. "@vitejs/plugin-vue-jsx": "^4.1.2",
  24. "@vue/eslint-config-prettier": "^10.2.0",
  25. "@vue/eslint-config-typescript": "^14.5.0",
  26. "@vue/tsconfig": "^0.7.0",
  27. "eslint": "^9.22.0",
  28. "eslint-plugin-vue": "~10.0.0",
  29. "jiti": "^2.4.2",
  30. "npm-run-all2": "^7.0.2",
  31. "prettier": "3.5.3",
  32. "typescript": "~5.8.0",
  33. "unocss": "^66.2.3",
  34. "unplugin-auto-import": "^19.3.0",
  35. "unplugin-vue-components": "^28.7.0",
  36. "vite": "^6.2.4",
  37. "vite-plugin-vue-devtools": "^7.7.2",
  38. "vue-tsc": "^2.2.8"
  39. }
  40. },
  41. "node_modules/@ampproject/remapping": {
  42. "version": "2.3.0",
  43. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  44. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  45. "dev": true,
  46. "license": "Apache-2.0",
  47. "dependencies": {
  48. "@jridgewell/gen-mapping": "^0.3.5",
  49. "@jridgewell/trace-mapping": "^0.3.24"
  50. },
  51. "engines": {
  52. "node": ">=6.0.0"
  53. }
  54. },
  55. "node_modules/@antfu/install-pkg": {
  56. "version": "1.1.0",
  57. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  58. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  59. "dev": true,
  60. "license": "MIT",
  61. "dependencies": {
  62. "package-manager-detector": "^1.3.0",
  63. "tinyexec": "^1.0.1"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/antfu"
  67. }
  68. },
  69. "node_modules/@antfu/utils": {
  70. "version": "0.7.10",
  71. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  72. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  73. "dev": true,
  74. "license": "MIT",
  75. "funding": {
  76. "url": "https://github.com/sponsors/antfu"
  77. }
  78. },
  79. "node_modules/@babel/code-frame": {
  80. "version": "7.27.1",
  81. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  82. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  83. "dev": true,
  84. "license": "MIT",
  85. "dependencies": {
  86. "@babel/helper-validator-identifier": "^7.27.1",
  87. "js-tokens": "^4.0.0",
  88. "picocolors": "^1.1.1"
  89. },
  90. "engines": {
  91. "node": ">=6.9.0"
  92. }
  93. },
  94. "node_modules/@babel/compat-data": {
  95. "version": "7.27.5",
  96. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.5.tgz",
  97. "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==",
  98. "dev": true,
  99. "license": "MIT",
  100. "engines": {
  101. "node": ">=6.9.0"
  102. }
  103. },
  104. "node_modules/@babel/core": {
  105. "version": "7.27.4",
  106. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.27.4.tgz",
  107. "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
  108. "dev": true,
  109. "license": "MIT",
  110. "dependencies": {
  111. "@ampproject/remapping": "^2.2.0",
  112. "@babel/code-frame": "^7.27.1",
  113. "@babel/generator": "^7.27.3",
  114. "@babel/helper-compilation-targets": "^7.27.2",
  115. "@babel/helper-module-transforms": "^7.27.3",
  116. "@babel/helpers": "^7.27.4",
  117. "@babel/parser": "^7.27.4",
  118. "@babel/template": "^7.27.2",
  119. "@babel/traverse": "^7.27.4",
  120. "@babel/types": "^7.27.3",
  121. "convert-source-map": "^2.0.0",
  122. "debug": "^4.1.0",
  123. "gensync": "^1.0.0-beta.2",
  124. "json5": "^2.2.3",
  125. "semver": "^6.3.1"
  126. },
  127. "engines": {
  128. "node": ">=6.9.0"
  129. },
  130. "funding": {
  131. "type": "opencollective",
  132. "url": "https://opencollective.com/babel"
  133. }
  134. },
  135. "node_modules/@babel/generator": {
  136. "version": "7.27.5",
  137. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.5.tgz",
  138. "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
  139. "dev": true,
  140. "license": "MIT",
  141. "dependencies": {
  142. "@babel/parser": "^7.27.5",
  143. "@babel/types": "^7.27.3",
  144. "@jridgewell/gen-mapping": "^0.3.5",
  145. "@jridgewell/trace-mapping": "^0.3.25",
  146. "jsesc": "^3.0.2"
  147. },
  148. "engines": {
  149. "node": ">=6.9.0"
  150. }
  151. },
  152. "node_modules/@babel/helper-annotate-as-pure": {
  153. "version": "7.27.3",
  154. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  155. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  156. "dev": true,
  157. "license": "MIT",
  158. "dependencies": {
  159. "@babel/types": "^7.27.3"
  160. },
  161. "engines": {
  162. "node": ">=6.9.0"
  163. }
  164. },
  165. "node_modules/@babel/helper-compilation-targets": {
  166. "version": "7.27.2",
  167. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  168. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  169. "dev": true,
  170. "license": "MIT",
  171. "dependencies": {
  172. "@babel/compat-data": "^7.27.2",
  173. "@babel/helper-validator-option": "^7.27.1",
  174. "browserslist": "^4.24.0",
  175. "lru-cache": "^5.1.1",
  176. "semver": "^6.3.1"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-create-class-features-plugin": {
  183. "version": "7.27.1",
  184. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  185. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  186. "dev": true,
  187. "license": "MIT",
  188. "dependencies": {
  189. "@babel/helper-annotate-as-pure": "^7.27.1",
  190. "@babel/helper-member-expression-to-functions": "^7.27.1",
  191. "@babel/helper-optimise-call-expression": "^7.27.1",
  192. "@babel/helper-replace-supers": "^7.27.1",
  193. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  194. "@babel/traverse": "^7.27.1",
  195. "semver": "^6.3.1"
  196. },
  197. "engines": {
  198. "node": ">=6.9.0"
  199. },
  200. "peerDependencies": {
  201. "@babel/core": "^7.0.0"
  202. }
  203. },
  204. "node_modules/@babel/helper-member-expression-to-functions": {
  205. "version": "7.27.1",
  206. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  207. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  208. "dev": true,
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/traverse": "^7.27.1",
  212. "@babel/types": "^7.27.1"
  213. },
  214. "engines": {
  215. "node": ">=6.9.0"
  216. }
  217. },
  218. "node_modules/@babel/helper-module-imports": {
  219. "version": "7.27.1",
  220. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  221. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  222. "dev": true,
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/traverse": "^7.27.1",
  226. "@babel/types": "^7.27.1"
  227. },
  228. "engines": {
  229. "node": ">=6.9.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-module-transforms": {
  233. "version": "7.27.3",
  234. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  235. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  236. "dev": true,
  237. "license": "MIT",
  238. "dependencies": {
  239. "@babel/helper-module-imports": "^7.27.1",
  240. "@babel/helper-validator-identifier": "^7.27.1",
  241. "@babel/traverse": "^7.27.3"
  242. },
  243. "engines": {
  244. "node": ">=6.9.0"
  245. },
  246. "peerDependencies": {
  247. "@babel/core": "^7.0.0"
  248. }
  249. },
  250. "node_modules/@babel/helper-optimise-call-expression": {
  251. "version": "7.27.1",
  252. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  253. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  254. "dev": true,
  255. "license": "MIT",
  256. "dependencies": {
  257. "@babel/types": "^7.27.1"
  258. },
  259. "engines": {
  260. "node": ">=6.9.0"
  261. }
  262. },
  263. "node_modules/@babel/helper-plugin-utils": {
  264. "version": "7.27.1",
  265. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  266. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  267. "dev": true,
  268. "license": "MIT",
  269. "engines": {
  270. "node": ">=6.9.0"
  271. }
  272. },
  273. "node_modules/@babel/helper-replace-supers": {
  274. "version": "7.27.1",
  275. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  276. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  277. "dev": true,
  278. "license": "MIT",
  279. "dependencies": {
  280. "@babel/helper-member-expression-to-functions": "^7.27.1",
  281. "@babel/helper-optimise-call-expression": "^7.27.1",
  282. "@babel/traverse": "^7.27.1"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. },
  287. "peerDependencies": {
  288. "@babel/core": "^7.0.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  292. "version": "7.27.1",
  293. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  294. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  295. "dev": true,
  296. "license": "MIT",
  297. "dependencies": {
  298. "@babel/traverse": "^7.27.1",
  299. "@babel/types": "^7.27.1"
  300. },
  301. "engines": {
  302. "node": ">=6.9.0"
  303. }
  304. },
  305. "node_modules/@babel/helper-string-parser": {
  306. "version": "7.27.1",
  307. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  308. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  309. "license": "MIT",
  310. "engines": {
  311. "node": ">=6.9.0"
  312. }
  313. },
  314. "node_modules/@babel/helper-validator-identifier": {
  315. "version": "7.27.1",
  316. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  317. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  318. "license": "MIT",
  319. "engines": {
  320. "node": ">=6.9.0"
  321. }
  322. },
  323. "node_modules/@babel/helper-validator-option": {
  324. "version": "7.27.1",
  325. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  326. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  327. "dev": true,
  328. "license": "MIT",
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/helpers": {
  334. "version": "7.27.6",
  335. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.6.tgz",
  336. "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
  337. "dev": true,
  338. "license": "MIT",
  339. "dependencies": {
  340. "@babel/template": "^7.27.2",
  341. "@babel/types": "^7.27.6"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. }
  346. },
  347. "node_modules/@babel/parser": {
  348. "version": "7.27.5",
  349. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  350. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  351. "license": "MIT",
  352. "dependencies": {
  353. "@babel/types": "^7.27.3"
  354. },
  355. "bin": {
  356. "parser": "bin/babel-parser.js"
  357. },
  358. "engines": {
  359. "node": ">=6.0.0"
  360. }
  361. },
  362. "node_modules/@babel/plugin-proposal-decorators": {
  363. "version": "7.27.1",
  364. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz",
  365. "integrity": "sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg==",
  366. "dev": true,
  367. "license": "MIT",
  368. "dependencies": {
  369. "@babel/helper-create-class-features-plugin": "^7.27.1",
  370. "@babel/helper-plugin-utils": "^7.27.1",
  371. "@babel/plugin-syntax-decorators": "^7.27.1"
  372. },
  373. "engines": {
  374. "node": ">=6.9.0"
  375. },
  376. "peerDependencies": {
  377. "@babel/core": "^7.0.0-0"
  378. }
  379. },
  380. "node_modules/@babel/plugin-syntax-decorators": {
  381. "version": "7.27.1",
  382. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
  383. "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
  384. "dev": true,
  385. "license": "MIT",
  386. "dependencies": {
  387. "@babel/helper-plugin-utils": "^7.27.1"
  388. },
  389. "engines": {
  390. "node": ">=6.9.0"
  391. },
  392. "peerDependencies": {
  393. "@babel/core": "^7.0.0-0"
  394. }
  395. },
  396. "node_modules/@babel/plugin-syntax-import-attributes": {
  397. "version": "7.27.1",
  398. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  399. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  400. "dev": true,
  401. "license": "MIT",
  402. "dependencies": {
  403. "@babel/helper-plugin-utils": "^7.27.1"
  404. },
  405. "engines": {
  406. "node": ">=6.9.0"
  407. },
  408. "peerDependencies": {
  409. "@babel/core": "^7.0.0-0"
  410. }
  411. },
  412. "node_modules/@babel/plugin-syntax-import-meta": {
  413. "version": "7.10.4",
  414. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  415. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  416. "dev": true,
  417. "license": "MIT",
  418. "dependencies": {
  419. "@babel/helper-plugin-utils": "^7.10.4"
  420. },
  421. "peerDependencies": {
  422. "@babel/core": "^7.0.0-0"
  423. }
  424. },
  425. "node_modules/@babel/plugin-syntax-jsx": {
  426. "version": "7.27.1",
  427. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  428. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  429. "dev": true,
  430. "license": "MIT",
  431. "dependencies": {
  432. "@babel/helper-plugin-utils": "^7.27.1"
  433. },
  434. "engines": {
  435. "node": ">=6.9.0"
  436. },
  437. "peerDependencies": {
  438. "@babel/core": "^7.0.0-0"
  439. }
  440. },
  441. "node_modules/@babel/plugin-syntax-typescript": {
  442. "version": "7.27.1",
  443. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  444. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  445. "dev": true,
  446. "license": "MIT",
  447. "dependencies": {
  448. "@babel/helper-plugin-utils": "^7.27.1"
  449. },
  450. "engines": {
  451. "node": ">=6.9.0"
  452. },
  453. "peerDependencies": {
  454. "@babel/core": "^7.0.0-0"
  455. }
  456. },
  457. "node_modules/@babel/plugin-transform-typescript": {
  458. "version": "7.27.1",
  459. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
  460. "integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
  461. "dev": true,
  462. "license": "MIT",
  463. "dependencies": {
  464. "@babel/helper-annotate-as-pure": "^7.27.1",
  465. "@babel/helper-create-class-features-plugin": "^7.27.1",
  466. "@babel/helper-plugin-utils": "^7.27.1",
  467. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  468. "@babel/plugin-syntax-typescript": "^7.27.1"
  469. },
  470. "engines": {
  471. "node": ">=6.9.0"
  472. },
  473. "peerDependencies": {
  474. "@babel/core": "^7.0.0-0"
  475. }
  476. },
  477. "node_modules/@babel/template": {
  478. "version": "7.27.2",
  479. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  480. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  481. "dev": true,
  482. "license": "MIT",
  483. "dependencies": {
  484. "@babel/code-frame": "^7.27.1",
  485. "@babel/parser": "^7.27.2",
  486. "@babel/types": "^7.27.1"
  487. },
  488. "engines": {
  489. "node": ">=6.9.0"
  490. }
  491. },
  492. "node_modules/@babel/traverse": {
  493. "version": "7.27.4",
  494. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.4.tgz",
  495. "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
  496. "dev": true,
  497. "license": "MIT",
  498. "dependencies": {
  499. "@babel/code-frame": "^7.27.1",
  500. "@babel/generator": "^7.27.3",
  501. "@babel/parser": "^7.27.4",
  502. "@babel/template": "^7.27.2",
  503. "@babel/types": "^7.27.3",
  504. "debug": "^4.3.1",
  505. "globals": "^11.1.0"
  506. },
  507. "engines": {
  508. "node": ">=6.9.0"
  509. }
  510. },
  511. "node_modules/@babel/types": {
  512. "version": "7.27.6",
  513. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  514. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  515. "license": "MIT",
  516. "dependencies": {
  517. "@babel/helper-string-parser": "^7.27.1",
  518. "@babel/helper-validator-identifier": "^7.27.1"
  519. },
  520. "engines": {
  521. "node": ">=6.9.0"
  522. }
  523. },
  524. "node_modules/@ctrl/tinycolor": {
  525. "version": "3.6.1",
  526. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  527. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  528. "license": "MIT",
  529. "engines": {
  530. "node": ">=10"
  531. }
  532. },
  533. "node_modules/@dimforge/rapier3d-compat": {
  534. "version": "0.12.0",
  535. "resolved": "https://registry.npmmirror.com/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
  536. "integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
  537. "dev": true,
  538. "license": "Apache-2.0"
  539. },
  540. "node_modules/@element-plus/icons-vue": {
  541. "version": "2.3.1",
  542. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  543. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  544. "license": "MIT",
  545. "peerDependencies": {
  546. "vue": "^3.2.0"
  547. }
  548. },
  549. "node_modules/@esbuild/aix-ppc64": {
  550. "version": "0.25.5",
  551. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  552. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  553. "cpu": [
  554. "ppc64"
  555. ],
  556. "dev": true,
  557. "license": "MIT",
  558. "optional": true,
  559. "os": [
  560. "aix"
  561. ],
  562. "engines": {
  563. "node": ">=18"
  564. }
  565. },
  566. "node_modules/@esbuild/android-arm": {
  567. "version": "0.25.5",
  568. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  569. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  570. "cpu": [
  571. "arm"
  572. ],
  573. "dev": true,
  574. "license": "MIT",
  575. "optional": true,
  576. "os": [
  577. "android"
  578. ],
  579. "engines": {
  580. "node": ">=18"
  581. }
  582. },
  583. "node_modules/@esbuild/android-arm64": {
  584. "version": "0.25.5",
  585. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  586. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  587. "cpu": [
  588. "arm64"
  589. ],
  590. "dev": true,
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "android"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/android-x64": {
  601. "version": "0.25.5",
  602. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  603. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  604. "cpu": [
  605. "x64"
  606. ],
  607. "dev": true,
  608. "license": "MIT",
  609. "optional": true,
  610. "os": [
  611. "android"
  612. ],
  613. "engines": {
  614. "node": ">=18"
  615. }
  616. },
  617. "node_modules/@esbuild/darwin-arm64": {
  618. "version": "0.25.5",
  619. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  620. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  621. "cpu": [
  622. "arm64"
  623. ],
  624. "dev": true,
  625. "license": "MIT",
  626. "optional": true,
  627. "os": [
  628. "darwin"
  629. ],
  630. "engines": {
  631. "node": ">=18"
  632. }
  633. },
  634. "node_modules/@esbuild/darwin-x64": {
  635. "version": "0.25.5",
  636. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  637. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  638. "cpu": [
  639. "x64"
  640. ],
  641. "dev": true,
  642. "license": "MIT",
  643. "optional": true,
  644. "os": [
  645. "darwin"
  646. ],
  647. "engines": {
  648. "node": ">=18"
  649. }
  650. },
  651. "node_modules/@esbuild/freebsd-arm64": {
  652. "version": "0.25.5",
  653. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  654. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  655. "cpu": [
  656. "arm64"
  657. ],
  658. "dev": true,
  659. "license": "MIT",
  660. "optional": true,
  661. "os": [
  662. "freebsd"
  663. ],
  664. "engines": {
  665. "node": ">=18"
  666. }
  667. },
  668. "node_modules/@esbuild/freebsd-x64": {
  669. "version": "0.25.5",
  670. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  671. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  672. "cpu": [
  673. "x64"
  674. ],
  675. "dev": true,
  676. "license": "MIT",
  677. "optional": true,
  678. "os": [
  679. "freebsd"
  680. ],
  681. "engines": {
  682. "node": ">=18"
  683. }
  684. },
  685. "node_modules/@esbuild/linux-arm": {
  686. "version": "0.25.5",
  687. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  688. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  689. "cpu": [
  690. "arm"
  691. ],
  692. "dev": true,
  693. "license": "MIT",
  694. "optional": true,
  695. "os": [
  696. "linux"
  697. ],
  698. "engines": {
  699. "node": ">=18"
  700. }
  701. },
  702. "node_modules/@esbuild/linux-arm64": {
  703. "version": "0.25.5",
  704. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  705. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  706. "cpu": [
  707. "arm64"
  708. ],
  709. "dev": true,
  710. "license": "MIT",
  711. "optional": true,
  712. "os": [
  713. "linux"
  714. ],
  715. "engines": {
  716. "node": ">=18"
  717. }
  718. },
  719. "node_modules/@esbuild/linux-ia32": {
  720. "version": "0.25.5",
  721. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  722. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  723. "cpu": [
  724. "ia32"
  725. ],
  726. "dev": true,
  727. "license": "MIT",
  728. "optional": true,
  729. "os": [
  730. "linux"
  731. ],
  732. "engines": {
  733. "node": ">=18"
  734. }
  735. },
  736. "node_modules/@esbuild/linux-loong64": {
  737. "version": "0.25.5",
  738. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  739. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  740. "cpu": [
  741. "loong64"
  742. ],
  743. "dev": true,
  744. "license": "MIT",
  745. "optional": true,
  746. "os": [
  747. "linux"
  748. ],
  749. "engines": {
  750. "node": ">=18"
  751. }
  752. },
  753. "node_modules/@esbuild/linux-mips64el": {
  754. "version": "0.25.5",
  755. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  756. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  757. "cpu": [
  758. "mips64el"
  759. ],
  760. "dev": true,
  761. "license": "MIT",
  762. "optional": true,
  763. "os": [
  764. "linux"
  765. ],
  766. "engines": {
  767. "node": ">=18"
  768. }
  769. },
  770. "node_modules/@esbuild/linux-ppc64": {
  771. "version": "0.25.5",
  772. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  773. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  774. "cpu": [
  775. "ppc64"
  776. ],
  777. "dev": true,
  778. "license": "MIT",
  779. "optional": true,
  780. "os": [
  781. "linux"
  782. ],
  783. "engines": {
  784. "node": ">=18"
  785. }
  786. },
  787. "node_modules/@esbuild/linux-riscv64": {
  788. "version": "0.25.5",
  789. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  790. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  791. "cpu": [
  792. "riscv64"
  793. ],
  794. "dev": true,
  795. "license": "MIT",
  796. "optional": true,
  797. "os": [
  798. "linux"
  799. ],
  800. "engines": {
  801. "node": ">=18"
  802. }
  803. },
  804. "node_modules/@esbuild/linux-s390x": {
  805. "version": "0.25.5",
  806. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  807. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  808. "cpu": [
  809. "s390x"
  810. ],
  811. "dev": true,
  812. "license": "MIT",
  813. "optional": true,
  814. "os": [
  815. "linux"
  816. ],
  817. "engines": {
  818. "node": ">=18"
  819. }
  820. },
  821. "node_modules/@esbuild/linux-x64": {
  822. "version": "0.25.5",
  823. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  824. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  825. "cpu": [
  826. "x64"
  827. ],
  828. "dev": true,
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "linux"
  833. ],
  834. "engines": {
  835. "node": ">=18"
  836. }
  837. },
  838. "node_modules/@esbuild/netbsd-arm64": {
  839. "version": "0.25.5",
  840. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  841. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  842. "cpu": [
  843. "arm64"
  844. ],
  845. "dev": true,
  846. "license": "MIT",
  847. "optional": true,
  848. "os": [
  849. "netbsd"
  850. ],
  851. "engines": {
  852. "node": ">=18"
  853. }
  854. },
  855. "node_modules/@esbuild/netbsd-x64": {
  856. "version": "0.25.5",
  857. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  858. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  859. "cpu": [
  860. "x64"
  861. ],
  862. "dev": true,
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "netbsd"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/openbsd-arm64": {
  873. "version": "0.25.5",
  874. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  875. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  876. "cpu": [
  877. "arm64"
  878. ],
  879. "dev": true,
  880. "license": "MIT",
  881. "optional": true,
  882. "os": [
  883. "openbsd"
  884. ],
  885. "engines": {
  886. "node": ">=18"
  887. }
  888. },
  889. "node_modules/@esbuild/openbsd-x64": {
  890. "version": "0.25.5",
  891. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  892. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  893. "cpu": [
  894. "x64"
  895. ],
  896. "dev": true,
  897. "license": "MIT",
  898. "optional": true,
  899. "os": [
  900. "openbsd"
  901. ],
  902. "engines": {
  903. "node": ">=18"
  904. }
  905. },
  906. "node_modules/@esbuild/sunos-x64": {
  907. "version": "0.25.5",
  908. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  909. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  910. "cpu": [
  911. "x64"
  912. ],
  913. "dev": true,
  914. "license": "MIT",
  915. "optional": true,
  916. "os": [
  917. "sunos"
  918. ],
  919. "engines": {
  920. "node": ">=18"
  921. }
  922. },
  923. "node_modules/@esbuild/win32-arm64": {
  924. "version": "0.25.5",
  925. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  926. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  927. "cpu": [
  928. "arm64"
  929. ],
  930. "dev": true,
  931. "license": "MIT",
  932. "optional": true,
  933. "os": [
  934. "win32"
  935. ],
  936. "engines": {
  937. "node": ">=18"
  938. }
  939. },
  940. "node_modules/@esbuild/win32-ia32": {
  941. "version": "0.25.5",
  942. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  943. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  944. "cpu": [
  945. "ia32"
  946. ],
  947. "dev": true,
  948. "license": "MIT",
  949. "optional": true,
  950. "os": [
  951. "win32"
  952. ],
  953. "engines": {
  954. "node": ">=18"
  955. }
  956. },
  957. "node_modules/@esbuild/win32-x64": {
  958. "version": "0.25.5",
  959. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  960. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  961. "cpu": [
  962. "x64"
  963. ],
  964. "dev": true,
  965. "license": "MIT",
  966. "optional": true,
  967. "os": [
  968. "win32"
  969. ],
  970. "engines": {
  971. "node": ">=18"
  972. }
  973. },
  974. "node_modules/@eslint-community/eslint-utils": {
  975. "version": "4.7.0",
  976. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  977. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  978. "dev": true,
  979. "license": "MIT",
  980. "dependencies": {
  981. "eslint-visitor-keys": "^3.4.3"
  982. },
  983. "engines": {
  984. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  985. },
  986. "funding": {
  987. "url": "https://opencollective.com/eslint"
  988. },
  989. "peerDependencies": {
  990. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  991. }
  992. },
  993. "node_modules/@eslint-community/regexpp": {
  994. "version": "4.12.1",
  995. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  996. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  997. "dev": true,
  998. "license": "MIT",
  999. "engines": {
  1000. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1001. }
  1002. },
  1003. "node_modules/@eslint/config-array": {
  1004. "version": "0.20.1",
  1005. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.20.1.tgz",
  1006. "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==",
  1007. "dev": true,
  1008. "license": "Apache-2.0",
  1009. "dependencies": {
  1010. "@eslint/object-schema": "^2.1.6",
  1011. "debug": "^4.3.1",
  1012. "minimatch": "^3.1.2"
  1013. },
  1014. "engines": {
  1015. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1016. }
  1017. },
  1018. "node_modules/@eslint/config-array/node_modules/brace-expansion": {
  1019. "version": "1.1.12",
  1020. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1021. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1022. "dev": true,
  1023. "license": "MIT",
  1024. "dependencies": {
  1025. "balanced-match": "^1.0.0",
  1026. "concat-map": "0.0.1"
  1027. }
  1028. },
  1029. "node_modules/@eslint/config-array/node_modules/minimatch": {
  1030. "version": "3.1.2",
  1031. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1032. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1033. "dev": true,
  1034. "license": "ISC",
  1035. "dependencies": {
  1036. "brace-expansion": "^1.1.7"
  1037. },
  1038. "engines": {
  1039. "node": "*"
  1040. }
  1041. },
  1042. "node_modules/@eslint/config-helpers": {
  1043. "version": "0.2.3",
  1044. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.2.3.tgz",
  1045. "integrity": "sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==",
  1046. "dev": true,
  1047. "license": "Apache-2.0",
  1048. "engines": {
  1049. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1050. }
  1051. },
  1052. "node_modules/@eslint/core": {
  1053. "version": "0.14.0",
  1054. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.14.0.tgz",
  1055. "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
  1056. "dev": true,
  1057. "license": "Apache-2.0",
  1058. "dependencies": {
  1059. "@types/json-schema": "^7.0.15"
  1060. },
  1061. "engines": {
  1062. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1063. }
  1064. },
  1065. "node_modules/@eslint/eslintrc": {
  1066. "version": "3.3.1",
  1067. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  1068. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  1069. "dev": true,
  1070. "license": "MIT",
  1071. "dependencies": {
  1072. "ajv": "^6.12.4",
  1073. "debug": "^4.3.2",
  1074. "espree": "^10.0.1",
  1075. "globals": "^14.0.0",
  1076. "ignore": "^5.2.0",
  1077. "import-fresh": "^3.2.1",
  1078. "js-yaml": "^4.1.0",
  1079. "minimatch": "^3.1.2",
  1080. "strip-json-comments": "^3.1.1"
  1081. },
  1082. "engines": {
  1083. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1084. },
  1085. "funding": {
  1086. "url": "https://opencollective.com/eslint"
  1087. }
  1088. },
  1089. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1090. "version": "1.1.12",
  1091. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1092. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1093. "dev": true,
  1094. "license": "MIT",
  1095. "dependencies": {
  1096. "balanced-match": "^1.0.0",
  1097. "concat-map": "0.0.1"
  1098. }
  1099. },
  1100. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1101. "version": "14.0.0",
  1102. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  1103. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  1104. "dev": true,
  1105. "license": "MIT",
  1106. "engines": {
  1107. "node": ">=18"
  1108. },
  1109. "funding": {
  1110. "url": "https://github.com/sponsors/sindresorhus"
  1111. }
  1112. },
  1113. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1114. "version": "3.1.2",
  1115. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1116. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1117. "dev": true,
  1118. "license": "ISC",
  1119. "dependencies": {
  1120. "brace-expansion": "^1.1.7"
  1121. },
  1122. "engines": {
  1123. "node": "*"
  1124. }
  1125. },
  1126. "node_modules/@eslint/js": {
  1127. "version": "9.29.0",
  1128. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.29.0.tgz",
  1129. "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
  1130. "dev": true,
  1131. "license": "MIT",
  1132. "engines": {
  1133. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1134. },
  1135. "funding": {
  1136. "url": "https://eslint.org/donate"
  1137. }
  1138. },
  1139. "node_modules/@eslint/object-schema": {
  1140. "version": "2.1.6",
  1141. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  1142. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  1143. "dev": true,
  1144. "license": "Apache-2.0",
  1145. "engines": {
  1146. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1147. }
  1148. },
  1149. "node_modules/@eslint/plugin-kit": {
  1150. "version": "0.3.2",
  1151. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.2.tgz",
  1152. "integrity": "sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==",
  1153. "dev": true,
  1154. "license": "Apache-2.0",
  1155. "dependencies": {
  1156. "@eslint/core": "^0.15.0",
  1157. "levn": "^0.4.1"
  1158. },
  1159. "engines": {
  1160. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1161. }
  1162. },
  1163. "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
  1164. "version": "0.15.0",
  1165. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.15.0.tgz",
  1166. "integrity": "sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==",
  1167. "dev": true,
  1168. "license": "Apache-2.0",
  1169. "dependencies": {
  1170. "@types/json-schema": "^7.0.15"
  1171. },
  1172. "engines": {
  1173. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1174. }
  1175. },
  1176. "node_modules/@floating-ui/core": {
  1177. "version": "1.7.1",
  1178. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.1.tgz",
  1179. "integrity": "sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==",
  1180. "license": "MIT",
  1181. "dependencies": {
  1182. "@floating-ui/utils": "^0.2.9"
  1183. }
  1184. },
  1185. "node_modules/@floating-ui/dom": {
  1186. "version": "1.7.1",
  1187. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.1.tgz",
  1188. "integrity": "sha512-cwsmW/zyw5ltYTUeeYJ60CnQuPqmGwuGVhG9w0PRaRKkAyi38BT5CKrpIbb+jtahSwUl04cWzSx9ZOIxeS6RsQ==",
  1189. "license": "MIT",
  1190. "dependencies": {
  1191. "@floating-ui/core": "^1.7.1",
  1192. "@floating-ui/utils": "^0.2.9"
  1193. }
  1194. },
  1195. "node_modules/@floating-ui/utils": {
  1196. "version": "0.2.9",
  1197. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
  1198. "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
  1199. "license": "MIT"
  1200. },
  1201. "node_modules/@humanfs/core": {
  1202. "version": "0.19.1",
  1203. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1204. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1205. "dev": true,
  1206. "license": "Apache-2.0",
  1207. "engines": {
  1208. "node": ">=18.18.0"
  1209. }
  1210. },
  1211. "node_modules/@humanfs/node": {
  1212. "version": "0.16.6",
  1213. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1214. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1215. "dev": true,
  1216. "license": "Apache-2.0",
  1217. "dependencies": {
  1218. "@humanfs/core": "^0.19.1",
  1219. "@humanwhocodes/retry": "^0.3.0"
  1220. },
  1221. "engines": {
  1222. "node": ">=18.18.0"
  1223. }
  1224. },
  1225. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1226. "version": "0.3.1",
  1227. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1228. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1229. "dev": true,
  1230. "license": "Apache-2.0",
  1231. "engines": {
  1232. "node": ">=18.18"
  1233. },
  1234. "funding": {
  1235. "type": "github",
  1236. "url": "https://github.com/sponsors/nzakas"
  1237. }
  1238. },
  1239. "node_modules/@humanwhocodes/module-importer": {
  1240. "version": "1.0.1",
  1241. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1242. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1243. "dev": true,
  1244. "license": "Apache-2.0",
  1245. "engines": {
  1246. "node": ">=12.22"
  1247. },
  1248. "funding": {
  1249. "type": "github",
  1250. "url": "https://github.com/sponsors/nzakas"
  1251. }
  1252. },
  1253. "node_modules/@humanwhocodes/retry": {
  1254. "version": "0.4.3",
  1255. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1256. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1257. "dev": true,
  1258. "license": "Apache-2.0",
  1259. "engines": {
  1260. "node": ">=18.18"
  1261. },
  1262. "funding": {
  1263. "type": "github",
  1264. "url": "https://github.com/sponsors/nzakas"
  1265. }
  1266. },
  1267. "node_modules/@iconify/types": {
  1268. "version": "2.0.0",
  1269. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1270. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1271. "dev": true,
  1272. "license": "MIT"
  1273. },
  1274. "node_modules/@iconify/utils": {
  1275. "version": "2.3.0",
  1276. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-2.3.0.tgz",
  1277. "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==",
  1278. "dev": true,
  1279. "license": "MIT",
  1280. "dependencies": {
  1281. "@antfu/install-pkg": "^1.0.0",
  1282. "@antfu/utils": "^8.1.0",
  1283. "@iconify/types": "^2.0.0",
  1284. "debug": "^4.4.0",
  1285. "globals": "^15.14.0",
  1286. "kolorist": "^1.8.0",
  1287. "local-pkg": "^1.0.0",
  1288. "mlly": "^1.7.4"
  1289. }
  1290. },
  1291. "node_modules/@iconify/utils/node_modules/@antfu/utils": {
  1292. "version": "8.1.1",
  1293. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-8.1.1.tgz",
  1294. "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==",
  1295. "dev": true,
  1296. "license": "MIT",
  1297. "funding": {
  1298. "url": "https://github.com/sponsors/antfu"
  1299. }
  1300. },
  1301. "node_modules/@iconify/utils/node_modules/globals": {
  1302. "version": "15.15.0",
  1303. "resolved": "https://registry.npmmirror.com/globals/-/globals-15.15.0.tgz",
  1304. "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
  1305. "dev": true,
  1306. "license": "MIT",
  1307. "engines": {
  1308. "node": ">=18"
  1309. },
  1310. "funding": {
  1311. "url": "https://github.com/sponsors/sindresorhus"
  1312. }
  1313. },
  1314. "node_modules/@jridgewell/gen-mapping": {
  1315. "version": "0.3.8",
  1316. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1317. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1318. "dev": true,
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "@jridgewell/set-array": "^1.2.1",
  1322. "@jridgewell/sourcemap-codec": "^1.4.10",
  1323. "@jridgewell/trace-mapping": "^0.3.24"
  1324. },
  1325. "engines": {
  1326. "node": ">=6.0.0"
  1327. }
  1328. },
  1329. "node_modules/@jridgewell/resolve-uri": {
  1330. "version": "3.1.2",
  1331. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1332. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1333. "dev": true,
  1334. "license": "MIT",
  1335. "engines": {
  1336. "node": ">=6.0.0"
  1337. }
  1338. },
  1339. "node_modules/@jridgewell/set-array": {
  1340. "version": "1.2.1",
  1341. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1342. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1343. "dev": true,
  1344. "license": "MIT",
  1345. "engines": {
  1346. "node": ">=6.0.0"
  1347. }
  1348. },
  1349. "node_modules/@jridgewell/sourcemap-codec": {
  1350. "version": "1.5.0",
  1351. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1352. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1353. "license": "MIT"
  1354. },
  1355. "node_modules/@jridgewell/trace-mapping": {
  1356. "version": "0.3.25",
  1357. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1358. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1359. "dev": true,
  1360. "license": "MIT",
  1361. "dependencies": {
  1362. "@jridgewell/resolve-uri": "^3.1.0",
  1363. "@jridgewell/sourcemap-codec": "^1.4.14"
  1364. }
  1365. },
  1366. "node_modules/@nodelib/fs.scandir": {
  1367. "version": "2.1.5",
  1368. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1369. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1370. "dev": true,
  1371. "license": "MIT",
  1372. "dependencies": {
  1373. "@nodelib/fs.stat": "2.0.5",
  1374. "run-parallel": "^1.1.9"
  1375. },
  1376. "engines": {
  1377. "node": ">= 8"
  1378. }
  1379. },
  1380. "node_modules/@nodelib/fs.stat": {
  1381. "version": "2.0.5",
  1382. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1383. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1384. "dev": true,
  1385. "license": "MIT",
  1386. "engines": {
  1387. "node": ">= 8"
  1388. }
  1389. },
  1390. "node_modules/@nodelib/fs.walk": {
  1391. "version": "1.2.8",
  1392. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1393. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1394. "dev": true,
  1395. "license": "MIT",
  1396. "dependencies": {
  1397. "@nodelib/fs.scandir": "2.1.5",
  1398. "fastq": "^1.6.0"
  1399. },
  1400. "engines": {
  1401. "node": ">= 8"
  1402. }
  1403. },
  1404. "node_modules/@pkgr/core": {
  1405. "version": "0.2.7",
  1406. "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.2.7.tgz",
  1407. "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
  1408. "dev": true,
  1409. "license": "MIT",
  1410. "engines": {
  1411. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  1412. },
  1413. "funding": {
  1414. "url": "https://opencollective.com/pkgr"
  1415. }
  1416. },
  1417. "node_modules/@polka/url": {
  1418. "version": "1.0.0-next.29",
  1419. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1420. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1421. "dev": true,
  1422. "license": "MIT"
  1423. },
  1424. "node_modules/@popperjs/core": {
  1425. "name": "@sxzz/popperjs-es",
  1426. "version": "2.11.7",
  1427. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  1428. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  1429. "license": "MIT",
  1430. "funding": {
  1431. "type": "opencollective",
  1432. "url": "https://opencollective.com/popperjs"
  1433. }
  1434. },
  1435. "node_modules/@quansync/fs": {
  1436. "version": "0.1.3",
  1437. "resolved": "https://registry.npmmirror.com/@quansync/fs/-/fs-0.1.3.tgz",
  1438. "integrity": "sha512-G0OnZbMWEs5LhDyqy2UL17vGhSVHkQIfVojMtEWVenvj0V5S84VBgy86kJIuNsGDp2p7sTKlpSIpBUWdC35OKg==",
  1439. "dev": true,
  1440. "license": "MIT",
  1441. "dependencies": {
  1442. "quansync": "^0.2.10"
  1443. },
  1444. "engines": {
  1445. "node": ">=20.0.0"
  1446. },
  1447. "funding": {
  1448. "url": "https://github.com/sponsors/sxzz"
  1449. }
  1450. },
  1451. "node_modules/@rolldown/pluginutils": {
  1452. "version": "1.0.0-beta.19",
  1453. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz",
  1454. "integrity": "sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==",
  1455. "dev": true,
  1456. "license": "MIT"
  1457. },
  1458. "node_modules/@rollup/pluginutils": {
  1459. "version": "5.2.0",
  1460. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.2.0.tgz",
  1461. "integrity": "sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==",
  1462. "dev": true,
  1463. "license": "MIT",
  1464. "dependencies": {
  1465. "@types/estree": "^1.0.0",
  1466. "estree-walker": "^2.0.2",
  1467. "picomatch": "^4.0.2"
  1468. },
  1469. "engines": {
  1470. "node": ">=14.0.0"
  1471. },
  1472. "peerDependencies": {
  1473. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1474. },
  1475. "peerDependenciesMeta": {
  1476. "rollup": {
  1477. "optional": true
  1478. }
  1479. }
  1480. },
  1481. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  1482. "version": "4.0.2",
  1483. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  1484. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  1485. "dev": true,
  1486. "license": "MIT",
  1487. "engines": {
  1488. "node": ">=12"
  1489. },
  1490. "funding": {
  1491. "url": "https://github.com/sponsors/jonschlinkert"
  1492. }
  1493. },
  1494. "node_modules/@rollup/rollup-android-arm-eabi": {
  1495. "version": "4.44.0",
  1496. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.0.tgz",
  1497. "integrity": "sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==",
  1498. "cpu": [
  1499. "arm"
  1500. ],
  1501. "dev": true,
  1502. "license": "MIT",
  1503. "optional": true,
  1504. "os": [
  1505. "android"
  1506. ]
  1507. },
  1508. "node_modules/@rollup/rollup-android-arm64": {
  1509. "version": "4.44.0",
  1510. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.0.tgz",
  1511. "integrity": "sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==",
  1512. "cpu": [
  1513. "arm64"
  1514. ],
  1515. "dev": true,
  1516. "license": "MIT",
  1517. "optional": true,
  1518. "os": [
  1519. "android"
  1520. ]
  1521. },
  1522. "node_modules/@rollup/rollup-darwin-arm64": {
  1523. "version": "4.44.0",
  1524. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.0.tgz",
  1525. "integrity": "sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==",
  1526. "cpu": [
  1527. "arm64"
  1528. ],
  1529. "dev": true,
  1530. "license": "MIT",
  1531. "optional": true,
  1532. "os": [
  1533. "darwin"
  1534. ]
  1535. },
  1536. "node_modules/@rollup/rollup-darwin-x64": {
  1537. "version": "4.44.0",
  1538. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.0.tgz",
  1539. "integrity": "sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==",
  1540. "cpu": [
  1541. "x64"
  1542. ],
  1543. "dev": true,
  1544. "license": "MIT",
  1545. "optional": true,
  1546. "os": [
  1547. "darwin"
  1548. ]
  1549. },
  1550. "node_modules/@rollup/rollup-freebsd-arm64": {
  1551. "version": "4.44.0",
  1552. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.0.tgz",
  1553. "integrity": "sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==",
  1554. "cpu": [
  1555. "arm64"
  1556. ],
  1557. "dev": true,
  1558. "license": "MIT",
  1559. "optional": true,
  1560. "os": [
  1561. "freebsd"
  1562. ]
  1563. },
  1564. "node_modules/@rollup/rollup-freebsd-x64": {
  1565. "version": "4.44.0",
  1566. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.0.tgz",
  1567. "integrity": "sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==",
  1568. "cpu": [
  1569. "x64"
  1570. ],
  1571. "dev": true,
  1572. "license": "MIT",
  1573. "optional": true,
  1574. "os": [
  1575. "freebsd"
  1576. ]
  1577. },
  1578. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1579. "version": "4.44.0",
  1580. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.0.tgz",
  1581. "integrity": "sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==",
  1582. "cpu": [
  1583. "arm"
  1584. ],
  1585. "dev": true,
  1586. "license": "MIT",
  1587. "optional": true,
  1588. "os": [
  1589. "linux"
  1590. ]
  1591. },
  1592. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1593. "version": "4.44.0",
  1594. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.0.tgz",
  1595. "integrity": "sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==",
  1596. "cpu": [
  1597. "arm"
  1598. ],
  1599. "dev": true,
  1600. "license": "MIT",
  1601. "optional": true,
  1602. "os": [
  1603. "linux"
  1604. ]
  1605. },
  1606. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1607. "version": "4.44.0",
  1608. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.0.tgz",
  1609. "integrity": "sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==",
  1610. "cpu": [
  1611. "arm64"
  1612. ],
  1613. "dev": true,
  1614. "license": "MIT",
  1615. "optional": true,
  1616. "os": [
  1617. "linux"
  1618. ]
  1619. },
  1620. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1621. "version": "4.44.0",
  1622. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.0.tgz",
  1623. "integrity": "sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==",
  1624. "cpu": [
  1625. "arm64"
  1626. ],
  1627. "dev": true,
  1628. "license": "MIT",
  1629. "optional": true,
  1630. "os": [
  1631. "linux"
  1632. ]
  1633. },
  1634. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1635. "version": "4.44.0",
  1636. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.0.tgz",
  1637. "integrity": "sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==",
  1638. "cpu": [
  1639. "loong64"
  1640. ],
  1641. "dev": true,
  1642. "license": "MIT",
  1643. "optional": true,
  1644. "os": [
  1645. "linux"
  1646. ]
  1647. },
  1648. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1649. "version": "4.44.0",
  1650. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.0.tgz",
  1651. "integrity": "sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==",
  1652. "cpu": [
  1653. "ppc64"
  1654. ],
  1655. "dev": true,
  1656. "license": "MIT",
  1657. "optional": true,
  1658. "os": [
  1659. "linux"
  1660. ]
  1661. },
  1662. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1663. "version": "4.44.0",
  1664. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.0.tgz",
  1665. "integrity": "sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==",
  1666. "cpu": [
  1667. "riscv64"
  1668. ],
  1669. "dev": true,
  1670. "license": "MIT",
  1671. "optional": true,
  1672. "os": [
  1673. "linux"
  1674. ]
  1675. },
  1676. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1677. "version": "4.44.0",
  1678. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.0.tgz",
  1679. "integrity": "sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==",
  1680. "cpu": [
  1681. "riscv64"
  1682. ],
  1683. "dev": true,
  1684. "license": "MIT",
  1685. "optional": true,
  1686. "os": [
  1687. "linux"
  1688. ]
  1689. },
  1690. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1691. "version": "4.44.0",
  1692. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.0.tgz",
  1693. "integrity": "sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==",
  1694. "cpu": [
  1695. "s390x"
  1696. ],
  1697. "dev": true,
  1698. "license": "MIT",
  1699. "optional": true,
  1700. "os": [
  1701. "linux"
  1702. ]
  1703. },
  1704. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1705. "version": "4.44.0",
  1706. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz",
  1707. "integrity": "sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==",
  1708. "cpu": [
  1709. "x64"
  1710. ],
  1711. "dev": true,
  1712. "license": "MIT",
  1713. "optional": true,
  1714. "os": [
  1715. "linux"
  1716. ]
  1717. },
  1718. "node_modules/@rollup/rollup-linux-x64-musl": {
  1719. "version": "4.44.0",
  1720. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.0.tgz",
  1721. "integrity": "sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==",
  1722. "cpu": [
  1723. "x64"
  1724. ],
  1725. "dev": true,
  1726. "license": "MIT",
  1727. "optional": true,
  1728. "os": [
  1729. "linux"
  1730. ]
  1731. },
  1732. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1733. "version": "4.44.0",
  1734. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.0.tgz",
  1735. "integrity": "sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==",
  1736. "cpu": [
  1737. "arm64"
  1738. ],
  1739. "dev": true,
  1740. "license": "MIT",
  1741. "optional": true,
  1742. "os": [
  1743. "win32"
  1744. ]
  1745. },
  1746. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1747. "version": "4.44.0",
  1748. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.0.tgz",
  1749. "integrity": "sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==",
  1750. "cpu": [
  1751. "ia32"
  1752. ],
  1753. "dev": true,
  1754. "license": "MIT",
  1755. "optional": true,
  1756. "os": [
  1757. "win32"
  1758. ]
  1759. },
  1760. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1761. "version": "4.44.0",
  1762. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.0.tgz",
  1763. "integrity": "sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==",
  1764. "cpu": [
  1765. "x64"
  1766. ],
  1767. "dev": true,
  1768. "license": "MIT",
  1769. "optional": true,
  1770. "os": [
  1771. "win32"
  1772. ]
  1773. },
  1774. "node_modules/@sec-ant/readable-stream": {
  1775. "version": "0.4.1",
  1776. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  1777. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  1778. "dev": true,
  1779. "license": "MIT"
  1780. },
  1781. "node_modules/@sindresorhus/merge-streams": {
  1782. "version": "4.0.0",
  1783. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1784. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1785. "dev": true,
  1786. "license": "MIT",
  1787. "engines": {
  1788. "node": ">=18"
  1789. },
  1790. "funding": {
  1791. "url": "https://github.com/sponsors/sindresorhus"
  1792. }
  1793. },
  1794. "node_modules/@tsconfig/node22": {
  1795. "version": "22.0.2",
  1796. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.2.tgz",
  1797. "integrity": "sha512-Kmwj4u8sDRDrMYRoN9FDEcXD8UpBSaPQQ24Gz+Gamqfm7xxn+GBR7ge/Z7pK8OXNGyUzbSwJj+TH6B+DS/epyA==",
  1798. "dev": true,
  1799. "license": "MIT"
  1800. },
  1801. "node_modules/@tweenjs/tween.js": {
  1802. "version": "23.1.3",
  1803. "resolved": "https://registry.npmmirror.com/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
  1804. "integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
  1805. "dev": true,
  1806. "license": "MIT"
  1807. },
  1808. "node_modules/@types/estree": {
  1809. "version": "1.0.8",
  1810. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1811. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1812. "dev": true,
  1813. "license": "MIT"
  1814. },
  1815. "node_modules/@types/json-schema": {
  1816. "version": "7.0.15",
  1817. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  1818. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1819. "dev": true,
  1820. "license": "MIT"
  1821. },
  1822. "node_modules/@types/lodash": {
  1823. "version": "4.17.18",
  1824. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.18.tgz",
  1825. "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==",
  1826. "license": "MIT"
  1827. },
  1828. "node_modules/@types/lodash-es": {
  1829. "version": "4.17.12",
  1830. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1831. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1832. "license": "MIT",
  1833. "dependencies": {
  1834. "@types/lodash": "*"
  1835. }
  1836. },
  1837. "node_modules/@types/node": {
  1838. "version": "22.15.32",
  1839. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.32.tgz",
  1840. "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==",
  1841. "dev": true,
  1842. "license": "MIT",
  1843. "dependencies": {
  1844. "undici-types": "~6.21.0"
  1845. }
  1846. },
  1847. "node_modules/@types/stats.js": {
  1848. "version": "0.17.4",
  1849. "resolved": "https://registry.npmmirror.com/@types/stats.js/-/stats.js-0.17.4.tgz",
  1850. "integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
  1851. "dev": true,
  1852. "license": "MIT"
  1853. },
  1854. "node_modules/@types/three": {
  1855. "version": "0.177.0",
  1856. "resolved": "https://registry.npmmirror.com/@types/three/-/three-0.177.0.tgz",
  1857. "integrity": "sha512-/ZAkn4OLUijKQySNci47lFO+4JLE1TihEjsGWPUT+4jWqxtwOPPEwJV1C3k5MEx0mcBPCdkFjzRzDOnHEI1R+A==",
  1858. "dev": true,
  1859. "license": "MIT",
  1860. "dependencies": {
  1861. "@dimforge/rapier3d-compat": "~0.12.0",
  1862. "@tweenjs/tween.js": "~23.1.3",
  1863. "@types/stats.js": "*",
  1864. "@types/webxr": "*",
  1865. "@webgpu/types": "*",
  1866. "fflate": "~0.8.2",
  1867. "meshoptimizer": "~0.18.1"
  1868. }
  1869. },
  1870. "node_modules/@types/web-bluetooth": {
  1871. "version": "0.0.21",
  1872. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1873. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  1874. "license": "MIT"
  1875. },
  1876. "node_modules/@types/webxr": {
  1877. "version": "0.5.22",
  1878. "resolved": "https://registry.npmmirror.com/@types/webxr/-/webxr-0.5.22.tgz",
  1879. "integrity": "sha512-Vr6Stjv5jPRqH690f5I5GLjVk8GSsoQSYJ2FVd/3jJF7KaqfwPi3ehfBS96mlQ2kPCwZaX6U0rG2+NGHBKkA/A==",
  1880. "dev": true,
  1881. "license": "MIT"
  1882. },
  1883. "node_modules/@typescript-eslint/eslint-plugin": {
  1884. "version": "8.35.0",
  1885. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz",
  1886. "integrity": "sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==",
  1887. "dev": true,
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "@eslint-community/regexpp": "^4.10.0",
  1891. "@typescript-eslint/scope-manager": "8.35.0",
  1892. "@typescript-eslint/type-utils": "8.35.0",
  1893. "@typescript-eslint/utils": "8.35.0",
  1894. "@typescript-eslint/visitor-keys": "8.35.0",
  1895. "graphemer": "^1.4.0",
  1896. "ignore": "^7.0.0",
  1897. "natural-compare": "^1.4.0",
  1898. "ts-api-utils": "^2.1.0"
  1899. },
  1900. "engines": {
  1901. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1902. },
  1903. "funding": {
  1904. "type": "opencollective",
  1905. "url": "https://opencollective.com/typescript-eslint"
  1906. },
  1907. "peerDependencies": {
  1908. "@typescript-eslint/parser": "^8.35.0",
  1909. "eslint": "^8.57.0 || ^9.0.0",
  1910. "typescript": ">=4.8.4 <5.9.0"
  1911. }
  1912. },
  1913. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1914. "version": "7.0.5",
  1915. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  1916. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1917. "dev": true,
  1918. "license": "MIT",
  1919. "engines": {
  1920. "node": ">= 4"
  1921. }
  1922. },
  1923. "node_modules/@typescript-eslint/parser": {
  1924. "version": "8.35.0",
  1925. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.35.0.tgz",
  1926. "integrity": "sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==",
  1927. "dev": true,
  1928. "license": "MIT",
  1929. "dependencies": {
  1930. "@typescript-eslint/scope-manager": "8.35.0",
  1931. "@typescript-eslint/types": "8.35.0",
  1932. "@typescript-eslint/typescript-estree": "8.35.0",
  1933. "@typescript-eslint/visitor-keys": "8.35.0",
  1934. "debug": "^4.3.4"
  1935. },
  1936. "engines": {
  1937. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1938. },
  1939. "funding": {
  1940. "type": "opencollective",
  1941. "url": "https://opencollective.com/typescript-eslint"
  1942. },
  1943. "peerDependencies": {
  1944. "eslint": "^8.57.0 || ^9.0.0",
  1945. "typescript": ">=4.8.4 <5.9.0"
  1946. }
  1947. },
  1948. "node_modules/@typescript-eslint/project-service": {
  1949. "version": "8.35.0",
  1950. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
  1951. "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
  1952. "dev": true,
  1953. "license": "MIT",
  1954. "dependencies": {
  1955. "@typescript-eslint/tsconfig-utils": "^8.35.0",
  1956. "@typescript-eslint/types": "^8.35.0",
  1957. "debug": "^4.3.4"
  1958. },
  1959. "engines": {
  1960. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1961. },
  1962. "funding": {
  1963. "type": "opencollective",
  1964. "url": "https://opencollective.com/typescript-eslint"
  1965. },
  1966. "peerDependencies": {
  1967. "typescript": ">=4.8.4 <5.9.0"
  1968. }
  1969. },
  1970. "node_modules/@typescript-eslint/scope-manager": {
  1971. "version": "8.35.0",
  1972. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
  1973. "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
  1974. "dev": true,
  1975. "license": "MIT",
  1976. "dependencies": {
  1977. "@typescript-eslint/types": "8.35.0",
  1978. "@typescript-eslint/visitor-keys": "8.35.0"
  1979. },
  1980. "engines": {
  1981. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1982. },
  1983. "funding": {
  1984. "type": "opencollective",
  1985. "url": "https://opencollective.com/typescript-eslint"
  1986. }
  1987. },
  1988. "node_modules/@typescript-eslint/tsconfig-utils": {
  1989. "version": "8.35.0",
  1990. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
  1991. "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
  1992. "dev": true,
  1993. "license": "MIT",
  1994. "engines": {
  1995. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1996. },
  1997. "funding": {
  1998. "type": "opencollective",
  1999. "url": "https://opencollective.com/typescript-eslint"
  2000. },
  2001. "peerDependencies": {
  2002. "typescript": ">=4.8.4 <5.9.0"
  2003. }
  2004. },
  2005. "node_modules/@typescript-eslint/type-utils": {
  2006. "version": "8.35.0",
  2007. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz",
  2008. "integrity": "sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==",
  2009. "dev": true,
  2010. "license": "MIT",
  2011. "dependencies": {
  2012. "@typescript-eslint/typescript-estree": "8.35.0",
  2013. "@typescript-eslint/utils": "8.35.0",
  2014. "debug": "^4.3.4",
  2015. "ts-api-utils": "^2.1.0"
  2016. },
  2017. "engines": {
  2018. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2019. },
  2020. "funding": {
  2021. "type": "opencollective",
  2022. "url": "https://opencollective.com/typescript-eslint"
  2023. },
  2024. "peerDependencies": {
  2025. "eslint": "^8.57.0 || ^9.0.0",
  2026. "typescript": ">=4.8.4 <5.9.0"
  2027. }
  2028. },
  2029. "node_modules/@typescript-eslint/types": {
  2030. "version": "8.35.0",
  2031. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.35.0.tgz",
  2032. "integrity": "sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==",
  2033. "dev": true,
  2034. "license": "MIT",
  2035. "engines": {
  2036. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2037. },
  2038. "funding": {
  2039. "type": "opencollective",
  2040. "url": "https://opencollective.com/typescript-eslint"
  2041. }
  2042. },
  2043. "node_modules/@typescript-eslint/typescript-estree": {
  2044. "version": "8.35.0",
  2045. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
  2046. "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
  2047. "dev": true,
  2048. "license": "MIT",
  2049. "dependencies": {
  2050. "@typescript-eslint/project-service": "8.35.0",
  2051. "@typescript-eslint/tsconfig-utils": "8.35.0",
  2052. "@typescript-eslint/types": "8.35.0",
  2053. "@typescript-eslint/visitor-keys": "8.35.0",
  2054. "debug": "^4.3.4",
  2055. "fast-glob": "^3.3.2",
  2056. "is-glob": "^4.0.3",
  2057. "minimatch": "^9.0.4",
  2058. "semver": "^7.6.0",
  2059. "ts-api-utils": "^2.1.0"
  2060. },
  2061. "engines": {
  2062. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2063. },
  2064. "funding": {
  2065. "type": "opencollective",
  2066. "url": "https://opencollective.com/typescript-eslint"
  2067. },
  2068. "peerDependencies": {
  2069. "typescript": ">=4.8.4 <5.9.0"
  2070. }
  2071. },
  2072. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2073. "version": "7.7.2",
  2074. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2075. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2076. "dev": true,
  2077. "license": "ISC",
  2078. "bin": {
  2079. "semver": "bin/semver.js"
  2080. },
  2081. "engines": {
  2082. "node": ">=10"
  2083. }
  2084. },
  2085. "node_modules/@typescript-eslint/utils": {
  2086. "version": "8.35.0",
  2087. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.35.0.tgz",
  2088. "integrity": "sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==",
  2089. "dev": true,
  2090. "license": "MIT",
  2091. "dependencies": {
  2092. "@eslint-community/eslint-utils": "^4.7.0",
  2093. "@typescript-eslint/scope-manager": "8.35.0",
  2094. "@typescript-eslint/types": "8.35.0",
  2095. "@typescript-eslint/typescript-estree": "8.35.0"
  2096. },
  2097. "engines": {
  2098. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2099. },
  2100. "funding": {
  2101. "type": "opencollective",
  2102. "url": "https://opencollective.com/typescript-eslint"
  2103. },
  2104. "peerDependencies": {
  2105. "eslint": "^8.57.0 || ^9.0.0",
  2106. "typescript": ">=4.8.4 <5.9.0"
  2107. }
  2108. },
  2109. "node_modules/@typescript-eslint/visitor-keys": {
  2110. "version": "8.35.0",
  2111. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
  2112. "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
  2113. "dev": true,
  2114. "license": "MIT",
  2115. "dependencies": {
  2116. "@typescript-eslint/types": "8.35.0",
  2117. "eslint-visitor-keys": "^4.2.1"
  2118. },
  2119. "engines": {
  2120. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2121. },
  2122. "funding": {
  2123. "type": "opencollective",
  2124. "url": "https://opencollective.com/typescript-eslint"
  2125. }
  2126. },
  2127. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2128. "version": "4.2.1",
  2129. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  2130. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  2131. "dev": true,
  2132. "license": "Apache-2.0",
  2133. "engines": {
  2134. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2135. },
  2136. "funding": {
  2137. "url": "https://opencollective.com/eslint"
  2138. }
  2139. },
  2140. "node_modules/@unocss/astro": {
  2141. "version": "66.2.3",
  2142. "resolved": "https://registry.npmmirror.com/@unocss/astro/-/astro-66.2.3.tgz",
  2143. "integrity": "sha512-tWqQmsdyEV328NhUU1pLkn6SFXeQmDb+EwM7iqDaswmBBwBUGktd3xAFJqO3fBEIhQEmXzj4oHZCIO7GuXcLxA==",
  2144. "dev": true,
  2145. "license": "MIT",
  2146. "dependencies": {
  2147. "@unocss/core": "66.2.3",
  2148. "@unocss/reset": "66.2.3",
  2149. "@unocss/vite": "66.2.3"
  2150. },
  2151. "funding": {
  2152. "url": "https://github.com/sponsors/antfu"
  2153. },
  2154. "peerDependencies": {
  2155. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  2156. },
  2157. "peerDependenciesMeta": {
  2158. "vite": {
  2159. "optional": true
  2160. }
  2161. }
  2162. },
  2163. "node_modules/@unocss/cli": {
  2164. "version": "66.2.3",
  2165. "resolved": "https://registry.npmmirror.com/@unocss/cli/-/cli-66.2.3.tgz",
  2166. "integrity": "sha512-S5Go7hxRgi9WYQmWq7MxhVeROIrt0Ml6slbCbV3TKxHnllSp64BfQTj/69txB29fLLuwiHlnID7VLdVOd0iIQA==",
  2167. "dev": true,
  2168. "license": "MIT",
  2169. "dependencies": {
  2170. "@ampproject/remapping": "^2.3.0",
  2171. "@unocss/config": "66.2.3",
  2172. "@unocss/core": "66.2.3",
  2173. "@unocss/preset-uno": "66.2.3",
  2174. "cac": "^6.7.14",
  2175. "chokidar": "^3.6.0",
  2176. "colorette": "^2.0.20",
  2177. "consola": "^3.4.2",
  2178. "magic-string": "^0.30.17",
  2179. "pathe": "^2.0.3",
  2180. "perfect-debounce": "^1.0.0",
  2181. "tinyglobby": "^0.2.14",
  2182. "unplugin-utils": "^0.2.4"
  2183. },
  2184. "bin": {
  2185. "unocss": "bin/unocss.mjs"
  2186. },
  2187. "engines": {
  2188. "node": ">=14"
  2189. },
  2190. "funding": {
  2191. "url": "https://github.com/sponsors/antfu"
  2192. }
  2193. },
  2194. "node_modules/@unocss/config": {
  2195. "version": "66.2.3",
  2196. "resolved": "https://registry.npmmirror.com/@unocss/config/-/config-66.2.3.tgz",
  2197. "integrity": "sha512-Xd2P1NgD7poYKDMI176yPvmMojBbc1HH26dgG8OYpNiBuzdhdLuyfSLPbpAOXPSyoK8Fu2BikS+NLTWQ8MmgFQ==",
  2198. "dev": true,
  2199. "license": "MIT",
  2200. "dependencies": {
  2201. "@unocss/core": "66.2.3",
  2202. "unconfig": "^7.3.2"
  2203. },
  2204. "engines": {
  2205. "node": ">=14"
  2206. },
  2207. "funding": {
  2208. "url": "https://github.com/sponsors/antfu"
  2209. }
  2210. },
  2211. "node_modules/@unocss/core": {
  2212. "version": "66.2.3",
  2213. "resolved": "https://registry.npmmirror.com/@unocss/core/-/core-66.2.3.tgz",
  2214. "integrity": "sha512-mRpwm3HUAqCtQrBB7+vkCp0qDZT+G1s2EAVJIF6zzrnoqb2BmIlHgz7DXVDufRFMRJtQUCp2jVMtEQZCTXEVjQ==",
  2215. "dev": true,
  2216. "license": "MIT",
  2217. "funding": {
  2218. "url": "https://github.com/sponsors/antfu"
  2219. }
  2220. },
  2221. "node_modules/@unocss/extractor-arbitrary-variants": {
  2222. "version": "66.2.3",
  2223. "resolved": "https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-66.2.3.tgz",
  2224. "integrity": "sha512-QQig1VnIfFJPVnp3lSM0za/7zZS91A+qOmEfOvbabiJ+dyI48wUU6MgP6/xZ5qZK6bvkuyQC9Ta73g9vXXuSZw==",
  2225. "dev": true,
  2226. "license": "MIT",
  2227. "dependencies": {
  2228. "@unocss/core": "66.2.3"
  2229. },
  2230. "funding": {
  2231. "url": "https://github.com/sponsors/antfu"
  2232. }
  2233. },
  2234. "node_modules/@unocss/inspector": {
  2235. "version": "66.2.3",
  2236. "resolved": "https://registry.npmmirror.com/@unocss/inspector/-/inspector-66.2.3.tgz",
  2237. "integrity": "sha512-dNJzfrUo0z87Lu+NdaG/EEPQw+b3QjH0c6Wj1mGyw9kGDkTtGVLMyNVVwLbzMCOCY/W2vPgvyVi+A3scTjGYFQ==",
  2238. "dev": true,
  2239. "license": "MIT",
  2240. "dependencies": {
  2241. "@unocss/core": "66.2.3",
  2242. "@unocss/rule-utils": "66.2.3",
  2243. "colorette": "^2.0.20",
  2244. "gzip-size": "^6.0.0",
  2245. "sirv": "^3.0.1",
  2246. "vue-flow-layout": "^0.1.1"
  2247. },
  2248. "funding": {
  2249. "url": "https://github.com/sponsors/antfu"
  2250. }
  2251. },
  2252. "node_modules/@unocss/postcss": {
  2253. "version": "66.2.3",
  2254. "resolved": "https://registry.npmmirror.com/@unocss/postcss/-/postcss-66.2.3.tgz",
  2255. "integrity": "sha512-OVPpXvh0RluVws5T1kupWTH5mfh7DjKQeW41lV8lV845HLDEdiq5ABaKsIQ8eXKVzo/scWje/s2C/lZObMoSZw==",
  2256. "dev": true,
  2257. "license": "MIT",
  2258. "dependencies": {
  2259. "@unocss/config": "66.2.3",
  2260. "@unocss/core": "66.2.3",
  2261. "@unocss/rule-utils": "66.2.3",
  2262. "css-tree": "^3.1.0",
  2263. "postcss": "^8.5.5",
  2264. "tinyglobby": "^0.2.14"
  2265. },
  2266. "engines": {
  2267. "node": ">=14"
  2268. },
  2269. "funding": {
  2270. "url": "https://github.com/sponsors/antfu"
  2271. },
  2272. "peerDependencies": {
  2273. "postcss": "^8.4.21"
  2274. }
  2275. },
  2276. "node_modules/@unocss/preset-attributify": {
  2277. "version": "66.2.3",
  2278. "resolved": "https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-66.2.3.tgz",
  2279. "integrity": "sha512-qAJIlqfdclowB6dRNklh1b2cedl6WMY+iTFe5yTh3A89RP5691tMI3eqiQvNqBsxv4cuU+Wf86rN6enffrEYfw==",
  2280. "dev": true,
  2281. "license": "MIT",
  2282. "dependencies": {
  2283. "@unocss/core": "66.2.3"
  2284. },
  2285. "funding": {
  2286. "url": "https://github.com/sponsors/antfu"
  2287. }
  2288. },
  2289. "node_modules/@unocss/preset-icons": {
  2290. "version": "66.2.3",
  2291. "resolved": "https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-66.2.3.tgz",
  2292. "integrity": "sha512-U0Y4n7Oiq4wqAAdnhVInx6eu+dwxK0H35hwKdPra54ge0maDXzoYP9mFwsgZ7V4FZWZA985cSwhHgvcbqKeAVg==",
  2293. "dev": true,
  2294. "license": "MIT",
  2295. "dependencies": {
  2296. "@iconify/utils": "^2.3.0",
  2297. "@unocss/core": "66.2.3",
  2298. "ofetch": "^1.4.1"
  2299. },
  2300. "funding": {
  2301. "url": "https://github.com/sponsors/antfu"
  2302. }
  2303. },
  2304. "node_modules/@unocss/preset-mini": {
  2305. "version": "66.2.3",
  2306. "resolved": "https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-66.2.3.tgz",
  2307. "integrity": "sha512-qGdpp5ZiekR0QREFzc5eOTjMaYT3FWs9wQJqYKZNY3OJ8wMFpgDVoDTpqdfgvCiL7hheYITuxLDHw0gp/vDGBw==",
  2308. "dev": true,
  2309. "license": "MIT",
  2310. "dependencies": {
  2311. "@unocss/core": "66.2.3",
  2312. "@unocss/extractor-arbitrary-variants": "66.2.3",
  2313. "@unocss/rule-utils": "66.2.3"
  2314. },
  2315. "funding": {
  2316. "url": "https://github.com/sponsors/antfu"
  2317. }
  2318. },
  2319. "node_modules/@unocss/preset-tagify": {
  2320. "version": "66.2.3",
  2321. "resolved": "https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-66.2.3.tgz",
  2322. "integrity": "sha512-vAso+TdrcEipPiCJosYysE1VsEF9UlViwPQQuCBA1vQzhVY3pxfv5+JTHQ3Zg7q34HC+O8WfILnosUa/bMZcLQ==",
  2323. "dev": true,
  2324. "license": "MIT",
  2325. "dependencies": {
  2326. "@unocss/core": "66.2.3"
  2327. },
  2328. "funding": {
  2329. "url": "https://github.com/sponsors/antfu"
  2330. }
  2331. },
  2332. "node_modules/@unocss/preset-typography": {
  2333. "version": "66.2.3",
  2334. "resolved": "https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-66.2.3.tgz",
  2335. "integrity": "sha512-EoJTNeGSUqEVB3ui+BGLTVnwzhPyyD0JQhLhj7bn7ASGHfBmaPFy8ywbOWgumLUwwd8zKR5qZB3jCLVM9n4gRg==",
  2336. "dev": true,
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "@unocss/core": "66.2.3",
  2340. "@unocss/preset-mini": "66.2.3",
  2341. "@unocss/rule-utils": "66.2.3"
  2342. }
  2343. },
  2344. "node_modules/@unocss/preset-uno": {
  2345. "version": "66.2.3",
  2346. "resolved": "https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-66.2.3.tgz",
  2347. "integrity": "sha512-sLxZwh22eRvzipTf3OVsnfqVWm03rjcGR0jQ/TNZXoQLG8Jql3H560y+iS3if47E1RHTho5ySaBRRzfnLCUppA==",
  2348. "dev": true,
  2349. "license": "MIT",
  2350. "dependencies": {
  2351. "@unocss/core": "66.2.3",
  2352. "@unocss/preset-wind3": "66.2.3"
  2353. },
  2354. "funding": {
  2355. "url": "https://github.com/sponsors/antfu"
  2356. }
  2357. },
  2358. "node_modules/@unocss/preset-web-fonts": {
  2359. "version": "66.2.3",
  2360. "resolved": "https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-66.2.3.tgz",
  2361. "integrity": "sha512-I7raQj7QzjNeIdsBsEJiJE+fZ9+kpT8P/QnNVHmDtJgQOnFzmf+QdJrysEZ3tLqWX94tQX7gTBVElI138jGAAw==",
  2362. "dev": true,
  2363. "license": "MIT",
  2364. "dependencies": {
  2365. "@unocss/core": "66.2.3",
  2366. "ofetch": "^1.4.1"
  2367. },
  2368. "funding": {
  2369. "url": "https://github.com/sponsors/antfu"
  2370. }
  2371. },
  2372. "node_modules/@unocss/preset-wind": {
  2373. "version": "66.2.3",
  2374. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-66.2.3.tgz",
  2375. "integrity": "sha512-sA+x9ynJB6X1nzD6+FysPj1axYe/CeocG7zPCgIYPfZaZt4N1cB1QKqXjUojnNrwiNgQsr6h0ox/EGuNpgQsxg==",
  2376. "dev": true,
  2377. "license": "MIT",
  2378. "dependencies": {
  2379. "@unocss/core": "66.2.3",
  2380. "@unocss/preset-wind3": "66.2.3"
  2381. },
  2382. "funding": {
  2383. "url": "https://github.com/sponsors/antfu"
  2384. }
  2385. },
  2386. "node_modules/@unocss/preset-wind3": {
  2387. "version": "66.2.3",
  2388. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind3/-/preset-wind3-66.2.3.tgz",
  2389. "integrity": "sha512-jthSiWYvsVg5MJVfEykJX35NtbqKDwcabvz7zmwSqhd6LgQwywi2vM7+iRhq+Os8UmX0N5q3WTAVRNsOWLBa+w==",
  2390. "dev": true,
  2391. "license": "MIT",
  2392. "dependencies": {
  2393. "@unocss/core": "66.2.3",
  2394. "@unocss/preset-mini": "66.2.3",
  2395. "@unocss/rule-utils": "66.2.3"
  2396. },
  2397. "funding": {
  2398. "url": "https://github.com/sponsors/antfu"
  2399. }
  2400. },
  2401. "node_modules/@unocss/preset-wind4": {
  2402. "version": "66.2.3",
  2403. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind4/-/preset-wind4-66.2.3.tgz",
  2404. "integrity": "sha512-hRJ85hC6uPUDd1KWa+LRmlQW5bWsuAER+w9bfkpXK+LBHobnVlrkA2qVvBIzFFwh1Mled5+/dCNPuR/Wq/YoJw==",
  2405. "dev": true,
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "@unocss/core": "66.2.3",
  2409. "@unocss/extractor-arbitrary-variants": "66.2.3",
  2410. "@unocss/rule-utils": "66.2.3"
  2411. },
  2412. "funding": {
  2413. "url": "https://github.com/sponsors/antfu"
  2414. }
  2415. },
  2416. "node_modules/@unocss/reset": {
  2417. "version": "66.2.3",
  2418. "resolved": "https://registry.npmmirror.com/@unocss/reset/-/reset-66.2.3.tgz",
  2419. "integrity": "sha512-szULFXX4IvNMQ+HKbu9p0KVME2pVhZBh9zQ1CSqA/TV9s2DRVMbNO5nVYjjBDkTnvr6N4IgWEGFVK+XVVITJRQ==",
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "funding": {
  2423. "url": "https://github.com/sponsors/antfu"
  2424. }
  2425. },
  2426. "node_modules/@unocss/rule-utils": {
  2427. "version": "66.2.3",
  2428. "resolved": "https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-66.2.3.tgz",
  2429. "integrity": "sha512-OL4s4pTb/YD66OK2b7NavwSqGTn5cDBaafkLphqnXKe9/DUfGoWNmeUAHfSzvM1QelprRXtPNLK/GIfUjcsNMg==",
  2430. "dev": true,
  2431. "license": "MIT",
  2432. "dependencies": {
  2433. "@unocss/core": "^66.2.3",
  2434. "magic-string": "^0.30.17"
  2435. },
  2436. "engines": {
  2437. "node": ">=14"
  2438. },
  2439. "funding": {
  2440. "url": "https://github.com/sponsors/antfu"
  2441. }
  2442. },
  2443. "node_modules/@unocss/transformer-attributify-jsx": {
  2444. "version": "66.2.3",
  2445. "resolved": "https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-66.2.3.tgz",
  2446. "integrity": "sha512-Q8uxlp++BlOzumP17VuuIYQdtpKqPnJQE9IudF2xOyV9z92DWDuo0TzCro3i1+dMcBJ6+dH9R9M77EmMLZUCfw==",
  2447. "dev": true,
  2448. "license": "MIT",
  2449. "dependencies": {
  2450. "@unocss/core": "66.2.3"
  2451. },
  2452. "funding": {
  2453. "url": "https://github.com/sponsors/antfu"
  2454. }
  2455. },
  2456. "node_modules/@unocss/transformer-compile-class": {
  2457. "version": "66.2.3",
  2458. "resolved": "https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-66.2.3.tgz",
  2459. "integrity": "sha512-KOISdvtp0fz4I2Thd37Kg0wFlKySkJnZtGXjwgoDJOSzS+oXYaWEvqIekzUoLly1GkyAE6V4TBNDrwod/sMFhg==",
  2460. "dev": true,
  2461. "license": "MIT",
  2462. "dependencies": {
  2463. "@unocss/core": "66.2.3"
  2464. },
  2465. "funding": {
  2466. "url": "https://github.com/sponsors/antfu"
  2467. }
  2468. },
  2469. "node_modules/@unocss/transformer-directives": {
  2470. "version": "66.2.3",
  2471. "resolved": "https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-66.2.3.tgz",
  2472. "integrity": "sha512-7WJrqcFQ2zeGTbYxB2JZJlfPRrRpj3rIN5Ru3oxx1wbrAc6xNLRQUcPzYecSmmNLbIVx0JjhitiwnacErI1S3Q==",
  2473. "dev": true,
  2474. "license": "MIT",
  2475. "dependencies": {
  2476. "@unocss/core": "66.2.3",
  2477. "@unocss/rule-utils": "66.2.3",
  2478. "css-tree": "^3.1.0"
  2479. }
  2480. },
  2481. "node_modules/@unocss/transformer-variant-group": {
  2482. "version": "66.2.3",
  2483. "resolved": "https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-66.2.3.tgz",
  2484. "integrity": "sha512-gZ7E6KU9v/MEk5CcsJZClCfrVCmOpbU0e4GkK1scnk06Pt4uQn2lKc0zRGiAtFV64K6b0TPs2019LrRLPlhe4g==",
  2485. "dev": true,
  2486. "license": "MIT",
  2487. "dependencies": {
  2488. "@unocss/core": "66.2.3"
  2489. },
  2490. "funding": {
  2491. "url": "https://github.com/sponsors/antfu"
  2492. }
  2493. },
  2494. "node_modules/@unocss/vite": {
  2495. "version": "66.2.3",
  2496. "resolved": "https://registry.npmmirror.com/@unocss/vite/-/vite-66.2.3.tgz",
  2497. "integrity": "sha512-O2p4KVqitCG/mMq2eJQxVnf61LV/6JBC+ZdKftig4NssvDge8turcP0OjwWEvTh0bOOVD3yVjA0QBXO0BS7pMA==",
  2498. "dev": true,
  2499. "license": "MIT",
  2500. "dependencies": {
  2501. "@ampproject/remapping": "^2.3.0",
  2502. "@unocss/config": "66.2.3",
  2503. "@unocss/core": "66.2.3",
  2504. "@unocss/inspector": "66.2.3",
  2505. "chokidar": "^3.6.0",
  2506. "magic-string": "^0.30.17",
  2507. "pathe": "^2.0.3",
  2508. "tinyglobby": "^0.2.14",
  2509. "unplugin-utils": "^0.2.4"
  2510. },
  2511. "funding": {
  2512. "url": "https://github.com/sponsors/antfu"
  2513. },
  2514. "peerDependencies": {
  2515. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  2516. }
  2517. },
  2518. "node_modules/@vitejs/plugin-vue": {
  2519. "version": "5.2.4",
  2520. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  2521. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  2522. "dev": true,
  2523. "license": "MIT",
  2524. "engines": {
  2525. "node": "^18.0.0 || >=20.0.0"
  2526. },
  2527. "peerDependencies": {
  2528. "vite": "^5.0.0 || ^6.0.0",
  2529. "vue": "^3.2.25"
  2530. }
  2531. },
  2532. "node_modules/@vitejs/plugin-vue-jsx": {
  2533. "version": "4.2.0",
  2534. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  2535. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  2536. "dev": true,
  2537. "license": "MIT",
  2538. "dependencies": {
  2539. "@babel/core": "^7.27.1",
  2540. "@babel/plugin-transform-typescript": "^7.27.1",
  2541. "@rolldown/pluginutils": "^1.0.0-beta.9",
  2542. "@vue/babel-plugin-jsx": "^1.4.0"
  2543. },
  2544. "engines": {
  2545. "node": "^18.0.0 || >=20.0.0"
  2546. },
  2547. "peerDependencies": {
  2548. "vite": "^5.0.0 || ^6.0.0",
  2549. "vue": "^3.0.0"
  2550. }
  2551. },
  2552. "node_modules/@volar/language-core": {
  2553. "version": "2.4.14",
  2554. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.14.tgz",
  2555. "integrity": "sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==",
  2556. "dev": true,
  2557. "license": "MIT",
  2558. "dependencies": {
  2559. "@volar/source-map": "2.4.14"
  2560. }
  2561. },
  2562. "node_modules/@volar/source-map": {
  2563. "version": "2.4.14",
  2564. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.14.tgz",
  2565. "integrity": "sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==",
  2566. "dev": true,
  2567. "license": "MIT"
  2568. },
  2569. "node_modules/@volar/typescript": {
  2570. "version": "2.4.14",
  2571. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.14.tgz",
  2572. "integrity": "sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==",
  2573. "dev": true,
  2574. "license": "MIT",
  2575. "dependencies": {
  2576. "@volar/language-core": "2.4.14",
  2577. "path-browserify": "^1.0.1",
  2578. "vscode-uri": "^3.0.8"
  2579. }
  2580. },
  2581. "node_modules/@vue/babel-helper-vue-transform-on": {
  2582. "version": "1.4.0",
  2583. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  2584. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  2585. "dev": true,
  2586. "license": "MIT"
  2587. },
  2588. "node_modules/@vue/babel-plugin-jsx": {
  2589. "version": "1.4.0",
  2590. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  2591. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  2592. "dev": true,
  2593. "license": "MIT",
  2594. "dependencies": {
  2595. "@babel/helper-module-imports": "^7.25.9",
  2596. "@babel/helper-plugin-utils": "^7.26.5",
  2597. "@babel/plugin-syntax-jsx": "^7.25.9",
  2598. "@babel/template": "^7.26.9",
  2599. "@babel/traverse": "^7.26.9",
  2600. "@babel/types": "^7.26.9",
  2601. "@vue/babel-helper-vue-transform-on": "1.4.0",
  2602. "@vue/babel-plugin-resolve-type": "1.4.0",
  2603. "@vue/shared": "^3.5.13"
  2604. },
  2605. "peerDependencies": {
  2606. "@babel/core": "^7.0.0-0"
  2607. },
  2608. "peerDependenciesMeta": {
  2609. "@babel/core": {
  2610. "optional": true
  2611. }
  2612. }
  2613. },
  2614. "node_modules/@vue/babel-plugin-resolve-type": {
  2615. "version": "1.4.0",
  2616. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  2617. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  2618. "dev": true,
  2619. "license": "MIT",
  2620. "dependencies": {
  2621. "@babel/code-frame": "^7.26.2",
  2622. "@babel/helper-module-imports": "^7.25.9",
  2623. "@babel/helper-plugin-utils": "^7.26.5",
  2624. "@babel/parser": "^7.26.9",
  2625. "@vue/compiler-sfc": "^3.5.13"
  2626. },
  2627. "funding": {
  2628. "url": "https://github.com/sponsors/sxzz"
  2629. },
  2630. "peerDependencies": {
  2631. "@babel/core": "^7.0.0-0"
  2632. }
  2633. },
  2634. "node_modules/@vue/compiler-core": {
  2635. "version": "3.5.17",
  2636. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  2637. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  2638. "license": "MIT",
  2639. "dependencies": {
  2640. "@babel/parser": "^7.27.5",
  2641. "@vue/shared": "3.5.17",
  2642. "entities": "^4.5.0",
  2643. "estree-walker": "^2.0.2",
  2644. "source-map-js": "^1.2.1"
  2645. }
  2646. },
  2647. "node_modules/@vue/compiler-dom": {
  2648. "version": "3.5.17",
  2649. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  2650. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  2651. "license": "MIT",
  2652. "dependencies": {
  2653. "@vue/compiler-core": "3.5.17",
  2654. "@vue/shared": "3.5.17"
  2655. }
  2656. },
  2657. "node_modules/@vue/compiler-sfc": {
  2658. "version": "3.5.17",
  2659. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  2660. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  2661. "license": "MIT",
  2662. "dependencies": {
  2663. "@babel/parser": "^7.27.5",
  2664. "@vue/compiler-core": "3.5.17",
  2665. "@vue/compiler-dom": "3.5.17",
  2666. "@vue/compiler-ssr": "3.5.17",
  2667. "@vue/shared": "3.5.17",
  2668. "estree-walker": "^2.0.2",
  2669. "magic-string": "^0.30.17",
  2670. "postcss": "^8.5.6",
  2671. "source-map-js": "^1.2.1"
  2672. }
  2673. },
  2674. "node_modules/@vue/compiler-ssr": {
  2675. "version": "3.5.17",
  2676. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  2677. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  2678. "license": "MIT",
  2679. "dependencies": {
  2680. "@vue/compiler-dom": "3.5.17",
  2681. "@vue/shared": "3.5.17"
  2682. }
  2683. },
  2684. "node_modules/@vue/compiler-vue2": {
  2685. "version": "2.7.16",
  2686. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  2687. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  2688. "dev": true,
  2689. "license": "MIT",
  2690. "dependencies": {
  2691. "de-indent": "^1.0.2",
  2692. "he": "^1.2.0"
  2693. }
  2694. },
  2695. "node_modules/@vue/devtools-api": {
  2696. "version": "7.7.7",
  2697. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.7.tgz",
  2698. "integrity": "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==",
  2699. "license": "MIT",
  2700. "dependencies": {
  2701. "@vue/devtools-kit": "^7.7.7"
  2702. }
  2703. },
  2704. "node_modules/@vue/devtools-core": {
  2705. "version": "7.7.7",
  2706. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  2707. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  2708. "dev": true,
  2709. "license": "MIT",
  2710. "dependencies": {
  2711. "@vue/devtools-kit": "^7.7.7",
  2712. "@vue/devtools-shared": "^7.7.7",
  2713. "mitt": "^3.0.1",
  2714. "nanoid": "^5.1.0",
  2715. "pathe": "^2.0.3",
  2716. "vite-hot-client": "^2.0.4"
  2717. },
  2718. "peerDependencies": {
  2719. "vue": "^3.0.0"
  2720. }
  2721. },
  2722. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2723. "version": "5.1.5",
  2724. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  2725. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  2726. "dev": true,
  2727. "funding": [
  2728. {
  2729. "type": "github",
  2730. "url": "https://github.com/sponsors/ai"
  2731. }
  2732. ],
  2733. "license": "MIT",
  2734. "bin": {
  2735. "nanoid": "bin/nanoid.js"
  2736. },
  2737. "engines": {
  2738. "node": "^18 || >=20"
  2739. }
  2740. },
  2741. "node_modules/@vue/devtools-kit": {
  2742. "version": "7.7.7",
  2743. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  2744. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  2745. "license": "MIT",
  2746. "dependencies": {
  2747. "@vue/devtools-shared": "^7.7.7",
  2748. "birpc": "^2.3.0",
  2749. "hookable": "^5.5.3",
  2750. "mitt": "^3.0.1",
  2751. "perfect-debounce": "^1.0.0",
  2752. "speakingurl": "^14.0.1",
  2753. "superjson": "^2.2.2"
  2754. }
  2755. },
  2756. "node_modules/@vue/devtools-shared": {
  2757. "version": "7.7.7",
  2758. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  2759. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  2760. "license": "MIT",
  2761. "dependencies": {
  2762. "rfdc": "^1.4.1"
  2763. }
  2764. },
  2765. "node_modules/@vue/eslint-config-prettier": {
  2766. "version": "10.2.0",
  2767. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-10.2.0.tgz",
  2768. "integrity": "sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==",
  2769. "dev": true,
  2770. "license": "MIT",
  2771. "dependencies": {
  2772. "eslint-config-prettier": "^10.0.1",
  2773. "eslint-plugin-prettier": "^5.2.2"
  2774. },
  2775. "peerDependencies": {
  2776. "eslint": ">= 8.21.0",
  2777. "prettier": ">= 3.0.0"
  2778. }
  2779. },
  2780. "node_modules/@vue/eslint-config-typescript": {
  2781. "version": "14.5.0",
  2782. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.0.tgz",
  2783. "integrity": "sha512-5oPOyuwkw++AP5gHDh5YFmST50dPfWOcm3/W7Nbh42IK5O3H74ytWAw0TrCRTaBoD/02khnWXuZf1Bz1xflavQ==",
  2784. "dev": true,
  2785. "license": "MIT",
  2786. "dependencies": {
  2787. "@typescript-eslint/utils": "^8.26.0",
  2788. "fast-glob": "^3.3.3",
  2789. "typescript-eslint": "^8.26.0",
  2790. "vue-eslint-parser": "^10.1.1"
  2791. },
  2792. "engines": {
  2793. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2794. },
  2795. "peerDependencies": {
  2796. "eslint": "^9.10.0",
  2797. "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
  2798. "typescript": ">=4.8.4"
  2799. },
  2800. "peerDependenciesMeta": {
  2801. "typescript": {
  2802. "optional": true
  2803. }
  2804. }
  2805. },
  2806. "node_modules/@vue/language-core": {
  2807. "version": "2.2.10",
  2808. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  2809. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  2810. "dev": true,
  2811. "license": "MIT",
  2812. "dependencies": {
  2813. "@volar/language-core": "~2.4.11",
  2814. "@vue/compiler-dom": "^3.5.0",
  2815. "@vue/compiler-vue2": "^2.7.16",
  2816. "@vue/shared": "^3.5.0",
  2817. "alien-signals": "^1.0.3",
  2818. "minimatch": "^9.0.3",
  2819. "muggle-string": "^0.4.1",
  2820. "path-browserify": "^1.0.1"
  2821. },
  2822. "peerDependencies": {
  2823. "typescript": "*"
  2824. },
  2825. "peerDependenciesMeta": {
  2826. "typescript": {
  2827. "optional": true
  2828. }
  2829. }
  2830. },
  2831. "node_modules/@vue/reactivity": {
  2832. "version": "3.5.17",
  2833. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  2834. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  2835. "license": "MIT",
  2836. "dependencies": {
  2837. "@vue/shared": "3.5.17"
  2838. }
  2839. },
  2840. "node_modules/@vue/runtime-core": {
  2841. "version": "3.5.17",
  2842. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  2843. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  2844. "license": "MIT",
  2845. "dependencies": {
  2846. "@vue/reactivity": "3.5.17",
  2847. "@vue/shared": "3.5.17"
  2848. }
  2849. },
  2850. "node_modules/@vue/runtime-dom": {
  2851. "version": "3.5.17",
  2852. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  2853. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  2854. "license": "MIT",
  2855. "dependencies": {
  2856. "@vue/reactivity": "3.5.17",
  2857. "@vue/runtime-core": "3.5.17",
  2858. "@vue/shared": "3.5.17",
  2859. "csstype": "^3.1.3"
  2860. }
  2861. },
  2862. "node_modules/@vue/server-renderer": {
  2863. "version": "3.5.17",
  2864. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  2865. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  2866. "license": "MIT",
  2867. "dependencies": {
  2868. "@vue/compiler-ssr": "3.5.17",
  2869. "@vue/shared": "3.5.17"
  2870. },
  2871. "peerDependencies": {
  2872. "vue": "3.5.17"
  2873. }
  2874. },
  2875. "node_modules/@vue/shared": {
  2876. "version": "3.5.17",
  2877. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  2878. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  2879. "license": "MIT"
  2880. },
  2881. "node_modules/@vue/tsconfig": {
  2882. "version": "0.7.0",
  2883. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  2884. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  2885. "dev": true,
  2886. "license": "MIT",
  2887. "peerDependencies": {
  2888. "typescript": "5.x",
  2889. "vue": "^3.4.0"
  2890. },
  2891. "peerDependenciesMeta": {
  2892. "typescript": {
  2893. "optional": true
  2894. },
  2895. "vue": {
  2896. "optional": true
  2897. }
  2898. }
  2899. },
  2900. "node_modules/@vueuse/core": {
  2901. "version": "13.4.0",
  2902. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.4.0.tgz",
  2903. "integrity": "sha512-OnK7zW3bTq/QclEk17+vDFN3tuAm8ONb9zQUIHrYQkkFesu3WeGUx/3YzpEp+ly53IfDAT9rsYXgGW6piNZC5w==",
  2904. "license": "MIT",
  2905. "dependencies": {
  2906. "@types/web-bluetooth": "^0.0.21",
  2907. "@vueuse/metadata": "13.4.0",
  2908. "@vueuse/shared": "13.4.0"
  2909. },
  2910. "funding": {
  2911. "url": "https://github.com/sponsors/antfu"
  2912. },
  2913. "peerDependencies": {
  2914. "vue": "^3.5.0"
  2915. }
  2916. },
  2917. "node_modules/@vueuse/metadata": {
  2918. "version": "13.4.0",
  2919. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.4.0.tgz",
  2920. "integrity": "sha512-CPDQ/IgOeWbqItg1c/pS+Ulum63MNbpJ4eecjFJqgD/JUCJ822zLfpw6M9HzSvL6wbzMieOtIAW/H8deQASKHg==",
  2921. "license": "MIT",
  2922. "funding": {
  2923. "url": "https://github.com/sponsors/antfu"
  2924. }
  2925. },
  2926. "node_modules/@vueuse/shared": {
  2927. "version": "13.4.0",
  2928. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.4.0.tgz",
  2929. "integrity": "sha512-+AxuKbw8R1gYy5T21V5yhadeNM7rJqb4cPaRI9DdGnnNl3uqXh+unvQ3uCaA2DjYLbNr1+l7ht/B4qEsRegX6A==",
  2930. "license": "MIT",
  2931. "funding": {
  2932. "url": "https://github.com/sponsors/antfu"
  2933. },
  2934. "peerDependencies": {
  2935. "vue": "^3.5.0"
  2936. }
  2937. },
  2938. "node_modules/@webgpu/types": {
  2939. "version": "0.1.61",
  2940. "resolved": "https://registry.npmmirror.com/@webgpu/types/-/types-0.1.61.tgz",
  2941. "integrity": "sha512-w2HbBvH+qO19SB5pJOJFKs533CdZqxl3fcGonqL321VHkW7W/iBo6H8bjDy6pr/+pbMwIu5dnuaAxH7NxBqUrQ==",
  2942. "dev": true,
  2943. "license": "BSD-3-Clause"
  2944. },
  2945. "node_modules/acorn": {
  2946. "version": "8.15.0",
  2947. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  2948. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  2949. "dev": true,
  2950. "license": "MIT",
  2951. "bin": {
  2952. "acorn": "bin/acorn"
  2953. },
  2954. "engines": {
  2955. "node": ">=0.4.0"
  2956. }
  2957. },
  2958. "node_modules/acorn-jsx": {
  2959. "version": "5.3.2",
  2960. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2961. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2962. "dev": true,
  2963. "license": "MIT",
  2964. "peerDependencies": {
  2965. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2966. }
  2967. },
  2968. "node_modules/ajv": {
  2969. "version": "6.12.6",
  2970. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  2971. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2972. "dev": true,
  2973. "license": "MIT",
  2974. "dependencies": {
  2975. "fast-deep-equal": "^3.1.1",
  2976. "fast-json-stable-stringify": "^2.0.0",
  2977. "json-schema-traverse": "^0.4.1",
  2978. "uri-js": "^4.2.2"
  2979. },
  2980. "funding": {
  2981. "type": "github",
  2982. "url": "https://github.com/sponsors/epoberezkin"
  2983. }
  2984. },
  2985. "node_modules/alien-signals": {
  2986. "version": "1.0.13",
  2987. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  2988. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2989. "dev": true,
  2990. "license": "MIT"
  2991. },
  2992. "node_modules/ansi-styles": {
  2993. "version": "4.3.0",
  2994. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2995. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2996. "dev": true,
  2997. "license": "MIT",
  2998. "dependencies": {
  2999. "color-convert": "^2.0.1"
  3000. },
  3001. "engines": {
  3002. "node": ">=8"
  3003. },
  3004. "funding": {
  3005. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3006. }
  3007. },
  3008. "node_modules/anymatch": {
  3009. "version": "3.1.3",
  3010. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  3011. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3012. "dev": true,
  3013. "license": "ISC",
  3014. "dependencies": {
  3015. "normalize-path": "^3.0.0",
  3016. "picomatch": "^2.0.4"
  3017. },
  3018. "engines": {
  3019. "node": ">= 8"
  3020. }
  3021. },
  3022. "node_modules/argparse": {
  3023. "version": "2.0.1",
  3024. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3025. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3026. "dev": true,
  3027. "license": "Python-2.0"
  3028. },
  3029. "node_modules/async-validator": {
  3030. "version": "4.2.5",
  3031. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3032. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3033. "license": "MIT"
  3034. },
  3035. "node_modules/balanced-match": {
  3036. "version": "1.0.2",
  3037. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3038. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3039. "dev": true,
  3040. "license": "MIT"
  3041. },
  3042. "node_modules/binary-extensions": {
  3043. "version": "2.3.0",
  3044. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3045. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3046. "dev": true,
  3047. "license": "MIT",
  3048. "engines": {
  3049. "node": ">=8"
  3050. },
  3051. "funding": {
  3052. "url": "https://github.com/sponsors/sindresorhus"
  3053. }
  3054. },
  3055. "node_modules/birpc": {
  3056. "version": "2.4.0",
  3057. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.4.0.tgz",
  3058. "integrity": "sha512-5IdNxTyhXHv2UlgnPHQ0h+5ypVmkrYHzL8QT+DwFZ//2N/oNV8Ch+BCRmTJ3x6/z9Axo/cXYBc9eprsUVK/Jsg==",
  3059. "license": "MIT",
  3060. "funding": {
  3061. "url": "https://github.com/sponsors/antfu"
  3062. }
  3063. },
  3064. "node_modules/boolbase": {
  3065. "version": "1.0.0",
  3066. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3067. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3068. "dev": true,
  3069. "license": "ISC"
  3070. },
  3071. "node_modules/brace-expansion": {
  3072. "version": "2.0.2",
  3073. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3074. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3075. "dev": true,
  3076. "license": "MIT",
  3077. "dependencies": {
  3078. "balanced-match": "^1.0.0"
  3079. }
  3080. },
  3081. "node_modules/braces": {
  3082. "version": "3.0.3",
  3083. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3084. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3085. "dev": true,
  3086. "license": "MIT",
  3087. "dependencies": {
  3088. "fill-range": "^7.1.1"
  3089. },
  3090. "engines": {
  3091. "node": ">=8"
  3092. }
  3093. },
  3094. "node_modules/browserslist": {
  3095. "version": "4.25.0",
  3096. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.0.tgz",
  3097. "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
  3098. "dev": true,
  3099. "funding": [
  3100. {
  3101. "type": "opencollective",
  3102. "url": "https://opencollective.com/browserslist"
  3103. },
  3104. {
  3105. "type": "tidelift",
  3106. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3107. },
  3108. {
  3109. "type": "github",
  3110. "url": "https://github.com/sponsors/ai"
  3111. }
  3112. ],
  3113. "license": "MIT",
  3114. "dependencies": {
  3115. "caniuse-lite": "^1.0.30001718",
  3116. "electron-to-chromium": "^1.5.160",
  3117. "node-releases": "^2.0.19",
  3118. "update-browserslist-db": "^1.1.3"
  3119. },
  3120. "bin": {
  3121. "browserslist": "cli.js"
  3122. },
  3123. "engines": {
  3124. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3125. }
  3126. },
  3127. "node_modules/bundle-name": {
  3128. "version": "4.1.0",
  3129. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  3130. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  3131. "dev": true,
  3132. "license": "MIT",
  3133. "dependencies": {
  3134. "run-applescript": "^7.0.0"
  3135. },
  3136. "engines": {
  3137. "node": ">=18"
  3138. },
  3139. "funding": {
  3140. "url": "https://github.com/sponsors/sindresorhus"
  3141. }
  3142. },
  3143. "node_modules/cac": {
  3144. "version": "6.7.14",
  3145. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  3146. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3147. "dev": true,
  3148. "license": "MIT",
  3149. "engines": {
  3150. "node": ">=8"
  3151. }
  3152. },
  3153. "node_modules/callsites": {
  3154. "version": "3.1.0",
  3155. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3156. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3157. "dev": true,
  3158. "license": "MIT",
  3159. "engines": {
  3160. "node": ">=6"
  3161. }
  3162. },
  3163. "node_modules/caniuse-lite": {
  3164. "version": "1.0.30001724",
  3165. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz",
  3166. "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==",
  3167. "dev": true,
  3168. "funding": [
  3169. {
  3170. "type": "opencollective",
  3171. "url": "https://opencollective.com/browserslist"
  3172. },
  3173. {
  3174. "type": "tidelift",
  3175. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3176. },
  3177. {
  3178. "type": "github",
  3179. "url": "https://github.com/sponsors/ai"
  3180. }
  3181. ],
  3182. "license": "CC-BY-4.0"
  3183. },
  3184. "node_modules/chalk": {
  3185. "version": "4.1.2",
  3186. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3187. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3188. "dev": true,
  3189. "license": "MIT",
  3190. "dependencies": {
  3191. "ansi-styles": "^4.1.0",
  3192. "supports-color": "^7.1.0"
  3193. },
  3194. "engines": {
  3195. "node": ">=10"
  3196. },
  3197. "funding": {
  3198. "url": "https://github.com/chalk/chalk?sponsor=1"
  3199. }
  3200. },
  3201. "node_modules/chokidar": {
  3202. "version": "3.6.0",
  3203. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  3204. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3205. "dev": true,
  3206. "license": "MIT",
  3207. "dependencies": {
  3208. "anymatch": "~3.1.2",
  3209. "braces": "~3.0.2",
  3210. "glob-parent": "~5.1.2",
  3211. "is-binary-path": "~2.1.0",
  3212. "is-glob": "~4.0.1",
  3213. "normalize-path": "~3.0.0",
  3214. "readdirp": "~3.6.0"
  3215. },
  3216. "engines": {
  3217. "node": ">= 8.10.0"
  3218. },
  3219. "funding": {
  3220. "url": "https://paulmillr.com/funding/"
  3221. },
  3222. "optionalDependencies": {
  3223. "fsevents": "~2.3.2"
  3224. }
  3225. },
  3226. "node_modules/chokidar/node_modules/glob-parent": {
  3227. "version": "5.1.2",
  3228. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3229. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3230. "dev": true,
  3231. "license": "ISC",
  3232. "dependencies": {
  3233. "is-glob": "^4.0.1"
  3234. },
  3235. "engines": {
  3236. "node": ">= 6"
  3237. }
  3238. },
  3239. "node_modules/color-convert": {
  3240. "version": "2.0.1",
  3241. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  3242. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3243. "dev": true,
  3244. "license": "MIT",
  3245. "dependencies": {
  3246. "color-name": "~1.1.4"
  3247. },
  3248. "engines": {
  3249. "node": ">=7.0.0"
  3250. }
  3251. },
  3252. "node_modules/color-name": {
  3253. "version": "1.1.4",
  3254. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  3255. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3256. "dev": true,
  3257. "license": "MIT"
  3258. },
  3259. "node_modules/colorette": {
  3260. "version": "2.0.20",
  3261. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  3262. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  3263. "dev": true,
  3264. "license": "MIT"
  3265. },
  3266. "node_modules/concat-map": {
  3267. "version": "0.0.1",
  3268. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3269. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3270. "dev": true,
  3271. "license": "MIT"
  3272. },
  3273. "node_modules/confbox": {
  3274. "version": "0.2.2",
  3275. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  3276. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  3277. "dev": true,
  3278. "license": "MIT"
  3279. },
  3280. "node_modules/consola": {
  3281. "version": "3.4.2",
  3282. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  3283. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  3284. "dev": true,
  3285. "license": "MIT",
  3286. "engines": {
  3287. "node": "^14.18.0 || >=16.10.0"
  3288. }
  3289. },
  3290. "node_modules/convert-source-map": {
  3291. "version": "2.0.0",
  3292. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3293. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3294. "dev": true,
  3295. "license": "MIT"
  3296. },
  3297. "node_modules/copy-anything": {
  3298. "version": "3.0.5",
  3299. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  3300. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3301. "license": "MIT",
  3302. "dependencies": {
  3303. "is-what": "^4.1.8"
  3304. },
  3305. "engines": {
  3306. "node": ">=12.13"
  3307. },
  3308. "funding": {
  3309. "url": "https://github.com/sponsors/mesqueeb"
  3310. }
  3311. },
  3312. "node_modules/cross-spawn": {
  3313. "version": "7.0.6",
  3314. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3315. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3316. "dev": true,
  3317. "license": "MIT",
  3318. "dependencies": {
  3319. "path-key": "^3.1.0",
  3320. "shebang-command": "^2.0.0",
  3321. "which": "^2.0.1"
  3322. },
  3323. "engines": {
  3324. "node": ">= 8"
  3325. }
  3326. },
  3327. "node_modules/css-tree": {
  3328. "version": "3.1.0",
  3329. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  3330. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  3331. "dev": true,
  3332. "license": "MIT",
  3333. "dependencies": {
  3334. "mdn-data": "2.12.2",
  3335. "source-map-js": "^1.0.1"
  3336. },
  3337. "engines": {
  3338. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3339. }
  3340. },
  3341. "node_modules/cssesc": {
  3342. "version": "3.0.0",
  3343. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  3344. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3345. "dev": true,
  3346. "license": "MIT",
  3347. "bin": {
  3348. "cssesc": "bin/cssesc"
  3349. },
  3350. "engines": {
  3351. "node": ">=4"
  3352. }
  3353. },
  3354. "node_modules/csstype": {
  3355. "version": "3.1.3",
  3356. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3357. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  3358. "license": "MIT"
  3359. },
  3360. "node_modules/dayjs": {
  3361. "version": "1.11.13",
  3362. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  3363. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  3364. "license": "MIT"
  3365. },
  3366. "node_modules/de-indent": {
  3367. "version": "1.0.2",
  3368. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  3369. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  3370. "dev": true,
  3371. "license": "MIT"
  3372. },
  3373. "node_modules/debug": {
  3374. "version": "4.4.1",
  3375. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  3376. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  3377. "dev": true,
  3378. "license": "MIT",
  3379. "dependencies": {
  3380. "ms": "^2.1.3"
  3381. },
  3382. "engines": {
  3383. "node": ">=6.0"
  3384. },
  3385. "peerDependenciesMeta": {
  3386. "supports-color": {
  3387. "optional": true
  3388. }
  3389. }
  3390. },
  3391. "node_modules/deep-is": {
  3392. "version": "0.1.4",
  3393. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  3394. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3395. "dev": true,
  3396. "license": "MIT"
  3397. },
  3398. "node_modules/default-browser": {
  3399. "version": "5.2.1",
  3400. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  3401. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3402. "dev": true,
  3403. "license": "MIT",
  3404. "dependencies": {
  3405. "bundle-name": "^4.1.0",
  3406. "default-browser-id": "^5.0.0"
  3407. },
  3408. "engines": {
  3409. "node": ">=18"
  3410. },
  3411. "funding": {
  3412. "url": "https://github.com/sponsors/sindresorhus"
  3413. }
  3414. },
  3415. "node_modules/default-browser-id": {
  3416. "version": "5.0.0",
  3417. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3418. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3419. "dev": true,
  3420. "license": "MIT",
  3421. "engines": {
  3422. "node": ">=18"
  3423. },
  3424. "funding": {
  3425. "url": "https://github.com/sponsors/sindresorhus"
  3426. }
  3427. },
  3428. "node_modules/define-lazy-prop": {
  3429. "version": "3.0.0",
  3430. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  3431. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  3432. "dev": true,
  3433. "license": "MIT",
  3434. "engines": {
  3435. "node": ">=12"
  3436. },
  3437. "funding": {
  3438. "url": "https://github.com/sponsors/sindresorhus"
  3439. }
  3440. },
  3441. "node_modules/defu": {
  3442. "version": "6.1.4",
  3443. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  3444. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  3445. "dev": true,
  3446. "license": "MIT"
  3447. },
  3448. "node_modules/destr": {
  3449. "version": "2.0.5",
  3450. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  3451. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  3452. "dev": true,
  3453. "license": "MIT"
  3454. },
  3455. "node_modules/duplexer": {
  3456. "version": "0.1.2",
  3457. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  3458. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  3459. "dev": true,
  3460. "license": "MIT"
  3461. },
  3462. "node_modules/electron-to-chromium": {
  3463. "version": "1.5.173",
  3464. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.173.tgz",
  3465. "integrity": "sha512-2bFhXP2zqSfQHugjqJIDFVwa+qIxyNApenmXTp9EjaKtdPrES5Qcn9/aSFy/NaP2E+fWG/zxKu/LBvY36p5VNQ==",
  3466. "dev": true,
  3467. "license": "ISC"
  3468. },
  3469. "node_modules/element-plus": {
  3470. "version": "2.10.2",
  3471. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz",
  3472. "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==",
  3473. "license": "MIT",
  3474. "dependencies": {
  3475. "@ctrl/tinycolor": "^3.4.1",
  3476. "@element-plus/icons-vue": "^2.3.1",
  3477. "@floating-ui/dom": "^1.0.1",
  3478. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  3479. "@types/lodash": "^4.14.182",
  3480. "@types/lodash-es": "^4.17.6",
  3481. "@vueuse/core": "^9.1.0",
  3482. "async-validator": "^4.2.5",
  3483. "dayjs": "^1.11.13",
  3484. "escape-html": "^1.0.3",
  3485. "lodash": "^4.17.21",
  3486. "lodash-es": "^4.17.21",
  3487. "lodash-unified": "^1.0.2",
  3488. "memoize-one": "^6.0.0",
  3489. "normalize-wheel-es": "^1.2.0"
  3490. },
  3491. "peerDependencies": {
  3492. "vue": "^3.2.0"
  3493. }
  3494. },
  3495. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  3496. "version": "0.0.16",
  3497. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  3498. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  3499. "license": "MIT"
  3500. },
  3501. "node_modules/element-plus/node_modules/@vueuse/core": {
  3502. "version": "9.13.0",
  3503. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3504. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3505. "license": "MIT",
  3506. "dependencies": {
  3507. "@types/web-bluetooth": "^0.0.16",
  3508. "@vueuse/metadata": "9.13.0",
  3509. "@vueuse/shared": "9.13.0",
  3510. "vue-demi": "*"
  3511. },
  3512. "funding": {
  3513. "url": "https://github.com/sponsors/antfu"
  3514. }
  3515. },
  3516. "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": {
  3517. "version": "0.14.10",
  3518. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  3519. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3520. "hasInstallScript": true,
  3521. "license": "MIT",
  3522. "bin": {
  3523. "vue-demi-fix": "bin/vue-demi-fix.js",
  3524. "vue-demi-switch": "bin/vue-demi-switch.js"
  3525. },
  3526. "engines": {
  3527. "node": ">=12"
  3528. },
  3529. "funding": {
  3530. "url": "https://github.com/sponsors/antfu"
  3531. },
  3532. "peerDependencies": {
  3533. "@vue/composition-api": "^1.0.0-rc.1",
  3534. "vue": "^3.0.0-0 || ^2.6.0"
  3535. },
  3536. "peerDependenciesMeta": {
  3537. "@vue/composition-api": {
  3538. "optional": true
  3539. }
  3540. }
  3541. },
  3542. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  3543. "version": "9.13.0",
  3544. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3545. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3546. "license": "MIT",
  3547. "funding": {
  3548. "url": "https://github.com/sponsors/antfu"
  3549. }
  3550. },
  3551. "node_modules/element-plus/node_modules/@vueuse/shared": {
  3552. "version": "9.13.0",
  3553. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3554. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3555. "license": "MIT",
  3556. "dependencies": {
  3557. "vue-demi": "*"
  3558. },
  3559. "funding": {
  3560. "url": "https://github.com/sponsors/antfu"
  3561. }
  3562. },
  3563. "node_modules/element-plus/node_modules/@vueuse/shared/node_modules/vue-demi": {
  3564. "version": "0.14.10",
  3565. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  3566. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3567. "hasInstallScript": true,
  3568. "license": "MIT",
  3569. "bin": {
  3570. "vue-demi-fix": "bin/vue-demi-fix.js",
  3571. "vue-demi-switch": "bin/vue-demi-switch.js"
  3572. },
  3573. "engines": {
  3574. "node": ">=12"
  3575. },
  3576. "funding": {
  3577. "url": "https://github.com/sponsors/antfu"
  3578. },
  3579. "peerDependencies": {
  3580. "@vue/composition-api": "^1.0.0-rc.1",
  3581. "vue": "^3.0.0-0 || ^2.6.0"
  3582. },
  3583. "peerDependenciesMeta": {
  3584. "@vue/composition-api": {
  3585. "optional": true
  3586. }
  3587. }
  3588. },
  3589. "node_modules/entities": {
  3590. "version": "4.5.0",
  3591. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  3592. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3593. "license": "BSD-2-Clause",
  3594. "engines": {
  3595. "node": ">=0.12"
  3596. },
  3597. "funding": {
  3598. "url": "https://github.com/fb55/entities?sponsor=1"
  3599. }
  3600. },
  3601. "node_modules/error-stack-parser-es": {
  3602. "version": "0.1.5",
  3603. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  3604. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  3605. "dev": true,
  3606. "license": "MIT",
  3607. "funding": {
  3608. "url": "https://github.com/sponsors/antfu"
  3609. }
  3610. },
  3611. "node_modules/esbuild": {
  3612. "version": "0.25.5",
  3613. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  3614. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  3615. "dev": true,
  3616. "hasInstallScript": true,
  3617. "license": "MIT",
  3618. "bin": {
  3619. "esbuild": "bin/esbuild"
  3620. },
  3621. "engines": {
  3622. "node": ">=18"
  3623. },
  3624. "optionalDependencies": {
  3625. "@esbuild/aix-ppc64": "0.25.5",
  3626. "@esbuild/android-arm": "0.25.5",
  3627. "@esbuild/android-arm64": "0.25.5",
  3628. "@esbuild/android-x64": "0.25.5",
  3629. "@esbuild/darwin-arm64": "0.25.5",
  3630. "@esbuild/darwin-x64": "0.25.5",
  3631. "@esbuild/freebsd-arm64": "0.25.5",
  3632. "@esbuild/freebsd-x64": "0.25.5",
  3633. "@esbuild/linux-arm": "0.25.5",
  3634. "@esbuild/linux-arm64": "0.25.5",
  3635. "@esbuild/linux-ia32": "0.25.5",
  3636. "@esbuild/linux-loong64": "0.25.5",
  3637. "@esbuild/linux-mips64el": "0.25.5",
  3638. "@esbuild/linux-ppc64": "0.25.5",
  3639. "@esbuild/linux-riscv64": "0.25.5",
  3640. "@esbuild/linux-s390x": "0.25.5",
  3641. "@esbuild/linux-x64": "0.25.5",
  3642. "@esbuild/netbsd-arm64": "0.25.5",
  3643. "@esbuild/netbsd-x64": "0.25.5",
  3644. "@esbuild/openbsd-arm64": "0.25.5",
  3645. "@esbuild/openbsd-x64": "0.25.5",
  3646. "@esbuild/sunos-x64": "0.25.5",
  3647. "@esbuild/win32-arm64": "0.25.5",
  3648. "@esbuild/win32-ia32": "0.25.5",
  3649. "@esbuild/win32-x64": "0.25.5"
  3650. }
  3651. },
  3652. "node_modules/escalade": {
  3653. "version": "3.2.0",
  3654. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3655. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3656. "dev": true,
  3657. "license": "MIT",
  3658. "engines": {
  3659. "node": ">=6"
  3660. }
  3661. },
  3662. "node_modules/escape-html": {
  3663. "version": "1.0.3",
  3664. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  3665. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  3666. "license": "MIT"
  3667. },
  3668. "node_modules/escape-string-regexp": {
  3669. "version": "4.0.0",
  3670. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3671. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3672. "dev": true,
  3673. "license": "MIT",
  3674. "engines": {
  3675. "node": ">=10"
  3676. },
  3677. "funding": {
  3678. "url": "https://github.com/sponsors/sindresorhus"
  3679. }
  3680. },
  3681. "node_modules/eslint": {
  3682. "version": "9.29.0",
  3683. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.29.0.tgz",
  3684. "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==",
  3685. "dev": true,
  3686. "license": "MIT",
  3687. "dependencies": {
  3688. "@eslint-community/eslint-utils": "^4.2.0",
  3689. "@eslint-community/regexpp": "^4.12.1",
  3690. "@eslint/config-array": "^0.20.1",
  3691. "@eslint/config-helpers": "^0.2.1",
  3692. "@eslint/core": "^0.14.0",
  3693. "@eslint/eslintrc": "^3.3.1",
  3694. "@eslint/js": "9.29.0",
  3695. "@eslint/plugin-kit": "^0.3.1",
  3696. "@humanfs/node": "^0.16.6",
  3697. "@humanwhocodes/module-importer": "^1.0.1",
  3698. "@humanwhocodes/retry": "^0.4.2",
  3699. "@types/estree": "^1.0.6",
  3700. "@types/json-schema": "^7.0.15",
  3701. "ajv": "^6.12.4",
  3702. "chalk": "^4.0.0",
  3703. "cross-spawn": "^7.0.6",
  3704. "debug": "^4.3.2",
  3705. "escape-string-regexp": "^4.0.0",
  3706. "eslint-scope": "^8.4.0",
  3707. "eslint-visitor-keys": "^4.2.1",
  3708. "espree": "^10.4.0",
  3709. "esquery": "^1.5.0",
  3710. "esutils": "^2.0.2",
  3711. "fast-deep-equal": "^3.1.3",
  3712. "file-entry-cache": "^8.0.0",
  3713. "find-up": "^5.0.0",
  3714. "glob-parent": "^6.0.2",
  3715. "ignore": "^5.2.0",
  3716. "imurmurhash": "^0.1.4",
  3717. "is-glob": "^4.0.0",
  3718. "json-stable-stringify-without-jsonify": "^1.0.1",
  3719. "lodash.merge": "^4.6.2",
  3720. "minimatch": "^3.1.2",
  3721. "natural-compare": "^1.4.0",
  3722. "optionator": "^0.9.3"
  3723. },
  3724. "bin": {
  3725. "eslint": "bin/eslint.js"
  3726. },
  3727. "engines": {
  3728. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3729. },
  3730. "funding": {
  3731. "url": "https://eslint.org/donate"
  3732. },
  3733. "peerDependencies": {
  3734. "jiti": "*"
  3735. },
  3736. "peerDependenciesMeta": {
  3737. "jiti": {
  3738. "optional": true
  3739. }
  3740. }
  3741. },
  3742. "node_modules/eslint-config-prettier": {
  3743. "version": "10.1.5",
  3744. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz",
  3745. "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==",
  3746. "dev": true,
  3747. "license": "MIT",
  3748. "bin": {
  3749. "eslint-config-prettier": "bin/cli.js"
  3750. },
  3751. "funding": {
  3752. "url": "https://opencollective.com/eslint-config-prettier"
  3753. },
  3754. "peerDependencies": {
  3755. "eslint": ">=7.0.0"
  3756. }
  3757. },
  3758. "node_modules/eslint-plugin-prettier": {
  3759. "version": "5.5.0",
  3760. "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz",
  3761. "integrity": "sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==",
  3762. "dev": true,
  3763. "license": "MIT",
  3764. "dependencies": {
  3765. "prettier-linter-helpers": "^1.0.0",
  3766. "synckit": "^0.11.7"
  3767. },
  3768. "engines": {
  3769. "node": "^14.18.0 || >=16.0.0"
  3770. },
  3771. "funding": {
  3772. "url": "https://opencollective.com/eslint-plugin-prettier"
  3773. },
  3774. "peerDependencies": {
  3775. "@types/eslint": ">=8.0.0",
  3776. "eslint": ">=8.0.0",
  3777. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  3778. "prettier": ">=3.0.0"
  3779. },
  3780. "peerDependenciesMeta": {
  3781. "@types/eslint": {
  3782. "optional": true
  3783. },
  3784. "eslint-config-prettier": {
  3785. "optional": true
  3786. }
  3787. }
  3788. },
  3789. "node_modules/eslint-plugin-vue": {
  3790. "version": "10.0.1",
  3791. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.1.tgz",
  3792. "integrity": "sha512-A5dRYc3eQ5i2rJFBW8J6F69ur/H7YfYg+5SCg6v829FU0BhM4fUTrRVR2d4MdZgzw0ioJEk6otYHEAnoGFqO4A==",
  3793. "dev": true,
  3794. "license": "MIT",
  3795. "dependencies": {
  3796. "@eslint-community/eslint-utils": "^4.4.0",
  3797. "natural-compare": "^1.4.0",
  3798. "nth-check": "^2.1.1",
  3799. "postcss-selector-parser": "^6.0.15",
  3800. "semver": "^7.6.3",
  3801. "xml-name-validator": "^4.0.0"
  3802. },
  3803. "engines": {
  3804. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3805. },
  3806. "peerDependencies": {
  3807. "eslint": "^8.57.0 || ^9.0.0",
  3808. "vue-eslint-parser": "^10.0.0"
  3809. }
  3810. },
  3811. "node_modules/eslint-plugin-vue/node_modules/semver": {
  3812. "version": "7.7.2",
  3813. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  3814. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  3815. "dev": true,
  3816. "license": "ISC",
  3817. "bin": {
  3818. "semver": "bin/semver.js"
  3819. },
  3820. "engines": {
  3821. "node": ">=10"
  3822. }
  3823. },
  3824. "node_modules/eslint-scope": {
  3825. "version": "8.4.0",
  3826. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3827. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3828. "dev": true,
  3829. "license": "BSD-2-Clause",
  3830. "dependencies": {
  3831. "esrecurse": "^4.3.0",
  3832. "estraverse": "^5.2.0"
  3833. },
  3834. "engines": {
  3835. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3836. },
  3837. "funding": {
  3838. "url": "https://opencollective.com/eslint"
  3839. }
  3840. },
  3841. "node_modules/eslint-visitor-keys": {
  3842. "version": "3.4.3",
  3843. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3844. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3845. "dev": true,
  3846. "license": "Apache-2.0",
  3847. "engines": {
  3848. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3849. },
  3850. "funding": {
  3851. "url": "https://opencollective.com/eslint"
  3852. }
  3853. },
  3854. "node_modules/eslint/node_modules/brace-expansion": {
  3855. "version": "1.1.12",
  3856. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3857. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3858. "dev": true,
  3859. "license": "MIT",
  3860. "dependencies": {
  3861. "balanced-match": "^1.0.0",
  3862. "concat-map": "0.0.1"
  3863. }
  3864. },
  3865. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3866. "version": "4.2.1",
  3867. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3868. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3869. "dev": true,
  3870. "license": "Apache-2.0",
  3871. "engines": {
  3872. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3873. },
  3874. "funding": {
  3875. "url": "https://opencollective.com/eslint"
  3876. }
  3877. },
  3878. "node_modules/eslint/node_modules/minimatch": {
  3879. "version": "3.1.2",
  3880. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  3881. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3882. "dev": true,
  3883. "license": "ISC",
  3884. "dependencies": {
  3885. "brace-expansion": "^1.1.7"
  3886. },
  3887. "engines": {
  3888. "node": "*"
  3889. }
  3890. },
  3891. "node_modules/espree": {
  3892. "version": "10.4.0",
  3893. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
  3894. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3895. "dev": true,
  3896. "license": "BSD-2-Clause",
  3897. "dependencies": {
  3898. "acorn": "^8.15.0",
  3899. "acorn-jsx": "^5.3.2",
  3900. "eslint-visitor-keys": "^4.2.1"
  3901. },
  3902. "engines": {
  3903. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3904. },
  3905. "funding": {
  3906. "url": "https://opencollective.com/eslint"
  3907. }
  3908. },
  3909. "node_modules/espree/node_modules/eslint-visitor-keys": {
  3910. "version": "4.2.1",
  3911. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3912. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3913. "dev": true,
  3914. "license": "Apache-2.0",
  3915. "engines": {
  3916. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3917. },
  3918. "funding": {
  3919. "url": "https://opencollective.com/eslint"
  3920. }
  3921. },
  3922. "node_modules/esquery": {
  3923. "version": "1.6.0",
  3924. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  3925. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3926. "dev": true,
  3927. "license": "BSD-3-Clause",
  3928. "dependencies": {
  3929. "estraverse": "^5.1.0"
  3930. },
  3931. "engines": {
  3932. "node": ">=0.10"
  3933. }
  3934. },
  3935. "node_modules/esrecurse": {
  3936. "version": "4.3.0",
  3937. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  3938. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3939. "dev": true,
  3940. "license": "BSD-2-Clause",
  3941. "dependencies": {
  3942. "estraverse": "^5.2.0"
  3943. },
  3944. "engines": {
  3945. "node": ">=4.0"
  3946. }
  3947. },
  3948. "node_modules/estraverse": {
  3949. "version": "5.3.0",
  3950. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3951. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3952. "dev": true,
  3953. "license": "BSD-2-Clause",
  3954. "engines": {
  3955. "node": ">=4.0"
  3956. }
  3957. },
  3958. "node_modules/estree-walker": {
  3959. "version": "2.0.2",
  3960. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  3961. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3962. "license": "MIT"
  3963. },
  3964. "node_modules/esutils": {
  3965. "version": "2.0.3",
  3966. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  3967. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3968. "dev": true,
  3969. "license": "BSD-2-Clause",
  3970. "engines": {
  3971. "node": ">=0.10.0"
  3972. }
  3973. },
  3974. "node_modules/execa": {
  3975. "version": "9.6.0",
  3976. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.0.tgz",
  3977. "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
  3978. "dev": true,
  3979. "license": "MIT",
  3980. "dependencies": {
  3981. "@sindresorhus/merge-streams": "^4.0.0",
  3982. "cross-spawn": "^7.0.6",
  3983. "figures": "^6.1.0",
  3984. "get-stream": "^9.0.0",
  3985. "human-signals": "^8.0.1",
  3986. "is-plain-obj": "^4.1.0",
  3987. "is-stream": "^4.0.1",
  3988. "npm-run-path": "^6.0.0",
  3989. "pretty-ms": "^9.2.0",
  3990. "signal-exit": "^4.1.0",
  3991. "strip-final-newline": "^4.0.0",
  3992. "yoctocolors": "^2.1.1"
  3993. },
  3994. "engines": {
  3995. "node": "^18.19.0 || >=20.5.0"
  3996. },
  3997. "funding": {
  3998. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3999. }
  4000. },
  4001. "node_modules/exsolve": {
  4002. "version": "1.0.7",
  4003. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.7.tgz",
  4004. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  4005. "dev": true,
  4006. "license": "MIT"
  4007. },
  4008. "node_modules/fast-deep-equal": {
  4009. "version": "3.1.3",
  4010. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4011. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4012. "dev": true,
  4013. "license": "MIT"
  4014. },
  4015. "node_modules/fast-diff": {
  4016. "version": "1.3.0",
  4017. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
  4018. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  4019. "dev": true,
  4020. "license": "Apache-2.0"
  4021. },
  4022. "node_modules/fast-glob": {
  4023. "version": "3.3.3",
  4024. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  4025. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  4026. "dev": true,
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "@nodelib/fs.stat": "^2.0.2",
  4030. "@nodelib/fs.walk": "^1.2.3",
  4031. "glob-parent": "^5.1.2",
  4032. "merge2": "^1.3.0",
  4033. "micromatch": "^4.0.8"
  4034. },
  4035. "engines": {
  4036. "node": ">=8.6.0"
  4037. }
  4038. },
  4039. "node_modules/fast-glob/node_modules/glob-parent": {
  4040. "version": "5.1.2",
  4041. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  4042. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4043. "dev": true,
  4044. "license": "ISC",
  4045. "dependencies": {
  4046. "is-glob": "^4.0.1"
  4047. },
  4048. "engines": {
  4049. "node": ">= 6"
  4050. }
  4051. },
  4052. "node_modules/fast-json-stable-stringify": {
  4053. "version": "2.1.0",
  4054. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4055. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4056. "dev": true,
  4057. "license": "MIT"
  4058. },
  4059. "node_modules/fast-levenshtein": {
  4060. "version": "2.0.6",
  4061. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4062. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4063. "dev": true,
  4064. "license": "MIT"
  4065. },
  4066. "node_modules/fastq": {
  4067. "version": "1.19.1",
  4068. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  4069. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  4070. "dev": true,
  4071. "license": "ISC",
  4072. "dependencies": {
  4073. "reusify": "^1.0.4"
  4074. }
  4075. },
  4076. "node_modules/fflate": {
  4077. "version": "0.8.2",
  4078. "resolved": "https://registry.npmmirror.com/fflate/-/fflate-0.8.2.tgz",
  4079. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  4080. "dev": true,
  4081. "license": "MIT"
  4082. },
  4083. "node_modules/figures": {
  4084. "version": "6.1.0",
  4085. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  4086. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  4087. "dev": true,
  4088. "license": "MIT",
  4089. "dependencies": {
  4090. "is-unicode-supported": "^2.0.0"
  4091. },
  4092. "engines": {
  4093. "node": ">=18"
  4094. },
  4095. "funding": {
  4096. "url": "https://github.com/sponsors/sindresorhus"
  4097. }
  4098. },
  4099. "node_modules/file-entry-cache": {
  4100. "version": "8.0.0",
  4101. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4102. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4103. "dev": true,
  4104. "license": "MIT",
  4105. "dependencies": {
  4106. "flat-cache": "^4.0.0"
  4107. },
  4108. "engines": {
  4109. "node": ">=16.0.0"
  4110. }
  4111. },
  4112. "node_modules/fill-range": {
  4113. "version": "7.1.1",
  4114. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4115. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4116. "dev": true,
  4117. "license": "MIT",
  4118. "dependencies": {
  4119. "to-regex-range": "^5.0.1"
  4120. },
  4121. "engines": {
  4122. "node": ">=8"
  4123. }
  4124. },
  4125. "node_modules/find-up": {
  4126. "version": "5.0.0",
  4127. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  4128. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4129. "dev": true,
  4130. "license": "MIT",
  4131. "dependencies": {
  4132. "locate-path": "^6.0.0",
  4133. "path-exists": "^4.0.0"
  4134. },
  4135. "engines": {
  4136. "node": ">=10"
  4137. },
  4138. "funding": {
  4139. "url": "https://github.com/sponsors/sindresorhus"
  4140. }
  4141. },
  4142. "node_modules/flat-cache": {
  4143. "version": "4.0.1",
  4144. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  4145. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4146. "dev": true,
  4147. "license": "MIT",
  4148. "dependencies": {
  4149. "flatted": "^3.2.9",
  4150. "keyv": "^4.5.4"
  4151. },
  4152. "engines": {
  4153. "node": ">=16"
  4154. }
  4155. },
  4156. "node_modules/flatted": {
  4157. "version": "3.3.3",
  4158. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  4159. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4160. "dev": true,
  4161. "license": "ISC"
  4162. },
  4163. "node_modules/fs-extra": {
  4164. "version": "11.3.0",
  4165. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  4166. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  4167. "dev": true,
  4168. "license": "MIT",
  4169. "dependencies": {
  4170. "graceful-fs": "^4.2.0",
  4171. "jsonfile": "^6.0.1",
  4172. "universalify": "^2.0.0"
  4173. },
  4174. "engines": {
  4175. "node": ">=14.14"
  4176. }
  4177. },
  4178. "node_modules/fsevents": {
  4179. "version": "2.3.3",
  4180. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4181. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4182. "dev": true,
  4183. "hasInstallScript": true,
  4184. "license": "MIT",
  4185. "optional": true,
  4186. "os": [
  4187. "darwin"
  4188. ],
  4189. "engines": {
  4190. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4191. }
  4192. },
  4193. "node_modules/gensync": {
  4194. "version": "1.0.0-beta.2",
  4195. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4196. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4197. "dev": true,
  4198. "license": "MIT",
  4199. "engines": {
  4200. "node": ">=6.9.0"
  4201. }
  4202. },
  4203. "node_modules/get-stream": {
  4204. "version": "9.0.1",
  4205. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  4206. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "dependencies": {
  4210. "@sec-ant/readable-stream": "^0.4.1",
  4211. "is-stream": "^4.0.1"
  4212. },
  4213. "engines": {
  4214. "node": ">=18"
  4215. },
  4216. "funding": {
  4217. "url": "https://github.com/sponsors/sindresorhus"
  4218. }
  4219. },
  4220. "node_modules/glob-parent": {
  4221. "version": "6.0.2",
  4222. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  4223. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4224. "dev": true,
  4225. "license": "ISC",
  4226. "dependencies": {
  4227. "is-glob": "^4.0.3"
  4228. },
  4229. "engines": {
  4230. "node": ">=10.13.0"
  4231. }
  4232. },
  4233. "node_modules/globals": {
  4234. "version": "11.12.0",
  4235. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  4236. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4237. "dev": true,
  4238. "license": "MIT",
  4239. "engines": {
  4240. "node": ">=4"
  4241. }
  4242. },
  4243. "node_modules/graceful-fs": {
  4244. "version": "4.2.11",
  4245. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4246. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4247. "dev": true,
  4248. "license": "ISC"
  4249. },
  4250. "node_modules/graphemer": {
  4251. "version": "1.4.0",
  4252. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  4253. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4254. "dev": true,
  4255. "license": "MIT"
  4256. },
  4257. "node_modules/gzip-size": {
  4258. "version": "6.0.0",
  4259. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
  4260. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  4261. "dev": true,
  4262. "license": "MIT",
  4263. "dependencies": {
  4264. "duplexer": "^0.1.2"
  4265. },
  4266. "engines": {
  4267. "node": ">=10"
  4268. },
  4269. "funding": {
  4270. "url": "https://github.com/sponsors/sindresorhus"
  4271. }
  4272. },
  4273. "node_modules/has-flag": {
  4274. "version": "4.0.0",
  4275. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  4276. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4277. "dev": true,
  4278. "license": "MIT",
  4279. "engines": {
  4280. "node": ">=8"
  4281. }
  4282. },
  4283. "node_modules/he": {
  4284. "version": "1.2.0",
  4285. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  4286. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  4287. "dev": true,
  4288. "license": "MIT",
  4289. "bin": {
  4290. "he": "bin/he"
  4291. }
  4292. },
  4293. "node_modules/hookable": {
  4294. "version": "5.5.3",
  4295. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  4296. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  4297. "license": "MIT"
  4298. },
  4299. "node_modules/human-signals": {
  4300. "version": "8.0.1",
  4301. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  4302. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  4303. "dev": true,
  4304. "license": "Apache-2.0",
  4305. "engines": {
  4306. "node": ">=18.18.0"
  4307. }
  4308. },
  4309. "node_modules/ignore": {
  4310. "version": "5.3.2",
  4311. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  4312. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4313. "dev": true,
  4314. "license": "MIT",
  4315. "engines": {
  4316. "node": ">= 4"
  4317. }
  4318. },
  4319. "node_modules/import-fresh": {
  4320. "version": "3.3.1",
  4321. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  4322. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4323. "dev": true,
  4324. "license": "MIT",
  4325. "dependencies": {
  4326. "parent-module": "^1.0.0",
  4327. "resolve-from": "^4.0.0"
  4328. },
  4329. "engines": {
  4330. "node": ">=6"
  4331. },
  4332. "funding": {
  4333. "url": "https://github.com/sponsors/sindresorhus"
  4334. }
  4335. },
  4336. "node_modules/imurmurhash": {
  4337. "version": "0.1.4",
  4338. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4339. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4340. "dev": true,
  4341. "license": "MIT",
  4342. "engines": {
  4343. "node": ">=0.8.19"
  4344. }
  4345. },
  4346. "node_modules/is-binary-path": {
  4347. "version": "2.1.0",
  4348. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4349. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4350. "dev": true,
  4351. "license": "MIT",
  4352. "dependencies": {
  4353. "binary-extensions": "^2.0.0"
  4354. },
  4355. "engines": {
  4356. "node": ">=8"
  4357. }
  4358. },
  4359. "node_modules/is-docker": {
  4360. "version": "3.0.0",
  4361. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  4362. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  4363. "dev": true,
  4364. "license": "MIT",
  4365. "bin": {
  4366. "is-docker": "cli.js"
  4367. },
  4368. "engines": {
  4369. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4370. },
  4371. "funding": {
  4372. "url": "https://github.com/sponsors/sindresorhus"
  4373. }
  4374. },
  4375. "node_modules/is-extglob": {
  4376. "version": "2.1.1",
  4377. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4378. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4379. "dev": true,
  4380. "license": "MIT",
  4381. "engines": {
  4382. "node": ">=0.10.0"
  4383. }
  4384. },
  4385. "node_modules/is-glob": {
  4386. "version": "4.0.3",
  4387. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4388. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4389. "dev": true,
  4390. "license": "MIT",
  4391. "dependencies": {
  4392. "is-extglob": "^2.1.1"
  4393. },
  4394. "engines": {
  4395. "node": ">=0.10.0"
  4396. }
  4397. },
  4398. "node_modules/is-inside-container": {
  4399. "version": "1.0.0",
  4400. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  4401. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  4402. "dev": true,
  4403. "license": "MIT",
  4404. "dependencies": {
  4405. "is-docker": "^3.0.0"
  4406. },
  4407. "bin": {
  4408. "is-inside-container": "cli.js"
  4409. },
  4410. "engines": {
  4411. "node": ">=14.16"
  4412. },
  4413. "funding": {
  4414. "url": "https://github.com/sponsors/sindresorhus"
  4415. }
  4416. },
  4417. "node_modules/is-number": {
  4418. "version": "7.0.0",
  4419. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  4420. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4421. "dev": true,
  4422. "license": "MIT",
  4423. "engines": {
  4424. "node": ">=0.12.0"
  4425. }
  4426. },
  4427. "node_modules/is-plain-obj": {
  4428. "version": "4.1.0",
  4429. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  4430. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  4431. "dev": true,
  4432. "license": "MIT",
  4433. "engines": {
  4434. "node": ">=12"
  4435. },
  4436. "funding": {
  4437. "url": "https://github.com/sponsors/sindresorhus"
  4438. }
  4439. },
  4440. "node_modules/is-stream": {
  4441. "version": "4.0.1",
  4442. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  4443. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  4444. "dev": true,
  4445. "license": "MIT",
  4446. "engines": {
  4447. "node": ">=18"
  4448. },
  4449. "funding": {
  4450. "url": "https://github.com/sponsors/sindresorhus"
  4451. }
  4452. },
  4453. "node_modules/is-unicode-supported": {
  4454. "version": "2.1.0",
  4455. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  4456. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  4457. "dev": true,
  4458. "license": "MIT",
  4459. "engines": {
  4460. "node": ">=18"
  4461. },
  4462. "funding": {
  4463. "url": "https://github.com/sponsors/sindresorhus"
  4464. }
  4465. },
  4466. "node_modules/is-what": {
  4467. "version": "4.1.16",
  4468. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  4469. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  4470. "license": "MIT",
  4471. "engines": {
  4472. "node": ">=12.13"
  4473. },
  4474. "funding": {
  4475. "url": "https://github.com/sponsors/mesqueeb"
  4476. }
  4477. },
  4478. "node_modules/is-wsl": {
  4479. "version": "3.1.0",
  4480. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  4481. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  4482. "dev": true,
  4483. "license": "MIT",
  4484. "dependencies": {
  4485. "is-inside-container": "^1.0.0"
  4486. },
  4487. "engines": {
  4488. "node": ">=16"
  4489. },
  4490. "funding": {
  4491. "url": "https://github.com/sponsors/sindresorhus"
  4492. }
  4493. },
  4494. "node_modules/isexe": {
  4495. "version": "2.0.0",
  4496. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  4497. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4498. "dev": true,
  4499. "license": "ISC"
  4500. },
  4501. "node_modules/jiti": {
  4502. "version": "2.4.2",
  4503. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  4504. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  4505. "dev": true,
  4506. "license": "MIT",
  4507. "bin": {
  4508. "jiti": "lib/jiti-cli.mjs"
  4509. }
  4510. },
  4511. "node_modules/js-tokens": {
  4512. "version": "4.0.0",
  4513. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4514. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4515. "dev": true,
  4516. "license": "MIT"
  4517. },
  4518. "node_modules/js-yaml": {
  4519. "version": "4.1.0",
  4520. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  4521. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4522. "dev": true,
  4523. "license": "MIT",
  4524. "dependencies": {
  4525. "argparse": "^2.0.1"
  4526. },
  4527. "bin": {
  4528. "js-yaml": "bin/js-yaml.js"
  4529. }
  4530. },
  4531. "node_modules/jsesc": {
  4532. "version": "3.1.0",
  4533. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  4534. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4535. "dev": true,
  4536. "license": "MIT",
  4537. "bin": {
  4538. "jsesc": "bin/jsesc"
  4539. },
  4540. "engines": {
  4541. "node": ">=6"
  4542. }
  4543. },
  4544. "node_modules/json-buffer": {
  4545. "version": "3.0.1",
  4546. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  4547. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4548. "dev": true,
  4549. "license": "MIT"
  4550. },
  4551. "node_modules/json-parse-even-better-errors": {
  4552. "version": "4.0.0",
  4553. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  4554. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  4555. "dev": true,
  4556. "license": "MIT",
  4557. "engines": {
  4558. "node": "^18.17.0 || >=20.5.0"
  4559. }
  4560. },
  4561. "node_modules/json-schema-traverse": {
  4562. "version": "0.4.1",
  4563. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4564. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4565. "dev": true,
  4566. "license": "MIT"
  4567. },
  4568. "node_modules/json-stable-stringify-without-jsonify": {
  4569. "version": "1.0.1",
  4570. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4571. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4572. "dev": true,
  4573. "license": "MIT"
  4574. },
  4575. "node_modules/json5": {
  4576. "version": "2.2.3",
  4577. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  4578. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4579. "dev": true,
  4580. "license": "MIT",
  4581. "bin": {
  4582. "json5": "lib/cli.js"
  4583. },
  4584. "engines": {
  4585. "node": ">=6"
  4586. }
  4587. },
  4588. "node_modules/jsonfile": {
  4589. "version": "6.1.0",
  4590. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  4591. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  4592. "dev": true,
  4593. "license": "MIT",
  4594. "dependencies": {
  4595. "universalify": "^2.0.0"
  4596. },
  4597. "optionalDependencies": {
  4598. "graceful-fs": "^4.1.6"
  4599. }
  4600. },
  4601. "node_modules/keyv": {
  4602. "version": "4.5.4",
  4603. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  4604. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4605. "dev": true,
  4606. "license": "MIT",
  4607. "dependencies": {
  4608. "json-buffer": "3.0.1"
  4609. }
  4610. },
  4611. "node_modules/kolorist": {
  4612. "version": "1.8.0",
  4613. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  4614. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  4615. "dev": true,
  4616. "license": "MIT"
  4617. },
  4618. "node_modules/levn": {
  4619. "version": "0.4.1",
  4620. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  4621. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4622. "dev": true,
  4623. "license": "MIT",
  4624. "dependencies": {
  4625. "prelude-ls": "^1.2.1",
  4626. "type-check": "~0.4.0"
  4627. },
  4628. "engines": {
  4629. "node": ">= 0.8.0"
  4630. }
  4631. },
  4632. "node_modules/local-pkg": {
  4633. "version": "1.1.1",
  4634. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  4635. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  4636. "dev": true,
  4637. "license": "MIT",
  4638. "dependencies": {
  4639. "mlly": "^1.7.4",
  4640. "pkg-types": "^2.0.1",
  4641. "quansync": "^0.2.8"
  4642. },
  4643. "engines": {
  4644. "node": ">=14"
  4645. },
  4646. "funding": {
  4647. "url": "https://github.com/sponsors/antfu"
  4648. }
  4649. },
  4650. "node_modules/locate-path": {
  4651. "version": "6.0.0",
  4652. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  4653. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4654. "dev": true,
  4655. "license": "MIT",
  4656. "dependencies": {
  4657. "p-locate": "^5.0.0"
  4658. },
  4659. "engines": {
  4660. "node": ">=10"
  4661. },
  4662. "funding": {
  4663. "url": "https://github.com/sponsors/sindresorhus"
  4664. }
  4665. },
  4666. "node_modules/lodash": {
  4667. "version": "4.17.21",
  4668. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  4669. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  4670. "license": "MIT"
  4671. },
  4672. "node_modules/lodash-es": {
  4673. "version": "4.17.21",
  4674. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  4675. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  4676. "license": "MIT"
  4677. },
  4678. "node_modules/lodash-unified": {
  4679. "version": "1.0.3",
  4680. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  4681. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  4682. "license": "MIT",
  4683. "peerDependencies": {
  4684. "@types/lodash-es": "*",
  4685. "lodash": "*",
  4686. "lodash-es": "*"
  4687. }
  4688. },
  4689. "node_modules/lodash.merge": {
  4690. "version": "4.6.2",
  4691. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4692. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4693. "dev": true,
  4694. "license": "MIT"
  4695. },
  4696. "node_modules/lru-cache": {
  4697. "version": "5.1.1",
  4698. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  4699. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4700. "dev": true,
  4701. "license": "ISC",
  4702. "dependencies": {
  4703. "yallist": "^3.0.2"
  4704. }
  4705. },
  4706. "node_modules/magic-string": {
  4707. "version": "0.30.17",
  4708. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  4709. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  4710. "license": "MIT",
  4711. "dependencies": {
  4712. "@jridgewell/sourcemap-codec": "^1.5.0"
  4713. }
  4714. },
  4715. "node_modules/mdn-data": {
  4716. "version": "2.12.2",
  4717. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  4718. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  4719. "dev": true,
  4720. "license": "CC0-1.0"
  4721. },
  4722. "node_modules/memoize-one": {
  4723. "version": "6.0.0",
  4724. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  4725. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  4726. "license": "MIT"
  4727. },
  4728. "node_modules/memorystream": {
  4729. "version": "0.3.1",
  4730. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  4731. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  4732. "dev": true,
  4733. "engines": {
  4734. "node": ">= 0.10.0"
  4735. }
  4736. },
  4737. "node_modules/merge2": {
  4738. "version": "1.4.1",
  4739. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  4740. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4741. "dev": true,
  4742. "license": "MIT",
  4743. "engines": {
  4744. "node": ">= 8"
  4745. }
  4746. },
  4747. "node_modules/meshoptimizer": {
  4748. "version": "0.18.1",
  4749. "resolved": "https://registry.npmmirror.com/meshoptimizer/-/meshoptimizer-0.18.1.tgz",
  4750. "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==",
  4751. "dev": true,
  4752. "license": "MIT"
  4753. },
  4754. "node_modules/micromatch": {
  4755. "version": "4.0.8",
  4756. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  4757. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4758. "dev": true,
  4759. "license": "MIT",
  4760. "dependencies": {
  4761. "braces": "^3.0.3",
  4762. "picomatch": "^2.3.1"
  4763. },
  4764. "engines": {
  4765. "node": ">=8.6"
  4766. }
  4767. },
  4768. "node_modules/minimatch": {
  4769. "version": "9.0.5",
  4770. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  4771. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  4772. "dev": true,
  4773. "license": "ISC",
  4774. "dependencies": {
  4775. "brace-expansion": "^2.0.1"
  4776. },
  4777. "engines": {
  4778. "node": ">=16 || 14 >=14.17"
  4779. },
  4780. "funding": {
  4781. "url": "https://github.com/sponsors/isaacs"
  4782. }
  4783. },
  4784. "node_modules/mitt": {
  4785. "version": "3.0.1",
  4786. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  4787. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  4788. "license": "MIT"
  4789. },
  4790. "node_modules/mlly": {
  4791. "version": "1.7.4",
  4792. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  4793. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  4794. "dev": true,
  4795. "license": "MIT",
  4796. "dependencies": {
  4797. "acorn": "^8.14.0",
  4798. "pathe": "^2.0.1",
  4799. "pkg-types": "^1.3.0",
  4800. "ufo": "^1.5.4"
  4801. }
  4802. },
  4803. "node_modules/mlly/node_modules/confbox": {
  4804. "version": "0.1.8",
  4805. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  4806. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  4807. "dev": true,
  4808. "license": "MIT"
  4809. },
  4810. "node_modules/mlly/node_modules/pkg-types": {
  4811. "version": "1.3.1",
  4812. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  4813. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  4814. "dev": true,
  4815. "license": "MIT",
  4816. "dependencies": {
  4817. "confbox": "^0.1.8",
  4818. "mlly": "^1.7.4",
  4819. "pathe": "^2.0.1"
  4820. }
  4821. },
  4822. "node_modules/mrmime": {
  4823. "version": "2.0.1",
  4824. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  4825. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  4826. "dev": true,
  4827. "license": "MIT",
  4828. "engines": {
  4829. "node": ">=10"
  4830. }
  4831. },
  4832. "node_modules/ms": {
  4833. "version": "2.1.3",
  4834. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  4835. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4836. "dev": true,
  4837. "license": "MIT"
  4838. },
  4839. "node_modules/muggle-string": {
  4840. "version": "0.4.1",
  4841. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  4842. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  4843. "dev": true,
  4844. "license": "MIT"
  4845. },
  4846. "node_modules/nanoid": {
  4847. "version": "3.3.11",
  4848. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  4849. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4850. "funding": [
  4851. {
  4852. "type": "github",
  4853. "url": "https://github.com/sponsors/ai"
  4854. }
  4855. ],
  4856. "license": "MIT",
  4857. "bin": {
  4858. "nanoid": "bin/nanoid.cjs"
  4859. },
  4860. "engines": {
  4861. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4862. }
  4863. },
  4864. "node_modules/natural-compare": {
  4865. "version": "1.4.0",
  4866. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  4867. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4868. "dev": true,
  4869. "license": "MIT"
  4870. },
  4871. "node_modules/node-fetch-native": {
  4872. "version": "1.6.6",
  4873. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  4874. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  4875. "dev": true,
  4876. "license": "MIT"
  4877. },
  4878. "node_modules/node-releases": {
  4879. "version": "2.0.19",
  4880. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  4881. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  4882. "dev": true,
  4883. "license": "MIT"
  4884. },
  4885. "node_modules/normalize-path": {
  4886. "version": "3.0.0",
  4887. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  4888. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4889. "dev": true,
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=0.10.0"
  4893. }
  4894. },
  4895. "node_modules/normalize-wheel-es": {
  4896. "version": "1.2.0",
  4897. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  4898. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  4899. "license": "BSD-3-Clause"
  4900. },
  4901. "node_modules/npm-normalize-package-bin": {
  4902. "version": "4.0.0",
  4903. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  4904. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  4905. "dev": true,
  4906. "license": "ISC",
  4907. "engines": {
  4908. "node": "^18.17.0 || >=20.5.0"
  4909. }
  4910. },
  4911. "node_modules/npm-run-all2": {
  4912. "version": "7.0.2",
  4913. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  4914. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  4915. "dev": true,
  4916. "license": "MIT",
  4917. "dependencies": {
  4918. "ansi-styles": "^6.2.1",
  4919. "cross-spawn": "^7.0.6",
  4920. "memorystream": "^0.3.1",
  4921. "minimatch": "^9.0.0",
  4922. "pidtree": "^0.6.0",
  4923. "read-package-json-fast": "^4.0.0",
  4924. "shell-quote": "^1.7.3",
  4925. "which": "^5.0.0"
  4926. },
  4927. "bin": {
  4928. "npm-run-all": "bin/npm-run-all/index.js",
  4929. "npm-run-all2": "bin/npm-run-all/index.js",
  4930. "run-p": "bin/run-p/index.js",
  4931. "run-s": "bin/run-s/index.js"
  4932. },
  4933. "engines": {
  4934. "node": "^18.17.0 || >=20.5.0",
  4935. "npm": ">= 9"
  4936. }
  4937. },
  4938. "node_modules/npm-run-all2/node_modules/ansi-styles": {
  4939. "version": "6.2.1",
  4940. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  4941. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  4942. "dev": true,
  4943. "license": "MIT",
  4944. "engines": {
  4945. "node": ">=12"
  4946. },
  4947. "funding": {
  4948. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4949. }
  4950. },
  4951. "node_modules/npm-run-all2/node_modules/isexe": {
  4952. "version": "3.1.1",
  4953. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  4954. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  4955. "dev": true,
  4956. "license": "ISC",
  4957. "engines": {
  4958. "node": ">=16"
  4959. }
  4960. },
  4961. "node_modules/npm-run-all2/node_modules/which": {
  4962. "version": "5.0.0",
  4963. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  4964. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  4965. "dev": true,
  4966. "license": "ISC",
  4967. "dependencies": {
  4968. "isexe": "^3.1.1"
  4969. },
  4970. "bin": {
  4971. "node-which": "bin/which.js"
  4972. },
  4973. "engines": {
  4974. "node": "^18.17.0 || >=20.5.0"
  4975. }
  4976. },
  4977. "node_modules/npm-run-path": {
  4978. "version": "6.0.0",
  4979. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  4980. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  4981. "dev": true,
  4982. "license": "MIT",
  4983. "dependencies": {
  4984. "path-key": "^4.0.0",
  4985. "unicorn-magic": "^0.3.0"
  4986. },
  4987. "engines": {
  4988. "node": ">=18"
  4989. },
  4990. "funding": {
  4991. "url": "https://github.com/sponsors/sindresorhus"
  4992. }
  4993. },
  4994. "node_modules/npm-run-path/node_modules/path-key": {
  4995. "version": "4.0.0",
  4996. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  4997. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  4998. "dev": true,
  4999. "license": "MIT",
  5000. "engines": {
  5001. "node": ">=12"
  5002. },
  5003. "funding": {
  5004. "url": "https://github.com/sponsors/sindresorhus"
  5005. }
  5006. },
  5007. "node_modules/nth-check": {
  5008. "version": "2.1.1",
  5009. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  5010. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5011. "dev": true,
  5012. "license": "BSD-2-Clause",
  5013. "dependencies": {
  5014. "boolbase": "^1.0.0"
  5015. },
  5016. "funding": {
  5017. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5018. }
  5019. },
  5020. "node_modules/ofetch": {
  5021. "version": "1.4.1",
  5022. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz",
  5023. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  5024. "dev": true,
  5025. "license": "MIT",
  5026. "dependencies": {
  5027. "destr": "^2.0.3",
  5028. "node-fetch-native": "^1.6.4",
  5029. "ufo": "^1.5.4"
  5030. }
  5031. },
  5032. "node_modules/open": {
  5033. "version": "10.1.2",
  5034. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.2.tgz",
  5035. "integrity": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==",
  5036. "dev": true,
  5037. "license": "MIT",
  5038. "dependencies": {
  5039. "default-browser": "^5.2.1",
  5040. "define-lazy-prop": "^3.0.0",
  5041. "is-inside-container": "^1.0.0",
  5042. "is-wsl": "^3.1.0"
  5043. },
  5044. "engines": {
  5045. "node": ">=18"
  5046. },
  5047. "funding": {
  5048. "url": "https://github.com/sponsors/sindresorhus"
  5049. }
  5050. },
  5051. "node_modules/optionator": {
  5052. "version": "0.9.4",
  5053. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  5054. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5055. "dev": true,
  5056. "license": "MIT",
  5057. "dependencies": {
  5058. "deep-is": "^0.1.3",
  5059. "fast-levenshtein": "^2.0.6",
  5060. "levn": "^0.4.1",
  5061. "prelude-ls": "^1.2.1",
  5062. "type-check": "^0.4.0",
  5063. "word-wrap": "^1.2.5"
  5064. },
  5065. "engines": {
  5066. "node": ">= 0.8.0"
  5067. }
  5068. },
  5069. "node_modules/p-limit": {
  5070. "version": "3.1.0",
  5071. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  5072. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5073. "dev": true,
  5074. "license": "MIT",
  5075. "dependencies": {
  5076. "yocto-queue": "^0.1.0"
  5077. },
  5078. "engines": {
  5079. "node": ">=10"
  5080. },
  5081. "funding": {
  5082. "url": "https://github.com/sponsors/sindresorhus"
  5083. }
  5084. },
  5085. "node_modules/p-locate": {
  5086. "version": "5.0.0",
  5087. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  5088. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5089. "dev": true,
  5090. "license": "MIT",
  5091. "dependencies": {
  5092. "p-limit": "^3.0.2"
  5093. },
  5094. "engines": {
  5095. "node": ">=10"
  5096. },
  5097. "funding": {
  5098. "url": "https://github.com/sponsors/sindresorhus"
  5099. }
  5100. },
  5101. "node_modules/package-manager-detector": {
  5102. "version": "1.3.0",
  5103. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  5104. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  5105. "dev": true,
  5106. "license": "MIT"
  5107. },
  5108. "node_modules/parent-module": {
  5109. "version": "1.0.1",
  5110. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  5111. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5112. "dev": true,
  5113. "license": "MIT",
  5114. "dependencies": {
  5115. "callsites": "^3.0.0"
  5116. },
  5117. "engines": {
  5118. "node": ">=6"
  5119. }
  5120. },
  5121. "node_modules/parse-ms": {
  5122. "version": "4.0.0",
  5123. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  5124. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "engines": {
  5128. "node": ">=18"
  5129. },
  5130. "funding": {
  5131. "url": "https://github.com/sponsors/sindresorhus"
  5132. }
  5133. },
  5134. "node_modules/path-browserify": {
  5135. "version": "1.0.1",
  5136. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  5137. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  5138. "dev": true,
  5139. "license": "MIT"
  5140. },
  5141. "node_modules/path-exists": {
  5142. "version": "4.0.0",
  5143. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  5144. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5145. "dev": true,
  5146. "license": "MIT",
  5147. "engines": {
  5148. "node": ">=8"
  5149. }
  5150. },
  5151. "node_modules/path-key": {
  5152. "version": "3.1.1",
  5153. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  5154. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5155. "dev": true,
  5156. "license": "MIT",
  5157. "engines": {
  5158. "node": ">=8"
  5159. }
  5160. },
  5161. "node_modules/pathe": {
  5162. "version": "2.0.3",
  5163. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  5164. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5165. "dev": true,
  5166. "license": "MIT"
  5167. },
  5168. "node_modules/perfect-debounce": {
  5169. "version": "1.0.0",
  5170. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  5171. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  5172. "license": "MIT"
  5173. },
  5174. "node_modules/picocolors": {
  5175. "version": "1.1.1",
  5176. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  5177. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5178. "license": "ISC"
  5179. },
  5180. "node_modules/picomatch": {
  5181. "version": "2.3.1",
  5182. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5183. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5184. "dev": true,
  5185. "license": "MIT",
  5186. "engines": {
  5187. "node": ">=8.6"
  5188. },
  5189. "funding": {
  5190. "url": "https://github.com/sponsors/jonschlinkert"
  5191. }
  5192. },
  5193. "node_modules/pidtree": {
  5194. "version": "0.6.0",
  5195. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  5196. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  5197. "dev": true,
  5198. "license": "MIT",
  5199. "bin": {
  5200. "pidtree": "bin/pidtree.js"
  5201. },
  5202. "engines": {
  5203. "node": ">=0.10"
  5204. }
  5205. },
  5206. "node_modules/pinia": {
  5207. "version": "3.0.3",
  5208. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  5209. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  5210. "license": "MIT",
  5211. "dependencies": {
  5212. "@vue/devtools-api": "^7.7.2"
  5213. },
  5214. "funding": {
  5215. "url": "https://github.com/sponsors/posva"
  5216. },
  5217. "peerDependencies": {
  5218. "typescript": ">=4.4.4",
  5219. "vue": "^2.7.0 || ^3.5.11"
  5220. },
  5221. "peerDependenciesMeta": {
  5222. "typescript": {
  5223. "optional": true
  5224. }
  5225. }
  5226. },
  5227. "node_modules/pkg-types": {
  5228. "version": "2.1.0",
  5229. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  5230. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  5231. "dev": true,
  5232. "license": "MIT",
  5233. "dependencies": {
  5234. "confbox": "^0.2.1",
  5235. "exsolve": "^1.0.1",
  5236. "pathe": "^2.0.3"
  5237. }
  5238. },
  5239. "node_modules/postcss": {
  5240. "version": "8.5.6",
  5241. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  5242. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5243. "funding": [
  5244. {
  5245. "type": "opencollective",
  5246. "url": "https://opencollective.com/postcss/"
  5247. },
  5248. {
  5249. "type": "tidelift",
  5250. "url": "https://tidelift.com/funding/github/npm/postcss"
  5251. },
  5252. {
  5253. "type": "github",
  5254. "url": "https://github.com/sponsors/ai"
  5255. }
  5256. ],
  5257. "license": "MIT",
  5258. "dependencies": {
  5259. "nanoid": "^3.3.11",
  5260. "picocolors": "^1.1.1",
  5261. "source-map-js": "^1.2.1"
  5262. },
  5263. "engines": {
  5264. "node": "^10 || ^12 || >=14"
  5265. }
  5266. },
  5267. "node_modules/postcss-selector-parser": {
  5268. "version": "6.1.2",
  5269. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5270. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5271. "dev": true,
  5272. "license": "MIT",
  5273. "dependencies": {
  5274. "cssesc": "^3.0.0",
  5275. "util-deprecate": "^1.0.2"
  5276. },
  5277. "engines": {
  5278. "node": ">=4"
  5279. }
  5280. },
  5281. "node_modules/prelude-ls": {
  5282. "version": "1.2.1",
  5283. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5284. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5285. "dev": true,
  5286. "license": "MIT",
  5287. "engines": {
  5288. "node": ">= 0.8.0"
  5289. }
  5290. },
  5291. "node_modules/prettier": {
  5292. "version": "3.5.3",
  5293. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.5.3.tgz",
  5294. "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
  5295. "dev": true,
  5296. "license": "MIT",
  5297. "bin": {
  5298. "prettier": "bin/prettier.cjs"
  5299. },
  5300. "engines": {
  5301. "node": ">=14"
  5302. },
  5303. "funding": {
  5304. "url": "https://github.com/prettier/prettier?sponsor=1"
  5305. }
  5306. },
  5307. "node_modules/prettier-linter-helpers": {
  5308. "version": "1.0.0",
  5309. "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  5310. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "fast-diff": "^1.1.2"
  5315. },
  5316. "engines": {
  5317. "node": ">=6.0.0"
  5318. }
  5319. },
  5320. "node_modules/pretty-ms": {
  5321. "version": "9.2.0",
  5322. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  5323. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  5324. "dev": true,
  5325. "license": "MIT",
  5326. "dependencies": {
  5327. "parse-ms": "^4.0.0"
  5328. },
  5329. "engines": {
  5330. "node": ">=18"
  5331. },
  5332. "funding": {
  5333. "url": "https://github.com/sponsors/sindresorhus"
  5334. }
  5335. },
  5336. "node_modules/punycode": {
  5337. "version": "2.3.1",
  5338. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  5339. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5340. "dev": true,
  5341. "license": "MIT",
  5342. "engines": {
  5343. "node": ">=6"
  5344. }
  5345. },
  5346. "node_modules/quansync": {
  5347. "version": "0.2.10",
  5348. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
  5349. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  5350. "dev": true,
  5351. "funding": [
  5352. {
  5353. "type": "individual",
  5354. "url": "https://github.com/sponsors/antfu"
  5355. },
  5356. {
  5357. "type": "individual",
  5358. "url": "https://github.com/sponsors/sxzz"
  5359. }
  5360. ],
  5361. "license": "MIT"
  5362. },
  5363. "node_modules/queue-microtask": {
  5364. "version": "1.2.3",
  5365. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5366. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5367. "dev": true,
  5368. "funding": [
  5369. {
  5370. "type": "github",
  5371. "url": "https://github.com/sponsors/feross"
  5372. },
  5373. {
  5374. "type": "patreon",
  5375. "url": "https://www.patreon.com/feross"
  5376. },
  5377. {
  5378. "type": "consulting",
  5379. "url": "https://feross.org/support"
  5380. }
  5381. ],
  5382. "license": "MIT"
  5383. },
  5384. "node_modules/read-package-json-fast": {
  5385. "version": "4.0.0",
  5386. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  5387. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  5388. "dev": true,
  5389. "license": "ISC",
  5390. "dependencies": {
  5391. "json-parse-even-better-errors": "^4.0.0",
  5392. "npm-normalize-package-bin": "^4.0.0"
  5393. },
  5394. "engines": {
  5395. "node": "^18.17.0 || >=20.5.0"
  5396. }
  5397. },
  5398. "node_modules/readdirp": {
  5399. "version": "3.6.0",
  5400. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  5401. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5402. "dev": true,
  5403. "license": "MIT",
  5404. "dependencies": {
  5405. "picomatch": "^2.2.1"
  5406. },
  5407. "engines": {
  5408. "node": ">=8.10.0"
  5409. }
  5410. },
  5411. "node_modules/resolve-from": {
  5412. "version": "4.0.0",
  5413. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  5414. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5415. "dev": true,
  5416. "license": "MIT",
  5417. "engines": {
  5418. "node": ">=4"
  5419. }
  5420. },
  5421. "node_modules/reusify": {
  5422. "version": "1.1.0",
  5423. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  5424. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5425. "dev": true,
  5426. "license": "MIT",
  5427. "engines": {
  5428. "iojs": ">=1.0.0",
  5429. "node": ">=0.10.0"
  5430. }
  5431. },
  5432. "node_modules/rfdc": {
  5433. "version": "1.4.1",
  5434. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  5435. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  5436. "license": "MIT"
  5437. },
  5438. "node_modules/rollup": {
  5439. "version": "4.44.0",
  5440. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.0.tgz",
  5441. "integrity": "sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==",
  5442. "dev": true,
  5443. "license": "MIT",
  5444. "dependencies": {
  5445. "@types/estree": "1.0.8"
  5446. },
  5447. "bin": {
  5448. "rollup": "dist/bin/rollup"
  5449. },
  5450. "engines": {
  5451. "node": ">=18.0.0",
  5452. "npm": ">=8.0.0"
  5453. },
  5454. "optionalDependencies": {
  5455. "@rollup/rollup-android-arm-eabi": "4.44.0",
  5456. "@rollup/rollup-android-arm64": "4.44.0",
  5457. "@rollup/rollup-darwin-arm64": "4.44.0",
  5458. "@rollup/rollup-darwin-x64": "4.44.0",
  5459. "@rollup/rollup-freebsd-arm64": "4.44.0",
  5460. "@rollup/rollup-freebsd-x64": "4.44.0",
  5461. "@rollup/rollup-linux-arm-gnueabihf": "4.44.0",
  5462. "@rollup/rollup-linux-arm-musleabihf": "4.44.0",
  5463. "@rollup/rollup-linux-arm64-gnu": "4.44.0",
  5464. "@rollup/rollup-linux-arm64-musl": "4.44.0",
  5465. "@rollup/rollup-linux-loongarch64-gnu": "4.44.0",
  5466. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.0",
  5467. "@rollup/rollup-linux-riscv64-gnu": "4.44.0",
  5468. "@rollup/rollup-linux-riscv64-musl": "4.44.0",
  5469. "@rollup/rollup-linux-s390x-gnu": "4.44.0",
  5470. "@rollup/rollup-linux-x64-gnu": "4.44.0",
  5471. "@rollup/rollup-linux-x64-musl": "4.44.0",
  5472. "@rollup/rollup-win32-arm64-msvc": "4.44.0",
  5473. "@rollup/rollup-win32-ia32-msvc": "4.44.0",
  5474. "@rollup/rollup-win32-x64-msvc": "4.44.0",
  5475. "fsevents": "~2.3.2"
  5476. }
  5477. },
  5478. "node_modules/run-applescript": {
  5479. "version": "7.0.0",
  5480. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  5481. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  5482. "dev": true,
  5483. "license": "MIT",
  5484. "engines": {
  5485. "node": ">=18"
  5486. },
  5487. "funding": {
  5488. "url": "https://github.com/sponsors/sindresorhus"
  5489. }
  5490. },
  5491. "node_modules/run-parallel": {
  5492. "version": "1.2.0",
  5493. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  5494. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5495. "dev": true,
  5496. "funding": [
  5497. {
  5498. "type": "github",
  5499. "url": "https://github.com/sponsors/feross"
  5500. },
  5501. {
  5502. "type": "patreon",
  5503. "url": "https://www.patreon.com/feross"
  5504. },
  5505. {
  5506. "type": "consulting",
  5507. "url": "https://feross.org/support"
  5508. }
  5509. ],
  5510. "license": "MIT",
  5511. "dependencies": {
  5512. "queue-microtask": "^1.2.2"
  5513. }
  5514. },
  5515. "node_modules/scule": {
  5516. "version": "1.3.0",
  5517. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  5518. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  5519. "dev": true,
  5520. "license": "MIT"
  5521. },
  5522. "node_modules/semver": {
  5523. "version": "6.3.1",
  5524. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5525. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5526. "dev": true,
  5527. "license": "ISC",
  5528. "bin": {
  5529. "semver": "bin/semver.js"
  5530. }
  5531. },
  5532. "node_modules/shebang-command": {
  5533. "version": "2.0.0",
  5534. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  5535. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5536. "dev": true,
  5537. "license": "MIT",
  5538. "dependencies": {
  5539. "shebang-regex": "^3.0.0"
  5540. },
  5541. "engines": {
  5542. "node": ">=8"
  5543. }
  5544. },
  5545. "node_modules/shebang-regex": {
  5546. "version": "3.0.0",
  5547. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5548. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5549. "dev": true,
  5550. "license": "MIT",
  5551. "engines": {
  5552. "node": ">=8"
  5553. }
  5554. },
  5555. "node_modules/shell-quote": {
  5556. "version": "1.8.3",
  5557. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  5558. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  5559. "dev": true,
  5560. "license": "MIT",
  5561. "engines": {
  5562. "node": ">= 0.4"
  5563. },
  5564. "funding": {
  5565. "url": "https://github.com/sponsors/ljharb"
  5566. }
  5567. },
  5568. "node_modules/signal-exit": {
  5569. "version": "4.1.0",
  5570. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  5571. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5572. "dev": true,
  5573. "license": "ISC",
  5574. "engines": {
  5575. "node": ">=14"
  5576. },
  5577. "funding": {
  5578. "url": "https://github.com/sponsors/isaacs"
  5579. }
  5580. },
  5581. "node_modules/sirv": {
  5582. "version": "3.0.1",
  5583. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  5584. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  5585. "dev": true,
  5586. "license": "MIT",
  5587. "dependencies": {
  5588. "@polka/url": "^1.0.0-next.24",
  5589. "mrmime": "^2.0.0",
  5590. "totalist": "^3.0.0"
  5591. },
  5592. "engines": {
  5593. "node": ">=18"
  5594. }
  5595. },
  5596. "node_modules/source-map-js": {
  5597. "version": "1.2.1",
  5598. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  5599. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5600. "license": "BSD-3-Clause",
  5601. "engines": {
  5602. "node": ">=0.10.0"
  5603. }
  5604. },
  5605. "node_modules/speakingurl": {
  5606. "version": "14.0.1",
  5607. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  5608. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  5609. "license": "BSD-3-Clause",
  5610. "engines": {
  5611. "node": ">=0.10.0"
  5612. }
  5613. },
  5614. "node_modules/strip-final-newline": {
  5615. "version": "4.0.0",
  5616. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  5617. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  5618. "dev": true,
  5619. "license": "MIT",
  5620. "engines": {
  5621. "node": ">=18"
  5622. },
  5623. "funding": {
  5624. "url": "https://github.com/sponsors/sindresorhus"
  5625. }
  5626. },
  5627. "node_modules/strip-json-comments": {
  5628. "version": "3.1.1",
  5629. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5630. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5631. "dev": true,
  5632. "license": "MIT",
  5633. "engines": {
  5634. "node": ">=8"
  5635. },
  5636. "funding": {
  5637. "url": "https://github.com/sponsors/sindresorhus"
  5638. }
  5639. },
  5640. "node_modules/strip-literal": {
  5641. "version": "3.0.0",
  5642. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  5643. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  5644. "dev": true,
  5645. "license": "MIT",
  5646. "dependencies": {
  5647. "js-tokens": "^9.0.1"
  5648. },
  5649. "funding": {
  5650. "url": "https://github.com/sponsors/antfu"
  5651. }
  5652. },
  5653. "node_modules/strip-literal/node_modules/js-tokens": {
  5654. "version": "9.0.1",
  5655. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  5656. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  5657. "dev": true,
  5658. "license": "MIT"
  5659. },
  5660. "node_modules/superjson": {
  5661. "version": "2.2.2",
  5662. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  5663. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  5664. "license": "MIT",
  5665. "dependencies": {
  5666. "copy-anything": "^3.0.2"
  5667. },
  5668. "engines": {
  5669. "node": ">=16"
  5670. }
  5671. },
  5672. "node_modules/supports-color": {
  5673. "version": "7.2.0",
  5674. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  5675. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5676. "dev": true,
  5677. "license": "MIT",
  5678. "dependencies": {
  5679. "has-flag": "^4.0.0"
  5680. },
  5681. "engines": {
  5682. "node": ">=8"
  5683. }
  5684. },
  5685. "node_modules/synckit": {
  5686. "version": "0.11.8",
  5687. "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.11.8.tgz",
  5688. "integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
  5689. "dev": true,
  5690. "license": "MIT",
  5691. "dependencies": {
  5692. "@pkgr/core": "^0.2.4"
  5693. },
  5694. "engines": {
  5695. "node": "^14.18.0 || >=16.0.0"
  5696. },
  5697. "funding": {
  5698. "url": "https://opencollective.com/synckit"
  5699. }
  5700. },
  5701. "node_modules/three": {
  5702. "version": "0.177.0",
  5703. "resolved": "https://registry.npmmirror.com/three/-/three-0.177.0.tgz",
  5704. "integrity": "sha512-EiXv5/qWAaGI+Vz2A+JfavwYCMdGjxVsrn3oBwllUoqYeaBO75J63ZfyaQKoiLrqNHoTlUc6PFgMXnS0kI45zg==",
  5705. "license": "MIT"
  5706. },
  5707. "node_modules/tinyexec": {
  5708. "version": "1.0.1",
  5709. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.1.tgz",
  5710. "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
  5711. "dev": true,
  5712. "license": "MIT"
  5713. },
  5714. "node_modules/tinyglobby": {
  5715. "version": "0.2.14",
  5716. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  5717. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  5718. "dev": true,
  5719. "license": "MIT",
  5720. "dependencies": {
  5721. "fdir": "^6.4.4",
  5722. "picomatch": "^4.0.2"
  5723. },
  5724. "engines": {
  5725. "node": ">=12.0.0"
  5726. },
  5727. "funding": {
  5728. "url": "https://github.com/sponsors/SuperchupuDev"
  5729. }
  5730. },
  5731. "node_modules/tinyglobby/node_modules/fdir": {
  5732. "version": "6.4.6",
  5733. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  5734. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  5735. "dev": true,
  5736. "license": "MIT",
  5737. "peerDependencies": {
  5738. "picomatch": "^3 || ^4"
  5739. },
  5740. "peerDependenciesMeta": {
  5741. "picomatch": {
  5742. "optional": true
  5743. }
  5744. }
  5745. },
  5746. "node_modules/tinyglobby/node_modules/picomatch": {
  5747. "version": "4.0.2",
  5748. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  5749. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  5750. "dev": true,
  5751. "license": "MIT",
  5752. "engines": {
  5753. "node": ">=12"
  5754. },
  5755. "funding": {
  5756. "url": "https://github.com/sponsors/jonschlinkert"
  5757. }
  5758. },
  5759. "node_modules/to-regex-range": {
  5760. "version": "5.0.1",
  5761. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5762. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5763. "dev": true,
  5764. "license": "MIT",
  5765. "dependencies": {
  5766. "is-number": "^7.0.0"
  5767. },
  5768. "engines": {
  5769. "node": ">=8.0"
  5770. }
  5771. },
  5772. "node_modules/totalist": {
  5773. "version": "3.0.1",
  5774. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  5775. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  5776. "dev": true,
  5777. "license": "MIT",
  5778. "engines": {
  5779. "node": ">=6"
  5780. }
  5781. },
  5782. "node_modules/ts-api-utils": {
  5783. "version": "2.1.0",
  5784. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  5785. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  5786. "dev": true,
  5787. "license": "MIT",
  5788. "engines": {
  5789. "node": ">=18.12"
  5790. },
  5791. "peerDependencies": {
  5792. "typescript": ">=4.8.4"
  5793. }
  5794. },
  5795. "node_modules/type-check": {
  5796. "version": "0.4.0",
  5797. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  5798. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5799. "dev": true,
  5800. "license": "MIT",
  5801. "dependencies": {
  5802. "prelude-ls": "^1.2.1"
  5803. },
  5804. "engines": {
  5805. "node": ">= 0.8.0"
  5806. }
  5807. },
  5808. "node_modules/typescript": {
  5809. "version": "5.8.3",
  5810. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  5811. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  5812. "devOptional": true,
  5813. "license": "Apache-2.0",
  5814. "bin": {
  5815. "tsc": "bin/tsc",
  5816. "tsserver": "bin/tsserver"
  5817. },
  5818. "engines": {
  5819. "node": ">=14.17"
  5820. }
  5821. },
  5822. "node_modules/typescript-eslint": {
  5823. "version": "8.35.0",
  5824. "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.35.0.tgz",
  5825. "integrity": "sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A==",
  5826. "dev": true,
  5827. "license": "MIT",
  5828. "dependencies": {
  5829. "@typescript-eslint/eslint-plugin": "8.35.0",
  5830. "@typescript-eslint/parser": "8.35.0",
  5831. "@typescript-eslint/utils": "8.35.0"
  5832. },
  5833. "engines": {
  5834. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5835. },
  5836. "funding": {
  5837. "type": "opencollective",
  5838. "url": "https://opencollective.com/typescript-eslint"
  5839. },
  5840. "peerDependencies": {
  5841. "eslint": "^8.57.0 || ^9.0.0",
  5842. "typescript": ">=4.8.4 <5.9.0"
  5843. }
  5844. },
  5845. "node_modules/ufo": {
  5846. "version": "1.6.1",
  5847. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  5848. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  5849. "dev": true,
  5850. "license": "MIT"
  5851. },
  5852. "node_modules/unconfig": {
  5853. "version": "7.3.2",
  5854. "resolved": "https://registry.npmmirror.com/unconfig/-/unconfig-7.3.2.tgz",
  5855. "integrity": "sha512-nqG5NNL2wFVGZ0NA/aCFw0oJ2pxSf1lwg4Z5ill8wd7K4KX/rQbHlwbh+bjctXL5Ly1xtzHenHGOK0b+lG6JVg==",
  5856. "dev": true,
  5857. "license": "MIT",
  5858. "dependencies": {
  5859. "@quansync/fs": "^0.1.1",
  5860. "defu": "^6.1.4",
  5861. "jiti": "^2.4.2",
  5862. "quansync": "^0.2.8"
  5863. },
  5864. "funding": {
  5865. "url": "https://github.com/sponsors/antfu"
  5866. }
  5867. },
  5868. "node_modules/undici-types": {
  5869. "version": "6.21.0",
  5870. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  5871. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  5872. "dev": true,
  5873. "license": "MIT"
  5874. },
  5875. "node_modules/unicorn-magic": {
  5876. "version": "0.3.0",
  5877. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  5878. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  5879. "dev": true,
  5880. "license": "MIT",
  5881. "engines": {
  5882. "node": ">=18"
  5883. },
  5884. "funding": {
  5885. "url": "https://github.com/sponsors/sindresorhus"
  5886. }
  5887. },
  5888. "node_modules/unimport": {
  5889. "version": "4.2.0",
  5890. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.2.0.tgz",
  5891. "integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==",
  5892. "dev": true,
  5893. "license": "MIT",
  5894. "dependencies": {
  5895. "acorn": "^8.14.1",
  5896. "escape-string-regexp": "^5.0.0",
  5897. "estree-walker": "^3.0.3",
  5898. "local-pkg": "^1.1.1",
  5899. "magic-string": "^0.30.17",
  5900. "mlly": "^1.7.4",
  5901. "pathe": "^2.0.3",
  5902. "picomatch": "^4.0.2",
  5903. "pkg-types": "^2.1.0",
  5904. "scule": "^1.3.0",
  5905. "strip-literal": "^3.0.0",
  5906. "tinyglobby": "^0.2.12",
  5907. "unplugin": "^2.2.2",
  5908. "unplugin-utils": "^0.2.4"
  5909. },
  5910. "engines": {
  5911. "node": ">=18.12.0"
  5912. }
  5913. },
  5914. "node_modules/unimport/node_modules/escape-string-regexp": {
  5915. "version": "5.0.0",
  5916. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5917. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5918. "dev": true,
  5919. "license": "MIT",
  5920. "engines": {
  5921. "node": ">=12"
  5922. },
  5923. "funding": {
  5924. "url": "https://github.com/sponsors/sindresorhus"
  5925. }
  5926. },
  5927. "node_modules/unimport/node_modules/estree-walker": {
  5928. "version": "3.0.3",
  5929. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  5930. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5931. "dev": true,
  5932. "license": "MIT",
  5933. "dependencies": {
  5934. "@types/estree": "^1.0.0"
  5935. }
  5936. },
  5937. "node_modules/unimport/node_modules/picomatch": {
  5938. "version": "4.0.2",
  5939. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  5940. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  5941. "dev": true,
  5942. "license": "MIT",
  5943. "engines": {
  5944. "node": ">=12"
  5945. },
  5946. "funding": {
  5947. "url": "https://github.com/sponsors/jonschlinkert"
  5948. }
  5949. },
  5950. "node_modules/universalify": {
  5951. "version": "2.0.1",
  5952. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  5953. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  5954. "dev": true,
  5955. "license": "MIT",
  5956. "engines": {
  5957. "node": ">= 10.0.0"
  5958. }
  5959. },
  5960. "node_modules/unocss": {
  5961. "version": "66.2.3",
  5962. "resolved": "https://registry.npmmirror.com/unocss/-/unocss-66.2.3.tgz",
  5963. "integrity": "sha512-GoZSQLkgPqXxLbj+WqCr8/S/9l3CqUK/h8xKVFi7aJJ6njAjQivtCEuutZ/OgwafMhyW0rHUiwqTHuc4YQU1Eg==",
  5964. "dev": true,
  5965. "license": "MIT",
  5966. "dependencies": {
  5967. "@unocss/astro": "66.2.3",
  5968. "@unocss/cli": "66.2.3",
  5969. "@unocss/core": "66.2.3",
  5970. "@unocss/postcss": "66.2.3",
  5971. "@unocss/preset-attributify": "66.2.3",
  5972. "@unocss/preset-icons": "66.2.3",
  5973. "@unocss/preset-mini": "66.2.3",
  5974. "@unocss/preset-tagify": "66.2.3",
  5975. "@unocss/preset-typography": "66.2.3",
  5976. "@unocss/preset-uno": "66.2.3",
  5977. "@unocss/preset-web-fonts": "66.2.3",
  5978. "@unocss/preset-wind": "66.2.3",
  5979. "@unocss/preset-wind3": "66.2.3",
  5980. "@unocss/preset-wind4": "66.2.3",
  5981. "@unocss/transformer-attributify-jsx": "66.2.3",
  5982. "@unocss/transformer-compile-class": "66.2.3",
  5983. "@unocss/transformer-directives": "66.2.3",
  5984. "@unocss/transformer-variant-group": "66.2.3",
  5985. "@unocss/vite": "66.2.3"
  5986. },
  5987. "engines": {
  5988. "node": ">=14"
  5989. },
  5990. "funding": {
  5991. "url": "https://github.com/sponsors/antfu"
  5992. },
  5993. "peerDependencies": {
  5994. "@unocss/webpack": "66.2.3",
  5995. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  5996. },
  5997. "peerDependenciesMeta": {
  5998. "@unocss/webpack": {
  5999. "optional": true
  6000. },
  6001. "vite": {
  6002. "optional": true
  6003. }
  6004. }
  6005. },
  6006. "node_modules/unplugin": {
  6007. "version": "2.3.5",
  6008. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz",
  6009. "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
  6010. "dev": true,
  6011. "license": "MIT",
  6012. "dependencies": {
  6013. "acorn": "^8.14.1",
  6014. "picomatch": "^4.0.2",
  6015. "webpack-virtual-modules": "^0.6.2"
  6016. },
  6017. "engines": {
  6018. "node": ">=18.12.0"
  6019. }
  6020. },
  6021. "node_modules/unplugin-auto-import": {
  6022. "version": "19.3.0",
  6023. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-19.3.0.tgz",
  6024. "integrity": "sha512-iIi0u4Gq2uGkAOGqlPJOAMI8vocvjh1clGTfSK4SOrJKrt+tirrixo/FjgBwXQNNdS7ofcr7OxzmOb/RjWxeEQ==",
  6025. "dev": true,
  6026. "license": "MIT",
  6027. "dependencies": {
  6028. "local-pkg": "^1.1.1",
  6029. "magic-string": "^0.30.17",
  6030. "picomatch": "^4.0.2",
  6031. "unimport": "^4.2.0",
  6032. "unplugin": "^2.3.4",
  6033. "unplugin-utils": "^0.2.4"
  6034. },
  6035. "engines": {
  6036. "node": ">=14"
  6037. },
  6038. "funding": {
  6039. "url": "https://github.com/sponsors/antfu"
  6040. },
  6041. "peerDependencies": {
  6042. "@nuxt/kit": "^3.2.2",
  6043. "@vueuse/core": "*"
  6044. },
  6045. "peerDependenciesMeta": {
  6046. "@nuxt/kit": {
  6047. "optional": true
  6048. },
  6049. "@vueuse/core": {
  6050. "optional": true
  6051. }
  6052. }
  6053. },
  6054. "node_modules/unplugin-auto-import/node_modules/picomatch": {
  6055. "version": "4.0.2",
  6056. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6057. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6058. "dev": true,
  6059. "license": "MIT",
  6060. "engines": {
  6061. "node": ">=12"
  6062. },
  6063. "funding": {
  6064. "url": "https://github.com/sponsors/jonschlinkert"
  6065. }
  6066. },
  6067. "node_modules/unplugin-utils": {
  6068. "version": "0.2.4",
  6069. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  6070. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  6071. "dev": true,
  6072. "license": "MIT",
  6073. "dependencies": {
  6074. "pathe": "^2.0.2",
  6075. "picomatch": "^4.0.2"
  6076. },
  6077. "engines": {
  6078. "node": ">=18.12.0"
  6079. },
  6080. "funding": {
  6081. "url": "https://github.com/sponsors/sxzz"
  6082. }
  6083. },
  6084. "node_modules/unplugin-utils/node_modules/picomatch": {
  6085. "version": "4.0.2",
  6086. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6087. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6088. "dev": true,
  6089. "license": "MIT",
  6090. "engines": {
  6091. "node": ">=12"
  6092. },
  6093. "funding": {
  6094. "url": "https://github.com/sponsors/jonschlinkert"
  6095. }
  6096. },
  6097. "node_modules/unplugin-vue-components": {
  6098. "version": "28.7.0",
  6099. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-28.7.0.tgz",
  6100. "integrity": "sha512-3SuWAHlTjOiZckqRBGXRdN/k6IMmKyt2Ch5/+DKwYaT321H0ItdZDvW4r8/YkEKQpN9TN3F/SZ0W342gQROC3Q==",
  6101. "dev": true,
  6102. "license": "MIT",
  6103. "dependencies": {
  6104. "chokidar": "^3.6.0",
  6105. "debug": "^4.4.1",
  6106. "local-pkg": "^1.1.1",
  6107. "magic-string": "^0.30.17",
  6108. "mlly": "^1.7.4",
  6109. "tinyglobby": "^0.2.14",
  6110. "unplugin": "^2.3.4",
  6111. "unplugin-utils": "^0.2.4"
  6112. },
  6113. "engines": {
  6114. "node": ">=14"
  6115. },
  6116. "funding": {
  6117. "url": "https://github.com/sponsors/antfu"
  6118. },
  6119. "peerDependencies": {
  6120. "@babel/parser": "^7.15.8",
  6121. "@nuxt/kit": "^3.2.2",
  6122. "vue": "2 || 3"
  6123. },
  6124. "peerDependenciesMeta": {
  6125. "@babel/parser": {
  6126. "optional": true
  6127. },
  6128. "@nuxt/kit": {
  6129. "optional": true
  6130. }
  6131. }
  6132. },
  6133. "node_modules/unplugin/node_modules/picomatch": {
  6134. "version": "4.0.2",
  6135. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6136. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6137. "dev": true,
  6138. "license": "MIT",
  6139. "engines": {
  6140. "node": ">=12"
  6141. },
  6142. "funding": {
  6143. "url": "https://github.com/sponsors/jonschlinkert"
  6144. }
  6145. },
  6146. "node_modules/update-browserslist-db": {
  6147. "version": "1.1.3",
  6148. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  6149. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  6150. "dev": true,
  6151. "funding": [
  6152. {
  6153. "type": "opencollective",
  6154. "url": "https://opencollective.com/browserslist"
  6155. },
  6156. {
  6157. "type": "tidelift",
  6158. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6159. },
  6160. {
  6161. "type": "github",
  6162. "url": "https://github.com/sponsors/ai"
  6163. }
  6164. ],
  6165. "license": "MIT",
  6166. "dependencies": {
  6167. "escalade": "^3.2.0",
  6168. "picocolors": "^1.1.1"
  6169. },
  6170. "bin": {
  6171. "update-browserslist-db": "cli.js"
  6172. },
  6173. "peerDependencies": {
  6174. "browserslist": ">= 4.21.0"
  6175. }
  6176. },
  6177. "node_modules/uri-js": {
  6178. "version": "4.4.1",
  6179. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  6180. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6181. "dev": true,
  6182. "license": "BSD-2-Clause",
  6183. "dependencies": {
  6184. "punycode": "^2.1.0"
  6185. }
  6186. },
  6187. "node_modules/util-deprecate": {
  6188. "version": "1.0.2",
  6189. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6190. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6191. "dev": true,
  6192. "license": "MIT"
  6193. },
  6194. "node_modules/vite": {
  6195. "version": "6.3.5",
  6196. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
  6197. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  6198. "dev": true,
  6199. "license": "MIT",
  6200. "dependencies": {
  6201. "esbuild": "^0.25.0",
  6202. "fdir": "^6.4.4",
  6203. "picomatch": "^4.0.2",
  6204. "postcss": "^8.5.3",
  6205. "rollup": "^4.34.9",
  6206. "tinyglobby": "^0.2.13"
  6207. },
  6208. "bin": {
  6209. "vite": "bin/vite.js"
  6210. },
  6211. "engines": {
  6212. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  6213. },
  6214. "funding": {
  6215. "url": "https://github.com/vitejs/vite?sponsor=1"
  6216. },
  6217. "optionalDependencies": {
  6218. "fsevents": "~2.3.3"
  6219. },
  6220. "peerDependencies": {
  6221. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  6222. "jiti": ">=1.21.0",
  6223. "less": "*",
  6224. "lightningcss": "^1.21.0",
  6225. "sass": "*",
  6226. "sass-embedded": "*",
  6227. "stylus": "*",
  6228. "sugarss": "*",
  6229. "terser": "^5.16.0",
  6230. "tsx": "^4.8.1",
  6231. "yaml": "^2.4.2"
  6232. },
  6233. "peerDependenciesMeta": {
  6234. "@types/node": {
  6235. "optional": true
  6236. },
  6237. "jiti": {
  6238. "optional": true
  6239. },
  6240. "less": {
  6241. "optional": true
  6242. },
  6243. "lightningcss": {
  6244. "optional": true
  6245. },
  6246. "sass": {
  6247. "optional": true
  6248. },
  6249. "sass-embedded": {
  6250. "optional": true
  6251. },
  6252. "stylus": {
  6253. "optional": true
  6254. },
  6255. "sugarss": {
  6256. "optional": true
  6257. },
  6258. "terser": {
  6259. "optional": true
  6260. },
  6261. "tsx": {
  6262. "optional": true
  6263. },
  6264. "yaml": {
  6265. "optional": true
  6266. }
  6267. }
  6268. },
  6269. "node_modules/vite-hot-client": {
  6270. "version": "2.0.4",
  6271. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz",
  6272. "integrity": "sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==",
  6273. "dev": true,
  6274. "license": "MIT",
  6275. "funding": {
  6276. "url": "https://github.com/sponsors/antfu"
  6277. },
  6278. "peerDependencies": {
  6279. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  6280. }
  6281. },
  6282. "node_modules/vite-plugin-inspect": {
  6283. "version": "0.8.9",
  6284. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  6285. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  6286. "dev": true,
  6287. "license": "MIT",
  6288. "dependencies": {
  6289. "@antfu/utils": "^0.7.10",
  6290. "@rollup/pluginutils": "^5.1.3",
  6291. "debug": "^4.3.7",
  6292. "error-stack-parser-es": "^0.1.5",
  6293. "fs-extra": "^11.2.0",
  6294. "open": "^10.1.0",
  6295. "perfect-debounce": "^1.0.0",
  6296. "picocolors": "^1.1.1",
  6297. "sirv": "^3.0.0"
  6298. },
  6299. "engines": {
  6300. "node": ">=14"
  6301. },
  6302. "funding": {
  6303. "url": "https://github.com/sponsors/antfu"
  6304. },
  6305. "peerDependencies": {
  6306. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  6307. },
  6308. "peerDependenciesMeta": {
  6309. "@nuxt/kit": {
  6310. "optional": true
  6311. }
  6312. }
  6313. },
  6314. "node_modules/vite-plugin-vue-devtools": {
  6315. "version": "7.7.7",
  6316. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.7.tgz",
  6317. "integrity": "sha512-d0fIh3wRcgSlr4Vz7bAk4va1MkdqhQgj9ANE/rBhsAjOnRfTLs2ocjFMvSUOsv6SRRXU9G+VM7yMgqDb6yI4iQ==",
  6318. "dev": true,
  6319. "license": "MIT",
  6320. "dependencies": {
  6321. "@vue/devtools-core": "^7.7.7",
  6322. "@vue/devtools-kit": "^7.7.7",
  6323. "@vue/devtools-shared": "^7.7.7",
  6324. "execa": "^9.5.2",
  6325. "sirv": "^3.0.1",
  6326. "vite-plugin-inspect": "0.8.9",
  6327. "vite-plugin-vue-inspector": "^5.3.1"
  6328. },
  6329. "engines": {
  6330. "node": ">=v14.21.3"
  6331. },
  6332. "peerDependencies": {
  6333. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  6334. }
  6335. },
  6336. "node_modules/vite-plugin-vue-inspector": {
  6337. "version": "5.3.2",
  6338. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.2.tgz",
  6339. "integrity": "sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==",
  6340. "dev": true,
  6341. "license": "MIT",
  6342. "dependencies": {
  6343. "@babel/core": "^7.23.0",
  6344. "@babel/plugin-proposal-decorators": "^7.23.0",
  6345. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  6346. "@babel/plugin-syntax-import-meta": "^7.10.4",
  6347. "@babel/plugin-transform-typescript": "^7.22.15",
  6348. "@vue/babel-plugin-jsx": "^1.1.5",
  6349. "@vue/compiler-dom": "^3.3.4",
  6350. "kolorist": "^1.8.0",
  6351. "magic-string": "^0.30.4"
  6352. },
  6353. "peerDependencies": {
  6354. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  6355. }
  6356. },
  6357. "node_modules/vite/node_modules/fdir": {
  6358. "version": "6.4.6",
  6359. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  6360. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  6361. "dev": true,
  6362. "license": "MIT",
  6363. "peerDependencies": {
  6364. "picomatch": "^3 || ^4"
  6365. },
  6366. "peerDependenciesMeta": {
  6367. "picomatch": {
  6368. "optional": true
  6369. }
  6370. }
  6371. },
  6372. "node_modules/vite/node_modules/picomatch": {
  6373. "version": "4.0.2",
  6374. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6375. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6376. "dev": true,
  6377. "license": "MIT",
  6378. "engines": {
  6379. "node": ">=12"
  6380. },
  6381. "funding": {
  6382. "url": "https://github.com/sponsors/jonschlinkert"
  6383. }
  6384. },
  6385. "node_modules/vscode-uri": {
  6386. "version": "3.1.0",
  6387. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  6388. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  6389. "dev": true,
  6390. "license": "MIT"
  6391. },
  6392. "node_modules/vue": {
  6393. "version": "3.5.17",
  6394. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  6395. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  6396. "license": "MIT",
  6397. "dependencies": {
  6398. "@vue/compiler-dom": "3.5.17",
  6399. "@vue/compiler-sfc": "3.5.17",
  6400. "@vue/runtime-dom": "3.5.17",
  6401. "@vue/server-renderer": "3.5.17",
  6402. "@vue/shared": "3.5.17"
  6403. },
  6404. "peerDependencies": {
  6405. "typescript": "*"
  6406. },
  6407. "peerDependenciesMeta": {
  6408. "typescript": {
  6409. "optional": true
  6410. }
  6411. }
  6412. },
  6413. "node_modules/vue-eslint-parser": {
  6414. "version": "10.1.4",
  6415. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-10.1.4.tgz",
  6416. "integrity": "sha512-EIZvCukIEMHEb3mxOKemtvWR1fcUAdWWAgkfyjmRHzvyhrZvBvH9oz69+thDIWhGiIQjZnPkCn8yHqvjM+a9eg==",
  6417. "dev": true,
  6418. "license": "MIT",
  6419. "dependencies": {
  6420. "debug": "^4.4.0",
  6421. "eslint-scope": "^8.2.0",
  6422. "eslint-visitor-keys": "^4.2.0",
  6423. "espree": "^10.3.0",
  6424. "esquery": "^1.6.0",
  6425. "lodash": "^4.17.21",
  6426. "semver": "^7.6.3"
  6427. },
  6428. "engines": {
  6429. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6430. },
  6431. "funding": {
  6432. "url": "https://github.com/sponsors/mysticatea"
  6433. },
  6434. "peerDependencies": {
  6435. "eslint": "^8.57.0 || ^9.0.0"
  6436. }
  6437. },
  6438. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  6439. "version": "4.2.1",
  6440. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  6441. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  6442. "dev": true,
  6443. "license": "Apache-2.0",
  6444. "engines": {
  6445. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6446. },
  6447. "funding": {
  6448. "url": "https://opencollective.com/eslint"
  6449. }
  6450. },
  6451. "node_modules/vue-eslint-parser/node_modules/semver": {
  6452. "version": "7.7.2",
  6453. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  6454. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  6455. "dev": true,
  6456. "license": "ISC",
  6457. "bin": {
  6458. "semver": "bin/semver.js"
  6459. },
  6460. "engines": {
  6461. "node": ">=10"
  6462. }
  6463. },
  6464. "node_modules/vue-flow-layout": {
  6465. "version": "0.1.1",
  6466. "resolved": "https://registry.npmmirror.com/vue-flow-layout/-/vue-flow-layout-0.1.1.tgz",
  6467. "integrity": "sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==",
  6468. "dev": true,
  6469. "license": "MIT",
  6470. "peerDependencies": {
  6471. "vue": "^3.4.37"
  6472. }
  6473. },
  6474. "node_modules/vue-router": {
  6475. "version": "4.5.1",
  6476. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
  6477. "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
  6478. "license": "MIT",
  6479. "dependencies": {
  6480. "@vue/devtools-api": "^6.6.4"
  6481. },
  6482. "funding": {
  6483. "url": "https://github.com/sponsors/posva"
  6484. },
  6485. "peerDependencies": {
  6486. "vue": "^3.2.0"
  6487. }
  6488. },
  6489. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  6490. "version": "6.6.4",
  6491. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  6492. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  6493. "license": "MIT"
  6494. },
  6495. "node_modules/vue-tsc": {
  6496. "version": "2.2.10",
  6497. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  6498. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  6499. "dev": true,
  6500. "license": "MIT",
  6501. "dependencies": {
  6502. "@volar/typescript": "~2.4.11",
  6503. "@vue/language-core": "2.2.10"
  6504. },
  6505. "bin": {
  6506. "vue-tsc": "bin/vue-tsc.js"
  6507. },
  6508. "peerDependencies": {
  6509. "typescript": ">=5.0.0"
  6510. }
  6511. },
  6512. "node_modules/webpack-virtual-modules": {
  6513. "version": "0.6.2",
  6514. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6515. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6516. "dev": true,
  6517. "license": "MIT"
  6518. },
  6519. "node_modules/which": {
  6520. "version": "2.0.2",
  6521. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6522. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6523. "dev": true,
  6524. "license": "ISC",
  6525. "dependencies": {
  6526. "isexe": "^2.0.0"
  6527. },
  6528. "bin": {
  6529. "node-which": "bin/node-which"
  6530. },
  6531. "engines": {
  6532. "node": ">= 8"
  6533. }
  6534. },
  6535. "node_modules/word-wrap": {
  6536. "version": "1.2.5",
  6537. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  6538. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6539. "dev": true,
  6540. "license": "MIT",
  6541. "engines": {
  6542. "node": ">=0.10.0"
  6543. }
  6544. },
  6545. "node_modules/xml-name-validator": {
  6546. "version": "4.0.0",
  6547. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  6548. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  6549. "dev": true,
  6550. "license": "Apache-2.0",
  6551. "engines": {
  6552. "node": ">=12"
  6553. }
  6554. },
  6555. "node_modules/yallist": {
  6556. "version": "3.1.1",
  6557. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6558. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6559. "dev": true,
  6560. "license": "ISC"
  6561. },
  6562. "node_modules/yocto-queue": {
  6563. "version": "0.1.0",
  6564. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6565. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6566. "dev": true,
  6567. "license": "MIT",
  6568. "engines": {
  6569. "node": ">=10"
  6570. },
  6571. "funding": {
  6572. "url": "https://github.com/sponsors/sindresorhus"
  6573. }
  6574. },
  6575. "node_modules/yoctocolors": {
  6576. "version": "2.1.1",
  6577. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  6578. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  6579. "dev": true,
  6580. "license": "MIT",
  6581. "engines": {
  6582. "node": ">=18"
  6583. },
  6584. "funding": {
  6585. "url": "https://github.com/sponsors/sindresorhus"
  6586. }
  6587. }
  6588. }
  6589. }