|
@@ -454,20 +454,18 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"node_modules/@babel/helper-string-parser": {
|
|
- "version": "7.19.4",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
|
|
|
|
- "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
|
|
|
|
- "dev": true,
|
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
- "version": "7.19.1",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
|
|
|
|
- "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
|
|
|
|
- "dev": true,
|
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -530,10 +528,13 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"node_modules/@babel/parser": {
|
|
- "version": "7.21.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.21.2.tgz",
|
|
|
|
- "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/types": "^7.28.0"
|
|
|
|
+ },
|
|
"bin": {
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
},
|
|
@@ -1818,15 +1819,13 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"node_modules/@babel/types": {
|
|
- "version": "7.21.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.21.2.tgz",
|
|
|
|
- "integrity": "sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==",
|
|
|
|
- "dev": true,
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/helper-string-parser": "^7.19.4",
|
|
|
|
- "@babel/helper-validator-identifier": "^7.19.1",
|
|
|
|
- "to-fast-properties": "^2.0.0"
|
|
|
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -2760,26 +2759,84 @@
|
|
"strip-ansi": "^6.0.0"
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@vue/compiler-core": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/parser": "^7.27.5",
|
|
|
|
+ "@vue/shared": "3.5.17",
|
|
|
|
+ "entities": "^4.5.0",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-core/node_modules/entities": {
|
|
|
|
+ "version": "4.5.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-dom": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-core": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"node_modules/@vue/compiler-sfc": {
|
|
- "version": "2.7.14",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
|
|
|
- "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
|
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/parser": "^7.18.4",
|
|
|
|
- "postcss": "^8.4.14",
|
|
|
|
- "source-map": "^0.6.1"
|
|
|
|
|
|
+ "@babel/parser": "^7.27.5",
|
|
|
|
+ "@vue/compiler-core": "3.5.17",
|
|
|
|
+ "@vue/compiler-dom": "3.5.17",
|
|
|
|
+ "@vue/compiler-ssr": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/picocolors": {
|
|
"node_modules/@vue/compiler-sfc/node_modules/picocolors": {
|
|
- "version": "1.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
|
|
|
|
- "license": "ISC"
|
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
},
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/postcss": {
|
|
"node_modules/@vue/compiler-sfc/node_modules/postcss": {
|
|
- "version": "8.4.21",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz",
|
|
|
|
- "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
|
|
|
|
|
|
+ "version": "8.5.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
+ "dev": true,
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
"type": "opencollective",
|
|
"type": "opencollective",
|
|
@@ -2788,18 +2845,37 @@
|
|
{
|
|
{
|
|
"type": "tidelift",
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "github",
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "nanoid": "^3.3.4",
|
|
|
|
- "picocolors": "^1.0.0",
|
|
|
|
- "source-map-js": "^1.0.2"
|
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@vue/compiler-ssr": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-dom": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@vue/component-compiler-utils": {
|
|
"node_modules/@vue/component-compiler-utils": {
|
|
"version": "3.3.0",
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
|
|
@@ -2859,6 +2935,15 @@
|
|
"webpack": ">=4.0.0"
|
|
"webpack": ">=4.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@vue/shared": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
"node_modules/@vue/web-component-wrapper": {
|
|
"node_modules/@vue/web-component-wrapper": {
|
|
"version": "1.3.0",
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
|
|
@@ -6971,6 +7056,15 @@
|
|
"node": ">=4.0"
|
|
"node": ">=4.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/estree-walker": {
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
"node_modules/esutils": {
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
|
|
@@ -10088,6 +10182,27 @@
|
|
"global": "^4.4.0"
|
|
"global": "^4.4.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/magic-string": {
|
|
|
|
+ "version": "0.30.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
|
|
|
|
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/magic-string/node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
+ "version": "1.5.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
|
|
|
|
+ "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
"node_modules/make-dir": {
|
|
"node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
|
|
@@ -10609,9 +10724,15 @@
|
|
"optional": true
|
|
"optional": true
|
|
},
|
|
},
|
|
"node_modules/nanoid": {
|
|
"node_modules/nanoid": {
|
|
- "version": "3.3.4",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz",
|
|
|
|
- "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
|
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "github",
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
"nanoid": "bin/nanoid.cjs"
|
|
@@ -13891,9 +14012,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"node_modules/source-map-js": {
|
|
- "version": "1.0.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
|
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
"license": "BSD-3-Clause",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
@@ -15891,6 +16012,50 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/vue/node_modules/@vue/compiler-sfc": {
|
|
|
|
+ "version": "2.7.14",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
|
|
|
+ "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/parser": "^7.18.4",
|
|
|
|
+ "postcss": "^8.4.14",
|
|
|
|
+ "source-map": "^0.6.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vue/node_modules/picocolors": {
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
+ "license": "ISC"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vue/node_modules/postcss": {
|
|
|
|
+ "version": "8.5.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/vuex": {
|
|
"node_modules/vuex": {
|
|
"version": "3.6.2",
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmmirror.com/vuex/-/vuex-3.6.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vuex/-/vuex-3.6.2.tgz",
|
|
@@ -17353,16 +17518,14 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@babel/helper-string-parser": {
|
|
"@babel/helper-string-parser": {
|
|
- "version": "7.19.4",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
|
|
|
|
- "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
|
|
|
|
- "dev": true
|
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
|
|
},
|
|
},
|
|
"@babel/helper-validator-identifier": {
|
|
"@babel/helper-validator-identifier": {
|
|
- "version": "7.19.1",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
|
|
|
|
- "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
|
|
|
|
- "dev": true
|
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
|
|
},
|
|
},
|
|
"@babel/helper-validator-option": {
|
|
"@babel/helper-validator-option": {
|
|
"version": "7.21.0",
|
|
"version": "7.21.0",
|
|
@@ -17405,9 +17568,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@babel/parser": {
|
|
"@babel/parser": {
|
|
- "version": "7.21.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.21.2.tgz",
|
|
|
|
- "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ=="
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "@babel/types": "^7.28.0"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"version": "7.18.6",
|
|
"version": "7.18.6",
|
|
@@ -18220,14 +18386,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@babel/types": {
|
|
"@babel/types": {
|
|
- "version": "7.21.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.21.2.tgz",
|
|
|
|
- "integrity": "sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==",
|
|
|
|
- "dev": true,
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
|
|
"requires": {
|
|
"requires": {
|
|
- "@babel/helper-string-parser": "^7.19.4",
|
|
|
|
- "@babel/helper-validator-identifier": "^7.19.1",
|
|
|
|
- "to-fast-properties": "^2.0.0"
|
|
|
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@hapi/address": {
|
|
"@hapi/address": {
|
|
@@ -18943,33 +19107,97 @@
|
|
"strip-ansi": "^6.0.0"
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "@vue/compiler-core": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@babel/parser": "^7.27.5",
|
|
|
|
+ "@vue/shared": "3.5.17",
|
|
|
|
+ "entities": "^4.5.0",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "entities": {
|
|
|
|
+ "version": "4.5.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "@vue/compiler-dom": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@vue/compiler-core": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"@vue/compiler-sfc": {
|
|
"@vue/compiler-sfc": {
|
|
- "version": "2.7.14",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
|
|
|
- "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
|
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
"requires": {
|
|
"requires": {
|
|
- "@babel/parser": "^7.18.4",
|
|
|
|
- "postcss": "^8.4.14",
|
|
|
|
- "source-map": "^0.6.1"
|
|
|
|
|
|
+ "@babel/parser": "^7.27.5",
|
|
|
|
+ "@vue/compiler-core": "3.5.17",
|
|
|
|
+ "@vue/compiler-dom": "3.5.17",
|
|
|
|
+ "@vue/compiler-ssr": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"picocolors": {
|
|
"picocolors": {
|
|
- "version": "1.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
},
|
|
},
|
|
"postcss": {
|
|
"postcss": {
|
|
- "version": "8.4.21",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz",
|
|
|
|
- "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
|
|
|
|
|
|
+ "version": "8.5.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
"requires": {
|
|
"requires": {
|
|
- "nanoid": "^3.3.4",
|
|
|
|
- "picocolors": "^1.0.0",
|
|
|
|
- "source-map-js": "^1.0.2"
|
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "@vue/compiler-ssr": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@vue/compiler-dom": "3.5.17",
|
|
|
|
+ "@vue/shared": "3.5.17"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"@vue/component-compiler-utils": {
|
|
"@vue/component-compiler-utils": {
|
|
"version": "3.3.0",
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
|
|
@@ -19018,6 +19246,14 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
|
|
+ "@vue/shared": {
|
|
|
|
+ "version": "3.5.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.17.tgz",
|
|
|
|
+ "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
"@vue/web-component-wrapper": {
|
|
"@vue/web-component-wrapper": {
|
|
"version": "1.3.0",
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
|
|
@@ -22086,6 +22322,14 @@
|
|
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "estree-walker": {
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
"esutils": {
|
|
"esutils": {
|
|
"version": "2.0.3",
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
|
|
@@ -24304,6 +24548,27 @@
|
|
"global": "^4.4.0"
|
|
"global": "^4.4.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "magic-string": {
|
|
|
|
+ "version": "0.30.17",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
|
|
|
|
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@jridgewell/sourcemap-codec": {
|
|
|
|
+ "version": "1.5.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
|
|
|
|
+ "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"make-dir": {
|
|
"make-dir": {
|
|
"version": "3.1.0",
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
|
|
@@ -24699,9 +24964,9 @@
|
|
"optional": true
|
|
"optional": true
|
|
},
|
|
},
|
|
"nanoid": {
|
|
"nanoid": {
|
|
- "version": "3.3.4",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz",
|
|
|
|
- "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
|
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
|
|
},
|
|
},
|
|
"nanomatch": {
|
|
"nanomatch": {
|
|
"version": "1.2.13",
|
|
"version": "1.2.13",
|
|
@@ -27187,9 +27452,9 @@
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
},
|
|
},
|
|
"source-map-js": {
|
|
"source-map-js": {
|
|
- "version": "1.0.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
|
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
|
|
},
|
|
},
|
|
"source-map-resolve": {
|
|
"source-map-resolve": {
|
|
"version": "0.5.3",
|
|
"version": "0.5.3",
|
|
@@ -28499,6 +28764,33 @@
|
|
"requires": {
|
|
"requires": {
|
|
"@vue/compiler-sfc": "2.7.14",
|
|
"@vue/compiler-sfc": "2.7.14",
|
|
"csstype": "^3.1.0"
|
|
"csstype": "^3.1.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-sfc": {
|
|
|
|
+ "version": "2.7.14",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
|
|
|
+ "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "@babel/parser": "^7.18.4",
|
|
|
|
+ "postcss": "^8.4.14",
|
|
|
|
+ "source-map": "^0.6.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "picocolors": {
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
|
+ },
|
|
|
|
+ "postcss": {
|
|
|
|
+ "version": "8.5.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
|
|
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"vue-countup-v2": {
|
|
"vue-countup-v2": {
|