|
|
@ -8,6 +8,7 @@
|
|
|
|
"name": "paddlespeechwebclient",
|
|
|
|
"name": "paddlespeechwebclient",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
|
|
"ant-design-vue": "^2.2.8",
|
|
|
|
"ant-design-vue": "^2.2.8",
|
|
|
|
"axios": "^0.26.1",
|
|
|
|
"axios": "^0.26.1",
|
|
|
|
"element-plus": "^2.1.9",
|
|
|
|
"element-plus": "^2.1.9",
|
|
|
@ -18,7 +19,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^2.3.0",
|
|
|
|
"@vitejs/plugin-vue": "^2.3.0",
|
|
|
|
"vite": "^2.9.0"
|
|
|
|
"@vue/compiler-sfc": "^3.1.0",
|
|
|
|
|
|
|
|
"vite": "^2.9.13"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@ant-design/colors": {
|
|
|
|
"node_modules/@ant-design/colors": {
|
|
|
@ -79,10 +81,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@element-plus/icons-vue": {
|
|
|
|
"node_modules/@element-plus/icons-vue": {
|
|
|
|
"version": "1.1.4",
|
|
|
|
"version": "2.3.1",
|
|
|
|
"resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
|
|
|
|
"integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==",
|
|
|
|
"integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -373,26 +374,6 @@
|
|
|
|
"follow-redirects": "^1.14.8"
|
|
|
|
"follow-redirects": "^1.14.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/axios/node_modules/follow-redirects": {
|
|
|
|
|
|
|
|
"version": "1.14.9",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
|
|
|
|
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "individual",
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"debug": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/compute-scroll-into-view": {
|
|
|
|
"node_modules/compute-scroll-into-view": {
|
|
|
|
"version": "1.0.17",
|
|
|
|
"version": "1.0.17",
|
|
|
|
"resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz",
|
|
|
@ -460,6 +441,14 @@
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/element-plus/node_modules/@element-plus/icons-vue": {
|
|
|
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/errno": {
|
|
|
|
"node_modules/errno": {
|
|
|
|
"version": "0.1.8",
|
|
|
|
"version": "0.1.8",
|
|
|
|
"resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
|
|
|
@ -537,6 +526,25 @@
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/follow-redirects": {
|
|
|
|
|
|
|
|
"version": "1.15.6",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
|
|
|
|
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "individual",
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"debug": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/fsevents": {
|
|
|
|
"node_modules/fsevents": {
|
|
|
|
"version": "2.3.2",
|
|
|
|
"version": "2.3.2",
|
|
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
@ -755,10 +763,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
"version": "3.3.2",
|
|
|
|
"version": "3.3.7",
|
|
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
|
"integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==",
|
|
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
|
|
"license": "MIT",
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "github",
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -845,9 +858,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/postcss": {
|
|
|
|
"node_modules/postcss": {
|
|
|
|
"version": "8.4.12",
|
|
|
|
"version": "8.4.38",
|
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.12.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
|
|
|
|
"integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
|
|
|
|
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
|
|
|
"funding": [
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"type": "opencollective",
|
|
|
@ -856,13 +869,16 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"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",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"nanoid": "^3.3.1",
|
|
|
|
"nanoid": "^3.3.7",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"source-map-js": "^1.0.2"
|
|
|
|
"source-map-js": "^1.2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
@ -962,10 +978,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/source-map-js": {
|
|
|
|
"node_modules/source-map-js": {
|
|
|
|
"version": "1.0.2",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
|
|
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
|
|
|
|
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1001,16 +1016,15 @@
|
|
|
|
"license": "ISC"
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/vite": {
|
|
|
|
"node_modules/vite": {
|
|
|
|
"version": "2.9.1",
|
|
|
|
"version": "2.9.18",
|
|
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-2.9.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz",
|
|
|
|
"integrity": "sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==",
|
|
|
|
"integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"esbuild": "^0.14.27",
|
|
|
|
"esbuild": "^0.14.27",
|
|
|
|
"postcss": "^8.4.12",
|
|
|
|
"postcss": "^8.4.13",
|
|
|
|
"resolve": "^1.22.0",
|
|
|
|
"resolve": "^1.22.0",
|
|
|
|
"rollup": "^2.59.0"
|
|
|
|
"rollup": ">=2.59.0 <2.78.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"vite": "bin/vite.js"
|
|
|
|
"vite": "bin/vite.js"
|
|
|
@ -1142,9 +1156,9 @@
|
|
|
|
"integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw=="
|
|
|
|
"integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@element-plus/icons-vue": {
|
|
|
|
"@element-plus/icons-vue": {
|
|
|
|
"version": "1.1.4",
|
|
|
|
"version": "2.3.1",
|
|
|
|
"resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
|
|
|
|
"integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==",
|
|
|
|
"integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
|
|
|
|
"requires": {}
|
|
|
|
"requires": {}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@floating-ui/core": {
|
|
|
|
"@floating-ui/core": {
|
|
|
@ -1362,13 +1376,6 @@
|
|
|
|
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
|
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"follow-redirects": "^1.14.8"
|
|
|
|
"follow-redirects": "^1.14.8"
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"follow-redirects": {
|
|
|
|
|
|
|
|
"version": "1.14.9",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"compute-scroll-into-view": {
|
|
|
|
"compute-scroll-into-view": {
|
|
|
@ -1429,6 +1436,14 @@
|
|
|
|
"lodash-unified": "^1.0.2",
|
|
|
|
"lodash-unified": "^1.0.2",
|
|
|
|
"memoize-one": "^6.0.0",
|
|
|
|
"memoize-one": "^6.0.0",
|
|
|
|
"normalize-wheel-es": "^1.1.2"
|
|
|
|
"normalize-wheel-es": "^1.1.2"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@element-plus/icons-vue": {
|
|
|
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==",
|
|
|
|
|
|
|
|
"requires": {}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"errno": {
|
|
|
|
"errno": {
|
|
|
@ -1485,6 +1500,11 @@
|
|
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"follow-redirects": {
|
|
|
|
|
|
|
|
"version": "1.15.6",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"fsevents": {
|
|
|
|
"fsevents": {
|
|
|
|
"version": "2.3.2",
|
|
|
|
"version": "2.3.2",
|
|
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
@ -1641,9 +1661,9 @@
|
|
|
|
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
|
|
|
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"nanoid": {
|
|
|
|
"nanoid": {
|
|
|
|
"version": "3.3.2",
|
|
|
|
"version": "3.3.7",
|
|
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
|
"integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA=="
|
|
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"nanopop": {
|
|
|
|
"nanopop": {
|
|
|
|
"version": "2.1.0",
|
|
|
|
"version": "2.1.0",
|
|
|
@ -1711,13 +1731,13 @@
|
|
|
|
"optional": true
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"postcss": {
|
|
|
|
"version": "8.4.12",
|
|
|
|
"version": "8.4.38",
|
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.12.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
|
|
|
|
"integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
|
|
|
|
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"nanoid": "^3.3.1",
|
|
|
|
"nanoid": "^3.3.7",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"source-map-js": "^1.0.2"
|
|
|
|
"source-map-js": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"prr": {
|
|
|
|
"prr": {
|
|
|
@ -1793,9 +1813,9 @@
|
|
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"source-map-js": {
|
|
|
|
"source-map-js": {
|
|
|
|
"version": "1.0.2",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
|
|
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
|
|
|
|
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"sourcemap-codec": {
|
|
|
|
"sourcemap-codec": {
|
|
|
|
"version": "1.4.8",
|
|
|
|
"version": "1.4.8",
|
|
|
@ -1819,16 +1839,16 @@
|
|
|
|
"integrity": "sha512-IeiWvvEXfW5ltKVMkxq6FvNf2LojMKvB2OCeja6+ct24S1XOmQw2dGr2JyndwACWAGJva9B7yPHwAmeA9QCqAQ=="
|
|
|
|
"integrity": "sha512-IeiWvvEXfW5ltKVMkxq6FvNf2LojMKvB2OCeja6+ct24S1XOmQw2dGr2JyndwACWAGJva9B7yPHwAmeA9QCqAQ=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"vite": {
|
|
|
|
"vite": {
|
|
|
|
"version": "2.9.1",
|
|
|
|
"version": "2.9.18",
|
|
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-2.9.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz",
|
|
|
|
"integrity": "sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==",
|
|
|
|
"integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"esbuild": "^0.14.27",
|
|
|
|
"esbuild": "^0.14.27",
|
|
|
|
"fsevents": "~2.3.2",
|
|
|
|
"fsevents": "~2.3.2",
|
|
|
|
"postcss": "^8.4.12",
|
|
|
|
"postcss": "^8.4.13",
|
|
|
|
"resolve": "^1.22.0",
|
|
|
|
"resolve": "^1.22.0",
|
|
|
|
"rollup": "^2.59.0"
|
|
|
|
"rollup": ">=2.59.0 <2.78.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"vue": {
|
|
|
|
"vue": {
|
|
|
|