.package-lock.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. {
  2. "name": "pc-web-preview",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "node_modules/@babel/helper-string-parser": {
  8. "version": "7.27.1",
  9. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  10. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  11. "license": "MIT",
  12. "engines": {
  13. "node": ">=6.9.0"
  14. }
  15. },
  16. "node_modules/@babel/helper-validator-identifier": {
  17. "version": "7.28.5",
  18. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  19. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  20. "license": "MIT",
  21. "engines": {
  22. "node": ">=6.9.0"
  23. }
  24. },
  25. "node_modules/@babel/parser": {
  26. "version": "7.29.0",
  27. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
  28. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  29. "license": "MIT",
  30. "dependencies": {
  31. "@babel/types": "^7.29.0"
  32. },
  33. "bin": {
  34. "parser": "bin/babel-parser.js"
  35. },
  36. "engines": {
  37. "node": ">=6.0.0"
  38. }
  39. },
  40. "node_modules/@babel/types": {
  41. "version": "7.29.0",
  42. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  43. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  44. "license": "MIT",
  45. "dependencies": {
  46. "@babel/helper-string-parser": "^7.27.1",
  47. "@babel/helper-validator-identifier": "^7.28.5"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. }
  52. },
  53. "node_modules/@ctrl/tinycolor": {
  54. "version": "4.2.0",
  55. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  56. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  57. "license": "MIT",
  58. "engines": {
  59. "node": ">=14"
  60. }
  61. },
  62. "node_modules/@element-plus/icons-vue": {
  63. "version": "2.3.2",
  64. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  65. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  66. "license": "MIT",
  67. "peerDependencies": {
  68. "vue": "^3.2.0"
  69. }
  70. },
  71. "node_modules/@floating-ui/core": {
  72. "version": "1.7.5",
  73. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
  74. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "@floating-ui/utils": "^0.2.11"
  78. }
  79. },
  80. "node_modules/@floating-ui/dom": {
  81. "version": "1.7.6",
  82. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
  83. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  84. "license": "MIT",
  85. "dependencies": {
  86. "@floating-ui/core": "^1.7.5",
  87. "@floating-ui/utils": "^0.2.11"
  88. }
  89. },
  90. "node_modules/@floating-ui/utils": {
  91. "version": "0.2.11",
  92. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
  93. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  94. "license": "MIT"
  95. },
  96. "node_modules/@jridgewell/sourcemap-codec": {
  97. "version": "1.5.5",
  98. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  99. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  100. "license": "MIT"
  101. },
  102. "node_modules/@oxc-project/runtime": {
  103. "version": "0.115.0",
  104. "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz",
  105. "integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==",
  106. "dev": true,
  107. "license": "MIT",
  108. "engines": {
  109. "node": "^20.19.0 || >=22.12.0"
  110. }
  111. },
  112. "node_modules/@oxc-project/types": {
  113. "version": "0.115.0",
  114. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz",
  115. "integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==",
  116. "dev": true,
  117. "license": "MIT",
  118. "funding": {
  119. "url": "https://github.com/sponsors/Boshen"
  120. }
  121. },
  122. "node_modules/@parcel/watcher": {
  123. "version": "2.5.6",
  124. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  125. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  126. "dev": true,
  127. "hasInstallScript": true,
  128. "license": "MIT",
  129. "optional": true,
  130. "dependencies": {
  131. "detect-libc": "^2.0.3",
  132. "is-glob": "^4.0.3",
  133. "node-addon-api": "^7.0.0",
  134. "picomatch": "^4.0.3"
  135. },
  136. "engines": {
  137. "node": ">= 10.0.0"
  138. },
  139. "funding": {
  140. "type": "opencollective",
  141. "url": "https://opencollective.com/parcel"
  142. },
  143. "optionalDependencies": {
  144. "@parcel/watcher-android-arm64": "2.5.6",
  145. "@parcel/watcher-darwin-arm64": "2.5.6",
  146. "@parcel/watcher-darwin-x64": "2.5.6",
  147. "@parcel/watcher-freebsd-x64": "2.5.6",
  148. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  149. "@parcel/watcher-linux-arm-musl": "2.5.6",
  150. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  151. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  152. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  153. "@parcel/watcher-linux-x64-musl": "2.5.6",
  154. "@parcel/watcher-win32-arm64": "2.5.6",
  155. "@parcel/watcher-win32-ia32": "2.5.6",
  156. "@parcel/watcher-win32-x64": "2.5.6"
  157. }
  158. },
  159. "node_modules/@parcel/watcher-win32-x64": {
  160. "version": "2.5.6",
  161. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  162. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  163. "cpu": [
  164. "x64"
  165. ],
  166. "dev": true,
  167. "license": "MIT",
  168. "optional": true,
  169. "os": [
  170. "win32"
  171. ],
  172. "engines": {
  173. "node": ">= 10.0.0"
  174. },
  175. "funding": {
  176. "type": "opencollective",
  177. "url": "https://opencollective.com/parcel"
  178. }
  179. },
  180. "node_modules/@popperjs/core": {
  181. "name": "@sxzz/popperjs-es",
  182. "version": "2.11.8",
  183. "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  184. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  185. "license": "MIT",
  186. "funding": {
  187. "type": "opencollective",
  188. "url": "https://opencollective.com/popperjs"
  189. }
  190. },
  191. "node_modules/@rolldown/binding-win32-x64-msvc": {
  192. "version": "1.0.0-rc.9",
  193. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz",
  194. "integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==",
  195. "cpu": [
  196. "x64"
  197. ],
  198. "dev": true,
  199. "license": "MIT",
  200. "optional": true,
  201. "os": [
  202. "win32"
  203. ],
  204. "engines": {
  205. "node": "^20.19.0 || >=22.12.0"
  206. }
  207. },
  208. "node_modules/@rolldown/pluginutils": {
  209. "version": "1.0.0-rc.2",
  210. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  211. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  212. "dev": true,
  213. "license": "MIT"
  214. },
  215. "node_modules/@types/lodash": {
  216. "version": "4.17.24",
  217. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
  218. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  219. "license": "MIT"
  220. },
  221. "node_modules/@types/lodash-es": {
  222. "version": "4.17.12",
  223. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  224. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  225. "license": "MIT",
  226. "dependencies": {
  227. "@types/lodash": "*"
  228. }
  229. },
  230. "node_modules/@types/web-bluetooth": {
  231. "version": "0.0.20",
  232. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  233. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  234. "license": "MIT"
  235. },
  236. "node_modules/@vitejs/plugin-vue": {
  237. "version": "6.0.5",
  238. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz",
  239. "integrity": "sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==",
  240. "dev": true,
  241. "license": "MIT",
  242. "dependencies": {
  243. "@rolldown/pluginutils": "1.0.0-rc.2"
  244. },
  245. "engines": {
  246. "node": "^20.19.0 || >=22.12.0"
  247. },
  248. "peerDependencies": {
  249. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  250. "vue": "^3.2.25"
  251. }
  252. },
  253. "node_modules/@vue/compiler-core": {
  254. "version": "3.5.30",
  255. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
  256. "integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
  257. "license": "MIT",
  258. "dependencies": {
  259. "@babel/parser": "^7.29.0",
  260. "@vue/shared": "3.5.30",
  261. "entities": "^7.0.1",
  262. "estree-walker": "^2.0.2",
  263. "source-map-js": "^1.2.1"
  264. }
  265. },
  266. "node_modules/@vue/compiler-dom": {
  267. "version": "3.5.30",
  268. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
  269. "integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
  270. "license": "MIT",
  271. "dependencies": {
  272. "@vue/compiler-core": "3.5.30",
  273. "@vue/shared": "3.5.30"
  274. }
  275. },
  276. "node_modules/@vue/compiler-sfc": {
  277. "version": "3.5.30",
  278. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
  279. "integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
  280. "license": "MIT",
  281. "dependencies": {
  282. "@babel/parser": "^7.29.0",
  283. "@vue/compiler-core": "3.5.30",
  284. "@vue/compiler-dom": "3.5.30",
  285. "@vue/compiler-ssr": "3.5.30",
  286. "@vue/shared": "3.5.30",
  287. "estree-walker": "^2.0.2",
  288. "magic-string": "^0.30.21",
  289. "postcss": "^8.5.8",
  290. "source-map-js": "^1.2.1"
  291. }
  292. },
  293. "node_modules/@vue/compiler-ssr": {
  294. "version": "3.5.30",
  295. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
  296. "integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
  297. "license": "MIT",
  298. "dependencies": {
  299. "@vue/compiler-dom": "3.5.30",
  300. "@vue/shared": "3.5.30"
  301. }
  302. },
  303. "node_modules/@vue/devtools-api": {
  304. "version": "6.6.4",
  305. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  306. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  307. "license": "MIT"
  308. },
  309. "node_modules/@vue/reactivity": {
  310. "version": "3.5.30",
  311. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
  312. "integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
  313. "license": "MIT",
  314. "dependencies": {
  315. "@vue/shared": "3.5.30"
  316. }
  317. },
  318. "node_modules/@vue/runtime-core": {
  319. "version": "3.5.30",
  320. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
  321. "integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
  322. "license": "MIT",
  323. "dependencies": {
  324. "@vue/reactivity": "3.5.30",
  325. "@vue/shared": "3.5.30"
  326. }
  327. },
  328. "node_modules/@vue/runtime-dom": {
  329. "version": "3.5.30",
  330. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
  331. "integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
  332. "license": "MIT",
  333. "dependencies": {
  334. "@vue/reactivity": "3.5.30",
  335. "@vue/runtime-core": "3.5.30",
  336. "@vue/shared": "3.5.30",
  337. "csstype": "^3.2.3"
  338. }
  339. },
  340. "node_modules/@vue/server-renderer": {
  341. "version": "3.5.30",
  342. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
  343. "integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
  344. "license": "MIT",
  345. "dependencies": {
  346. "@vue/compiler-ssr": "3.5.30",
  347. "@vue/shared": "3.5.30"
  348. },
  349. "peerDependencies": {
  350. "vue": "3.5.30"
  351. }
  352. },
  353. "node_modules/@vue/shared": {
  354. "version": "3.5.30",
  355. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
  356. "integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
  357. "license": "MIT"
  358. },
  359. "node_modules/@vueuse/core": {
  360. "version": "12.0.0",
  361. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.0.0.tgz",
  362. "integrity": "sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==",
  363. "license": "MIT",
  364. "dependencies": {
  365. "@types/web-bluetooth": "^0.0.20",
  366. "@vueuse/metadata": "12.0.0",
  367. "@vueuse/shared": "12.0.0",
  368. "vue": "^3.5.13"
  369. },
  370. "funding": {
  371. "url": "https://github.com/sponsors/antfu"
  372. }
  373. },
  374. "node_modules/@vueuse/metadata": {
  375. "version": "12.0.0",
  376. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.0.0.tgz",
  377. "integrity": "sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==",
  378. "license": "MIT",
  379. "funding": {
  380. "url": "https://github.com/sponsors/antfu"
  381. }
  382. },
  383. "node_modules/@vueuse/shared": {
  384. "version": "12.0.0",
  385. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.0.0.tgz",
  386. "integrity": "sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==",
  387. "license": "MIT",
  388. "dependencies": {
  389. "vue": "^3.5.13"
  390. },
  391. "funding": {
  392. "url": "https://github.com/sponsors/antfu"
  393. }
  394. },
  395. "node_modules/async-validator": {
  396. "version": "4.2.5",
  397. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  398. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  399. "license": "MIT"
  400. },
  401. "node_modules/chokidar": {
  402. "version": "4.0.3",
  403. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  404. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  405. "dev": true,
  406. "license": "MIT",
  407. "dependencies": {
  408. "readdirp": "^4.0.1"
  409. },
  410. "engines": {
  411. "node": ">= 14.16.0"
  412. },
  413. "funding": {
  414. "url": "https://paulmillr.com/funding/"
  415. }
  416. },
  417. "node_modules/csstype": {
  418. "version": "3.2.3",
  419. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  420. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  421. "license": "MIT"
  422. },
  423. "node_modules/dayjs": {
  424. "version": "1.11.20",
  425. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  426. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  427. "license": "MIT"
  428. },
  429. "node_modules/detect-libc": {
  430. "version": "2.1.2",
  431. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  432. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  433. "dev": true,
  434. "license": "Apache-2.0",
  435. "engines": {
  436. "node": ">=8"
  437. }
  438. },
  439. "node_modules/element-plus": {
  440. "version": "2.13.5",
  441. "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.13.5.tgz",
  442. "integrity": "sha512-dmY24fhSREfZN/PuUt0YZigMso7wWzl+B5o+YKNN15kQIn/0hzamsPU+ebj9SES0IbUqsLX1wkrzYmzU8VrVOQ==",
  443. "license": "MIT",
  444. "dependencies": {
  445. "@ctrl/tinycolor": "^4.2.0",
  446. "@element-plus/icons-vue": "^2.3.2",
  447. "@floating-ui/dom": "^1.0.1",
  448. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  449. "@types/lodash": "^4.17.20",
  450. "@types/lodash-es": "^4.17.12",
  451. "@vueuse/core": "12.0.0",
  452. "async-validator": "^4.2.5",
  453. "dayjs": "^1.11.19",
  454. "lodash": "^4.17.23",
  455. "lodash-es": "^4.17.23",
  456. "lodash-unified": "^1.0.3",
  457. "memoize-one": "^6.0.0",
  458. "normalize-wheel-es": "^1.2.0"
  459. },
  460. "peerDependencies": {
  461. "vue": "^3.3.0"
  462. }
  463. },
  464. "node_modules/entities": {
  465. "version": "7.0.1",
  466. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  467. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  468. "license": "BSD-2-Clause",
  469. "engines": {
  470. "node": ">=0.12"
  471. },
  472. "funding": {
  473. "url": "https://github.com/fb55/entities?sponsor=1"
  474. }
  475. },
  476. "node_modules/estree-walker": {
  477. "version": "2.0.2",
  478. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  479. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  480. "license": "MIT"
  481. },
  482. "node_modules/fdir": {
  483. "version": "6.5.0",
  484. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  485. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  486. "dev": true,
  487. "license": "MIT",
  488. "engines": {
  489. "node": ">=12.0.0"
  490. },
  491. "peerDependencies": {
  492. "picomatch": "^3 || ^4"
  493. },
  494. "peerDependenciesMeta": {
  495. "picomatch": {
  496. "optional": true
  497. }
  498. }
  499. },
  500. "node_modules/immutable": {
  501. "version": "5.1.5",
  502. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
  503. "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
  504. "dev": true,
  505. "license": "MIT"
  506. },
  507. "node_modules/is-extglob": {
  508. "version": "2.1.1",
  509. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  510. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  511. "dev": true,
  512. "license": "MIT",
  513. "optional": true,
  514. "engines": {
  515. "node": ">=0.10.0"
  516. }
  517. },
  518. "node_modules/is-glob": {
  519. "version": "4.0.3",
  520. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  521. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  522. "dev": true,
  523. "license": "MIT",
  524. "optional": true,
  525. "dependencies": {
  526. "is-extglob": "^2.1.1"
  527. },
  528. "engines": {
  529. "node": ">=0.10.0"
  530. }
  531. },
  532. "node_modules/lightningcss": {
  533. "version": "1.32.0",
  534. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  535. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  536. "dev": true,
  537. "license": "MPL-2.0",
  538. "dependencies": {
  539. "detect-libc": "^2.0.3"
  540. },
  541. "engines": {
  542. "node": ">= 12.0.0"
  543. },
  544. "funding": {
  545. "type": "opencollective",
  546. "url": "https://opencollective.com/parcel"
  547. },
  548. "optionalDependencies": {
  549. "lightningcss-android-arm64": "1.32.0",
  550. "lightningcss-darwin-arm64": "1.32.0",
  551. "lightningcss-darwin-x64": "1.32.0",
  552. "lightningcss-freebsd-x64": "1.32.0",
  553. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  554. "lightningcss-linux-arm64-gnu": "1.32.0",
  555. "lightningcss-linux-arm64-musl": "1.32.0",
  556. "lightningcss-linux-x64-gnu": "1.32.0",
  557. "lightningcss-linux-x64-musl": "1.32.0",
  558. "lightningcss-win32-arm64-msvc": "1.32.0",
  559. "lightningcss-win32-x64-msvc": "1.32.0"
  560. }
  561. },
  562. "node_modules/lightningcss-win32-x64-msvc": {
  563. "version": "1.32.0",
  564. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  565. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  566. "cpu": [
  567. "x64"
  568. ],
  569. "dev": true,
  570. "license": "MPL-2.0",
  571. "optional": true,
  572. "os": [
  573. "win32"
  574. ],
  575. "engines": {
  576. "node": ">= 12.0.0"
  577. },
  578. "funding": {
  579. "type": "opencollective",
  580. "url": "https://opencollective.com/parcel"
  581. }
  582. },
  583. "node_modules/lodash": {
  584. "version": "4.17.23",
  585. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
  586. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  587. "license": "MIT"
  588. },
  589. "node_modules/lodash-es": {
  590. "version": "4.17.23",
  591. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
  592. "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
  593. "license": "MIT"
  594. },
  595. "node_modules/lodash-unified": {
  596. "version": "1.0.3",
  597. "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  598. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  599. "license": "MIT",
  600. "peerDependencies": {
  601. "@types/lodash-es": "*",
  602. "lodash": "*",
  603. "lodash-es": "*"
  604. }
  605. },
  606. "node_modules/magic-string": {
  607. "version": "0.30.21",
  608. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  609. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  610. "license": "MIT",
  611. "dependencies": {
  612. "@jridgewell/sourcemap-codec": "^1.5.5"
  613. }
  614. },
  615. "node_modules/memoize-one": {
  616. "version": "6.0.0",
  617. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  618. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  619. "license": "MIT"
  620. },
  621. "node_modules/nanoid": {
  622. "version": "3.3.11",
  623. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  624. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  625. "funding": [
  626. {
  627. "type": "github",
  628. "url": "https://github.com/sponsors/ai"
  629. }
  630. ],
  631. "license": "MIT",
  632. "bin": {
  633. "nanoid": "bin/nanoid.cjs"
  634. },
  635. "engines": {
  636. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  637. }
  638. },
  639. "node_modules/node-addon-api": {
  640. "version": "7.1.1",
  641. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  642. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  643. "dev": true,
  644. "license": "MIT",
  645. "optional": true
  646. },
  647. "node_modules/normalize-wheel-es": {
  648. "version": "1.2.0",
  649. "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  650. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  651. "license": "BSD-3-Clause"
  652. },
  653. "node_modules/picocolors": {
  654. "version": "1.1.1",
  655. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  656. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  657. "license": "ISC"
  658. },
  659. "node_modules/picomatch": {
  660. "version": "4.0.3",
  661. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  662. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  663. "dev": true,
  664. "license": "MIT",
  665. "engines": {
  666. "node": ">=12"
  667. },
  668. "funding": {
  669. "url": "https://github.com/sponsors/jonschlinkert"
  670. }
  671. },
  672. "node_modules/postcss": {
  673. "version": "8.5.8",
  674. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
  675. "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
  676. "funding": [
  677. {
  678. "type": "opencollective",
  679. "url": "https://opencollective.com/postcss/"
  680. },
  681. {
  682. "type": "tidelift",
  683. "url": "https://tidelift.com/funding/github/npm/postcss"
  684. },
  685. {
  686. "type": "github",
  687. "url": "https://github.com/sponsors/ai"
  688. }
  689. ],
  690. "license": "MIT",
  691. "dependencies": {
  692. "nanoid": "^3.3.11",
  693. "picocolors": "^1.1.1",
  694. "source-map-js": "^1.2.1"
  695. },
  696. "engines": {
  697. "node": "^10 || ^12 || >=14"
  698. }
  699. },
  700. "node_modules/readdirp": {
  701. "version": "4.1.2",
  702. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  703. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  704. "dev": true,
  705. "license": "MIT",
  706. "engines": {
  707. "node": ">= 14.18.0"
  708. },
  709. "funding": {
  710. "type": "individual",
  711. "url": "https://paulmillr.com/funding/"
  712. }
  713. },
  714. "node_modules/rolldown": {
  715. "version": "1.0.0-rc.9",
  716. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz",
  717. "integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==",
  718. "dev": true,
  719. "license": "MIT",
  720. "dependencies": {
  721. "@oxc-project/types": "=0.115.0",
  722. "@rolldown/pluginutils": "1.0.0-rc.9"
  723. },
  724. "bin": {
  725. "rolldown": "bin/cli.mjs"
  726. },
  727. "engines": {
  728. "node": "^20.19.0 || >=22.12.0"
  729. },
  730. "optionalDependencies": {
  731. "@rolldown/binding-android-arm64": "1.0.0-rc.9",
  732. "@rolldown/binding-darwin-arm64": "1.0.0-rc.9",
  733. "@rolldown/binding-darwin-x64": "1.0.0-rc.9",
  734. "@rolldown/binding-freebsd-x64": "1.0.0-rc.9",
  735. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9",
  736. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9",
  737. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9",
  738. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9",
  739. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9",
  740. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9",
  741. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.9",
  742. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.9",
  743. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.9",
  744. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9",
  745. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9"
  746. }
  747. },
  748. "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
  749. "version": "1.0.0-rc.9",
  750. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",
  751. "integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==",
  752. "dev": true,
  753. "license": "MIT"
  754. },
  755. "node_modules/sass": {
  756. "version": "1.98.0",
  757. "resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz",
  758. "integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==",
  759. "dev": true,
  760. "license": "MIT",
  761. "dependencies": {
  762. "chokidar": "^4.0.0",
  763. "immutable": "^5.1.5",
  764. "source-map-js": ">=0.6.2 <2.0.0"
  765. },
  766. "bin": {
  767. "sass": "sass.js"
  768. },
  769. "engines": {
  770. "node": ">=14.0.0"
  771. },
  772. "optionalDependencies": {
  773. "@parcel/watcher": "^2.4.1"
  774. }
  775. },
  776. "node_modules/source-map-js": {
  777. "version": "1.2.1",
  778. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  779. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  780. "license": "BSD-3-Clause",
  781. "engines": {
  782. "node": ">=0.10.0"
  783. }
  784. },
  785. "node_modules/tinyglobby": {
  786. "version": "0.2.15",
  787. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  788. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  789. "dev": true,
  790. "license": "MIT",
  791. "dependencies": {
  792. "fdir": "^6.5.0",
  793. "picomatch": "^4.0.3"
  794. },
  795. "engines": {
  796. "node": ">=12.0.0"
  797. },
  798. "funding": {
  799. "url": "https://github.com/sponsors/SuperchupuDev"
  800. }
  801. },
  802. "node_modules/vite": {
  803. "version": "8.0.0",
  804. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz",
  805. "integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==",
  806. "dev": true,
  807. "license": "MIT",
  808. "dependencies": {
  809. "@oxc-project/runtime": "0.115.0",
  810. "lightningcss": "^1.32.0",
  811. "picomatch": "^4.0.3",
  812. "postcss": "^8.5.8",
  813. "rolldown": "1.0.0-rc.9",
  814. "tinyglobby": "^0.2.15"
  815. },
  816. "bin": {
  817. "vite": "bin/vite.js"
  818. },
  819. "engines": {
  820. "node": "^20.19.0 || >=22.12.0"
  821. },
  822. "funding": {
  823. "url": "https://github.com/vitejs/vite?sponsor=1"
  824. },
  825. "optionalDependencies": {
  826. "fsevents": "~2.3.3"
  827. },
  828. "peerDependencies": {
  829. "@types/node": "^20.19.0 || >=22.12.0",
  830. "@vitejs/devtools": "^0.0.0-alpha.31",
  831. "esbuild": "^0.27.0",
  832. "jiti": ">=1.21.0",
  833. "less": "^4.0.0",
  834. "sass": "^1.70.0",
  835. "sass-embedded": "^1.70.0",
  836. "stylus": ">=0.54.8",
  837. "sugarss": "^5.0.0",
  838. "terser": "^5.16.0",
  839. "tsx": "^4.8.1",
  840. "yaml": "^2.4.2"
  841. },
  842. "peerDependenciesMeta": {
  843. "@types/node": {
  844. "optional": true
  845. },
  846. "@vitejs/devtools": {
  847. "optional": true
  848. },
  849. "esbuild": {
  850. "optional": true
  851. },
  852. "jiti": {
  853. "optional": true
  854. },
  855. "less": {
  856. "optional": true
  857. },
  858. "sass": {
  859. "optional": true
  860. },
  861. "sass-embedded": {
  862. "optional": true
  863. },
  864. "stylus": {
  865. "optional": true
  866. },
  867. "sugarss": {
  868. "optional": true
  869. },
  870. "terser": {
  871. "optional": true
  872. },
  873. "tsx": {
  874. "optional": true
  875. },
  876. "yaml": {
  877. "optional": true
  878. }
  879. }
  880. },
  881. "node_modules/vue": {
  882. "version": "3.5.30",
  883. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
  884. "integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
  885. "license": "MIT",
  886. "dependencies": {
  887. "@vue/compiler-dom": "3.5.30",
  888. "@vue/compiler-sfc": "3.5.30",
  889. "@vue/runtime-dom": "3.5.30",
  890. "@vue/server-renderer": "3.5.30",
  891. "@vue/shared": "3.5.30"
  892. },
  893. "peerDependencies": {
  894. "typescript": "*"
  895. },
  896. "peerDependenciesMeta": {
  897. "typescript": {
  898. "optional": true
  899. }
  900. }
  901. },
  902. "node_modules/vue-router": {
  903. "version": "4.6.4",
  904. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  905. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  906. "license": "MIT",
  907. "dependencies": {
  908. "@vue/devtools-api": "^6.6.4"
  909. },
  910. "funding": {
  911. "url": "https://github.com/sponsors/posva"
  912. },
  913. "peerDependencies": {
  914. "vue": "^3.5.0"
  915. }
  916. }
  917. }
  918. }