package-lock.json 191 KB

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