package-lock.json 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573
  1. {
  2. "name": "lcbwg",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "lcbwg",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "swiper": "^14.0.5",
  12. "three": "^0.184.0",
  13. "vue": "^3.5.39",
  14. "vue-router": "^4.6.4",
  15. "vuex": "^4.1.0"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "^6.0.7",
  19. "sass": "^1.101.0",
  20. "vite": "^8.1.1"
  21. }
  22. },
  23. "node_modules/@babel/helper-string-parser": {
  24. "version": "7.29.7",
  25. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  26. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  27. "license": "MIT",
  28. "engines": {
  29. "node": ">=6.9.0"
  30. }
  31. },
  32. "node_modules/@babel/helper-validator-identifier": {
  33. "version": "7.29.7",
  34. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  35. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  36. "license": "MIT",
  37. "engines": {
  38. "node": ">=6.9.0"
  39. }
  40. },
  41. "node_modules/@babel/parser": {
  42. "version": "7.29.7",
  43. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
  44. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  45. "license": "MIT",
  46. "dependencies": {
  47. "@babel/types": "^7.29.7"
  48. },
  49. "bin": {
  50. "parser": "bin/babel-parser.js"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@babel/types": {
  57. "version": "7.29.7",
  58. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz",
  59. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  60. "license": "MIT",
  61. "dependencies": {
  62. "@babel/helper-string-parser": "^7.29.7",
  63. "@babel/helper-validator-identifier": "^7.29.7"
  64. },
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@emnapi/core": {
  70. "version": "1.11.1",
  71. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.11.1.tgz",
  72. "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
  73. "dev": true,
  74. "license": "MIT",
  75. "optional": true,
  76. "dependencies": {
  77. "@emnapi/wasi-threads": "1.2.2",
  78. "tslib": "^2.4.0"
  79. }
  80. },
  81. "node_modules/@emnapi/runtime": {
  82. "version": "1.11.1",
  83. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.11.1.tgz",
  84. "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
  85. "dev": true,
  86. "license": "MIT",
  87. "optional": true,
  88. "dependencies": {
  89. "tslib": "^2.4.0"
  90. }
  91. },
  92. "node_modules/@emnapi/wasi-threads": {
  93. "version": "1.2.2",
  94. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
  95. "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
  96. "dev": true,
  97. "license": "MIT",
  98. "optional": true,
  99. "dependencies": {
  100. "tslib": "^2.4.0"
  101. }
  102. },
  103. "node_modules/@jridgewell/sourcemap-codec": {
  104. "version": "1.5.5",
  105. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  106. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  107. "license": "MIT"
  108. },
  109. "node_modules/@napi-rs/wasm-runtime": {
  110. "version": "1.1.6",
  111. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
  112. "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
  113. "dev": true,
  114. "license": "MIT",
  115. "optional": true,
  116. "dependencies": {
  117. "@tybys/wasm-util": "^0.10.3"
  118. },
  119. "funding": {
  120. "type": "github",
  121. "url": "https://github.com/sponsors/Brooooooklyn"
  122. },
  123. "peerDependencies": {
  124. "@emnapi/core": "^1.7.1",
  125. "@emnapi/runtime": "^1.7.1"
  126. }
  127. },
  128. "node_modules/@oxc-project/types": {
  129. "version": "0.139.0",
  130. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.139.0.tgz",
  131. "integrity": "sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==",
  132. "dev": true,
  133. "license": "MIT",
  134. "funding": {
  135. "url": "https://github.com/sponsors/Boshen"
  136. }
  137. },
  138. "node_modules/@parcel/watcher": {
  139. "version": "2.5.6",
  140. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.6.tgz",
  141. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  142. "dev": true,
  143. "hasInstallScript": true,
  144. "license": "MIT",
  145. "optional": true,
  146. "dependencies": {
  147. "detect-libc": "^2.0.3",
  148. "is-glob": "^4.0.3",
  149. "node-addon-api": "^7.0.0",
  150. "picomatch": "^4.0.3"
  151. },
  152. "engines": {
  153. "node": ">= 10.0.0"
  154. },
  155. "funding": {
  156. "type": "opencollective",
  157. "url": "https://opencollective.com/parcel"
  158. },
  159. "optionalDependencies": {
  160. "@parcel/watcher-android-arm64": "2.5.6",
  161. "@parcel/watcher-darwin-arm64": "2.5.6",
  162. "@parcel/watcher-darwin-x64": "2.5.6",
  163. "@parcel/watcher-freebsd-x64": "2.5.6",
  164. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  165. "@parcel/watcher-linux-arm-musl": "2.5.6",
  166. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  167. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  168. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  169. "@parcel/watcher-linux-x64-musl": "2.5.6",
  170. "@parcel/watcher-win32-arm64": "2.5.6",
  171. "@parcel/watcher-win32-ia32": "2.5.6",
  172. "@parcel/watcher-win32-x64": "2.5.6"
  173. }
  174. },
  175. "node_modules/@parcel/watcher-android-arm64": {
  176. "version": "2.5.6",
  177. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  178. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  179. "cpu": [
  180. "arm64"
  181. ],
  182. "dev": true,
  183. "license": "MIT",
  184. "optional": true,
  185. "os": [
  186. "android"
  187. ],
  188. "engines": {
  189. "node": ">= 10.0.0"
  190. },
  191. "funding": {
  192. "type": "opencollective",
  193. "url": "https://opencollective.com/parcel"
  194. }
  195. },
  196. "node_modules/@parcel/watcher-darwin-arm64": {
  197. "version": "2.5.6",
  198. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  199. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  200. "cpu": [
  201. "arm64"
  202. ],
  203. "dev": true,
  204. "license": "MIT",
  205. "optional": true,
  206. "os": [
  207. "darwin"
  208. ],
  209. "engines": {
  210. "node": ">= 10.0.0"
  211. },
  212. "funding": {
  213. "type": "opencollective",
  214. "url": "https://opencollective.com/parcel"
  215. }
  216. },
  217. "node_modules/@parcel/watcher-darwin-x64": {
  218. "version": "2.5.6",
  219. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  220. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  221. "cpu": [
  222. "x64"
  223. ],
  224. "dev": true,
  225. "license": "MIT",
  226. "optional": true,
  227. "os": [
  228. "darwin"
  229. ],
  230. "engines": {
  231. "node": ">= 10.0.0"
  232. },
  233. "funding": {
  234. "type": "opencollective",
  235. "url": "https://opencollective.com/parcel"
  236. }
  237. },
  238. "node_modules/@parcel/watcher-freebsd-x64": {
  239. "version": "2.5.6",
  240. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  241. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  242. "cpu": [
  243. "x64"
  244. ],
  245. "dev": true,
  246. "license": "MIT",
  247. "optional": true,
  248. "os": [
  249. "freebsd"
  250. ],
  251. "engines": {
  252. "node": ">= 10.0.0"
  253. },
  254. "funding": {
  255. "type": "opencollective",
  256. "url": "https://opencollective.com/parcel"
  257. }
  258. },
  259. "node_modules/@parcel/watcher-linux-arm-glibc": {
  260. "version": "2.5.6",
  261. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  262. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  263. "cpu": [
  264. "arm"
  265. ],
  266. "dev": true,
  267. "license": "MIT",
  268. "optional": true,
  269. "os": [
  270. "linux"
  271. ],
  272. "engines": {
  273. "node": ">= 10.0.0"
  274. },
  275. "funding": {
  276. "type": "opencollective",
  277. "url": "https://opencollective.com/parcel"
  278. }
  279. },
  280. "node_modules/@parcel/watcher-linux-arm-musl": {
  281. "version": "2.5.6",
  282. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  283. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  284. "cpu": [
  285. "arm"
  286. ],
  287. "dev": true,
  288. "license": "MIT",
  289. "optional": true,
  290. "os": [
  291. "linux"
  292. ],
  293. "engines": {
  294. "node": ">= 10.0.0"
  295. },
  296. "funding": {
  297. "type": "opencollective",
  298. "url": "https://opencollective.com/parcel"
  299. }
  300. },
  301. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  302. "version": "2.5.6",
  303. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  304. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  305. "cpu": [
  306. "arm64"
  307. ],
  308. "dev": true,
  309. "license": "MIT",
  310. "optional": true,
  311. "os": [
  312. "linux"
  313. ],
  314. "engines": {
  315. "node": ">= 10.0.0"
  316. },
  317. "funding": {
  318. "type": "opencollective",
  319. "url": "https://opencollective.com/parcel"
  320. }
  321. },
  322. "node_modules/@parcel/watcher-linux-arm64-musl": {
  323. "version": "2.5.6",
  324. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  325. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  326. "cpu": [
  327. "arm64"
  328. ],
  329. "dev": true,
  330. "license": "MIT",
  331. "optional": true,
  332. "os": [
  333. "linux"
  334. ],
  335. "engines": {
  336. "node": ">= 10.0.0"
  337. },
  338. "funding": {
  339. "type": "opencollective",
  340. "url": "https://opencollective.com/parcel"
  341. }
  342. },
  343. "node_modules/@parcel/watcher-linux-x64-glibc": {
  344. "version": "2.5.6",
  345. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  346. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  347. "cpu": [
  348. "x64"
  349. ],
  350. "dev": true,
  351. "license": "MIT",
  352. "optional": true,
  353. "os": [
  354. "linux"
  355. ],
  356. "engines": {
  357. "node": ">= 10.0.0"
  358. },
  359. "funding": {
  360. "type": "opencollective",
  361. "url": "https://opencollective.com/parcel"
  362. }
  363. },
  364. "node_modules/@parcel/watcher-linux-x64-musl": {
  365. "version": "2.5.6",
  366. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  367. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  368. "cpu": [
  369. "x64"
  370. ],
  371. "dev": true,
  372. "license": "MIT",
  373. "optional": true,
  374. "os": [
  375. "linux"
  376. ],
  377. "engines": {
  378. "node": ">= 10.0.0"
  379. },
  380. "funding": {
  381. "type": "opencollective",
  382. "url": "https://opencollective.com/parcel"
  383. }
  384. },
  385. "node_modules/@parcel/watcher-win32-arm64": {
  386. "version": "2.5.6",
  387. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  388. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  389. "cpu": [
  390. "arm64"
  391. ],
  392. "dev": true,
  393. "license": "MIT",
  394. "optional": true,
  395. "os": [
  396. "win32"
  397. ],
  398. "engines": {
  399. "node": ">= 10.0.0"
  400. },
  401. "funding": {
  402. "type": "opencollective",
  403. "url": "https://opencollective.com/parcel"
  404. }
  405. },
  406. "node_modules/@parcel/watcher-win32-ia32": {
  407. "version": "2.5.6",
  408. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  409. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  410. "cpu": [
  411. "ia32"
  412. ],
  413. "dev": true,
  414. "license": "MIT",
  415. "optional": true,
  416. "os": [
  417. "win32"
  418. ],
  419. "engines": {
  420. "node": ">= 10.0.0"
  421. },
  422. "funding": {
  423. "type": "opencollective",
  424. "url": "https://opencollective.com/parcel"
  425. }
  426. },
  427. "node_modules/@parcel/watcher-win32-x64": {
  428. "version": "2.5.6",
  429. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  430. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  431. "cpu": [
  432. "x64"
  433. ],
  434. "dev": true,
  435. "license": "MIT",
  436. "optional": true,
  437. "os": [
  438. "win32"
  439. ],
  440. "engines": {
  441. "node": ">= 10.0.0"
  442. },
  443. "funding": {
  444. "type": "opencollective",
  445. "url": "https://opencollective.com/parcel"
  446. }
  447. },
  448. "node_modules/@rolldown/binding-android-arm64": {
  449. "version": "1.1.5",
  450. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.5.tgz",
  451. "integrity": "sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==",
  452. "cpu": [
  453. "arm64"
  454. ],
  455. "dev": true,
  456. "license": "MIT",
  457. "optional": true,
  458. "os": [
  459. "android"
  460. ],
  461. "engines": {
  462. "node": "^20.19.0 || >=22.12.0"
  463. }
  464. },
  465. "node_modules/@rolldown/binding-darwin-arm64": {
  466. "version": "1.1.5",
  467. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.5.tgz",
  468. "integrity": "sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==",
  469. "cpu": [
  470. "arm64"
  471. ],
  472. "dev": true,
  473. "license": "MIT",
  474. "optional": true,
  475. "os": [
  476. "darwin"
  477. ],
  478. "engines": {
  479. "node": "^20.19.0 || >=22.12.0"
  480. }
  481. },
  482. "node_modules/@rolldown/binding-darwin-x64": {
  483. "version": "1.1.5",
  484. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.5.tgz",
  485. "integrity": "sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==",
  486. "cpu": [
  487. "x64"
  488. ],
  489. "dev": true,
  490. "license": "MIT",
  491. "optional": true,
  492. "os": [
  493. "darwin"
  494. ],
  495. "engines": {
  496. "node": "^20.19.0 || >=22.12.0"
  497. }
  498. },
  499. "node_modules/@rolldown/binding-freebsd-x64": {
  500. "version": "1.1.5",
  501. "resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.5.tgz",
  502. "integrity": "sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==",
  503. "cpu": [
  504. "x64"
  505. ],
  506. "dev": true,
  507. "license": "MIT",
  508. "optional": true,
  509. "os": [
  510. "freebsd"
  511. ],
  512. "engines": {
  513. "node": "^20.19.0 || >=22.12.0"
  514. }
  515. },
  516. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  517. "version": "1.1.5",
  518. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.5.tgz",
  519. "integrity": "sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==",
  520. "cpu": [
  521. "arm"
  522. ],
  523. "dev": true,
  524. "license": "MIT",
  525. "optional": true,
  526. "os": [
  527. "linux"
  528. ],
  529. "engines": {
  530. "node": "^20.19.0 || >=22.12.0"
  531. }
  532. },
  533. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  534. "version": "1.1.5",
  535. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.5.tgz",
  536. "integrity": "sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==",
  537. "cpu": [
  538. "arm64"
  539. ],
  540. "dev": true,
  541. "license": "MIT",
  542. "optional": true,
  543. "os": [
  544. "linux"
  545. ],
  546. "engines": {
  547. "node": "^20.19.0 || >=22.12.0"
  548. }
  549. },
  550. "node_modules/@rolldown/binding-linux-arm64-musl": {
  551. "version": "1.1.5",
  552. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.5.tgz",
  553. "integrity": "sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==",
  554. "cpu": [
  555. "arm64"
  556. ],
  557. "dev": true,
  558. "license": "MIT",
  559. "optional": true,
  560. "os": [
  561. "linux"
  562. ],
  563. "engines": {
  564. "node": "^20.19.0 || >=22.12.0"
  565. }
  566. },
  567. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  568. "version": "1.1.5",
  569. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.5.tgz",
  570. "integrity": "sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==",
  571. "cpu": [
  572. "ppc64"
  573. ],
  574. "dev": true,
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "linux"
  579. ],
  580. "engines": {
  581. "node": "^20.19.0 || >=22.12.0"
  582. }
  583. },
  584. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  585. "version": "1.1.5",
  586. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.5.tgz",
  587. "integrity": "sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==",
  588. "cpu": [
  589. "s390x"
  590. ],
  591. "dev": true,
  592. "license": "MIT",
  593. "optional": true,
  594. "os": [
  595. "linux"
  596. ],
  597. "engines": {
  598. "node": "^20.19.0 || >=22.12.0"
  599. }
  600. },
  601. "node_modules/@rolldown/binding-linux-x64-gnu": {
  602. "version": "1.1.5",
  603. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.5.tgz",
  604. "integrity": "sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==",
  605. "cpu": [
  606. "x64"
  607. ],
  608. "dev": true,
  609. "license": "MIT",
  610. "optional": true,
  611. "os": [
  612. "linux"
  613. ],
  614. "engines": {
  615. "node": "^20.19.0 || >=22.12.0"
  616. }
  617. },
  618. "node_modules/@rolldown/binding-linux-x64-musl": {
  619. "version": "1.1.5",
  620. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.5.tgz",
  621. "integrity": "sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==",
  622. "cpu": [
  623. "x64"
  624. ],
  625. "dev": true,
  626. "license": "MIT",
  627. "optional": true,
  628. "os": [
  629. "linux"
  630. ],
  631. "engines": {
  632. "node": "^20.19.0 || >=22.12.0"
  633. }
  634. },
  635. "node_modules/@rolldown/binding-openharmony-arm64": {
  636. "version": "1.1.5",
  637. "resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.5.tgz",
  638. "integrity": "sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==",
  639. "cpu": [
  640. "arm64"
  641. ],
  642. "dev": true,
  643. "license": "MIT",
  644. "optional": true,
  645. "os": [
  646. "openharmony"
  647. ],
  648. "engines": {
  649. "node": "^20.19.0 || >=22.12.0"
  650. }
  651. },
  652. "node_modules/@rolldown/binding-wasm32-wasi": {
  653. "version": "1.1.5",
  654. "resolved": "https://registry.npmmirror.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.5.tgz",
  655. "integrity": "sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==",
  656. "cpu": [
  657. "wasm32"
  658. ],
  659. "dev": true,
  660. "license": "MIT",
  661. "optional": true,
  662. "dependencies": {
  663. "@emnapi/core": "1.11.1",
  664. "@emnapi/runtime": "1.11.1",
  665. "@napi-rs/wasm-runtime": "^1.1.6"
  666. },
  667. "engines": {
  668. "node": "^20.19.0 || >=22.12.0"
  669. }
  670. },
  671. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  672. "version": "1.1.5",
  673. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.5.tgz",
  674. "integrity": "sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==",
  675. "cpu": [
  676. "arm64"
  677. ],
  678. "dev": true,
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "win32"
  683. ],
  684. "engines": {
  685. "node": "^20.19.0 || >=22.12.0"
  686. }
  687. },
  688. "node_modules/@rolldown/binding-win32-x64-msvc": {
  689. "version": "1.1.5",
  690. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.5.tgz",
  691. "integrity": "sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==",
  692. "cpu": [
  693. "x64"
  694. ],
  695. "dev": true,
  696. "license": "MIT",
  697. "optional": true,
  698. "os": [
  699. "win32"
  700. ],
  701. "engines": {
  702. "node": "^20.19.0 || >=22.12.0"
  703. }
  704. },
  705. "node_modules/@rolldown/pluginutils": {
  706. "version": "1.0.1",
  707. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  708. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  709. "dev": true,
  710. "license": "MIT"
  711. },
  712. "node_modules/@tybys/wasm-util": {
  713. "version": "0.10.3",
  714. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  715. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  716. "dev": true,
  717. "license": "MIT",
  718. "optional": true,
  719. "dependencies": {
  720. "tslib": "^2.4.0"
  721. }
  722. },
  723. "node_modules/@vitejs/plugin-vue": {
  724. "version": "6.0.7",
  725. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  726. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  727. "dev": true,
  728. "license": "MIT",
  729. "dependencies": {
  730. "@rolldown/pluginutils": "^1.0.1"
  731. },
  732. "engines": {
  733. "node": "^20.19.0 || >=22.12.0"
  734. },
  735. "peerDependencies": {
  736. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  737. "vue": "^3.2.25"
  738. }
  739. },
  740. "node_modules/@vue/compiler-core": {
  741. "version": "3.5.39",
  742. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.39.tgz",
  743. "integrity": "sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==",
  744. "license": "MIT",
  745. "dependencies": {
  746. "@babel/parser": "^7.29.7",
  747. "@vue/shared": "3.5.39",
  748. "entities": "^7.0.1",
  749. "estree-walker": "^2.0.2",
  750. "source-map-js": "^1.2.1"
  751. }
  752. },
  753. "node_modules/@vue/compiler-dom": {
  754. "version": "3.5.39",
  755. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.39.tgz",
  756. "integrity": "sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==",
  757. "license": "MIT",
  758. "dependencies": {
  759. "@vue/compiler-core": "3.5.39",
  760. "@vue/shared": "3.5.39"
  761. }
  762. },
  763. "node_modules/@vue/compiler-sfc": {
  764. "version": "3.5.39",
  765. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.39.tgz",
  766. "integrity": "sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==",
  767. "license": "MIT",
  768. "dependencies": {
  769. "@babel/parser": "^7.29.7",
  770. "@vue/compiler-core": "3.5.39",
  771. "@vue/compiler-dom": "3.5.39",
  772. "@vue/compiler-ssr": "3.5.39",
  773. "@vue/shared": "3.5.39",
  774. "estree-walker": "^2.0.2",
  775. "magic-string": "^0.30.21",
  776. "postcss": "^8.5.15",
  777. "source-map-js": "^1.2.1"
  778. }
  779. },
  780. "node_modules/@vue/compiler-ssr": {
  781. "version": "3.5.39",
  782. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.39.tgz",
  783. "integrity": "sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==",
  784. "license": "MIT",
  785. "dependencies": {
  786. "@vue/compiler-dom": "3.5.39",
  787. "@vue/shared": "3.5.39"
  788. }
  789. },
  790. "node_modules/@vue/devtools-api": {
  791. "version": "6.6.4",
  792. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  793. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  794. "license": "MIT"
  795. },
  796. "node_modules/@vue/reactivity": {
  797. "version": "3.5.39",
  798. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.39.tgz",
  799. "integrity": "sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==",
  800. "license": "MIT",
  801. "dependencies": {
  802. "@vue/shared": "3.5.39"
  803. }
  804. },
  805. "node_modules/@vue/runtime-core": {
  806. "version": "3.5.39",
  807. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.39.tgz",
  808. "integrity": "sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==",
  809. "license": "MIT",
  810. "dependencies": {
  811. "@vue/reactivity": "3.5.39",
  812. "@vue/shared": "3.5.39"
  813. }
  814. },
  815. "node_modules/@vue/runtime-dom": {
  816. "version": "3.5.39",
  817. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.39.tgz",
  818. "integrity": "sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==",
  819. "license": "MIT",
  820. "dependencies": {
  821. "@vue/reactivity": "3.5.39",
  822. "@vue/runtime-core": "3.5.39",
  823. "@vue/shared": "3.5.39",
  824. "csstype": "^3.2.3"
  825. }
  826. },
  827. "node_modules/@vue/server-renderer": {
  828. "version": "3.5.39",
  829. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.39.tgz",
  830. "integrity": "sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==",
  831. "license": "MIT",
  832. "dependencies": {
  833. "@vue/compiler-ssr": "3.5.39",
  834. "@vue/shared": "3.5.39"
  835. },
  836. "peerDependencies": {
  837. "vue": "3.5.39"
  838. }
  839. },
  840. "node_modules/@vue/shared": {
  841. "version": "3.5.39",
  842. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.39.tgz",
  843. "integrity": "sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==",
  844. "license": "MIT"
  845. },
  846. "node_modules/chokidar": {
  847. "version": "5.0.0",
  848. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  849. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  850. "dev": true,
  851. "license": "MIT",
  852. "dependencies": {
  853. "readdirp": "^5.0.0"
  854. },
  855. "engines": {
  856. "node": ">= 20.19.0"
  857. },
  858. "funding": {
  859. "url": "https://paulmillr.com/funding/"
  860. }
  861. },
  862. "node_modules/csstype": {
  863. "version": "3.2.3",
  864. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  865. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  866. "license": "MIT"
  867. },
  868. "node_modules/detect-libc": {
  869. "version": "2.1.2",
  870. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  871. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  872. "dev": true,
  873. "license": "Apache-2.0",
  874. "engines": {
  875. "node": ">=8"
  876. }
  877. },
  878. "node_modules/entities": {
  879. "version": "7.0.1",
  880. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  881. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  882. "license": "BSD-2-Clause",
  883. "engines": {
  884. "node": ">=0.12"
  885. },
  886. "funding": {
  887. "url": "https://github.com/fb55/entities?sponsor=1"
  888. }
  889. },
  890. "node_modules/estree-walker": {
  891. "version": "2.0.2",
  892. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  893. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  894. "license": "MIT"
  895. },
  896. "node_modules/fdir": {
  897. "version": "6.5.0",
  898. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  899. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  900. "dev": true,
  901. "license": "MIT",
  902. "engines": {
  903. "node": ">=12.0.0"
  904. },
  905. "peerDependencies": {
  906. "picomatch": "^3 || ^4"
  907. },
  908. "peerDependenciesMeta": {
  909. "picomatch": {
  910. "optional": true
  911. }
  912. }
  913. },
  914. "node_modules/fsevents": {
  915. "version": "2.3.3",
  916. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  917. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  918. "dev": true,
  919. "hasInstallScript": true,
  920. "license": "MIT",
  921. "optional": true,
  922. "os": [
  923. "darwin"
  924. ],
  925. "engines": {
  926. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  927. }
  928. },
  929. "node_modules/immutable": {
  930. "version": "5.1.9",
  931. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.9.tgz",
  932. "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
  933. "dev": true,
  934. "license": "MIT"
  935. },
  936. "node_modules/is-extglob": {
  937. "version": "2.1.1",
  938. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  939. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  940. "dev": true,
  941. "license": "MIT",
  942. "optional": true,
  943. "engines": {
  944. "node": ">=0.10.0"
  945. }
  946. },
  947. "node_modules/is-glob": {
  948. "version": "4.0.3",
  949. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  950. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  951. "dev": true,
  952. "license": "MIT",
  953. "optional": true,
  954. "dependencies": {
  955. "is-extglob": "^2.1.1"
  956. },
  957. "engines": {
  958. "node": ">=0.10.0"
  959. }
  960. },
  961. "node_modules/lightningcss": {
  962. "version": "1.32.0",
  963. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.32.0.tgz",
  964. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  965. "dev": true,
  966. "license": "MPL-2.0",
  967. "dependencies": {
  968. "detect-libc": "^2.0.3"
  969. },
  970. "engines": {
  971. "node": ">= 12.0.0"
  972. },
  973. "funding": {
  974. "type": "opencollective",
  975. "url": "https://opencollective.com/parcel"
  976. },
  977. "optionalDependencies": {
  978. "lightningcss-android-arm64": "1.32.0",
  979. "lightningcss-darwin-arm64": "1.32.0",
  980. "lightningcss-darwin-x64": "1.32.0",
  981. "lightningcss-freebsd-x64": "1.32.0",
  982. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  983. "lightningcss-linux-arm64-gnu": "1.32.0",
  984. "lightningcss-linux-arm64-musl": "1.32.0",
  985. "lightningcss-linux-x64-gnu": "1.32.0",
  986. "lightningcss-linux-x64-musl": "1.32.0",
  987. "lightningcss-win32-arm64-msvc": "1.32.0",
  988. "lightningcss-win32-x64-msvc": "1.32.0"
  989. }
  990. },
  991. "node_modules/lightningcss-android-arm64": {
  992. "version": "1.32.0",
  993. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  994. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  995. "cpu": [
  996. "arm64"
  997. ],
  998. "dev": true,
  999. "license": "MPL-2.0",
  1000. "optional": true,
  1001. "os": [
  1002. "android"
  1003. ],
  1004. "engines": {
  1005. "node": ">= 12.0.0"
  1006. },
  1007. "funding": {
  1008. "type": "opencollective",
  1009. "url": "https://opencollective.com/parcel"
  1010. }
  1011. },
  1012. "node_modules/lightningcss-darwin-arm64": {
  1013. "version": "1.32.0",
  1014. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1015. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1016. "cpu": [
  1017. "arm64"
  1018. ],
  1019. "dev": true,
  1020. "license": "MPL-2.0",
  1021. "optional": true,
  1022. "os": [
  1023. "darwin"
  1024. ],
  1025. "engines": {
  1026. "node": ">= 12.0.0"
  1027. },
  1028. "funding": {
  1029. "type": "opencollective",
  1030. "url": "https://opencollective.com/parcel"
  1031. }
  1032. },
  1033. "node_modules/lightningcss-darwin-x64": {
  1034. "version": "1.32.0",
  1035. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1036. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1037. "cpu": [
  1038. "x64"
  1039. ],
  1040. "dev": true,
  1041. "license": "MPL-2.0",
  1042. "optional": true,
  1043. "os": [
  1044. "darwin"
  1045. ],
  1046. "engines": {
  1047. "node": ">= 12.0.0"
  1048. },
  1049. "funding": {
  1050. "type": "opencollective",
  1051. "url": "https://opencollective.com/parcel"
  1052. }
  1053. },
  1054. "node_modules/lightningcss-freebsd-x64": {
  1055. "version": "1.32.0",
  1056. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1057. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "dev": true,
  1062. "license": "MPL-2.0",
  1063. "optional": true,
  1064. "os": [
  1065. "freebsd"
  1066. ],
  1067. "engines": {
  1068. "node": ">= 12.0.0"
  1069. },
  1070. "funding": {
  1071. "type": "opencollective",
  1072. "url": "https://opencollective.com/parcel"
  1073. }
  1074. },
  1075. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1076. "version": "1.32.0",
  1077. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1078. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1079. "cpu": [
  1080. "arm"
  1081. ],
  1082. "dev": true,
  1083. "license": "MPL-2.0",
  1084. "optional": true,
  1085. "os": [
  1086. "linux"
  1087. ],
  1088. "engines": {
  1089. "node": ">= 12.0.0"
  1090. },
  1091. "funding": {
  1092. "type": "opencollective",
  1093. "url": "https://opencollective.com/parcel"
  1094. }
  1095. },
  1096. "node_modules/lightningcss-linux-arm64-gnu": {
  1097. "version": "1.32.0",
  1098. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1099. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1100. "cpu": [
  1101. "arm64"
  1102. ],
  1103. "dev": true,
  1104. "license": "MPL-2.0",
  1105. "optional": true,
  1106. "os": [
  1107. "linux"
  1108. ],
  1109. "engines": {
  1110. "node": ">= 12.0.0"
  1111. },
  1112. "funding": {
  1113. "type": "opencollective",
  1114. "url": "https://opencollective.com/parcel"
  1115. }
  1116. },
  1117. "node_modules/lightningcss-linux-arm64-musl": {
  1118. "version": "1.32.0",
  1119. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1120. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1121. "cpu": [
  1122. "arm64"
  1123. ],
  1124. "dev": true,
  1125. "license": "MPL-2.0",
  1126. "optional": true,
  1127. "os": [
  1128. "linux"
  1129. ],
  1130. "engines": {
  1131. "node": ">= 12.0.0"
  1132. },
  1133. "funding": {
  1134. "type": "opencollective",
  1135. "url": "https://opencollective.com/parcel"
  1136. }
  1137. },
  1138. "node_modules/lightningcss-linux-x64-gnu": {
  1139. "version": "1.32.0",
  1140. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  1141. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  1142. "cpu": [
  1143. "x64"
  1144. ],
  1145. "dev": true,
  1146. "license": "MPL-2.0",
  1147. "optional": true,
  1148. "os": [
  1149. "linux"
  1150. ],
  1151. "engines": {
  1152. "node": ">= 12.0.0"
  1153. },
  1154. "funding": {
  1155. "type": "opencollective",
  1156. "url": "https://opencollective.com/parcel"
  1157. }
  1158. },
  1159. "node_modules/lightningcss-linux-x64-musl": {
  1160. "version": "1.32.0",
  1161. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  1162. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  1163. "cpu": [
  1164. "x64"
  1165. ],
  1166. "dev": true,
  1167. "license": "MPL-2.0",
  1168. "optional": true,
  1169. "os": [
  1170. "linux"
  1171. ],
  1172. "engines": {
  1173. "node": ">= 12.0.0"
  1174. },
  1175. "funding": {
  1176. "type": "opencollective",
  1177. "url": "https://opencollective.com/parcel"
  1178. }
  1179. },
  1180. "node_modules/lightningcss-win32-arm64-msvc": {
  1181. "version": "1.32.0",
  1182. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  1183. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  1184. "cpu": [
  1185. "arm64"
  1186. ],
  1187. "dev": true,
  1188. "license": "MPL-2.0",
  1189. "optional": true,
  1190. "os": [
  1191. "win32"
  1192. ],
  1193. "engines": {
  1194. "node": ">= 12.0.0"
  1195. },
  1196. "funding": {
  1197. "type": "opencollective",
  1198. "url": "https://opencollective.com/parcel"
  1199. }
  1200. },
  1201. "node_modules/lightningcss-win32-x64-msvc": {
  1202. "version": "1.32.0",
  1203. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  1204. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  1205. "cpu": [
  1206. "x64"
  1207. ],
  1208. "dev": true,
  1209. "license": "MPL-2.0",
  1210. "optional": true,
  1211. "os": [
  1212. "win32"
  1213. ],
  1214. "engines": {
  1215. "node": ">= 12.0.0"
  1216. },
  1217. "funding": {
  1218. "type": "opencollective",
  1219. "url": "https://opencollective.com/parcel"
  1220. }
  1221. },
  1222. "node_modules/magic-string": {
  1223. "version": "0.30.21",
  1224. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  1225. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@jridgewell/sourcemap-codec": "^1.5.5"
  1229. }
  1230. },
  1231. "node_modules/nanoid": {
  1232. "version": "3.3.16",
  1233. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.16.tgz",
  1234. "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
  1235. "funding": [
  1236. {
  1237. "type": "github",
  1238. "url": "https://github.com/sponsors/ai"
  1239. }
  1240. ],
  1241. "license": "MIT",
  1242. "bin": {
  1243. "nanoid": "bin/nanoid.cjs"
  1244. },
  1245. "engines": {
  1246. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1247. }
  1248. },
  1249. "node_modules/node-addon-api": {
  1250. "version": "7.1.1",
  1251. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  1252. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  1253. "dev": true,
  1254. "license": "MIT",
  1255. "optional": true
  1256. },
  1257. "node_modules/picocolors": {
  1258. "version": "1.1.1",
  1259. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1260. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1261. "license": "ISC"
  1262. },
  1263. "node_modules/picomatch": {
  1264. "version": "4.0.5",
  1265. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.5.tgz",
  1266. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  1267. "dev": true,
  1268. "license": "MIT",
  1269. "engines": {
  1270. "node": ">=12"
  1271. },
  1272. "funding": {
  1273. "url": "https://github.com/sponsors/jonschlinkert"
  1274. }
  1275. },
  1276. "node_modules/postcss": {
  1277. "version": "8.5.19",
  1278. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.19.tgz",
  1279. "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
  1280. "funding": [
  1281. {
  1282. "type": "opencollective",
  1283. "url": "https://opencollective.com/postcss/"
  1284. },
  1285. {
  1286. "type": "tidelift",
  1287. "url": "https://tidelift.com/funding/github/npm/postcss"
  1288. },
  1289. {
  1290. "type": "github",
  1291. "url": "https://github.com/sponsors/ai"
  1292. }
  1293. ],
  1294. "license": "MIT",
  1295. "dependencies": {
  1296. "nanoid": "^3.3.12",
  1297. "picocolors": "^1.1.1",
  1298. "source-map-js": "^1.2.1"
  1299. },
  1300. "engines": {
  1301. "node": "^10 || ^12 || >=14"
  1302. }
  1303. },
  1304. "node_modules/readdirp": {
  1305. "version": "5.0.0",
  1306. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  1307. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  1308. "dev": true,
  1309. "license": "MIT",
  1310. "engines": {
  1311. "node": ">= 20.19.0"
  1312. },
  1313. "funding": {
  1314. "type": "individual",
  1315. "url": "https://paulmillr.com/funding/"
  1316. }
  1317. },
  1318. "node_modules/rolldown": {
  1319. "version": "1.1.5",
  1320. "resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.1.5.tgz",
  1321. "integrity": "sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==",
  1322. "dev": true,
  1323. "license": "MIT",
  1324. "dependencies": {
  1325. "@oxc-project/types": "=0.139.0",
  1326. "@rolldown/pluginutils": "^1.0.0"
  1327. },
  1328. "bin": {
  1329. "rolldown": "bin/cli.mjs"
  1330. },
  1331. "engines": {
  1332. "node": "^20.19.0 || >=22.12.0"
  1333. },
  1334. "optionalDependencies": {
  1335. "@rolldown/binding-android-arm64": "1.1.5",
  1336. "@rolldown/binding-darwin-arm64": "1.1.5",
  1337. "@rolldown/binding-darwin-x64": "1.1.5",
  1338. "@rolldown/binding-freebsd-x64": "1.1.5",
  1339. "@rolldown/binding-linux-arm-gnueabihf": "1.1.5",
  1340. "@rolldown/binding-linux-arm64-gnu": "1.1.5",
  1341. "@rolldown/binding-linux-arm64-musl": "1.1.5",
  1342. "@rolldown/binding-linux-ppc64-gnu": "1.1.5",
  1343. "@rolldown/binding-linux-s390x-gnu": "1.1.5",
  1344. "@rolldown/binding-linux-x64-gnu": "1.1.5",
  1345. "@rolldown/binding-linux-x64-musl": "1.1.5",
  1346. "@rolldown/binding-openharmony-arm64": "1.1.5",
  1347. "@rolldown/binding-wasm32-wasi": "1.1.5",
  1348. "@rolldown/binding-win32-arm64-msvc": "1.1.5",
  1349. "@rolldown/binding-win32-x64-msvc": "1.1.5"
  1350. }
  1351. },
  1352. "node_modules/sass": {
  1353. "version": "1.101.0",
  1354. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.101.0.tgz",
  1355. "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==",
  1356. "dev": true,
  1357. "license": "MIT",
  1358. "dependencies": {
  1359. "chokidar": "^5.0.0",
  1360. "immutable": "^5.1.5",
  1361. "source-map-js": ">=0.6.2 <2.0.0"
  1362. },
  1363. "bin": {
  1364. "sass": "sass.js"
  1365. },
  1366. "engines": {
  1367. "node": ">=20.19.0"
  1368. },
  1369. "optionalDependencies": {
  1370. "@parcel/watcher": "^2.4.1"
  1371. }
  1372. },
  1373. "node_modules/source-map-js": {
  1374. "version": "1.2.1",
  1375. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1376. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1377. "license": "BSD-3-Clause",
  1378. "engines": {
  1379. "node": ">=0.10.0"
  1380. }
  1381. },
  1382. "node_modules/swiper": {
  1383. "version": "14.0.5",
  1384. "resolved": "https://registry.npmmirror.com/swiper/-/swiper-14.0.5.tgz",
  1385. "integrity": "sha512-SMSKS0sj+lPIFzngfIKb5cyBtzmAuJw7rXgXdyYiDReb+pSpJXuNljHYgT4DXa5Stnl2Ew2/Lam5ipv4PIqZ7A==",
  1386. "funding": [
  1387. {
  1388. "type": "custom",
  1389. "url": "https://sponsors.nolimits4web.com"
  1390. },
  1391. {
  1392. "type": "github",
  1393. "url": "https://github.com/sponsors/nolimits4web"
  1394. }
  1395. ],
  1396. "license": "MIT",
  1397. "engines": {
  1398. "node": ">= 4.7.0"
  1399. }
  1400. },
  1401. "node_modules/three": {
  1402. "version": "0.184.0",
  1403. "resolved": "https://registry.npmmirror.com/three/-/three-0.184.0.tgz",
  1404. "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg=="
  1405. },
  1406. "node_modules/tinyglobby": {
  1407. "version": "0.2.17",
  1408. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  1409. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  1410. "dev": true,
  1411. "license": "MIT",
  1412. "dependencies": {
  1413. "fdir": "^6.5.0",
  1414. "picomatch": "^4.0.4"
  1415. },
  1416. "engines": {
  1417. "node": ">=12.0.0"
  1418. },
  1419. "funding": {
  1420. "url": "https://github.com/sponsors/SuperchupuDev"
  1421. }
  1422. },
  1423. "node_modules/tslib": {
  1424. "version": "2.8.1",
  1425. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  1426. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1427. "dev": true,
  1428. "license": "0BSD",
  1429. "optional": true
  1430. },
  1431. "node_modules/typescript": {
  1432. "version": "6.0.3",
  1433. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-6.0.3.tgz",
  1434. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  1435. "license": "Apache-2.0",
  1436. "optional": true,
  1437. "peer": true,
  1438. "bin": {
  1439. "tsc": "bin/tsc",
  1440. "tsserver": "bin/tsserver"
  1441. },
  1442. "engines": {
  1443. "node": ">=14.17"
  1444. }
  1445. },
  1446. "node_modules/vite": {
  1447. "version": "8.1.4",
  1448. "resolved": "https://registry.npmmirror.com/vite/-/vite-8.1.4.tgz",
  1449. "integrity": "sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==",
  1450. "dev": true,
  1451. "license": "MIT",
  1452. "dependencies": {
  1453. "lightningcss": "^1.32.0",
  1454. "picomatch": "^4.0.5",
  1455. "postcss": "^8.5.16",
  1456. "rolldown": "~1.1.4",
  1457. "tinyglobby": "^0.2.17"
  1458. },
  1459. "bin": {
  1460. "vite": "bin/vite.js"
  1461. },
  1462. "engines": {
  1463. "node": "^20.19.0 || >=22.12.0"
  1464. },
  1465. "funding": {
  1466. "url": "https://github.com/vitejs/vite?sponsor=1"
  1467. },
  1468. "optionalDependencies": {
  1469. "fsevents": "~2.3.3"
  1470. },
  1471. "peerDependencies": {
  1472. "@types/node": "^20.19.0 || >=22.12.0",
  1473. "@vitejs/devtools": "^0.3.0",
  1474. "esbuild": "^0.27.0 || ^0.28.0",
  1475. "jiti": ">=1.21.0",
  1476. "less": "^4.0.0",
  1477. "sass": "^1.70.0",
  1478. "sass-embedded": "^1.70.0",
  1479. "stylus": ">=0.54.8",
  1480. "sugarss": "^5.0.0",
  1481. "terser": "^5.16.0",
  1482. "tsx": "^4.8.1",
  1483. "yaml": "^2.4.2"
  1484. },
  1485. "peerDependenciesMeta": {
  1486. "@types/node": {
  1487. "optional": true
  1488. },
  1489. "@vitejs/devtools": {
  1490. "optional": true
  1491. },
  1492. "esbuild": {
  1493. "optional": true
  1494. },
  1495. "jiti": {
  1496. "optional": true
  1497. },
  1498. "less": {
  1499. "optional": true
  1500. },
  1501. "sass": {
  1502. "optional": true
  1503. },
  1504. "sass-embedded": {
  1505. "optional": true
  1506. },
  1507. "stylus": {
  1508. "optional": true
  1509. },
  1510. "sugarss": {
  1511. "optional": true
  1512. },
  1513. "terser": {
  1514. "optional": true
  1515. },
  1516. "tsx": {
  1517. "optional": true
  1518. },
  1519. "yaml": {
  1520. "optional": true
  1521. }
  1522. }
  1523. },
  1524. "node_modules/vue": {
  1525. "version": "3.5.39",
  1526. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.39.tgz",
  1527. "integrity": "sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==",
  1528. "license": "MIT",
  1529. "dependencies": {
  1530. "@vue/compiler-dom": "3.5.39",
  1531. "@vue/compiler-sfc": "3.5.39",
  1532. "@vue/runtime-dom": "3.5.39",
  1533. "@vue/server-renderer": "3.5.39",
  1534. "@vue/shared": "3.5.39"
  1535. },
  1536. "peerDependencies": {
  1537. "typescript": "*"
  1538. },
  1539. "peerDependenciesMeta": {
  1540. "typescript": {
  1541. "optional": true
  1542. }
  1543. }
  1544. },
  1545. "node_modules/vue-router": {
  1546. "version": "4.6.4",
  1547. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  1548. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  1549. "license": "MIT",
  1550. "dependencies": {
  1551. "@vue/devtools-api": "^6.6.4"
  1552. },
  1553. "funding": {
  1554. "url": "https://github.com/sponsors/posva"
  1555. },
  1556. "peerDependencies": {
  1557. "vue": "^3.5.0"
  1558. }
  1559. },
  1560. "node_modules/vuex": {
  1561. "version": "4.1.0",
  1562. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz",
  1563. "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
  1564. "license": "MIT",
  1565. "dependencies": {
  1566. "@vue/devtools-api": "^6.0.0-beta.11"
  1567. },
  1568. "peerDependencies": {
  1569. "vue": "^3.2.0"
  1570. }
  1571. }
  1572. }
  1573. }