package-lock.json 43 KB

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