package-lock.json 241 KB

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