From 50c1d51e873a0d3456217dbec271865b1b7ed204 Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Wed, 13 Oct 2021 11:06:25 +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 | 26 +- pnpm-lock.yaml | 1171 ++++++++++++++++++++++++++---------------------- 2 files changed, 639 insertions(+), 558 deletions(-) diff --git a/package.json b/package.json index 7240352e..01c480c2 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ }, "dependencies": { "@vueuse/core": "^6.5.3", - "axios": "^0.22.0", + "axios": "^0.23.0", "chroma-js": "^2.1.2", "clipboard": "^2.0.8", "dayjs": "^1.10.7", "form-data": "^4.0.0", - "naive-ui": "^2.19.3", - "pinia": "^2.0.0-rc.12", + "naive-ui": "^2.19.7", + "pinia": "^2.0.0-rc.13", "qs": "^6.10.1", "vue": "^3.2.20", "vue-router": "^4.0.11" @@ -33,12 +33,12 @@ "devDependencies": { "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", - "@iconify/json": "^1.1.412", + "@iconify/json": "^1.1.413", "@iconify/vue": "^3.0.0", "@types/chroma-js": "^2.1.3", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^4.33.0", - "@typescript-eslint/parser": "^4.33.0", + "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/parser": "^5.0.0", "@vicons/antd": "^0.11.0", "@vicons/carbon": "^0.11.0", "@vicons/fa": "^0.11.0", @@ -55,10 +55,10 @@ "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^6.3.0", "dotenv": "^10.0.0", - "eslint": "^7.32.0", + "eslint": "^8.0.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.24.2", + "eslint-plugin-import": "^2.25.2", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^7.19.1", "husky": "^7.0.2", @@ -67,13 +67,13 @@ "postinstall-postinstall": "^2.1.0", "prettier": "^2.4.1", "sass": "^1.42.1", - "typescript": "^4.4.3", - "unplugin-icons": "^0.12.12", + "typescript": "^4.4.4", + "unplugin-icons": "^0.12.14", "unplugin-vue-components": "^0.15.6", - "vite": "^2.6.5", + "vite": "^2.6.7", "vite-plugin-html": "^2.1.1", - "vite-plugin-windicss": "^1.4.10", - "vue-tsc": "^0.28.2", + "vite-plugin-windicss": "^1.4.11", + "vue-tsc": "^0.28.3", "vueuc": "^0.4.13", "windicss": "^3.1.9" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cea63b3..e9b40082 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,12 +3,12 @@ lockfileVersion: 5.3 specifiers: '@commitlint/cli': ^13.2.1 '@commitlint/config-conventional': ^13.2.0 - '@iconify/json': ^1.1.412 + '@iconify/json': ^1.1.413 '@iconify/vue': ^3.0.0 '@types/chroma-js': ^2.1.3 '@types/qs': ^6.9.7 - '@typescript-eslint/eslint-plugin': ^4.33.0 - '@typescript-eslint/parser': ^4.33.0 + '@typescript-eslint/eslint-plugin': ^5.0.0 + '@typescript-eslint/parser': ^5.0.0 '@vicons/antd': ^0.11.0 '@vicons/carbon': ^0.11.0 '@vicons/fa': ^0.11.0 @@ -22,7 +22,7 @@ specifiers: '@vue/eslint-config-prettier': ^6.0.0 '@vue/eslint-config-typescript': ^7.0.0 '@vueuse/core': ^6.5.3 - axios: ^0.22.0 + axios: ^0.23.0 chroma-js: ^2.1.2 clipboard: ^2.0.8 commitizen: ^4.2.4 @@ -30,43 +30,43 @@ specifiers: cz-customizable: ^6.3.0 dayjs: ^1.10.7 dotenv: ^10.0.0 - eslint: ^7.32.0 + eslint: ^8.0.0 eslint-config-airbnb-base: ^14.2.1 eslint-config-prettier: ^8.3.0 - eslint-plugin-import: ^2.24.2 + eslint-plugin-import: ^2.25.2 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^7.19.1 form-data: ^4.0.0 husky: ^7.0.2 lint-staged: ^11.2.3 - naive-ui: ^2.19.3 + naive-ui: ^2.19.7 patch-package: ^6.4.7 - pinia: ^2.0.0-rc.12 + pinia: ^2.0.0-rc.13 postinstall-postinstall: ^2.1.0 prettier: ^2.4.1 qs: ^6.10.1 sass: ^1.42.1 - typescript: ^4.4.3 - unplugin-icons: ^0.12.12 + typescript: ^4.4.4 + unplugin-icons: ^0.12.14 unplugin-vue-components: ^0.15.6 - vite: ^2.6.5 + vite: ^2.6.7 vite-plugin-html: ^2.1.1 - vite-plugin-windicss: ^1.4.10 + vite-plugin-windicss: ^1.4.11 vue: ^3.2.20 vue-router: ^4.0.11 - vue-tsc: ^0.28.2 + vue-tsc: ^0.28.3 vueuc: ^0.4.13 windicss: ^3.1.9 dependencies: '@vueuse/core': registry.npmmirror.com/@vueuse/core/6.5.3_vue@3.2.20 - axios: registry.npmmirror.com/axios/0.22.0 + axios: registry.npmmirror.com/axios/0.23.0 chroma-js: registry.nlark.com/chroma-js/2.1.2 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.19.3_vue@3.2.20 - pinia: registry.npmmirror.com/pinia/2.0.0-rc.12_typescript@4.4.3+vue@3.2.20 + naive-ui: registry.npmmirror.com/naive-ui/2.19.7_vue@3.2.20 + pinia: registry.npmmirror.com/pinia/2.0.0-rc.13_typescript@4.4.4+vue@3.2.20 qs: 6.10.1 vue: registry.npmmirror.com/vue/3.2.20 vue-router: registry.nlark.com/vue-router/4.0.11_vue@3.2.20 @@ -74,12 +74,12 @@ dependencies: devDependencies: '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/13.2.1 '@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/13.2.0 - '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.412 + '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.413 '@iconify/vue': registry.nlark.com/@iconify/vue/3.0.0_vue@3.2.20 '@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/4.33.0_d753869925cce96d3eb2141eeedafe57 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0_d8f15b12d289fecfef32450ca1e4b77e + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4 '@vicons/antd': registry.nlark.com/@vicons/antd/0.11.0 '@vicons/carbon': registry.nlark.com/@vicons/carbon/0.11.0 '@vicons/fa': registry.nlark.com/@vicons/fa/0.11.0 @@ -88,56 +88,52 @@ devDependencies: '@vicons/ionicons5': registry.nlark.com/@vicons/ionicons5/0.11.0 '@vicons/material': registry.nlark.com/@vicons/material/0.11.0 '@vicons/tabler': registry.nlark.com/@vicons/tabler/0.11.0 - '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.9.3_vite@2.6.5 + '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.9.3_vite@2.6.7 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.20 - '@vue/eslint-config-prettier': 6.0.0_07ea7830c059e0b322b8e6cb8d02712b - '@vue/eslint-config-typescript': 7.0.0_b1c40b501c70e0dc0050a49887752d81 + '@vue/eslint-config-prettier': 6.0.0_2a213d29a7f7dca8d30992733d5451a0 + '@vue/eslint-config-typescript': 7.0.0_397d49b4b5abc93f7164053ce18f06c9 commitizen: registry.nlark.com/commitizen/4.2.4 cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0 cz-customizable: registry.nlark.com/cz-customizable/6.3.0 dotenv: registry.nlark.com/dotenv/10.0.0 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-config-airbnb-base: 14.2.1_b7a4de75e7d0094cbe979e30a9a325ab - eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0 - eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0 - eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-config-airbnb-base: 14.2.1_6b96620f3c208a79451effb9e91db827 + eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.0.0 + eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.2_eslint@8.0.0 + eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/4.0.0_d9a06a67ccd5236c5645569c7624c2c9 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@8.0.0 husky: registry.nlark.com/husky/7.0.2 lint-staged: registry.npmmirror.com/lint-staged/11.2.3 patch-package: registry.nlark.com/patch-package/6.4.7 postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0 prettier: registry.nlark.com/prettier/2.4.1 sass: registry.nlark.com/sass/1.42.1 - typescript: registry.nlark.com/typescript/4.4.3 - unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.12_7eb66f080fbe23aeb40a75477d83445d - unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.15.6_vite@2.6.5+vue@3.2.20 - vite: registry.npmmirror.com/vite/2.6.5_sass@1.42.1 - vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.5 - vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.4.10_vite@2.6.5 - vue-tsc: registry.npmmirror.com/vue-tsc/0.28.2_typescript@4.4.3 + typescript: registry.npmmirror.com/typescript/4.4.4 + unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.14_e14ef356e1d12d404481b7eb2ba1650f + unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.15.6_vite@2.6.7+vue@3.2.20 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 + vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.7 + vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.4.11_vite@2.6.7 + vue-tsc: registry.npmmirror.com/vue-tsc/0.28.3_typescript@4.4.4 vueuc: registry.npmmirror.com/vueuc/0.4.13_vue@3.2.20 windicss: registry.npmmirror.com/windicss/3.1.9 packages: - /@types/json5/0.0.29: - resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=, tarball: '@types/json5/download/@types/json5-0.0.29.tgz'} - dev: true - - /@vue/eslint-config-prettier/6.0.0_07ea7830c059e0b322b8e6cb8d02712b: + /@vue/eslint-config-prettier/6.0.0_2a213d29a7f7dca8d30992733d5451a0: resolution: {integrity: sha1-rVkSswj0rkaEWOAqKwXbC50kZwA=, tarball: '@vue/eslint-config-prettier/download/@vue/eslint-config-prettier-6.0.0.tgz'} peerDependencies: eslint: '>= 5.0.0' eslint-plugin-prettier: ^3.1.0 prettier: '>= 1.13.0' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-config-prettier: registry.nlark.com/eslint-config-prettier/6.15.0_eslint@7.32.0 - eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-config-prettier: registry.nlark.com/eslint-config-prettier/6.15.0_eslint@8.0.0 + eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/4.0.0_d9a06a67ccd5236c5645569c7624c2c9 prettier: registry.nlark.com/prettier/2.4.1 dev: true - /@vue/eslint-config-typescript/7.0.0_b1c40b501c70e0dc0050a49887752d81: + /@vue/eslint-config-typescript/7.0.0_397d49b4b5abc93f7164053ce18f06c9: 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: @@ -146,11 +142,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.npmmirror.com/@typescript-eslint/eslint-plugin/4.33.0_d753869925cce96d3eb2141eeedafe57 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@7.32.0 - vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0_d8f15b12d289fecfef32450ca1e4b77e + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@8.0.0 + vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.0.0 transitivePeerDependencies: - supports-color dev: true @@ -174,26 +170,6 @@ packages: engines: {node: '>=6'} dev: true - /array-includes/3.1.3: - resolution: {integrity: sha1-x/YZs4KtKvr1Mmzd/cCvxhr3aQo=, tarball: array-includes/download/array-includes-3.1.3.tgz} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: registry.nlark.com/es-abstract/1.18.5 - get-intrinsic: 1.1.1 - is-string: registry.nlark.com/is-string/1.0.7 - dev: true - - /array.prototype.flat/1.2.4: - resolution: {integrity: sha1-bvY4tDMSvUAbTGGZ/ex+LcnpoSM=, tarball: array.prototype.flat/download/array.prototype.flat-1.2.4.tgz} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: registry.nlark.com/es-abstract/1.18.5 - dev: true - /balanced-match/1.0.2: resolution: {integrity: sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=, tarball: balanced-match/download/balanced-match-1.0.2.tgz} dev: true @@ -299,25 +275,19 @@ packages: engines: {node: '>=0.10.0'} dev: true - /doctrine/2.1.0: - resolution: {integrity: sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=, tarball: doctrine/download/doctrine-2.1.0.tgz} - engines: {node: '>=0.10.0'} - dependencies: - esutils: 2.0.3 - dev: true - /error-ex/1.3.2: resolution: {integrity: sha1-tKxAZIEH/c3PriQvQovqihTU8b8=, tarball: error-ex/download/error-ex-1.3.2.tgz} dependencies: is-arrayish: 0.2.1 dev: true + optional: true /escape-string-regexp/1.0.5: resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=, tarball: escape-string-regexp/download/escape-string-regexp-1.0.5.tgz} engines: {node: '>=0.8.0'} dev: true - /eslint-config-airbnb-base/14.2.1_b7a4de75e7d0094cbe979e30a9a325ab: + /eslint-config-airbnb-base/14.2.1_6b96620f3c208a79451effb9e91db827: resolution: {integrity: sha1-ii6zhFXcWjElUBk7MZza7vBCzR4=, tarball: eslint-config-airbnb-base/download/eslint-config-airbnb-base-14.2.1.tgz} engines: {node: '>= 6'} peerDependencies: @@ -325,8 +295,8 @@ packages: eslint-plugin-import: ^2.22.1 dependencies: confusing-browser-globals: registry.nlark.com/confusing-browser-globals/1.0.10 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.2_eslint@8.0.0 object.assign: 4.1.2 object.entries: registry.nlark.com/object.entries/1.1.4 dev: true @@ -343,11 +313,6 @@ packages: engines: {node: '>=4.0'} dev: true - /esutils/2.0.3: - resolution: {integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=, tarball: esutils/download/esutils-2.0.3.tgz} - engines: {node: '>=0.10.0'} - dev: true - /expand-tilde/2.0.2: resolution: {integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=, tarball: expand-tilde/download/expand-tilde-2.0.2.tgz} engines: {node: '>=0.10.0'} @@ -363,13 +328,6 @@ packages: resolution: {integrity: sha1-q8/Iunb3CMQql7PWhbfpRQv7nOQ=, tarball: find-root/download/find-root-1.1.0.tgz} dev: true - /find-up/2.1.0: - resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=, tarball: find-up/download/find-up-2.1.0.tgz} - engines: {node: '>=4'} - dependencies: - locate-path: registry.nlark.com/locate-path/2.0.0 - dev: true - /findup-sync/4.0.0: resolution: {integrity: sha1-lWyc3egEBSuIG0KFEpBcSl8s3vA=, tarball: findup-sync/download/findup-sync-4.0.0.tgz} engines: {node: '>= 8'} @@ -470,6 +428,7 @@ packages: /is-arrayish/0.2.1: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=, tarball: is-arrayish/download/is-arrayish-0.2.1.tgz} dev: true + optional: true /is-ci/2.0.0: resolution: {integrity: sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=, tarball: is-ci/download/is-ci-2.0.0.tgz?cache=0&sync_timestamp=1613636778230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-ci%2Fdownload%2Fis-ci-2.0.0.tgz} @@ -515,22 +474,11 @@ packages: engines: {node: '>=0.10.0'} dev: true - /json-parse-better-errors/1.0.2: - resolution: {integrity: sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk=, tarball: json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz} - dev: true - /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=, tarball: json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz} dev: true optional: true - /json5/1.0.1: - resolution: {integrity: sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=, tarball: json5/download/json5-1.0.1.tgz} - hasBin: true - dependencies: - minimist: 1.2.5 - dev: true - /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=, tarball: jsonfile/download/jsonfile-4.0.0.tgz} optionalDependencies: @@ -627,11 +575,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /p-try/1.0.0: - resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=, tarball: p-try/download/p-try-1.0.0.tgz} - engines: {node: '>=4'} - dev: true - /parent-module/1.0.1: resolution: {integrity: sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=, tarball: parent-module/download/parent-module-1.0.1.tgz} engines: {node: '>=6'} @@ -640,14 +583,6 @@ packages: dev: true optional: true - /parse-json/4.0.0: - resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=, tarball: parse-json/download/parse-json-4.0.0.tgz} - engines: {node: '>=4'} - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: true - /parse-json/5.2.0: resolution: {integrity: sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=, tarball: parse-json/download/parse-json-5.2.0.tgz} engines: {node: '>=8'} @@ -674,31 +609,12 @@ packages: engines: {node: '>=8'} dev: false - /path-type/3.0.0: - resolution: {integrity: sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=, tarball: path-type/download/path-type-3.0.0.tgz} - engines: {node: '>=4'} - dependencies: - pify: 3.0.0 - dev: true - /path-type/4.0.0: resolution: {integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=, tarball: path-type/download/path-type-4.0.0.tgz} engines: {node: '>=8'} dev: true optional: true - /pify/3.0.0: - resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=, tarball: pify/download/pify-3.0.0.tgz} - engines: {node: '>=4'} - dev: true - - /pkg-up/2.0.0: - resolution: {integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8=, tarball: pkg-up/download/pkg-up-2.0.0.tgz} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - dev: true - /prettier-linter-helpers/1.0.0: resolution: {integrity: sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s=, tarball: prettier-linter-helpers/download/prettier-linter-helpers-1.0.0.tgz} engines: {node: '>=6.0.0'} @@ -713,14 +629,6 @@ packages: side-channel: 1.0.4 dev: false - /read-pkg-up/3.0.0: - resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=, tarball: read-pkg-up/download/read-pkg-up-3.0.0.tgz} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - read-pkg: registry.nlark.com/read-pkg/3.0.0 - dev: true - /resolve-dir/1.0.1: resolution: {integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=, tarball: resolve-dir/download/resolve-dir-1.0.1.tgz} engines: {node: '>=0.10.0'} @@ -802,6 +710,7 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.1.1 object-inspect: registry.nlark.com/object-inspect/1.11.0 + dev: false /slash/2.0.0: resolution: {integrity: sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=, tarball: slash/download/slash-2.0.0.tgz} @@ -1083,12 +992,6 @@ packages: version: 1.2.0 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} - name: '@iconify/json-tools' - version: 1.0.10 - dev: true - registry.nlark.com/@iconify/vue/3.0.0_vue@3.2.20: resolution: {integrity: sha1-fi+opRWupOUDE9QazbPMCzSSgp0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/vue/download/@iconify/vue-3.0.0.tgz} id: registry.nlark.com/@iconify/vue/3.0.0 @@ -1176,6 +1079,12 @@ packages: 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' + version: 0.0.29 + dev: true + registry.nlark.com/@types/lodash-es/4.17.5: resolution: {integrity: sha1-HD/dFoSdhK6kOJCxxg2jeftQE1M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/lodash-es/download/@types/lodash-es-4.17.5.tgz} name: '@types/lodash-es' @@ -1295,6 +1204,17 @@ packages: acorn: registry.nlark.com/acorn/7.4.1 dev: true + registry.nlark.com/acorn-jsx/5.3.2_acorn@8.5.0: + resolution: {integrity: sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/acorn-jsx/download/acorn-jsx-5.3.2.tgz} + id: registry.nlark.com/acorn-jsx/5.3.2 + name: acorn-jsx + version: 5.3.2 + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: registry.nlark.com/acorn/8.5.0 + dev: true + registry.nlark.com/acorn/7.4.1: resolution: {integrity: sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/acorn/download/acorn-7.4.1.tgz} name: acorn @@ -1303,6 +1223,14 @@ packages: hasBin: true dev: true + registry.nlark.com/acorn/8.5.0: + resolution: {integrity: sha1-RRLMuZs2mMdSWR6btEcuOK1DzuI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/acorn/download/acorn-8.5.0.tgz} + name: acorn + version: 8.5.0 + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + registry.nlark.com/aggregate-error/3.1.0: resolution: {integrity: sha1-kmcP9Q9TWb23o+DUDQ7DDFc3aHo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/aggregate-error/download/aggregate-error-3.1.0.tgz} name: aggregate-error @@ -1324,17 +1252,6 @@ packages: uri-js: registry.nlark.com/uri-js/4.4.1 dev: true - registry.nlark.com/ajv/8.6.3: - resolution: {integrity: sha1-EaZlJ3Ydw+mjhF6nddLTwEFOh2Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ajv/download/ajv-8.6.3.tgz?cache=0&sync_timestamp=1631500216449&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fajv%2Fdownload%2Fajv-8.6.3.tgz} - name: ajv - version: 8.6.3 - dependencies: - fast-deep-equal: registry.nlark.com/fast-deep-equal/3.1.3 - json-schema-traverse: registry.nlark.com/json-schema-traverse/1.0.0 - require-from-string: registry.nlark.com/require-from-string/2.0.2 - uri-js: registry.nlark.com/uri-js/4.4.1 - dev: true - registry.nlark.com/ansi-colors/4.1.1: resolution: {integrity: sha1-y7muJWv3UK8eqzRPIpqif+lLo0g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-colors/download/ansi-colors-4.1.1.tgz} name: ansi-colors @@ -1405,6 +1322,12 @@ packages: sprintf-js: registry.nlark.com/sprintf-js/1.0.3 dev: true + registry.nlark.com/argparse/2.0.1: + resolution: {integrity: sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/argparse/download/argparse-2.0.1.tgz} + name: argparse + version: 2.0.1 + dev: true + registry.nlark.com/array-ify/1.0.0: resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-ify/download/array-ify-1.0.0.tgz} name: array-ify @@ -1926,7 +1849,7 @@ packages: name: debug version: 3.2.7 dependencies: - ms: registry.nlark.com/ms/2.1.3 + ms: registry.npmmirror.com/ms/2.1.3 dev: true registry.nlark.com/debug/4.3.2: @@ -1975,6 +1898,15 @@ packages: version: 0.1.3 dev: true + registry.nlark.com/define-properties/1.1.3: + resolution: {integrity: sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/define-properties/download/define-properties-1.1.3.tgz} + name: define-properties + version: 1.1.3 + engines: {node: '>= 0.4'} + dependencies: + object-keys: registry.nlark.com/object-keys/1.1.1 + dev: true + registry.nlark.com/delegate/3.2.0: resolution: {integrity: sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/delegate/download/delegate-3.2.0.tgz} name: delegate @@ -2010,6 +1942,15 @@ packages: path-type: registry.nlark.com/path-type/4.0.0 dev: true + registry.nlark.com/doctrine/2.1.0: + resolution: {integrity: sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/doctrine/download/doctrine-2.1.0.tgz} + name: doctrine + version: 2.1.0 + engines: {node: '>=0.10.0'} + dependencies: + esutils: registry.nlark.com/esutils/2.0.3 + dev: true + registry.nlark.com/doctrine/3.0.0: resolution: {integrity: sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/doctrine/download/doctrine-3.0.0.tgz} name: doctrine @@ -2203,7 +2144,7 @@ packages: engines: {node: '>=10'} dev: true - registry.nlark.com/eslint-config-prettier/6.15.0_eslint@7.32.0: + registry.nlark.com/eslint-config-prettier/6.15.0_eslint@8.0.0: resolution: {integrity: sha1-f5P2y31FqS8VN6cOzAY2bhrG/tk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz?cache=0&sync_timestamp=1619273822093&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-config-prettier%2Fdownload%2Feslint-config-prettier-6.15.0.tgz} id: registry.nlark.com/eslint-config-prettier/6.15.0 name: eslint-config-prettier @@ -2212,11 +2153,11 @@ packages: peerDependencies: eslint: '>=3.14.1' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 get-stdin: 6.0.0 dev: true - registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0: + registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.0.0: resolution: {integrity: sha1-90cbILb+ipqSVMxoRFQgKIai3Xo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-config-prettier/download/eslint-config-prettier-8.3.0.tgz?cache=0&sync_timestamp=1619273822093&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-config-prettier%2Fdownload%2Feslint-config-prettier-8.3.0.tgz} id: registry.nlark.com/eslint-config-prettier/8.3.0 name: eslint-config-prettier @@ -2225,7 +2166,7 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 dev: true registry.nlark.com/eslint-import-resolver-node/0.3.6: @@ -2237,44 +2178,7 @@ packages: resolve: registry.nlark.com/resolve/1.20.0 dev: true - registry.nlark.com/eslint-module-utils/2.6.2: - resolution: {integrity: sha1-lOVUDdFf4VIuj/o+yNs7f6fnpTQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-module-utils/download/eslint-module-utils-2.6.2.tgz} - name: eslint-module-utils - version: 2.6.2 - engines: {node: '>=4'} - dependencies: - debug: registry.nlark.com/debug/3.2.7 - pkg-dir: registry.nlark.com/pkg-dir/2.0.0 - dev: true - - registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0: - resolution: {integrity: sha1-LIzS40HziFkY7ifRhHmRCt57tNo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.24.2.tgz} - id: registry.nlark.com/eslint-plugin-import/2.24.2 - name: eslint-plugin-import - version: 2.24.2 - engines: {node: '>=4'} - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 - dependencies: - array-includes: 3.1.3 - array.prototype.flat: 1.2.4 - debug: registry.nlark.com/debug/2.6.9 - doctrine: 2.1.0 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-import-resolver-node: registry.nlark.com/eslint-import-resolver-node/0.3.6 - eslint-module-utils: registry.nlark.com/eslint-module-utils/2.6.2 - find-up: 2.1.0 - has: registry.nlark.com/has/1.0.3 - is-core-module: registry.nlark.com/is-core-module/2.6.0 - minimatch: 3.0.4 - object.values: registry.nlark.com/object.values/1.1.4 - pkg-up: 2.0.0 - read-pkg-up: 3.0.0 - resolve: registry.nlark.com/resolve/1.20.0 - tsconfig-paths: registry.nlark.com/tsconfig-paths/3.11.0 - dev: true - - registry.nlark.com/eslint-plugin-prettier/4.0.0_6e975bd57c7acf028c1a9ddbbf60c898: + registry.nlark.com/eslint-plugin-prettier/4.0.0_d9a06a67ccd5236c5645569c7624c2c9: resolution: {integrity: sha1-i5nR5LiySnYkcrRWeZICNhnLmOA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-prettier/download/eslint-plugin-prettier-4.0.0.tgz} id: registry.nlark.com/eslint-plugin-prettier/4.0.0 name: eslint-plugin-prettier @@ -2288,8 +2192,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.0.0 prettier: registry.nlark.com/prettier/2.4.1 prettier-linter-helpers: 1.0.0 dev: true @@ -2304,6 +2208,16 @@ packages: estraverse: registry.nlark.com/estraverse/4.3.0 dev: true + registry.nlark.com/eslint-scope/6.0.0: + resolution: {integrity: sha1-nPRbE8Wsjz1MUPRqUSH2Gz4xiXg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-scope/download/eslint-scope-6.0.0.tgz?cache=0&sync_timestamp=1631500167228&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-scope%2Fdownload%2Feslint-scope-6.0.0.tgz} + name: eslint-scope + version: 6.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: registry.nlark.com/esrecurse/4.3.0 + estraverse: registry.nlark.com/estraverse/5.2.0 + dev: true + registry.nlark.com/eslint-utils/2.1.0: resolution: {integrity: sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz} name: eslint-utils @@ -2313,7 +2227,7 @@ packages: eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/1.3.0 dev: true - registry.nlark.com/eslint-utils/3.0.0_eslint@7.32.0: + registry.nlark.com/eslint-utils/3.0.0_eslint@8.0.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} id: registry.nlark.com/eslint-utils/3.0.0 name: eslint-utils @@ -2322,7 +2236,7 @@ packages: peerDependencies: eslint: '>=5' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0 dev: true @@ -2340,6 +2254,13 @@ packages: engines: {node: '>=10'} dev: true + registry.nlark.com/eslint-visitor-keys/3.0.0: + resolution: {integrity: sha1-4y6Zxs3C6wY/IE7aXbZ7/li7QYY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-visitor-keys/download/eslint-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.nlark.com/espree/6.2.1: resolution: {integrity: sha1-d/xy4f10SiBSwg84pbV1gy6Cc0o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/espree/download/espree-6.2.1.tgz} name: espree @@ -2351,15 +2272,15 @@ packages: eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/1.3.0 dev: true - registry.nlark.com/espree/7.3.1: - resolution: {integrity: sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/espree/download/espree-7.3.1.tgz} + registry.nlark.com/espree/9.0.0: + resolution: {integrity: sha1-6QopZWmCKFAudxx6WEibGp0QcJA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/espree/download/espree-9.0.0.tgz} name: espree - version: 7.3.1 - engines: {node: ^10.12.0 || >=12.0.0} + version: 9.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: registry.nlark.com/acorn/7.4.1 - acorn-jsx: registry.nlark.com/acorn-jsx/5.3.2_acorn@7.4.1 - eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/1.3.0 + acorn: registry.nlark.com/acorn/8.5.0 + acorn-jsx: registry.nlark.com/acorn-jsx/5.3.2_acorn@8.5.0 + eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/3.0.0 dev: true registry.nlark.com/esprima/4.0.1: @@ -2622,7 +2543,6 @@ packages: resolution: {integrity: sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/function-bind/download/function-bind-1.1.1.tgz} name: function-bind version: 1.1.1 - dev: true 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} @@ -2660,6 +2580,16 @@ packages: engines: {node: '>=10'} dev: true + registry.nlark.com/get-symbol-description/1.0.0: + resolution: {integrity: sha1-f9uByQAQH71WTdXxowr1qtweWNY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-symbol-description/download/get-symbol-description-1.0.0.tgz} + name: get-symbol-description + version: 1.0.0 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + dev: true + registry.nlark.com/git-raw-commits/2.0.10: resolution: {integrity: sha1-4iVe2VY7HJw+pr0FgGQQKQKXu8E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/git-raw-commits/download/git-raw-commits-2.0.10.tgz} name: git-raw-commits @@ -2715,7 +2645,7 @@ packages: version: 13.11.0 engines: {node: '>=8'} dependencies: - type-fest: registry.nlark.com/type-fest/0.20.2 + type-fest: registry.npmmirror.com/type-fest/0.20.2 dev: true registry.nlark.com/globby/11.0.4: @@ -2753,6 +2683,12 @@ packages: engines: {node: '>=6'} dev: true + registry.nlark.com/has-bigints/1.0.1: + resolution: {integrity: sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-bigints/download/has-bigints-1.0.1.tgz} + name: has-bigints + version: 1.0.1 + dev: true + registry.nlark.com/has-flag/3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-flag/download/has-flag-3.0.0.tgz} name: has-flag @@ -2788,7 +2724,7 @@ packages: version: 1.0.3 engines: {node: '>= 0.4.0'} dependencies: - function-bind: 1.1.1 + function-bind: registry.nlark.com/function-bind/1.1.1 registry.nlark.com/he/1.2.0: resolution: {integrity: sha1-hK5l+n6vsWX922FWauFLrwVmTw8=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/he/download/he-1.2.0.tgz} @@ -2956,9 +2892,9 @@ packages: version: 1.0.3 engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.1.1 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 has: registry.nlark.com/has/1.0.3 - side-channel: 1.0.4 + side-channel: registry.nlark.com/side-channel/1.0.4 dev: true registry.nlark.com/is-arrayish/0.2.1: @@ -2968,11 +2904,11 @@ packages: dev: true registry.nlark.com/is-bigint/1.0.4: - resolution: {integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-bigint/download/is-bigint-1.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-bigint%2Fdownload%2Fis-bigint-1.0.4.tgz} + resolution: {integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-bigint/download/is-bigint-1.0.4.tgz} name: is-bigint version: 1.0.4 dependencies: - has-bigints: 1.0.1 + has-bigints: registry.nlark.com/has-bigints/1.0.1 dev: true registry.nlark.com/is-binary-path/2.1.0: @@ -2990,7 +2926,7 @@ packages: version: 1.1.2 engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: registry.nlark.com/call-bind/1.0.2 has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 dev: true @@ -3041,8 +2977,15 @@ packages: engines: {node: '>=8'} dev: true + registry.nlark.com/is-negative-zero/2.0.1: + resolution: {integrity: sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz} + name: is-negative-zero + version: 2.0.1 + engines: {node: '>= 0.4'} + dev: true + registry.nlark.com/is-number-object/1.0.6: - resolution: {integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz?cache=0&sync_timestamp=1628224102113&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-number-object%2Fdownload%2Fis-number-object-1.0.6.tgz} + resolution: {integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz} name: is-number-object version: 1.0.6 engines: {node: '>= 0.4'} @@ -3123,7 +3066,7 @@ packages: version: 1.0.4 engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.2 + has-symbols: registry.nlark.com/has-symbols/1.0.2 dev: true registry.nlark.com/is-text-path/1.0.1: @@ -3189,6 +3132,15 @@ packages: esprima: registry.nlark.com/esprima/4.0.1 dev: true + registry.nlark.com/js-yaml/4.1.0: + resolution: {integrity: sha1-wftl+PUBeQHN0slRhkuhhFihBgI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/js-yaml/download/js-yaml-4.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjs-yaml%2Fdownload%2Fjs-yaml-4.1.0.tgz} + name: js-yaml + version: 4.1.0 + hasBin: true + dependencies: + argparse: registry.nlark.com/argparse/2.0.1 + dev: true + registry.nlark.com/json-parse-even-better-errors/2.3.1: resolution: {integrity: sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz} name: json-parse-even-better-errors @@ -3201,18 +3153,21 @@ packages: version: 0.4.1 dev: true - registry.nlark.com/json-schema-traverse/1.0.0: - resolution: {integrity: sha1-rnvLNlard6c7pcSb9lTzjmtoYOI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz} - name: json-schema-traverse - version: 1.0.0 - dev: true - registry.nlark.com/json-stable-stringify-without-jsonify/1.0.1: resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz} name: json-stable-stringify-without-jsonify version: 1.0.1 dev: true + registry.nlark.com/json5/1.0.1: + resolution: {integrity: sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json5/download/json5-1.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjson5%2Fdownload%2Fjson5-1.0.1.tgz} + name: json5 + version: 1.0.1 + hasBin: true + dependencies: + minimist: registry.nlark.com/minimist/1.2.5 + dev: true + registry.nlark.com/jsonc-parser/2.3.1: resolution: {integrity: sha1-WVSRULEz8u+sykj+nOHsBlmvI0I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsonc-parser/download/jsonc-parser-2.3.1.tgz} name: jsonc-parser @@ -3288,20 +3243,8 @@ packages: version: 1.1.6 dev: true - registry.nlark.com/load-json-file/4.0.0: - resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/load-json-file/download/load-json-file-4.0.0.tgz} - name: load-json-file - version: 4.0.0 - engines: {node: '>=4'} - dependencies: - graceful-fs: registry.nlark.com/graceful-fs/4.2.8 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: registry.nlark.com/strip-bom/3.0.0 - dev: true - registry.nlark.com/locate-path/2.0.0: - resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-2.0.0.tgz?cache=0&sync_timestamp=1629895855370&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flocate-path%2Fdownload%2Flocate-path-2.0.0.tgz} + resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-2.0.0.tgz} name: locate-path version: 2.0.0 engines: {node: '>=4'} @@ -3334,12 +3277,6 @@ packages: version: 4.17.21 dev: false - registry.nlark.com/lodash.clonedeep/4.5.0: - resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.clonedeep/download/lodash.clonedeep-4.5.0.tgz} - name: lodash.clonedeep - version: 4.5.0 - dev: true - registry.nlark.com/lodash.get/4.4.2: resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.get/download/lodash.get-4.4.2.tgz} name: lodash.get @@ -3352,12 +3289,6 @@ packages: version: 4.6.2 dev: true - registry.nlark.com/lodash.truncate/4.4.2: - resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.truncate/download/lodash.truncate-4.4.2.tgz} - name: lodash.truncate - version: 4.4.2 - dev: true - registry.nlark.com/lodash/4.17.21: resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash%2Fdownload%2Flodash-4.17.21.tgz} name: lodash @@ -3505,6 +3436,12 @@ packages: brace-expansion: registry.nlark.com/brace-expansion/1.1.11 dev: true + registry.nlark.com/minimist/1.2.5: + resolution: {integrity: sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimist/download/minimist-1.2.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fminimist%2Fdownload%2Fminimist-1.2.5.tgz} + name: minimist + version: 1.2.5 + dev: true + registry.nlark.com/ms/2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.0.0.tgz} name: ms @@ -3517,12 +3454,6 @@ packages: version: 2.1.2 dev: true - registry.nlark.com/ms/2.1.3: - resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.3.tgz} - name: ms - version: 2.1.3 - dev: true - registry.nlark.com/natural-compare/1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/natural-compare/download/natural-compare-1.4.0.tgz} name: natural-compare @@ -3580,6 +3511,25 @@ packages: name: object-inspect version: 1.11.0 + registry.nlark.com/object-keys/1.1.1: + resolution: {integrity: sha1-HEfyct8nfzsdrwYWd9nILiMixg4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-keys/download/object-keys-1.1.1.tgz} + name: object-keys + version: 1.1.1 + engines: {node: '>= 0.4'} + dev: true + + registry.nlark.com/object.assign/4.1.2: + resolution: {integrity: sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object.assign/download/object.assign-4.1.2.tgz} + name: object.assign + version: 4.1.2 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + object-keys: registry.nlark.com/object-keys/1.1.1 + dev: true + registry.nlark.com/object.entries/1.1.4: resolution: {integrity: sha1-Q8z5pQvF/VtknUWrGlefJOCIyv0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object.entries/download/object.entries-1.1.4.tgz} name: object.entries @@ -3591,17 +3541,6 @@ packages: es-abstract: registry.nlark.com/es-abstract/1.18.5 dev: true - registry.nlark.com/object.values/1.1.4: - resolution: {integrity: sha1-DSc3YoM+gWtpOmN9MAc+cFFTWzA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object.values/download/object.values-1.1.4.tgz} - name: object.values - version: 1.1.4 - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: registry.nlark.com/es-abstract/1.18.5 - dev: true - registry.nlark.com/once/1.4.0: resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/once/download/once-1.4.0.tgz} name: once @@ -3651,12 +3590,12 @@ packages: dev: true registry.nlark.com/p-limit/1.3.0: - resolution: {integrity: sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-limit/download/p-limit-1.3.0.tgz} + resolution: {integrity: sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-limit/download/p-limit-1.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-1.3.0.tgz} name: p-limit version: 1.3.0 engines: {node: '>=4'} dependencies: - p-try: 1.0.0 + p-try: registry.npmmirror.com/p-try/1.0.0 dev: true registry.nlark.com/p-limit/2.3.0: @@ -3678,7 +3617,7 @@ packages: dev: true registry.nlark.com/p-locate/2.0.0: - resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-locate/download/p-locate-2.0.0.tgz?cache=0&sync_timestamp=1629892988741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-locate%2Fdownload%2Fp-locate-2.0.0.tgz} + resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-locate/download/p-locate-2.0.0.tgz} name: p-locate version: 2.0.0 engines: {node: '>=4'} @@ -3773,7 +3712,7 @@ packages: dev: true registry.nlark.com/path-exists/3.0.0: - resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-exists/download/path-exists-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpath-exists%2Fdownload%2Fpath-exists-3.0.0.tgz} + resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-exists/download/path-exists-3.0.0.tgz} name: path-exists version: 3.0.0 engines: {node: '>=4'} @@ -3820,15 +3759,6 @@ packages: engines: {node: '>=8.6'} dev: true - registry.nlark.com/pkg-dir/2.0.0: - resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pkg-dir/download/pkg-dir-2.0.0.tgz} - name: pkg-dir - version: 2.0.0 - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - dev: true - registry.nlark.com/please-upgrade-node/3.2.0: resolution: {integrity: sha1-rt3T+ZTJM+StmLmdmlVu+g4v6UI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/please-upgrade-node/download/please-upgrade-node-3.2.0.tgz} name: please-upgrade-node @@ -4027,17 +3957,6 @@ packages: type-fest: registry.nlark.com/type-fest/0.8.1 dev: true - registry.nlark.com/read-pkg/3.0.0: - resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/read-pkg/download/read-pkg-3.0.0.tgz?cache=0&sync_timestamp=1628985520600&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fread-pkg%2Fdownload%2Fread-pkg-3.0.0.tgz} - name: read-pkg - version: 3.0.0 - engines: {node: '>=4'} - dependencies: - load-json-file: registry.nlark.com/load-json-file/4.0.0 - normalize-package-data: registry.nlark.com/normalize-package-data/2.5.0 - path-type: 3.0.0 - dev: true - registry.nlark.com/read-pkg/5.2.0: resolution: {integrity: sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/read-pkg/download/read-pkg-5.2.0.tgz} name: read-pkg @@ -4107,13 +4026,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - registry.nlark.com/require-from-string/2.0.2: - resolution: {integrity: sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/require-from-string/download/require-from-string-2.0.2.tgz} - name: require-from-string - version: 2.0.2 - engines: {node: '>=0.10.0'} - 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} name: resize-observer-polyfill @@ -4268,6 +4180,16 @@ packages: version: 3.0.0 engines: {node: '>=8'} + registry.nlark.com/side-channel/1.0.4: + resolution: {integrity: sha1-785cj9wQTudRslxY1CkAEfpeos8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/side-channel/download/side-channel-1.0.4.tgz} + name: side-channel + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + object-inspect: registry.nlark.com/object-inspect/1.11.0 + dev: true + registry.nlark.com/signal-exit/3.0.3: resolution: {integrity: sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/signal-exit/download/signal-exit-3.0.3.tgz?cache=0&sync_timestamp=1622616735199&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsignal-exit%2Fdownload%2Fsignal-exit-3.0.3.tgz} name: signal-exit @@ -4373,6 +4295,24 @@ packages: version: 1.0.3 dev: true + registry.nlark.com/string.prototype.trimend/1.0.4: + resolution: {integrity: sha1-51rpDClCxjUEaGwYsoe0oLGkX4A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz} + name: string.prototype.trimend + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + + registry.nlark.com/string.prototype.trimstart/1.0.4: + resolution: {integrity: sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz} + name: string.prototype.trimstart + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + registry.nlark.com/string_decoder/1.3.0: resolution: {integrity: sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string_decoder/download/string_decoder-1.3.0.tgz} name: string_decoder @@ -4559,9 +4499,9 @@ packages: name: tsconfig-paths version: 3.11.0 dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.5 + '@types/json5': registry.nlark.com/@types/json5/0.0.29 + json5: registry.nlark.com/json5/1.0.1 + minimist: registry.nlark.com/minimist/1.2.5 strip-bom: registry.nlark.com/strip-bom/3.0.0 dev: true @@ -4577,7 +4517,7 @@ packages: version: 2.3.1 dev: true - registry.nlark.com/tsutils/3.21.0_typescript@4.4.3: + registry.nlark.com/tsutils/3.21.0_typescript@4.4.4: 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} id: registry.nlark.com/tsutils/3.21.0 name: tsutils @@ -4587,7 +4527,7 @@ packages: 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' dependencies: tslib: registry.nlark.com/tslib/1.14.1 - typescript: registry.nlark.com/typescript/4.4.3 + typescript: registry.npmmirror.com/typescript/4.4.4 dev: true registry.nlark.com/type-check/0.4.0: @@ -4606,13 +4546,6 @@ packages: engines: {node: '>=10'} dev: true - registry.nlark.com/type-fest/0.20.2: - resolution: {integrity: sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-fest/download/type-fest-0.20.2.tgz} - name: type-fest - version: 0.20.2 - engines: {node: '>=10'} - dev: true - registry.nlark.com/type-fest/0.21.3: resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-fest/download/type-fest-0.21.3.tgz} name: type-fest @@ -4634,12 +4567,15 @@ packages: engines: {node: '>=8'} dev: true - registry.nlark.com/typescript/4.4.3: - resolution: {integrity: sha1-vcVAfKorEJ79T4L+EwZW+XeikyQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/typescript/download/typescript-4.4.3.tgz?cache=0&sync_timestamp=1631308569166&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftypescript%2Fdownload%2Ftypescript-4.4.3.tgz} - name: typescript - version: 4.4.3 - engines: {node: '>=4.2.0'} - hasBin: true + registry.nlark.com/unbox-primitive/1.0.1: + resolution: {integrity: sha1-CF4hViXsMWJXTciFmr7nilmxRHE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unbox-primitive/download/unbox-primitive-1.0.1.tgz} + name: unbox-primitive + version: 1.0.1 + dependencies: + function-bind: registry.nlark.com/function-bind/1.1.1 + has-bigints: registry.nlark.com/has-bigints/1.0.1 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + which-boxed-primitive: registry.nlark.com/which-boxed-primitive/1.0.2 dev: true registry.nlark.com/universalify/2.0.0: @@ -4755,7 +4691,7 @@ packages: vue: registry.npmmirror.com/vue/3.2.20 dev: false - registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0: + registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.0.0: resolution: {integrity: sha1-6k5LEP0QqjXIp5rHg0iNirzSm+g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-eslint-parser/download/vue-eslint-parser-7.10.0.tgz} id: registry.nlark.com/vue-eslint-parser/7.10.0 name: vue-eslint-parser @@ -4765,7 +4701,7 @@ packages: eslint: '>=5.0.0' dependencies: debug: registry.nlark.com/debug/4.3.2 - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 eslint-scope: registry.nlark.com/eslint-scope/5.1.1 eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/1.3.0 espree: registry.nlark.com/espree/6.2.1 @@ -4794,6 +4730,18 @@ packages: version: 0.4.3 dev: true + registry.nlark.com/which-boxed-primitive/1.0.2: + resolution: {integrity: sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz} + name: which-boxed-primitive + version: 1.0.2 + dependencies: + is-bigint: registry.nlark.com/is-bigint/1.0.4 + is-boolean-object: registry.nlark.com/is-boolean-object/1.1.2 + is-number-object: registry.nlark.com/is-number-object/1.0.6 + is-string: registry.nlark.com/is-string/1.0.7 + is-symbol: registry.nlark.com/is-symbol/1.0.4 + dev: true + registry.nlark.com/which/2.0.2: resolution: {integrity: sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/which/download/which-2.0.2.tgz} name: which @@ -4901,14 +4849,6 @@ packages: find-up: registry.npmmirror.com/find-up/5.0.0 dev: true - registry.npmmirror.com/@babel/code-frame/7.12.11: - resolution: {integrity: sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz} - name: '@babel/code-frame' - version: 7.12.11 - dependencies: - '@babel/highlight': registry.nlark.com/@babel/highlight/7.14.5 - dev: true - registry.npmmirror.com/@babel/code-frame/7.14.5: resolution: {integrity: sha1-I7CNdA6D9JxeWZRfvxtD6Au/Tts=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.14.5.tgz} name: '@babel/code-frame' @@ -5098,15 +5038,15 @@ packages: chalk: registry.nlark.com/chalk/4.1.2 dev: true - registry.npmmirror.com/@eslint/eslintrc/0.4.3: - resolution: {integrity: sha1-nkKYHvA1vrPdSa3ResuW6P9vOUw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/download/@eslint/eslintrc-0.4.3.tgz} + registry.npmmirror.com/@eslint/eslintrc/1.0.2: + resolution: {integrity: sha1-YESIT3+TxOzC0WlMdIbM6R7490Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/download/@eslint/eslintrc-1.0.2.tgz} name: '@eslint/eslintrc' - version: 0.4.3 - engines: {node: ^10.12.0 || >=12.0.0} + version: 1.0.2 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: registry.nlark.com/ajv/6.12.6 debug: registry.nlark.com/debug/4.3.2 - espree: registry.nlark.com/espree/7.3.1 + espree: registry.nlark.com/espree/9.0.0 globals: registry.nlark.com/globals/13.11.0 ignore: registry.nlark.com/ignore/4.0.6 import-fresh: registry.nlark.com/import-fresh/3.3.0 @@ -5117,10 +5057,10 @@ packages: - supports-color dev: true - registry.npmmirror.com/@humanwhocodes/config-array/0.5.0: - resolution: {integrity: sha1-FAeWfUxu7Nc4j4Os8er00Mbljvk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/download/@humanwhocodes/config-array-0.5.0.tgz} + registry.npmmirror.com/@humanwhocodes/config-array/0.6.0: + resolution: {integrity: sha1-tWIf2zsyMJ0tFldUVsvCd/qPAho=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/download/@humanwhocodes/config-array-0.6.0.tgz} name: '@humanwhocodes/config-array' - version: 0.5.0 + version: 0.6.0 engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': registry.nlark.com/@humanwhocodes/object-schema/1.2.0 @@ -5130,10 +5070,10 @@ packages: - supports-color dev: true - registry.npmmirror.com/@iconify/json/1.1.412: - resolution: {integrity: sha1-7l0FM7SDg8apMC+EptU8TAntbTY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.412.tgz} + registry.npmmirror.com/@iconify/json/1.1.413: + resolution: {integrity: sha1-labypKvtHaQH523COK8vlIauzus=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.413.tgz} name: '@iconify/json' - version: 1.1.412 + version: 1.1.413 dev: true registry.npmmirror.com/@iconify/types/1.0.10: @@ -5183,131 +5123,131 @@ packages: name: '@types/node' version: 16.6.2 - registry.npmmirror.com/@typescript-eslint/eslint-plugin/4.33.0_d753869925cce96d3eb2141eeedafe57: - resolution: {integrity: sha1-wk3HyAacdwa8QNmfb6h+3LIAUnY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.33.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/4.33.0 + registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0_d8f15b12d289fecfef32450ca1e4b77e: + resolution: {integrity: sha1-7MfMadHm80K+tuqc+fvALJeiEqw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-5.0.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0 name: '@typescript-eslint/eslint-plugin' - version: 4.33.0 - engines: {node: ^10.12.0 || >=12.0.0} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/4.33.0 + '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/5.0.0_eslint@8.0.0+typescript@4.4.4 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.0.0 debug: registry.nlark.com/debug/4.3.2 - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 functional-red-black-tree: registry.nlark.com/functional-red-black-tree/1.0.1 ignore: registry.nlark.com/ignore/5.1.8 regexpp: registry.nlark.com/regexpp/3.2.0 semver: registry.nlark.com/semver/7.3.5 - tsutils: registry.nlark.com/tsutils/3.21.0_typescript@4.4.3 - typescript: registry.nlark.com/typescript/4.4.3 + tsutils: registry.nlark.com/tsutils/3.21.0_typescript@4.4.4 + typescript: registry.npmmirror.com/typescript/4.4.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha1-byp4akIJ+iIimJ6TgLUzGygQ9/0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.33.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/experimental-utils/4.33.0 + registry.npmmirror.com/@typescript-eslint/experimental-utils/5.0.0_eslint@8.0.0+typescript@4.4.4: + resolution: {integrity: sha1-x9fmdEPfuf2TpdBg+3LJ6bVji7w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-5.0.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/experimental-utils/5.0.0 name: '@typescript-eslint/experimental-utils' - version: 4.33.0 - engines: {node: ^10.12.0 || >=12.0.0} + version: 5.0.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/4.33.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/4.33.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3 - eslint: registry.npmmirror.com/eslint/7.32.0 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.0.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.0.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.0.0_typescript@4.4.4 + eslint: registry.npmmirror.com/eslint/8.0.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 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.0.0 transitivePeerDependencies: - supports-color - typescript dev: true - registry.npmmirror.com/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha1-3+eXVw2WlOVgUo0Y7srYbIx0SJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.33.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/parser/4.33.0 + registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4: + resolution: {integrity: sha1-UNG+Lg3vgtc+hjzOunSu6smXNZI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/download/@typescript-eslint/parser-5.0.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/parser/5.0.0 name: '@typescript-eslint/parser' - version: 4.33.0 - engines: {node: ^10.12.0 || >=12.0.0} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/4.33.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/4.33.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.0.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.0.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.0.0_typescript@4.4.4 debug: registry.nlark.com/debug/4.3.2 - eslint: registry.npmmirror.com/eslint/7.32.0 - typescript: registry.nlark.com/typescript/4.4.3 + eslint: registry.npmmirror.com/eslint/8.0.0 + typescript: registry.npmmirror.com/typescript/4.4.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/scope-manager/4.33.0: - resolution: {integrity: sha1-045JKA2YPody4pEhz4xukiHygKM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.33.0.tgz} + registry.npmmirror.com/@typescript-eslint/scope-manager/5.0.0: + resolution: {integrity: sha1-rqD7DiSAwRaaAuidkAWsPyg1cT8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-5.0.0.tgz} name: '@typescript-eslint/scope-manager' - version: 4.33.0 - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/4.33.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/4.33.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.0.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.0.0 dev: true - registry.npmmirror.com/@typescript-eslint/types/4.33.0: - resolution: {integrity: sha1-oeWQNqO1OuhDDO6/KpGdx/mvbXI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/download/@typescript-eslint/types-4.33.0.tgz} + registry.npmmirror.com/@typescript-eslint/types/5.0.0: + resolution: {integrity: sha1-Jdk/bSabLSX9xRoEB+uBzLpg6w8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/download/@typescript-eslint/types-5.0.0.tgz} name: '@typescript-eslint/types' - version: 4.33.0 - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3: - resolution: {integrity: sha1-DftRwpCPaMXAjYKu/q8WahfCRgk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.33.0.tgz} - id: registry.npmmirror.com/@typescript-eslint/typescript-estree/4.33.0 + registry.npmmirror.com/@typescript-eslint/typescript-estree/5.0.0_typescript@4.4.4: + resolution: {integrity: sha1-vCD0E8blcscwnb5fo74CeYSVKvM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-5.0.0.tgz} + id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.0.0 name: '@typescript-eslint/typescript-estree' - version: 4.33.0 - engines: {node: ^10.12.0 || >=12.0.0} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/4.33.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/4.33.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.0.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.0.0 debug: registry.nlark.com/debug/4.3.2 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 - tsutils: registry.nlark.com/tsutils/3.21.0_typescript@4.4.3 - typescript: registry.nlark.com/typescript/4.4.3 + tsutils: registry.nlark.com/tsutils/3.21.0_typescript@4.4.4 + typescript: registry.npmmirror.com/typescript/4.4.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/visitor-keys/4.33.0: - resolution: {integrity: sha1-KiL3ekFgQom3oYZYbp7EjKku8d0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.33.0.tgz} + registry.npmmirror.com/@typescript-eslint/visitor-keys/5.0.0: + resolution: {integrity: sha1-t4n3zRBeWb7lwJg6NTlCpaSPVt8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-5.0.0.tgz} name: '@typescript-eslint/visitor-keys' - version: 4.33.0 - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + version: 5.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/4.33.0 - eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.0.0 + eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/3.0.0 dev: true - registry.npmmirror.com/@vitejs/plugin-vue/1.9.3_vite@2.6.5: + registry.npmmirror.com/@vitejs/plugin-vue/1.9.3_vite@2.6.7: resolution: {integrity: sha1-k9YYk85scj0CCa8Eg+yLkaLNgR8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.9.3.tgz} id: registry.npmmirror.com/@vitejs/plugin-vue/1.9.3 name: '@vitejs/plugin-vue' @@ -5316,22 +5256,22 @@ packages: peerDependencies: vite: ^2.5.10 dependencies: - vite: registry.npmmirror.com/vite/2.6.5_sass@1.42.1 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 dev: true - registry.npmmirror.com/@volar/code-gen/0.28.2: - resolution: {integrity: sha1-xvBQqrXNhQ17fRFPpXU0nq26/iM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/code-gen/download/@volar/code-gen-0.28.2.tgz} + registry.npmmirror.com/@volar/code-gen/0.28.3: + resolution: {integrity: sha1-456PrMlWHmrJBtbzobvgfnV638I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/code-gen/download/@volar/code-gen-0.28.3.tgz} name: '@volar/code-gen' - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.2 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.3 dev: true - registry.npmmirror.com/@volar/html2pug/0.28.2: - resolution: {integrity: sha1-QmLz+0zGw4wSOn2FzYFHg+thM5A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/html2pug/download/@volar/html2pug-0.28.2.tgz} + registry.npmmirror.com/@volar/html2pug/0.28.3: + resolution: {integrity: sha1-I8euUdMDCA00HFgDNwfYta6JOBs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/html2pug/download/@volar/html2pug-0.28.3.tgz} name: '@volar/html2pug' - version: 0.28.2 + version: 0.28.3 dependencies: domelementtype: registry.nlark.com/domelementtype/2.2.0 domhandler: registry.nlark.com/domhandler/4.2.2 @@ -5339,30 +5279,30 @@ packages: pug: registry.nlark.com/pug/3.0.2 dev: true - registry.npmmirror.com/@volar/shared/0.28.2: - resolution: {integrity: sha1-WLq6THdvYT101yjRvsylk6benLk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/shared/download/@volar/shared-0.28.2.tgz} + registry.npmmirror.com/@volar/shared/0.28.3: + resolution: {integrity: sha1-gqIC715qXfOtlEnlgjzo/NVQ7Wk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/shared/download/@volar/shared-0.28.3.tgz} name: '@volar/shared' - version: 0.28.2 + version: 0.28.3 dependencies: upath: registry.nlark.com/upath/2.0.1 vscode-jsonrpc: registry.npmmirror.com/vscode-jsonrpc/8.0.0-next.2 vscode-uri: registry.nlark.com/vscode-uri/3.0.2 dev: true - registry.npmmirror.com/@volar/source-map/0.28.2: - resolution: {integrity: sha1-SOqNoVINVA8x1SiVEEq04GkWl4s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/download/@volar/source-map-0.28.2.tgz} + registry.npmmirror.com/@volar/source-map/0.28.3: + resolution: {integrity: sha1-PKIuLq5hlXJvPQRyMoRdUIhPnYc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/download/@volar/source-map-0.28.3.tgz} name: '@volar/source-map' - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 dev: true - registry.npmmirror.com/@volar/transforms/0.28.2: - resolution: {integrity: sha1-RbPWkvUhFTeh8D50yEi42zD6JhM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/transforms/download/@volar/transforms-0.28.2.tgz} + registry.npmmirror.com/@volar/transforms/0.28.3: + resolution: {integrity: sha1-dr75Cu9JlD7kURatbnP/ji8frsc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/transforms/download/@volar/transforms-0.28.3.tgz} name: '@volar/transforms' - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 vscode-languageserver: registry.npmmirror.com/vscode-languageserver/8.0.0-next.2 dev: true @@ -5519,25 +5459,25 @@ packages: vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.20 dev: false - registry.npmmirror.com/@windicss/config/1.4.10: - resolution: {integrity: sha1-uuS7TLzF7MjP65mi+QZWouLZMVk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.4.10.tgz?cache=0&sync_timestamp=1633757491791&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40windicss%2Fconfig%2Fdownload%2F%40windicss%2Fconfig-1.4.10.tgz} + registry.npmmirror.com/@windicss/config/1.4.11: + resolution: {integrity: sha1-MAH9dDBzKdgLr1CO3G9rrKYYq5Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.4.11.tgz} name: '@windicss/config' - version: 1.4.10 + version: 1.4.11 dependencies: debug: registry.nlark.com/debug/4.3.2 - jiti: registry.npmmirror.com/jiti/1.12.6 + jiti: registry.npmmirror.com/jiti/1.12.7 windicss: registry.npmmirror.com/windicss/3.1.9 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@windicss/plugin-utils/1.4.10: - resolution: {integrity: sha1-DfnwRVv0gWeyvNI+pZyn9wRaTDQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.4.10.tgz?cache=0&sync_timestamp=1633757492302&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40windicss%2Fplugin-utils%2Fdownload%2F%40windicss%2Fplugin-utils-1.4.10.tgz} + registry.npmmirror.com/@windicss/plugin-utils/1.4.11: + resolution: {integrity: sha1-hxn0zAvnTVOkPwi0puDTl3yLa9Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.4.11.tgz} name: '@windicss/plugin-utils' - version: 1.4.10 + version: 1.4.11 dependencies: '@antfu/utils': registry.nlark.com/@antfu/utils/0.3.0 - '@windicss/config': registry.npmmirror.com/@windicss/config/1.4.10 + '@windicss/config': registry.npmmirror.com/@windicss/config/1.4.11 debug: registry.nlark.com/debug/4.3.2 fast-glob: registry.nlark.com/fast-glob/3.2.7 magic-string: registry.nlark.com/magic-string/0.25.7 @@ -5547,10 +5487,34 @@ packages: - supports-color dev: true - registry.npmmirror.com/axios/0.22.0: - resolution: {integrity: sha1-v3AsQftQ+8pFOVidg5oHcRe3myU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/download/axios-0.22.0.tgz} + registry.npmmirror.com/array-includes/3.1.4: + resolution: {integrity: sha1-9bSTFix2DzU5Yx8AW6K7Rqy0W6k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array-includes/download/array-includes-3.1.4.tgz} + name: array-includes + version: 3.1.4 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + is-string: registry.nlark.com/is-string/1.0.7 + dev: true + + registry.npmmirror.com/array.prototype.flat/1.2.5: + resolution: {integrity: sha1-B+CXXYS7x8SM0YedYJ5oJZjTPhM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array.prototype.flat/download/array.prototype.flat-1.2.5.tgz} + name: array.prototype.flat + version: 1.2.5 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + dev: true + + registry.npmmirror.com/axios/0.23.0: + resolution: {integrity: sha1-sPpdCUio0ddePVY1I4tsRiWwUUk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/download/axios-0.23.0.tgz} name: axios - version: 0.22.0 + version: 0.23.0 dependencies: follow-redirects: registry.nlark.com/follow-redirects/1.14.4 dev: false @@ -5610,6 +5574,34 @@ packages: version: 8.0.0 dev: true + registry.npmmirror.com/es-abstract/1.19.1: + resolution: {integrity: sha1-1IhXlodpFpWd547aoN9FZicRXsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-abstract/download/es-abstract-1.19.1.tgz} + name: es-abstract + version: 1.19.1 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + es-to-primitive: registry.nlark.com/es-to-primitive/1.2.1 + function-bind: registry.nlark.com/function-bind/1.1.1 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + get-symbol-description: registry.nlark.com/get-symbol-description/1.0.0 + has: registry.nlark.com/has/1.0.3 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + internal-slot: registry.nlark.com/internal-slot/1.0.3 + is-callable: registry.nlark.com/is-callable/1.2.4 + is-negative-zero: registry.nlark.com/is-negative-zero/2.0.1 + is-regex: registry.nlark.com/is-regex/1.1.4 + is-shared-array-buffer: registry.npmmirror.com/is-shared-array-buffer/1.0.1 + is-string: registry.nlark.com/is-string/1.0.7 + is-weakref: registry.npmmirror.com/is-weakref/1.0.1 + object-inspect: registry.nlark.com/object-inspect/1.11.0 + object-keys: registry.nlark.com/object-keys/1.1.1 + object.assign: registry.nlark.com/object.assign/4.1.2 + string.prototype.trimend: registry.nlark.com/string.prototype.trimend/1.0.4 + string.prototype.trimstart: registry.nlark.com/string.prototype.trimstart/1.0.4 + unbox-primitive: registry.nlark.com/unbox-primitive/1.0.1 + dev: true + registry.npmmirror.com/esbuild-android-arm64/0.13.4: resolution: {integrity: sha1-UXiiDSt6unQaMcGWCfnmezRplrk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild-android-arm64/download/esbuild-android-arm64-0.13.4.tgz} name: esbuild-android-arm64 @@ -5771,7 +5763,7 @@ packages: optional: true registry.npmmirror.com/esbuild/0.13.4: - resolution: {integrity: sha1-zi3rVsT7Ngk4MRy/xn+ORnu2hBs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild/download/esbuild-0.13.4.tgz} + resolution: {integrity: sha1-zi3rVsT7Ngk4MRy/xn+ORnu2hBs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild/download/esbuild-0.13.4.tgz?cache=0&sync_timestamp=1634089378546&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fesbuild%2Fdownload%2Fesbuild-0.13.4.tgz} name: esbuild version: 0.13.4 hasBin: true @@ -5795,7 +5787,43 @@ packages: esbuild-windows-arm64: registry.npmmirror.com/esbuild-windows-arm64/0.13.4 dev: true - registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@7.32.0: + registry.npmmirror.com/eslint-module-utils/2.7.0: + resolution: {integrity: sha1-npfBJogRNAElmznZYOah8J+WZDU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-module-utils/download/eslint-module-utils-2.7.0.tgz} + name: eslint-module-utils + version: 2.7.0 + engines: {node: '>=4'} + dependencies: + debug: registry.nlark.com/debug/3.2.7 + find-up: registry.npmmirror.com/find-up/2.1.0 + pkg-dir: registry.npmmirror.com/pkg-dir/2.0.0 + dev: true + + registry.npmmirror.com/eslint-plugin-import/2.25.2_eslint@8.0.0: + resolution: {integrity: sha1-s7kWDv3bcC/BY2ZZ5xuh0Qrb6ek=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-import/download/eslint-plugin-import-2.25.2.tgz} + id: registry.npmmirror.com/eslint-plugin-import/2.25.2 + name: eslint-plugin-import + version: 2.25.2 + engines: {node: '>=4'} + peerDependencies: + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + dependencies: + array-includes: registry.npmmirror.com/array-includes/3.1.4 + array.prototype.flat: registry.npmmirror.com/array.prototype.flat/1.2.5 + debug: registry.nlark.com/debug/2.6.9 + doctrine: registry.nlark.com/doctrine/2.1.0 + eslint: registry.npmmirror.com/eslint/8.0.0 + eslint-import-resolver-node: registry.nlark.com/eslint-import-resolver-node/0.3.6 + eslint-module-utils: registry.npmmirror.com/eslint-module-utils/2.7.0 + has: registry.nlark.com/has/1.0.3 + is-core-module: registry.npmmirror.com/is-core-module/2.7.0 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + minimatch: registry.nlark.com/minimatch/3.0.4 + object.values: registry.npmmirror.com/object.values/1.1.5 + resolve: registry.nlark.com/resolve/1.20.0 + tsconfig-paths: registry.nlark.com/tsconfig-paths/3.11.0 + dev: true + + registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@8.0.0: resolution: {integrity: sha1-Q1+yznEoQqlTCyjqy4g2gOjqpPM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.19.1.tgz?cache=0&sync_timestamp=1633513913072&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.19.1.tgz} id: registry.npmmirror.com/eslint-plugin-vue/7.19.1 name: eslint-plugin-vue @@ -5804,25 +5832,24 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint/8.0.0 eslint-utils: registry.nlark.com/eslint-utils/2.1.0 natural-compare: registry.nlark.com/natural-compare/1.4.0 semver: registry.nlark.com/semver/6.3.0 - vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0 + vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.0.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint/7.32.0: - resolution: {integrity: sha1-xtMooUvj+wjI0dIeEsAv23oqgS0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/download/eslint-7.32.0.tgz} + registry.npmmirror.com/eslint/8.0.0: + resolution: {integrity: sha1-LC0KxjU3VWZ6yQyf9KnBMV5D/P8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/download/eslint-8.0.0.tgz} name: eslint - version: 7.32.0 - engines: {node: ^10.12.0 || >=12.0.0} + version: 8.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.12.11 - '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/0.4.3 - '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.5.0 + '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/1.0.2 + '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.6.0 ajv: registry.nlark.com/ajv/6.12.6 chalk: registry.nlark.com/chalk/4.1.2 cross-spawn: registry.nlark.com/cross-spawn/7.0.3 @@ -5830,22 +5857,22 @@ packages: doctrine: registry.nlark.com/doctrine/3.0.0 enquirer: registry.nlark.com/enquirer/2.3.6 escape-string-regexp: registry.nlark.com/escape-string-regexp/4.0.0 - eslint-scope: registry.nlark.com/eslint-scope/5.1.1 - eslint-utils: registry.nlark.com/eslint-utils/2.1.0 - eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0 - espree: registry.nlark.com/espree/7.3.1 + eslint-scope: registry.nlark.com/eslint-scope/6.0.0 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.0.0 + eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/3.0.0 + espree: registry.nlark.com/espree/9.0.0 esquery: registry.nlark.com/esquery/1.4.0 esutils: registry.nlark.com/esutils/2.0.3 fast-deep-equal: registry.nlark.com/fast-deep-equal/3.1.3 file-entry-cache: registry.nlark.com/file-entry-cache/6.0.1 functional-red-black-tree: registry.nlark.com/functional-red-black-tree/1.0.1 - glob-parent: registry.npmmirror.com/glob-parent/5.1.2 + glob-parent: registry.npmmirror.com/glob-parent/6.0.2 globals: registry.nlark.com/globals/13.11.0 ignore: registry.nlark.com/ignore/4.0.6 import-fresh: registry.nlark.com/import-fresh/3.3.0 imurmurhash: registry.nlark.com/imurmurhash/0.1.4 is-glob: registry.npmmirror.com/is-glob/4.0.3 - js-yaml: registry.nlark.com/js-yaml/3.14.1 + js-yaml: registry.nlark.com/js-yaml/4.1.0 json-stable-stringify-without-jsonify: registry.nlark.com/json-stable-stringify-without-jsonify/1.0.1 levn: registry.nlark.com/levn/0.4.1 lodash.merge: registry.nlark.com/lodash.merge/4.6.2 @@ -5855,15 +5882,23 @@ packages: progress: registry.nlark.com/progress/2.0.3 regexpp: registry.nlark.com/regexpp/3.2.0 semver: registry.nlark.com/semver/7.3.5 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 strip-json-comments: registry.nlark.com/strip-json-comments/3.1.1 - table: registry.npmmirror.com/table/6.7.2 text-table: registry.nlark.com/text-table/0.2.0 v8-compile-cache: registry.nlark.com/v8-compile-cache/2.3.0 transitivePeerDependencies: - supports-color dev: true + 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} + name: find-up + version: 2.1.0 + engines: {node: '>=4'} + dependencies: + locate-path: registry.nlark.com/locate-path/2.0.0 + dev: true + registry.npmmirror.com/find-up/4.1.0: resolution: {integrity: sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/download/find-up-4.1.0.tgz?cache=0&sync_timestamp=1633619099767&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-4.1.0.tgz} name: find-up @@ -5893,6 +5928,15 @@ packages: is-glob: registry.npmmirror.com/is-glob/4.0.3 dev: true + registry.npmmirror.com/glob-parent/6.0.2: + resolution: {integrity: sha1-bSN9mQg5UMeSkPJMdkKj3poo+eM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/download/glob-parent-6.0.2.tgz} + name: glob-parent + version: 6.0.2 + engines: {node: '>=10.13.0'} + dependencies: + is-glob: registry.npmmirror.com/is-glob/4.0.3 + dev: true + registry.npmmirror.com/glob/7.1.7: resolution: {integrity: sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob/download/glob-7.1.7.tgz} name: glob @@ -5922,6 +5966,14 @@ packages: has: registry.nlark.com/has/1.0.3 dev: true + registry.npmmirror.com/is-core-module/2.7.0: + resolution: {integrity: sha1-PA730xtKz8V0+AxYQJ1WioNoSOM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-core-module/download/is-core-module-2.7.0.tgz} + name: is-core-module + version: 2.7.0 + dependencies: + has: registry.nlark.com/has/1.0.3 + dev: true + registry.npmmirror.com/is-glob/4.0.3: resolution: {integrity: sha1-ZPYeQsu7LuwgcanawLKLoeZdUIQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-glob/download/is-glob-4.0.3.tgz} name: is-glob @@ -5931,6 +5983,20 @@ packages: is-extglob: registry.nlark.com/is-extglob/2.1.1 dev: true + registry.npmmirror.com/is-shared-array-buffer/1.0.1: + resolution: {integrity: sha1-l7DIX72stZycRG/mU7gs8rW3z+Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-shared-array-buffer/download/is-shared-array-buffer-1.0.1.tgz} + name: is-shared-array-buffer + version: 1.0.1 + dev: true + + registry.npmmirror.com/is-weakref/1.0.1: + resolution: {integrity: sha1-hC26TsF/qayYUN8tbvvBc3J08qI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-weakref/download/is-weakref-1.0.1.tgz} + name: is-weakref + version: 1.0.1 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + dev: true + registry.npmmirror.com/jest-diff/26.6.2: resolution: {integrity: sha1-GqdGi1LDpo19XF/c381eSb0WQ5Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-diff/download/jest-diff-26.6.2.tgz} name: jest-diff @@ -5942,10 +6008,10 @@ packages: jest-get-type: registry.nlark.com/jest-get-type/26.3.0 pretty-format: registry.npmmirror.com/pretty-format/26.6.2 - registry.npmmirror.com/jiti/1.12.6: - resolution: {integrity: sha1-iITVOhC9Vx4OhXh5lNl8/MSKxvk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jiti/download/jiti-1.12.6.tgz} + registry.npmmirror.com/jiti/1.12.7: + resolution: {integrity: sha1-dFB01ab4jCkVKzKpn0ot4jvSKj8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jiti/download/jiti-1.12.7.tgz} name: jiti - version: 1.12.6 + version: 1.12.7 hasBin: true dev: true @@ -6015,11 +6081,17 @@ packages: import-meta-resolve: registry.npmmirror.com/import-meta-resolve/1.1.1 dev: true - registry.npmmirror.com/naive-ui/2.19.3_vue@3.2.20: - resolution: {integrity: sha1-z1GPQkJ4K/fV61XFumB11Cyh4+k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.19.3.tgz} - id: registry.npmmirror.com/naive-ui/2.19.3 + registry.npmmirror.com/ms/2.1.3: + resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.3.tgz} + name: ms + version: 2.1.3 + dev: true + + registry.npmmirror.com/naive-ui/2.19.7_vue@3.2.20: + resolution: {integrity: sha1-5X5Bup1KVnQ5QxPhp1QFHJVDMjc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.19.7.tgz} + id: registry.npmmirror.com/naive-ui/2.19.7 name: naive-ui - version: 2.19.3 + version: 2.19.7 peerDependencies: vue: ^3.0.0 dependencies: @@ -6068,6 +6140,24 @@ packages: path-key: registry.nlark.com/path-key/3.1.1 dev: true + registry.npmmirror.com/object.values/1.1.5: + resolution: {integrity: sha1-lZ9j486e8QhyAzMIITHkpFm3Fqw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.values/download/object.values-1.1.5.tgz} + name: object.values + version: 1.1.5 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + dev: true + + registry.npmmirror.com/p-try/1.0.0: + resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-try/download/p-try-1.0.0.tgz?cache=0&sync_timestamp=1633367752239&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fp-try%2Fdownload%2Fp-try-1.0.0.tgz} + name: p-try + version: 1.0.0 + engines: {node: '>=4'} + dev: true + registry.npmmirror.com/p-try/2.2.0: resolution: {integrity: sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-try/download/p-try-2.2.0.tgz?cache=0&sync_timestamp=1633367752239&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fp-try%2Fdownload%2Fp-try-2.2.0.tgz} name: p-try @@ -6090,13 +6180,13 @@ packages: version: 0.2.1 dev: true - registry.npmmirror.com/pinia/2.0.0-rc.12_typescript@4.4.3+vue@3.2.20: - resolution: {integrity: sha1-K+i0kzC3aNJ4zoSggS15YYj872U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/download/pinia-2.0.0-rc.12.tgz} - id: registry.npmmirror.com/pinia/2.0.0-rc.12 + registry.npmmirror.com/pinia/2.0.0-rc.13_typescript@4.4.4+vue@3.2.20: + resolution: {integrity: sha1-ufhY2ieBMEae2N2J+DSN5U8hZUE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/download/pinia-2.0.0-rc.13.tgz} + id: registry.npmmirror.com/pinia/2.0.0-rc.13 name: pinia - version: 2.0.0-rc.12 + version: 2.0.0-rc.13 peerDependencies: - '@vue/composition-api': ^1.2.3 + '@vue/composition-api': ^1.2.4 typescript: ^4.4.3 vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: @@ -6106,11 +6196,20 @@ packages: optional: true dependencies: '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.0.0-beta.19 - typescript: registry.nlark.com/typescript/4.4.3 + typescript: registry.npmmirror.com/typescript/4.4.4 vue: registry.npmmirror.com/vue/3.2.20 vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.20 dev: false + registry.npmmirror.com/pkg-dir/2.0.0: + resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pkg-dir/download/pkg-dir-2.0.0.tgz} + name: pkg-dir + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + find-up: registry.npmmirror.com/find-up/2.1.0 + dev: true + registry.npmmirror.com/postcss/8.3.6: resolution: {integrity: sha1-JzDddql5afN/U7mmCWGXvjEcxOo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/download/postcss-8.3.6.tgz} name: postcss @@ -6191,17 +6290,6 @@ packages: strip-ansi: registry.npmmirror.com/strip-ansi/6.0.0 dev: true - registry.npmmirror.com/string-width/4.2.3: - resolution: {integrity: sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string-width/download/string-width-4.2.3.tgz} - name: string-width - version: 4.2.3 - engines: {node: '>=8'} - dependencies: - emoji-regex: registry.npmmirror.com/emoji-regex/8.0.0 - is-fullwidth-code-point: registry.nlark.com/is-fullwidth-code-point/3.0.0 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 - dev: true - registry.npmmirror.com/strip-ansi/6.0.0: resolution: {integrity: sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-6.0.0.tgz} name: strip-ansi @@ -6220,18 +6308,11 @@ packages: ansi-regex: registry.nlark.com/ansi-regex/5.0.1 dev: true - registry.npmmirror.com/table/6.7.2: - resolution: {integrity: sha1-qNObn1lmaTyosP66Jwp4ciy687A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/table/download/table-6.7.2.tgz} - name: table - version: 6.7.2 - engines: {node: '>=10.0.0'} - dependencies: - ajv: registry.nlark.com/ajv/8.6.3 - lodash.clonedeep: registry.nlark.com/lodash.clonedeep/4.5.0 - lodash.truncate: registry.nlark.com/lodash.truncate/4.4.2 - slice-ansi: registry.nlark.com/slice-ansi/4.0.0 - string-width: registry.npmmirror.com/string-width/4.2.3 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 + registry.npmmirror.com/type-fest/0.20.2: + resolution: {integrity: sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.20.2.tgz} + name: type-fest + version: 0.20.2 + engines: {node: '>=10'} dev: true registry.npmmirror.com/typescript/4.4.3: @@ -6242,11 +6323,19 @@ packages: hasBin: true dev: true - registry.npmmirror.com/unplugin-icons/0.12.12_7eb66f080fbe23aeb40a75477d83445d: - resolution: {integrity: sha1-zONa+anTCA6orN0yGgdJF9K1UWk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.12.tgz} - id: registry.npmmirror.com/unplugin-icons/0.12.12 + registry.npmmirror.com/typescript/4.4.4: + resolution: {integrity: sha1-LNAaGh8WBwTTEB/VpY/w+fy4Aww=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/download/typescript-4.4.4.tgz?cache=0&sync_timestamp=1634085039639&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftypescript%2Fdownload%2Ftypescript-4.4.4.tgz} + name: typescript + version: 4.4.4 + engines: {node: '>=4.2.0'} + hasBin: true + dev: true + + registry.npmmirror.com/unplugin-icons/0.12.14_e14ef356e1d12d404481b7eb2ba1650f: + resolution: {integrity: sha1-t4hk8W2TrnccDQZsqpp5pIF/Jq4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.14.tgz} + id: registry.npmmirror.com/unplugin-icons/0.12.14 name: unplugin-icons - version: 0.12.12 + version: 0.12.14 peerDependencies: '@svgr/core': ^5.5.0 '@vue/compiler-sfc': ^3.0.2 @@ -6264,13 +6353,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/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10 '@iconify/utils': registry.npmmirror.com/@iconify/utils/1.0.14 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.20 debug: registry.nlark.com/debug/4.3.2 kolorist: registry.nlark.com/kolorist/1.5.0 local-pkg: registry.npmmirror.com/local-pkg/0.3.0 - unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.5 + unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.7 transitivePeerDependencies: - rollup - supports-color @@ -6278,7 +6366,7 @@ packages: - webpack dev: true - registry.npmmirror.com/unplugin-vue-components/0.15.6_vite@2.6.5+vue@3.2.20: + registry.npmmirror.com/unplugin-vue-components/0.15.6_vite@2.6.7+vue@3.2.20: resolution: {integrity: sha1-zU4G5QfJ3XtkaeNFtoErOEPobWM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-components/download/unplugin-vue-components-0.15.6.tgz} id: registry.npmmirror.com/unplugin-vue-components/0.15.6 name: unplugin-vue-components @@ -6296,7 +6384,7 @@ packages: magic-string: registry.nlark.com/magic-string/0.25.7 minimatch: registry.nlark.com/minimatch/3.0.4 resolve: registry.nlark.com/resolve/1.20.0 - unplugin: registry.npmmirror.com/unplugin/0.2.13_vite@2.6.5 + unplugin: registry.npmmirror.com/unplugin/0.2.13_vite@2.6.7 vue: registry.npmmirror.com/vue/3.2.20 transitivePeerDependencies: - rollup @@ -6305,7 +6393,7 @@ packages: - webpack dev: true - registry.npmmirror.com/unplugin/0.2.13_vite@2.6.5: + registry.npmmirror.com/unplugin/0.2.13_vite@2.6.7: resolution: {integrity: sha1-k6iujxtsG+VzDmTWhMPTvCh3AdY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/download/unplugin-0.2.13.tgz} id: registry.npmmirror.com/unplugin/0.2.13 name: unplugin @@ -6323,11 +6411,11 @@ packages: optional: true dependencies: upath: registry.nlark.com/upath/2.0.1 - vite: registry.npmmirror.com/vite/2.6.5_sass@1.42.1 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 dev: true - registry.npmmirror.com/unplugin/0.2.16_vite@2.6.5: + registry.npmmirror.com/unplugin/0.2.16_vite@2.6.7: resolution: {integrity: sha1-bzTp9QaMo+ySo2sBb0e1rYu4dco=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/download/unplugin-0.2.16.tgz} id: registry.npmmirror.com/unplugin/0.2.16 name: unplugin @@ -6336,19 +6424,12 @@ packages: 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.6.5_sass@1.42.1 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 dev: true - registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.5: + registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.7: resolution: {integrity: sha1-AUtEEmpy1FnNRgvRVoAMIl0STL4=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-html/download/vite-plugin-html-2.1.1.tgz} id: registry.npmmirror.com/vite-plugin-html/2.1.1 name: vite-plugin-html @@ -6362,31 +6443,31 @@ packages: ejs: registry.nlark.com/ejs/3.1.6 fs-extra: registry.nlark.com/fs-extra/10.0.0 html-minifier-terser: registry.nlark.com/html-minifier-terser/5.1.1 - vite: registry.npmmirror.com/vite/2.6.5_sass@1.42.1 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 dev: true - registry.npmmirror.com/vite-plugin-windicss/1.4.10_vite@2.6.5: - resolution: {integrity: sha1-HWlbsCerWsu2GC/PZkZQ8APE61E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.10.tgz?cache=0&sync_timestamp=1633757493568&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvite-plugin-windicss%2Fdownload%2Fvite-plugin-windicss-1.4.10.tgz} - id: registry.npmmirror.com/vite-plugin-windicss/1.4.10 + registry.npmmirror.com/vite-plugin-windicss/1.4.11_vite@2.6.7: + resolution: {integrity: sha1-fGu5MishcuSU8XKh82+CzxW+ug8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.11.tgz} + id: registry.npmmirror.com/vite-plugin-windicss/1.4.11 name: vite-plugin-windicss - version: 1.4.10 + version: 1.4.11 peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.4.10 + '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.4.11 chalk: registry.nlark.com/chalk/4.1.2 debug: registry.nlark.com/debug/4.3.2 - vite: registry.npmmirror.com/vite/2.6.5_sass@1.42.1 + vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1 windicss: registry.npmmirror.com/windicss/3.1.9 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite/2.6.5_sass@1.42.1: - resolution: {integrity: sha1-xNJZcuL3Nx5oLahoKHIt31Em89E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/download/vite-2.6.5.tgz} - id: registry.npmmirror.com/vite/2.6.5 + registry.npmmirror.com/vite/2.6.7_sass@1.42.1: + resolution: {integrity: sha1-4VwdgyeVByC118TsP7NqWljM98s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/download/vite-2.6.7.tgz} + id: registry.npmmirror.com/vite/2.6.7 name: vite - version: 2.6.5 + version: 2.6.7 engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -6490,42 +6571,42 @@ packages: vscode-languageserver-protocol: registry.nlark.com/vscode-languageserver-protocol/3.17.0-next.8 dev: true - registry.npmmirror.com/vscode-pug-languageservice/0.28.2: - resolution: {integrity: sha1-Fjs/WBh2shQIytYeuKDeBE8S0kU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.28.2.tgz} + registry.npmmirror.com/vscode-pug-languageservice/0.28.3: + resolution: {integrity: sha1-RXPi16Gs7K4RpeiT3HaKyzPooJ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.28.3.tgz} name: vscode-pug-languageservice - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.2 - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.2 - '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.2 + '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.3 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.3 + '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.3 pug-lexer: registry.nlark.com/pug-lexer/5.0.1 pug-parser: registry.nlark.com/pug-parser/6.0.0 vscode-languageserver: registry.npmmirror.com/vscode-languageserver/8.0.0-next.2 dev: true - registry.npmmirror.com/vscode-typescript-languageservice/0.28.2: - resolution: {integrity: sha1-1VsNoSxPKw5TS4hpxcKS2MnZSY0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.28.2.tgz} + registry.npmmirror.com/vscode-typescript-languageservice/0.28.3: + resolution: {integrity: sha1-HqyNRCptO1N5MZRALUdZ9Wli7H8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.28.3.tgz} name: vscode-typescript-languageservice - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 semver: registry.nlark.com/semver/7.3.5 upath: registry.nlark.com/upath/2.0.1 vscode-languageserver: registry.npmmirror.com/vscode-languageserver/8.0.0-next.2 vscode-languageserver-textdocument: registry.npmmirror.com/vscode-languageserver-textdocument/1.0.1 dev: true - registry.npmmirror.com/vscode-vue-languageservice/0.28.2: - resolution: {integrity: sha1-e5MrWlcE9hBB1qxBiowEFgfQH/g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.28.2.tgz} + registry.npmmirror.com/vscode-vue-languageservice/0.28.3: + resolution: {integrity: sha1-afjGY2lOjQsmc0Uph7QUVypatWU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.28.3.tgz} name: vscode-vue-languageservice - version: 0.28.2 + version: 0.28.3 dependencies: - '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.2 - '@volar/html2pug': registry.npmmirror.com/@volar/html2pug/0.28.2 - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.2 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.2 - '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.2 + '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.3 + '@volar/html2pug': registry.npmmirror.com/@volar/html2pug/0.28.3 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.3 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.3 + '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.3 '@vscode/emmet-helper': registry.npmmirror.com/@vscode/emmet-helper/2.8.1 '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.20 '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.20 @@ -6537,21 +6618,21 @@ packages: vscode-json-languageservice: registry.npmmirror.com/vscode-json-languageservice/4.1.8 vscode-languageserver: registry.npmmirror.com/vscode-languageserver/8.0.0-next.2 vscode-languageserver-textdocument: registry.npmmirror.com/vscode-languageserver-textdocument/1.0.1 - vscode-pug-languageservice: registry.npmmirror.com/vscode-pug-languageservice/0.28.2 - vscode-typescript-languageservice: registry.npmmirror.com/vscode-typescript-languageservice/0.28.2 + vscode-pug-languageservice: registry.npmmirror.com/vscode-pug-languageservice/0.28.3 + vscode-typescript-languageservice: registry.npmmirror.com/vscode-typescript-languageservice/0.28.3 dev: true - registry.npmmirror.com/vue-tsc/0.28.2_typescript@4.4.3: - resolution: {integrity: sha1-WLUx3pw5UjkJgGwC7kJE+Bhstko=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/download/vue-tsc-0.28.2.tgz} - id: registry.npmmirror.com/vue-tsc/0.28.2 + registry.npmmirror.com/vue-tsc/0.28.3_typescript@4.4.4: + resolution: {integrity: sha1-86yTAd2VSE9TxHr3i/dncCSUkIQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/download/vue-tsc-0.28.3.tgz} + id: registry.npmmirror.com/vue-tsc/0.28.3 name: vue-tsc - version: 0.28.2 + version: 0.28.3 hasBin: true peerDependencies: typescript: '*' dependencies: - typescript: registry.nlark.com/typescript/4.4.3 - vscode-vue-languageservice: registry.npmmirror.com/vscode-vue-languageservice/0.28.2 + typescript: registry.npmmirror.com/typescript/4.4.4 + vscode-vue-languageservice: registry.npmmirror.com/vscode-vue-languageservice/0.28.3 dev: true registry.npmmirror.com/vue/3.2.20: