package-lock.json 252 KB

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