diff --git a/.husky/pre-commit b/.husky/pre-commit
index f2f851f7..053f830c 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
-yarn lint:fix
+pnpm lint:fix
diff --git a/package.json b/package.json
index 63e6f721..3a4b6e2f 100644
--- a/package.json
+++ b/package.json
@@ -14,13 +14,12 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
- "@types/chroma-js": "^2.1.3",
"@vueuse/core": "^6.0.0",
"axios": "^0.21.1",
"chroma-js": "^2.1.2",
"dayjs": "^1.10.6",
"form-data": "^4.0.0",
- "naive-ui": "^2.16.5",
+ "naive-ui": "^2.16.6",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.4",
"qs": "^6.10.1",
@@ -31,14 +30,15 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
- "@iconify/json": "^1.1.392",
+ "@iconify/json": "^1.1.393",
+ "@types/chroma-js": "^2.1.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/smoothscroll-polyfill": "^0.3.1",
- "@typescript-eslint/eslint-plugin": "^4.29.2",
- "@typescript-eslint/parser": "^4.29.2",
- "@vitejs/plugin-vue": "^1.4.0",
- "@vue/compiler-sfc": "^3.2.4",
+ "@typescript-eslint/eslint-plugin": "^4.29.3",
+ "@typescript-eslint/parser": "^4.29.3",
+ "@vitejs/plugin-vue": "^1.6.0",
+ "@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
@@ -48,22 +48,22 @@
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
- "eslint-plugin-import": "^2.24.1",
+ "eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.16.0",
- "husky": "^7.0.1",
+ "husky": "^7.0.2",
"lint-staged": "^11.1.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
- "sass": "^1.38.0",
+ "sass": "^1.38.1",
"typescript": "^4.3.5",
- "vite": "^2.5.0",
+ "vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
"vite-plugin-html": "^2.1.0",
"vite-plugin-icons": "^0.6.5",
- "vite-plugin-style-import": "^1.1.1",
- "vite-plugin-windicss": "^1.2.7",
+ "vite-plugin-style-import": "^1.2.1",
+ "vite-plugin-windicss": "^1.3.0",
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 476c0c24..19debb06 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -3,15 +3,15 @@ lockfileVersion: 5.3
specifiers:
'@commitlint/cli': ^13.1.0
'@commitlint/config-conventional': ^13.1.0
- '@iconify/json': ^1.1.392
+ '@iconify/json': ^1.1.393
'@types/chroma-js': ^2.1.3
'@types/nprogress': ^0.2.0
'@types/qs': ^6.9.7
'@types/smoothscroll-polyfill': ^0.3.1
- '@typescript-eslint/eslint-plugin': ^4.29.2
- '@typescript-eslint/parser': ^4.29.2
- '@vitejs/plugin-vue': ^1.4.0
- '@vue/compiler-sfc': ^3.2.4
+ '@typescript-eslint/eslint-plugin': ^4.29.3
+ '@typescript-eslint/parser': ^4.29.3
+ '@vitejs/plugin-vue': ^1.6.0
+ '@vue/compiler-sfc': ^3.2.6
'@vue/eslint-config-prettier': ^6.0.0
'@vue/eslint-config-typescript': ^7.0.0
'@vueuse/core': ^6.0.0
@@ -25,41 +25,40 @@ specifiers:
eslint: ^7.32.0
eslint-config-airbnb-base: ^14.2.1
eslint-config-prettier: ^8.3.0
- eslint-plugin-import: ^2.24.1
+ eslint-plugin-import: ^2.24.2
eslint-plugin-prettier: ^3.4.1
eslint-plugin-vue: ^7.16.0
form-data: ^4.0.0
- husky: ^7.0.1
+ husky: ^7.0.2
lint-staged: ^11.1.2
- naive-ui: ^2.16.5
+ naive-ui: ^2.16.6
nprogress: ^0.2.0
patch-package: ^6.4.7
pinia: ^2.0.0-rc.4
postinstall-postinstall: ^2.1.0
prettier: ^2.3.2
qs: ^6.10.1
- sass: ^1.38.0
+ sass: ^1.38.1
smoothscroll-polyfill: ^0.4.4
typescript: ^4.3.5
- vite: ^2.5.0
+ vite: ^2.5.1
vite-plugin-components: ^0.13.2
vite-plugin-html: ^2.1.0
vite-plugin-icons: ^0.6.5
- vite-plugin-style-import: ^1.1.1
- vite-plugin-windicss: ^1.2.7
+ vite-plugin-style-import: ^1.2.1
+ vite-plugin-windicss: ^1.3.0
vue: ^3.2.4
vue-router: ^4.0.11
vue-tsc: ^0.3.0
windicss: ^3.1.7
dependencies:
- '@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3
'@vueuse/core': registry.nlark.com/@vueuse/core/6.0.0_vue@3.2.4
axios: 0.21.1
chroma-js: registry.nlark.com/chroma-js/2.1.2
dayjs: registry.nlark.com/dayjs/1.10.6
form-data: 4.0.0
- naive-ui: registry.nlark.com/naive-ui/2.16.5_vue@3.2.4
+ naive-ui: registry.nlark.com/naive-ui/2.16.6_vue@3.2.4
nprogress: 0.2.0
pinia: registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.3.5+vue@3.2.4
qs: 6.10.1
@@ -70,44 +69,49 @@ dependencies:
devDependencies:
'@commitlint/cli': registry.nlark.com/@commitlint/cli/13.1.0
'@commitlint/config-conventional': registry.nlark.com/@commitlint/config-conventional/13.1.0
- '@iconify/json': registry.nlark.com/@iconify/json/1.1.392
+ '@iconify/json': registry.nlark.com/@iconify/json/1.1.393
+ '@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3
'@types/nprogress': registry.nlark.com/@types/nprogress/0.2.0
'@types/qs': registry.nlark.com/@types/qs/6.9.7
'@types/smoothscroll-polyfill': registry.nlark.com/@types/smoothscroll-polyfill/0.3.1
- '@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.2_b01b7137116ac50f0745961d9cf72d34
- '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.2_eslint@7.32.0+typescript@4.3.5
- '@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.4.0_@vue+compiler-sfc@3.2.4
- '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.4
+ '@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d
+ '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
+ '@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.0_@vue+compiler-sfc@3.2.6
+ '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
'@vue/eslint-config-prettier': 6.0.0_d2db54262204ddabce28100aff0e004d
- '@vue/eslint-config-typescript': 7.0.0_e8eb8dffdbf6a8317d57bb352453a700
+ '@vue/eslint-config-typescript': 7.0.0_46052b2886b4f72a4b4fb9c375d24c4f
commitizen: registry.nlark.com/commitizen/4.2.4
cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0
cz-customizable: registry.nlark.com/cz-customizable/6.3.0
dotenv: registry.nlark.com/dotenv/10.0.0
eslint: registry.nlark.com/eslint/7.32.0
- eslint-config-airbnb-base: 14.2.1_dd24990a2f914d6f3397930dfc8171b2
+ eslint-config-airbnb-base: 14.2.1_b7a4de75e7d0094cbe979e30a9a325ab
eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0
- eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.1_eslint@7.32.0
+ eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0
eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/3.4.1_5a48a349ffec60f5257b5f148f5199c3
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.16.0_eslint@7.32.0
- husky: registry.nlark.com/husky/7.0.1
+ husky: registry.nlark.com/husky/7.0.2
lint-staged: registry.nlark.com/lint-staged/11.1.2
patch-package: registry.nlark.com/patch-package/6.4.7
postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0
prettier: registry.nlark.com/prettier/2.3.2
- sass: registry.nlark.com/sass/1.38.0
+ sass: registry.nlark.com/sass/1.38.1
typescript: registry.nlark.com/typescript/4.3.5
- vite: registry.nlark.com/vite/2.5.0
- vite-plugin-components: registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.0
- vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.0
- vite-plugin-icons: registry.nlark.com/vite-plugin-icons/0.6.5_927b6aa92e35a8f1cb1822fc1487e830
- vite-plugin-style-import: registry.nlark.com/vite-plugin-style-import/1.1.1_vite@2.5.0
- vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.2.7_vite@2.5.0
+ vite: registry.nlark.com/vite/2.5.1
+ vite-plugin-components: registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.1
+ vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.1
+ vite-plugin-icons: registry.nlark.com/vite-plugin-icons/0.6.5_346cae4599d96836b777e6b3520c90a2
+ vite-plugin-style-import: registry.nlark.com/vite-plugin-style-import/1.2.1_vite@2.5.1
+ vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.3.5+vite@2.5.1
vue-tsc: registry.nlark.com/vue-tsc/0.3.0_typescript@4.3.5
windicss: registry.nlark.com/windicss/3.1.7
packages:
+ /@types/json5/0.0.29:
+ resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=, tarball: '@types/json5/download/@types/json5-0.0.29.tgz'}
+ dev: true
+
/@vue/eslint-config-prettier/6.0.0_d2db54262204ddabce28100aff0e004d:
resolution: {integrity: sha1-rVkSswj0rkaEWOAqKwXbC50kZwA=, tarball: '@vue/eslint-config-prettier/download/@vue/eslint-config-prettier-6.0.0.tgz'}
peerDependencies:
@@ -121,7 +125,7 @@ packages:
prettier: registry.nlark.com/prettier/2.3.2
dev: true
- /@vue/eslint-config-typescript/7.0.0_e8eb8dffdbf6a8317d57bb352453a700:
+ /@vue/eslint-config-typescript/7.0.0_46052b2886b4f72a4b4fb9c375d24c4f:
resolution: {integrity: sha1-Igxwwu33olPnOSmFJfTUAbjvADg=, tarball: '@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-7.0.0.tgz'}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -130,8 +134,8 @@ packages:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
eslint-plugin-vue: ^5.2.3 || ^6.0.0 || ^7.0.0
dependencies:
- '@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.2_b01b7137116ac50f0745961d9cf72d34
- '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.2_eslint@7.32.0+typescript@4.3.5
+ '@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d
+ '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
eslint: registry.nlark.com/eslint/7.32.0
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.16.0_eslint@7.32.0
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0
@@ -190,6 +194,10 @@ packages:
resolution: {integrity: sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=, tarball: ansi-regex/download/ansi-regex-5.0.0.tgz?cache=0&sync_timestamp=1618554239243&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-regex%2Fdownload%2Fansi-regex-5.0.0.tgz}
engines: {node: '>=8'}
+ /any-promise/1.3.0:
+ resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=, tarball: any-promise/download/any-promise-1.3.0.tgz}
+ dev: true
+
/anymatch/3.1.2:
resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, tarball: anymatch/download/anymatch-3.1.2.tgz?cache=0&sync_timestamp=1617748091214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fanymatch%2Fdownload%2Fanymatch-3.1.2.tgz}
engines: {node: '>= 8'}
@@ -246,6 +254,8 @@ packages:
resolution: {integrity: sha1-IlY0gZYvTWvemnbVFu8OXTwJsrg=, tarball: axios/download/axios-0.21.1.tgz}
dependencies:
follow-redirects: registry.nlark.com/follow-redirects/1.14.2
+ transitivePeerDependencies:
+ - debug
dev: false
/balanced-match/1.0.2:
@@ -335,7 +345,10 @@ packages:
resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, tarball: color-convert/download/color-convert-2.0.1.tgz}
engines: {node: '>=7.0.0'}
dependencies:
- color-name: registry.nlark.com/color-name/1.1.4
+ color-name: 1.1.4
+
+ /color-name/1.1.4:
+ resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, tarball: color-name/download/color-name-1.1.4.tgz}
/combined-stream/1.0.8:
resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=, tarball: combined-stream/download/combined-stream-1.0.8.tgz}
@@ -565,7 +578,7 @@ packages:
engines: {node: '>=10'}
dev: true
- /eslint-config-airbnb-base/14.2.1_dd24990a2f914d6f3397930dfc8171b2:
+ /eslint-config-airbnb-base/14.2.1_b7a4de75e7d0094cbe979e30a9a325ab:
resolution: {integrity: sha1-ii6zhFXcWjElUBk7MZza7vBCzR4=, tarball: eslint-config-airbnb-base/download/eslint-config-airbnb-base-14.2.1.tgz}
engines: {node: '>= 6'}
peerDependencies:
@@ -574,7 +587,7 @@ packages:
dependencies:
confusing-browser-globals: registry.nlark.com/confusing-browser-globals/1.0.10
eslint: registry.nlark.com/eslint/7.32.0
- eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.1_eslint@7.32.0
+ eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0
object.assign: 4.1.2
object.entries: registry.nlark.com/object.entries/1.1.4
dev: true
@@ -651,7 +664,7 @@ packages:
resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=, tarball: find-up/download/find-up-2.1.0.tgz}
engines: {node: '>=4'}
dependencies:
- locate-path: 2.0.0
+ locate-path: registry.nlark.com/locate-path/2.0.0
dev: true
/find-up/4.1.0:
@@ -729,7 +742,7 @@ packages:
resolution: {integrity: sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=, tarball: get-intrinsic/download/get-intrinsic-1.1.1.tgz}
dependencies:
function-bind: 1.1.1
- has: 1.0.3
+ has: registry.nlark.com/has/1.0.3
has-symbols: 1.0.2
/get-own-enumerable-property-symbols/3.0.2:
@@ -798,12 +811,6 @@ packages:
resolution: {integrity: sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM=, tarball: has-symbols/download/has-symbols-1.0.2.tgz}
engines: {node: '>= 0.4'}
- /has/1.0.3:
- resolution: {integrity: sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=, tarball: has/download/has-1.0.3.tgz}
- engines: {node: '>= 0.4.0'}
- dependencies:
- function-bind: 1.1.1
-
/hash-sum/2.0.0:
resolution: {integrity: sha1-gdAbtd6OpKIUrV1urRtSNGCwtFo=, tarball: hash-sum/download/hash-sum-2.0.0.tgz}
dev: true
@@ -875,6 +882,13 @@ packages:
engines: {node: '>= 4'}
dev: true
+ /import-cwd/3.0.0:
+ resolution: {integrity: sha1-IIRVR3GAFRJuqbNna3WS+4vUz5I=, tarball: import-cwd/download/import-cwd-3.0.0.tgz}
+ engines: {node: '>=8'}
+ dependencies:
+ import-from: registry.nlark.com/import-from/3.0.0
+ dev: true
+
/import-fresh/3.3.0:
resolution: {integrity: sha1-NxYsJfy566oublPVtNiM4X2eDCs=, tarball: import-fresh/download/import-fresh-3.3.0.tgz}
engines: {node: '>=6'}
@@ -1045,14 +1059,6 @@ packages:
minimist: 1.2.5
dev: true
- /json5/2.2.0:
- resolution: {integrity: sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM=, tarball: json5/download/json5-2.2.0.tgz}
- engines: {node: '>=6'}
- hasBin: true
- dependencies:
- minimist: 1.2.5
- dev: true
-
/jsonc-parser/2.3.1:
resolution: {integrity: sha1-WVSRULEz8u+sykj+nOHsBlmvI0I=, tarball: jsonc-parser/download/jsonc-parser-2.3.1.tgz}
dev: true
@@ -1097,14 +1103,6 @@ packages:
resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=, tarball: lines-and-columns/download/lines-and-columns-1.1.6.tgz}
dev: true
- /locate-path/2.0.0:
- resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, tarball: locate-path/download/locate-path-2.0.0.tgz}
- engines: {node: '>=4'}
- dependencies:
- p-locate: 2.0.0
- path-exists: registry.nlark.com/path-exists/3.0.0
- dev: true
-
/locate-path/5.0.0:
resolution: {integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=, tarball: locate-path/download/locate-path-5.0.0.tgz}
engines: {node: '>=8'}
@@ -1119,10 +1117,6 @@ packages:
p-locate: 5.0.0
dev: true
- /lodash-es/4.17.21:
- resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, tarball: lodash-es/download/lodash-es-4.17.21.tgz}
- dev: false
-
/lodash.camelcase/4.3.0:
resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=, tarball: lodash.camelcase/download/lodash.camelcase-4.3.0.tgz}
dev: true
@@ -1169,12 +1163,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /lower-case/2.0.2:
- resolution: {integrity: sha1-b6I3xj29xKgsoP2ILkci3F5jTig=, tarball: lower-case/download/lower-case-2.0.2.tgz}
- dependencies:
- tslib: registry.nlark.com/tslib/2.3.1
- dev: true
-
/lru-cache/5.1.1:
resolution: {integrity: sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=, tarball: lru-cache/download/lru-cache-5.1.1.tgz}
dependencies:
@@ -1260,22 +1248,22 @@ packages:
minimist: 1.2.5
dev: true
- /ms/2.0.0:
- resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, tarball: ms/download/ms-2.0.0.tgz}
- dev: true
-
/ms/2.1.2:
resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, tarball: ms/download/ms-2.1.2.tgz}
dev: true
- /ms/2.1.3:
- resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, tarball: ms/download/ms-2.1.3.tgz}
- dev: true
-
/mute-stream/0.0.7:
resolution: {integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=, tarball: mute-stream/download/mute-stream-0.0.7.tgz}
dev: true
+ /mz/2.7.0:
+ resolution: {integrity: sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=, tarball: mz/download/mz-2.7.0.tgz}
+ dependencies:
+ any-promise: 1.3.0
+ object-assign: 4.1.1
+ thenify-all: 1.6.0
+ dev: true
+
/natural-compare/1.4.0:
resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=, tarball: natural-compare/download/natural-compare-1.4.0.tgz}
dev: true
@@ -1287,10 +1275,15 @@ packages:
/no-case/3.0.4:
resolution: {integrity: sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=, tarball: no-case/download/no-case-3.0.4.tgz}
dependencies:
- lower-case: 2.0.2
+ lower-case: registry.nlark.com/lower-case/2.0.2
tslib: registry.nlark.com/tslib/2.3.1
dev: true
+ /node-modules-regexp/1.0.0:
+ resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=, tarball: node-modules-regexp/download/node-modules-regexp-1.0.0.tgz}
+ engines: {node: '>=0.10.0'}
+ dev: true
+
/normalize-path/3.0.0:
resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=, tarball: normalize-path/download/normalize-path-3.0.0.tgz}
engines: {node: '>=0.10.0'}
@@ -1364,13 +1357,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /p-locate/2.0.0:
- resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=, tarball: p-locate/download/p-locate-2.0.0.tgz}
- engines: {node: '>=4'}
- dependencies:
- p-limit: registry.nlark.com/p-limit/1.3.0
- dev: true
-
/p-locate/4.1.0:
resolution: {integrity: sha1-o0KLtwiLOmApL2aRkni3wpetTwc=, tarball: p-locate/download/p-locate-4.1.0.tgz}
engines: {node: '>=8'}
@@ -1472,6 +1458,13 @@ packages:
engines: {node: '>=4'}
dev: true
+ /pirates/4.0.1:
+ resolution: {integrity: sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=, tarball: pirates/download/pirates-4.0.1.tgz}
+ engines: {node: '>= 6'}
+ dependencies:
+ node-modules-regexp: 1.0.0
+ dev: true
+
/pkg-up/2.0.0:
resolution: {integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8=, tarball: pkg-up/download/pkg-up-2.0.0.tgz}
engines: {node: '>=4'}
@@ -1995,6 +1988,19 @@ packages:
resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=, tarball: text-table/download/text-table-0.2.0.tgz}
dev: true
+ /thenify-all/1.6.0:
+ resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=, tarball: thenify-all/download/thenify-all-1.6.0.tgz}
+ engines: {node: '>=0.8'}
+ dependencies:
+ thenify: 3.3.1
+ dev: true
+
+ /thenify/3.3.1:
+ resolution: {integrity: sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=, tarball: thenify/download/thenify-3.3.1.tgz}
+ dependencies:
+ any-promise: 1.3.0
+ dev: true
+
/through2/4.0.2:
resolution: {integrity: sha1-p846wqeosLlmyA58SfBITDsjl2Q=, tarball: through2/download/through2-4.0.2.tgz}
dependencies:
@@ -2015,6 +2021,11 @@ packages:
is-number: 7.0.0
dev: true
+ /tree-kill/1.2.2:
+ resolution: {integrity: sha1-TKCakJLIi3OnzcXooBtQeweQoMw=, tarball: tree-kill/download/tree-kill-1.2.2.tgz}
+ hasBin: true
+ dev: true
+
/trim-off-newlines/1.0.1:
resolution: {integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM=, tarball: trim-off-newlines/download/trim-off-newlines-1.0.1.tgz}
engines: {node: '>=0.10.0'}
@@ -2485,10 +2496,10 @@ packages:
version: 1.0.10
dev: true
- registry.nlark.com/@iconify/json/1.1.392:
- resolution: {integrity: sha1-Vin3qlzYDrycMkZ645xgCtma7Gg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.392.tgz}
+ registry.nlark.com/@iconify/json/1.1.393:
+ resolution: {integrity: sha1-ElpbG1ONQ4o6uY3Yt21KCawBbDY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.393.tgz}
name: '@iconify/json'
- version: 1.1.392
+ version: 1.1.393
dev: true
registry.nlark.com/@jest/types/26.6.2:
@@ -2545,22 +2556,22 @@ packages:
resolution: {integrity: sha1-CwPXN/8o+tEOuITgxs7dX/3Eugo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/chroma-js/download/@types/chroma-js-2.1.3.tgz}
name: '@types/chroma-js'
version: 2.1.3
- dev: false
+ dev: true
registry.nlark.com/@types/estree/0.0.48:
- resolution: {integrity: sha1-GNyAkbKF35DbLyWqfZBs/DlLf3Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/estree/download/@types/estree-0.0.48.tgz}
+ resolution: {integrity: sha1-GNyAkbKF35DbLyWqfZBs/DlLf3Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/estree/download/@types/estree-0.0.48.tgz?cache=0&sync_timestamp=1629708156183&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Festree%2Fdownload%2F%40types%2Festree-0.0.48.tgz}
name: '@types/estree'
version: 0.0.48
dev: true
registry.nlark.com/@types/istanbul-lib-coverage/2.0.3:
- resolution: {integrity: sha1-S6jdtyAiH0MuRDvV+RF/0iz9R2I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz}
+ resolution: {integrity: sha1-S6jdtyAiH0MuRDvV+RF/0iz9R2I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz?cache=0&sync_timestamp=1629708379718&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-lib-coverage%2Fdownload%2F%40types%2Fistanbul-lib-coverage-2.0.3.tgz}
name: '@types/istanbul-lib-coverage'
version: 2.0.3
dev: false
registry.nlark.com/@types/istanbul-lib-report/3.0.0:
- resolution: {integrity: sha1-wUwk8Y6oGQwRjudWK3/5mjZVJoY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz}
+ resolution: {integrity: sha1-wUwk8Y6oGQwRjudWK3/5mjZVJoY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz?cache=0&sync_timestamp=1629708378800&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-lib-report%2Fdownload%2F%40types%2Fistanbul-lib-report-3.0.0.tgz}
name: '@types/istanbul-lib-report'
version: 3.0.0
dependencies:
@@ -2568,7 +2579,7 @@ packages:
dev: false
registry.nlark.com/@types/istanbul-reports/3.0.1:
- resolution: {integrity: sha1-kVP+mLuivVZaY63ZQ21vDX+EaP8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.1.tgz}
+ resolution: {integrity: sha1-kVP+mLuivVZaY63ZQ21vDX+EaP8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.1.tgz?cache=0&sync_timestamp=1629708378292&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-reports%2Fdownload%2F%40types%2Fistanbul-reports-3.0.1.tgz}
name: '@types/istanbul-reports'
version: 3.0.1
dependencies:
@@ -2599,7 +2610,7 @@ packages:
dev: false
registry.nlark.com/@types/lodash/4.14.172:
- resolution: {integrity: sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz}
+ resolution: {integrity: sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz?cache=0&sync_timestamp=1629708569127&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.172.tgz}
name: '@types/lodash'
version: 4.14.172
dev: false
@@ -2665,7 +2676,7 @@ packages:
dev: true
registry.nlark.com/@types/yargs-parser/20.2.1:
- resolution: {integrity: sha1-O5ziSJkZ2eT+pDm3aRarw0st8Sk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs-parser/download/@types/yargs-parser-20.2.1.tgz}
+ resolution: {integrity: sha1-O5ziSJkZ2eT+pDm3aRarw0st8Sk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs-parser/download/@types/yargs-parser-20.2.1.tgz?cache=0&sync_timestamp=1629767772138&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fyargs-parser%2Fdownload%2F%40types%2Fyargs-parser-20.2.1.tgz}
name: '@types/yargs-parser'
version: 20.2.1
dev: false
@@ -2678,11 +2689,11 @@ packages:
'@types/yargs-parser': registry.nlark.com/@types/yargs-parser/20.2.1
dev: false
- registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.2_b01b7137116ac50f0745961d9cf72d34:
- resolution: {integrity: sha1-9U3AoyuPYcYCSrh1XaBTY7czg40=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.29.2.tgz}
- id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.2
+ registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d:
+ resolution: {integrity: sha1-lcuAKai9i9nH9KuVB0p8shFa3vo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.29.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.29.3.tgz}
+ id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3
name: '@typescript-eslint/eslint-plugin'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
@@ -2692,9 +2703,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.29.2_eslint@7.32.0+typescript@4.3.5
- '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.2_eslint@7.32.0+typescript@4.3.5
- '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.2
+ '@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.3.5
+ '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
+ '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
debug: registry.nlark.com/debug/4.3.2
eslint: registry.nlark.com/eslint/7.32.0
functional-red-black-tree: 1.0.1
@@ -2706,19 +2717,19 @@ packages:
- supports-color
dev: true
- registry.nlark.com/@typescript-eslint/experimental-utils/4.29.2_eslint@7.32.0+typescript@4.3.5:
- resolution: {integrity: sha1-X2f7XFdX7yyzvmSBdGi6NcnU47c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.29.2.tgz}
- id: registry.nlark.com/@typescript-eslint/experimental-utils/4.29.2
+ registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.3.5:
+ resolution: {integrity: sha1-UuQ3ponM3vc+g8UQazQkCnBvFeE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.29.3.tgz}
+ id: registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3
name: '@typescript-eslint/experimental-utils'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': registry.nlark.com/@types/json-schema/7.0.9
- '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.2
- '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.2
- '@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.2_typescript@4.3.5
+ '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
+ '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
+ '@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5
eslint: registry.nlark.com/eslint/7.32.0
eslint-scope: registry.nlark.com/eslint-scope/5.1.1
eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@7.32.0
@@ -2727,11 +2738,11 @@ packages:
- typescript
dev: true
- registry.nlark.com/@typescript-eslint/parser/4.29.2_eslint@7.32.0+typescript@4.3.5:
- resolution: {integrity: sha1-HHdE9MJ663RhDJVdPc6SUOlcNwo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.29.2.tgz}
- id: registry.nlark.com/@typescript-eslint/parser/4.29.2
+ registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5:
+ resolution: {integrity: sha1-KsJVNfNMDpj1DA5rKMZ5wjV9RfI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.29.3.tgz?cache=0&sync_timestamp=1629739149421&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.29.3.tgz}
+ id: registry.nlark.com/@typescript-eslint/parser/4.29.3
name: '@typescript-eslint/parser'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
@@ -2740,9 +2751,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.2
- '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.2
- '@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.2_typescript@4.3.5
+ '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
+ '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
+ '@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5
debug: registry.nlark.com/debug/4.3.2
eslint: registry.nlark.com/eslint/7.32.0
typescript: registry.nlark.com/typescript/4.3.5
@@ -2750,28 +2761,28 @@ packages:
- supports-color
dev: true
- registry.nlark.com/@typescript-eslint/scope-manager/4.29.2:
- resolution: {integrity: sha1-RCsPAp2YH6QClCcVsXGKx/zVqhs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.29.2.tgz}
+ registry.nlark.com/@typescript-eslint/scope-manager/4.29.3:
+ resolution: {integrity: sha1-SX3sZvOiLkWfbjBs8UAh5A7Ibhk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.29.3.tgz}
name: '@typescript-eslint/scope-manager'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.2
- '@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.29.2
+ '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
+ '@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.29.3
dev: true
- registry.nlark.com/@typescript-eslint/types/4.29.2:
- resolution: {integrity: sha1-/ASJxriXc/mRCfsKoKrd/yH1L80=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.29.2.tgz}
+ registry.nlark.com/@typescript-eslint/types/4.29.3:
+ resolution: {integrity: sha1-15gMSa72Q9CviVTJ8U9la3/RYBc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.29.3.tgz}
name: '@typescript-eslint/types'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: true
- registry.nlark.com/@typescript-eslint/typescript-estree/4.29.2_typescript@4.3.5:
- resolution: {integrity: sha1-oOqLmLJ0rbsldxALpUXd+L99whk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.29.2.tgz}
- id: registry.nlark.com/@typescript-eslint/typescript-estree/4.29.2
+ registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5:
+ resolution: {integrity: sha1-G6+tYQAVxN7TXIWnC2Ii+q1Zi0A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.29.3.tgz}
+ id: registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3
name: '@typescript-eslint/typescript-estree'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
@@ -2779,8 +2790,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.2
- '@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.29.2
+ '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
+ '@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.29.3
debug: registry.nlark.com/debug/4.3.2
globby: registry.nlark.com/globby/11.0.4
is-glob: 4.0.1
@@ -2791,26 +2802,26 @@ packages:
- supports-color
dev: true
- registry.nlark.com/@typescript-eslint/visitor-keys/4.29.2:
- resolution: {integrity: sha1-0tpzQfNRlIb1BlUVn05ezcss0d8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.29.2.tgz}
+ registry.nlark.com/@typescript-eslint/visitor-keys/4.29.3:
+ resolution: {integrity: sha1-xpF2CgC9hr+DINKpCpPYbTIvGr8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.29.3.tgz}
name: '@typescript-eslint/visitor-keys'
- version: 4.29.2
+ version: 4.29.3
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.2
+ '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0
dev: true
- registry.nlark.com/@vitejs/plugin-vue/1.4.0_@vue+compiler-sfc@3.2.4:
- resolution: {integrity: sha1-lirgG3/RatQAeJjGTtY5E24SIVs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.4.0.tgz}
- id: registry.nlark.com/@vitejs/plugin-vue/1.4.0
+ registry.nlark.com/@vitejs/plugin-vue/1.6.0_@vue+compiler-sfc@3.2.6:
+ resolution: {integrity: sha1-5VWOIMIOkJjNW9ZbmQH9zSw1SYM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.6.0.tgz}
+ id: registry.nlark.com/@vitejs/plugin-vue/1.6.0
name: '@vitejs/plugin-vue'
- version: 1.4.0
+ version: 1.6.0
engines: {node: '>=12.0.0'}
peerDependencies:
- '@vue/compiler-sfc': ^3.0.8
+ '@vue/compiler-sfc': ^3.2.6
dependencies:
- '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.4
+ '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
dev: true
registry.nlark.com/@volar/code-gen/0.27.3:
@@ -2883,6 +2894,18 @@ packages:
estree-walker: 2.0.2
source-map: 0.6.1
+ registry.nlark.com/@vue/compiler-core/3.2.6:
+ resolution: {integrity: sha1-cWK7BnAnPwRWavDTUwCRh6tXeRU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.6.tgz}
+ name: '@vue/compiler-core'
+ version: 3.2.6
+ dependencies:
+ '@babel/parser': registry.nlark.com/@babel/parser/7.15.3
+ '@babel/types': registry.nlark.com/@babel/types/7.15.0
+ '@vue/shared': registry.nlark.com/@vue/shared/3.2.6
+ estree-walker: 2.0.2
+ source-map: 0.6.1
+ dev: true
+
registry.nlark.com/@vue/compiler-dom/3.2.4:
resolution: {integrity: sha1-OkPeJD66Enq75X55aguWnS33jAg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.4.tgz}
name: '@vue/compiler-dom'
@@ -2891,6 +2914,15 @@ packages:
'@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.4
'@vue/shared': registry.nlark.com/@vue/shared/3.2.4
+ registry.nlark.com/@vue/compiler-dom/3.2.6:
+ resolution: {integrity: sha1-N2TX/hppbjn7KjydY42gdJ42my0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.6.tgz}
+ name: '@vue/compiler-dom'
+ version: 3.2.6
+ dependencies:
+ '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.6
+ '@vue/shared': registry.nlark.com/@vue/shared/3.2.6
+ dev: true
+
registry.nlark.com/@vue/compiler-sfc/3.2.4:
resolution: {integrity: sha1-mAeGjMlQKR8WPDkwqBuxbocN8Jc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.4.tgz}
name: '@vue/compiler-sfc'
@@ -2915,6 +2947,31 @@ packages:
source-map: 0.6.1
dev: true
+ registry.nlark.com/@vue/compiler-sfc/3.2.6:
+ resolution: {integrity: sha1-1qt0EM/1cIGrYnsVoepRoQcsfPE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.6.tgz}
+ name: '@vue/compiler-sfc'
+ version: 3.2.6
+ dependencies:
+ '@babel/parser': registry.nlark.com/@babel/parser/7.15.3
+ '@babel/types': registry.nlark.com/@babel/types/7.15.0
+ '@types/estree': registry.nlark.com/@types/estree/0.0.48
+ '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.6
+ '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.6
+ '@vue/compiler-ssr': registry.nlark.com/@vue/compiler-ssr/3.2.6
+ '@vue/ref-transform': registry.nlark.com/@vue/ref-transform/3.2.6
+ '@vue/shared': registry.nlark.com/@vue/shared/3.2.6
+ consolidate: 0.16.0
+ estree-walker: 2.0.2
+ hash-sum: 2.0.0
+ lru-cache: 5.1.1
+ magic-string: 0.25.7
+ merge-source-map: 1.1.0
+ postcss: registry.nlark.com/postcss/8.3.6
+ postcss-modules: registry.nlark.com/postcss-modules/4.2.2_postcss@8.3.6
+ postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6
+ source-map: 0.6.1
+ dev: true
+
registry.nlark.com/@vue/compiler-ssr/3.2.4:
resolution: {integrity: sha1-vlHyGcIEKz5TA3PmC8Emraa7HMA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.4.tgz}
name: '@vue/compiler-ssr'
@@ -2924,6 +2981,15 @@ packages:
'@vue/shared': registry.nlark.com/@vue/shared/3.2.4
dev: true
+ registry.nlark.com/@vue/compiler-ssr/3.2.6:
+ resolution: {integrity: sha1-ytzxmYWfoAc59CdbTIWXDksKvn0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.6.tgz}
+ name: '@vue/compiler-ssr'
+ version: 3.2.6
+ dependencies:
+ '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.6
+ '@vue/shared': registry.nlark.com/@vue/shared/3.2.6
+ dev: true
+
registry.nlark.com/@vue/devtools-api/6.0.0-beta.15:
resolution: {integrity: sha1-rXyzhOBi8WW8+cg3MhJb/7wq2D0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.15.tgz}
name: '@vue/devtools-api'
@@ -2937,6 +3003,18 @@ packages:
dependencies:
'@vue/shared': registry.nlark.com/@vue/shared/3.2.4
+ registry.nlark.com/@vue/ref-transform/3.2.6:
+ resolution: {integrity: sha1-MLXx+nfa+YlLwj5qWg41hqSnlrg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/ref-transform/download/@vue/ref-transform-3.2.6.tgz}
+ name: '@vue/ref-transform'
+ version: 3.2.6
+ dependencies:
+ '@babel/parser': registry.nlark.com/@babel/parser/7.15.3
+ '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.6
+ '@vue/shared': registry.nlark.com/@vue/shared/3.2.6
+ estree-walker: 2.0.2
+ magic-string: 0.25.7
+ dev: true
+
registry.nlark.com/@vue/runtime-core/3.2.4:
resolution: {integrity: sha1-2l3ePcHkjfmd0x6pqXL1wCrNw/U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.4.tgz}
name: '@vue/runtime-core'
@@ -2961,6 +3039,12 @@ packages:
name: '@vue/shared'
version: 3.2.4
+ registry.nlark.com/@vue/shared/3.2.6:
+ resolution: {integrity: sha1-LCK66I/it7WfpoqcnEzWC64sF5Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.6.tgz}
+ name: '@vue/shared'
+ version: 3.2.6
+ dev: true
+
registry.nlark.com/@vueuse/core/6.0.0_vue@3.2.4:
resolution: {integrity: sha1-67atOAaCrcbH1sO+Tz5AA1Q4Rf0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/core/download/@vueuse/core-6.0.0.tgz}
id: registry.nlark.com/@vueuse/core/6.0.0
@@ -2998,25 +3082,30 @@ packages:
vue-demi: registry.nlark.com/vue-demi/0.11.3_vue@3.2.4
dev: false
- registry.nlark.com/@windicss/config/1.2.7:
- resolution: {integrity: sha1-xwvefeJyV096M+uaHX+Avb/+SLo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.2.7.tgz}
+ registry.nlark.com/@windicss/config/1.3.0_typescript@4.3.5:
+ resolution: {integrity: sha1-l1Lp70Q9t9CKIsPfdks8tKZV61g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.3.0.tgz}
+ id: registry.nlark.com/@windicss/config/1.3.0
name: '@windicss/config'
- version: 1.2.7
+ version: 1.3.0
dependencies:
debug: registry.nlark.com/debug/4.3.2
jiti: registry.nlark.com/jiti/1.11.0
+ tsup: registry.nlark.com/tsup/4.14.0_typescript@4.3.5
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
+ - ts-node
+ - typescript
dev: true
- registry.nlark.com/@windicss/plugin-utils/1.2.7:
- resolution: {integrity: sha1-qixXH2ZgDOLJFsnEfv6Or7IpkIw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.2.7.tgz}
+ registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.3.5:
+ resolution: {integrity: sha1-Fl6iA2E9AwgjTt0YRI9NqH7E7h0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.3.0.tgz}
+ id: registry.nlark.com/@windicss/plugin-utils/1.3.0
name: '@windicss/plugin-utils'
- version: 1.2.7
+ version: 1.3.0
dependencies:
'@antfu/utils': registry.nlark.com/@antfu/utils/0.2.4
- '@windicss/config': registry.nlark.com/@windicss/config/1.2.7
+ '@windicss/config': registry.nlark.com/@windicss/config/1.3.0_typescript@4.3.5
debug: registry.nlark.com/debug/4.3.2
fast-glob: registry.nlark.com/fast-glob/3.2.7
magic-string: 0.25.7
@@ -3024,6 +3113,8 @@ packages:
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
+ - ts-node
+ - typescript
dev: true
registry.nlark.com/acorn-jsx/5.3.2_acorn@7.4.1:
@@ -3142,6 +3233,13 @@ packages:
version: 1.1.2
dev: true
+ registry.nlark.com/cac/6.7.3:
+ resolution: {integrity: sha1-EEELhhFneZDMLjyLV21HHB1xt2g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cac/download/cac-6.7.3.tgz}
+ name: cac
+ version: 6.7.3
+ engines: {node: '>=8'}
+ dev: true
+
registry.nlark.com/callsites/3.1.0:
resolution: {integrity: sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/callsites/download/callsites-3.1.0.tgz}
name: callsites
@@ -3279,11 +3377,6 @@ packages:
version: 1.1.3
dev: true
- registry.nlark.com/color-name/1.1.4:
- resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz}
- name: color-name
- version: 1.1.4
-
registry.nlark.com/colorette/1.3.0:
resolution: {integrity: sha1-/0XS8O2yRAadO3cq3rBP7TjQoK8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/colorette/download/colorette-1.3.0.tgz?cache=0&sync_timestamp=1628600438560&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.3.0.tgz}
name: colorette
@@ -3436,7 +3529,7 @@ packages:
dev: true
registry.nlark.com/date-fns/2.23.0:
- resolution: {integrity: sha1-TohslBZZrwz3sw+v3R6qN+iHiKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/date-fns/download/date-fns-2.23.0.tgz?cache=0&sync_timestamp=1627020513832&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdate-fns%2Fdownload%2Fdate-fns-2.23.0.tgz}
+ resolution: {integrity: sha1-TohslBZZrwz3sw+v3R6qN+iHiKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/date-fns/download/date-fns-2.23.0.tgz?cache=0&sync_timestamp=1627020489545&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdate-fns%2Fdownload%2Fdate-fns-2.23.0.tgz}
name: date-fns
version: 2.23.0
engines: {node: '>=0.11'}
@@ -3453,7 +3546,7 @@ packages:
name: debug
version: 2.6.9
dependencies:
- ms: 2.0.0
+ ms: registry.nlark.com/ms/2.0.0
dev: true
registry.nlark.com/debug/3.2.7:
@@ -3461,7 +3554,7 @@ packages:
name: debug
version: 3.2.7
dependencies:
- ms: 2.1.3
+ ms: registry.nlark.com/ms/2.1.3
dev: true
registry.nlark.com/debug/4.3.2:
@@ -3649,11 +3742,11 @@ packages:
pkg-dir: registry.nlark.com/pkg-dir/2.0.0
dev: true
- registry.nlark.com/eslint-plugin-import/2.24.1_eslint@7.32.0:
- resolution: {integrity: sha1-ZKuotWehupkh1UZVhuhsSRuOITU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.24.1.tgz}
- id: registry.nlark.com/eslint-plugin-import/2.24.1
+ registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0:
+ resolution: {integrity: sha1-LIzS40HziFkY7ifRhHmRCt57tNo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.24.2.tgz}
+ id: registry.nlark.com/eslint-plugin-import/2.24.2
name: eslint-plugin-import
- version: 2.24.1
+ version: 2.24.2
engines: {node: '>=4'}
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
@@ -3673,7 +3766,7 @@ packages:
pkg-up: 2.0.0
read-pkg-up: 3.0.0
resolve: registry.nlark.com/resolve/1.20.0
- tsconfig-paths: registry.nlark.com/tsconfig-paths/3.10.1
+ tsconfig-paths: registry.nlark.com/tsconfig-paths/3.11.0
dev: true
registry.nlark.com/eslint-plugin-prettier/3.4.1_5a48a349ffec60f5257b5f148f5199c3:
@@ -3957,6 +4050,11 @@ packages:
name: follow-redirects
version: 1.14.2
engines: {node: '>=4.0'}
+ peerDependencies:
+ debug: '*'
+ peerDependenciesMeta:
+ debug:
+ optional: true
dev: false
registry.nlark.com/fs-extra/10.0.0:
@@ -4014,6 +4112,19 @@ packages:
path-is-absolute: 1.0.1
dev: true
+ registry.nlark.com/glob/7.1.6:
+ resolution: {integrity: sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/glob/download/glob-7.1.6.tgz}
+ name: glob
+ version: 7.1.6
+ dependencies:
+ fs.realpath: 1.0.0
+ inflight: 1.0.6
+ inherits: 2.0.4
+ minimatch: 3.0.4
+ once: 1.4.0
+ path-is-absolute: 1.0.1
+ dev: true
+
registry.nlark.com/glob/7.1.7:
resolution: {integrity: sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/glob/download/glob-7.1.7.tgz}
name: glob
@@ -4085,7 +4196,6 @@ packages:
engines: {node: '>= 0.4.0'}
dependencies:
function-bind: 1.1.1
- dev: true
registry.nlark.com/highlight.js/11.2.0:
resolution: {integrity: sha1-p+O4wf3E8FOLk7LcLd1TpAxqsPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/highlight.js/download/highlight.js-11.2.0.tgz}
@@ -4112,10 +4222,10 @@ packages:
engines: {node: '>=10.17.0'}
dev: true
- registry.nlark.com/husky/7.0.1:
- resolution: {integrity: sha1-V59BgLXaRSAmPocTzIMpQrSOHxw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/husky/download/husky-7.0.1.tgz?cache=0&sync_timestamp=1625573798289&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhusky%2Fdownload%2Fhusky-7.0.1.tgz}
+ registry.nlark.com/husky/7.0.2:
+ resolution: {integrity: sha1-IZANoPMBmazKQ6RsBDxK2Erojf8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/husky/download/husky-7.0.2.tgz}
name: husky
- version: 7.0.1
+ version: 7.0.2
engines: {node: '>=12'}
hasBin: true
dev: true
@@ -4129,6 +4239,15 @@ packages:
safer-buffer: 2.1.2
dev: true
+ registry.nlark.com/import-from/3.0.0:
+ resolution: {integrity: sha1-BVz+w4zVon2AV8pRN219O/CJGWY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-from/download/import-from-3.0.0.tgz}
+ name: import-from
+ version: 3.0.0
+ engines: {node: '>=8'}
+ dependencies:
+ resolve-from: 5.0.0
+ dev: true
+
registry.nlark.com/indent-string/4.0.0:
resolution: {integrity: sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/indent-string/download/indent-string-4.0.0.tgz}
name: indent-string
@@ -4313,6 +4432,13 @@ packages:
hasBin: true
dev: true
+ registry.nlark.com/joycon/3.0.1:
+ resolution: {integrity: sha1-kHTJsIzPN6Zyb/dKGEhfhe/K3a8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/joycon/download/joycon-3.0.1.tgz}
+ name: joycon
+ version: 3.0.1
+ engines: {node: '>=10'}
+ dev: true
+
registry.nlark.com/js-tokens/4.0.0:
resolution: {integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz}
name: js-tokens
@@ -4336,6 +4462,13 @@ packages:
graceful-fs: registry.nlark.com/graceful-fs/4.2.8
dev: true
+ registry.nlark.com/lilconfig/2.0.3:
+ resolution: {integrity: sha1-aPMAXpIdr70qKvtIN5mGqm0lef0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lilconfig/download/lilconfig-2.0.3.tgz}
+ name: lilconfig
+ version: 2.0.3
+ engines: {node: '>=10'}
+ dev: true
+
registry.nlark.com/lint-staged/11.1.2:
resolution: {integrity: sha1-TdeHgq5D7m6/KWnK2a9npGszzZA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lint-staged/download/lint-staged-11.1.2.tgz}
name: lint-staged
@@ -4402,6 +4535,30 @@ packages:
json5: 1.0.1
dev: true
+ registry.nlark.com/locate-path/2.0.0:
+ resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-2.0.0.tgz?cache=0&sync_timestamp=1629895855370&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flocate-path%2Fdownload%2Flocate-path-2.0.0.tgz}
+ name: locate-path
+ version: 2.0.0
+ engines: {node: '>=4'}
+ dependencies:
+ p-locate: registry.nlark.com/p-locate/2.0.0
+ path-exists: registry.nlark.com/path-exists/3.0.0
+ dev: true
+
+ registry.nlark.com/lodash-es/4.17.21:
+ resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash-es/download/lodash-es-4.17.21.tgz}
+ name: lodash-es
+ version: 4.17.21
+ dev: false
+
+ registry.nlark.com/lower-case/2.0.2:
+ resolution: {integrity: sha1-b6I3xj29xKgsoP2ILkci3F5jTig=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lower-case/download/lower-case-2.0.2.tgz}
+ name: lower-case
+ version: 2.0.2
+ dependencies:
+ tslib: registry.nlark.com/tslib/2.3.1
+ dev: true
+
registry.nlark.com/meow/8.1.2:
resolution: {integrity: sha1-vL5FvaDuFynTUMA8/8g5WjbE6Jc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/meow/download/meow-8.1.2.tgz}
name: meow
@@ -4453,11 +4610,23 @@ packages:
mime-db: registry.nlark.com/mime-db/1.49.0
dev: false
- registry.nlark.com/naive-ui/2.16.5_vue@3.2.4:
- resolution: {integrity: sha1-Tp5j3RgD3+ipqC0KR9ZvSWgiJSQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.16.5.tgz}
- id: registry.nlark.com/naive-ui/2.16.5
+ registry.nlark.com/ms/2.0.0:
+ resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.0.0.tgz}
+ name: ms
+ version: 2.0.0
+ dev: true
+
+ registry.nlark.com/ms/2.1.3:
+ resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.3.tgz}
+ name: ms
+ version: 2.1.3
+ dev: true
+
+ registry.nlark.com/naive-ui/2.16.6_vue@3.2.4:
+ resolution: {integrity: sha1-FYg/o5NzDANcFGkjEJcc6hL8nBg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.16.6.tgz}
+ id: registry.nlark.com/naive-ui/2.16.6
name: naive-ui
- version: 2.16.5
+ version: 2.16.6
peerDependencies:
vue: ^3.0.0
dependencies:
@@ -4471,7 +4640,7 @@ packages:
evtd: registry.nlark.com/evtd/0.2.2
highlight.js: registry.nlark.com/highlight.js/11.2.0
lodash: 4.17.21
- lodash-es: 4.17.21
+ lodash-es: registry.nlark.com/lodash-es/4.17.21
seemly: registry.nlark.com/seemly/0.3.1
treemate: registry.nlark.com/treemate/0.3.1
vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.4
@@ -4583,6 +4752,15 @@ packages:
yocto-queue: registry.nlark.com/yocto-queue/0.1.0
dev: true
+ registry.nlark.com/p-locate/2.0.0:
+ resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-locate/download/p-locate-2.0.0.tgz?cache=0&sync_timestamp=1629892988741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-locate%2Fdownload%2Fp-locate-2.0.0.tgz}
+ name: p-locate
+ version: 2.0.0
+ engines: {node: '>=4'}
+ dependencies:
+ p-limit: registry.nlark.com/p-limit/1.3.0
+ dev: true
+
registry.nlark.com/p-map/4.0.0:
resolution: {integrity: sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-map/download/p-map-4.0.0.tgz}
name: p-map
@@ -4687,6 +4865,22 @@ packages:
find-up: 2.1.0
dev: true
+ registry.nlark.com/postcss-load-config/3.1.0:
+ resolution: {integrity: sha1-05xHCRxK7Df1AnI3OmpkjvXpeCk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-load-config/download/postcss-load-config-3.1.0.tgz}
+ name: postcss-load-config
+ version: 3.1.0
+ engines: {node: '>= 10'}
+ peerDependencies:
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ ts-node:
+ optional: true
+ dependencies:
+ import-cwd: 3.0.0
+ lilconfig: registry.nlark.com/lilconfig/2.0.3
+ yaml: registry.nlark.com/yaml/1.10.2
+ dev: true
+
registry.nlark.com/postcss-modules-local-by-default/4.0.0_postcss@8.3.6:
resolution: {integrity: sha1-67tU+uFZjuz99pGgKz/zs5ClpRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-4.0.0.tgz}
id: registry.nlark.com/postcss-modules-local-by-default/4.0.0
@@ -4887,10 +5081,10 @@ packages:
tslib: registry.nlark.com/tslib/1.14.1
dev: true
- registry.nlark.com/sass/1.38.0:
- resolution: {integrity: sha1-Lz5goe/c3JEFhvp53InTOZoUW08=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sass/download/sass-1.38.0.tgz?cache=0&sync_timestamp=1629162717151&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsass%2Fdownload%2Fsass-1.38.0.tgz}
+ registry.nlark.com/sass/1.38.1:
+ resolution: {integrity: sha1-VN+xf7FohGtYUDJLgvxi3Gj1G60=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sass/download/sass-1.38.1.tgz}
name: sass
- version: 1.38.0
+ version: 1.38.1
engines: {node: '>=8.9.0'}
hasBin: true
dependencies:
@@ -4987,6 +5181,21 @@ packages:
min-indent: 1.0.1
dev: true
+ registry.nlark.com/sucrase/3.20.1:
+ resolution: {integrity: sha1-HAVel9D6svmFfwJGE2QHWzpKsiY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sucrase/download/sucrase-3.20.1.tgz}
+ name: sucrase
+ version: 3.20.1
+ engines: {node: '>=8'}
+ hasBin: true
+ dependencies:
+ commander: registry.nlark.com/commander/4.1.1
+ glob: registry.nlark.com/glob/7.1.6
+ lines-and-columns: 1.1.6
+ mz: 2.7.0
+ pirates: 4.0.1
+ ts-interface-checker: registry.nlark.com/ts-interface-checker/0.1.13
+ dev: true
+
registry.nlark.com/supports-color/5.5.0:
resolution: {integrity: sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-5.5.0.tgz}
name: supports-color
@@ -5061,12 +5270,19 @@ packages:
engines: {node: '>=8'}
dev: true
- registry.nlark.com/tsconfig-paths/3.10.1:
- resolution: {integrity: sha1-ea5npowVKJ/fXFHLdPOXUi15Xtc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsconfig-paths/download/tsconfig-paths-3.10.1.tgz}
+ registry.nlark.com/ts-interface-checker/0.1.13:
+ resolution: {integrity: sha1-eE/T1nlyK8EDsbS4AwvN212yppk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ts-interface-checker/download/ts-interface-checker-0.1.13.tgz}
+ name: ts-interface-checker
+ version: 0.1.13
+ dev: true
+
+ registry.nlark.com/tsconfig-paths/3.11.0:
+ resolution: {integrity: sha1-lUwf6XPaYznHjgawPOLkiBC2XzY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsconfig-paths/download/tsconfig-paths-3.11.0.tgz}
name: tsconfig-paths
- version: 3.10.1
+ version: 3.11.0
dependencies:
- json5: 2.2.0
+ '@types/json5': 0.0.29
+ json5: 1.0.1
minimist: 1.2.5
strip-bom: registry.nlark.com/strip-bom/3.0.0
dev: true
@@ -5083,6 +5299,37 @@ packages:
version: 2.3.1
dev: true
+ registry.nlark.com/tsup/4.14.0_typescript@4.3.5:
+ resolution: {integrity: sha1-Pi9gLYRGBBtI/LVXkEpwnA/OyYE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsup/download/tsup-4.14.0.tgz}
+ id: registry.nlark.com/tsup/4.14.0
+ name: tsup
+ version: 4.14.0
+ hasBin: true
+ peerDependencies:
+ typescript: ^4.2.3
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ cac: registry.nlark.com/cac/6.7.3
+ chalk: registry.nlark.com/chalk/4.1.2
+ chokidar: registry.nlark.com/chokidar/3.5.2
+ debug: registry.nlark.com/debug/4.3.2
+ esbuild: registry.nlark.com/esbuild/0.12.21
+ execa: registry.nlark.com/execa/5.1.1
+ globby: registry.nlark.com/globby/11.0.4
+ joycon: registry.nlark.com/joycon/3.0.1
+ postcss-load-config: registry.nlark.com/postcss-load-config/3.1.0
+ resolve-from: 5.0.0
+ rollup: registry.nlark.com/rollup/2.56.2
+ sucrase: registry.nlark.com/sucrase/3.20.1
+ tree-kill: 1.2.2
+ typescript: registry.nlark.com/typescript/4.3.5
+ transitivePeerDependencies:
+ - supports-color
+ - ts-node
+ dev: true
+
registry.nlark.com/type-check/0.4.0:
resolution: {integrity: sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-check/download/type-check-0.4.0.tgz}
name: type-check
@@ -5154,7 +5401,7 @@ packages:
version: 0.1.0
dev: false
- registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.0:
+ registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.1:
resolution: {integrity: sha1-nhsbkMqKgXlU9axezCTbvfHMFoQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-components/download/vite-plugin-components-0.13.2.tgz}
id: registry.nlark.com/vite-plugin-components/0.13.2
name: vite-plugin-components
@@ -5166,12 +5413,12 @@ packages:
fast-glob: registry.nlark.com/fast-glob/3.2.7
magic-string: 0.25.7
minimatch: 3.0.4
- vite: registry.nlark.com/vite/2.5.0
+ vite: registry.nlark.com/vite/2.5.1
transitivePeerDependencies:
- supports-color
dev: true
- registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.0:
+ registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.1:
resolution: {integrity: sha1-d7buEdnNvfdmtXMf1Ba6zyZ0T84=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-html/download/vite-plugin-html-2.1.0.tgz}
id: registry.nlark.com/vite-plugin-html/2.1.0
name: vite-plugin-html
@@ -5185,10 +5432,10 @@ packages:
ejs: 3.1.6
fs-extra: registry.nlark.com/fs-extra/10.0.0
html-minifier-terser: 5.1.1
- vite: registry.nlark.com/vite/2.5.0
+ vite: registry.nlark.com/vite/2.5.1
dev: true
- registry.nlark.com/vite-plugin-icons/0.6.5_927b6aa92e35a8f1cb1822fc1487e830:
+ registry.nlark.com/vite-plugin-icons/0.6.5_346cae4599d96836b777e6b3520c90a2:
resolution: {integrity: sha1-P2vQg1i7EmNE5G7QjcdoCM4fGIc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-icons/download/vite-plugin-icons-0.6.5.tgz}
id: registry.nlark.com/vite-plugin-icons/0.6.5
name: vite-plugin-icons
@@ -5203,17 +5450,17 @@ packages:
vue-template-compiler:
optional: true
dependencies:
- '@iconify/json': registry.nlark.com/@iconify/json/1.1.392
+ '@iconify/json': registry.nlark.com/@iconify/json/1.1.393
'@iconify/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10
- '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.4
+ '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
vue-template-es2015-compiler: 1.9.1
dev: true
- registry.nlark.com/vite-plugin-style-import/1.1.1_vite@2.5.0:
- resolution: {integrity: sha1-fM67BCvOlO6y9pXHM5NUotrEjCU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-style-import/download/vite-plugin-style-import-1.1.1.tgz}
- id: registry.nlark.com/vite-plugin-style-import/1.1.1
+ registry.nlark.com/vite-plugin-style-import/1.2.1_vite@2.5.1:
+ resolution: {integrity: sha1-cwx7Dh9h7WhZdP4J0tUJSFhJG+Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-style-import/download/vite-plugin-style-import-1.2.1.tgz}
+ id: registry.nlark.com/vite-plugin-style-import/1.2.1
name: vite-plugin-style-import
- version: 1.1.1
+ version: 1.2.1
peerDependencies:
vite: '>=2.0.0'
dependencies:
@@ -5222,32 +5469,34 @@ packages:
debug: registry.nlark.com/debug/4.3.2
es-module-lexer: registry.nlark.com/es-module-lexer/0.7.1
magic-string: 0.25.7
- vite: registry.nlark.com/vite/2.5.0
+ vite: registry.nlark.com/vite/2.5.1
transitivePeerDependencies:
- supports-color
dev: true
- registry.nlark.com/vite-plugin-windicss/1.2.7_vite@2.5.0:
- resolution: {integrity: sha1-kmcex5WrGopOUgr/gResFMBNMS8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.2.7.tgz}
- id: registry.nlark.com/vite-plugin-windicss/1.2.7
+ registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.3.5+vite@2.5.1:
+ resolution: {integrity: sha1-7pAUEM4BD6b7B3ARXsPP2HNyq0w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.3.0.tgz}
+ id: registry.nlark.com/vite-plugin-windicss/1.3.0
name: vite-plugin-windicss
- version: 1.2.7
+ version: 1.3.0
peerDependencies:
vite: ^2.0.1
dependencies:
- '@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.2.7
+ '@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.3.5
chalk: registry.nlark.com/chalk/4.1.2
debug: registry.nlark.com/debug/4.3.2
- vite: registry.nlark.com/vite/2.5.0
+ vite: registry.nlark.com/vite/2.5.1
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
+ - ts-node
+ - typescript
dev: true
- registry.nlark.com/vite/2.5.0:
- resolution: {integrity: sha1-ERujZ5Qy1CbkRWas9IAAWnkUy9Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.0.tgz}
+ registry.nlark.com/vite/2.5.1:
+ resolution: {integrity: sha1-lTxxoDTAezrgRI1XZk7JxoYvI6g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.1.tgz}
name: vite
- version: 2.5.0
+ version: 2.5.1
engines: {node: '>=12.2.0'}
hasBin: true
dependencies:
diff --git a/src/App.vue b/src/App.vue
index 0f8f16df..712a727b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,5 @@
-
+
@@ -7,10 +7,12 @@
diff --git a/src/main.ts b/src/main.ts
index d35a6762..adadd374 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -21,7 +21,7 @@ async function setupApp() {
naiveApp.mount('#naiveApp', true);
// 挂载路由
- setupRouter(app);
+ await setupRouter(app);
// 路由准备就绪后挂载APP实例
await router.isReady();
diff --git a/src/router/index.ts b/src/router/index.ts
index 9942aa7b..0a3cc775 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -11,8 +11,7 @@ export const router = createRouter({
routes
});
-createRouterGuide(router);
-
export function setupRouter(app: App) {
app.use(router);
+ createRouterGuide(router);
}
diff --git a/src/service/request/config.ts b/src/service/request/config.ts
index d07df7c3..2cc77d9f 100644
--- a/src/service/request/config.ts
+++ b/src/service/request/config.ts
@@ -1,8 +1,2 @@
/** 请求超时时间 */
export const REQUEST_TIMEOUT = 15 * 1000;
-
-/** 请求头的content-type类型 */
-export enum ContentType {
- json = 'application/json',
- formUrlEncoded = 'application/x-www-form-urlencoded'
-}
diff --git a/src/service/request/errorHandler.ts b/src/service/request/errorHandler.ts
index 62c39a9d..80d650be 100644
--- a/src/service/request/errorHandler.ts
+++ b/src/service/request/errorHandler.ts
@@ -1,5 +1,3 @@
-import { ElMessage } from 'element-plus';
-
const ERROR_STATUS = {
400: '400: 请求出现语法错误',
401: '401: 用户未授权~',
@@ -21,20 +19,21 @@ type ErrorStatus = keyof typeof ERROR_STATUS;
* @param error - 错误
*/
export function errorHandler(error: any): void {
+ const { $message: Message } = window;
if (error.response) {
const status = error.response.status as ErrorStatus;
- ElMessage.error(ERROR_STATUS[status]);
+ Message?.error(ERROR_STATUS[status]);
return;
}
if (error.code === 'ECONNABORTED' && error.message.includes('timeout')) {
- ElMessage.error('网络连接超时~');
+ Message?.error('网络连接超时~');
return;
}
if (!window.navigator.onLine || error.message === 'Network Error') {
- ElMessage.error('网络不可用~');
+ Message?.error('网络不可用~');
return;
}
- ElMessage.error('请求错误~');
+ Message?.error('请求错误~');
}
/**
diff --git a/src/service/request/instance.ts b/src/service/request/instance.ts
index abed28b7..4f0e7bae 100644
--- a/src/service/request/instance.ts
+++ b/src/service/request/instance.ts
@@ -1,6 +1,5 @@
import axios from 'axios';
import qs from 'qs';
-import { ElMessage } from 'element-plus';
import type { AxiosRequestConfig, AxiosInstance } from 'axios';
import { ContentType } from '@/enum';
import { getStorageToken } from '@/utils';
@@ -68,7 +67,7 @@ export default class CustomAxiosInstance {
if (data[statusKey] === successCode) {
return Promise.resolve(data.data);
}
- ElMessage.error(data[msgKey]);
+ window.$message?.error(data[msgKey]);
return Promise.reject(data[msgKey]);
}
const error = { response };
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index a772601f..3b07db15 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -9,32 +9,24 @@