package-lock.json 190 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599
  1. {
  2. "name": "radionica3d",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "radionica3d",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@tanstack/vue-query": "^5.25.0",
  12. "@types/three": "^0.183.1",
  13. "@vueuse/core": "^10.9.0",
  14. "@vueuse/motion": "^2.1.0",
  15. "class-variance-authority": "^0.7.0",
  16. "clsx": "^2.1.0",
  17. "date-fns": "^3.3.1",
  18. "i18next-browser-languagedetector": "^8.2.1",
  19. "lucide-vue-next": "^0.354.0",
  20. "pinia": "^2.1.7",
  21. "tailwind-merge": "^2.2.1",
  22. "tailwindcss-animate": "^1.0.7",
  23. "three": "^0.183.2",
  24. "vue": "^3.4.21",
  25. "vue-i18n": "^9.13.1",
  26. "vue-router": "^4.3.0",
  27. "vue-sonner": "^1.1.4",
  28. "zod": "^3.22.4"
  29. },
  30. "devDependencies": {
  31. "@types/node": "^20.11.25",
  32. "@vitejs/plugin-vue": "^5.2.4",
  33. "@vue/test-utils": "^2.4.6",
  34. "autoprefixer": "^10.4.18",
  35. "jsdom": "^29.0.2",
  36. "postcss": "^8.4.35",
  37. "tailwindcss": "^3.4.1",
  38. "typescript": "^5.3.3",
  39. "vite": "^5.1.5",
  40. "vitest": "^4.1.4",
  41. "vue-tsc": "^2.0.7"
  42. }
  43. },
  44. "node_modules/@alloc/quick-lru": {
  45. "version": "5.2.0",
  46. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  47. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  48. "license": "MIT",
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "funding": {
  53. "url": "https://github.com/sponsors/sindresorhus"
  54. }
  55. },
  56. "node_modules/@asamuzakjp/css-color": {
  57. "version": "5.1.10",
  58. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-5.1.10.tgz",
  59. "integrity": "sha512-02OhhkKtgNRuicQ/nF3TRnGsxL9wp0r3Y7VlKWyOHHGmGyvXv03y+PnymU8FKFJMTjIr1Bk8U2g1HWSLrpAHww==",
  60. "dev": true,
  61. "license": "MIT",
  62. "dependencies": {
  63. "@csstools/css-calc": "^3.1.1",
  64. "@csstools/css-color-parser": "^4.0.2",
  65. "@csstools/css-parser-algorithms": "^4.0.0",
  66. "@csstools/css-tokenizer": "^4.0.0"
  67. },
  68. "engines": {
  69. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  70. }
  71. },
  72. "node_modules/@asamuzakjp/dom-selector": {
  73. "version": "7.0.9",
  74. "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-7.0.9.tgz",
  75. "integrity": "sha512-r3ElRr7y8ucyN2KdICwGsmj19RoN13CLCa/pvGydghWK6ZzeKQ+TcDjVdtEZz2ElpndM5jXw//B9CEee0mWnVg==",
  76. "dev": true,
  77. "license": "MIT",
  78. "dependencies": {
  79. "@asamuzakjp/nwsapi": "^2.3.9",
  80. "bidi-js": "^1.0.3",
  81. "css-tree": "^3.2.1",
  82. "is-potential-custom-element-name": "^1.0.1"
  83. },
  84. "engines": {
  85. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  86. }
  87. },
  88. "node_modules/@asamuzakjp/nwsapi": {
  89. "version": "2.3.9",
  90. "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  91. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  92. "dev": true,
  93. "license": "MIT"
  94. },
  95. "node_modules/@babel/helper-string-parser": {
  96. "version": "7.27.1",
  97. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  98. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  99. "license": "MIT",
  100. "engines": {
  101. "node": ">=6.9.0"
  102. }
  103. },
  104. "node_modules/@babel/helper-validator-identifier": {
  105. "version": "7.28.5",
  106. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  107. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  108. "license": "MIT",
  109. "engines": {
  110. "node": ">=6.9.0"
  111. }
  112. },
  113. "node_modules/@babel/parser": {
  114. "version": "7.29.2",
  115. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  116. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  117. "license": "MIT",
  118. "dependencies": {
  119. "@babel/types": "^7.29.0"
  120. },
  121. "bin": {
  122. "parser": "bin/babel-parser.js"
  123. },
  124. "engines": {
  125. "node": ">=6.0.0"
  126. }
  127. },
  128. "node_modules/@babel/runtime": {
  129. "version": "7.29.2",
  130. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
  131. "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
  132. "license": "MIT",
  133. "engines": {
  134. "node": ">=6.9.0"
  135. }
  136. },
  137. "node_modules/@babel/types": {
  138. "version": "7.29.0",
  139. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  140. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  141. "license": "MIT",
  142. "dependencies": {
  143. "@babel/helper-string-parser": "^7.27.1",
  144. "@babel/helper-validator-identifier": "^7.28.5"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@bramus/specificity": {
  151. "version": "2.4.2",
  152. "resolved": "https://registry.npmjs.org/@bramus/specificity/-/specificity-2.4.2.tgz",
  153. "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==",
  154. "dev": true,
  155. "license": "MIT",
  156. "dependencies": {
  157. "css-tree": "^3.0.0"
  158. },
  159. "bin": {
  160. "specificity": "bin/cli.js"
  161. }
  162. },
  163. "node_modules/@csstools/color-helpers": {
  164. "version": "6.0.2",
  165. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",
  166. "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==",
  167. "dev": true,
  168. "funding": [
  169. {
  170. "type": "github",
  171. "url": "https://github.com/sponsors/csstools"
  172. },
  173. {
  174. "type": "opencollective",
  175. "url": "https://opencollective.com/csstools"
  176. }
  177. ],
  178. "license": "MIT-0",
  179. "engines": {
  180. "node": ">=20.19.0"
  181. }
  182. },
  183. "node_modules/@csstools/css-calc": {
  184. "version": "3.1.1",
  185. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  186. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  187. "dev": true,
  188. "funding": [
  189. {
  190. "type": "github",
  191. "url": "https://github.com/sponsors/csstools"
  192. },
  193. {
  194. "type": "opencollective",
  195. "url": "https://opencollective.com/csstools"
  196. }
  197. ],
  198. "license": "MIT",
  199. "engines": {
  200. "node": ">=20.19.0"
  201. },
  202. "peerDependencies": {
  203. "@csstools/css-parser-algorithms": "^4.0.0",
  204. "@csstools/css-tokenizer": "^4.0.0"
  205. }
  206. },
  207. "node_modules/@csstools/css-color-parser": {
  208. "version": "4.0.2",
  209. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.2.tgz",
  210. "integrity": "sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==",
  211. "dev": true,
  212. "funding": [
  213. {
  214. "type": "github",
  215. "url": "https://github.com/sponsors/csstools"
  216. },
  217. {
  218. "type": "opencollective",
  219. "url": "https://opencollective.com/csstools"
  220. }
  221. ],
  222. "license": "MIT",
  223. "dependencies": {
  224. "@csstools/color-helpers": "^6.0.2",
  225. "@csstools/css-calc": "^3.1.1"
  226. },
  227. "engines": {
  228. "node": ">=20.19.0"
  229. },
  230. "peerDependencies": {
  231. "@csstools/css-parser-algorithms": "^4.0.0",
  232. "@csstools/css-tokenizer": "^4.0.0"
  233. }
  234. },
  235. "node_modules/@csstools/css-parser-algorithms": {
  236. "version": "4.0.0",
  237. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  238. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  239. "dev": true,
  240. "funding": [
  241. {
  242. "type": "github",
  243. "url": "https://github.com/sponsors/csstools"
  244. },
  245. {
  246. "type": "opencollective",
  247. "url": "https://opencollective.com/csstools"
  248. }
  249. ],
  250. "license": "MIT",
  251. "peer": true,
  252. "engines": {
  253. "node": ">=20.19.0"
  254. },
  255. "peerDependencies": {
  256. "@csstools/css-tokenizer": "^4.0.0"
  257. }
  258. },
  259. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  260. "version": "1.1.2",
  261. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.2.tgz",
  262. "integrity": "sha512-5GkLzz4prTIpoyeUiIu3iV6CSG3Plo7xRVOFPKI7FVEJ3mZ0A8SwK0XU3Gl7xAkiQ+mDyam+NNp875/C5y+jSA==",
  263. "dev": true,
  264. "funding": [
  265. {
  266. "type": "github",
  267. "url": "https://github.com/sponsors/csstools"
  268. },
  269. {
  270. "type": "opencollective",
  271. "url": "https://opencollective.com/csstools"
  272. }
  273. ],
  274. "license": "MIT-0",
  275. "peerDependencies": {
  276. "css-tree": "^3.2.1"
  277. },
  278. "peerDependenciesMeta": {
  279. "css-tree": {
  280. "optional": true
  281. }
  282. }
  283. },
  284. "node_modules/@csstools/css-tokenizer": {
  285. "version": "4.0.0",
  286. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  287. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  288. "dev": true,
  289. "funding": [
  290. {
  291. "type": "github",
  292. "url": "https://github.com/sponsors/csstools"
  293. },
  294. {
  295. "type": "opencollective",
  296. "url": "https://opencollective.com/csstools"
  297. }
  298. ],
  299. "license": "MIT",
  300. "peer": true,
  301. "engines": {
  302. "node": ">=20.19.0"
  303. }
  304. },
  305. "node_modules/@dimforge/rapier3d-compat": {
  306. "version": "0.12.0",
  307. "resolved": "https://registry.npmjs.org/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
  308. "integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
  309. "license": "Apache-2.0"
  310. },
  311. "node_modules/@emnapi/wasi-threads": {
  312. "version": "1.2.1",
  313. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  314. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  315. "dev": true,
  316. "license": "MIT",
  317. "optional": true,
  318. "dependencies": {
  319. "tslib": "^2.4.0"
  320. }
  321. },
  322. "node_modules/@esbuild/aix-ppc64": {
  323. "version": "0.25.0",
  324. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz",
  325. "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==",
  326. "cpu": [
  327. "ppc64"
  328. ],
  329. "dev": true,
  330. "license": "MIT",
  331. "optional": true,
  332. "os": [
  333. "aix"
  334. ],
  335. "engines": {
  336. "node": ">=18"
  337. }
  338. },
  339. "node_modules/@esbuild/android-arm": {
  340. "version": "0.25.0",
  341. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz",
  342. "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==",
  343. "cpu": [
  344. "arm"
  345. ],
  346. "dev": true,
  347. "license": "MIT",
  348. "optional": true,
  349. "os": [
  350. "android"
  351. ],
  352. "engines": {
  353. "node": ">=18"
  354. }
  355. },
  356. "node_modules/@esbuild/android-arm64": {
  357. "version": "0.25.0",
  358. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz",
  359. "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==",
  360. "cpu": [
  361. "arm64"
  362. ],
  363. "dev": true,
  364. "license": "MIT",
  365. "optional": true,
  366. "os": [
  367. "android"
  368. ],
  369. "engines": {
  370. "node": ">=18"
  371. }
  372. },
  373. "node_modules/@esbuild/android-x64": {
  374. "version": "0.25.0",
  375. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz",
  376. "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==",
  377. "cpu": [
  378. "x64"
  379. ],
  380. "dev": true,
  381. "license": "MIT",
  382. "optional": true,
  383. "os": [
  384. "android"
  385. ],
  386. "engines": {
  387. "node": ">=18"
  388. }
  389. },
  390. "node_modules/@esbuild/darwin-arm64": {
  391. "version": "0.25.0",
  392. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz",
  393. "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==",
  394. "cpu": [
  395. "arm64"
  396. ],
  397. "dev": true,
  398. "license": "MIT",
  399. "optional": true,
  400. "os": [
  401. "darwin"
  402. ],
  403. "engines": {
  404. "node": ">=18"
  405. }
  406. },
  407. "node_modules/@esbuild/darwin-x64": {
  408. "version": "0.25.0",
  409. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz",
  410. "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==",
  411. "cpu": [
  412. "x64"
  413. ],
  414. "dev": true,
  415. "license": "MIT",
  416. "optional": true,
  417. "os": [
  418. "darwin"
  419. ],
  420. "engines": {
  421. "node": ">=18"
  422. }
  423. },
  424. "node_modules/@esbuild/freebsd-arm64": {
  425. "version": "0.25.0",
  426. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz",
  427. "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==",
  428. "cpu": [
  429. "arm64"
  430. ],
  431. "dev": true,
  432. "license": "MIT",
  433. "optional": true,
  434. "os": [
  435. "freebsd"
  436. ],
  437. "engines": {
  438. "node": ">=18"
  439. }
  440. },
  441. "node_modules/@esbuild/freebsd-x64": {
  442. "version": "0.25.0",
  443. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz",
  444. "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==",
  445. "cpu": [
  446. "x64"
  447. ],
  448. "dev": true,
  449. "license": "MIT",
  450. "optional": true,
  451. "os": [
  452. "freebsd"
  453. ],
  454. "engines": {
  455. "node": ">=18"
  456. }
  457. },
  458. "node_modules/@esbuild/linux-arm": {
  459. "version": "0.25.0",
  460. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz",
  461. "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==",
  462. "cpu": [
  463. "arm"
  464. ],
  465. "dev": true,
  466. "license": "MIT",
  467. "optional": true,
  468. "os": [
  469. "linux"
  470. ],
  471. "engines": {
  472. "node": ">=18"
  473. }
  474. },
  475. "node_modules/@esbuild/linux-arm64": {
  476. "version": "0.25.0",
  477. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz",
  478. "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==",
  479. "cpu": [
  480. "arm64"
  481. ],
  482. "dev": true,
  483. "license": "MIT",
  484. "optional": true,
  485. "os": [
  486. "linux"
  487. ],
  488. "engines": {
  489. "node": ">=18"
  490. }
  491. },
  492. "node_modules/@esbuild/linux-ia32": {
  493. "version": "0.25.0",
  494. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz",
  495. "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==",
  496. "cpu": [
  497. "ia32"
  498. ],
  499. "dev": true,
  500. "license": "MIT",
  501. "optional": true,
  502. "os": [
  503. "linux"
  504. ],
  505. "engines": {
  506. "node": ">=18"
  507. }
  508. },
  509. "node_modules/@esbuild/linux-loong64": {
  510. "version": "0.25.0",
  511. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz",
  512. "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==",
  513. "cpu": [
  514. "loong64"
  515. ],
  516. "dev": true,
  517. "license": "MIT",
  518. "optional": true,
  519. "os": [
  520. "linux"
  521. ],
  522. "engines": {
  523. "node": ">=18"
  524. }
  525. },
  526. "node_modules/@esbuild/linux-mips64el": {
  527. "version": "0.25.0",
  528. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz",
  529. "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==",
  530. "cpu": [
  531. "mips64el"
  532. ],
  533. "dev": true,
  534. "license": "MIT",
  535. "optional": true,
  536. "os": [
  537. "linux"
  538. ],
  539. "engines": {
  540. "node": ">=18"
  541. }
  542. },
  543. "node_modules/@esbuild/linux-ppc64": {
  544. "version": "0.25.0",
  545. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz",
  546. "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==",
  547. "cpu": [
  548. "ppc64"
  549. ],
  550. "dev": true,
  551. "license": "MIT",
  552. "optional": true,
  553. "os": [
  554. "linux"
  555. ],
  556. "engines": {
  557. "node": ">=18"
  558. }
  559. },
  560. "node_modules/@esbuild/linux-riscv64": {
  561. "version": "0.25.0",
  562. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz",
  563. "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==",
  564. "cpu": [
  565. "riscv64"
  566. ],
  567. "dev": true,
  568. "license": "MIT",
  569. "optional": true,
  570. "os": [
  571. "linux"
  572. ],
  573. "engines": {
  574. "node": ">=18"
  575. }
  576. },
  577. "node_modules/@esbuild/linux-s390x": {
  578. "version": "0.25.0",
  579. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz",
  580. "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==",
  581. "cpu": [
  582. "s390x"
  583. ],
  584. "dev": true,
  585. "license": "MIT",
  586. "optional": true,
  587. "os": [
  588. "linux"
  589. ],
  590. "engines": {
  591. "node": ">=18"
  592. }
  593. },
  594. "node_modules/@esbuild/linux-x64": {
  595. "version": "0.25.0",
  596. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz",
  597. "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==",
  598. "cpu": [
  599. "x64"
  600. ],
  601. "dev": true,
  602. "license": "MIT",
  603. "optional": true,
  604. "os": [
  605. "linux"
  606. ],
  607. "engines": {
  608. "node": ">=18"
  609. }
  610. },
  611. "node_modules/@esbuild/netbsd-arm64": {
  612. "version": "0.25.0",
  613. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz",
  614. "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==",
  615. "cpu": [
  616. "arm64"
  617. ],
  618. "dev": true,
  619. "license": "MIT",
  620. "optional": true,
  621. "os": [
  622. "netbsd"
  623. ],
  624. "engines": {
  625. "node": ">=18"
  626. }
  627. },
  628. "node_modules/@esbuild/netbsd-x64": {
  629. "version": "0.25.0",
  630. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz",
  631. "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==",
  632. "cpu": [
  633. "x64"
  634. ],
  635. "dev": true,
  636. "license": "MIT",
  637. "optional": true,
  638. "os": [
  639. "netbsd"
  640. ],
  641. "engines": {
  642. "node": ">=18"
  643. }
  644. },
  645. "node_modules/@esbuild/openbsd-arm64": {
  646. "version": "0.25.0",
  647. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz",
  648. "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==",
  649. "cpu": [
  650. "arm64"
  651. ],
  652. "dev": true,
  653. "license": "MIT",
  654. "optional": true,
  655. "os": [
  656. "openbsd"
  657. ],
  658. "engines": {
  659. "node": ">=18"
  660. }
  661. },
  662. "node_modules/@esbuild/openbsd-x64": {
  663. "version": "0.25.0",
  664. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz",
  665. "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==",
  666. "cpu": [
  667. "x64"
  668. ],
  669. "dev": true,
  670. "license": "MIT",
  671. "optional": true,
  672. "os": [
  673. "openbsd"
  674. ],
  675. "engines": {
  676. "node": ">=18"
  677. }
  678. },
  679. "node_modules/@esbuild/sunos-x64": {
  680. "version": "0.25.0",
  681. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz",
  682. "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==",
  683. "cpu": [
  684. "x64"
  685. ],
  686. "dev": true,
  687. "license": "MIT",
  688. "optional": true,
  689. "os": [
  690. "sunos"
  691. ],
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@esbuild/win32-arm64": {
  697. "version": "0.25.0",
  698. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz",
  699. "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==",
  700. "cpu": [
  701. "arm64"
  702. ],
  703. "dev": true,
  704. "license": "MIT",
  705. "optional": true,
  706. "os": [
  707. "win32"
  708. ],
  709. "engines": {
  710. "node": ">=18"
  711. }
  712. },
  713. "node_modules/@esbuild/win32-ia32": {
  714. "version": "0.25.0",
  715. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz",
  716. "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==",
  717. "cpu": [
  718. "ia32"
  719. ],
  720. "dev": true,
  721. "license": "MIT",
  722. "optional": true,
  723. "os": [
  724. "win32"
  725. ],
  726. "engines": {
  727. "node": ">=18"
  728. }
  729. },
  730. "node_modules/@esbuild/win32-x64": {
  731. "version": "0.25.0",
  732. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz",
  733. "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==",
  734. "cpu": [
  735. "x64"
  736. ],
  737. "dev": true,
  738. "license": "MIT",
  739. "optional": true,
  740. "os": [
  741. "win32"
  742. ],
  743. "engines": {
  744. "node": ">=18"
  745. }
  746. },
  747. "node_modules/@exodus/bytes": {
  748. "version": "1.15.0",
  749. "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.15.0.tgz",
  750. "integrity": "sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ==",
  751. "dev": true,
  752. "license": "MIT",
  753. "engines": {
  754. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  755. },
  756. "peerDependencies": {
  757. "@noble/hashes": "^1.8.0 || ^2.0.0"
  758. },
  759. "peerDependenciesMeta": {
  760. "@noble/hashes": {
  761. "optional": true
  762. }
  763. }
  764. },
  765. "node_modules/@intlify/core-base": {
  766. "version": "9.14.5",
  767. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.5.tgz",
  768. "integrity": "sha512-5ah5FqZG4pOoHjkvs8mjtv+gPKYU0zCISaYNjBNNqYiaITxW8ZtVih3GS/oTOqN8d9/mDLyrjD46GBApNxmlsA==",
  769. "license": "MIT",
  770. "dependencies": {
  771. "@intlify/message-compiler": "9.14.5",
  772. "@intlify/shared": "9.14.5"
  773. },
  774. "engines": {
  775. "node": ">= 16"
  776. },
  777. "funding": {
  778. "url": "https://github.com/sponsors/kazupon"
  779. }
  780. },
  781. "node_modules/@intlify/message-compiler": {
  782. "version": "9.14.5",
  783. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.5.tgz",
  784. "integrity": "sha512-IHzgEu61/YIpQV5Pc3aRWScDcnFKWvQA9kigcINcCBXN8mbW+vk9SK+lDxA6STzKQsVJxUPg9ACC52pKKo3SVQ==",
  785. "license": "MIT",
  786. "dependencies": {
  787. "@intlify/shared": "9.14.5",
  788. "source-map-js": "^1.0.2"
  789. },
  790. "engines": {
  791. "node": ">= 16"
  792. },
  793. "funding": {
  794. "url": "https://github.com/sponsors/kazupon"
  795. }
  796. },
  797. "node_modules/@intlify/shared": {
  798. "version": "9.14.5",
  799. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.5.tgz",
  800. "integrity": "sha512-9gB+E53BYuAEMhbCAxVgG38EZrk59sxBtv3jSizNL2hEWlgjBjAw1AwpLHtNaeda12pe6W20OGEa0TwuMSRbyQ==",
  801. "license": "MIT",
  802. "engines": {
  803. "node": ">= 16"
  804. },
  805. "funding": {
  806. "url": "https://github.com/sponsors/kazupon"
  807. }
  808. },
  809. "node_modules/@isaacs/cliui": {
  810. "version": "8.0.2",
  811. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  812. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  813. "dev": true,
  814. "license": "ISC",
  815. "dependencies": {
  816. "string-width": "^5.1.2",
  817. "string-width-cjs": "npm:string-width@^4.2.0",
  818. "strip-ansi": "^7.0.1",
  819. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  820. "wrap-ansi": "^8.1.0",
  821. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  822. },
  823. "engines": {
  824. "node": ">=12"
  825. }
  826. },
  827. "node_modules/@jridgewell/gen-mapping": {
  828. "version": "0.3.13",
  829. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  830. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  831. "license": "MIT",
  832. "dependencies": {
  833. "@jridgewell/sourcemap-codec": "^1.5.0",
  834. "@jridgewell/trace-mapping": "^0.3.24"
  835. }
  836. },
  837. "node_modules/@jridgewell/remapping": {
  838. "version": "2.3.5",
  839. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  840. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  841. "license": "MIT",
  842. "optional": true,
  843. "dependencies": {
  844. "@jridgewell/gen-mapping": "^0.3.5",
  845. "@jridgewell/trace-mapping": "^0.3.24"
  846. }
  847. },
  848. "node_modules/@jridgewell/resolve-uri": {
  849. "version": "3.1.2",
  850. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  851. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  852. "license": "MIT",
  853. "engines": {
  854. "node": ">=6.0.0"
  855. }
  856. },
  857. "node_modules/@jridgewell/sourcemap-codec": {
  858. "version": "1.5.5",
  859. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  860. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  861. "license": "MIT"
  862. },
  863. "node_modules/@jridgewell/trace-mapping": {
  864. "version": "0.3.31",
  865. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  866. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  867. "license": "MIT",
  868. "dependencies": {
  869. "@jridgewell/resolve-uri": "^3.1.0",
  870. "@jridgewell/sourcemap-codec": "^1.4.14"
  871. }
  872. },
  873. "node_modules/@napi-rs/wasm-runtime": {
  874. "version": "1.1.3",
  875. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
  876. "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
  877. "dev": true,
  878. "license": "MIT",
  879. "optional": true,
  880. "dependencies": {
  881. "@tybys/wasm-util": "^0.10.1"
  882. },
  883. "funding": {
  884. "type": "github",
  885. "url": "https://github.com/sponsors/Brooooooklyn"
  886. },
  887. "peerDependencies": {
  888. "@emnapi/core": "^1.7.1",
  889. "@emnapi/runtime": "^1.7.1"
  890. }
  891. },
  892. "node_modules/@nodelib/fs.scandir": {
  893. "version": "2.1.5",
  894. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  895. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  896. "license": "MIT",
  897. "dependencies": {
  898. "@nodelib/fs.stat": "2.0.5",
  899. "run-parallel": "^1.1.9"
  900. },
  901. "engines": {
  902. "node": ">= 8"
  903. }
  904. },
  905. "node_modules/@nodelib/fs.stat": {
  906. "version": "2.0.5",
  907. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  908. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  909. "license": "MIT",
  910. "engines": {
  911. "node": ">= 8"
  912. }
  913. },
  914. "node_modules/@nodelib/fs.walk": {
  915. "version": "1.2.8",
  916. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  917. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  918. "license": "MIT",
  919. "dependencies": {
  920. "@nodelib/fs.scandir": "2.1.5",
  921. "fastq": "^1.6.0"
  922. },
  923. "engines": {
  924. "node": ">= 8"
  925. }
  926. },
  927. "node_modules/@nuxt/kit": {
  928. "version": "3.21.2",
  929. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.21.2.tgz",
  930. "integrity": "sha512-Bd6m6mrDrqpBEbX+g0rc66/ALd1sxlgdx5nfK9MAYO0yKLTOSK7McSYz1KcOYn3LQFCXOWfvXwaqih/b+REI1g==",
  931. "license": "MIT",
  932. "optional": true,
  933. "dependencies": {
  934. "c12": "^3.3.3",
  935. "consola": "^3.4.2",
  936. "defu": "^6.1.4",
  937. "destr": "^2.0.5",
  938. "errx": "^0.1.0",
  939. "exsolve": "^1.0.8",
  940. "ignore": "^7.0.5",
  941. "jiti": "^2.6.1",
  942. "klona": "^2.0.6",
  943. "knitwork": "^1.3.0",
  944. "mlly": "^1.8.1",
  945. "ohash": "^2.0.11",
  946. "pathe": "^2.0.3",
  947. "pkg-types": "^2.3.0",
  948. "rc9": "^3.0.0",
  949. "scule": "^1.3.0",
  950. "semver": "^7.7.4",
  951. "tinyglobby": "^0.2.15",
  952. "ufo": "^1.6.3",
  953. "unctx": "^2.5.0",
  954. "untyped": "^2.0.0"
  955. },
  956. "engines": {
  957. "node": ">=18.12.0"
  958. }
  959. },
  960. "node_modules/@nuxt/kit/node_modules/jiti": {
  961. "version": "2.6.1",
  962. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  963. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  964. "license": "MIT",
  965. "optional": true,
  966. "bin": {
  967. "jiti": "lib/jiti-cli.mjs"
  968. }
  969. },
  970. "node_modules/@one-ini/wasm": {
  971. "version": "0.1.1",
  972. "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
  973. "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
  974. "dev": true,
  975. "license": "MIT"
  976. },
  977. "node_modules/@oxc-project/types": {
  978. "version": "0.124.0",
  979. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz",
  980. "integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==",
  981. "dev": true,
  982. "license": "MIT",
  983. "funding": {
  984. "url": "https://github.com/sponsors/Boshen"
  985. }
  986. },
  987. "node_modules/@pkgjs/parseargs": {
  988. "version": "0.11.0",
  989. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  990. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  991. "dev": true,
  992. "license": "MIT",
  993. "optional": true,
  994. "engines": {
  995. "node": ">=14"
  996. }
  997. },
  998. "node_modules/@rolldown/binding-android-arm64": {
  999. "version": "1.0.0-rc.15",
  1000. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
  1001. "integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
  1002. "cpu": [
  1003. "arm64"
  1004. ],
  1005. "dev": true,
  1006. "license": "MIT",
  1007. "optional": true,
  1008. "os": [
  1009. "android"
  1010. ],
  1011. "engines": {
  1012. "node": "^20.19.0 || >=22.12.0"
  1013. }
  1014. },
  1015. "node_modules/@rolldown/binding-darwin-arm64": {
  1016. "version": "1.0.0-rc.15",
  1017. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
  1018. "integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
  1019. "cpu": [
  1020. "arm64"
  1021. ],
  1022. "dev": true,
  1023. "license": "MIT",
  1024. "optional": true,
  1025. "os": [
  1026. "darwin"
  1027. ],
  1028. "engines": {
  1029. "node": "^20.19.0 || >=22.12.0"
  1030. }
  1031. },
  1032. "node_modules/@rolldown/binding-darwin-x64": {
  1033. "version": "1.0.0-rc.15",
  1034. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
  1035. "integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
  1036. "cpu": [
  1037. "x64"
  1038. ],
  1039. "dev": true,
  1040. "license": "MIT",
  1041. "optional": true,
  1042. "os": [
  1043. "darwin"
  1044. ],
  1045. "engines": {
  1046. "node": "^20.19.0 || >=22.12.0"
  1047. }
  1048. },
  1049. "node_modules/@rolldown/binding-freebsd-x64": {
  1050. "version": "1.0.0-rc.15",
  1051. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
  1052. "integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
  1053. "cpu": [
  1054. "x64"
  1055. ],
  1056. "dev": true,
  1057. "license": "MIT",
  1058. "optional": true,
  1059. "os": [
  1060. "freebsd"
  1061. ],
  1062. "engines": {
  1063. "node": "^20.19.0 || >=22.12.0"
  1064. }
  1065. },
  1066. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1067. "version": "1.0.0-rc.15",
  1068. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
  1069. "integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
  1070. "cpu": [
  1071. "arm"
  1072. ],
  1073. "dev": true,
  1074. "license": "MIT",
  1075. "optional": true,
  1076. "os": [
  1077. "linux"
  1078. ],
  1079. "engines": {
  1080. "node": "^20.19.0 || >=22.12.0"
  1081. }
  1082. },
  1083. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1084. "version": "1.0.0-rc.15",
  1085. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
  1086. "integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
  1087. "cpu": [
  1088. "arm64"
  1089. ],
  1090. "dev": true,
  1091. "license": "MIT",
  1092. "optional": true,
  1093. "os": [
  1094. "linux"
  1095. ],
  1096. "engines": {
  1097. "node": "^20.19.0 || >=22.12.0"
  1098. }
  1099. },
  1100. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1101. "version": "1.0.0-rc.15",
  1102. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
  1103. "integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
  1104. "cpu": [
  1105. "arm64"
  1106. ],
  1107. "dev": true,
  1108. "license": "MIT",
  1109. "optional": true,
  1110. "os": [
  1111. "linux"
  1112. ],
  1113. "engines": {
  1114. "node": "^20.19.0 || >=22.12.0"
  1115. }
  1116. },
  1117. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1118. "version": "1.0.0-rc.15",
  1119. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
  1120. "integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
  1121. "cpu": [
  1122. "ppc64"
  1123. ],
  1124. "dev": true,
  1125. "license": "MIT",
  1126. "optional": true,
  1127. "os": [
  1128. "linux"
  1129. ],
  1130. "engines": {
  1131. "node": "^20.19.0 || >=22.12.0"
  1132. }
  1133. },
  1134. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1135. "version": "1.0.0-rc.15",
  1136. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
  1137. "integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
  1138. "cpu": [
  1139. "s390x"
  1140. ],
  1141. "dev": true,
  1142. "license": "MIT",
  1143. "optional": true,
  1144. "os": [
  1145. "linux"
  1146. ],
  1147. "engines": {
  1148. "node": "^20.19.0 || >=22.12.0"
  1149. }
  1150. },
  1151. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1152. "version": "1.0.0-rc.15",
  1153. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz",
  1154. "integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==",
  1155. "cpu": [
  1156. "x64"
  1157. ],
  1158. "dev": true,
  1159. "license": "MIT",
  1160. "optional": true,
  1161. "os": [
  1162. "linux"
  1163. ],
  1164. "engines": {
  1165. "node": "^20.19.0 || >=22.12.0"
  1166. }
  1167. },
  1168. "node_modules/@rolldown/binding-linux-x64-musl": {
  1169. "version": "1.0.0-rc.15",
  1170. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
  1171. "integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
  1172. "cpu": [
  1173. "x64"
  1174. ],
  1175. "dev": true,
  1176. "license": "MIT",
  1177. "optional": true,
  1178. "os": [
  1179. "linux"
  1180. ],
  1181. "engines": {
  1182. "node": "^20.19.0 || >=22.12.0"
  1183. }
  1184. },
  1185. "node_modules/@rolldown/binding-openharmony-arm64": {
  1186. "version": "1.0.0-rc.15",
  1187. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
  1188. "integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
  1189. "cpu": [
  1190. "arm64"
  1191. ],
  1192. "dev": true,
  1193. "license": "MIT",
  1194. "optional": true,
  1195. "os": [
  1196. "openharmony"
  1197. ],
  1198. "engines": {
  1199. "node": "^20.19.0 || >=22.12.0"
  1200. }
  1201. },
  1202. "node_modules/@rolldown/binding-wasm32-wasi": {
  1203. "version": "1.0.0-rc.15",
  1204. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
  1205. "integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
  1206. "cpu": [
  1207. "wasm32"
  1208. ],
  1209. "dev": true,
  1210. "license": "MIT",
  1211. "optional": true,
  1212. "dependencies": {
  1213. "@emnapi/core": "1.9.2",
  1214. "@emnapi/runtime": "1.9.2",
  1215. "@napi-rs/wasm-runtime": "^1.1.3"
  1216. },
  1217. "engines": {
  1218. "node": ">=14.0.0"
  1219. }
  1220. },
  1221. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1222. "version": "1.0.0-rc.15",
  1223. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
  1224. "integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
  1225. "cpu": [
  1226. "arm64"
  1227. ],
  1228. "dev": true,
  1229. "license": "MIT",
  1230. "optional": true,
  1231. "os": [
  1232. "win32"
  1233. ],
  1234. "engines": {
  1235. "node": "^20.19.0 || >=22.12.0"
  1236. }
  1237. },
  1238. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1239. "version": "1.0.0-rc.15",
  1240. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
  1241. "integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
  1242. "cpu": [
  1243. "x64"
  1244. ],
  1245. "dev": true,
  1246. "license": "MIT",
  1247. "optional": true,
  1248. "os": [
  1249. "win32"
  1250. ],
  1251. "engines": {
  1252. "node": "^20.19.0 || >=22.12.0"
  1253. }
  1254. },
  1255. "node_modules/@rolldown/pluginutils": {
  1256. "version": "1.0.0-rc.15",
  1257. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz",
  1258. "integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==",
  1259. "dev": true,
  1260. "license": "MIT"
  1261. },
  1262. "node_modules/@rollup/rollup-android-arm-eabi": {
  1263. "version": "4.60.1",
  1264. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
  1265. "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
  1266. "cpu": [
  1267. "arm"
  1268. ],
  1269. "dev": true,
  1270. "license": "MIT",
  1271. "optional": true,
  1272. "os": [
  1273. "android"
  1274. ]
  1275. },
  1276. "node_modules/@rollup/rollup-android-arm64": {
  1277. "version": "4.60.1",
  1278. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
  1279. "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
  1280. "cpu": [
  1281. "arm64"
  1282. ],
  1283. "dev": true,
  1284. "license": "MIT",
  1285. "optional": true,
  1286. "os": [
  1287. "android"
  1288. ]
  1289. },
  1290. "node_modules/@rollup/rollup-darwin-arm64": {
  1291. "version": "4.60.1",
  1292. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
  1293. "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
  1294. "cpu": [
  1295. "arm64"
  1296. ],
  1297. "dev": true,
  1298. "license": "MIT",
  1299. "optional": true,
  1300. "os": [
  1301. "darwin"
  1302. ]
  1303. },
  1304. "node_modules/@rollup/rollup-darwin-x64": {
  1305. "version": "4.60.1",
  1306. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
  1307. "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
  1308. "cpu": [
  1309. "x64"
  1310. ],
  1311. "dev": true,
  1312. "license": "MIT",
  1313. "optional": true,
  1314. "os": [
  1315. "darwin"
  1316. ]
  1317. },
  1318. "node_modules/@rollup/rollup-freebsd-arm64": {
  1319. "version": "4.60.1",
  1320. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
  1321. "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
  1322. "cpu": [
  1323. "arm64"
  1324. ],
  1325. "dev": true,
  1326. "license": "MIT",
  1327. "optional": true,
  1328. "os": [
  1329. "freebsd"
  1330. ]
  1331. },
  1332. "node_modules/@rollup/rollup-freebsd-x64": {
  1333. "version": "4.60.1",
  1334. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
  1335. "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
  1336. "cpu": [
  1337. "x64"
  1338. ],
  1339. "dev": true,
  1340. "license": "MIT",
  1341. "optional": true,
  1342. "os": [
  1343. "freebsd"
  1344. ]
  1345. },
  1346. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1347. "version": "4.60.1",
  1348. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
  1349. "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
  1350. "cpu": [
  1351. "arm"
  1352. ],
  1353. "dev": true,
  1354. "license": "MIT",
  1355. "optional": true,
  1356. "os": [
  1357. "linux"
  1358. ]
  1359. },
  1360. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1361. "version": "4.60.1",
  1362. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
  1363. "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
  1364. "cpu": [
  1365. "arm"
  1366. ],
  1367. "dev": true,
  1368. "license": "MIT",
  1369. "optional": true,
  1370. "os": [
  1371. "linux"
  1372. ]
  1373. },
  1374. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1375. "version": "4.60.1",
  1376. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
  1377. "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
  1378. "cpu": [
  1379. "arm64"
  1380. ],
  1381. "dev": true,
  1382. "license": "MIT",
  1383. "optional": true,
  1384. "os": [
  1385. "linux"
  1386. ]
  1387. },
  1388. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1389. "version": "4.60.1",
  1390. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
  1391. "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
  1392. "cpu": [
  1393. "arm64"
  1394. ],
  1395. "dev": true,
  1396. "license": "MIT",
  1397. "optional": true,
  1398. "os": [
  1399. "linux"
  1400. ]
  1401. },
  1402. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1403. "version": "4.60.1",
  1404. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
  1405. "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
  1406. "cpu": [
  1407. "loong64"
  1408. ],
  1409. "dev": true,
  1410. "license": "MIT",
  1411. "optional": true,
  1412. "os": [
  1413. "linux"
  1414. ]
  1415. },
  1416. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1417. "version": "4.60.1",
  1418. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
  1419. "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
  1420. "cpu": [
  1421. "loong64"
  1422. ],
  1423. "dev": true,
  1424. "license": "MIT",
  1425. "optional": true,
  1426. "os": [
  1427. "linux"
  1428. ]
  1429. },
  1430. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1431. "version": "4.60.1",
  1432. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
  1433. "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
  1434. "cpu": [
  1435. "ppc64"
  1436. ],
  1437. "dev": true,
  1438. "license": "MIT",
  1439. "optional": true,
  1440. "os": [
  1441. "linux"
  1442. ]
  1443. },
  1444. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1445. "version": "4.60.1",
  1446. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
  1447. "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
  1448. "cpu": [
  1449. "ppc64"
  1450. ],
  1451. "dev": true,
  1452. "license": "MIT",
  1453. "optional": true,
  1454. "os": [
  1455. "linux"
  1456. ]
  1457. },
  1458. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1459. "version": "4.60.1",
  1460. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
  1461. "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
  1462. "cpu": [
  1463. "riscv64"
  1464. ],
  1465. "dev": true,
  1466. "license": "MIT",
  1467. "optional": true,
  1468. "os": [
  1469. "linux"
  1470. ]
  1471. },
  1472. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1473. "version": "4.60.1",
  1474. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
  1475. "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
  1476. "cpu": [
  1477. "riscv64"
  1478. ],
  1479. "dev": true,
  1480. "license": "MIT",
  1481. "optional": true,
  1482. "os": [
  1483. "linux"
  1484. ]
  1485. },
  1486. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1487. "version": "4.60.1",
  1488. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
  1489. "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
  1490. "cpu": [
  1491. "s390x"
  1492. ],
  1493. "dev": true,
  1494. "license": "MIT",
  1495. "optional": true,
  1496. "os": [
  1497. "linux"
  1498. ]
  1499. },
  1500. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1501. "version": "4.60.1",
  1502. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
  1503. "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
  1504. "cpu": [
  1505. "x64"
  1506. ],
  1507. "dev": true,
  1508. "license": "MIT",
  1509. "optional": true,
  1510. "os": [
  1511. "linux"
  1512. ]
  1513. },
  1514. "node_modules/@rollup/rollup-linux-x64-musl": {
  1515. "version": "4.60.1",
  1516. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
  1517. "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
  1518. "cpu": [
  1519. "x64"
  1520. ],
  1521. "dev": true,
  1522. "license": "MIT",
  1523. "optional": true,
  1524. "os": [
  1525. "linux"
  1526. ]
  1527. },
  1528. "node_modules/@rollup/rollup-openbsd-x64": {
  1529. "version": "4.60.1",
  1530. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
  1531. "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
  1532. "cpu": [
  1533. "x64"
  1534. ],
  1535. "dev": true,
  1536. "license": "MIT",
  1537. "optional": true,
  1538. "os": [
  1539. "openbsd"
  1540. ]
  1541. },
  1542. "node_modules/@rollup/rollup-openharmony-arm64": {
  1543. "version": "4.60.1",
  1544. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
  1545. "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
  1546. "cpu": [
  1547. "arm64"
  1548. ],
  1549. "dev": true,
  1550. "license": "MIT",
  1551. "optional": true,
  1552. "os": [
  1553. "openharmony"
  1554. ]
  1555. },
  1556. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1557. "version": "4.60.1",
  1558. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
  1559. "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
  1560. "cpu": [
  1561. "arm64"
  1562. ],
  1563. "dev": true,
  1564. "license": "MIT",
  1565. "optional": true,
  1566. "os": [
  1567. "win32"
  1568. ]
  1569. },
  1570. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1571. "version": "4.60.1",
  1572. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
  1573. "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
  1574. "cpu": [
  1575. "ia32"
  1576. ],
  1577. "dev": true,
  1578. "license": "MIT",
  1579. "optional": true,
  1580. "os": [
  1581. "win32"
  1582. ]
  1583. },
  1584. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1585. "version": "4.60.1",
  1586. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
  1587. "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
  1588. "cpu": [
  1589. "x64"
  1590. ],
  1591. "dev": true,
  1592. "license": "MIT",
  1593. "optional": true,
  1594. "os": [
  1595. "win32"
  1596. ]
  1597. },
  1598. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1599. "version": "4.60.1",
  1600. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
  1601. "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
  1602. "cpu": [
  1603. "x64"
  1604. ],
  1605. "dev": true,
  1606. "license": "MIT",
  1607. "optional": true,
  1608. "os": [
  1609. "win32"
  1610. ]
  1611. },
  1612. "node_modules/@standard-schema/spec": {
  1613. "version": "1.1.0",
  1614. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  1615. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  1616. "dev": true,
  1617. "license": "MIT"
  1618. },
  1619. "node_modules/@tanstack/match-sorter-utils": {
  1620. "version": "8.19.4",
  1621. "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.19.4.tgz",
  1622. "integrity": "sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==",
  1623. "license": "MIT",
  1624. "dependencies": {
  1625. "remove-accents": "0.5.0"
  1626. },
  1627. "engines": {
  1628. "node": ">=12"
  1629. },
  1630. "funding": {
  1631. "type": "github",
  1632. "url": "https://github.com/sponsors/tannerlinsley"
  1633. }
  1634. },
  1635. "node_modules/@tanstack/vue-query": {
  1636. "version": "5.96.2",
  1637. "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.96.2.tgz",
  1638. "integrity": "sha512-mDJoLG1kElNu0vFf8m+sdzka15lWXUZ3CXYVOuivHVdrbjjs5fI0o8i1iqAtIGGL5q+sek4XTbPeWW327zOgtQ==",
  1639. "license": "MIT",
  1640. "dependencies": {
  1641. "@tanstack/match-sorter-utils": "^8.19.4",
  1642. "@tanstack/query-core": "5.96.2",
  1643. "@vue/devtools-api": "^6.6.3",
  1644. "vue-demi": "^0.14.10"
  1645. },
  1646. "funding": {
  1647. "type": "github",
  1648. "url": "https://github.com/sponsors/tannerlinsley"
  1649. },
  1650. "peerDependencies": {
  1651. "@vue/composition-api": "^1.1.2",
  1652. "vue": "^2.6.0 || ^3.3.0"
  1653. },
  1654. "peerDependenciesMeta": {
  1655. "@vue/composition-api": {
  1656. "optional": true
  1657. }
  1658. }
  1659. },
  1660. "node_modules/@tanstack/vue-query/node_modules/@tanstack/query-core": {
  1661. "version": "5.96.2",
  1662. "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz",
  1663. "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==",
  1664. "license": "MIT",
  1665. "funding": {
  1666. "type": "github",
  1667. "url": "https://github.com/sponsors/tannerlinsley"
  1668. }
  1669. },
  1670. "node_modules/@tweenjs/tween.js": {
  1671. "version": "23.1.3",
  1672. "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
  1673. "integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
  1674. "license": "MIT"
  1675. },
  1676. "node_modules/@tybys/wasm-util": {
  1677. "version": "0.10.1",
  1678. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  1679. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  1680. "dev": true,
  1681. "license": "MIT",
  1682. "optional": true,
  1683. "dependencies": {
  1684. "tslib": "^2.4.0"
  1685. }
  1686. },
  1687. "node_modules/@types/chai": {
  1688. "version": "5.2.3",
  1689. "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
  1690. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  1691. "dev": true,
  1692. "license": "MIT",
  1693. "dependencies": {
  1694. "@types/deep-eql": "*",
  1695. "assertion-error": "^2.0.1"
  1696. }
  1697. },
  1698. "node_modules/@types/deep-eql": {
  1699. "version": "4.0.2",
  1700. "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  1701. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  1702. "dev": true,
  1703. "license": "MIT"
  1704. },
  1705. "node_modules/@types/estree": {
  1706. "version": "1.0.8",
  1707. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1708. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1709. "devOptional": true,
  1710. "license": "MIT"
  1711. },
  1712. "node_modules/@types/node": {
  1713. "version": "20.19.37",
  1714. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz",
  1715. "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==",
  1716. "dev": true,
  1717. "license": "MIT",
  1718. "peer": true,
  1719. "dependencies": {
  1720. "undici-types": "~6.21.0"
  1721. }
  1722. },
  1723. "node_modules/@types/stats.js": {
  1724. "version": "0.17.4",
  1725. "resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz",
  1726. "integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
  1727. "license": "MIT"
  1728. },
  1729. "node_modules/@types/three": {
  1730. "version": "0.183.1",
  1731. "resolved": "https://registry.npmjs.org/@types/three/-/three-0.183.1.tgz",
  1732. "integrity": "sha512-f2Pu5Hrepfgavttdye3PsH5RWyY/AvdZQwIVhrc4uNtvF7nOWJacQKcoVJn0S4f0yYbmAE6AR+ve7xDcuYtMGw==",
  1733. "license": "MIT",
  1734. "dependencies": {
  1735. "@dimforge/rapier3d-compat": "~0.12.0",
  1736. "@tweenjs/tween.js": "~23.1.3",
  1737. "@types/stats.js": "*",
  1738. "@types/webxr": ">=0.5.17",
  1739. "@webgpu/types": "*",
  1740. "fflate": "~0.8.2",
  1741. "meshoptimizer": "~1.0.1"
  1742. }
  1743. },
  1744. "node_modules/@types/web-bluetooth": {
  1745. "version": "0.0.20",
  1746. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1747. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1748. "license": "MIT"
  1749. },
  1750. "node_modules/@types/webxr": {
  1751. "version": "0.5.24",
  1752. "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.24.tgz",
  1753. "integrity": "sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==",
  1754. "license": "MIT"
  1755. },
  1756. "node_modules/@vitejs/plugin-vue": {
  1757. "version": "5.2.4",
  1758. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  1759. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  1760. "dev": true,
  1761. "license": "MIT",
  1762. "engines": {
  1763. "node": "^18.0.0 || >=20.0.0"
  1764. },
  1765. "peerDependencies": {
  1766. "vite": "^5.0.0 || ^6.0.0",
  1767. "vue": "^3.2.25"
  1768. }
  1769. },
  1770. "node_modules/@vitest/expect": {
  1771. "version": "4.1.4",
  1772. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.4.tgz",
  1773. "integrity": "sha512-iPBpra+VDuXmBFI3FMKHSFXp3Gx5HfmSCE8X67Dn+bwephCnQCaB7qWK2ldHa+8ncN8hJU8VTMcxjPpyMkUjww==",
  1774. "dev": true,
  1775. "license": "MIT",
  1776. "dependencies": {
  1777. "@standard-schema/spec": "^1.1.0",
  1778. "@types/chai": "^5.2.2",
  1779. "@vitest/spy": "4.1.4",
  1780. "@vitest/utils": "4.1.4",
  1781. "chai": "^6.2.2",
  1782. "tinyrainbow": "^3.1.0"
  1783. },
  1784. "funding": {
  1785. "url": "https://opencollective.com/vitest"
  1786. }
  1787. },
  1788. "node_modules/@vitest/pretty-format": {
  1789. "version": "4.1.4",
  1790. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.4.tgz",
  1791. "integrity": "sha512-ddmDHU0gjEUyEVLxtZa7xamrpIefdEETu3nZjWtHeZX4QxqJ7tRxSteHVXJOcr8jhiLoGAhkK4WJ3WqBpjx42A==",
  1792. "dev": true,
  1793. "license": "MIT",
  1794. "dependencies": {
  1795. "tinyrainbow": "^3.1.0"
  1796. },
  1797. "funding": {
  1798. "url": "https://opencollective.com/vitest"
  1799. }
  1800. },
  1801. "node_modules/@vitest/runner": {
  1802. "version": "4.1.4",
  1803. "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.4.tgz",
  1804. "integrity": "sha512-xTp7VZ5aXP5ZJrn15UtJUWlx6qXLnGtF6jNxHepdPHpMfz/aVPx+htHtgcAL2mDXJgKhpoo2e9/hVJsIeFbytQ==",
  1805. "dev": true,
  1806. "license": "MIT",
  1807. "dependencies": {
  1808. "@vitest/utils": "4.1.4",
  1809. "pathe": "^2.0.3"
  1810. },
  1811. "funding": {
  1812. "url": "https://opencollective.com/vitest"
  1813. }
  1814. },
  1815. "node_modules/@vitest/snapshot": {
  1816. "version": "4.1.4",
  1817. "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.4.tgz",
  1818. "integrity": "sha512-MCjCFgaS8aZz+m5nTcEcgk/xhWv0rEH4Yl53PPlMXOZ1/Ka2VcZU6CJ+MgYCZbcJvzGhQRjVrGQNZqkGPttIKw==",
  1819. "dev": true,
  1820. "license": "MIT",
  1821. "dependencies": {
  1822. "@vitest/pretty-format": "4.1.4",
  1823. "@vitest/utils": "4.1.4",
  1824. "magic-string": "^0.30.21",
  1825. "pathe": "^2.0.3"
  1826. },
  1827. "funding": {
  1828. "url": "https://opencollective.com/vitest"
  1829. }
  1830. },
  1831. "node_modules/@vitest/spy": {
  1832. "version": "4.1.4",
  1833. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.4.tgz",
  1834. "integrity": "sha512-XxNdAsKW7C+FLydqFJLb5KhJtl3PGCMmYwFRfhvIgxJvLSXhhVI1zM8f1qD3Zg7RCjTSzDVyct6sghs9UEgBEQ==",
  1835. "dev": true,
  1836. "license": "MIT",
  1837. "funding": {
  1838. "url": "https://opencollective.com/vitest"
  1839. }
  1840. },
  1841. "node_modules/@vitest/utils": {
  1842. "version": "4.1.4",
  1843. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.4.tgz",
  1844. "integrity": "sha512-13QMT+eysM5uVGa1rG4kegGYNp6cnQcsTc67ELFbhNLQO+vgsygtYJx2khvdt4gVQqSSpC/KT5FZZxUpP3Oatw==",
  1845. "dev": true,
  1846. "license": "MIT",
  1847. "dependencies": {
  1848. "@vitest/pretty-format": "4.1.4",
  1849. "convert-source-map": "^2.0.0",
  1850. "tinyrainbow": "^3.1.0"
  1851. },
  1852. "funding": {
  1853. "url": "https://opencollective.com/vitest"
  1854. }
  1855. },
  1856. "node_modules/@volar/language-core": {
  1857. "version": "2.4.15",
  1858. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.15.tgz",
  1859. "integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
  1860. "dev": true,
  1861. "license": "MIT",
  1862. "dependencies": {
  1863. "@volar/source-map": "2.4.15"
  1864. }
  1865. },
  1866. "node_modules/@volar/source-map": {
  1867. "version": "2.4.15",
  1868. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.15.tgz",
  1869. "integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
  1870. "dev": true,
  1871. "license": "MIT"
  1872. },
  1873. "node_modules/@volar/typescript": {
  1874. "version": "2.4.15",
  1875. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.15.tgz",
  1876. "integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
  1877. "dev": true,
  1878. "license": "MIT",
  1879. "dependencies": {
  1880. "@volar/language-core": "2.4.15",
  1881. "path-browserify": "^1.0.1",
  1882. "vscode-uri": "^3.0.8"
  1883. }
  1884. },
  1885. "node_modules/@vue/compiler-core": {
  1886. "version": "3.5.32",
  1887. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
  1888. "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "@babel/parser": "^7.29.2",
  1892. "@vue/shared": "3.5.32",
  1893. "entities": "^7.0.1",
  1894. "estree-walker": "^2.0.2",
  1895. "source-map-js": "^1.2.1"
  1896. }
  1897. },
  1898. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  1899. "version": "2.0.2",
  1900. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1901. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1902. "license": "MIT"
  1903. },
  1904. "node_modules/@vue/compiler-dom": {
  1905. "version": "3.5.32",
  1906. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
  1907. "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
  1908. "license": "MIT",
  1909. "dependencies": {
  1910. "@vue/compiler-core": "3.5.32",
  1911. "@vue/shared": "3.5.32"
  1912. }
  1913. },
  1914. "node_modules/@vue/compiler-sfc": {
  1915. "version": "3.5.32",
  1916. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
  1917. "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
  1918. "license": "MIT",
  1919. "dependencies": {
  1920. "@babel/parser": "^7.29.2",
  1921. "@vue/compiler-core": "3.5.32",
  1922. "@vue/compiler-dom": "3.5.32",
  1923. "@vue/compiler-ssr": "3.5.32",
  1924. "@vue/shared": "3.5.32",
  1925. "estree-walker": "^2.0.2",
  1926. "magic-string": "^0.30.21",
  1927. "postcss": "^8.5.8",
  1928. "source-map-js": "^1.2.1"
  1929. }
  1930. },
  1931. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  1932. "version": "2.0.2",
  1933. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1934. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1935. "license": "MIT"
  1936. },
  1937. "node_modules/@vue/compiler-ssr": {
  1938. "version": "3.5.32",
  1939. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
  1940. "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
  1941. "license": "MIT",
  1942. "dependencies": {
  1943. "@vue/compiler-dom": "3.5.32",
  1944. "@vue/shared": "3.5.32"
  1945. }
  1946. },
  1947. "node_modules/@vue/compiler-vue2": {
  1948. "version": "2.7.16",
  1949. "resolved": "https://registry.npmjs.org/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1950. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1951. "dev": true,
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "de-indent": "^1.0.2",
  1955. "he": "^1.2.0"
  1956. }
  1957. },
  1958. "node_modules/@vue/devtools-api": {
  1959. "version": "6.6.4",
  1960. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1961. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1962. "license": "MIT"
  1963. },
  1964. "node_modules/@vue/language-core": {
  1965. "version": "2.2.12",
  1966. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.12.tgz",
  1967. "integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
  1968. "dev": true,
  1969. "license": "MIT",
  1970. "dependencies": {
  1971. "@volar/language-core": "2.4.15",
  1972. "@vue/compiler-dom": "^3.5.0",
  1973. "@vue/compiler-vue2": "^2.7.16",
  1974. "@vue/shared": "^3.5.0",
  1975. "alien-signals": "^1.0.3",
  1976. "minimatch": "^9.0.3",
  1977. "muggle-string": "^0.4.1",
  1978. "path-browserify": "^1.0.1"
  1979. },
  1980. "peerDependencies": {
  1981. "typescript": "*"
  1982. },
  1983. "peerDependenciesMeta": {
  1984. "typescript": {
  1985. "optional": true
  1986. }
  1987. }
  1988. },
  1989. "node_modules/@vue/reactivity": {
  1990. "version": "3.5.32",
  1991. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
  1992. "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
  1993. "license": "MIT",
  1994. "dependencies": {
  1995. "@vue/shared": "3.5.32"
  1996. }
  1997. },
  1998. "node_modules/@vue/runtime-core": {
  1999. "version": "3.5.32",
  2000. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
  2001. "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
  2002. "license": "MIT",
  2003. "dependencies": {
  2004. "@vue/reactivity": "3.5.32",
  2005. "@vue/shared": "3.5.32"
  2006. }
  2007. },
  2008. "node_modules/@vue/runtime-dom": {
  2009. "version": "3.5.32",
  2010. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
  2011. "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "@vue/reactivity": "3.5.32",
  2015. "@vue/runtime-core": "3.5.32",
  2016. "@vue/shared": "3.5.32",
  2017. "csstype": "^3.2.3"
  2018. }
  2019. },
  2020. "node_modules/@vue/server-renderer": {
  2021. "version": "3.5.32",
  2022. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
  2023. "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
  2024. "license": "MIT",
  2025. "dependencies": {
  2026. "@vue/compiler-ssr": "3.5.32",
  2027. "@vue/shared": "3.5.32"
  2028. },
  2029. "peerDependencies": {
  2030. "vue": "3.5.32"
  2031. }
  2032. },
  2033. "node_modules/@vue/shared": {
  2034. "version": "3.5.32",
  2035. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
  2036. "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
  2037. "license": "MIT"
  2038. },
  2039. "node_modules/@vue/test-utils": {
  2040. "version": "2.4.6",
  2041. "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz",
  2042. "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
  2043. "dev": true,
  2044. "license": "MIT",
  2045. "dependencies": {
  2046. "js-beautify": "^1.14.9",
  2047. "vue-component-type-helpers": "^2.0.0"
  2048. }
  2049. },
  2050. "node_modules/@vueuse/core": {
  2051. "version": "10.11.1",
  2052. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  2053. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  2054. "license": "MIT",
  2055. "dependencies": {
  2056. "@types/web-bluetooth": "^0.0.20",
  2057. "@vueuse/metadata": "10.11.1",
  2058. "@vueuse/shared": "10.11.1",
  2059. "vue-demi": ">=0.14.8"
  2060. },
  2061. "funding": {
  2062. "url": "https://github.com/sponsors/antfu"
  2063. }
  2064. },
  2065. "node_modules/@vueuse/metadata": {
  2066. "version": "10.11.1",
  2067. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  2068. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  2069. "license": "MIT",
  2070. "funding": {
  2071. "url": "https://github.com/sponsors/antfu"
  2072. }
  2073. },
  2074. "node_modules/@vueuse/motion": {
  2075. "version": "2.2.6",
  2076. "resolved": "https://registry.npmjs.org/@vueuse/motion/-/motion-2.2.6.tgz",
  2077. "integrity": "sha512-gKFktPtrdypSv44SaW1oBJKLBiP6kE5NcoQ6RsAU3InemESdiAutgQncfPe/rhLSLCtL4jTAhMmFfxoR6gm5LQ==",
  2078. "license": "MIT",
  2079. "dependencies": {
  2080. "@vueuse/core": "^10.10.0",
  2081. "@vueuse/shared": "^10.10.0",
  2082. "csstype": "^3.1.3",
  2083. "framesync": "^6.1.2",
  2084. "popmotion": "^11.0.5",
  2085. "style-value-types": "^5.1.2"
  2086. },
  2087. "optionalDependencies": {
  2088. "@nuxt/kit": "^3.13.0"
  2089. },
  2090. "peerDependencies": {
  2091. "vue": ">=3.0.0"
  2092. }
  2093. },
  2094. "node_modules/@vueuse/shared": {
  2095. "version": "10.11.1",
  2096. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  2097. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  2098. "license": "MIT",
  2099. "dependencies": {
  2100. "vue-demi": ">=0.14.8"
  2101. },
  2102. "funding": {
  2103. "url": "https://github.com/sponsors/antfu"
  2104. }
  2105. },
  2106. "node_modules/@webgpu/types": {
  2107. "version": "0.1.69",
  2108. "resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.69.tgz",
  2109. "integrity": "sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==",
  2110. "license": "BSD-3-Clause"
  2111. },
  2112. "node_modules/abbrev": {
  2113. "version": "2.0.0",
  2114. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
  2115. "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  2116. "dev": true,
  2117. "license": "ISC",
  2118. "engines": {
  2119. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2120. }
  2121. },
  2122. "node_modules/acorn": {
  2123. "version": "8.16.0",
  2124. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2125. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2126. "license": "MIT",
  2127. "optional": true,
  2128. "bin": {
  2129. "acorn": "bin/acorn"
  2130. },
  2131. "engines": {
  2132. "node": ">=0.4.0"
  2133. }
  2134. },
  2135. "node_modules/alien-signals": {
  2136. "version": "1.0.13",
  2137. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-1.0.13.tgz",
  2138. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2139. "dev": true,
  2140. "license": "MIT"
  2141. },
  2142. "node_modules/ansi-regex": {
  2143. "version": "6.2.2",
  2144. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  2145. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  2146. "dev": true,
  2147. "license": "MIT",
  2148. "engines": {
  2149. "node": ">=12"
  2150. },
  2151. "funding": {
  2152. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2153. }
  2154. },
  2155. "node_modules/ansi-styles": {
  2156. "version": "6.2.3",
  2157. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  2158. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  2159. "dev": true,
  2160. "license": "MIT",
  2161. "engines": {
  2162. "node": ">=12"
  2163. },
  2164. "funding": {
  2165. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2166. }
  2167. },
  2168. "node_modules/any-promise": {
  2169. "version": "1.3.0",
  2170. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2171. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2172. "license": "MIT"
  2173. },
  2174. "node_modules/anymatch": {
  2175. "version": "3.1.3",
  2176. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2177. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2178. "license": "ISC",
  2179. "dependencies": {
  2180. "normalize-path": "^3.0.0",
  2181. "picomatch": "^2.0.4"
  2182. },
  2183. "engines": {
  2184. "node": ">= 8"
  2185. }
  2186. },
  2187. "node_modules/arg": {
  2188. "version": "5.0.2",
  2189. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  2190. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  2191. "license": "MIT"
  2192. },
  2193. "node_modules/assertion-error": {
  2194. "version": "2.0.1",
  2195. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  2196. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  2197. "dev": true,
  2198. "license": "MIT",
  2199. "engines": {
  2200. "node": ">=12"
  2201. }
  2202. },
  2203. "node_modules/autoprefixer": {
  2204. "version": "10.4.27",
  2205. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
  2206. "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  2207. "dev": true,
  2208. "funding": [
  2209. {
  2210. "type": "opencollective",
  2211. "url": "https://opencollective.com/postcss/"
  2212. },
  2213. {
  2214. "type": "tidelift",
  2215. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2216. },
  2217. {
  2218. "type": "github",
  2219. "url": "https://github.com/sponsors/ai"
  2220. }
  2221. ],
  2222. "license": "MIT",
  2223. "dependencies": {
  2224. "browserslist": "^4.28.1",
  2225. "caniuse-lite": "^1.0.30001774",
  2226. "fraction.js": "^5.3.4",
  2227. "picocolors": "^1.1.1",
  2228. "postcss-value-parser": "^4.2.0"
  2229. },
  2230. "bin": {
  2231. "autoprefixer": "bin/autoprefixer"
  2232. },
  2233. "engines": {
  2234. "node": "^10 || ^12 || >=14"
  2235. },
  2236. "peerDependencies": {
  2237. "postcss": "^8.1.0"
  2238. }
  2239. },
  2240. "node_modules/balanced-match": {
  2241. "version": "1.0.2",
  2242. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2243. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2244. "dev": true,
  2245. "license": "MIT"
  2246. },
  2247. "node_modules/baseline-browser-mapping": {
  2248. "version": "2.10.13",
  2249. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.13.tgz",
  2250. "integrity": "sha512-BL2sTuHOdy0YT1lYieUxTw/QMtPBC3pmlJC6xk8BBYVv6vcw3SGdKemQ+Xsx9ik2F/lYDO9tqsFQH1r9PFuHKw==",
  2251. "dev": true,
  2252. "license": "Apache-2.0",
  2253. "bin": {
  2254. "baseline-browser-mapping": "dist/cli.cjs"
  2255. },
  2256. "engines": {
  2257. "node": ">=6.0.0"
  2258. }
  2259. },
  2260. "node_modules/bidi-js": {
  2261. "version": "1.0.3",
  2262. "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
  2263. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  2264. "dev": true,
  2265. "license": "MIT",
  2266. "dependencies": {
  2267. "require-from-string": "^2.0.2"
  2268. }
  2269. },
  2270. "node_modules/binary-extensions": {
  2271. "version": "2.3.0",
  2272. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2273. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2274. "license": "MIT",
  2275. "engines": {
  2276. "node": ">=8"
  2277. },
  2278. "funding": {
  2279. "url": "https://github.com/sponsors/sindresorhus"
  2280. }
  2281. },
  2282. "node_modules/brace-expansion": {
  2283. "version": "2.0.3",
  2284. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  2285. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  2286. "dev": true,
  2287. "license": "MIT",
  2288. "dependencies": {
  2289. "balanced-match": "^1.0.0"
  2290. }
  2291. },
  2292. "node_modules/braces": {
  2293. "version": "3.0.3",
  2294. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2295. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2296. "license": "MIT",
  2297. "dependencies": {
  2298. "fill-range": "^7.1.1"
  2299. },
  2300. "engines": {
  2301. "node": ">=8"
  2302. }
  2303. },
  2304. "node_modules/browserslist": {
  2305. "version": "4.28.2",
  2306. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  2307. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  2308. "dev": true,
  2309. "funding": [
  2310. {
  2311. "type": "opencollective",
  2312. "url": "https://opencollective.com/browserslist"
  2313. },
  2314. {
  2315. "type": "tidelift",
  2316. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2317. },
  2318. {
  2319. "type": "github",
  2320. "url": "https://github.com/sponsors/ai"
  2321. }
  2322. ],
  2323. "license": "MIT",
  2324. "peer": true,
  2325. "dependencies": {
  2326. "baseline-browser-mapping": "^2.10.12",
  2327. "caniuse-lite": "^1.0.30001782",
  2328. "electron-to-chromium": "^1.5.328",
  2329. "node-releases": "^2.0.36",
  2330. "update-browserslist-db": "^1.2.3"
  2331. },
  2332. "bin": {
  2333. "browserslist": "cli.js"
  2334. },
  2335. "engines": {
  2336. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2337. }
  2338. },
  2339. "node_modules/c12": {
  2340. "version": "3.3.4",
  2341. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  2342. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  2343. "license": "MIT",
  2344. "optional": true,
  2345. "dependencies": {
  2346. "chokidar": "^5.0.0",
  2347. "confbox": "^0.2.4",
  2348. "defu": "^6.1.6",
  2349. "dotenv": "^17.3.1",
  2350. "exsolve": "^1.0.8",
  2351. "giget": "^3.2.0",
  2352. "jiti": "^2.6.1",
  2353. "ohash": "^2.0.11",
  2354. "pathe": "^2.0.3",
  2355. "perfect-debounce": "^2.1.0",
  2356. "pkg-types": "^2.3.0",
  2357. "rc9": "^3.0.1"
  2358. },
  2359. "peerDependencies": {
  2360. "magicast": "*"
  2361. },
  2362. "peerDependenciesMeta": {
  2363. "magicast": {
  2364. "optional": true
  2365. }
  2366. }
  2367. },
  2368. "node_modules/c12/node_modules/chokidar": {
  2369. "version": "5.0.0",
  2370. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2371. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2372. "license": "MIT",
  2373. "optional": true,
  2374. "dependencies": {
  2375. "readdirp": "^5.0.0"
  2376. },
  2377. "engines": {
  2378. "node": ">= 20.19.0"
  2379. },
  2380. "funding": {
  2381. "url": "https://paulmillr.com/funding/"
  2382. }
  2383. },
  2384. "node_modules/c12/node_modules/jiti": {
  2385. "version": "2.6.1",
  2386. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  2387. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  2388. "license": "MIT",
  2389. "optional": true,
  2390. "bin": {
  2391. "jiti": "lib/jiti-cli.mjs"
  2392. }
  2393. },
  2394. "node_modules/c12/node_modules/readdirp": {
  2395. "version": "5.0.0",
  2396. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  2397. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  2398. "license": "MIT",
  2399. "optional": true,
  2400. "engines": {
  2401. "node": ">= 20.19.0"
  2402. },
  2403. "funding": {
  2404. "type": "individual",
  2405. "url": "https://paulmillr.com/funding/"
  2406. }
  2407. },
  2408. "node_modules/camelcase-css": {
  2409. "version": "2.0.1",
  2410. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  2411. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  2412. "license": "MIT",
  2413. "engines": {
  2414. "node": ">= 6"
  2415. }
  2416. },
  2417. "node_modules/caniuse-lite": {
  2418. "version": "1.0.30001784",
  2419. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001784.tgz",
  2420. "integrity": "sha512-WU346nBTklUV9YfUl60fqRbU5ZqyXlqvo1SgigE1OAXK5bFL8LL9q1K7aap3N739l4BvNqnkm3YrGHiY9sfUQw==",
  2421. "dev": true,
  2422. "funding": [
  2423. {
  2424. "type": "opencollective",
  2425. "url": "https://opencollective.com/browserslist"
  2426. },
  2427. {
  2428. "type": "tidelift",
  2429. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2430. },
  2431. {
  2432. "type": "github",
  2433. "url": "https://github.com/sponsors/ai"
  2434. }
  2435. ],
  2436. "license": "CC-BY-4.0"
  2437. },
  2438. "node_modules/chai": {
  2439. "version": "6.2.2",
  2440. "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
  2441. "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
  2442. "dev": true,
  2443. "license": "MIT",
  2444. "engines": {
  2445. "node": ">=18"
  2446. }
  2447. },
  2448. "node_modules/chokidar": {
  2449. "version": "3.6.0",
  2450. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  2451. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2452. "license": "MIT",
  2453. "dependencies": {
  2454. "anymatch": "~3.1.2",
  2455. "braces": "~3.0.2",
  2456. "glob-parent": "~5.1.2",
  2457. "is-binary-path": "~2.1.0",
  2458. "is-glob": "~4.0.1",
  2459. "normalize-path": "~3.0.0",
  2460. "readdirp": "~3.6.0"
  2461. },
  2462. "engines": {
  2463. "node": ">= 8.10.0"
  2464. },
  2465. "funding": {
  2466. "url": "https://paulmillr.com/funding/"
  2467. },
  2468. "optionalDependencies": {
  2469. "fsevents": "~2.3.2"
  2470. }
  2471. },
  2472. "node_modules/chokidar/node_modules/glob-parent": {
  2473. "version": "5.1.2",
  2474. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2475. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2476. "license": "ISC",
  2477. "dependencies": {
  2478. "is-glob": "^4.0.1"
  2479. },
  2480. "engines": {
  2481. "node": ">= 6"
  2482. }
  2483. },
  2484. "node_modules/citty": {
  2485. "version": "0.1.6",
  2486. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  2487. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  2488. "license": "MIT",
  2489. "optional": true,
  2490. "dependencies": {
  2491. "consola": "^3.2.3"
  2492. }
  2493. },
  2494. "node_modules/class-variance-authority": {
  2495. "version": "0.7.1",
  2496. "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  2497. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  2498. "license": "Apache-2.0",
  2499. "dependencies": {
  2500. "clsx": "^2.1.1"
  2501. },
  2502. "funding": {
  2503. "url": "https://polar.sh/cva"
  2504. }
  2505. },
  2506. "node_modules/clsx": {
  2507. "version": "2.1.1",
  2508. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2509. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2510. "license": "MIT",
  2511. "engines": {
  2512. "node": ">=6"
  2513. }
  2514. },
  2515. "node_modules/color-convert": {
  2516. "version": "2.0.1",
  2517. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2518. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2519. "dev": true,
  2520. "license": "MIT",
  2521. "dependencies": {
  2522. "color-name": "~1.1.4"
  2523. },
  2524. "engines": {
  2525. "node": ">=7.0.0"
  2526. }
  2527. },
  2528. "node_modules/color-name": {
  2529. "version": "1.1.4",
  2530. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2531. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2532. "dev": true,
  2533. "license": "MIT"
  2534. },
  2535. "node_modules/commander": {
  2536. "version": "4.1.1",
  2537. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  2538. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2539. "license": "MIT",
  2540. "engines": {
  2541. "node": ">= 6"
  2542. }
  2543. },
  2544. "node_modules/confbox": {
  2545. "version": "0.2.4",
  2546. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  2547. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2548. "license": "MIT",
  2549. "optional": true
  2550. },
  2551. "node_modules/config-chain": {
  2552. "version": "1.1.13",
  2553. "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
  2554. "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
  2555. "dev": true,
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "ini": "^1.3.4",
  2559. "proto-list": "~1.2.1"
  2560. }
  2561. },
  2562. "node_modules/consola": {
  2563. "version": "3.4.2",
  2564. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  2565. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  2566. "license": "MIT",
  2567. "optional": true,
  2568. "engines": {
  2569. "node": "^14.18.0 || >=16.10.0"
  2570. }
  2571. },
  2572. "node_modules/convert-source-map": {
  2573. "version": "2.0.0",
  2574. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2575. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2576. "dev": true,
  2577. "license": "MIT"
  2578. },
  2579. "node_modules/cross-spawn": {
  2580. "version": "7.0.6",
  2581. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2582. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2583. "dev": true,
  2584. "license": "MIT",
  2585. "dependencies": {
  2586. "path-key": "^3.1.0",
  2587. "shebang-command": "^2.0.0",
  2588. "which": "^2.0.1"
  2589. },
  2590. "engines": {
  2591. "node": ">= 8"
  2592. }
  2593. },
  2594. "node_modules/css-tree": {
  2595. "version": "3.2.1",
  2596. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2597. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2598. "dev": true,
  2599. "license": "MIT",
  2600. "dependencies": {
  2601. "mdn-data": "2.27.1",
  2602. "source-map-js": "^1.2.1"
  2603. },
  2604. "engines": {
  2605. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2606. }
  2607. },
  2608. "node_modules/cssesc": {
  2609. "version": "3.0.0",
  2610. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2611. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2612. "license": "MIT",
  2613. "bin": {
  2614. "cssesc": "bin/cssesc"
  2615. },
  2616. "engines": {
  2617. "node": ">=4"
  2618. }
  2619. },
  2620. "node_modules/csstype": {
  2621. "version": "3.2.3",
  2622. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2623. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2624. "license": "MIT"
  2625. },
  2626. "node_modules/data-urls": {
  2627. "version": "7.0.0",
  2628. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz",
  2629. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  2630. "dev": true,
  2631. "license": "MIT",
  2632. "dependencies": {
  2633. "whatwg-mimetype": "^5.0.0",
  2634. "whatwg-url": "^16.0.0"
  2635. },
  2636. "engines": {
  2637. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  2638. }
  2639. },
  2640. "node_modules/date-fns": {
  2641. "version": "3.6.0",
  2642. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
  2643. "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
  2644. "license": "MIT",
  2645. "funding": {
  2646. "type": "github",
  2647. "url": "https://github.com/sponsors/kossnocorp"
  2648. }
  2649. },
  2650. "node_modules/de-indent": {
  2651. "version": "1.0.2",
  2652. "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
  2653. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  2654. "dev": true,
  2655. "license": "MIT"
  2656. },
  2657. "node_modules/decimal.js": {
  2658. "version": "10.6.0",
  2659. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  2660. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  2661. "dev": true,
  2662. "license": "MIT"
  2663. },
  2664. "node_modules/defu": {
  2665. "version": "6.1.6",
  2666. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.6.tgz",
  2667. "integrity": "sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==",
  2668. "license": "MIT",
  2669. "optional": true
  2670. },
  2671. "node_modules/destr": {
  2672. "version": "2.0.5",
  2673. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  2674. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  2675. "license": "MIT",
  2676. "optional": true
  2677. },
  2678. "node_modules/detect-libc": {
  2679. "version": "2.1.2",
  2680. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2681. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2682. "dev": true,
  2683. "license": "Apache-2.0",
  2684. "engines": {
  2685. "node": ">=8"
  2686. }
  2687. },
  2688. "node_modules/didyoumean": {
  2689. "version": "1.2.2",
  2690. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  2691. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  2692. "license": "Apache-2.0"
  2693. },
  2694. "node_modules/dlv": {
  2695. "version": "1.1.3",
  2696. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  2697. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  2698. "license": "MIT"
  2699. },
  2700. "node_modules/dotenv": {
  2701. "version": "17.4.0",
  2702. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz",
  2703. "integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==",
  2704. "license": "BSD-2-Clause",
  2705. "optional": true,
  2706. "engines": {
  2707. "node": ">=12"
  2708. },
  2709. "funding": {
  2710. "url": "https://dotenvx.com"
  2711. }
  2712. },
  2713. "node_modules/eastasianwidth": {
  2714. "version": "0.2.0",
  2715. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  2716. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  2717. "dev": true,
  2718. "license": "MIT"
  2719. },
  2720. "node_modules/editorconfig": {
  2721. "version": "1.0.7",
  2722. "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
  2723. "integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
  2724. "dev": true,
  2725. "license": "MIT",
  2726. "dependencies": {
  2727. "@one-ini/wasm": "0.1.1",
  2728. "commander": "^10.0.0",
  2729. "minimatch": "^9.0.1",
  2730. "semver": "^7.5.3"
  2731. },
  2732. "bin": {
  2733. "editorconfig": "bin/editorconfig"
  2734. },
  2735. "engines": {
  2736. "node": ">=14"
  2737. }
  2738. },
  2739. "node_modules/editorconfig/node_modules/commander": {
  2740. "version": "10.0.1",
  2741. "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
  2742. "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
  2743. "dev": true,
  2744. "license": "MIT",
  2745. "engines": {
  2746. "node": ">=14"
  2747. }
  2748. },
  2749. "node_modules/electron-to-chromium": {
  2750. "version": "1.5.331",
  2751. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.331.tgz",
  2752. "integrity": "sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q==",
  2753. "dev": true,
  2754. "license": "ISC"
  2755. },
  2756. "node_modules/emoji-regex": {
  2757. "version": "9.2.2",
  2758. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2759. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2760. "dev": true,
  2761. "license": "MIT"
  2762. },
  2763. "node_modules/entities": {
  2764. "version": "7.0.1",
  2765. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2766. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2767. "license": "BSD-2-Clause",
  2768. "engines": {
  2769. "node": ">=0.12"
  2770. },
  2771. "funding": {
  2772. "url": "https://github.com/fb55/entities?sponsor=1"
  2773. }
  2774. },
  2775. "node_modules/errx": {
  2776. "version": "0.1.0",
  2777. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  2778. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  2779. "license": "MIT",
  2780. "optional": true
  2781. },
  2782. "node_modules/es-module-lexer": {
  2783. "version": "2.0.0",
  2784. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  2785. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  2786. "dev": true,
  2787. "license": "MIT"
  2788. },
  2789. "node_modules/esbuild": {
  2790. "version": "0.25.0",
  2791. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz",
  2792. "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==",
  2793. "dev": true,
  2794. "hasInstallScript": true,
  2795. "license": "MIT",
  2796. "bin": {
  2797. "esbuild": "bin/esbuild"
  2798. },
  2799. "engines": {
  2800. "node": ">=18"
  2801. },
  2802. "optionalDependencies": {
  2803. "@esbuild/aix-ppc64": "0.25.0",
  2804. "@esbuild/android-arm": "0.25.0",
  2805. "@esbuild/android-arm64": "0.25.0",
  2806. "@esbuild/android-x64": "0.25.0",
  2807. "@esbuild/darwin-arm64": "0.25.0",
  2808. "@esbuild/darwin-x64": "0.25.0",
  2809. "@esbuild/freebsd-arm64": "0.25.0",
  2810. "@esbuild/freebsd-x64": "0.25.0",
  2811. "@esbuild/linux-arm": "0.25.0",
  2812. "@esbuild/linux-arm64": "0.25.0",
  2813. "@esbuild/linux-ia32": "0.25.0",
  2814. "@esbuild/linux-loong64": "0.25.0",
  2815. "@esbuild/linux-mips64el": "0.25.0",
  2816. "@esbuild/linux-ppc64": "0.25.0",
  2817. "@esbuild/linux-riscv64": "0.25.0",
  2818. "@esbuild/linux-s390x": "0.25.0",
  2819. "@esbuild/linux-x64": "0.25.0",
  2820. "@esbuild/netbsd-arm64": "0.25.0",
  2821. "@esbuild/netbsd-x64": "0.25.0",
  2822. "@esbuild/openbsd-arm64": "0.25.0",
  2823. "@esbuild/openbsd-x64": "0.25.0",
  2824. "@esbuild/sunos-x64": "0.25.0",
  2825. "@esbuild/win32-arm64": "0.25.0",
  2826. "@esbuild/win32-ia32": "0.25.0",
  2827. "@esbuild/win32-x64": "0.25.0"
  2828. }
  2829. },
  2830. "node_modules/escalade": {
  2831. "version": "3.2.0",
  2832. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  2833. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2834. "dev": true,
  2835. "license": "MIT",
  2836. "engines": {
  2837. "node": ">=6"
  2838. }
  2839. },
  2840. "node_modules/estree-walker": {
  2841. "version": "3.0.3",
  2842. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  2843. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  2844. "devOptional": true,
  2845. "license": "MIT",
  2846. "dependencies": {
  2847. "@types/estree": "^1.0.0"
  2848. }
  2849. },
  2850. "node_modules/expect-type": {
  2851. "version": "1.3.0",
  2852. "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
  2853. "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
  2854. "dev": true,
  2855. "license": "Apache-2.0",
  2856. "engines": {
  2857. "node": ">=12.0.0"
  2858. }
  2859. },
  2860. "node_modules/exsolve": {
  2861. "version": "1.0.8",
  2862. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  2863. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  2864. "license": "MIT",
  2865. "optional": true
  2866. },
  2867. "node_modules/fast-glob": {
  2868. "version": "3.3.3",
  2869. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2870. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2871. "license": "MIT",
  2872. "dependencies": {
  2873. "@nodelib/fs.stat": "^2.0.2",
  2874. "@nodelib/fs.walk": "^1.2.3",
  2875. "glob-parent": "^5.1.2",
  2876. "merge2": "^1.3.0",
  2877. "micromatch": "^4.0.8"
  2878. },
  2879. "engines": {
  2880. "node": ">=8.6.0"
  2881. }
  2882. },
  2883. "node_modules/fast-glob/node_modules/glob-parent": {
  2884. "version": "5.1.2",
  2885. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2886. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2887. "license": "ISC",
  2888. "dependencies": {
  2889. "is-glob": "^4.0.1"
  2890. },
  2891. "engines": {
  2892. "node": ">= 6"
  2893. }
  2894. },
  2895. "node_modules/fastq": {
  2896. "version": "1.20.1",
  2897. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  2898. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  2899. "license": "ISC",
  2900. "dependencies": {
  2901. "reusify": "^1.0.4"
  2902. }
  2903. },
  2904. "node_modules/fflate": {
  2905. "version": "0.8.2",
  2906. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
  2907. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  2908. "license": "MIT"
  2909. },
  2910. "node_modules/fill-range": {
  2911. "version": "7.1.1",
  2912. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  2913. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2914. "license": "MIT",
  2915. "dependencies": {
  2916. "to-regex-range": "^5.0.1"
  2917. },
  2918. "engines": {
  2919. "node": ">=8"
  2920. }
  2921. },
  2922. "node_modules/foreground-child": {
  2923. "version": "3.3.1",
  2924. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  2925. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  2926. "dev": true,
  2927. "license": "ISC",
  2928. "dependencies": {
  2929. "cross-spawn": "^7.0.6",
  2930. "signal-exit": "^4.0.1"
  2931. },
  2932. "engines": {
  2933. "node": ">=14"
  2934. },
  2935. "funding": {
  2936. "url": "https://github.com/sponsors/isaacs"
  2937. }
  2938. },
  2939. "node_modules/fraction.js": {
  2940. "version": "5.3.4",
  2941. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
  2942. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  2943. "dev": true,
  2944. "license": "MIT",
  2945. "engines": {
  2946. "node": "*"
  2947. },
  2948. "funding": {
  2949. "type": "github",
  2950. "url": "https://github.com/sponsors/rawify"
  2951. }
  2952. },
  2953. "node_modules/framesync": {
  2954. "version": "6.1.2",
  2955. "resolved": "https://registry.npmjs.org/framesync/-/framesync-6.1.2.tgz",
  2956. "integrity": "sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==",
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "tslib": "2.4.0"
  2960. }
  2961. },
  2962. "node_modules/framesync/node_modules/tslib": {
  2963. "version": "2.4.0",
  2964. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  2965. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  2966. "license": "0BSD"
  2967. },
  2968. "node_modules/fsevents": {
  2969. "version": "2.3.3",
  2970. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2971. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2972. "hasInstallScript": true,
  2973. "license": "MIT",
  2974. "optional": true,
  2975. "os": [
  2976. "darwin"
  2977. ],
  2978. "engines": {
  2979. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2980. }
  2981. },
  2982. "node_modules/function-bind": {
  2983. "version": "1.1.2",
  2984. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2985. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2986. "license": "MIT",
  2987. "funding": {
  2988. "url": "https://github.com/sponsors/ljharb"
  2989. }
  2990. },
  2991. "node_modules/giget": {
  2992. "version": "3.2.0",
  2993. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  2994. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  2995. "license": "MIT",
  2996. "optional": true,
  2997. "bin": {
  2998. "giget": "dist/cli.mjs"
  2999. }
  3000. },
  3001. "node_modules/glob": {
  3002. "version": "10.5.0",
  3003. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  3004. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  3005. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  3006. "dev": true,
  3007. "license": "ISC",
  3008. "dependencies": {
  3009. "foreground-child": "^3.1.0",
  3010. "jackspeak": "^3.1.2",
  3011. "minimatch": "^9.0.4",
  3012. "minipass": "^7.1.2",
  3013. "package-json-from-dist": "^1.0.0",
  3014. "path-scurry": "^1.11.1"
  3015. },
  3016. "bin": {
  3017. "glob": "dist/esm/bin.mjs"
  3018. },
  3019. "funding": {
  3020. "url": "https://github.com/sponsors/isaacs"
  3021. }
  3022. },
  3023. "node_modules/glob-parent": {
  3024. "version": "6.0.2",
  3025. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3026. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3027. "license": "ISC",
  3028. "dependencies": {
  3029. "is-glob": "^4.0.3"
  3030. },
  3031. "engines": {
  3032. "node": ">=10.13.0"
  3033. }
  3034. },
  3035. "node_modules/hasown": {
  3036. "version": "2.0.2",
  3037. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3038. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3039. "license": "MIT",
  3040. "dependencies": {
  3041. "function-bind": "^1.1.2"
  3042. },
  3043. "engines": {
  3044. "node": ">= 0.4"
  3045. }
  3046. },
  3047. "node_modules/he": {
  3048. "version": "1.2.0",
  3049. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  3050. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  3051. "dev": true,
  3052. "license": "MIT",
  3053. "bin": {
  3054. "he": "bin/he"
  3055. }
  3056. },
  3057. "node_modules/hey-listen": {
  3058. "version": "1.0.8",
  3059. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  3060. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  3061. "license": "MIT"
  3062. },
  3063. "node_modules/html-encoding-sniffer": {
  3064. "version": "6.0.0",
  3065. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  3066. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  3067. "dev": true,
  3068. "license": "MIT",
  3069. "dependencies": {
  3070. "@exodus/bytes": "^1.6.0"
  3071. },
  3072. "engines": {
  3073. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  3074. }
  3075. },
  3076. "node_modules/i18next-browser-languagedetector": {
  3077. "version": "8.2.1",
  3078. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.2.1.tgz",
  3079. "integrity": "sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw==",
  3080. "license": "MIT",
  3081. "dependencies": {
  3082. "@babel/runtime": "^7.23.2"
  3083. }
  3084. },
  3085. "node_modules/ignore": {
  3086. "version": "7.0.5",
  3087. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3088. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3089. "license": "MIT",
  3090. "optional": true,
  3091. "engines": {
  3092. "node": ">= 4"
  3093. }
  3094. },
  3095. "node_modules/ini": {
  3096. "version": "1.3.8",
  3097. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3098. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3099. "dev": true,
  3100. "license": "ISC"
  3101. },
  3102. "node_modules/is-binary-path": {
  3103. "version": "2.1.0",
  3104. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  3105. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  3106. "license": "MIT",
  3107. "dependencies": {
  3108. "binary-extensions": "^2.0.0"
  3109. },
  3110. "engines": {
  3111. "node": ">=8"
  3112. }
  3113. },
  3114. "node_modules/is-core-module": {
  3115. "version": "2.16.1",
  3116. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3117. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3118. "license": "MIT",
  3119. "dependencies": {
  3120. "hasown": "^2.0.2"
  3121. },
  3122. "engines": {
  3123. "node": ">= 0.4"
  3124. },
  3125. "funding": {
  3126. "url": "https://github.com/sponsors/ljharb"
  3127. }
  3128. },
  3129. "node_modules/is-extglob": {
  3130. "version": "2.1.1",
  3131. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3132. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3133. "license": "MIT",
  3134. "engines": {
  3135. "node": ">=0.10.0"
  3136. }
  3137. },
  3138. "node_modules/is-fullwidth-code-point": {
  3139. "version": "3.0.0",
  3140. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3141. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3142. "dev": true,
  3143. "license": "MIT",
  3144. "engines": {
  3145. "node": ">=8"
  3146. }
  3147. },
  3148. "node_modules/is-glob": {
  3149. "version": "4.0.3",
  3150. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3151. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3152. "license": "MIT",
  3153. "dependencies": {
  3154. "is-extglob": "^2.1.1"
  3155. },
  3156. "engines": {
  3157. "node": ">=0.10.0"
  3158. }
  3159. },
  3160. "node_modules/is-number": {
  3161. "version": "7.0.0",
  3162. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3163. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3164. "license": "MIT",
  3165. "engines": {
  3166. "node": ">=0.12.0"
  3167. }
  3168. },
  3169. "node_modules/is-potential-custom-element-name": {
  3170. "version": "1.0.1",
  3171. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  3172. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  3173. "dev": true,
  3174. "license": "MIT"
  3175. },
  3176. "node_modules/isexe": {
  3177. "version": "2.0.0",
  3178. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3179. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3180. "dev": true,
  3181. "license": "ISC"
  3182. },
  3183. "node_modules/jackspeak": {
  3184. "version": "3.4.3",
  3185. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  3186. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  3187. "dev": true,
  3188. "license": "BlueOak-1.0.0",
  3189. "dependencies": {
  3190. "@isaacs/cliui": "^8.0.2"
  3191. },
  3192. "funding": {
  3193. "url": "https://github.com/sponsors/isaacs"
  3194. },
  3195. "optionalDependencies": {
  3196. "@pkgjs/parseargs": "^0.11.0"
  3197. }
  3198. },
  3199. "node_modules/jiti": {
  3200. "version": "1.21.7",
  3201. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
  3202. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  3203. "license": "MIT",
  3204. "peer": true,
  3205. "bin": {
  3206. "jiti": "bin/jiti.js"
  3207. }
  3208. },
  3209. "node_modules/js-beautify": {
  3210. "version": "1.15.4",
  3211. "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz",
  3212. "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
  3213. "dev": true,
  3214. "license": "MIT",
  3215. "dependencies": {
  3216. "config-chain": "^1.1.13",
  3217. "editorconfig": "^1.0.4",
  3218. "glob": "^10.4.2",
  3219. "js-cookie": "^3.0.5",
  3220. "nopt": "^7.2.1"
  3221. },
  3222. "bin": {
  3223. "css-beautify": "js/bin/css-beautify.js",
  3224. "html-beautify": "js/bin/html-beautify.js",
  3225. "js-beautify": "js/bin/js-beautify.js"
  3226. },
  3227. "engines": {
  3228. "node": ">=14"
  3229. }
  3230. },
  3231. "node_modules/js-cookie": {
  3232. "version": "3.0.5",
  3233. "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
  3234. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  3235. "dev": true,
  3236. "license": "MIT",
  3237. "engines": {
  3238. "node": ">=14"
  3239. }
  3240. },
  3241. "node_modules/jsdom": {
  3242. "version": "29.0.2",
  3243. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.0.2.tgz",
  3244. "integrity": "sha512-9VnGEBosc/ZpwyOsJBCQ/3I5p7Q5ngOY14a9bf5btenAORmZfDse1ZEheMiWcJ3h81+Fv7HmJFdS0szo/waF2w==",
  3245. "dev": true,
  3246. "license": "MIT",
  3247. "peer": true,
  3248. "dependencies": {
  3249. "@asamuzakjp/css-color": "^5.1.5",
  3250. "@asamuzakjp/dom-selector": "^7.0.6",
  3251. "@bramus/specificity": "^2.4.2",
  3252. "@csstools/css-syntax-patches-for-csstree": "^1.1.1",
  3253. "@exodus/bytes": "^1.15.0",
  3254. "css-tree": "^3.2.1",
  3255. "data-urls": "^7.0.0",
  3256. "decimal.js": "^10.6.0",
  3257. "html-encoding-sniffer": "^6.0.0",
  3258. "is-potential-custom-element-name": "^1.0.1",
  3259. "lru-cache": "^11.2.7",
  3260. "parse5": "^8.0.0",
  3261. "saxes": "^6.0.0",
  3262. "symbol-tree": "^3.2.4",
  3263. "tough-cookie": "^6.0.1",
  3264. "undici": "^7.24.5",
  3265. "w3c-xmlserializer": "^5.0.0",
  3266. "webidl-conversions": "^8.0.1",
  3267. "whatwg-mimetype": "^5.0.0",
  3268. "whatwg-url": "^16.0.1",
  3269. "xml-name-validator": "^5.0.0"
  3270. },
  3271. "engines": {
  3272. "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
  3273. },
  3274. "peerDependencies": {
  3275. "canvas": "^3.0.0"
  3276. },
  3277. "peerDependenciesMeta": {
  3278. "canvas": {
  3279. "optional": true
  3280. }
  3281. }
  3282. },
  3283. "node_modules/klona": {
  3284. "version": "2.0.6",
  3285. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  3286. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  3287. "license": "MIT",
  3288. "optional": true,
  3289. "engines": {
  3290. "node": ">= 8"
  3291. }
  3292. },
  3293. "node_modules/knitwork": {
  3294. "version": "1.3.0",
  3295. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  3296. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  3297. "license": "MIT",
  3298. "optional": true
  3299. },
  3300. "node_modules/lightningcss": {
  3301. "version": "1.32.0",
  3302. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  3303. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  3304. "dev": true,
  3305. "license": "MPL-2.0",
  3306. "peer": true,
  3307. "dependencies": {
  3308. "detect-libc": "^2.0.3"
  3309. },
  3310. "engines": {
  3311. "node": ">= 12.0.0"
  3312. },
  3313. "funding": {
  3314. "type": "opencollective",
  3315. "url": "https://opencollective.com/parcel"
  3316. },
  3317. "optionalDependencies": {
  3318. "lightningcss-android-arm64": "1.32.0",
  3319. "lightningcss-darwin-arm64": "1.32.0",
  3320. "lightningcss-darwin-x64": "1.32.0",
  3321. "lightningcss-freebsd-x64": "1.32.0",
  3322. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  3323. "lightningcss-linux-arm64-gnu": "1.32.0",
  3324. "lightningcss-linux-arm64-musl": "1.32.0",
  3325. "lightningcss-linux-x64-gnu": "1.32.0",
  3326. "lightningcss-linux-x64-musl": "1.32.0",
  3327. "lightningcss-win32-arm64-msvc": "1.32.0",
  3328. "lightningcss-win32-x64-msvc": "1.32.0"
  3329. }
  3330. },
  3331. "node_modules/lightningcss-android-arm64": {
  3332. "version": "1.32.0",
  3333. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  3334. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  3335. "cpu": [
  3336. "arm64"
  3337. ],
  3338. "dev": true,
  3339. "license": "MPL-2.0",
  3340. "optional": true,
  3341. "os": [
  3342. "android"
  3343. ],
  3344. "engines": {
  3345. "node": ">= 12.0.0"
  3346. },
  3347. "funding": {
  3348. "type": "opencollective",
  3349. "url": "https://opencollective.com/parcel"
  3350. }
  3351. },
  3352. "node_modules/lightningcss-darwin-arm64": {
  3353. "version": "1.32.0",
  3354. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  3355. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  3356. "cpu": [
  3357. "arm64"
  3358. ],
  3359. "dev": true,
  3360. "license": "MPL-2.0",
  3361. "optional": true,
  3362. "os": [
  3363. "darwin"
  3364. ],
  3365. "engines": {
  3366. "node": ">= 12.0.0"
  3367. },
  3368. "funding": {
  3369. "type": "opencollective",
  3370. "url": "https://opencollective.com/parcel"
  3371. }
  3372. },
  3373. "node_modules/lightningcss-darwin-x64": {
  3374. "version": "1.32.0",
  3375. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  3376. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  3377. "cpu": [
  3378. "x64"
  3379. ],
  3380. "dev": true,
  3381. "license": "MPL-2.0",
  3382. "optional": true,
  3383. "os": [
  3384. "darwin"
  3385. ],
  3386. "engines": {
  3387. "node": ">= 12.0.0"
  3388. },
  3389. "funding": {
  3390. "type": "opencollective",
  3391. "url": "https://opencollective.com/parcel"
  3392. }
  3393. },
  3394. "node_modules/lightningcss-freebsd-x64": {
  3395. "version": "1.32.0",
  3396. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  3397. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  3398. "cpu": [
  3399. "x64"
  3400. ],
  3401. "dev": true,
  3402. "license": "MPL-2.0",
  3403. "optional": true,
  3404. "os": [
  3405. "freebsd"
  3406. ],
  3407. "engines": {
  3408. "node": ">= 12.0.0"
  3409. },
  3410. "funding": {
  3411. "type": "opencollective",
  3412. "url": "https://opencollective.com/parcel"
  3413. }
  3414. },
  3415. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3416. "version": "1.32.0",
  3417. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  3418. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  3419. "cpu": [
  3420. "arm"
  3421. ],
  3422. "dev": true,
  3423. "license": "MPL-2.0",
  3424. "optional": true,
  3425. "os": [
  3426. "linux"
  3427. ],
  3428. "engines": {
  3429. "node": ">= 12.0.0"
  3430. },
  3431. "funding": {
  3432. "type": "opencollective",
  3433. "url": "https://opencollective.com/parcel"
  3434. }
  3435. },
  3436. "node_modules/lightningcss-linux-arm64-gnu": {
  3437. "version": "1.32.0",
  3438. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  3439. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  3440. "cpu": [
  3441. "arm64"
  3442. ],
  3443. "dev": true,
  3444. "license": "MPL-2.0",
  3445. "optional": true,
  3446. "os": [
  3447. "linux"
  3448. ],
  3449. "engines": {
  3450. "node": ">= 12.0.0"
  3451. },
  3452. "funding": {
  3453. "type": "opencollective",
  3454. "url": "https://opencollective.com/parcel"
  3455. }
  3456. },
  3457. "node_modules/lightningcss-linux-arm64-musl": {
  3458. "version": "1.32.0",
  3459. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  3460. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  3461. "cpu": [
  3462. "arm64"
  3463. ],
  3464. "dev": true,
  3465. "license": "MPL-2.0",
  3466. "optional": true,
  3467. "os": [
  3468. "linux"
  3469. ],
  3470. "engines": {
  3471. "node": ">= 12.0.0"
  3472. },
  3473. "funding": {
  3474. "type": "opencollective",
  3475. "url": "https://opencollective.com/parcel"
  3476. }
  3477. },
  3478. "node_modules/lightningcss-linux-x64-gnu": {
  3479. "version": "1.32.0",
  3480. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  3481. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  3482. "cpu": [
  3483. "x64"
  3484. ],
  3485. "dev": true,
  3486. "license": "MPL-2.0",
  3487. "optional": true,
  3488. "os": [
  3489. "linux"
  3490. ],
  3491. "engines": {
  3492. "node": ">= 12.0.0"
  3493. },
  3494. "funding": {
  3495. "type": "opencollective",
  3496. "url": "https://opencollective.com/parcel"
  3497. }
  3498. },
  3499. "node_modules/lightningcss-linux-x64-musl": {
  3500. "version": "1.32.0",
  3501. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  3502. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  3503. "cpu": [
  3504. "x64"
  3505. ],
  3506. "dev": true,
  3507. "license": "MPL-2.0",
  3508. "optional": true,
  3509. "os": [
  3510. "linux"
  3511. ],
  3512. "engines": {
  3513. "node": ">= 12.0.0"
  3514. },
  3515. "funding": {
  3516. "type": "opencollective",
  3517. "url": "https://opencollective.com/parcel"
  3518. }
  3519. },
  3520. "node_modules/lightningcss-win32-arm64-msvc": {
  3521. "version": "1.32.0",
  3522. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  3523. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  3524. "cpu": [
  3525. "arm64"
  3526. ],
  3527. "dev": true,
  3528. "license": "MPL-2.0",
  3529. "optional": true,
  3530. "os": [
  3531. "win32"
  3532. ],
  3533. "engines": {
  3534. "node": ">= 12.0.0"
  3535. },
  3536. "funding": {
  3537. "type": "opencollective",
  3538. "url": "https://opencollective.com/parcel"
  3539. }
  3540. },
  3541. "node_modules/lightningcss-win32-x64-msvc": {
  3542. "version": "1.32.0",
  3543. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  3544. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  3545. "cpu": [
  3546. "x64"
  3547. ],
  3548. "dev": true,
  3549. "license": "MPL-2.0",
  3550. "optional": true,
  3551. "os": [
  3552. "win32"
  3553. ],
  3554. "engines": {
  3555. "node": ">= 12.0.0"
  3556. },
  3557. "funding": {
  3558. "type": "opencollective",
  3559. "url": "https://opencollective.com/parcel"
  3560. }
  3561. },
  3562. "node_modules/lilconfig": {
  3563. "version": "3.1.3",
  3564. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  3565. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  3566. "license": "MIT",
  3567. "engines": {
  3568. "node": ">=14"
  3569. },
  3570. "funding": {
  3571. "url": "https://github.com/sponsors/antonk52"
  3572. }
  3573. },
  3574. "node_modules/lines-and-columns": {
  3575. "version": "1.2.4",
  3576. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3577. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  3578. "license": "MIT"
  3579. },
  3580. "node_modules/lru-cache": {
  3581. "version": "11.3.3",
  3582. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
  3583. "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
  3584. "dev": true,
  3585. "license": "BlueOak-1.0.0",
  3586. "engines": {
  3587. "node": "20 || >=22"
  3588. }
  3589. },
  3590. "node_modules/lucide-vue-next": {
  3591. "version": "0.354.0",
  3592. "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.354.0.tgz",
  3593. "integrity": "sha512-FVs/VXBTVSqfLywln5U0MQsB/iBdov5BBa2R9hhOaKzP9XtvuUV1jTctevEL7cgLxHpK9J4RPWSjPbPJzu1EPA==",
  3594. "license": "ISC",
  3595. "peerDependencies": {
  3596. "vue": ">=3.0.1"
  3597. }
  3598. },
  3599. "node_modules/magic-string": {
  3600. "version": "0.30.21",
  3601. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3602. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3603. "license": "MIT",
  3604. "dependencies": {
  3605. "@jridgewell/sourcemap-codec": "^1.5.5"
  3606. }
  3607. },
  3608. "node_modules/mdn-data": {
  3609. "version": "2.27.1",
  3610. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  3611. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  3612. "dev": true,
  3613. "license": "CC0-1.0"
  3614. },
  3615. "node_modules/merge2": {
  3616. "version": "1.4.1",
  3617. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3618. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3619. "license": "MIT",
  3620. "engines": {
  3621. "node": ">= 8"
  3622. }
  3623. },
  3624. "node_modules/meshoptimizer": {
  3625. "version": "1.0.1",
  3626. "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-1.0.1.tgz",
  3627. "integrity": "sha512-Vix+QlA1YYT3FwmBBZ+49cE5y/b+pRrcXKqGpS5ouh33d3lSp2PoTpCw19E0cKDFWalembrHnIaZetf27a+W2g==",
  3628. "license": "MIT"
  3629. },
  3630. "node_modules/micromatch": {
  3631. "version": "4.0.8",
  3632. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3633. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3634. "license": "MIT",
  3635. "dependencies": {
  3636. "braces": "^3.0.3",
  3637. "picomatch": "^2.3.1"
  3638. },
  3639. "engines": {
  3640. "node": ">=8.6"
  3641. }
  3642. },
  3643. "node_modules/minimatch": {
  3644. "version": "9.0.9",
  3645. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  3646. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  3647. "dev": true,
  3648. "license": "ISC",
  3649. "dependencies": {
  3650. "brace-expansion": "^2.0.2"
  3651. },
  3652. "engines": {
  3653. "node": ">=16 || 14 >=14.17"
  3654. },
  3655. "funding": {
  3656. "url": "https://github.com/sponsors/isaacs"
  3657. }
  3658. },
  3659. "node_modules/minipass": {
  3660. "version": "7.1.3",
  3661. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  3662. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  3663. "dev": true,
  3664. "license": "BlueOak-1.0.0",
  3665. "engines": {
  3666. "node": ">=16 || 14 >=14.17"
  3667. }
  3668. },
  3669. "node_modules/mlly": {
  3670. "version": "1.8.2",
  3671. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  3672. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  3673. "license": "MIT",
  3674. "optional": true,
  3675. "dependencies": {
  3676. "acorn": "^8.16.0",
  3677. "pathe": "^2.0.3",
  3678. "pkg-types": "^1.3.1",
  3679. "ufo": "^1.6.3"
  3680. }
  3681. },
  3682. "node_modules/mlly/node_modules/confbox": {
  3683. "version": "0.1.8",
  3684. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3685. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3686. "license": "MIT",
  3687. "optional": true
  3688. },
  3689. "node_modules/mlly/node_modules/pkg-types": {
  3690. "version": "1.3.1",
  3691. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3692. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3693. "license": "MIT",
  3694. "optional": true,
  3695. "dependencies": {
  3696. "confbox": "^0.1.8",
  3697. "mlly": "^1.7.4",
  3698. "pathe": "^2.0.1"
  3699. }
  3700. },
  3701. "node_modules/muggle-string": {
  3702. "version": "0.4.1",
  3703. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  3704. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3705. "dev": true,
  3706. "license": "MIT"
  3707. },
  3708. "node_modules/mz": {
  3709. "version": "2.7.0",
  3710. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  3711. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  3712. "license": "MIT",
  3713. "dependencies": {
  3714. "any-promise": "^1.0.0",
  3715. "object-assign": "^4.0.1",
  3716. "thenify-all": "^1.0.0"
  3717. }
  3718. },
  3719. "node_modules/nanoid": {
  3720. "version": "3.3.11",
  3721. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  3722. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3723. "funding": [
  3724. {
  3725. "type": "github",
  3726. "url": "https://github.com/sponsors/ai"
  3727. }
  3728. ],
  3729. "license": "MIT",
  3730. "bin": {
  3731. "nanoid": "bin/nanoid.cjs"
  3732. },
  3733. "engines": {
  3734. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3735. }
  3736. },
  3737. "node_modules/node-releases": {
  3738. "version": "2.0.37",
  3739. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  3740. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  3741. "dev": true,
  3742. "license": "MIT"
  3743. },
  3744. "node_modules/nopt": {
  3745. "version": "7.2.1",
  3746. "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
  3747. "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  3748. "dev": true,
  3749. "license": "ISC",
  3750. "dependencies": {
  3751. "abbrev": "^2.0.0"
  3752. },
  3753. "bin": {
  3754. "nopt": "bin/nopt.js"
  3755. },
  3756. "engines": {
  3757. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3758. }
  3759. },
  3760. "node_modules/normalize-path": {
  3761. "version": "3.0.0",
  3762. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  3763. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3764. "license": "MIT",
  3765. "engines": {
  3766. "node": ">=0.10.0"
  3767. }
  3768. },
  3769. "node_modules/object-assign": {
  3770. "version": "4.1.1",
  3771. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  3772. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  3773. "license": "MIT",
  3774. "engines": {
  3775. "node": ">=0.10.0"
  3776. }
  3777. },
  3778. "node_modules/object-hash": {
  3779. "version": "3.0.0",
  3780. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  3781. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  3782. "license": "MIT",
  3783. "engines": {
  3784. "node": ">= 6"
  3785. }
  3786. },
  3787. "node_modules/obug": {
  3788. "version": "2.1.1",
  3789. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  3790. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  3791. "dev": true,
  3792. "funding": [
  3793. "https://github.com/sponsors/sxzz",
  3794. "https://opencollective.com/debug"
  3795. ],
  3796. "license": "MIT"
  3797. },
  3798. "node_modules/ohash": {
  3799. "version": "2.0.11",
  3800. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  3801. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  3802. "license": "MIT",
  3803. "optional": true
  3804. },
  3805. "node_modules/package-json-from-dist": {
  3806. "version": "1.0.1",
  3807. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  3808. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  3809. "dev": true,
  3810. "license": "BlueOak-1.0.0"
  3811. },
  3812. "node_modules/parse5": {
  3813. "version": "8.0.0",
  3814. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
  3815. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  3816. "dev": true,
  3817. "license": "MIT",
  3818. "dependencies": {
  3819. "entities": "^6.0.0"
  3820. },
  3821. "funding": {
  3822. "url": "https://github.com/inikulin/parse5?sponsor=1"
  3823. }
  3824. },
  3825. "node_modules/parse5/node_modules/entities": {
  3826. "version": "6.0.1",
  3827. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  3828. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  3829. "dev": true,
  3830. "license": "BSD-2-Clause",
  3831. "engines": {
  3832. "node": ">=0.12"
  3833. },
  3834. "funding": {
  3835. "url": "https://github.com/fb55/entities?sponsor=1"
  3836. }
  3837. },
  3838. "node_modules/path-browserify": {
  3839. "version": "1.0.1",
  3840. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  3841. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  3842. "dev": true,
  3843. "license": "MIT"
  3844. },
  3845. "node_modules/path-key": {
  3846. "version": "3.1.1",
  3847. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  3848. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3849. "dev": true,
  3850. "license": "MIT",
  3851. "engines": {
  3852. "node": ">=8"
  3853. }
  3854. },
  3855. "node_modules/path-parse": {
  3856. "version": "1.0.7",
  3857. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  3858. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  3859. "license": "MIT"
  3860. },
  3861. "node_modules/path-scurry": {
  3862. "version": "1.11.1",
  3863. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  3864. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  3865. "dev": true,
  3866. "license": "BlueOak-1.0.0",
  3867. "dependencies": {
  3868. "lru-cache": "^10.2.0",
  3869. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  3870. },
  3871. "engines": {
  3872. "node": ">=16 || 14 >=14.18"
  3873. },
  3874. "funding": {
  3875. "url": "https://github.com/sponsors/isaacs"
  3876. }
  3877. },
  3878. "node_modules/path-scurry/node_modules/lru-cache": {
  3879. "version": "10.4.3",
  3880. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  3881. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  3882. "dev": true,
  3883. "license": "ISC"
  3884. },
  3885. "node_modules/pathe": {
  3886. "version": "2.0.3",
  3887. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  3888. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3889. "devOptional": true,
  3890. "license": "MIT"
  3891. },
  3892. "node_modules/perfect-debounce": {
  3893. "version": "2.1.0",
  3894. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  3895. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  3896. "license": "MIT",
  3897. "optional": true
  3898. },
  3899. "node_modules/picocolors": {
  3900. "version": "1.1.1",
  3901. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  3902. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3903. "license": "ISC"
  3904. },
  3905. "node_modules/picomatch": {
  3906. "version": "2.3.2",
  3907. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  3908. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  3909. "license": "MIT",
  3910. "engines": {
  3911. "node": ">=8.6"
  3912. },
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/jonschlinkert"
  3915. }
  3916. },
  3917. "node_modules/pify": {
  3918. "version": "2.3.0",
  3919. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  3920. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  3921. "license": "MIT",
  3922. "engines": {
  3923. "node": ">=0.10.0"
  3924. }
  3925. },
  3926. "node_modules/pinia": {
  3927. "version": "2.3.1",
  3928. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
  3929. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  3930. "license": "MIT",
  3931. "dependencies": {
  3932. "@vue/devtools-api": "^6.6.3",
  3933. "vue-demi": "^0.14.10"
  3934. },
  3935. "funding": {
  3936. "url": "https://github.com/sponsors/posva"
  3937. },
  3938. "peerDependencies": {
  3939. "typescript": ">=4.4.4",
  3940. "vue": "^2.7.0 || ^3.5.11"
  3941. },
  3942. "peerDependenciesMeta": {
  3943. "typescript": {
  3944. "optional": true
  3945. }
  3946. }
  3947. },
  3948. "node_modules/pirates": {
  3949. "version": "4.0.7",
  3950. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  3951. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  3952. "license": "MIT",
  3953. "engines": {
  3954. "node": ">= 6"
  3955. }
  3956. },
  3957. "node_modules/pkg-types": {
  3958. "version": "2.3.0",
  3959. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  3960. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  3961. "license": "MIT",
  3962. "optional": true,
  3963. "dependencies": {
  3964. "confbox": "^0.2.2",
  3965. "exsolve": "^1.0.7",
  3966. "pathe": "^2.0.3"
  3967. }
  3968. },
  3969. "node_modules/popmotion": {
  3970. "version": "11.0.5",
  3971. "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-11.0.5.tgz",
  3972. "integrity": "sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==",
  3973. "license": "MIT",
  3974. "dependencies": {
  3975. "framesync": "6.1.2",
  3976. "hey-listen": "^1.0.8",
  3977. "style-value-types": "5.1.2",
  3978. "tslib": "2.4.0"
  3979. }
  3980. },
  3981. "node_modules/popmotion/node_modules/tslib": {
  3982. "version": "2.4.0",
  3983. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  3984. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  3985. "license": "0BSD"
  3986. },
  3987. "node_modules/postcss": {
  3988. "version": "8.5.8",
  3989. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
  3990. "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
  3991. "funding": [
  3992. {
  3993. "type": "opencollective",
  3994. "url": "https://opencollective.com/postcss/"
  3995. },
  3996. {
  3997. "type": "tidelift",
  3998. "url": "https://tidelift.com/funding/github/npm/postcss"
  3999. },
  4000. {
  4001. "type": "github",
  4002. "url": "https://github.com/sponsors/ai"
  4003. }
  4004. ],
  4005. "license": "MIT",
  4006. "peer": true,
  4007. "dependencies": {
  4008. "nanoid": "^3.3.11",
  4009. "picocolors": "^1.1.1",
  4010. "source-map-js": "^1.2.1"
  4011. },
  4012. "engines": {
  4013. "node": "^10 || ^12 || >=14"
  4014. }
  4015. },
  4016. "node_modules/postcss-import": {
  4017. "version": "15.1.0",
  4018. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  4019. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  4020. "license": "MIT",
  4021. "dependencies": {
  4022. "postcss-value-parser": "^4.0.0",
  4023. "read-cache": "^1.0.0",
  4024. "resolve": "^1.1.7"
  4025. },
  4026. "engines": {
  4027. "node": ">=14.0.0"
  4028. },
  4029. "peerDependencies": {
  4030. "postcss": "^8.0.0"
  4031. }
  4032. },
  4033. "node_modules/postcss-js": {
  4034. "version": "4.1.0",
  4035. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
  4036. "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
  4037. "funding": [
  4038. {
  4039. "type": "opencollective",
  4040. "url": "https://opencollective.com/postcss/"
  4041. },
  4042. {
  4043. "type": "github",
  4044. "url": "https://github.com/sponsors/ai"
  4045. }
  4046. ],
  4047. "license": "MIT",
  4048. "dependencies": {
  4049. "camelcase-css": "^2.0.1"
  4050. },
  4051. "engines": {
  4052. "node": "^12 || ^14 || >= 16"
  4053. },
  4054. "peerDependencies": {
  4055. "postcss": "^8.4.21"
  4056. }
  4057. },
  4058. "node_modules/postcss-load-config": {
  4059. "version": "6.0.1",
  4060. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
  4061. "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
  4062. "funding": [
  4063. {
  4064. "type": "opencollective",
  4065. "url": "https://opencollective.com/postcss/"
  4066. },
  4067. {
  4068. "type": "github",
  4069. "url": "https://github.com/sponsors/ai"
  4070. }
  4071. ],
  4072. "license": "MIT",
  4073. "dependencies": {
  4074. "lilconfig": "^3.1.1"
  4075. },
  4076. "engines": {
  4077. "node": ">= 18"
  4078. },
  4079. "peerDependencies": {
  4080. "jiti": ">=1.21.0",
  4081. "postcss": ">=8.0.9",
  4082. "tsx": "^4.8.1",
  4083. "yaml": "^2.4.2"
  4084. },
  4085. "peerDependenciesMeta": {
  4086. "jiti": {
  4087. "optional": true
  4088. },
  4089. "postcss": {
  4090. "optional": true
  4091. },
  4092. "tsx": {
  4093. "optional": true
  4094. },
  4095. "yaml": {
  4096. "optional": true
  4097. }
  4098. }
  4099. },
  4100. "node_modules/postcss-nested": {
  4101. "version": "6.2.0",
  4102. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  4103. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  4104. "funding": [
  4105. {
  4106. "type": "opencollective",
  4107. "url": "https://opencollective.com/postcss/"
  4108. },
  4109. {
  4110. "type": "github",
  4111. "url": "https://github.com/sponsors/ai"
  4112. }
  4113. ],
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "postcss-selector-parser": "^6.1.1"
  4117. },
  4118. "engines": {
  4119. "node": ">=12.0"
  4120. },
  4121. "peerDependencies": {
  4122. "postcss": "^8.2.14"
  4123. }
  4124. },
  4125. "node_modules/postcss-selector-parser": {
  4126. "version": "6.1.2",
  4127. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  4128. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  4129. "license": "MIT",
  4130. "dependencies": {
  4131. "cssesc": "^3.0.0",
  4132. "util-deprecate": "^1.0.2"
  4133. },
  4134. "engines": {
  4135. "node": ">=4"
  4136. }
  4137. },
  4138. "node_modules/postcss-value-parser": {
  4139. "version": "4.2.0",
  4140. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4141. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  4142. "license": "MIT"
  4143. },
  4144. "node_modules/proto-list": {
  4145. "version": "1.2.4",
  4146. "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
  4147. "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
  4148. "dev": true,
  4149. "license": "ISC"
  4150. },
  4151. "node_modules/punycode": {
  4152. "version": "2.3.1",
  4153. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4154. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4155. "dev": true,
  4156. "license": "MIT",
  4157. "engines": {
  4158. "node": ">=6"
  4159. }
  4160. },
  4161. "node_modules/queue-microtask": {
  4162. "version": "1.2.3",
  4163. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4164. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4165. "funding": [
  4166. {
  4167. "type": "github",
  4168. "url": "https://github.com/sponsors/feross"
  4169. },
  4170. {
  4171. "type": "patreon",
  4172. "url": "https://www.patreon.com/feross"
  4173. },
  4174. {
  4175. "type": "consulting",
  4176. "url": "https://feross.org/support"
  4177. }
  4178. ],
  4179. "license": "MIT"
  4180. },
  4181. "node_modules/rc9": {
  4182. "version": "3.0.1",
  4183. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  4184. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  4185. "license": "MIT",
  4186. "optional": true,
  4187. "dependencies": {
  4188. "defu": "^6.1.6",
  4189. "destr": "^2.0.5"
  4190. }
  4191. },
  4192. "node_modules/read-cache": {
  4193. "version": "1.0.0",
  4194. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  4195. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  4196. "license": "MIT",
  4197. "dependencies": {
  4198. "pify": "^2.3.0"
  4199. }
  4200. },
  4201. "node_modules/readdirp": {
  4202. "version": "3.6.0",
  4203. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  4204. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  4205. "license": "MIT",
  4206. "dependencies": {
  4207. "picomatch": "^2.2.1"
  4208. },
  4209. "engines": {
  4210. "node": ">=8.10.0"
  4211. }
  4212. },
  4213. "node_modules/remove-accents": {
  4214. "version": "0.5.0",
  4215. "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz",
  4216. "integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==",
  4217. "license": "MIT"
  4218. },
  4219. "node_modules/require-from-string": {
  4220. "version": "2.0.2",
  4221. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  4222. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  4223. "dev": true,
  4224. "license": "MIT",
  4225. "engines": {
  4226. "node": ">=0.10.0"
  4227. }
  4228. },
  4229. "node_modules/resolve": {
  4230. "version": "1.22.11",
  4231. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  4232. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  4233. "license": "MIT",
  4234. "dependencies": {
  4235. "is-core-module": "^2.16.1",
  4236. "path-parse": "^1.0.7",
  4237. "supports-preserve-symlinks-flag": "^1.0.0"
  4238. },
  4239. "bin": {
  4240. "resolve": "bin/resolve"
  4241. },
  4242. "engines": {
  4243. "node": ">= 0.4"
  4244. },
  4245. "funding": {
  4246. "url": "https://github.com/sponsors/ljharb"
  4247. }
  4248. },
  4249. "node_modules/reusify": {
  4250. "version": "1.1.0",
  4251. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  4252. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  4253. "license": "MIT",
  4254. "engines": {
  4255. "iojs": ">=1.0.0",
  4256. "node": ">=0.10.0"
  4257. }
  4258. },
  4259. "node_modules/rolldown": {
  4260. "version": "1.0.0-rc.15",
  4261. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz",
  4262. "integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==",
  4263. "dev": true,
  4264. "license": "MIT",
  4265. "dependencies": {
  4266. "@oxc-project/types": "=0.124.0",
  4267. "@rolldown/pluginutils": "1.0.0-rc.15"
  4268. },
  4269. "bin": {
  4270. "rolldown": "bin/cli.mjs"
  4271. },
  4272. "engines": {
  4273. "node": "^20.19.0 || >=22.12.0"
  4274. },
  4275. "optionalDependencies": {
  4276. "@rolldown/binding-android-arm64": "1.0.0-rc.15",
  4277. "@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
  4278. "@rolldown/binding-darwin-x64": "1.0.0-rc.15",
  4279. "@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
  4280. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
  4281. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
  4282. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
  4283. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
  4284. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
  4285. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
  4286. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
  4287. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
  4288. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
  4289. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
  4290. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
  4291. }
  4292. },
  4293. "node_modules/rollup": {
  4294. "version": "4.60.1",
  4295. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
  4296. "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
  4297. "dev": true,
  4298. "license": "MIT",
  4299. "dependencies": {
  4300. "@types/estree": "1.0.8"
  4301. },
  4302. "bin": {
  4303. "rollup": "dist/bin/rollup"
  4304. },
  4305. "engines": {
  4306. "node": ">=18.0.0",
  4307. "npm": ">=8.0.0"
  4308. },
  4309. "optionalDependencies": {
  4310. "@rollup/rollup-android-arm-eabi": "4.60.1",
  4311. "@rollup/rollup-android-arm64": "4.60.1",
  4312. "@rollup/rollup-darwin-arm64": "4.60.1",
  4313. "@rollup/rollup-darwin-x64": "4.60.1",
  4314. "@rollup/rollup-freebsd-arm64": "4.60.1",
  4315. "@rollup/rollup-freebsd-x64": "4.60.1",
  4316. "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
  4317. "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
  4318. "@rollup/rollup-linux-arm64-gnu": "4.60.1",
  4319. "@rollup/rollup-linux-arm64-musl": "4.60.1",
  4320. "@rollup/rollup-linux-loong64-gnu": "4.60.1",
  4321. "@rollup/rollup-linux-loong64-musl": "4.60.1",
  4322. "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
  4323. "@rollup/rollup-linux-ppc64-musl": "4.60.1",
  4324. "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
  4325. "@rollup/rollup-linux-riscv64-musl": "4.60.1",
  4326. "@rollup/rollup-linux-s390x-gnu": "4.60.1",
  4327. "@rollup/rollup-linux-x64-gnu": "4.60.1",
  4328. "@rollup/rollup-linux-x64-musl": "4.60.1",
  4329. "@rollup/rollup-openbsd-x64": "4.60.1",
  4330. "@rollup/rollup-openharmony-arm64": "4.60.1",
  4331. "@rollup/rollup-win32-arm64-msvc": "4.60.1",
  4332. "@rollup/rollup-win32-ia32-msvc": "4.60.1",
  4333. "@rollup/rollup-win32-x64-gnu": "4.60.1",
  4334. "@rollup/rollup-win32-x64-msvc": "4.60.1",
  4335. "fsevents": "~2.3.2"
  4336. }
  4337. },
  4338. "node_modules/run-parallel": {
  4339. "version": "1.2.0",
  4340. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4341. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4342. "funding": [
  4343. {
  4344. "type": "github",
  4345. "url": "https://github.com/sponsors/feross"
  4346. },
  4347. {
  4348. "type": "patreon",
  4349. "url": "https://www.patreon.com/feross"
  4350. },
  4351. {
  4352. "type": "consulting",
  4353. "url": "https://feross.org/support"
  4354. }
  4355. ],
  4356. "license": "MIT",
  4357. "dependencies": {
  4358. "queue-microtask": "^1.2.2"
  4359. }
  4360. },
  4361. "node_modules/saxes": {
  4362. "version": "6.0.0",
  4363. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  4364. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  4365. "dev": true,
  4366. "license": "ISC",
  4367. "dependencies": {
  4368. "xmlchars": "^2.2.0"
  4369. },
  4370. "engines": {
  4371. "node": ">=v12.22.7"
  4372. }
  4373. },
  4374. "node_modules/scule": {
  4375. "version": "1.3.0",
  4376. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  4377. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4378. "license": "MIT",
  4379. "optional": true
  4380. },
  4381. "node_modules/semver": {
  4382. "version": "7.7.4",
  4383. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  4384. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  4385. "devOptional": true,
  4386. "license": "ISC",
  4387. "bin": {
  4388. "semver": "bin/semver.js"
  4389. },
  4390. "engines": {
  4391. "node": ">=10"
  4392. }
  4393. },
  4394. "node_modules/shebang-command": {
  4395. "version": "2.0.0",
  4396. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4397. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4398. "dev": true,
  4399. "license": "MIT",
  4400. "dependencies": {
  4401. "shebang-regex": "^3.0.0"
  4402. },
  4403. "engines": {
  4404. "node": ">=8"
  4405. }
  4406. },
  4407. "node_modules/shebang-regex": {
  4408. "version": "3.0.0",
  4409. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4410. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4411. "dev": true,
  4412. "license": "MIT",
  4413. "engines": {
  4414. "node": ">=8"
  4415. }
  4416. },
  4417. "node_modules/siginfo": {
  4418. "version": "2.0.0",
  4419. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  4420. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  4421. "dev": true,
  4422. "license": "ISC"
  4423. },
  4424. "node_modules/signal-exit": {
  4425. "version": "4.1.0",
  4426. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4427. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4428. "dev": true,
  4429. "license": "ISC",
  4430. "engines": {
  4431. "node": ">=14"
  4432. },
  4433. "funding": {
  4434. "url": "https://github.com/sponsors/isaacs"
  4435. }
  4436. },
  4437. "node_modules/source-map-js": {
  4438. "version": "1.2.1",
  4439. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4440. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4441. "license": "BSD-3-Clause",
  4442. "engines": {
  4443. "node": ">=0.10.0"
  4444. }
  4445. },
  4446. "node_modules/stackback": {
  4447. "version": "0.0.2",
  4448. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  4449. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  4450. "dev": true,
  4451. "license": "MIT"
  4452. },
  4453. "node_modules/std-env": {
  4454. "version": "4.0.0",
  4455. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  4456. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  4457. "dev": true,
  4458. "license": "MIT"
  4459. },
  4460. "node_modules/string-width": {
  4461. "version": "5.1.2",
  4462. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  4463. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  4464. "dev": true,
  4465. "license": "MIT",
  4466. "dependencies": {
  4467. "eastasianwidth": "^0.2.0",
  4468. "emoji-regex": "^9.2.2",
  4469. "strip-ansi": "^7.0.1"
  4470. },
  4471. "engines": {
  4472. "node": ">=12"
  4473. },
  4474. "funding": {
  4475. "url": "https://github.com/sponsors/sindresorhus"
  4476. }
  4477. },
  4478. "node_modules/string-width-cjs": {
  4479. "name": "string-width",
  4480. "version": "4.2.3",
  4481. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  4482. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  4483. "dev": true,
  4484. "license": "MIT",
  4485. "dependencies": {
  4486. "emoji-regex": "^8.0.0",
  4487. "is-fullwidth-code-point": "^3.0.0",
  4488. "strip-ansi": "^6.0.1"
  4489. },
  4490. "engines": {
  4491. "node": ">=8"
  4492. }
  4493. },
  4494. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  4495. "version": "5.0.1",
  4496. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4497. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4498. "dev": true,
  4499. "license": "MIT",
  4500. "engines": {
  4501. "node": ">=8"
  4502. }
  4503. },
  4504. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  4505. "version": "8.0.0",
  4506. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4507. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  4508. "dev": true,
  4509. "license": "MIT"
  4510. },
  4511. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  4512. "version": "6.0.1",
  4513. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4514. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4515. "dev": true,
  4516. "license": "MIT",
  4517. "dependencies": {
  4518. "ansi-regex": "^5.0.1"
  4519. },
  4520. "engines": {
  4521. "node": ">=8"
  4522. }
  4523. },
  4524. "node_modules/strip-ansi": {
  4525. "version": "7.2.0",
  4526. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  4527. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  4528. "dev": true,
  4529. "license": "MIT",
  4530. "dependencies": {
  4531. "ansi-regex": "^6.2.2"
  4532. },
  4533. "engines": {
  4534. "node": ">=12"
  4535. },
  4536. "funding": {
  4537. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  4538. }
  4539. },
  4540. "node_modules/strip-ansi-cjs": {
  4541. "name": "strip-ansi",
  4542. "version": "6.0.1",
  4543. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4544. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4545. "dev": true,
  4546. "license": "MIT",
  4547. "dependencies": {
  4548. "ansi-regex": "^5.0.1"
  4549. },
  4550. "engines": {
  4551. "node": ">=8"
  4552. }
  4553. },
  4554. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  4555. "version": "5.0.1",
  4556. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4557. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4558. "dev": true,
  4559. "license": "MIT",
  4560. "engines": {
  4561. "node": ">=8"
  4562. }
  4563. },
  4564. "node_modules/style-value-types": {
  4565. "version": "5.1.2",
  4566. "resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-5.1.2.tgz",
  4567. "integrity": "sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==",
  4568. "license": "MIT",
  4569. "dependencies": {
  4570. "hey-listen": "^1.0.8",
  4571. "tslib": "2.4.0"
  4572. }
  4573. },
  4574. "node_modules/style-value-types/node_modules/tslib": {
  4575. "version": "2.4.0",
  4576. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  4577. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  4578. "license": "0BSD"
  4579. },
  4580. "node_modules/sucrase": {
  4581. "version": "3.35.1",
  4582. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
  4583. "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
  4584. "license": "MIT",
  4585. "dependencies": {
  4586. "@jridgewell/gen-mapping": "^0.3.2",
  4587. "commander": "^4.0.0",
  4588. "lines-and-columns": "^1.1.6",
  4589. "mz": "^2.7.0",
  4590. "pirates": "^4.0.1",
  4591. "tinyglobby": "^0.2.11",
  4592. "ts-interface-checker": "^0.1.9"
  4593. },
  4594. "bin": {
  4595. "sucrase": "bin/sucrase",
  4596. "sucrase-node": "bin/sucrase-node"
  4597. },
  4598. "engines": {
  4599. "node": ">=16 || 14 >=14.17"
  4600. }
  4601. },
  4602. "node_modules/supports-preserve-symlinks-flag": {
  4603. "version": "1.0.0",
  4604. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  4605. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  4606. "license": "MIT",
  4607. "engines": {
  4608. "node": ">= 0.4"
  4609. },
  4610. "funding": {
  4611. "url": "https://github.com/sponsors/ljharb"
  4612. }
  4613. },
  4614. "node_modules/symbol-tree": {
  4615. "version": "3.2.4",
  4616. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  4617. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  4618. "dev": true,
  4619. "license": "MIT"
  4620. },
  4621. "node_modules/tailwind-merge": {
  4622. "version": "2.6.1",
  4623. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
  4624. "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==",
  4625. "license": "MIT",
  4626. "funding": {
  4627. "type": "github",
  4628. "url": "https://github.com/sponsors/dcastil"
  4629. }
  4630. },
  4631. "node_modules/tailwindcss": {
  4632. "version": "3.4.19",
  4633. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
  4634. "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
  4635. "license": "MIT",
  4636. "peer": true,
  4637. "dependencies": {
  4638. "@alloc/quick-lru": "^5.2.0",
  4639. "arg": "^5.0.2",
  4640. "chokidar": "^3.6.0",
  4641. "didyoumean": "^1.2.2",
  4642. "dlv": "^1.1.3",
  4643. "fast-glob": "^3.3.2",
  4644. "glob-parent": "^6.0.2",
  4645. "is-glob": "^4.0.3",
  4646. "jiti": "^1.21.7",
  4647. "lilconfig": "^3.1.3",
  4648. "micromatch": "^4.0.8",
  4649. "normalize-path": "^3.0.0",
  4650. "object-hash": "^3.0.0",
  4651. "picocolors": "^1.1.1",
  4652. "postcss": "^8.4.47",
  4653. "postcss-import": "^15.1.0",
  4654. "postcss-js": "^4.0.1",
  4655. "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
  4656. "postcss-nested": "^6.2.0",
  4657. "postcss-selector-parser": "^6.1.2",
  4658. "resolve": "^1.22.8",
  4659. "sucrase": "^3.35.0"
  4660. },
  4661. "bin": {
  4662. "tailwind": "lib/cli.js",
  4663. "tailwindcss": "lib/cli.js"
  4664. },
  4665. "engines": {
  4666. "node": ">=14.0.0"
  4667. }
  4668. },
  4669. "node_modules/tailwindcss-animate": {
  4670. "version": "1.0.7",
  4671. "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz",
  4672. "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==",
  4673. "license": "MIT",
  4674. "peerDependencies": {
  4675. "tailwindcss": ">=3.0.0 || insiders"
  4676. }
  4677. },
  4678. "node_modules/thenify": {
  4679. "version": "3.3.1",
  4680. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  4681. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  4682. "license": "MIT",
  4683. "dependencies": {
  4684. "any-promise": "^1.0.0"
  4685. }
  4686. },
  4687. "node_modules/thenify-all": {
  4688. "version": "1.6.0",
  4689. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  4690. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  4691. "license": "MIT",
  4692. "dependencies": {
  4693. "thenify": ">= 3.1.0 < 4"
  4694. },
  4695. "engines": {
  4696. "node": ">=0.8"
  4697. }
  4698. },
  4699. "node_modules/three": {
  4700. "version": "0.183.2",
  4701. "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz",
  4702. "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==",
  4703. "license": "MIT"
  4704. },
  4705. "node_modules/tinybench": {
  4706. "version": "2.9.0",
  4707. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
  4708. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  4709. "dev": true,
  4710. "license": "MIT"
  4711. },
  4712. "node_modules/tinyexec": {
  4713. "version": "1.1.1",
  4714. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  4715. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  4716. "dev": true,
  4717. "license": "MIT",
  4718. "engines": {
  4719. "node": ">=18"
  4720. }
  4721. },
  4722. "node_modules/tinyglobby": {
  4723. "version": "0.2.15",
  4724. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  4725. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  4726. "license": "MIT",
  4727. "dependencies": {
  4728. "fdir": "^6.5.0",
  4729. "picomatch": "^4.0.3"
  4730. },
  4731. "engines": {
  4732. "node": ">=12.0.0"
  4733. },
  4734. "funding": {
  4735. "url": "https://github.com/sponsors/SuperchupuDev"
  4736. }
  4737. },
  4738. "node_modules/tinyglobby/node_modules/fdir": {
  4739. "version": "6.5.0",
  4740. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  4741. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4742. "license": "MIT",
  4743. "engines": {
  4744. "node": ">=12.0.0"
  4745. },
  4746. "peerDependencies": {
  4747. "picomatch": "^3 || ^4"
  4748. },
  4749. "peerDependenciesMeta": {
  4750. "picomatch": {
  4751. "optional": true
  4752. }
  4753. }
  4754. },
  4755. "node_modules/tinyglobby/node_modules/picomatch": {
  4756. "version": "4.0.4",
  4757. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4758. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4759. "license": "MIT",
  4760. "peer": true,
  4761. "engines": {
  4762. "node": ">=12"
  4763. },
  4764. "funding": {
  4765. "url": "https://github.com/sponsors/jonschlinkert"
  4766. }
  4767. },
  4768. "node_modules/tinyrainbow": {
  4769. "version": "3.1.0",
  4770. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
  4771. "integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
  4772. "dev": true,
  4773. "license": "MIT",
  4774. "engines": {
  4775. "node": ">=14.0.0"
  4776. }
  4777. },
  4778. "node_modules/tldts": {
  4779. "version": "7.0.28",
  4780. "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.28.tgz",
  4781. "integrity": "sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==",
  4782. "dev": true,
  4783. "license": "MIT",
  4784. "dependencies": {
  4785. "tldts-core": "^7.0.28"
  4786. },
  4787. "bin": {
  4788. "tldts": "bin/cli.js"
  4789. }
  4790. },
  4791. "node_modules/tldts-core": {
  4792. "version": "7.0.28",
  4793. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.28.tgz",
  4794. "integrity": "sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==",
  4795. "dev": true,
  4796. "license": "MIT"
  4797. },
  4798. "node_modules/to-regex-range": {
  4799. "version": "5.0.1",
  4800. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4801. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "is-number": "^7.0.0"
  4805. },
  4806. "engines": {
  4807. "node": ">=8.0"
  4808. }
  4809. },
  4810. "node_modules/tough-cookie": {
  4811. "version": "6.0.1",
  4812. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz",
  4813. "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==",
  4814. "dev": true,
  4815. "license": "BSD-3-Clause",
  4816. "dependencies": {
  4817. "tldts": "^7.0.5"
  4818. },
  4819. "engines": {
  4820. "node": ">=16"
  4821. }
  4822. },
  4823. "node_modules/tr46": {
  4824. "version": "6.0.0",
  4825. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  4826. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  4827. "dev": true,
  4828. "license": "MIT",
  4829. "dependencies": {
  4830. "punycode": "^2.3.1"
  4831. },
  4832. "engines": {
  4833. "node": ">=20"
  4834. }
  4835. },
  4836. "node_modules/ts-interface-checker": {
  4837. "version": "0.1.13",
  4838. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  4839. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  4840. "license": "Apache-2.0"
  4841. },
  4842. "node_modules/tslib": {
  4843. "version": "2.8.1",
  4844. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  4845. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  4846. "dev": true,
  4847. "license": "0BSD",
  4848. "optional": true
  4849. },
  4850. "node_modules/typescript": {
  4851. "version": "5.9.3",
  4852. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  4853. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  4854. "devOptional": true,
  4855. "license": "Apache-2.0",
  4856. "peer": true,
  4857. "bin": {
  4858. "tsc": "bin/tsc",
  4859. "tsserver": "bin/tsserver"
  4860. },
  4861. "engines": {
  4862. "node": ">=14.17"
  4863. }
  4864. },
  4865. "node_modules/ufo": {
  4866. "version": "1.6.3",
  4867. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  4868. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  4869. "license": "MIT",
  4870. "optional": true
  4871. },
  4872. "node_modules/unctx": {
  4873. "version": "2.5.0",
  4874. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  4875. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  4876. "license": "MIT",
  4877. "optional": true,
  4878. "dependencies": {
  4879. "acorn": "^8.15.0",
  4880. "estree-walker": "^3.0.3",
  4881. "magic-string": "^0.30.21",
  4882. "unplugin": "^2.3.11"
  4883. }
  4884. },
  4885. "node_modules/undici": {
  4886. "version": "7.24.7",
  4887. "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
  4888. "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
  4889. "dev": true,
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=20.18.1"
  4893. }
  4894. },
  4895. "node_modules/undici-types": {
  4896. "version": "6.21.0",
  4897. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  4898. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  4899. "dev": true,
  4900. "license": "MIT"
  4901. },
  4902. "node_modules/unplugin": {
  4903. "version": "2.3.11",
  4904. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  4905. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  4906. "license": "MIT",
  4907. "optional": true,
  4908. "dependencies": {
  4909. "@jridgewell/remapping": "^2.3.5",
  4910. "acorn": "^8.15.0",
  4911. "picomatch": "^4.0.3",
  4912. "webpack-virtual-modules": "^0.6.2"
  4913. },
  4914. "engines": {
  4915. "node": ">=18.12.0"
  4916. }
  4917. },
  4918. "node_modules/unplugin/node_modules/picomatch": {
  4919. "version": "4.0.4",
  4920. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4921. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4922. "license": "MIT",
  4923. "optional": true,
  4924. "engines": {
  4925. "node": ">=12"
  4926. },
  4927. "funding": {
  4928. "url": "https://github.com/sponsors/jonschlinkert"
  4929. }
  4930. },
  4931. "node_modules/untyped": {
  4932. "version": "2.0.0",
  4933. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  4934. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  4935. "license": "MIT",
  4936. "optional": true,
  4937. "dependencies": {
  4938. "citty": "^0.1.6",
  4939. "defu": "^6.1.4",
  4940. "jiti": "^2.4.2",
  4941. "knitwork": "^1.2.0",
  4942. "scule": "^1.3.0"
  4943. },
  4944. "bin": {
  4945. "untyped": "dist/cli.mjs"
  4946. }
  4947. },
  4948. "node_modules/untyped/node_modules/jiti": {
  4949. "version": "2.6.1",
  4950. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  4951. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  4952. "license": "MIT",
  4953. "optional": true,
  4954. "bin": {
  4955. "jiti": "lib/jiti-cli.mjs"
  4956. }
  4957. },
  4958. "node_modules/update-browserslist-db": {
  4959. "version": "1.2.3",
  4960. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  4961. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  4962. "dev": true,
  4963. "funding": [
  4964. {
  4965. "type": "opencollective",
  4966. "url": "https://opencollective.com/browserslist"
  4967. },
  4968. {
  4969. "type": "tidelift",
  4970. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4971. },
  4972. {
  4973. "type": "github",
  4974. "url": "https://github.com/sponsors/ai"
  4975. }
  4976. ],
  4977. "license": "MIT",
  4978. "dependencies": {
  4979. "escalade": "^3.2.0",
  4980. "picocolors": "^1.1.1"
  4981. },
  4982. "bin": {
  4983. "update-browserslist-db": "cli.js"
  4984. },
  4985. "peerDependencies": {
  4986. "browserslist": ">= 4.21.0"
  4987. }
  4988. },
  4989. "node_modules/util-deprecate": {
  4990. "version": "1.0.2",
  4991. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4992. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4993. "license": "MIT"
  4994. },
  4995. "node_modules/vite": {
  4996. "version": "5.4.21",
  4997. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
  4998. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  4999. "dev": true,
  5000. "license": "MIT",
  5001. "peer": true,
  5002. "dependencies": {
  5003. "esbuild": "^0.21.3",
  5004. "postcss": "^8.4.43",
  5005. "rollup": "^4.20.0"
  5006. },
  5007. "bin": {
  5008. "vite": "bin/vite.js"
  5009. },
  5010. "engines": {
  5011. "node": "^18.0.0 || >=20.0.0"
  5012. },
  5013. "funding": {
  5014. "url": "https://github.com/vitejs/vite?sponsor=1"
  5015. },
  5016. "optionalDependencies": {
  5017. "fsevents": "~2.3.3"
  5018. },
  5019. "peerDependencies": {
  5020. "@types/node": "^18.0.0 || >=20.0.0",
  5021. "less": "*",
  5022. "lightningcss": "^1.21.0",
  5023. "sass": "*",
  5024. "sass-embedded": "*",
  5025. "stylus": "*",
  5026. "sugarss": "*",
  5027. "terser": "^5.4.0"
  5028. },
  5029. "peerDependenciesMeta": {
  5030. "@types/node": {
  5031. "optional": true
  5032. },
  5033. "less": {
  5034. "optional": true
  5035. },
  5036. "lightningcss": {
  5037. "optional": true
  5038. },
  5039. "sass": {
  5040. "optional": true
  5041. },
  5042. "sass-embedded": {
  5043. "optional": true
  5044. },
  5045. "stylus": {
  5046. "optional": true
  5047. },
  5048. "sugarss": {
  5049. "optional": true
  5050. },
  5051. "terser": {
  5052. "optional": true
  5053. }
  5054. }
  5055. },
  5056. "node_modules/vitest": {
  5057. "version": "4.1.4",
  5058. "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.4.tgz",
  5059. "integrity": "sha512-tFuJqTxKb8AvfyqMfnavXdzfy3h3sWZRWwfluGbkeR7n0HUev+FmNgZ8SDrRBTVrVCjgH5cA21qGbCffMNtWvg==",
  5060. "dev": true,
  5061. "license": "MIT",
  5062. "dependencies": {
  5063. "@vitest/expect": "4.1.4",
  5064. "@vitest/mocker": "4.1.4",
  5065. "@vitest/pretty-format": "4.1.4",
  5066. "@vitest/runner": "4.1.4",
  5067. "@vitest/snapshot": "4.1.4",
  5068. "@vitest/spy": "4.1.4",
  5069. "@vitest/utils": "4.1.4",
  5070. "es-module-lexer": "^2.0.0",
  5071. "expect-type": "^1.3.0",
  5072. "magic-string": "^0.30.21",
  5073. "obug": "^2.1.1",
  5074. "pathe": "^2.0.3",
  5075. "picomatch": "^4.0.3",
  5076. "std-env": "^4.0.0-rc.1",
  5077. "tinybench": "^2.9.0",
  5078. "tinyexec": "^1.0.2",
  5079. "tinyglobby": "^0.2.15",
  5080. "tinyrainbow": "^3.1.0",
  5081. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
  5082. "why-is-node-running": "^2.3.0"
  5083. },
  5084. "bin": {
  5085. "vitest": "vitest.mjs"
  5086. },
  5087. "engines": {
  5088. "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  5089. },
  5090. "funding": {
  5091. "url": "https://opencollective.com/vitest"
  5092. },
  5093. "peerDependencies": {
  5094. "@edge-runtime/vm": "*",
  5095. "@opentelemetry/api": "^1.9.0",
  5096. "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
  5097. "@vitest/browser-playwright": "4.1.4",
  5098. "@vitest/browser-preview": "4.1.4",
  5099. "@vitest/browser-webdriverio": "4.1.4",
  5100. "@vitest/coverage-istanbul": "4.1.4",
  5101. "@vitest/coverage-v8": "4.1.4",
  5102. "@vitest/ui": "4.1.4",
  5103. "happy-dom": "*",
  5104. "jsdom": "*",
  5105. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5106. },
  5107. "peerDependenciesMeta": {
  5108. "@edge-runtime/vm": {
  5109. "optional": true
  5110. },
  5111. "@opentelemetry/api": {
  5112. "optional": true
  5113. },
  5114. "@types/node": {
  5115. "optional": true
  5116. },
  5117. "@vitest/browser-playwright": {
  5118. "optional": true
  5119. },
  5120. "@vitest/browser-preview": {
  5121. "optional": true
  5122. },
  5123. "@vitest/browser-webdriverio": {
  5124. "optional": true
  5125. },
  5126. "@vitest/coverage-istanbul": {
  5127. "optional": true
  5128. },
  5129. "@vitest/coverage-v8": {
  5130. "optional": true
  5131. },
  5132. "@vitest/ui": {
  5133. "optional": true
  5134. },
  5135. "happy-dom": {
  5136. "optional": true
  5137. },
  5138. "jsdom": {
  5139. "optional": true
  5140. },
  5141. "vite": {
  5142. "optional": false
  5143. }
  5144. }
  5145. },
  5146. "node_modules/vitest/node_modules/@vitest/mocker": {
  5147. "version": "4.1.4",
  5148. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.4.tgz",
  5149. "integrity": "sha512-R9HTZBhW6yCSGbGQnDnH3QHfJxokKN4KB+Yvk9Q1le7eQNYwiCyKxmLmurSpFy6BzJanSLuEUDrD+j97Q+ZLPg==",
  5150. "dev": true,
  5151. "license": "MIT",
  5152. "dependencies": {
  5153. "@vitest/spy": "4.1.4",
  5154. "estree-walker": "^3.0.3",
  5155. "magic-string": "^0.30.21"
  5156. },
  5157. "funding": {
  5158. "url": "https://opencollective.com/vitest"
  5159. },
  5160. "peerDependencies": {
  5161. "msw": "^2.4.9",
  5162. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5163. },
  5164. "peerDependenciesMeta": {
  5165. "msw": {
  5166. "optional": true
  5167. },
  5168. "vite": {
  5169. "optional": true
  5170. }
  5171. }
  5172. },
  5173. "node_modules/vitest/node_modules/picomatch": {
  5174. "version": "4.0.4",
  5175. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5176. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5177. "dev": true,
  5178. "license": "MIT",
  5179. "engines": {
  5180. "node": ">=12"
  5181. },
  5182. "funding": {
  5183. "url": "https://github.com/sponsors/jonschlinkert"
  5184. }
  5185. },
  5186. "node_modules/vitest/node_modules/vite": {
  5187. "version": "8.0.8",
  5188. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz",
  5189. "integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==",
  5190. "dev": true,
  5191. "license": "MIT",
  5192. "peer": true,
  5193. "dependencies": {
  5194. "lightningcss": "^1.32.0",
  5195. "picomatch": "^4.0.4",
  5196. "postcss": "^8.5.8",
  5197. "rolldown": "1.0.0-rc.15",
  5198. "tinyglobby": "^0.2.15"
  5199. },
  5200. "bin": {
  5201. "vite": "bin/vite.js"
  5202. },
  5203. "engines": {
  5204. "node": "^20.19.0 || >=22.12.0"
  5205. },
  5206. "funding": {
  5207. "url": "https://github.com/vitejs/vite?sponsor=1"
  5208. },
  5209. "optionalDependencies": {
  5210. "fsevents": "~2.3.3"
  5211. },
  5212. "peerDependencies": {
  5213. "@types/node": "^20.19.0 || >=22.12.0",
  5214. "@vitejs/devtools": "^0.1.0",
  5215. "esbuild": "^0.27.0 || ^0.28.0",
  5216. "jiti": ">=1.21.0",
  5217. "less": "^4.0.0",
  5218. "sass": "^1.70.0",
  5219. "sass-embedded": "^1.70.0",
  5220. "stylus": ">=0.54.8",
  5221. "sugarss": "^5.0.0",
  5222. "terser": "^5.16.0",
  5223. "tsx": "^4.8.1",
  5224. "yaml": "^2.4.2"
  5225. },
  5226. "peerDependenciesMeta": {
  5227. "@types/node": {
  5228. "optional": true
  5229. },
  5230. "@vitejs/devtools": {
  5231. "optional": true
  5232. },
  5233. "esbuild": {
  5234. "optional": true
  5235. },
  5236. "jiti": {
  5237. "optional": true
  5238. },
  5239. "less": {
  5240. "optional": true
  5241. },
  5242. "sass": {
  5243. "optional": true
  5244. },
  5245. "sass-embedded": {
  5246. "optional": true
  5247. },
  5248. "stylus": {
  5249. "optional": true
  5250. },
  5251. "sugarss": {
  5252. "optional": true
  5253. },
  5254. "terser": {
  5255. "optional": true
  5256. },
  5257. "tsx": {
  5258. "optional": true
  5259. },
  5260. "yaml": {
  5261. "optional": true
  5262. }
  5263. }
  5264. },
  5265. "node_modules/vscode-uri": {
  5266. "version": "3.1.0",
  5267. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  5268. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  5269. "dev": true,
  5270. "license": "MIT"
  5271. },
  5272. "node_modules/vue": {
  5273. "version": "3.5.32",
  5274. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
  5275. "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
  5276. "license": "MIT",
  5277. "peer": true,
  5278. "dependencies": {
  5279. "@vue/compiler-dom": "3.5.32",
  5280. "@vue/compiler-sfc": "3.5.32",
  5281. "@vue/runtime-dom": "3.5.32",
  5282. "@vue/server-renderer": "3.5.32",
  5283. "@vue/shared": "3.5.32"
  5284. },
  5285. "peerDependencies": {
  5286. "typescript": "*"
  5287. },
  5288. "peerDependenciesMeta": {
  5289. "typescript": {
  5290. "optional": true
  5291. }
  5292. }
  5293. },
  5294. "node_modules/vue-component-type-helpers": {
  5295. "version": "2.2.12",
  5296. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.12.tgz",
  5297. "integrity": "sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw==",
  5298. "dev": true,
  5299. "license": "MIT"
  5300. },
  5301. "node_modules/vue-demi": {
  5302. "version": "0.14.10",
  5303. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  5304. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  5305. "hasInstallScript": true,
  5306. "license": "MIT",
  5307. "bin": {
  5308. "vue-demi-fix": "bin/vue-demi-fix.js",
  5309. "vue-demi-switch": "bin/vue-demi-switch.js"
  5310. },
  5311. "engines": {
  5312. "node": ">=12"
  5313. },
  5314. "funding": {
  5315. "url": "https://github.com/sponsors/antfu"
  5316. },
  5317. "peerDependencies": {
  5318. "@vue/composition-api": "^1.0.0-rc.1",
  5319. "vue": "^3.0.0-0 || ^2.6.0"
  5320. },
  5321. "peerDependenciesMeta": {
  5322. "@vue/composition-api": {
  5323. "optional": true
  5324. }
  5325. }
  5326. },
  5327. "node_modules/vue-i18n": {
  5328. "version": "9.14.5",
  5329. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.5.tgz",
  5330. "integrity": "sha512-0jQ9Em3ymWngyiIkj0+c/k7WgaPO+TNzjKSNq9BvBQaKJECqn9cd9fL4tkDhB5G1QBskGl9YxxbDAhgbFtpe2g==",
  5331. "deprecated": "v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html",
  5332. "license": "MIT",
  5333. "dependencies": {
  5334. "@intlify/core-base": "9.14.5",
  5335. "@intlify/shared": "9.14.5",
  5336. "@vue/devtools-api": "^6.5.0"
  5337. },
  5338. "engines": {
  5339. "node": ">= 16"
  5340. },
  5341. "funding": {
  5342. "url": "https://github.com/sponsors/kazupon"
  5343. },
  5344. "peerDependencies": {
  5345. "vue": "^3.0.0"
  5346. }
  5347. },
  5348. "node_modules/vue-router": {
  5349. "version": "4.6.4",
  5350. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  5351. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  5352. "license": "MIT",
  5353. "dependencies": {
  5354. "@vue/devtools-api": "^6.6.4"
  5355. },
  5356. "funding": {
  5357. "url": "https://github.com/sponsors/posva"
  5358. },
  5359. "peerDependencies": {
  5360. "vue": "^3.5.0"
  5361. }
  5362. },
  5363. "node_modules/vue-sonner": {
  5364. "version": "1.3.2",
  5365. "resolved": "https://registry.npmjs.org/vue-sonner/-/vue-sonner-1.3.2.tgz",
  5366. "integrity": "sha512-UbZ48E9VIya3ToiRHAZUbodKute/z/M1iT8/3fU8zEbwBRE11AKuHikssv18LMk2gTTr6eMQT4qf6JoLHWuj/A==",
  5367. "license": "MIT"
  5368. },
  5369. "node_modules/vue-tsc": {
  5370. "version": "2.2.12",
  5371. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.12.tgz",
  5372. "integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
  5373. "dev": true,
  5374. "license": "MIT",
  5375. "dependencies": {
  5376. "@volar/typescript": "2.4.15",
  5377. "@vue/language-core": "2.2.12"
  5378. },
  5379. "bin": {
  5380. "vue-tsc": "bin/vue-tsc.js"
  5381. },
  5382. "peerDependencies": {
  5383. "typescript": ">=5.0.0"
  5384. }
  5385. },
  5386. "node_modules/w3c-xmlserializer": {
  5387. "version": "5.0.0",
  5388. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  5389. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  5390. "dev": true,
  5391. "license": "MIT",
  5392. "dependencies": {
  5393. "xml-name-validator": "^5.0.0"
  5394. },
  5395. "engines": {
  5396. "node": ">=18"
  5397. }
  5398. },
  5399. "node_modules/webidl-conversions": {
  5400. "version": "8.0.1",
  5401. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  5402. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  5403. "dev": true,
  5404. "license": "BSD-2-Clause",
  5405. "engines": {
  5406. "node": ">=20"
  5407. }
  5408. },
  5409. "node_modules/webpack-virtual-modules": {
  5410. "version": "0.6.2",
  5411. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5412. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5413. "license": "MIT",
  5414. "optional": true
  5415. },
  5416. "node_modules/whatwg-mimetype": {
  5417. "version": "5.0.0",
  5418. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  5419. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  5420. "dev": true,
  5421. "license": "MIT",
  5422. "engines": {
  5423. "node": ">=20"
  5424. }
  5425. },
  5426. "node_modules/whatwg-url": {
  5427. "version": "16.0.1",
  5428. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.1.tgz",
  5429. "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==",
  5430. "dev": true,
  5431. "license": "MIT",
  5432. "dependencies": {
  5433. "@exodus/bytes": "^1.11.0",
  5434. "tr46": "^6.0.0",
  5435. "webidl-conversions": "^8.0.1"
  5436. },
  5437. "engines": {
  5438. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  5439. }
  5440. },
  5441. "node_modules/which": {
  5442. "version": "2.0.2",
  5443. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5444. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5445. "dev": true,
  5446. "license": "ISC",
  5447. "dependencies": {
  5448. "isexe": "^2.0.0"
  5449. },
  5450. "bin": {
  5451. "node-which": "bin/node-which"
  5452. },
  5453. "engines": {
  5454. "node": ">= 8"
  5455. }
  5456. },
  5457. "node_modules/why-is-node-running": {
  5458. "version": "2.3.0",
  5459. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  5460. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  5461. "dev": true,
  5462. "license": "MIT",
  5463. "dependencies": {
  5464. "siginfo": "^2.0.0",
  5465. "stackback": "0.0.2"
  5466. },
  5467. "bin": {
  5468. "why-is-node-running": "cli.js"
  5469. },
  5470. "engines": {
  5471. "node": ">=8"
  5472. }
  5473. },
  5474. "node_modules/wrap-ansi": {
  5475. "version": "8.1.0",
  5476. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  5477. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  5478. "dev": true,
  5479. "license": "MIT",
  5480. "dependencies": {
  5481. "ansi-styles": "^6.1.0",
  5482. "string-width": "^5.0.1",
  5483. "strip-ansi": "^7.0.1"
  5484. },
  5485. "engines": {
  5486. "node": ">=12"
  5487. },
  5488. "funding": {
  5489. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5490. }
  5491. },
  5492. "node_modules/wrap-ansi-cjs": {
  5493. "name": "wrap-ansi",
  5494. "version": "7.0.0",
  5495. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5496. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5497. "dev": true,
  5498. "license": "MIT",
  5499. "dependencies": {
  5500. "ansi-styles": "^4.0.0",
  5501. "string-width": "^4.1.0",
  5502. "strip-ansi": "^6.0.0"
  5503. },
  5504. "engines": {
  5505. "node": ">=10"
  5506. },
  5507. "funding": {
  5508. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5509. }
  5510. },
  5511. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  5512. "version": "5.0.1",
  5513. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5514. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5515. "dev": true,
  5516. "license": "MIT",
  5517. "engines": {
  5518. "node": ">=8"
  5519. }
  5520. },
  5521. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  5522. "version": "4.3.0",
  5523. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5524. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5525. "dev": true,
  5526. "license": "MIT",
  5527. "dependencies": {
  5528. "color-convert": "^2.0.1"
  5529. },
  5530. "engines": {
  5531. "node": ">=8"
  5532. },
  5533. "funding": {
  5534. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5535. }
  5536. },
  5537. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  5538. "version": "8.0.0",
  5539. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5540. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5541. "dev": true,
  5542. "license": "MIT"
  5543. },
  5544. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  5545. "version": "4.2.3",
  5546. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5547. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5548. "dev": true,
  5549. "license": "MIT",
  5550. "dependencies": {
  5551. "emoji-regex": "^8.0.0",
  5552. "is-fullwidth-code-point": "^3.0.0",
  5553. "strip-ansi": "^6.0.1"
  5554. },
  5555. "engines": {
  5556. "node": ">=8"
  5557. }
  5558. },
  5559. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  5560. "version": "6.0.1",
  5561. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5562. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5563. "dev": true,
  5564. "license": "MIT",
  5565. "dependencies": {
  5566. "ansi-regex": "^5.0.1"
  5567. },
  5568. "engines": {
  5569. "node": ">=8"
  5570. }
  5571. },
  5572. "node_modules/xml-name-validator": {
  5573. "version": "5.0.0",
  5574. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  5575. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  5576. "dev": true,
  5577. "license": "Apache-2.0",
  5578. "engines": {
  5579. "node": ">=18"
  5580. }
  5581. },
  5582. "node_modules/xmlchars": {
  5583. "version": "2.2.0",
  5584. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  5585. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  5586. "dev": true,
  5587. "license": "MIT"
  5588. },
  5589. "node_modules/zod": {
  5590. "version": "3.25.76",
  5591. "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
  5592. "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
  5593. "license": "MIT",
  5594. "funding": {
  5595. "url": "https://github.com/sponsors/colinhacks"
  5596. }
  5597. }
  5598. }
  5599. }