|
@@ -1,343 +1,35 @@
|
|
|
{
|
|
{
|
|
|
"name": "zhongkmall_user_app",
|
|
"name": "zhongkmall_user_app",
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
- "lockfileVersion": 3,
|
|
|
|
|
|
|
+ "lockfileVersion": 1,
|
|
|
"requires": true,
|
|
"requires": true,
|
|
|
- "packages": {
|
|
|
|
|
- "": {
|
|
|
|
|
- "name": "zhongkmall_user_app",
|
|
|
|
|
- "version": "1.0.0",
|
|
|
|
|
- "license": "ISC",
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "crypto-js": "^4.2.0",
|
|
|
|
|
- "dayjs": "^1.11.13",
|
|
|
|
|
- "uview-ui": "^2.0.38",
|
|
|
|
|
- "vuex": "^4.1.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@babel/helper-string-parser": {
|
|
|
|
|
- "version": "7.27.1",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
|
|
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=6.9.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
- "version": "7.27.1",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
|
|
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=6.9.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@babel/parser": {
|
|
|
|
|
- "version": "7.28.0",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
|
|
- "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@babel/types": "^7.28.0"
|
|
|
|
|
- },
|
|
|
|
|
- "bin": {
|
|
|
|
|
- "parser": "bin/babel-parser.js"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=6.0.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@babel/types": {
|
|
|
|
|
- "version": "7.28.2",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
|
|
|
|
|
- "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@babel/helper-string-parser": "^7.27.1",
|
|
|
|
|
- "@babel/helper-validator-identifier": "^7.27.1"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=6.9.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
- "version": "1.5.4",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
|
|
|
|
|
- "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/compiler-core": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@babel/parser": "^7.28.0",
|
|
|
|
|
- "@vue/shared": "3.5.18",
|
|
|
|
|
- "entities": "^4.5.0",
|
|
|
|
|
- "estree-walker": "^2.0.2",
|
|
|
|
|
- "source-map-js": "^1.2.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/compiler-dom": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/compiler-core": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/compiler-sfc": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@babel/parser": "^7.28.0",
|
|
|
|
|
- "@vue/compiler-core": "3.5.18",
|
|
|
|
|
- "@vue/compiler-dom": "3.5.18",
|
|
|
|
|
- "@vue/compiler-ssr": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18",
|
|
|
|
|
- "estree-walker": "^2.0.2",
|
|
|
|
|
- "magic-string": "^0.30.17",
|
|
|
|
|
- "postcss": "^8.5.6",
|
|
|
|
|
- "source-map-js": "^1.2.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/compiler-ssr": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/compiler-dom": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/devtools-api": {
|
|
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/devtools-api": {
|
|
|
"version": "6.6.4",
|
|
"version": "6.6.4",
|
|
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
|
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
|
|
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
|
|
|
},
|
|
},
|
|
|
- "node_modules/@vue/reactivity": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/runtime-core": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/reactivity": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/runtime-dom": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/reactivity": "3.5.18",
|
|
|
|
|
- "@vue/runtime-core": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18",
|
|
|
|
|
- "csstype": "^3.1.3"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/server-renderer": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/compiler-ssr": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "vue": "3.5.18"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/@vue/shared": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/crypto-js": {
|
|
|
|
|
|
|
+ "crypto-js": {
|
|
|
"version": "4.2.0",
|
|
"version": "4.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
|
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
|
|
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
|
|
|
},
|
|
},
|
|
|
- "node_modules/csstype": {
|
|
|
|
|
- "version": "3.1.3",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/dayjs": {
|
|
|
|
|
- "version": "1.11.13",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
|
|
|
|
|
- "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
|
|
|
- "license": "MIT"
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/entities": {
|
|
|
|
|
- "version": "4.5.0",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
|
|
|
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
|
- "license": "BSD-2-Clause",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=0.12"
|
|
|
|
|
- },
|
|
|
|
|
- "funding": {
|
|
|
|
|
- "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/estree-walker": {
|
|
|
|
|
- "version": "2.0.2",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
|
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/magic-string": {
|
|
|
|
|
- "version": "0.30.17",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
|
|
|
|
|
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/nanoid": {
|
|
|
|
|
- "version": "3.3.11",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
|
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
|
|
- "funding": [
|
|
|
|
|
- {
|
|
|
|
|
- "type": "github",
|
|
|
|
|
- "url": "https://github.com/sponsors/ai"
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "bin": {
|
|
|
|
|
- "nanoid": "bin/nanoid.cjs"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/picocolors": {
|
|
|
|
|
- "version": "1.1.1",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
|
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
|
- "license": "ISC",
|
|
|
|
|
- "peer": true
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/postcss": {
|
|
|
|
|
- "version": "8.5.6",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
|
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
|
- "funding": [
|
|
|
|
|
- {
|
|
|
|
|
- "type": "opencollective",
|
|
|
|
|
- "url": "https://opencollective.com/postcss/"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "tidelift",
|
|
|
|
|
- "url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "github",
|
|
|
|
|
- "url": "https://github.com/sponsors/ai"
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "nanoid": "^3.3.11",
|
|
|
|
|
- "picocolors": "^1.1.1",
|
|
|
|
|
- "source-map-js": "^1.2.1"
|
|
|
|
|
- },
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": "^10 || ^12 || >=14"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "dayjs": {
|
|
|
|
|
+ "version": "1.11.19",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
|
|
|
|
|
+ "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw=="
|
|
|
},
|
|
},
|
|
|
- "node_modules/source-map-js": {
|
|
|
|
|
- "version": "1.2.1",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
|
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
|
|
- "license": "BSD-3-Clause",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": ">=0.10.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/uview-ui": {
|
|
|
|
|
|
|
+ "uview-ui": {
|
|
|
"version": "2.0.38",
|
|
"version": "2.0.38",
|
|
|
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-2.0.38.tgz",
|
|
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-2.0.38.tgz",
|
|
|
- "integrity": "sha512-6egHDf9lXHKpG3hEjRE0vMx4+VWwKk/ReTf5x18KrIKqdvdPRqO3+B8Unh7vYYwrIxzAWIlmhZ9RJpKI/4UqPQ==",
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "HBuilderX": "^3.1.0"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "node_modules/vue": {
|
|
|
|
|
- "version": "3.5.18",
|
|
|
|
|
- "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.18.tgz",
|
|
|
|
|
- "integrity": "sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==",
|
|
|
|
|
- "license": "MIT",
|
|
|
|
|
- "peer": true,
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@vue/compiler-dom": "3.5.18",
|
|
|
|
|
- "@vue/compiler-sfc": "3.5.18",
|
|
|
|
|
- "@vue/runtime-dom": "3.5.18",
|
|
|
|
|
- "@vue/server-renderer": "3.5.18",
|
|
|
|
|
- "@vue/shared": "3.5.18"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "typescript": "*"
|
|
|
|
|
- },
|
|
|
|
|
- "peerDependenciesMeta": {
|
|
|
|
|
- "typescript": {
|
|
|
|
|
- "optional": true
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "integrity": "sha512-6egHDf9lXHKpG3hEjRE0vMx4+VWwKk/ReTf5x18KrIKqdvdPRqO3+B8Unh7vYYwrIxzAWIlmhZ9RJpKI/4UqPQ=="
|
|
|
},
|
|
},
|
|
|
- "node_modules/vuex": {
|
|
|
|
|
|
|
+ "vuex": {
|
|
|
"version": "4.1.0",
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
|
|
|
"integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
|
|
"integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
|
|
|
- "dependencies": {
|
|
|
|
|
|
|
+ "requires": {
|
|
|
"@vue/devtools-api": "^6.0.0-beta.11"
|
|
"@vue/devtools-api": "^6.0.0-beta.11"
|
|
|
- },
|
|
|
|
|
- "peerDependencies": {
|
|
|
|
|
- "vue": "^3.2.0"
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|