From ae7ec99a9807ea86f4f7c2a98230355cc8f544a3 Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 30 Nov 2021 23:28:11 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 +- pnpm-lock.yaml | 570 ++++++++++++++++++++++++------------------------- 2 files changed, 292 insertions(+), 298 deletions(-) diff --git a/package.json b/package.json index 25cfcefa..415047d6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "clipboard": "^2.0.8", "dayjs": "^1.10.7", "form-data": "^4.0.0", - "naive-ui": "^2.21.1", + "naive-ui": "^2.21.2", "pinia": "^2.0.4", "print-js": "^1.6.0", "qs": "^6.10.1", @@ -53,15 +53,15 @@ "@amap/amap-jsapi-types": "^0.0.8", "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", - "@iconify/json": "^1.1.434", + "@iconify/json": "^1.1.435", "@iconify/vue": "^3.1.1", "@types/bmapgl": "^0.0.4", "@types/chroma-js": "^2.1.3", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", + "@typescript-eslint/eslint-plugin": "^5.5.0", + "@typescript-eslint/parser": "^5.5.0", "@vitejs/plugin-vue": "^1.10.1", - "@vue/compiler-sfc": "^3.2.22", + "@vue/compiler-sfc": "^3.2.23", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^9.1.0", "commitizen": "^4.2.4", @@ -80,15 +80,15 @@ "postinstall-postinstall": "^2.1.0", "prettier": "^2.5.0", "rollup-plugin-visualizer": "^5.5.2", - "sass": "^1.43.5", + "sass": "^1.44.0", "typescript": "^4.5.2", - "unplugin-icons": "^0.12.20", + "unplugin-icons": "^0.12.21", "unplugin-vue-components": "^0.17.2", "vite": "~2.5.10", "vite-plugin-html": "^2.1.1", - "vite-plugin-windicss": "^1.5.1", - "vue-tsc": "^0.29.6", - "vueuc": "^0.4.15", + "vite-plugin-windicss": "^1.5.3", + "vue-tsc": "~0.29.6", + "vueuc": "^0.4.18", "windicss": "^3.2.1" }, "homepage": "https://github.com/honghuangdc/soybean-admin", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e737ccf8..0f6c8a8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,15 +6,15 @@ specifiers: '@better-scroll/core': ^2.4.2 '@commitlint/cli': ^15.0.0 '@commitlint/config-conventional': ^15.0.0 - '@iconify/json': ^1.1.434 + '@iconify/json': ^1.1.435 '@iconify/vue': ^3.1.1 '@types/bmapgl': ^0.0.4 '@types/chroma-js': ^2.1.3 '@types/qs': ^6.9.7 - '@typescript-eslint/eslint-plugin': ^5.4.0 - '@typescript-eslint/parser': ^5.4.0 + '@typescript-eslint/eslint-plugin': ^5.5.0 + '@typescript-eslint/parser': ^5.5.0 '@vitejs/plugin-vue': ^1.10.1 - '@vue/compiler-sfc': ^3.2.22 + '@vue/compiler-sfc': ^3.2.23 '@vue/eslint-config-prettier': ^6.0.0 '@vue/eslint-config-typescript': ^9.1.0 '@vueuse/core': ^7.1.2 @@ -35,7 +35,7 @@ specifiers: form-data: ^4.0.0 husky: ^7.0.4 lint-staged: ^12.1.2 - naive-ui: ^2.21.1 + naive-ui: ^2.21.2 patch-package: ^6.4.7 pinia: ^2.0.4 postinstall-postinstall: ^2.1.0 @@ -43,19 +43,19 @@ specifiers: print-js: ^1.6.0 qs: ^6.10.1 rollup-plugin-visualizer: ^5.5.2 - sass: ^1.43.5 + sass: ^1.44.0 swiper: ^7.3.1 typescript: ^4.5.2 - unplugin-icons: ^0.12.20 + unplugin-icons: ^0.12.21 unplugin-vue-components: ^0.17.2 vditor: ^3.8.7 vite: ~2.5.10 vite-plugin-html: ^2.1.1 - vite-plugin-windicss: ^1.5.1 + vite-plugin-windicss: ^1.5.3 vue: ^3.2.22 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 - vueuc: ^0.4.15 + vue-tsc: ~0.29.6 + vueuc: ^0.4.18 wangeditor: ^4.7.9 windicss: ^3.2.1 xgplayer: ^2.31.3 @@ -69,7 +69,7 @@ dependencies: clipboard: registry.nlark.com/clipboard/2.0.8 dayjs: registry.nlark.com/dayjs/1.10.7 form-data: 4.0.0 - naive-ui: registry.npmmirror.com/naive-ui/2.21.1_eslint@8.3.0+vue@3.2.22 + naive-ui: registry.npmmirror.com/naive-ui/2.21.2_vue@3.2.22 pinia: registry.npmmirror.com/pinia/2.0.4_typescript@4.5.2+vue@3.2.22 print-js: 1.6.0 qs: 6.10.1 @@ -84,17 +84,17 @@ devDependencies: '@amap/amap-jsapi-types': registry.npmmirror.com/@amap/amap-jsapi-types/0.0.8 '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/15.0.0 '@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/15.0.0 - '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.434 + '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.435 '@iconify/vue': registry.npmmirror.com/@iconify/vue/3.1.1_vue@3.2.22 '@types/bmapgl': registry.npmmirror.com/@types/bmapgl/0.0.4 '@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3 '@types/qs': registry.nlark.com/@types/qs/6.9.7 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.5.0_2a935f58a3cc0b0f42856ccf18d8367f + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.5.0_eslint@8.3.0+typescript@4.5.2 '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.10.1_vite@2.5.10 - '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.22 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.23 '@vue/eslint-config-prettier': 6.0.0_d48bd0462e4b2e4fe6b6bea3688e7c35 - '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/9.1.0_4740869c9bb1a26728eeab6a8add620f + '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/9.1.0_0369bcd8ab548ca6e8a1d69c3ec599bd 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 @@ -111,15 +111,15 @@ devDependencies: postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0 prettier: registry.npmmirror.com/prettier/2.5.0 rollup-plugin-visualizer: registry.nlark.com/rollup-plugin-visualizer/5.5.2 - sass: registry.npmmirror.com/sass/1.43.5 + sass: registry.npmmirror.com/sass/1.44.0 typescript: registry.npmmirror.com/typescript/4.5.2 - unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.20_25b7ee8010a48e7fa3cbb286c9635722 + unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.21_ca4d1bdab169d22cf20773829b884c17 unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.17.2_vite@2.5.10+vue@3.2.22 vite: registry.npmmirror.com/vite/2.5.10 vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.5.10 - vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.5.1_vite@2.5.10 + vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.5.3_vite@2.5.10 vue-tsc: registry.npmmirror.com/vue-tsc/0.29.6_typescript@4.5.2 - vueuc: registry.npmmirror.com/vueuc/0.4.15_vue@3.2.22 + vueuc: registry.npmmirror.com/vueuc/0.4.18_vue@3.2.22 windicss: registry.npmmirror.com/windicss/3.2.1 packages: @@ -631,12 +631,6 @@ packages: version: 2.0.1 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} - name: '@types/json-schema' - version: 7.0.9 - dev: true - registry.nlark.com/@types/json5/0.0.29: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/json5/download/@types/json5-0.0.29.tgz} name: '@types/json5' @@ -776,7 +770,6 @@ packages: name: ansi-styles version: 5.2.0 engines: {node: '>=10'} - dev: false registry.nlark.com/ansi-styles/6.1.0: resolution: {integrity: sha1-hzE8ECuBGKvVc3GvqzRhi/c1DtM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-6.1.0.tgz} @@ -814,7 +807,7 @@ packages: dev: true registry.nlark.com/array-union/2.1.0: - resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-union/download/array-union-2.1.0.tgz} + resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-union/download/array-union-2.1.0.tgz} name: array-union version: 2.1.0 engines: {node: '>=8'} @@ -1320,20 +1313,6 @@ packages: version: 1.10.7 dev: false - registry.nlark.com/debug/4.3.2: - 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.npmmirror.com/ms/2.1.2 - dev: true - registry.nlark.com/decamelize-keys/1.1.0: resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz} name: decamelize-keys @@ -1402,19 +1381,6 @@ packages: version: 1.0.5 dev: false - registry.nlark.com/diff-sequences/26.6.2: - resolution: {integrity: sha1-SLqZFX3hkjQS7tQdtrbUqpynwLE=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diff-sequences/download/diff-sequences-26.6.2.tgz} - name: diff-sequences - version: 26.6.2 - engines: {node: '>= 10.14.2'} - - registry.nlark.com/diff-sequences/27.0.6: - resolution: {integrity: sha1-MwXLLlWgM5JAVGlcxmAZ/X+OVyM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diff-sequences/download/diff-sequences-27.0.6.tgz} - name: diff-sequences - version: 27.0.6 - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dev: false - registry.nlark.com/diff/4.0.2: resolution: {integrity: sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diff/download/diff-4.0.2.tgz} name: diff @@ -1423,7 +1389,7 @@ packages: dev: true registry.nlark.com/dir-glob/3.0.1: - resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dir-glob/download/dir-glob-3.0.1.tgz} + resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dir-glob/download/dir-glob-3.0.1.tgz} name: dir-glob version: 3.0.1 engines: {node: '>=8'} @@ -1746,9 +1712,10 @@ packages: engines: {node: '>=4.0'} dependencies: estraverse: registry.npmmirror.com/estraverse/5.2.0 + dev: true registry.nlark.com/estree-walker/2.0.2: - resolution: {integrity: sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/estree-walker/download/estree-walker-2.0.2.tgz} + resolution: {integrity: sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/estree-walker/download/estree-walker-2.0.2.tgz} name: estree-walker version: 2.0.2 @@ -1774,11 +1741,6 @@ packages: version: 4.0.7 dev: false - registry.nlark.com/evtd/0.2.2: - resolution: {integrity: sha1-vrvifhWu3B1cGLwmIN/JDyYHh8M=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/evtd/download/evtd-0.2.2.tgz} - name: evtd - version: 0.2.2 - registry.nlark.com/external-editor/3.1.0: resolution: {integrity: sha1-ywP3QL764D6k0oPK7SdBqD8zVJU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/external-editor/download/external-editor-3.1.0.tgz} name: external-editor @@ -1992,7 +1954,7 @@ packages: version: 1.1.1 registry.nlark.com/functional-red-black-tree/1.0.1: - resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz} + 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 @@ -2079,7 +2041,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?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobby%2Fdownload%2Fglobby-11.0.4.tgz} name: globby version: 11.0.4 engines: {node: '>=10'} @@ -2735,7 +2697,7 @@ packages: 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} + resolution: {integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz} name: magic-string version: 0.25.7 dependencies: @@ -2779,7 +2741,7 @@ packages: dev: true registry.nlark.com/merge2/1.4.1: - resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge2/download/merge2-1.4.1.tgz} + resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge2/download/merge2-1.4.1.tgz} name: merge2 version: 1.4.1 engines: {node: '>= 8'} @@ -3141,7 +3103,7 @@ packages: version: 1.0.7 registry.nlark.com/path-type/4.0.0: - resolution: {integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-type/download/path-type-4.0.0.tgz} + 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'} @@ -3418,7 +3380,7 @@ packages: dev: true registry.nlark.com/resize-observer-polyfill/1.5.1: - resolution: {integrity: sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz} + resolution: {integrity: sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz} name: resize-observer-polyfill version: 1.5.1 @@ -3562,6 +3524,7 @@ packages: name: semver version: 6.3.0 hasBin: true + dev: true registry.nlark.com/semver/7.3.5: resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.3.5.tgz} @@ -3619,7 +3582,7 @@ packages: dev: false registry.nlark.com/slash/3.0.0: - resolution: {integrity: sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/slash/download/slash-3.0.0.tgz} + 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'} @@ -3700,7 +3663,7 @@ packages: dev: false registry.nlark.com/source-map/0.6.1: - resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.6.1.tgz} + resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.6.1.tgz} name: source-map version: 0.6.1 engines: {node: '>=0.10.0'} @@ -3713,7 +3676,7 @@ packages: dev: true registry.nlark.com/sourcemap-codec/1.4.8: - resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz} + resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz} name: sourcemap-codec version: 1.4.8 @@ -3900,7 +3863,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} name: tslib version: 1.14.1 @@ -3916,7 +3879,7 @@ packages: version: 2.3.1 registry.nlark.com/tsutils/3.21.0_typescript@4.5.2: - resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsutils/download/tsutils-3.21.0.tgz?cache=0&sync_timestamp=1631500162348&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftsutils%2Fdownload%2Ftsutils-3.21.0.tgz} + resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsutils/download/tsutils-3.21.0.tgz?cache=0&sync_timestamp=1631500162348&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftsutils%2Fdownload%2Ftsutils-3.21.0.tgz} id: registry.nlark.com/tsutils/3.21.0 name: tsutils version: 3.21.0 @@ -4402,22 +4365,6 @@ packages: '@babel/highlight': registry.npmmirror.com/@babel/highlight/7.14.5 dev: true - registry.npmmirror.com/@babel/eslint-parser/7.16.3_eslint@8.3.0: - resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/eslint-parser/download/@babel/eslint-parser-7.16.3.tgz} - id: registry.npmmirror.com/@babel/eslint-parser/7.16.3 - name: '@babel/eslint-parser' - version: 7.16.3 - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - eslint: registry.npmmirror.com/eslint/8.3.0 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 - semver: registry.nlark.com/semver/6.3.0 - dev: false - registry.npmmirror.com/@babel/highlight/7.14.5: resolution: {integrity: sha1-aGGlLwOWZAUAH2qlNKAaJNmejNk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz?cache=0&sync_timestamp=1635561349467&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.14.5.tgz} name: '@babel/highlight' @@ -4430,7 +4377,7 @@ packages: dev: true registry.npmmirror.com/@babel/parser/7.15.6: - resolution: {integrity: sha1-BDuao8MDwHIuU3f++Rl/TPF5ZUk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/download/@babel/parser-7.15.6.tgz?cache=0&sync_timestamp=1637114242399&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.15.6.tgz} + resolution: {integrity: sha1-BDuao8MDwHIuU3f++Rl/TPF5ZUk=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/download/@babel/parser-7.15.6.tgz?cache=0&sync_timestamp=1637114242399&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.15.6.tgz} name: '@babel/parser' version: 7.15.6 engines: {node: '>=6.0.0'} @@ -4659,7 +4606,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: registry.npmmirror.com/ajv/6.12.6 - debug: registry.npmmirror.com/debug/4.3.2 + debug: registry.npmmirror.com/debug/4.3.3 espree: registry.npmmirror.com/espree/9.1.0 globals: registry.npmmirror.com/globals/13.11.0 ignore: registry.npmmirror.com/ignore/4.0.6 @@ -4678,7 +4625,7 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': registry.npmmirror.com/@humanwhocodes/object-schema/1.2.0 - debug: registry.npmmirror.com/debug/4.3.2 + debug: registry.npmmirror.com/debug/4.3.3 minimatch: registry.nlark.com/minimatch/3.0.4 transitivePeerDependencies: - supports-color @@ -4690,24 +4637,24 @@ packages: version: 1.2.0 dev: true - registry.npmmirror.com/@iconify/json/1.1.434: - resolution: {integrity: sha512-GfVRF5QwPQ7IGVgWbD3bqLu/4NSBiNKJbm7yuhDj5q9gkxUuapWLhkcq3EiMRGfGshO3MP+i7r0S5llzXUlPCw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.434.tgz} + registry.npmmirror.com/@iconify/json/1.1.435: + resolution: {integrity: sha512-ih5tnLNBu+mLVQSKkwhawZSdYhJ84zOSGw2gAojJZcypFmb5aQTzshSx4Lp4r5esz9vq3VORqXZF0EVHRFw5XQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.435.tgz} name: '@iconify/json' - version: 1.1.434 + version: 1.1.435 dev: true - registry.npmmirror.com/@iconify/types/1.0.10: - resolution: {integrity: sha1-lREiwZ03F+MIo86sbqr9onvZmT0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/types/download/@iconify/types-1.0.10.tgz} + registry.npmmirror.com/@iconify/types/1.0.12: + resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/types/download/@iconify/types-1.0.12.tgz} name: '@iconify/types' - version: 1.0.10 + version: 1.0.12 dev: true - registry.npmmirror.com/@iconify/utils/1.0.18: - resolution: {integrity: sha1-Vpc3t4IYA00Z8/Bnr5GWKTpx8UU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/utils/download/@iconify/utils-1.0.18.tgz} + registry.npmmirror.com/@iconify/utils/1.0.20: + resolution: {integrity: sha512-J5IriR8KeANs8vIEFKWzOlOvNgZHkwqkmqaIwvqtuDbBeFHtXGfM/LYMDmjtRJ0AAa7f254qw6TK7gAibYfHUA==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/utils/download/@iconify/utils-1.0.20.tgz} name: '@iconify/utils' - version: 1.0.18 + version: 1.0.20 dependencies: - '@iconify/types': registry.npmmirror.com/@iconify/types/1.0.10 + '@iconify/types': registry.npmmirror.com/@iconify/types/1.0.12 dev: true registry.npmmirror.com/@iconify/vue/3.1.1_vue@3.2.22: @@ -4722,18 +4669,6 @@ packages: vue: registry.npmmirror.com/vue/3.2.22 dev: true - registry.npmmirror.com/@jest/types/26.6.2: - resolution: {integrity: sha1-vvWlMgMOHYii9abZM/hOlyJu1I4=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jest/types/download/@jest/types-26.6.2.tgz} - name: '@jest/types' - version: 26.6.2 - engines: {node: '>= 10.14.2'} - dependencies: - '@types/istanbul-lib-coverage': registry.npmmirror.com/@types/istanbul-lib-coverage/2.0.3 - '@types/istanbul-reports': registry.npmmirror.com/@types/istanbul-reports/3.0.1 - '@types/node': registry.npmmirror.com/@types/node/16.6.2 - '@types/yargs': registry.npmmirror.com/@types/yargs/15.0.14 - chalk: registry.npmmirror.com/chalk/4.1.2 - registry.npmmirror.com/@jest/types/27.2.5: resolution: {integrity: sha1-QgdlwFJgXnVoaYLSSwYbTLuiITI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jest/types/download/@jest/types-27.2.5.tgz} name: '@jest/types' @@ -4745,7 +4680,6 @@ packages: '@types/node': registry.npmmirror.com/@types/node/16.6.2 '@types/yargs': registry.npmmirror.com/@types/yargs/16.0.4 chalk: registry.npmmirror.com/chalk/4.1.2 - dev: false registry.npmmirror.com/@types/bmapgl/0.0.4: resolution: {integrity: sha1-Db8RQzNg/CP/pWw34pm4cKhyqAc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/bmapgl/download/@types/bmapgl-0.0.4.tgz} @@ -4772,14 +4706,6 @@ packages: dependencies: '@types/istanbul-lib-report': registry.npmmirror.com/@types/istanbul-lib-report/3.0.0 - registry.npmmirror.com/@types/jest/26.0.24: - resolution: {integrity: sha1-lD0Rl2sWc5GFkToZNuDeDEp9WVo=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/jest/download/@types/jest-26.0.24.tgz?cache=0&sync_timestamp=1637300511391&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-26.0.24.tgz} - name: '@types/jest' - version: 26.0.24 - dependencies: - jest-diff: registry.npmmirror.com/jest-diff/26.6.2 - pretty-format: registry.npmmirror.com/pretty-format/26.6.2 - registry.npmmirror.com/@types/jest/27.0.3: resolution: {integrity: sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/jest/download/@types/jest-27.0.3.tgz?cache=0&sync_timestamp=1637300511391&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-27.0.3.tgz} name: '@types/jest' @@ -4787,7 +4713,12 @@ packages: dependencies: jest-diff: registry.npmmirror.com/jest-diff/27.3.1 pretty-format: registry.npmmirror.com/pretty-format/27.3.1 - dev: false + + registry.npmmirror.com/@types/json-schema/7.0.9: + resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/json-schema/download/@types/json-schema-7.0.9.tgz} + name: '@types/json-schema' + version: 7.0.9 + dev: true registry.npmmirror.com/@types/lodash-es/4.17.5: resolution: {integrity: sha1-HD/dFoSdhK6kOJCxxg2jeftQE1M=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/lodash-es/download/@types/lodash-es-4.17.5.tgz} @@ -4847,26 +4778,18 @@ packages: name: '@types/yargs-parser' version: 20.2.1 - registry.npmmirror.com/@types/yargs/15.0.14: - resolution: {integrity: sha1-Jtgh3biecEkhYLZtEKDrbfj2+wY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/yargs/download/@types/yargs-15.0.14.tgz} - name: '@types/yargs' - version: 15.0.14 - dependencies: - '@types/yargs-parser': registry.npmmirror.com/@types/yargs-parser/20.2.1 - registry.npmmirror.com/@types/yargs/16.0.4: resolution: {integrity: sha1-JqrZjdLCo45CEIbqmtQrnlFkKXc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/yargs/download/@types/yargs-16.0.4.tgz} name: '@types/yargs' version: 16.0.4 dependencies: '@types/yargs-parser': registry.npmmirror.com/@types/yargs-parser/20.2.1 - dev: false - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32: - resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-5.4.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.4.0 + registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.5.0_2a935f58a3cc0b0f42856ccf18d8367f: + resolution: {integrity: sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-5.5.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.5.0 name: '@typescript-eslint/eslint-plugin' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4876,10 +4799,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.4.0 - debug: registry.npmmirror.com/debug/4.3.2 + '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/5.5.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.5.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.5.0 + debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.3.0 functional-red-black-tree: registry.nlark.com/functional-red-black-tree/1.0.1 ignore: registry.npmmirror.com/ignore/5.1.9 @@ -4891,19 +4814,19 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: - resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-5.4.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/experimental-utils/5.4.0 + registry.npmmirror.com/@typescript-eslint/experimental-utils/5.5.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-5.5.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/experimental-utils/5.5.0 name: '@typescript-eslint/experimental-utils' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: - '@types/json-schema': registry.nlark.com/@types/json-schema/7.0.9 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.4.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.4.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2 + '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.9 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.5.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.5.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2 eslint: registry.npmmirror.com/eslint/8.3.0 eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.3.0 @@ -4912,11 +4835,11 @@ packages: - typescript dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2: - resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/download/@typescript-eslint/parser-5.4.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/parser/5.4.0 + registry.npmmirror.com/@typescript-eslint/parser/5.5.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/download/@typescript-eslint/parser-5.5.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/parser/5.5.0 name: '@typescript-eslint/parser' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4925,38 +4848,38 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.4.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.4.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2 - debug: registry.npmmirror.com/debug/4.3.2 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.5.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.5.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2 + debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.3.0 typescript: registry.npmmirror.com/typescript/4.5.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/scope-manager/5.4.0: - resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-5.4.0.tgz} + registry.npmmirror.com/@typescript-eslint/scope-manager/5.5.0: + resolution: {integrity: sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-5.5.0.tgz} name: '@typescript-eslint/scope-manager' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.4.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.4.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.5.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.5.0 dev: true - registry.npmmirror.com/@typescript-eslint/types/5.4.0: - resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/download/@typescript-eslint/types-5.4.0.tgz} + registry.npmmirror.com/@typescript-eslint/types/5.5.0: + resolution: {integrity: sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/download/@typescript-eslint/types-5.5.0.tgz} name: '@typescript-eslint/types' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: - resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-5.4.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.4.0 + registry.npmmirror.com/@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2: + resolution: {integrity: sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-5.5.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.5.0 name: '@typescript-eslint/typescript-estree' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4964,9 +4887,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.4.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.4.0 - debug: registry.npmmirror.com/debug/4.3.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.5.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.5.0 + debug: registry.npmmirror.com/debug/4.3.3 globby: registry.nlark.com/globby/11.0.4 is-glob: registry.npmmirror.com/is-glob/4.0.3 semver: registry.nlark.com/semver/7.3.5 @@ -4976,13 +4899,13 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/visitor-keys/5.4.0: - resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-5.4.0.tgz} + registry.npmmirror.com/@typescript-eslint/visitor-keys/5.5.0: + resolution: {integrity: sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-5.5.0.tgz} name: '@typescript-eslint/visitor-keys' - version: 5.4.0 + version: 5.5.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.4.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.5.0 eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 dev: true @@ -5053,9 +4976,9 @@ packages: '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.29.6 '@volar/shared': registry.npmmirror.com/@volar/shared/0.29.6 '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.29.6 - '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.22 - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.22 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.23 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.23 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 upath: registry.nlark.com/upath/2.0.1 dev: true @@ -5073,7 +4996,7 @@ packages: dev: true registry.npmmirror.com/@vue/compiler-core/3.2.22: - resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-core/download/@vue/compiler-core-3.2.22.tgz} + resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-core/download/@vue/compiler-core-3.2.22.tgz} name: '@vue/compiler-core' version: 3.2.22 dependencies: @@ -5081,6 +5004,18 @@ packages: '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 estree-walker: registry.nlark.com/estree-walker/2.0.2 source-map: registry.nlark.com/source-map/0.6.1 + dev: false + + registry.npmmirror.com/@vue/compiler-core/3.2.23: + resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-core/download/@vue/compiler-core-3.2.23.tgz} + name: '@vue/compiler-core' + version: 3.2.23 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.6 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 + estree-walker: registry.nlark.com/estree-walker/2.0.2 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true registry.npmmirror.com/@vue/compiler-dom/3.2.22: resolution: {integrity: sha512-VZdsw/VuO1ODs8K7NQwnMQzKITDkIFlYYC03SVnunuf6eNRxBPEonSyqbWNoo6qNaHAEBTG6VVcZC5xC9bAx1g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.22.tgz} @@ -5089,9 +5024,19 @@ packages: dependencies: '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.22 '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 + dev: false + + registry.npmmirror.com/@vue/compiler-dom/3.2.23: + resolution: {integrity: sha512-X2Nw8QFc5lgoK3kio5ktM95nqmLUH+q+N/PbV4kCHzF1avqv/EGLnAhaaF0Iu4bewNvHJAAhhwPZFeoV/22nbw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.23.tgz} + name: '@vue/compiler-dom' + version: 3.2.23 + dependencies: + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.23 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 + dev: true registry.npmmirror.com/@vue/compiler-sfc/3.2.22: - resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.22.tgz} + resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.22.tgz} name: '@vue/compiler-sfc' version: 3.2.22 dependencies: @@ -5105,14 +5050,42 @@ packages: magic-string: registry.nlark.com/magic-string/0.25.7 postcss: registry.npmmirror.com/postcss/8.3.9 source-map: registry.nlark.com/source-map/0.6.1 + dev: false + + registry.npmmirror.com/@vue/compiler-sfc/3.2.23: + resolution: {integrity: sha512-Aw+pb50Q5zTjyvWod8mNKmYZDRGHJBptmNNWE+84ZxrzEztPgMz8cNYIzWGbwcFVkmJlhvioAMvKnB+LM/sjSA==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.23.tgz} + name: '@vue/compiler-sfc' + version: 3.2.23 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.6 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.23 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.23 + '@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr/3.2.23 + '@vue/ref-transform': registry.npmmirror.com/@vue/ref-transform/3.2.23 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 + estree-walker: registry.nlark.com/estree-walker/2.0.2 + magic-string: registry.nlark.com/magic-string/0.25.7 + postcss: registry.npmmirror.com/postcss/8.3.9 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true registry.npmmirror.com/@vue/compiler-ssr/3.2.22: - resolution: {integrity: sha512-Cl6aoLJtXzzBkk1sKod8S0WBJLts3+ugVC91d22gGpbkw/64WnF12tOZi7Rg54PPLi1NovqyNWPsLH/SAFcu+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.22.tgz} + resolution: {integrity: sha512-Cl6aoLJtXzzBkk1sKod8S0WBJLts3+ugVC91d22gGpbkw/64WnF12tOZi7Rg54PPLi1NovqyNWPsLH/SAFcu+w==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.22.tgz} name: '@vue/compiler-ssr' version: 3.2.22 dependencies: '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.22 '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 + dev: false + + registry.npmmirror.com/@vue/compiler-ssr/3.2.23: + resolution: {integrity: sha512-Bqzn4jFyXPK1Ehqiq7e/czS8n62gtYF1Zfeu0DrR5uv+SBllh7LIvZjZU6+c8qbocAd3/T3I3gn2cZGmnDb6zg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.23.tgz} + name: '@vue/compiler-ssr' + version: 3.2.23 + dependencies: + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.23 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 + dev: true registry.npmmirror.com/@vue/devtools-api/6.0.0-beta.20.1: resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.20.1.tgz} @@ -5120,7 +5093,7 @@ packages: version: 6.0.0-beta.20.1 dev: false - registry.npmmirror.com/@vue/eslint-config-typescript/9.1.0_4740869c9bb1a26728eeab6a8add620f: + registry.npmmirror.com/@vue/eslint-config-typescript/9.1.0_0369bcd8ab548ca6e8a1d69c3ec599bd: resolution: {integrity: sha512-j/852/ZYQ5wDvCD3HE2q4uqJwJAceer2FwoEch1nFo+zTOsPrbzbE3cuWIs3kvu5hdFsGTMYwRwjI6fqZKDMxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-9.1.0.tgz} id: registry.npmmirror.com/@vue/eslint-config-typescript/9.1.0 name: '@vue/eslint-config-typescript' @@ -5132,8 +5105,8 @@ packages: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint-plugin-vue: ^8.0.1 dependencies: - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.5.0_2a935f58a3cc0b0f42856ccf18d8367f + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.5.0_eslint@8.3.0+typescript@4.5.2 eslint: registry.npmmirror.com/eslint/8.3.0 eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.1.1_eslint@8.3.0 vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/8.0.1_eslint@8.3.0 @@ -5149,7 +5122,7 @@ packages: '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 registry.npmmirror.com/@vue/ref-transform/3.2.22: - resolution: {integrity: sha512-qalVWbq5xWWxLZ0L9OroBg/JZhzavQuCcDXblfErxyDEH6Xc5gIJ4feo1SVCICFzhAUgLgQTdSFLpgjBawbFpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/ref-transform/download/@vue/ref-transform-3.2.22.tgz} + resolution: {integrity: sha512-qalVWbq5xWWxLZ0L9OroBg/JZhzavQuCcDXblfErxyDEH6Xc5gIJ4feo1SVCICFzhAUgLgQTdSFLpgjBawbFpw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/ref-transform/download/@vue/ref-transform-3.2.22.tgz} name: '@vue/ref-transform' version: 3.2.22 dependencies: @@ -5158,6 +5131,19 @@ packages: '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 estree-walker: registry.nlark.com/estree-walker/2.0.2 magic-string: registry.nlark.com/magic-string/0.25.7 + dev: false + + registry.npmmirror.com/@vue/ref-transform/3.2.23: + resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/ref-transform/download/@vue/ref-transform-3.2.23.tgz} + name: '@vue/ref-transform' + version: 3.2.23 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.6 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.23 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 + estree-walker: registry.nlark.com/estree-walker/2.0.2 + magic-string: registry.nlark.com/magic-string/0.25.7 + dev: true registry.npmmirror.com/@vue/runtime-core/3.2.22: resolution: {integrity: sha512-e7WOC55wmHPvmoVUk9VBe/Z9k5bJfWJfVIlkUkiADJn0bOgQD29oh/GS14Kb3aEJXIHLI17Em6+HxNut1sIh7Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/runtime-core/download/@vue/runtime-core-3.2.22.tgz} @@ -5196,6 +5182,12 @@ packages: name: '@vue/shared' version: 3.2.22 + registry.npmmirror.com/@vue/shared/3.2.23: + resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/shared/download/@vue/shared-3.2.23.tgz} + name: '@vue/shared' + version: 3.2.23 + dev: true + registry.npmmirror.com/@vueuse/core/7.1.2_vue@3.2.22: resolution: {integrity: sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-7.1.2.tgz} id: registry.npmmirror.com/@vueuse/core/7.1.2 @@ -5233,26 +5225,26 @@ packages: vue-demi: registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.22 dev: false - registry.npmmirror.com/@windicss/config/1.5.1: - resolution: {integrity: sha1-4/2t38VTRCyF9n8ukpDvRs6Hs6E=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.5.1.tgz} + registry.npmmirror.com/@windicss/config/1.5.3: + resolution: {integrity: sha512-DXUR+LWOWwG+prkcvey4IV4V9BvigOcfuLP28k21fO3UkfS6G6HRRgf+STB0AgKrXIGlUDDHfoPvEbndfUlYjg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.5.3.tgz} name: '@windicss/config' - version: 1.5.1 + version: 1.5.3 dependencies: - debug: registry.npmmirror.com/debug/4.3.2 + debug: registry.npmmirror.com/debug/4.3.3 jiti: registry.npmmirror.com/jiti/1.12.9 windicss: registry.npmmirror.com/windicss/3.2.1 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@windicss/plugin-utils/1.5.1: - resolution: {integrity: sha1-l1C7cujBRYXgEdRqMzUdR9hRnjE=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.5.1.tgz} + registry.npmmirror.com/@windicss/plugin-utils/1.5.3: + resolution: {integrity: sha512-6C6R/wB2vzaiWn1Tv95FaK5/932UnnbObwitusyDcuCDmCM97aCCB93CYLZCtQtPdPlLYODezinPFhdfMm746w==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.5.3.tgz} name: '@windicss/plugin-utils' - version: 1.5.1 + version: 1.5.3 dependencies: '@antfu/utils': registry.nlark.com/@antfu/utils/0.3.0 - '@windicss/config': registry.npmmirror.com/@windicss/config/1.5.1 - debug: registry.npmmirror.com/debug/4.3.2 + '@windicss/config': registry.npmmirror.com/@windicss/config/1.5.3 + debug: registry.npmmirror.com/debug/4.3.3 fast-glob: registry.nlark.com/fast-glob/3.2.7 magic-string: registry.nlark.com/magic-string/0.25.7 micromatch: registry.nlark.com/micromatch/4.0.4 @@ -5564,12 +5556,32 @@ packages: supports-color: registry.npmmirror.com/supports-color/9.0.2 dev: true + registry.npmmirror.com/debug/4.3.3: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/debug/download/debug-4.3.3.tgz} + name: debug + version: 4.3.3 + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: registry.npmmirror.com/ms/2.1.2 + dev: true + registry.npmmirror.com/decamelize/1.2.0: resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/decamelize/download/decamelize-1.2.0.tgz} name: decamelize version: 1.2.0 engines: {node: '>=0.10.0'} + registry.npmmirror.com/diff-sequences/27.0.6: + resolution: {integrity: sha1-MwXLLlWgM5JAVGlcxmAZ/X+OVyM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/diff-sequences/download/diff-sequences-27.0.6.tgz} + name: diff-sequences + version: 27.0.6 + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + registry.npmmirror.com/dom7/4.0.1: resolution: {integrity: sha1-ghIJ3xv9+X3YK1FW5Q98tms/Fmw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dom7/download/dom7-4.0.1.tgz} name: dom7 @@ -5720,9 +5732,10 @@ packages: dependencies: esrecurse: registry.nlark.com/esrecurse/4.3.0 estraverse: registry.npmmirror.com/estraverse/4.3.0 + dev: true registry.npmmirror.com/eslint-scope/6.0.0: - resolution: {integrity: sha1-nPRbE8Wsjz1MUPRqUSH2Gz4xiXg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/download/eslint-scope-6.0.0.tgz?cache=0&sync_timestamp=1637044457317&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-scope%2Fdownload%2Feslint-scope-6.0.0.tgz} + resolution: {integrity: sha1-nPRbE8Wsjz1MUPRqUSH2Gz4xiXg=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/download/eslint-scope-6.0.0.tgz} name: eslint-scope version: 6.0.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5746,12 +5759,6 @@ packages: name: eslint-visitor-keys version: 2.1.0 engines: {node: '>=10'} - - registry.npmmirror.com/eslint-visitor-keys/3.0.0: - resolution: {integrity: sha1-4y6Zxs3C6wY/IE7aXbZ7/li7QYY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-3.0.0.tgz?cache=0&sync_timestamp=1636378941796&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-3.0.0.tgz} - name: eslint-visitor-keys - version: 3.0.0 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true registry.npmmirror.com/eslint-visitor-keys/3.1.0: @@ -5826,12 +5833,14 @@ packages: name: estraverse version: 4.3.0 engines: {node: '>=4.0'} + dev: true registry.npmmirror.com/estraverse/5.2.0: resolution: {integrity: sha1-MH30JUfmzHMk088DwVXVzbjFOIA=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estraverse/download/estraverse-5.2.0.tgz?cache=0&sync_timestamp=1635237901372&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Festraverse%2Fdownload%2Festraverse-5.2.0.tgz} name: estraverse version: 5.2.0 engines: {node: '>=4.0'} + dev: true registry.npmmirror.com/ev-emitter/1.1.1: resolution: {integrity: sha1-jxiwzlx2pdGAF/ccCnlcZbkTjyo=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ev-emitter/download/ev-emitter-1.1.1.tgz} @@ -5870,7 +5879,7 @@ packages: dev: false registry.npmmirror.com/find-up/2.1.0: - resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/download/find-up-2.1.0.tgz?cache=0&sync_timestamp=1633619099767&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-2.1.0.tgz} + resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/download/find-up-2.1.0.tgz?cache=0&sync_timestamp=1633619099767&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-2.1.0.tgz} name: find-up version: 2.1.0 engines: {node: '>=4'} @@ -6013,12 +6022,18 @@ packages: dev: true registry.npmmirror.com/ignore/5.1.9: - resolution: {integrity: sha1-nsGly+jhRG7GDUQgBg1Dqm5zgvs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ignore/download/ignore-5.1.9.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fignore%2Fdownload%2Fignore-5.1.9.tgz} + resolution: {integrity: sha1-nsGly+jhRG7GDUQgBg1Dqm5zgvs=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ignore/download/ignore-5.1.9.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fignore%2Fdownload%2Fignore-5.1.9.tgz} name: ignore version: 5.1.9 engines: {node: '>= 4'} dev: true + registry.npmmirror.com/immutable/4.0.0: + resolution: {integrity: sha1-uG943mre82CDle+yaakUYnl+LCM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immutable/download/immutable-4.0.0.tgz} + name: immutable + version: 4.0.0 + dev: true + registry.npmmirror.com/import-meta-resolve/1.1.1: resolution: {integrity: sha1-JE/VQv0frnNVDU+LPN47uh17Kxg=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/import-meta-resolve/download/import-meta-resolve-1.1.1.tgz} name: import-meta-resolve @@ -6055,41 +6070,22 @@ packages: dependencies: call-bind: registry.nlark.com/call-bind/1.0.2 - registry.npmmirror.com/jest-diff/26.6.2: - resolution: {integrity: sha1-GqdGi1LDpo19XF/c381eSb0WQ5Q=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-diff/download/jest-diff-26.6.2.tgz?cache=0&sync_timestamp=1634626979760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-diff%2Fdownload%2Fjest-diff-26.6.2.tgz} - name: jest-diff - version: 26.6.2 - engines: {node: '>= 10.14.2'} - dependencies: - chalk: registry.npmmirror.com/chalk/4.1.2 - diff-sequences: registry.nlark.com/diff-sequences/26.6.2 - jest-get-type: registry.npmmirror.com/jest-get-type/26.3.0 - pretty-format: registry.npmmirror.com/pretty-format/26.6.2 - registry.npmmirror.com/jest-diff/27.3.1: - resolution: {integrity: sha1-0ndf6hVBH19a7aKl4CwvNkQPbVU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-diff/download/jest-diff-27.3.1.tgz?cache=0&sync_timestamp=1634626979760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-diff%2Fdownload%2Fjest-diff-27.3.1.tgz} + resolution: {integrity: sha1-0ndf6hVBH19a7aKl4CwvNkQPbVU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-diff/download/jest-diff-27.3.1.tgz} name: jest-diff version: 27.3.1 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: registry.npmmirror.com/chalk/4.1.2 - diff-sequences: registry.nlark.com/diff-sequences/27.0.6 + diff-sequences: registry.npmmirror.com/diff-sequences/27.0.6 jest-get-type: registry.npmmirror.com/jest-get-type/27.3.1 pretty-format: registry.npmmirror.com/pretty-format/27.3.1 - dev: false - - registry.npmmirror.com/jest-get-type/26.3.0: - resolution: {integrity: sha1-6X3Dw/U8K0Bsp6+u1Ek7HQmRmeA=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-get-type/download/jest-get-type-26.3.0.tgz?cache=0&sync_timestamp=1634626960080&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-get-type%2Fdownload%2Fjest-get-type-26.3.0.tgz} - name: jest-get-type - version: 26.3.0 - engines: {node: '>= 10.14.2'} registry.npmmirror.com/jest-get-type/27.3.1: - resolution: {integrity: sha1-qKKwoStQFpdzCZ7uYKDm3RFCPv8=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-get-type/download/jest-get-type-27.3.1.tgz?cache=0&sync_timestamp=1634626960080&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjest-get-type%2Fdownload%2Fjest-get-type-27.3.1.tgz} + resolution: {integrity: sha1-qKKwoStQFpdzCZ7uYKDm3RFCPv8=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-get-type/download/jest-get-type-27.3.1.tgz} name: jest-get-type version: 27.3.1 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dev: false registry.npmmirror.com/jiti/1.12.9: resolution: {integrity: sha1-LORbJlz8jckevXClIEgHz5FSkbw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jiti/download/jiti-1.12.9.tgz} @@ -6211,15 +6207,14 @@ packages: version: 2.1.2 dev: true - registry.npmmirror.com/naive-ui/2.21.1_eslint@8.3.0+vue@3.2.22: - resolution: {integrity: sha512-lBVJ4OWEGVc+qBITAdIQHg2rcl4jqihdC1R/HtWAWBQJN68rclE/W44EWOw/EiFdje2nPigjyTPOU6srzxWP3g==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.21.1.tgz} - id: registry.npmmirror.com/naive-ui/2.21.1 + registry.npmmirror.com/naive-ui/2.21.2_vue@3.2.22: + resolution: {integrity: sha512-3wcXLsFdZvrFMO2k46QcjhM/ln9RnM4PIpCshhx9hfgVGEcLBzwmoYhf9fQC5k6MpPN3hG6AxhC2I5gbILqhzQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.21.2.tgz} + id: registry.npmmirror.com/naive-ui/2.21.2 name: naive-ui - version: 2.21.1 + version: 2.21.2 peerDependencies: vue: ^3.0.0 dependencies: - '@babel/eslint-parser': registry.npmmirror.com/@babel/eslint-parser/7.16.3_eslint@8.3.0 '@css-render/plugin-bem': registry.nlark.com/@css-render/plugin-bem/0.15.6 '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.22 '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.177 @@ -6238,10 +6233,7 @@ packages: vfonts: registry.nlark.com/vfonts/0.1.0 vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.22 vue: registry.npmmirror.com/vue/3.2.22 - vueuc: registry.npmmirror.com/vueuc/0.4.15_af8b3c1d0318ea813294b4e33f534587 - transitivePeerDependencies: - - '@babel/core' - - eslint + vueuc: registry.npmmirror.com/vueuc/0.4.18_af8b3c1d0318ea813294b4e33f534587 dev: false registry.npmmirror.com/nanoid/3.1.29: @@ -6396,19 +6388,8 @@ packages: hasBin: true dev: true - registry.npmmirror.com/pretty-format/26.6.2: - resolution: {integrity: sha1-41wnBfFMt/4v6U+geDRbREEg/JM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-format/download/pretty-format-26.6.2.tgz?cache=0&sync_timestamp=1634626978157&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpretty-format%2Fdownload%2Fpretty-format-26.6.2.tgz} - name: pretty-format - version: 26.6.2 - engines: {node: '>= 10'} - dependencies: - '@jest/types': registry.npmmirror.com/@jest/types/26.6.2 - ansi-regex: registry.nlark.com/ansi-regex/5.0.1 - ansi-styles: registry.nlark.com/ansi-styles/4.3.0 - react-is: registry.npmmirror.com/react-is/17.0.2 - registry.npmmirror.com/pretty-format/27.3.1: - resolution: {integrity: sha1-fpSGNlzN1KUCBh+nYdOrnKG3jfU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-format/download/pretty-format-27.3.1.tgz?cache=0&sync_timestamp=1634626978157&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpretty-format%2Fdownload%2Fpretty-format-27.3.1.tgz} + resolution: {integrity: sha1-fpSGNlzN1KUCBh+nYdOrnKG3jfU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-format/download/pretty-format-27.3.1.tgz} name: pretty-format version: 27.3.1 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6417,7 +6398,6 @@ packages: ansi-regex: registry.nlark.com/ansi-regex/5.0.1 ansi-styles: registry.nlark.com/ansi-styles/5.2.0 react-is: registry.npmmirror.com/react-is/17.0.2 - dev: false registry.npmmirror.com/react-is/17.0.2: resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/react-is/download/react-is-17.0.2.tgz} @@ -6476,30 +6456,23 @@ packages: tslib: registry.nlark.com/tslib/2.1.0 dev: true - registry.npmmirror.com/sass/1.43.5: - resolution: {integrity: sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/download/sass-1.43.5.tgz} + registry.npmmirror.com/sass/1.44.0: + resolution: {integrity: sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/download/sass-1.44.0.tgz} name: sass - version: 1.43.5 + version: 1.44.0 engines: {node: '>=8.9.0'} hasBin: true dependencies: chokidar: registry.npmmirror.com/chokidar/3.5.2 + immutable: registry.npmmirror.com/immutable/4.0.0 dev: true - registry.npmmirror.com/seemly/0.3.2: - resolution: {integrity: sha1-9FqssqB0i7nadmtc+AXTtZrJUCw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/seemly/download/seemly-0.3.2.tgz} - name: seemly - version: 0.3.2 - dependencies: - '@types/jest': registry.npmmirror.com/@types/jest/26.0.24 - registry.npmmirror.com/seemly/0.3.3: resolution: {integrity: sha512-mAyqemz41e9HiZPMXAn7NtTExJgztwco5cdZjrt/iViU/oFeav+Q8K1c93M/tIZZ00QkT65JMr4xXQk7Vv5hWQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/seemly/download/seemly-0.3.3.tgz} name: seemly version: 0.3.3 dependencies: '@types/jest': registry.npmmirror.com/@types/jest/27.0.3 - dev: false registry.npmmirror.com/signal-exit/3.0.3: resolution: {integrity: sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/signal-exit/download/signal-exit-3.0.3.tgz} @@ -6768,11 +6741,11 @@ packages: ev-emitter: registry.npmmirror.com/ev-emitter/1.1.1 dev: false - registry.npmmirror.com/unplugin-icons/0.12.20_25b7ee8010a48e7fa3cbb286c9635722: - resolution: {integrity: sha512-7gHxygp1iRbh85/43yqSbzImo5Y7KmVZFV8k79XL/SYNuIPsn19A10Mn2X1YUWm/uQWu/0J9ouq/083Mo4gyPg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.20.tgz} - id: registry.npmmirror.com/unplugin-icons/0.12.20 + registry.npmmirror.com/unplugin-icons/0.12.21_ca4d1bdab169d22cf20773829b884c17: + resolution: {integrity: sha512-YLTHlf2lcBcBctRkQZTb4N5PBaw59xnrJ9SO7hoWmPF/ExnqW3VaHNOakncW50oxxeGFmDsw0kL9Hd5Qa2FzuQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.21.tgz} + id: registry.npmmirror.com/unplugin-icons/0.12.21 name: unplugin-icons - version: 0.12.20 + version: 0.12.21 peerDependencies: '@svgr/core': ^5.5.0 '@vue/compiler-sfc': ^3.0.2 @@ -6790,12 +6763,12 @@ packages: dependencies: '@antfu/install-pkg': registry.npmmirror.com/@antfu/install-pkg/0.1.0 '@antfu/utils': registry.nlark.com/@antfu/utils/0.3.0 - '@iconify/utils': registry.npmmirror.com/@iconify/utils/1.0.18 - '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.22 - debug: registry.npmmirror.com/debug/4.3.2 + '@iconify/utils': registry.npmmirror.com/@iconify/utils/1.0.20 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.23 + debug: registry.npmmirror.com/debug/4.3.3 kolorist: registry.nlark.com/kolorist/1.5.0 local-pkg: registry.npmmirror.com/local-pkg/0.4.0 - unplugin: registry.npmmirror.com/unplugin/0.2.19_vite@2.5.10 + unplugin: registry.npmmirror.com/unplugin/0.2.21_vite@2.5.10 transitivePeerDependencies: - rollup - supports-color @@ -6858,6 +6831,27 @@ packages: webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 dev: true + registry.npmmirror.com/unplugin/0.2.21_vite@2.5.10: + resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/download/unplugin-0.2.21.tgz} + id: registry.npmmirror.com/unplugin/0.2.21 + name: unplugin + version: 0.2.21 + peerDependencies: + rollup: ^2.50.0 + vite: ^2.3.0 + webpack: 4 || 5 + peerDependenciesMeta: + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + vite: registry.npmmirror.com/vite/2.5.10 + webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 + dev: true + registry.npmmirror.com/vditor/3.8.7: resolution: {integrity: sha1-7qhnZrCS2THKhJeg7zn4a4dk29U=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vditor/download/vditor-3.8.7.tgz} name: vditor @@ -6883,17 +6877,17 @@ packages: vite: registry.npmmirror.com/vite/2.5.10 dev: true - registry.npmmirror.com/vite-plugin-windicss/1.5.1_vite@2.5.10: - resolution: {integrity: sha1-vxUWXaFcrK3DzbjMGmHSh87y3HU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.5.1.tgz} - id: registry.npmmirror.com/vite-plugin-windicss/1.5.1 + registry.npmmirror.com/vite-plugin-windicss/1.5.3_vite@2.5.10: + resolution: {integrity: sha512-t9iu+fs1egguTK/+RdV/UCp11R69EQhVvvGcrNhCMt43DQF/RU19gHZUXB8wspm0V02Bz+rSmtqy/h3laJ9Z5Q==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.5.3.tgz} + id: registry.npmmirror.com/vite-plugin-windicss/1.5.3 name: vite-plugin-windicss - version: 1.5.1 + version: 1.5.3 peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.5.1 - chalk: registry.nlark.com/chalk/4.1.2 - debug: registry.nlark.com/debug/4.3.2 + '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.5.3 + debug: registry.npmmirror.com/debug/4.3.3 + kolorist: registry.nlark.com/kolorist/1.5.0 vite: registry.npmmirror.com/vite/2.5.10 windicss: registry.npmmirror.com/windicss/3.2.1 transitivePeerDependencies: @@ -7042,7 +7036,7 @@ packages: '@volar/vue-code-gen': registry.npmmirror.com/@volar/vue-code-gen/0.29.6 '@vscode/emmet-helper': registry.npmmirror.com/@vscode/emmet-helper/2.8.2 '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.22 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.23 request-light: registry.npmmirror.com/request-light/0.5.5 upath: registry.nlark.com/upath/2.0.1 vscode-css-languageservice: registry.npmmirror.com/vscode-css-languageservice/5.1.8 @@ -7081,10 +7075,10 @@ packages: peerDependencies: eslint: '>=6.0.0' dependencies: - debug: registry.npmmirror.com/debug/4.3.2 + debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.3.0 eslint-scope: registry.npmmirror.com/eslint-scope/6.0.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.0.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 espree: registry.nlark.com/espree/9.0.0 esquery: registry.nlark.com/esquery/1.4.0 lodash: registry.nlark.com/lodash/4.17.21 @@ -7131,38 +7125,38 @@ packages: '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.22 dev: false - registry.npmmirror.com/vueuc/0.4.15_af8b3c1d0318ea813294b4e33f534587: - resolution: {integrity: sha1-fphoLrVBGMZaU8XYYWOxxJQxqRY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.15.tgz} - id: registry.npmmirror.com/vueuc/0.4.15 + registry.npmmirror.com/vueuc/0.4.18_af8b3c1d0318ea813294b4e33f534587: + resolution: {integrity: sha512-fHoMFbwfaVs4S3U5tCSu2i4Xm5GZDNw9FuFNjRwCXiLB1S3rYTYuhjUWdX/+38SL5d9ivEkpsvfve/Msp2lwwg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.18.tgz} + id: registry.npmmirror.com/vueuc/0.4.18 name: vueuc - version: 0.4.15 + version: 0.4.18 peerDependencies: '@css-render/vue3-ssr': ^0.15.3 vue: ^3.0.11 dependencies: '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.22 css-render: registry.nlark.com/css-render/0.15.6 - evtd: registry.nlark.com/evtd/0.2.2 + evtd: registry.npmmirror.com/evtd/0.2.3 resize-observer-polyfill: registry.nlark.com/resize-observer-polyfill/1.5.1 - seemly: registry.npmmirror.com/seemly/0.3.2 + seemly: registry.npmmirror.com/seemly/0.3.3 vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.22 vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.22 vue: registry.npmmirror.com/vue/3.2.22 dev: false - registry.npmmirror.com/vueuc/0.4.15_vue@3.2.22: - resolution: {integrity: sha1-fphoLrVBGMZaU8XYYWOxxJQxqRY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.15.tgz} - id: registry.npmmirror.com/vueuc/0.4.15 + registry.npmmirror.com/vueuc/0.4.18_vue@3.2.22: + resolution: {integrity: sha512-fHoMFbwfaVs4S3U5tCSu2i4Xm5GZDNw9FuFNjRwCXiLB1S3rYTYuhjUWdX/+38SL5d9ivEkpsvfve/Msp2lwwg==, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.18.tgz} + id: registry.npmmirror.com/vueuc/0.4.18 name: vueuc - version: 0.4.15 + version: 0.4.18 peerDependencies: '@css-render/vue3-ssr': ^0.15.3 vue: ^3.0.11 dependencies: css-render: registry.nlark.com/css-render/0.15.6 - evtd: registry.nlark.com/evtd/0.2.2 + evtd: registry.npmmirror.com/evtd/0.2.3 resize-observer-polyfill: registry.nlark.com/resize-observer-polyfill/1.5.1 - seemly: registry.npmmirror.com/seemly/0.3.2 + seemly: registry.npmmirror.com/seemly/0.3.3 vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.22 vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.22 vue: registry.npmmirror.com/vue/3.2.22