refactor(projects): 完善路由配置

This commit is contained in:
Soybean
2021-09-14 01:31:29 +08:00
parent 1dcdcdc485
commit ab77d58e46
24 changed files with 441 additions and 301 deletions

349
pnpm-lock.yaml generated
View File

@ -3,19 +3,19 @@ lockfileVersion: 5.3
specifiers:
'@commitlint/cli': ^13.1.0
'@commitlint/config-conventional': ^13.1.0
'@iconify/json': ^1.1.400
'@iconify/json': ^1.1.401
'@iconify/vue': ^3.0.0
'@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.31.0
'@typescript-eslint/parser': ^4.31.0
'@typescript-eslint/eslint-plugin': ^4.31.1
'@typescript-eslint/parser': ^4.31.1
'@vitejs/plugin-vue': ^1.6.2
'@vue/compiler-sfc': ^3.2.11
'@vue/eslint-config-prettier': ^6.0.0
'@vue/eslint-config-typescript': ^7.0.0
'@vueuse/core': ^6.3.2
'@vueuse/core': ^6.3.3
axios: ^0.21.4
chroma-js: ^2.1.2
commitizen: ^4.2.4
@ -41,9 +41,9 @@ specifiers:
sass: ^1.39.2
smoothscroll-polyfill: ^0.4.4
typescript: ^4.4.3
unplugin-icons: ^0.7.6
unplugin-icons: ^0.9.0
unplugin-vue-components: ^0.15.0
vite: ^2.5.6
vite: ^2.5.7
vite-plugin-html: ^2.1.0
vite-plugin-windicss: ^1.4.2
vue: ^3.2.10
@ -52,7 +52,7 @@ specifiers:
windicss: ^3.1.7
dependencies:
'@vueuse/core': registry.nlark.com/@vueuse/core/6.3.2_vue@3.2.10
'@vueuse/core': registry.nlark.com/@vueuse/core/6.3.3_vue@3.2.10
axios: registry.nlark.com/axios/0.21.4
chroma-js: registry.nlark.com/chroma-js/2.1.2
dayjs: registry.nlark.com/dayjs/1.10.7
@ -67,18 +67,18 @@ 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.400
'@iconify/json': registry.nlark.com/@iconify/json/1.1.401
'@iconify/vue': registry.nlark.com/@iconify/vue/3.0.0_vue@3.2.10
'@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.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.1_e2d3c88d378335c4183365c112128ce9
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3
'@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.2_@vue+compiler-sfc@3.2.11
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.11
'@vue/eslint-config-prettier': 6.0.0_b4d73ff40db55d7af7de6f3602f2b630
'@vue/eslint-config-typescript': 7.0.0_0643334a6dbf62beef45105491db6c15
'@vue/eslint-config-typescript': 7.0.0_ca87bee0483b94db258860da701ed809
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
@ -96,11 +96,11 @@ devDependencies:
prettier: registry.nlark.com/prettier/2.4.0
sass: registry.nlark.com/sass/1.39.2
typescript: registry.nlark.com/typescript/4.4.3
unplugin-icons: registry.nlark.com/unplugin-icons/0.7.6_ab88f3ed6cd34af3ce86467cf77018e8
unplugin-vue-components: registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.6+vue@3.2.10
vite: registry.nlark.com/vite/2.5.6
vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.6
vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.3+vite@2.5.6
unplugin-icons: registry.nlark.com/unplugin-icons/0.9.0_54da2e3458e54be8937824c348b2c77e
unplugin-vue-components: registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.7+vue@3.2.10
vite: registry.nlark.com/vite/2.5.7
vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.7
vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.3+vite@2.5.7
vue-tsc: registry.nlark.com/vue-tsc/0.3.0_typescript@4.4.3
windicss: registry.nlark.com/windicss/3.1.7
@ -127,7 +127,7 @@ packages:
prettier: registry.nlark.com/prettier/2.4.0
dev: true
/@vue/eslint-config-typescript/7.0.0_0643334a6dbf62beef45105491db6c15:
/@vue/eslint-config-typescript/7.0.0_ca87bee0483b94db258860da701ed809:
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:
@ -136,13 +136,11 @@ 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.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.1_e2d3c88d378335c4183365c112128ce9
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3
eslint: registry.nlark.com/eslint/7.32.0
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.17.0_eslint@7.32.0
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0
transitivePeerDependencies:
- supports-color
dev: true
/@yarnpkg/lockfile/1.1.0:
@ -215,7 +213,7 @@ packages:
dev: true
/array-union/2.1.0:
resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=, tarball: array-union/download/array-union-2.1.0.tgz}
resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=, tarball: https://registry.npm.taobao.org/array-union/download/array-union-2.1.0.tgz}
engines: {node: '>=8'}
dev: true
@ -465,10 +463,10 @@ packages:
dev: true
/dir-glob/3.0.1:
resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=, tarball: dir-glob/download/dir-glob-3.0.1.tgz}
resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=, tarball: https://registry.npm.taobao.org/dir-glob/download/dir-glob-3.0.1.tgz}
engines: {node: '>=8'}
dependencies:
path-type: 4.0.0
path-type: registry.nlark.com/path-type/4.0.0
dev: true
/doctrine/2.1.0:
@ -834,7 +832,7 @@ packages:
dev: true
/ignore/5.1.8:
resolution: {integrity: sha1-8VCotQo0KJsz4i9YiavU2AFvDlc=, tarball: ignore/download/ignore-5.1.8.tgz}
resolution: {integrity: sha1-8VCotQo0KJsz4i9YiavU2AFvDlc=, tarball: https://registry.npm.taobao.org/ignore/download/ignore-5.1.8.tgz}
engines: {node: '>= 4'}
dev: true
@ -891,7 +889,7 @@ packages:
dev: true
/is-extglob/2.1.1:
resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=, tarball: is-extglob/download/is-extglob-2.1.1.tgz}
resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=, tarball: https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz}
engines: {node: '>=0.10.0'}
dev: true
@ -1164,7 +1162,7 @@ packages:
dev: true
/merge2/1.4.1:
resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=, tarball: merge2/download/merge2-1.4.1.tgz}
resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=, tarball: https://registry.npm.taobao.org/merge2/download/merge2-1.4.1.tgz}
engines: {node: '>= 8'}
dev: true
@ -1611,7 +1609,7 @@ packages:
dev: true
/resolve/1.20.0:
resolution: {integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, tarball: resolve/download/resolve-1.20.0.tgz}
resolution: {integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, tarball: https://registry.npm.taobao.org/resolve/download/resolve-1.20.0.tgz}
dependencies:
is-core-module: registry.nlark.com/is-core-module/2.6.0
path-parse: registry.nlark.com/path-parse/1.0.7
@ -1720,11 +1718,6 @@ packages:
engines: {node: '>=6'}
dev: true
/slash/3.0.0:
resolution: {integrity: sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=, tarball: slash/download/slash-3.0.0.tgz}
engines: {node: '>=8'}
dev: true
/slice-ansi/3.0.0:
resolution: {integrity: sha1-Md3BCTCht+C2ewjJbC9Jt3p4l4c=, tarball: slice-ansi/download/slice-ansi-3.0.0.tgz}
engines: {node: '>=8'}
@ -1899,7 +1892,7 @@ packages:
dev: true
/tsutils/3.21.0_typescript@4.4.3:
resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: tsutils/download/tsutils-3.21.0.tgz}
resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: https://registry.npm.taobao.org/tsutils/download/tsutils-3.21.0.tgz?cache=0&sync_timestamp=1615138184534&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftsutils%2Fdownload%2Ftsutils-3.21.0.tgz}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
@ -1928,7 +1921,7 @@ packages:
dev: true
/upath/2.0.1:
resolution: {integrity: sha1-UMc96mjW9rmQ9R0nnOYIFmXWGos=, tarball: upath/download/upath-2.0.1.tgz}
resolution: {integrity: sha1-UMc96mjW9rmQ9R0nnOYIFmXWGos=, tarball: https://registry.npm.taobao.org/upath/download/upath-2.0.1.tgz}
engines: {node: '>=4'}
dev: true
@ -2031,6 +2024,10 @@ packages:
resolution: {integrity: sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=, tarball: yallist/download/yallist-3.1.1.tgz}
dev: true
/yallist/4.0.0:
resolution: {integrity: sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=, tarball: https://registry.npm.taobao.org/yallist/download/yallist-4.0.0.tgz}
dev: true
registry.nlark.com/@antfu/utils/0.2.4:
resolution: {integrity: sha1-x9M/xvqg06b8wlVWc/XpsZwPvBU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@antfu/utils/download/@antfu/utils-0.2.4.tgz}
name: '@antfu/utils'
@ -2316,8 +2313,6 @@ packages:
js-yaml: 3.14.1
minimatch: 3.0.4
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/@humanwhocodes/config-array/0.5.0:
@ -2329,8 +2324,6 @@ packages:
'@humanwhocodes/object-schema': registry.nlark.com/@humanwhocodes/object-schema/1.2.0
debug: registry.nlark.com/debug/4.3.2
minimatch: 3.0.4
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/@humanwhocodes/object-schema/1.2.0:
@ -2340,15 +2333,15 @@ packages:
dev: true
registry.nlark.com/@iconify/json-tools/1.0.10:
resolution: {integrity: sha1-2acFDbvouynWhNSz+URu0tC+o8w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json-tools/download/@iconify/json-tools-1.0.10.tgz}
resolution: {integrity: sha1-2acFDbvouynWhNSz+URu0tC+o8w=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json-tools/download/@iconify/json-tools-1.0.10.tgz}
name: '@iconify/json-tools'
version: 1.0.10
dev: true
registry.nlark.com/@iconify/json/1.1.400:
resolution: {integrity: sha1-ZlZgMgOxo4klDH396+BrL9+LGwE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.400.tgz}
registry.nlark.com/@iconify/json/1.1.401:
resolution: {integrity: sha1-vB7u8ft/WerHwNIgE52ZW2A1A2s=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.401.tgz}
name: '@iconify/json'
version: 1.1.400
version: 1.1.401
dev: true
registry.nlark.com/@iconify/vue/3.0.0_vue@3.2.10:
@ -2456,7 +2449,7 @@ packages:
dev: false
registry.nlark.com/@types/json-schema/7.0.9:
resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.9.tgz}
resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.9.tgz}
name: '@types/json-schema'
version: 7.0.9
dev: true
@ -2549,126 +2542,109 @@ packages:
'@types/yargs-parser': registry.nlark.com/@types/yargs-parser/20.2.1
dev: false
registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf:
resolution: {integrity: sha1-nD+m9EuteJqWJCatlRtUaVvTr2s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.31.0.tgz}
id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.0
registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.1_e2d3c88d378335c4183365c112128ce9:
resolution: {integrity: sha1-6ThgOhNvAdyr7s4GnaX7LjMdRJg=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.31.1.tgz?cache=0&sync_timestamp=1631554210620&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.31.1.tgz}
id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.1
name: '@typescript-eslint/eslint-plugin'
version: 4.31.0
version: 4.31.1
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.0
'@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.31.1_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.1
debug: registry.nlark.com/debug/4.3.2
eslint: registry.nlark.com/eslint/7.32.0
functional-red-black-tree: 1.0.1
functional-red-black-tree: registry.nlark.com/functional-red-black-tree/1.0.1
regexpp: registry.nlark.com/regexpp/3.2.0
semver: registry.nlark.com/semver/7.3.5
tsutils: 3.21.0_typescript@4.4.3
typescript: registry.nlark.com/typescript/4.4.3
transitivePeerDependencies:
- supports-color
- typescript
dev: true
registry.nlark.com/@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.3:
resolution: {integrity: sha1-DvHV2GwzT5g6APMQ5Dwc5MFOBU0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.31.0.tgz}
id: registry.nlark.com/@typescript-eslint/experimental-utils/4.31.0
registry.nlark.com/@typescript-eslint/experimental-utils/4.31.1_eslint@7.32.0+typescript@4.4.3:
resolution: {integrity: sha1-DJAPgy8nC4jhPlF1NkewLQg3HOU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.31.1.tgz}
id: registry.nlark.com/@typescript-eslint/experimental-utils/4.31.1
name: '@typescript-eslint/experimental-utils'
version: 4.31.0
version: 4.31.1
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.31.0
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.3
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.1
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.1
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.31.1_typescript@4.4.3
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
transitivePeerDependencies:
- supports-color
- typescript
dev: true
registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.3:
resolution: {integrity: sha1-h7fNFrJLkXDHdZXYsTY/gEcSHgU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.31.0.tgz}
id: registry.nlark.com/@typescript-eslint/parser/4.31.0
registry.nlark.com/@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3:
resolution: {integrity: sha1-j5omcgM+b20zscAmDuvcDd9TkGQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.31.1.tgz?cache=0&sync_timestamp=1631554209475&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.31.1.tgz}
id: registry.nlark.com/@typescript-eslint/parser/4.31.1
name: '@typescript-eslint/parser'
version: 4.31.0
version: 4.31.1
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.0
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.3
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.1
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.1
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.31.1_typescript@4.4.3
debug: registry.nlark.com/debug/4.3.2
eslint: registry.nlark.com/eslint/7.32.0
typescript: registry.nlark.com/typescript/4.4.3
transitivePeerDependencies:
- supports-color
- typescript
dev: true
registry.nlark.com/@typescript-eslint/scope-manager/4.31.0:
resolution: {integrity: sha1-m+M67U6ZAdt1OAO6Iztw15qH/D4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.31.0.tgz}
registry.nlark.com/@typescript-eslint/scope-manager/4.31.1:
resolution: {integrity: sha1-DCHoUB9gjWolyEL89ZVB708atWE=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.31.1.tgz}
name: '@typescript-eslint/scope-manager'
version: 4.31.0
version: 4.31.1
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0
'@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.31.0
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.1
'@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.31.1
dev: true
registry.nlark.com/@typescript-eslint/types/4.31.0:
resolution: {integrity: sha1-mnyG/MFiAYlWfcTkbK1++gfujc4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.31.0.tgz}
registry.nlark.com/@typescript-eslint/types/4.31.1:
resolution: {integrity: sha1-XyVbaVYnoTQB0v26X3E4vHlFDWY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.31.1.tgz}
name: '@typescript-eslint/types'
version: 4.31.0
version: 4.31.1
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: true
registry.nlark.com/@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.3:
resolution: {integrity: sha1-TaTLYnSn7zsh1T+ecUfMdvJ4oHg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.31.0.tgz}
id: registry.nlark.com/@typescript-eslint/typescript-estree/4.31.0
registry.nlark.com/@typescript-eslint/typescript-estree/4.31.1_typescript@4.4.3:
resolution: {integrity: sha1-SgTVIyzxAxIytxJKnAMQtXemLRc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.31.1.tgz}
id: registry.nlark.com/@typescript-eslint/typescript-estree/4.31.1
name: '@typescript-eslint/typescript-estree'
version: 4.31.0
version: 4.31.1
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0
'@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.31.0
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.1
'@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.31.1
debug: registry.nlark.com/debug/4.3.2
globby: registry.nlark.com/globby/11.0.4
is-glob: 4.0.1
is-glob: registry.nlark.com/is-glob/4.0.1
semver: registry.nlark.com/semver/7.3.5
tsutils: 3.21.0_typescript@4.4.3
typescript: registry.nlark.com/typescript/4.4.3
transitivePeerDependencies:
- supports-color
- typescript
dev: true
registry.nlark.com/@typescript-eslint/visitor-keys/4.31.0:
resolution: {integrity: sha1-Toe3dhy04OYn3CBHAhqmk/x26is=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.31.0.tgz}
registry.nlark.com/@typescript-eslint/visitor-keys/4.31.1:
resolution: {integrity: sha1-8uehTH8gxK4H1/w8WHjERBodqcw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.31.1.tgz}
name: '@typescript-eslint/visitor-keys'
version: 4.31.0
version: 4.31.1
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.1
eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0
dev: true
@ -2944,38 +2920,28 @@ packages:
version: 3.2.4
dev: true
registry.nlark.com/@vueuse/core/6.3.2_vue@3.2.10:
resolution: {integrity: sha1-M2WyGi0JTVr8QrYH6EeS/takxGM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/core/download/@vueuse/core-6.3.2.tgz}
id: registry.nlark.com/@vueuse/core/6.3.2
registry.nlark.com/@vueuse/core/6.3.3_vue@3.2.10:
resolution: {integrity: sha1-BoLAG1DSjpHT128nJ4YA7haS+iQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/core/download/@vueuse/core-6.3.3.tgz}
id: registry.nlark.com/@vueuse/core/6.3.3
name: '@vueuse/core'
version: 6.3.2
version: 6.3.3
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
peerDependenciesMeta:
'@vue/composition-api':
optional: true
vue:
optional: true
dependencies:
'@vueuse/shared': registry.nlark.com/@vueuse/shared/6.3.2_vue@3.2.10
'@vueuse/shared': registry.nlark.com/@vueuse/shared/6.3.3_vue@3.2.10
vue: registry.nlark.com/vue/3.2.10
vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.10
dev: false
registry.nlark.com/@vueuse/shared/6.3.2_vue@3.2.10:
resolution: {integrity: sha1-NaghVh/U+x6i4ktvqQhvPQ1QYxY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/shared/download/@vueuse/shared-6.3.2.tgz}
id: registry.nlark.com/@vueuse/shared/6.3.2
registry.nlark.com/@vueuse/shared/6.3.3_vue@3.2.10:
resolution: {integrity: sha1-TlxgCtHtW/KoYwrQvTjtsfQmnzc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/shared/download/@vueuse/shared-6.3.3.tgz}
id: registry.nlark.com/@vueuse/shared/6.3.3
name: '@vueuse/shared'
version: 6.3.2
version: 6.3.3
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
peerDependenciesMeta:
'@vue/composition-api':
optional: true
vue:
optional: true
dependencies:
vue: registry.nlark.com/vue/3.2.10
vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.10
@ -2992,7 +2958,6 @@ packages:
tsup: registry.nlark.com/tsup/4.14.0_typescript@4.4.3
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
- ts-node
- typescript
dev: true
@ -3011,7 +2976,6 @@ packages:
micromatch: 4.0.4
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
- ts-node
- typescript
dev: true
@ -3484,15 +3448,10 @@ packages:
dev: true
registry.nlark.com/debug/4.3.2:
resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz}
resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz}
name: debug
version: 4.3.2
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies:
ms: registry.nlark.com/ms/2.1.2
dev: true
@ -3611,7 +3570,7 @@ packages:
dev: true
registry.nlark.com/esbuild/0.12.21:
resolution: {integrity: sha1-f/Mqmsc85DEPnLYepMPal1ZXDUY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esbuild/download/esbuild-0.12.21.tgz?cache=0&sync_timestamp=1630598715108&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fesbuild%2Fdownload%2Fesbuild-0.12.21.tgz}
resolution: {integrity: sha1-f/Mqmsc85DEPnLYepMPal1ZXDUY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esbuild/download/esbuild-0.12.21.tgz?cache=0&sync_timestamp=1631497076947&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fesbuild%2Fdownload%2Fesbuild-0.12.21.tgz}
name: esbuild
version: 0.12.21
hasBin: true
@ -3723,8 +3682,6 @@ packages:
natural-compare: 1.4.0
semver: 6.3.0
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/eslint-scope/5.1.1:
@ -3747,7 +3704,7 @@ packages:
dev: true
registry.nlark.com/eslint-utils/3.0.0_eslint@7.32.0:
resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-3.0.0.tgz?cache=0&sync_timestamp=1620977666265&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-utils%2Fdownload%2Feslint-utils-3.0.0.tgz}
resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-3.0.0.tgz}
id: registry.nlark.com/eslint-utils/3.0.0
name: eslint-utils
version: 3.0.0
@ -3820,8 +3777,6 @@ packages:
table: registry.nlark.com/table/6.7.1
text-table: 0.2.0
v8-compile-cache: 2.3.0
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/espree/6.2.1:
@ -4006,7 +3961,7 @@ packages:
dev: true
registry.nlark.com/fsevents/2.3.2:
resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fsevents/download/fsevents-2.3.2.tgz}
resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fsevents/download/fsevents-2.3.2.tgz}
name: fsevents
version: 2.3.2
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@ -4014,6 +3969,12 @@ packages:
dev: true
optional: true
registry.nlark.com/functional-red-black-tree/1.0.1:
resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz}
name: functional-red-black-tree
version: 1.0.1
dev: true
registry.nlark.com/glob-parent/5.1.2:
resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/glob-parent/download/glob-parent-5.1.2.tgz}
name: glob-parent
@ -4072,7 +4033,7 @@ packages:
dev: true
registry.nlark.com/globby/11.0.4:
resolution: {integrity: sha1-LLr/d8Lypi5x6bKBOme5ejowAaU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globby/download/globby-11.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobby%2Fdownload%2Fglobby-11.0.4.tgz}
resolution: {integrity: sha1-LLr/d8Lypi5x6bKBOme5ejowAaU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globby/download/globby-11.0.4.tgz}
name: globby
version: 11.0.4
engines: {node: '>=10'}
@ -4082,7 +4043,7 @@ packages:
fast-glob: registry.nlark.com/fast-glob/3.2.7
ignore: 5.1.8
merge2: 1.4.1
slash: 3.0.0
slash: registry.nlark.com/slash/3.0.0
dev: true
registry.nlark.com/graceful-fs/4.2.8:
@ -4105,7 +4066,7 @@ packages:
engines: {node: '>=8'}
registry.nlark.com/has-pkg/0.0.1:
resolution: {integrity: sha1-+dkTntg+JIferl60rBMYKi6QOFc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-pkg/download/has-pkg-0.0.1.tgz}
resolution: {integrity: sha1-+dkTntg+JIferl60rBMYKi6QOFc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-pkg/download/has-pkg-0.0.1.tgz}
name: has-pkg
version: 0.0.1
dev: true
@ -4296,7 +4257,7 @@ packages:
dev: true
registry.nlark.com/is-glob/4.0.1:
resolution: {integrity: sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-glob/download/is-glob-4.0.1.tgz?cache=0&sync_timestamp=1624543039732&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-glob%2Fdownload%2Fis-glob-4.0.1.tgz}
resolution: {integrity: sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-glob/download/is-glob-4.0.1.tgz?cache=0&sync_timestamp=1624543039732&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-glob%2Fdownload%2Fis-glob-4.0.1.tgz}
name: is-glob
version: 4.0.1
engines: {node: '>=0.10.0'}
@ -4472,8 +4433,6 @@ packages:
please-upgrade-node: 3.2.0
string-argv: 0.3.1
stringify-object: 3.3.0
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/listr2/3.11.0_enquirer@2.3.6:
@ -4539,6 +4498,15 @@ packages:
yallist: 3.1.1
dev: true
registry.nlark.com/lru-cache/6.0.0:
resolution: {integrity: sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lru-cache/download/lru-cache-6.0.0.tgz}
name: lru-cache
version: 6.0.0
engines: {node: '>=10'}
dependencies:
yallist: 4.0.0
dev: true
registry.nlark.com/magic-string/0.25.7:
resolution: {integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz?cache=0&sync_timestamp=1618847046304&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmagic-string%2Fdownload%2Fmagic-string-0.25.7.tgz}
name: magic-string
@ -4627,7 +4595,7 @@ packages:
dev: true
registry.nlark.com/ms/2.1.2:
resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.2.tgz}
resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.2.tgz}
name: ms
version: 2.1.2
dev: true
@ -4852,11 +4820,18 @@ packages:
dev: true
registry.nlark.com/path-parse/1.0.7:
resolution: {integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz}
resolution: {integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz}
name: path-parse
version: 1.0.7
dev: true
registry.nlark.com/path-type/4.0.0:
resolution: {integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-type/download/path-type-4.0.0.tgz}
name: path-type
version: 4.0.0
engines: {node: '>=8'}
dev: true
registry.nlark.com/picomatch/2.3.0:
resolution: {integrity: sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz}
name: picomatch
@ -5195,13 +5170,13 @@ packages:
dev: false
registry.nlark.com/semver/7.3.5:
resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.3.5.tgz}
resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1622604551741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz}
name: semver
version: 7.3.5
engines: {node: '>=10'}
hasBin: true
dependencies:
lru-cache: 6.0.0
lru-cache: registry.nlark.com/lru-cache/6.0.0
dev: true
registry.nlark.com/shebang-regex/1.0.0:
@ -5223,6 +5198,13 @@ packages:
version: 3.0.3
dev: true
registry.nlark.com/slash/3.0.0:
resolution: {integrity: sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/slash/download/slash-3.0.0.tgz}
name: slash
version: 3.0.0
engines: {node: '>=8'}
dev: true
registry.nlark.com/smoothscroll-polyfill/0.4.4:
resolution: {integrity: sha1-OiWRMdxpMObKgAA+HLA7YDtpq/g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/smoothscroll-polyfill/download/smoothscroll-polyfill-0.4.4.tgz}
name: smoothscroll-polyfill
@ -5438,7 +5420,7 @@ packages:
dev: true
registry.nlark.com/tslib/1.14.1:
resolution: {integrity: sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz}
resolution: {integrity: sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz}
name: tslib
version: 1.14.1
dev: true
@ -5476,7 +5458,6 @@ packages:
tree-kill: registry.nlark.com/tree-kill/1.2.2
typescript: registry.nlark.com/typescript/4.4.3
transitivePeerDependencies:
- supports-color
- ts-node
dev: true
@ -5532,39 +5513,30 @@ packages:
hasBin: true
dev: true
registry.nlark.com/unplugin-icons/0.7.6_ab88f3ed6cd34af3ce86467cf77018e8:
resolution: {integrity: sha1-CLYc+b2imJyKfcbU6oBStluwkKA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-icons/download/unplugin-icons-0.7.6.tgz}
id: registry.nlark.com/unplugin-icons/0.7.6
registry.nlark.com/unplugin-icons/0.9.0_54da2e3458e54be8937824c348b2c77e:
resolution: {integrity: sha1-f7DUp5NHSM8C9PrsXq9du8efBEo=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-icons/download/unplugin-icons-0.9.0.tgz}
id: registry.nlark.com/unplugin-icons/0.9.0
name: unplugin-icons
version: 0.7.6
version: 0.9.0
peerDependencies:
'@iconify/json': '*'
'@svgr/core': ^5.5.0
'@vue/compiler-sfc': ^3.0.2
vue-template-compiler: ^2.6.12
vue-template-es2015-compiler: ^1.9.0
peerDependenciesMeta:
'@svgr/core':
optional: true
'@vue/compiler-sfc':
optional: true
vue-template-compiler:
optional: true
vue-template-es2015-compiler:
optional: true
dependencies:
'@iconify/json': registry.nlark.com/@iconify/json/1.1.400
'@iconify/json': registry.nlark.com/@iconify/json/1.1.401
'@iconify/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.11
has-pkg: registry.nlark.com/has-pkg/0.0.1
unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.6
unplugin: registry.nlark.com/unplugin/0.2.9_vite@2.5.7
transitivePeerDependencies:
- rollup
- vite
- webpack
dev: true
registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.6+vue@3.2.10:
registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.7+vue@3.2.10:
resolution: {integrity: sha1-XxJNcPFm+KzgWtnOkjCoToswasU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-vue-components/download/unplugin-vue-components-0.15.0.tgz}
id: registry.nlark.com/unplugin-vue-components/0.15.0
name: unplugin-vue-components
@ -5581,16 +5553,15 @@ packages:
magic-string: registry.nlark.com/magic-string/0.25.7
minimatch: registry.nlark.com/minimatch/3.0.4
resolve: 1.20.0
unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.6
unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.7
vue: registry.nlark.com/vue/3.2.10
transitivePeerDependencies:
- rollup
- supports-color
- vite
- webpack
dev: true
registry.nlark.com/unplugin/0.2.7_vite@2.5.6:
registry.nlark.com/unplugin/0.2.7_vite@2.5.7:
resolution: {integrity: sha1-QAchRSh5Q6u8VSGF7n3xUlkyEz0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin/download/unplugin-0.2.7.tgz}
id: registry.nlark.com/unplugin/0.2.7
name: unplugin
@ -5608,7 +5579,22 @@ packages:
optional: true
dependencies:
upath: 2.0.1
vite: registry.nlark.com/vite/2.5.6
vite: registry.nlark.com/vite/2.5.7
webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3
dev: true
registry.nlark.com/unplugin/0.2.9_vite@2.5.7:
resolution: {integrity: sha1-iEYSEROpDfjqTveLFxzXOeNrAUM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin/download/unplugin-0.2.9.tgz}
id: registry.nlark.com/unplugin/0.2.9
name: unplugin
version: 0.2.9
peerDependencies:
rollup: ^2.50.0
vite: ^2.3.0
webpack: 4 || 5
dependencies:
upath: 2.0.1
vite: registry.nlark.com/vite/2.5.7
webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3
dev: true
@ -5637,7 +5623,7 @@ packages:
version: 0.1.0
dev: false
registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.6:
registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.7:
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
@ -5651,10 +5637,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.6
vite: registry.nlark.com/vite/2.5.7
dev: true
registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.3+vite@2.5.6:
registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.3+vite@2.5.7:
resolution: {integrity: sha1-B1z160lGk9FtQLSr6Yh7YfR8Du8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.2.tgz}
id: registry.nlark.com/vite-plugin-windicss/1.4.2
name: vite-plugin-windicss
@ -5665,18 +5651,17 @@ packages:
'@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.4.2_typescript@4.4.3
chalk: registry.nlark.com/chalk/4.1.2
debug: registry.nlark.com/debug/4.3.2
vite: registry.nlark.com/vite/2.5.6
vite: registry.nlark.com/vite/2.5.7
windicss: registry.nlark.com/windicss/3.1.7
transitivePeerDependencies:
- supports-color
- ts-node
- typescript
dev: true
registry.nlark.com/vite/2.5.6:
resolution: {integrity: sha1-UUMbtbmbBBKJWVMAuhWUe60Piao=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.6.tgz?cache=0&sync_timestamp=1631117758830&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvite%2Fdownload%2Fvite-2.5.6.tgz}
registry.nlark.com/vite/2.5.7:
resolution: {integrity: sha1-5JW+nYvL+dMMcUHv3MrN50buASU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.7.tgz}
name: vite
version: 2.5.6
version: 2.5.7
engines: {node: '>=12.2.0'}
hasBin: true
dependencies:
@ -5848,7 +5833,7 @@ packages:
dev: true
registry.nlark.com/vue-demi/0.11.4_vue@3.2.10:
resolution: {integrity: sha1-YQGZL+RyTPVjQBihbpU/MFLpTio=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-demi/download/vue-demi-0.11.4.tgz}
resolution: {integrity: sha1-YQGZL+RyTPVjQBihbpU/MFLpTio=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-demi/download/vue-demi-0.11.4.tgz}
id: registry.nlark.com/vue-demi/0.11.4
name: vue-demi
version: 0.11.4
@ -5879,8 +5864,6 @@ packages:
esquery: 1.4.0
lodash: 4.17.21
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
registry.nlark.com/vue-router/4.0.11_vue@3.2.10:
@ -5938,7 +5921,7 @@ packages:
dev: false
registry.nlark.com/webpack-virtual-modules/0.4.3:
resolution: {integrity: sha1-zVl8bVHVpey0c+6hmDpY+ooX3tk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-virtual-modules/download/webpack-virtual-modules-0.4.3.tgz}
resolution: {integrity: sha1-zVl8bVHVpey0c+6hmDpY+ooX3tk=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-virtual-modules/download/webpack-virtual-modules-0.4.3.tgz?cache=0&sync_timestamp=1620993523325&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-virtual-modules%2Fdownload%2Fwebpack-virtual-modules-0.4.3.tgz}
name: webpack-virtual-modules
version: 0.4.3
dev: true