package-lock.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327
  1. {
  2. "name": "alien-website",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "alien-website",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "vue": "^3.5.13"
  12. },
  13. "devDependencies": {
  14. "@vitejs/plugin-vue": "^5.2.1",
  15. "vite": "^6.0.3"
  16. }
  17. },
  18. "node_modules/@babel/helper-string-parser": {
  19. "version": "7.29.7",
  20. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  21. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  22. "license": "MIT",
  23. "engines": {
  24. "node": ">=6.9.0"
  25. }
  26. },
  27. "node_modules/@babel/helper-validator-identifier": {
  28. "version": "7.29.7",
  29. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  30. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  31. "license": "MIT",
  32. "engines": {
  33. "node": ">=6.9.0"
  34. }
  35. },
  36. "node_modules/@babel/parser": {
  37. "version": "7.29.7",
  38. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
  39. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  40. "license": "MIT",
  41. "dependencies": {
  42. "@babel/types": "^7.29.7"
  43. },
  44. "bin": {
  45. "parser": "bin/babel-parser.js"
  46. },
  47. "engines": {
  48. "node": ">=6.0.0"
  49. }
  50. },
  51. "node_modules/@babel/types": {
  52. "version": "7.29.7",
  53. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz",
  54. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  55. "license": "MIT",
  56. "dependencies": {
  57. "@babel/helper-string-parser": "^7.29.7",
  58. "@babel/helper-validator-identifier": "^7.29.7"
  59. },
  60. "engines": {
  61. "node": ">=6.9.0"
  62. }
  63. },
  64. "node_modules/@esbuild/aix-ppc64": {
  65. "version": "0.25.12",
  66. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  67. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  68. "cpu": [
  69. "ppc64"
  70. ],
  71. "dev": true,
  72. "license": "MIT",
  73. "optional": true,
  74. "os": [
  75. "aix"
  76. ],
  77. "engines": {
  78. "node": ">=18"
  79. }
  80. },
  81. "node_modules/@esbuild/android-arm": {
  82. "version": "0.25.12",
  83. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  84. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  85. "cpu": [
  86. "arm"
  87. ],
  88. "dev": true,
  89. "license": "MIT",
  90. "optional": true,
  91. "os": [
  92. "android"
  93. ],
  94. "engines": {
  95. "node": ">=18"
  96. }
  97. },
  98. "node_modules/@esbuild/android-arm64": {
  99. "version": "0.25.12",
  100. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  101. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  102. "cpu": [
  103. "arm64"
  104. ],
  105. "dev": true,
  106. "license": "MIT",
  107. "optional": true,
  108. "os": [
  109. "android"
  110. ],
  111. "engines": {
  112. "node": ">=18"
  113. }
  114. },
  115. "node_modules/@esbuild/android-x64": {
  116. "version": "0.25.12",
  117. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  118. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  119. "cpu": [
  120. "x64"
  121. ],
  122. "dev": true,
  123. "license": "MIT",
  124. "optional": true,
  125. "os": [
  126. "android"
  127. ],
  128. "engines": {
  129. "node": ">=18"
  130. }
  131. },
  132. "node_modules/@esbuild/darwin-arm64": {
  133. "version": "0.25.12",
  134. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  135. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  136. "cpu": [
  137. "arm64"
  138. ],
  139. "dev": true,
  140. "license": "MIT",
  141. "optional": true,
  142. "os": [
  143. "darwin"
  144. ],
  145. "engines": {
  146. "node": ">=18"
  147. }
  148. },
  149. "node_modules/@esbuild/darwin-x64": {
  150. "version": "0.25.12",
  151. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  152. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  153. "cpu": [
  154. "x64"
  155. ],
  156. "dev": true,
  157. "license": "MIT",
  158. "optional": true,
  159. "os": [
  160. "darwin"
  161. ],
  162. "engines": {
  163. "node": ">=18"
  164. }
  165. },
  166. "node_modules/@esbuild/freebsd-arm64": {
  167. "version": "0.25.12",
  168. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  169. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  170. "cpu": [
  171. "arm64"
  172. ],
  173. "dev": true,
  174. "license": "MIT",
  175. "optional": true,
  176. "os": [
  177. "freebsd"
  178. ],
  179. "engines": {
  180. "node": ">=18"
  181. }
  182. },
  183. "node_modules/@esbuild/freebsd-x64": {
  184. "version": "0.25.12",
  185. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  186. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  187. "cpu": [
  188. "x64"
  189. ],
  190. "dev": true,
  191. "license": "MIT",
  192. "optional": true,
  193. "os": [
  194. "freebsd"
  195. ],
  196. "engines": {
  197. "node": ">=18"
  198. }
  199. },
  200. "node_modules/@esbuild/linux-arm": {
  201. "version": "0.25.12",
  202. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  203. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  204. "cpu": [
  205. "arm"
  206. ],
  207. "dev": true,
  208. "license": "MIT",
  209. "optional": true,
  210. "os": [
  211. "linux"
  212. ],
  213. "engines": {
  214. "node": ">=18"
  215. }
  216. },
  217. "node_modules/@esbuild/linux-arm64": {
  218. "version": "0.25.12",
  219. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  220. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  221. "cpu": [
  222. "arm64"
  223. ],
  224. "dev": true,
  225. "license": "MIT",
  226. "optional": true,
  227. "os": [
  228. "linux"
  229. ],
  230. "engines": {
  231. "node": ">=18"
  232. }
  233. },
  234. "node_modules/@esbuild/linux-ia32": {
  235. "version": "0.25.12",
  236. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  237. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  238. "cpu": [
  239. "ia32"
  240. ],
  241. "dev": true,
  242. "license": "MIT",
  243. "optional": true,
  244. "os": [
  245. "linux"
  246. ],
  247. "engines": {
  248. "node": ">=18"
  249. }
  250. },
  251. "node_modules/@esbuild/linux-loong64": {
  252. "version": "0.25.12",
  253. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  254. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  255. "cpu": [
  256. "loong64"
  257. ],
  258. "dev": true,
  259. "license": "MIT",
  260. "optional": true,
  261. "os": [
  262. "linux"
  263. ],
  264. "engines": {
  265. "node": ">=18"
  266. }
  267. },
  268. "node_modules/@esbuild/linux-mips64el": {
  269. "version": "0.25.12",
  270. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  271. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  272. "cpu": [
  273. "mips64el"
  274. ],
  275. "dev": true,
  276. "license": "MIT",
  277. "optional": true,
  278. "os": [
  279. "linux"
  280. ],
  281. "engines": {
  282. "node": ">=18"
  283. }
  284. },
  285. "node_modules/@esbuild/linux-ppc64": {
  286. "version": "0.25.12",
  287. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  288. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  289. "cpu": [
  290. "ppc64"
  291. ],
  292. "dev": true,
  293. "license": "MIT",
  294. "optional": true,
  295. "os": [
  296. "linux"
  297. ],
  298. "engines": {
  299. "node": ">=18"
  300. }
  301. },
  302. "node_modules/@esbuild/linux-riscv64": {
  303. "version": "0.25.12",
  304. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  305. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  306. "cpu": [
  307. "riscv64"
  308. ],
  309. "dev": true,
  310. "license": "MIT",
  311. "optional": true,
  312. "os": [
  313. "linux"
  314. ],
  315. "engines": {
  316. "node": ">=18"
  317. }
  318. },
  319. "node_modules/@esbuild/linux-s390x": {
  320. "version": "0.25.12",
  321. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  322. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  323. "cpu": [
  324. "s390x"
  325. ],
  326. "dev": true,
  327. "license": "MIT",
  328. "optional": true,
  329. "os": [
  330. "linux"
  331. ],
  332. "engines": {
  333. "node": ">=18"
  334. }
  335. },
  336. "node_modules/@esbuild/linux-x64": {
  337. "version": "0.25.12",
  338. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  339. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  340. "cpu": [
  341. "x64"
  342. ],
  343. "dev": true,
  344. "license": "MIT",
  345. "optional": true,
  346. "os": [
  347. "linux"
  348. ],
  349. "engines": {
  350. "node": ">=18"
  351. }
  352. },
  353. "node_modules/@esbuild/netbsd-arm64": {
  354. "version": "0.25.12",
  355. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  356. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  357. "cpu": [
  358. "arm64"
  359. ],
  360. "dev": true,
  361. "license": "MIT",
  362. "optional": true,
  363. "os": [
  364. "netbsd"
  365. ],
  366. "engines": {
  367. "node": ">=18"
  368. }
  369. },
  370. "node_modules/@esbuild/netbsd-x64": {
  371. "version": "0.25.12",
  372. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  373. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  374. "cpu": [
  375. "x64"
  376. ],
  377. "dev": true,
  378. "license": "MIT",
  379. "optional": true,
  380. "os": [
  381. "netbsd"
  382. ],
  383. "engines": {
  384. "node": ">=18"
  385. }
  386. },
  387. "node_modules/@esbuild/openbsd-arm64": {
  388. "version": "0.25.12",
  389. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  390. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  391. "cpu": [
  392. "arm64"
  393. ],
  394. "dev": true,
  395. "license": "MIT",
  396. "optional": true,
  397. "os": [
  398. "openbsd"
  399. ],
  400. "engines": {
  401. "node": ">=18"
  402. }
  403. },
  404. "node_modules/@esbuild/openbsd-x64": {
  405. "version": "0.25.12",
  406. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  407. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  408. "cpu": [
  409. "x64"
  410. ],
  411. "dev": true,
  412. "license": "MIT",
  413. "optional": true,
  414. "os": [
  415. "openbsd"
  416. ],
  417. "engines": {
  418. "node": ">=18"
  419. }
  420. },
  421. "node_modules/@esbuild/openharmony-arm64": {
  422. "version": "0.25.12",
  423. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  424. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  425. "cpu": [
  426. "arm64"
  427. ],
  428. "dev": true,
  429. "license": "MIT",
  430. "optional": true,
  431. "os": [
  432. "openharmony"
  433. ],
  434. "engines": {
  435. "node": ">=18"
  436. }
  437. },
  438. "node_modules/@esbuild/sunos-x64": {
  439. "version": "0.25.12",
  440. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  441. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  442. "cpu": [
  443. "x64"
  444. ],
  445. "dev": true,
  446. "license": "MIT",
  447. "optional": true,
  448. "os": [
  449. "sunos"
  450. ],
  451. "engines": {
  452. "node": ">=18"
  453. }
  454. },
  455. "node_modules/@esbuild/win32-arm64": {
  456. "version": "0.25.12",
  457. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  458. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  459. "cpu": [
  460. "arm64"
  461. ],
  462. "dev": true,
  463. "license": "MIT",
  464. "optional": true,
  465. "os": [
  466. "win32"
  467. ],
  468. "engines": {
  469. "node": ">=18"
  470. }
  471. },
  472. "node_modules/@esbuild/win32-ia32": {
  473. "version": "0.25.12",
  474. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  475. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  476. "cpu": [
  477. "ia32"
  478. ],
  479. "dev": true,
  480. "license": "MIT",
  481. "optional": true,
  482. "os": [
  483. "win32"
  484. ],
  485. "engines": {
  486. "node": ">=18"
  487. }
  488. },
  489. "node_modules/@esbuild/win32-x64": {
  490. "version": "0.25.12",
  491. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  492. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  493. "cpu": [
  494. "x64"
  495. ],
  496. "dev": true,
  497. "license": "MIT",
  498. "optional": true,
  499. "os": [
  500. "win32"
  501. ],
  502. "engines": {
  503. "node": ">=18"
  504. }
  505. },
  506. "node_modules/@jridgewell/sourcemap-codec": {
  507. "version": "1.5.5",
  508. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  509. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  510. "license": "MIT"
  511. },
  512. "node_modules/@rollup/rollup-android-arm-eabi": {
  513. "version": "4.60.4",
  514. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
  515. "integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
  516. "cpu": [
  517. "arm"
  518. ],
  519. "dev": true,
  520. "license": "MIT",
  521. "optional": true,
  522. "os": [
  523. "android"
  524. ]
  525. },
  526. "node_modules/@rollup/rollup-android-arm64": {
  527. "version": "4.60.4",
  528. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
  529. "integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
  530. "cpu": [
  531. "arm64"
  532. ],
  533. "dev": true,
  534. "license": "MIT",
  535. "optional": true,
  536. "os": [
  537. "android"
  538. ]
  539. },
  540. "node_modules/@rollup/rollup-darwin-arm64": {
  541. "version": "4.60.4",
  542. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
  543. "integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
  544. "cpu": [
  545. "arm64"
  546. ],
  547. "dev": true,
  548. "license": "MIT",
  549. "optional": true,
  550. "os": [
  551. "darwin"
  552. ]
  553. },
  554. "node_modules/@rollup/rollup-darwin-x64": {
  555. "version": "4.60.4",
  556. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
  557. "integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
  558. "cpu": [
  559. "x64"
  560. ],
  561. "dev": true,
  562. "license": "MIT",
  563. "optional": true,
  564. "os": [
  565. "darwin"
  566. ]
  567. },
  568. "node_modules/@rollup/rollup-freebsd-arm64": {
  569. "version": "4.60.4",
  570. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
  571. "integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
  572. "cpu": [
  573. "arm64"
  574. ],
  575. "dev": true,
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "freebsd"
  580. ]
  581. },
  582. "node_modules/@rollup/rollup-freebsd-x64": {
  583. "version": "4.60.4",
  584. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
  585. "integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
  586. "cpu": [
  587. "x64"
  588. ],
  589. "dev": true,
  590. "license": "MIT",
  591. "optional": true,
  592. "os": [
  593. "freebsd"
  594. ]
  595. },
  596. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  597. "version": "4.60.4",
  598. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
  599. "integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
  600. "cpu": [
  601. "arm"
  602. ],
  603. "dev": true,
  604. "license": "MIT",
  605. "optional": true,
  606. "os": [
  607. "linux"
  608. ]
  609. },
  610. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  611. "version": "4.60.4",
  612. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
  613. "integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
  614. "cpu": [
  615. "arm"
  616. ],
  617. "dev": true,
  618. "license": "MIT",
  619. "optional": true,
  620. "os": [
  621. "linux"
  622. ]
  623. },
  624. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  625. "version": "4.60.4",
  626. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
  627. "integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
  628. "cpu": [
  629. "arm64"
  630. ],
  631. "dev": true,
  632. "license": "MIT",
  633. "optional": true,
  634. "os": [
  635. "linux"
  636. ]
  637. },
  638. "node_modules/@rollup/rollup-linux-arm64-musl": {
  639. "version": "4.60.4",
  640. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
  641. "integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
  642. "cpu": [
  643. "arm64"
  644. ],
  645. "dev": true,
  646. "license": "MIT",
  647. "optional": true,
  648. "os": [
  649. "linux"
  650. ]
  651. },
  652. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  653. "version": "4.60.4",
  654. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
  655. "integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
  656. "cpu": [
  657. "loong64"
  658. ],
  659. "dev": true,
  660. "license": "MIT",
  661. "optional": true,
  662. "os": [
  663. "linux"
  664. ]
  665. },
  666. "node_modules/@rollup/rollup-linux-loong64-musl": {
  667. "version": "4.60.4",
  668. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
  669. "integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
  670. "cpu": [
  671. "loong64"
  672. ],
  673. "dev": true,
  674. "license": "MIT",
  675. "optional": true,
  676. "os": [
  677. "linux"
  678. ]
  679. },
  680. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  681. "version": "4.60.4",
  682. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
  683. "integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
  684. "cpu": [
  685. "ppc64"
  686. ],
  687. "dev": true,
  688. "license": "MIT",
  689. "optional": true,
  690. "os": [
  691. "linux"
  692. ]
  693. },
  694. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  695. "version": "4.60.4",
  696. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
  697. "integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
  698. "cpu": [
  699. "ppc64"
  700. ],
  701. "dev": true,
  702. "license": "MIT",
  703. "optional": true,
  704. "os": [
  705. "linux"
  706. ]
  707. },
  708. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  709. "version": "4.60.4",
  710. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
  711. "integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
  712. "cpu": [
  713. "riscv64"
  714. ],
  715. "dev": true,
  716. "license": "MIT",
  717. "optional": true,
  718. "os": [
  719. "linux"
  720. ]
  721. },
  722. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  723. "version": "4.60.4",
  724. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
  725. "integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
  726. "cpu": [
  727. "riscv64"
  728. ],
  729. "dev": true,
  730. "license": "MIT",
  731. "optional": true,
  732. "os": [
  733. "linux"
  734. ]
  735. },
  736. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  737. "version": "4.60.4",
  738. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
  739. "integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
  740. "cpu": [
  741. "s390x"
  742. ],
  743. "dev": true,
  744. "license": "MIT",
  745. "optional": true,
  746. "os": [
  747. "linux"
  748. ]
  749. },
  750. "node_modules/@rollup/rollup-linux-x64-gnu": {
  751. "version": "4.60.4",
  752. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
  753. "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
  754. "cpu": [
  755. "x64"
  756. ],
  757. "dev": true,
  758. "license": "MIT",
  759. "optional": true,
  760. "os": [
  761. "linux"
  762. ]
  763. },
  764. "node_modules/@rollup/rollup-linux-x64-musl": {
  765. "version": "4.60.4",
  766. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
  767. "integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
  768. "cpu": [
  769. "x64"
  770. ],
  771. "dev": true,
  772. "license": "MIT",
  773. "optional": true,
  774. "os": [
  775. "linux"
  776. ]
  777. },
  778. "node_modules/@rollup/rollup-openbsd-x64": {
  779. "version": "4.60.4",
  780. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
  781. "integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
  782. "cpu": [
  783. "x64"
  784. ],
  785. "dev": true,
  786. "license": "MIT",
  787. "optional": true,
  788. "os": [
  789. "openbsd"
  790. ]
  791. },
  792. "node_modules/@rollup/rollup-openharmony-arm64": {
  793. "version": "4.60.4",
  794. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
  795. "integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
  796. "cpu": [
  797. "arm64"
  798. ],
  799. "dev": true,
  800. "license": "MIT",
  801. "optional": true,
  802. "os": [
  803. "openharmony"
  804. ]
  805. },
  806. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  807. "version": "4.60.4",
  808. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
  809. "integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
  810. "cpu": [
  811. "arm64"
  812. ],
  813. "dev": true,
  814. "license": "MIT",
  815. "optional": true,
  816. "os": [
  817. "win32"
  818. ]
  819. },
  820. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  821. "version": "4.60.4",
  822. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
  823. "integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
  824. "cpu": [
  825. "ia32"
  826. ],
  827. "dev": true,
  828. "license": "MIT",
  829. "optional": true,
  830. "os": [
  831. "win32"
  832. ]
  833. },
  834. "node_modules/@rollup/rollup-win32-x64-gnu": {
  835. "version": "4.60.4",
  836. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
  837. "integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
  838. "cpu": [
  839. "x64"
  840. ],
  841. "dev": true,
  842. "license": "MIT",
  843. "optional": true,
  844. "os": [
  845. "win32"
  846. ]
  847. },
  848. "node_modules/@rollup/rollup-win32-x64-msvc": {
  849. "version": "4.60.4",
  850. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
  851. "integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
  852. "cpu": [
  853. "x64"
  854. ],
  855. "dev": true,
  856. "license": "MIT",
  857. "optional": true,
  858. "os": [
  859. "win32"
  860. ]
  861. },
  862. "node_modules/@types/estree": {
  863. "version": "1.0.8",
  864. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  865. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  866. "dev": true,
  867. "license": "MIT"
  868. },
  869. "node_modules/@vitejs/plugin-vue": {
  870. "version": "5.2.4",
  871. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  872. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  873. "dev": true,
  874. "license": "MIT",
  875. "engines": {
  876. "node": "^18.0.0 || >=20.0.0"
  877. },
  878. "peerDependencies": {
  879. "vite": "^5.0.0 || ^6.0.0",
  880. "vue": "^3.2.25"
  881. }
  882. },
  883. "node_modules/@vue/compiler-core": {
  884. "version": "3.5.35",
  885. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.35.tgz",
  886. "integrity": "sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==",
  887. "license": "MIT",
  888. "dependencies": {
  889. "@babel/parser": "^7.29.3",
  890. "@vue/shared": "3.5.35",
  891. "entities": "^7.0.1",
  892. "estree-walker": "^2.0.2",
  893. "source-map-js": "^1.2.1"
  894. }
  895. },
  896. "node_modules/@vue/compiler-dom": {
  897. "version": "3.5.35",
  898. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.35.tgz",
  899. "integrity": "sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==",
  900. "license": "MIT",
  901. "dependencies": {
  902. "@vue/compiler-core": "3.5.35",
  903. "@vue/shared": "3.5.35"
  904. }
  905. },
  906. "node_modules/@vue/compiler-sfc": {
  907. "version": "3.5.35",
  908. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.35.tgz",
  909. "integrity": "sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==",
  910. "license": "MIT",
  911. "dependencies": {
  912. "@babel/parser": "^7.29.3",
  913. "@vue/compiler-core": "3.5.35",
  914. "@vue/compiler-dom": "3.5.35",
  915. "@vue/compiler-ssr": "3.5.35",
  916. "@vue/shared": "3.5.35",
  917. "estree-walker": "^2.0.2",
  918. "magic-string": "^0.30.21",
  919. "postcss": "^8.5.15",
  920. "source-map-js": "^1.2.1"
  921. }
  922. },
  923. "node_modules/@vue/compiler-ssr": {
  924. "version": "3.5.35",
  925. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.35.tgz",
  926. "integrity": "sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==",
  927. "license": "MIT",
  928. "dependencies": {
  929. "@vue/compiler-dom": "3.5.35",
  930. "@vue/shared": "3.5.35"
  931. }
  932. },
  933. "node_modules/@vue/reactivity": {
  934. "version": "3.5.35",
  935. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.35.tgz",
  936. "integrity": "sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==",
  937. "license": "MIT",
  938. "dependencies": {
  939. "@vue/shared": "3.5.35"
  940. }
  941. },
  942. "node_modules/@vue/runtime-core": {
  943. "version": "3.5.35",
  944. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.35.tgz",
  945. "integrity": "sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==",
  946. "license": "MIT",
  947. "dependencies": {
  948. "@vue/reactivity": "3.5.35",
  949. "@vue/shared": "3.5.35"
  950. }
  951. },
  952. "node_modules/@vue/runtime-dom": {
  953. "version": "3.5.35",
  954. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.35.tgz",
  955. "integrity": "sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==",
  956. "license": "MIT",
  957. "dependencies": {
  958. "@vue/reactivity": "3.5.35",
  959. "@vue/runtime-core": "3.5.35",
  960. "@vue/shared": "3.5.35",
  961. "csstype": "^3.2.3"
  962. }
  963. },
  964. "node_modules/@vue/server-renderer": {
  965. "version": "3.5.35",
  966. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.35.tgz",
  967. "integrity": "sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==",
  968. "license": "MIT",
  969. "dependencies": {
  970. "@vue/compiler-ssr": "3.5.35",
  971. "@vue/shared": "3.5.35"
  972. },
  973. "peerDependencies": {
  974. "vue": "3.5.35"
  975. }
  976. },
  977. "node_modules/@vue/shared": {
  978. "version": "3.5.35",
  979. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.35.tgz",
  980. "integrity": "sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==",
  981. "license": "MIT"
  982. },
  983. "node_modules/csstype": {
  984. "version": "3.2.3",
  985. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  986. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  987. "license": "MIT"
  988. },
  989. "node_modules/entities": {
  990. "version": "7.0.1",
  991. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  992. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  993. "license": "BSD-2-Clause",
  994. "engines": {
  995. "node": ">=0.12"
  996. },
  997. "funding": {
  998. "url": "https://github.com/fb55/entities?sponsor=1"
  999. }
  1000. },
  1001. "node_modules/esbuild": {
  1002. "version": "0.25.12",
  1003. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  1004. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  1005. "dev": true,
  1006. "hasInstallScript": true,
  1007. "license": "MIT",
  1008. "bin": {
  1009. "esbuild": "bin/esbuild"
  1010. },
  1011. "engines": {
  1012. "node": ">=18"
  1013. },
  1014. "optionalDependencies": {
  1015. "@esbuild/aix-ppc64": "0.25.12",
  1016. "@esbuild/android-arm": "0.25.12",
  1017. "@esbuild/android-arm64": "0.25.12",
  1018. "@esbuild/android-x64": "0.25.12",
  1019. "@esbuild/darwin-arm64": "0.25.12",
  1020. "@esbuild/darwin-x64": "0.25.12",
  1021. "@esbuild/freebsd-arm64": "0.25.12",
  1022. "@esbuild/freebsd-x64": "0.25.12",
  1023. "@esbuild/linux-arm": "0.25.12",
  1024. "@esbuild/linux-arm64": "0.25.12",
  1025. "@esbuild/linux-ia32": "0.25.12",
  1026. "@esbuild/linux-loong64": "0.25.12",
  1027. "@esbuild/linux-mips64el": "0.25.12",
  1028. "@esbuild/linux-ppc64": "0.25.12",
  1029. "@esbuild/linux-riscv64": "0.25.12",
  1030. "@esbuild/linux-s390x": "0.25.12",
  1031. "@esbuild/linux-x64": "0.25.12",
  1032. "@esbuild/netbsd-arm64": "0.25.12",
  1033. "@esbuild/netbsd-x64": "0.25.12",
  1034. "@esbuild/openbsd-arm64": "0.25.12",
  1035. "@esbuild/openbsd-x64": "0.25.12",
  1036. "@esbuild/openharmony-arm64": "0.25.12",
  1037. "@esbuild/sunos-x64": "0.25.12",
  1038. "@esbuild/win32-arm64": "0.25.12",
  1039. "@esbuild/win32-ia32": "0.25.12",
  1040. "@esbuild/win32-x64": "0.25.12"
  1041. }
  1042. },
  1043. "node_modules/estree-walker": {
  1044. "version": "2.0.2",
  1045. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1046. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1047. "license": "MIT"
  1048. },
  1049. "node_modules/fdir": {
  1050. "version": "6.5.0",
  1051. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  1052. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1053. "dev": true,
  1054. "license": "MIT",
  1055. "engines": {
  1056. "node": ">=12.0.0"
  1057. },
  1058. "peerDependencies": {
  1059. "picomatch": "^3 || ^4"
  1060. },
  1061. "peerDependenciesMeta": {
  1062. "picomatch": {
  1063. "optional": true
  1064. }
  1065. }
  1066. },
  1067. "node_modules/fsevents": {
  1068. "version": "2.3.3",
  1069. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1070. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1071. "dev": true,
  1072. "hasInstallScript": true,
  1073. "license": "MIT",
  1074. "optional": true,
  1075. "os": [
  1076. "darwin"
  1077. ],
  1078. "engines": {
  1079. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1080. }
  1081. },
  1082. "node_modules/magic-string": {
  1083. "version": "0.30.21",
  1084. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  1085. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1086. "license": "MIT",
  1087. "dependencies": {
  1088. "@jridgewell/sourcemap-codec": "^1.5.5"
  1089. }
  1090. },
  1091. "node_modules/nanoid": {
  1092. "version": "3.3.12",
  1093. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.12.tgz",
  1094. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  1095. "funding": [
  1096. {
  1097. "type": "github",
  1098. "url": "https://github.com/sponsors/ai"
  1099. }
  1100. ],
  1101. "license": "MIT",
  1102. "bin": {
  1103. "nanoid": "bin/nanoid.cjs"
  1104. },
  1105. "engines": {
  1106. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1107. }
  1108. },
  1109. "node_modules/picocolors": {
  1110. "version": "1.1.1",
  1111. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1112. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1113. "license": "ISC"
  1114. },
  1115. "node_modules/picomatch": {
  1116. "version": "4.0.4",
  1117. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  1118. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  1119. "dev": true,
  1120. "license": "MIT",
  1121. "peer": true,
  1122. "engines": {
  1123. "node": ">=12"
  1124. },
  1125. "funding": {
  1126. "url": "https://github.com/sponsors/jonschlinkert"
  1127. }
  1128. },
  1129. "node_modules/postcss": {
  1130. "version": "8.5.15",
  1131. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.15.tgz",
  1132. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  1133. "funding": [
  1134. {
  1135. "type": "opencollective",
  1136. "url": "https://opencollective.com/postcss/"
  1137. },
  1138. {
  1139. "type": "tidelift",
  1140. "url": "https://tidelift.com/funding/github/npm/postcss"
  1141. },
  1142. {
  1143. "type": "github",
  1144. "url": "https://github.com/sponsors/ai"
  1145. }
  1146. ],
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "nanoid": "^3.3.12",
  1150. "picocolors": "^1.1.1",
  1151. "source-map-js": "^1.2.1"
  1152. },
  1153. "engines": {
  1154. "node": "^10 || ^12 || >=14"
  1155. }
  1156. },
  1157. "node_modules/rollup": {
  1158. "version": "4.60.4",
  1159. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.4.tgz",
  1160. "integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
  1161. "dev": true,
  1162. "license": "MIT",
  1163. "dependencies": {
  1164. "@types/estree": "1.0.8"
  1165. },
  1166. "bin": {
  1167. "rollup": "dist/bin/rollup"
  1168. },
  1169. "engines": {
  1170. "node": ">=18.0.0",
  1171. "npm": ">=8.0.0"
  1172. },
  1173. "optionalDependencies": {
  1174. "@rollup/rollup-android-arm-eabi": "4.60.4",
  1175. "@rollup/rollup-android-arm64": "4.60.4",
  1176. "@rollup/rollup-darwin-arm64": "4.60.4",
  1177. "@rollup/rollup-darwin-x64": "4.60.4",
  1178. "@rollup/rollup-freebsd-arm64": "4.60.4",
  1179. "@rollup/rollup-freebsd-x64": "4.60.4",
  1180. "@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
  1181. "@rollup/rollup-linux-arm-musleabihf": "4.60.4",
  1182. "@rollup/rollup-linux-arm64-gnu": "4.60.4",
  1183. "@rollup/rollup-linux-arm64-musl": "4.60.4",
  1184. "@rollup/rollup-linux-loong64-gnu": "4.60.4",
  1185. "@rollup/rollup-linux-loong64-musl": "4.60.4",
  1186. "@rollup/rollup-linux-ppc64-gnu": "4.60.4",
  1187. "@rollup/rollup-linux-ppc64-musl": "4.60.4",
  1188. "@rollup/rollup-linux-riscv64-gnu": "4.60.4",
  1189. "@rollup/rollup-linux-riscv64-musl": "4.60.4",
  1190. "@rollup/rollup-linux-s390x-gnu": "4.60.4",
  1191. "@rollup/rollup-linux-x64-gnu": "4.60.4",
  1192. "@rollup/rollup-linux-x64-musl": "4.60.4",
  1193. "@rollup/rollup-openbsd-x64": "4.60.4",
  1194. "@rollup/rollup-openharmony-arm64": "4.60.4",
  1195. "@rollup/rollup-win32-arm64-msvc": "4.60.4",
  1196. "@rollup/rollup-win32-ia32-msvc": "4.60.4",
  1197. "@rollup/rollup-win32-x64-gnu": "4.60.4",
  1198. "@rollup/rollup-win32-x64-msvc": "4.60.4",
  1199. "fsevents": "~2.3.2"
  1200. }
  1201. },
  1202. "node_modules/source-map-js": {
  1203. "version": "1.2.1",
  1204. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1205. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1206. "license": "BSD-3-Clause",
  1207. "engines": {
  1208. "node": ">=0.10.0"
  1209. }
  1210. },
  1211. "node_modules/tinyglobby": {
  1212. "version": "0.2.17",
  1213. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  1214. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  1215. "dev": true,
  1216. "license": "MIT",
  1217. "dependencies": {
  1218. "fdir": "^6.5.0",
  1219. "picomatch": "^4.0.4"
  1220. },
  1221. "engines": {
  1222. "node": ">=12.0.0"
  1223. },
  1224. "funding": {
  1225. "url": "https://github.com/sponsors/SuperchupuDev"
  1226. }
  1227. },
  1228. "node_modules/vite": {
  1229. "version": "6.4.2",
  1230. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.2.tgz",
  1231. "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
  1232. "dev": true,
  1233. "license": "MIT",
  1234. "peer": true,
  1235. "dependencies": {
  1236. "esbuild": "^0.25.0",
  1237. "fdir": "^6.4.4",
  1238. "picomatch": "^4.0.2",
  1239. "postcss": "^8.5.3",
  1240. "rollup": "^4.34.9",
  1241. "tinyglobby": "^0.2.13"
  1242. },
  1243. "bin": {
  1244. "vite": "bin/vite.js"
  1245. },
  1246. "engines": {
  1247. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  1248. },
  1249. "funding": {
  1250. "url": "https://github.com/vitejs/vite?sponsor=1"
  1251. },
  1252. "optionalDependencies": {
  1253. "fsevents": "~2.3.3"
  1254. },
  1255. "peerDependencies": {
  1256. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  1257. "jiti": ">=1.21.0",
  1258. "less": "*",
  1259. "lightningcss": "^1.21.0",
  1260. "sass": "*",
  1261. "sass-embedded": "*",
  1262. "stylus": "*",
  1263. "sugarss": "*",
  1264. "terser": "^5.16.0",
  1265. "tsx": "^4.8.1",
  1266. "yaml": "^2.4.2"
  1267. },
  1268. "peerDependenciesMeta": {
  1269. "@types/node": {
  1270. "optional": true
  1271. },
  1272. "jiti": {
  1273. "optional": true
  1274. },
  1275. "less": {
  1276. "optional": true
  1277. },
  1278. "lightningcss": {
  1279. "optional": true
  1280. },
  1281. "sass": {
  1282. "optional": true
  1283. },
  1284. "sass-embedded": {
  1285. "optional": true
  1286. },
  1287. "stylus": {
  1288. "optional": true
  1289. },
  1290. "sugarss": {
  1291. "optional": true
  1292. },
  1293. "terser": {
  1294. "optional": true
  1295. },
  1296. "tsx": {
  1297. "optional": true
  1298. },
  1299. "yaml": {
  1300. "optional": true
  1301. }
  1302. }
  1303. },
  1304. "node_modules/vue": {
  1305. "version": "3.5.35",
  1306. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.35.tgz",
  1307. "integrity": "sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==",
  1308. "license": "MIT",
  1309. "peer": true,
  1310. "dependencies": {
  1311. "@vue/compiler-dom": "3.5.35",
  1312. "@vue/compiler-sfc": "3.5.35",
  1313. "@vue/runtime-dom": "3.5.35",
  1314. "@vue/server-renderer": "3.5.35",
  1315. "@vue/shared": "3.5.35"
  1316. },
  1317. "peerDependencies": {
  1318. "typescript": "*"
  1319. },
  1320. "peerDependenciesMeta": {
  1321. "typescript": {
  1322. "optional": true
  1323. }
  1324. }
  1325. }
  1326. }
  1327. }