diff --git a/.eslintrc.js b/.eslintrc.js index 9746cc65..22b3472b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { 'no-shadow': 0, 'import/prefer-default-export': 0, 'no-use-before-define': 'off', + 'vue/multi-word-component-names': 0, '@typescript-eslint/no-explicit-any': 0, '@typescript-eslint/no-inferrable-types': 0, '@typescript-eslint/ban-ts-ignore': 'off', diff --git a/package.json b/package.json index 2dace7d6..01764cdf 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,15 @@ "*.{vue,js,jsx,ts,tsx}": "eslint --fix" }, "dependencies": { - "@vueuse/core": "^6.7.3", + "@vueuse/core": "^6.7.4", "axios": "^0.24.0", "chroma-js": "^2.1.2", "clipboard": "^2.0.8", "dayjs": "^1.10.7", "form-data": "^4.0.0", "makeit-captcha": "^1.2.5", - "naive-ui": "^2.19.11", - "pinia": "^2.0.0-rc.14", + "naive-ui": "^2.20.0", + "pinia": "^2.0.0", "qs": "^6.10.1", "vue": "^3.2.20", "vue-router": "^4.0.11" @@ -48,7 +48,7 @@ "@vicons/ionicons5": "^0.11.0", "@vicons/material": "^0.11.0", "@vicons/tabler": "^0.11.0", - "@vitejs/plugin-vue": "^1.9.3", + "@vitejs/plugin-vue": "^1.9.4", "@vue/compiler-sfc": "^3.2.20", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^8.0.0", @@ -61,23 +61,23 @@ "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^7.20.0", + "eslint-plugin-vue": "^8.0.2", "husky": "^7.0.4", - "lint-staged": "^11.2.4", + "lint-staged": "^11.2.6", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", "prettier": "^2.4.1", "rollup-plugin-visualizer": "^5.5.2", - "sass": "^1.43.3", + "sass": "^1.43.4", "typescript": "^4.4.4", "unplugin-icons": "^0.12.16", "unplugin-vue-components": "^0.16.0", - "vite": "^2.6.11", + "vite": "^2.6.13", "vite-plugin-html": "^2.1.1", "vite-plugin-windicss": "^1.4.12", - "vue-tsc": "^0.28.8", - "vueuc": "^0.4.13", - "windicss": "^3.1.9" + "vue-tsc": "^0.28.10", + "vueuc": "^0.4.15", + "windicss": "^3.2.0" }, "config": { "commitizen": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 944f4538..e4c2ef9a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,11 +17,11 @@ specifiers: '@vicons/ionicons5': ^0.11.0 '@vicons/material': ^0.11.0 '@vicons/tabler': ^0.11.0 - '@vitejs/plugin-vue': ^1.9.3 + '@vitejs/plugin-vue': ^1.9.4 '@vue/compiler-sfc': ^3.2.20 '@vue/eslint-config-prettier': ^6.0.0 '@vue/eslint-config-typescript': ^8.0.0 - '@vueuse/core': ^6.7.3 + '@vueuse/core': ^6.7.4 axios: ^0.24.0 chroma-js: ^2.1.2 clipboard: ^2.0.8 @@ -35,41 +35,41 @@ specifiers: eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.25.2 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^7.20.0 + eslint-plugin-vue: ^8.0.2 form-data: ^4.0.0 husky: ^7.0.4 - lint-staged: ^11.2.4 + lint-staged: ^11.2.6 makeit-captcha: ^1.2.5 - naive-ui: ^2.19.11 + naive-ui: ^2.20.0 patch-package: ^6.4.7 - pinia: ^2.0.0-rc.14 + pinia: ^2.0.0 postinstall-postinstall: ^2.1.0 prettier: ^2.4.1 qs: ^6.10.1 rollup-plugin-visualizer: ^5.5.2 - sass: ^1.43.3 + sass: ^1.43.4 typescript: ^4.4.4 unplugin-icons: ^0.12.16 unplugin-vue-components: ^0.16.0 - vite: ^2.6.11 + vite: ^2.6.13 vite-plugin-html: ^2.1.1 vite-plugin-windicss: ^1.4.12 vue: ^3.2.20 vue-router: ^4.0.11 - vue-tsc: ^0.28.8 - vueuc: ^0.4.13 - windicss: ^3.1.9 + vue-tsc: ^0.28.10 + vueuc: ^0.4.15 + windicss: ^3.2.0 dependencies: - '@vueuse/core': registry.npmmirror.com/@vueuse/core/6.7.3_vue@3.2.20 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/6.7.4_vue@3.2.20 axios: registry.npmmirror.com/axios/0.24.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 makeit-captcha: registry.npmmirror.com/makeit-captcha/1.2.5 - naive-ui: registry.npmmirror.com/naive-ui/2.19.11_vue@3.2.20 - pinia: registry.npmmirror.com/pinia/2.0.0-rc.14_typescript@4.4.4+vue@3.2.20 + naive-ui: registry.npmmirror.com/naive-ui/2.20.0_eslint@8.1.0+vue@3.2.20 + pinia: registry.npmmirror.com/pinia/2.0.0_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 @@ -91,10 +91,10 @@ 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.11 + '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.9.4_vite@2.6.13 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.20 '@vue/eslint-config-prettier': 6.0.0_91df2dbc49a694d3127d896fd063ef53 - '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_879fc49a891c1cb6641c01e94db88a59 + '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_51c5a86f18501969c22ad0257f8d552f 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 @@ -104,23 +104,23 @@ devDependencies: eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.1.0 eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.2_eslint@8.1.0 eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/4.0.0_850528f9ec3c0797b9b19a94a36b5ba3 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.20.0_eslint@8.1.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.0.2_eslint@8.1.0 husky: registry.npmmirror.com/husky/7.0.4 - lint-staged: registry.npmmirror.com/lint-staged/11.2.4 + lint-staged: registry.npmmirror.com/lint-staged/11.2.6 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 rollup-plugin-visualizer: registry.nlark.com/rollup-plugin-visualizer/5.5.2 - sass: registry.npmmirror.com/sass/1.43.3 + sass: registry.npmmirror.com/sass/1.43.4 typescript: registry.npmmirror.com/typescript/4.4.4 - unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.16_5ec103ac36155c09fef0062610abc063 - unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.16.0_vite@2.6.11+vue@3.2.20 - vite: registry.npmmirror.com/vite/2.6.11_sass@1.43.3 - vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.11 - vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.4.12_vite@2.6.11 - vue-tsc: registry.npmmirror.com/vue-tsc/0.28.8_typescript@4.4.4 - vueuc: registry.npmmirror.com/vueuc/0.4.13_vue@3.2.20 - windicss: registry.npmmirror.com/windicss/3.1.9 + unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.16_8d243728697ba143b290806bcef1890d + unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.16.0_vite@2.6.13+vue@3.2.20 + vite: registry.npmmirror.com/vite/2.6.13_sass@1.43.4 + vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.13 + vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.4.12_vite@2.6.13 + vue-tsc: registry.npmmirror.com/vue-tsc/0.28.10_typescript@4.4.4 + vueuc: registry.npmmirror.com/vueuc/0.4.15_vue@3.2.20 + windicss: registry.npmmirror.com/windicss/3.2.0 packages: @@ -1051,7 +1051,7 @@ packages: dev: true registry.nlark.com/ansi-regex/3.0.0: - resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-3.0.0.tgz} + resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-3.0.0.tgz} name: ansi-regex version: 3.0.0 engines: {node: '>=4'} @@ -1080,7 +1080,7 @@ packages: dev: true registry.nlark.com/ansi-styles/4.3.0: - resolution: {integrity: sha1-7dgDYornHATIWuegkG7a00tkiTc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-4.3.0.tgz} + resolution: {integrity: sha1-7dgDYornHATIWuegkG7a00tkiTc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-4.3.0.tgz} name: ansi-styles version: 4.3.0 engines: {node: '>=8'} @@ -1088,7 +1088,7 @@ packages: color-convert: registry.nlark.com/color-convert/2.0.1 registry.nlark.com/anymatch/3.1.2: - resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/anymatch/download/anymatch-3.1.2.tgz} + resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/anymatch/download/anymatch-3.1.2.tgz} name: anymatch version: 3.1.2 engines: {node: '>= 8'} @@ -1184,7 +1184,7 @@ packages: dev: true registry.nlark.com/binary-extensions/2.2.0: - resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/binary-extensions/download/binary-extensions-2.2.0.tgz} + resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/binary-extensions/download/binary-extensions-2.2.0.tgz} name: binary-extensions version: 2.2.0 engines: {node: '>=8'} @@ -1283,7 +1283,7 @@ packages: dev: true registry.nlark.com/chokidar/3.5.2: - resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz} + resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz} name: chokidar version: 3.5.2 engines: {node: '>= 8.10.0'} @@ -1358,7 +1358,7 @@ packages: dev: true registry.nlark.com/color-convert/2.0.1: - resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-convert/download/color-convert-2.0.1.tgz} + resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-convert/download/color-convert-2.0.1.tgz} name: color-convert version: 2.0.1 engines: {node: '>=7.0.0'} @@ -1366,13 +1366,13 @@ packages: color-name: registry.nlark.com/color-name/1.1.4 registry.nlark.com/color-name/1.1.3: - resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.3.tgz} + resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.3.tgz} name: color-name version: 1.1.3 dev: true registry.nlark.com/color-name/1.1.4: - resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz} + resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz} name: color-name version: 1.1.4 @@ -1611,7 +1611,7 @@ packages: dev: true registry.nlark.com/debug/4.3.2: - resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz} + resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz} name: debug version: 4.3.2 engines: {node: '>=6.0'} @@ -1625,7 +1625,7 @@ packages: dev: true registry.nlark.com/debug/4.3.2_supports-color@8.1.1: - resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz} + resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz} id: registry.nlark.com/debug/4.3.2 name: debug version: 4.3.2 @@ -1964,7 +1964,6 @@ packages: dependencies: esrecurse: registry.nlark.com/esrecurse/4.3.0 estraverse: registry.npmmirror.com/estraverse/4.3.0 - dev: true registry.nlark.com/eslint-scope/6.0.0: resolution: {integrity: sha1-nPRbE8Wsjz1MUPRqUSH2Gz4xiXg=, registry: http://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} @@ -1976,17 +1975,8 @@ packages: 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 - version: 2.1.0 - engines: {node: '>=6'} - dependencies: - eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/1.3.0 - dev: true - registry.nlark.com/eslint-utils/3.0.0_eslint@8.1.0: - resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-3.0.0.tgz} + 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 version: 3.0.0 @@ -2006,11 +1996,10 @@ packages: dev: true registry.nlark.com/eslint-visitor-keys/2.1.0: - resolution: {integrity: sha1-9lMoJZMFknOSyTjtROsKXJsr0wM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-2.1.0.tgz} + resolution: {integrity: sha1-9lMoJZMFknOSyTjtROsKXJsr0wM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-2.1.0.tgz} name: eslint-visitor-keys version: 2.1.0 engines: {node: '>=10'} - dev: true registry.nlark.com/eslint-visitor-keys/3.0.0: resolution: {integrity: sha1-4y6Zxs3C6wY/IE7aXbZ7/li7QYY=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-3.0.0.tgz} @@ -2065,7 +2054,6 @@ packages: engines: {node: '>=4.0'} dependencies: estraverse: registry.npmmirror.com/estraverse/5.2.0 - dev: true registry.nlark.com/estraverse/5.2.0: resolution: {integrity: sha1-MH30JUfmzHMk088DwVXVzbjFOIA=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/estraverse/download/estraverse-5.2.0.tgz} @@ -2240,6 +2228,11 @@ packages: name: follow-redirects version: 1.14.4 engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true dev: false registry.nlark.com/fs-extra/10.0.0: @@ -2648,7 +2641,7 @@ packages: dev: true registry.nlark.com/is-binary-path/2.1.0: - resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-binary-path/download/is-binary-path-2.1.0.tgz} + resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-binary-path/download/is-binary-path-2.1.0.tgz} name: is-binary-path version: 2.1.0 engines: {node: '>=8'} @@ -2974,13 +2967,6 @@ packages: type-check: registry.nlark.com/type-check/0.4.0 dev: true - registry.nlark.com/lilconfig/2.0.3: - resolution: {integrity: sha1-aPMAXpIdr70qKvtIN5mGqm0lef0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lilconfig/download/lilconfig-2.0.3.tgz} - name: lilconfig - version: 2.0.3 - engines: {node: '>=10'} - dev: true - registry.nlark.com/lines-and-columns/1.1.6: resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz} name: lines-and-columns @@ -3385,15 +3371,6 @@ packages: p-limit: registry.nlark.com/p-limit/3.1.0 dev: true - registry.nlark.com/p-map/4.0.0: - resolution: {integrity: sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-map/download/p-map-4.0.0.tgz} - name: p-map - version: 4.0.0 - engines: {node: '>=10'} - dependencies: - aggregate-error: registry.nlark.com/aggregate-error/3.1.0 - dev: true - registry.nlark.com/param-case/3.0.4: resolution: {integrity: sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/param-case/download/param-case-3.0.4.tgz} name: param-case @@ -3475,7 +3452,7 @@ packages: dev: true registry.nlark.com/path-key/3.1.1: - resolution: {integrity: sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-key/download/path-key-3.1.1.tgz} + resolution: {integrity: sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-key/download/path-key-3.1.1.tgz} name: path-key version: 3.1.1 engines: {node: '>=8'} @@ -3722,7 +3699,7 @@ packages: dev: true registry.nlark.com/readdirp/3.6.0: - resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz} + resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz} name: readdirp version: 3.6.0 engines: {node: '>=8.10.0'} @@ -3887,7 +3864,7 @@ packages: dev: true registry.nlark.com/semver/5.7.1: - resolution: {integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1631500167672&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz} + resolution: {integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1631500167672&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz} name: semver version: 5.7.1 hasBin: true @@ -3898,10 +3875,10 @@ packages: name: semver version: 6.3.0 hasBin: true - dev: true + dev: false registry.nlark.com/semver/7.3.5: - resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1631500167672&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz} + resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.3.5.tgz} name: semver version: 7.3.5 engines: {node: '>=10'} @@ -4138,7 +4115,7 @@ packages: dev: true registry.nlark.com/supports-color/7.2.0: - resolution: {integrity: sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-7.2.0.tgz} + resolution: {integrity: sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-7.2.0.tgz} name: supports-color version: 7.2.0 engines: {node: '>=8'} @@ -4395,24 +4372,6 @@ packages: version: 3.0.2 dev: true - registry.nlark.com/vue-demi/0.11.4_vue@3.2.20: - resolution: {integrity: sha1-YQGZL+RyTPVjQBihbpU/MFLpTio=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-demi/download/vue-demi-0.11.4.tgz} - id: registry.nlark.com/vue-demi/0.11.4 - name: vue-demi - version: 0.11.4 - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - peerDependencies: - '@vue/composition-api': ^1.0.0-rc.1 - vue: ^3.0.0-0 || ^2.6.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true - dependencies: - vue: registry.npmmirror.com/vue/3.2.20 - dev: false - registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.1.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 @@ -4594,6 +4553,22 @@ packages: '@babel/highlight': registry.nlark.com/@babel/highlight/7.14.5 dev: true + registry.npmmirror.com/@babel/eslint-parser/7.15.8_eslint@8.1.0: + resolution: {integrity: sha1-iYhmC1nXOVALZ9BYX9TayiGNnxE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/eslint-parser/download/@babel/eslint-parser-7.15.8.tgz} + id: registry.npmmirror.com/@babel/eslint-parser/7.15.8 + name: '@babel/eslint-parser' + version: 7.15.8 + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': '>=7.11.0' + eslint: '>=7.5.0' + dependencies: + eslint: registry.npmmirror.com/eslint/8.1.0 + eslint-scope: registry.nlark.com/eslint-scope/5.1.1 + eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0 + semver: registry.nlark.com/semver/6.3.0 + dev: false + registry.npmmirror.com/@babel/parser/7.15.6: resolution: {integrity: sha1-BDuao8MDwHIuU3f++Rl/TPF5ZUk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/download/@babel/parser-7.15.6.tgz} name: '@babel/parser' @@ -4990,31 +4965,31 @@ packages: 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.11: - 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 + registry.npmmirror.com/@vitejs/plugin-vue/1.9.4_vite@2.6.13: + resolution: {integrity: sha1-T0hIVDLLuYap+50lTcM84w3cy/o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.9.4.tgz?cache=0&sync_timestamp=1635477969996&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vitejs%2Fplugin-vue%2Fdownload%2F%40vitejs%2Fplugin-vue-1.9.4.tgz} + id: registry.npmmirror.com/@vitejs/plugin-vue/1.9.4 name: '@vitejs/plugin-vue' - version: 1.9.3 + version: 1.9.4 engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 dependencies: - vite: registry.npmmirror.com/vite/2.6.11_sass@1.43.3 + vite: registry.npmmirror.com/vite/2.6.13_sass@1.43.4 dev: true - registry.npmmirror.com/@volar/code-gen/0.28.8: - resolution: {integrity: sha1-ZnXCYTF+8Qy1bUzKrbUNwEyGJUg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/code-gen/download/@volar/code-gen-0.28.8.tgz} + registry.npmmirror.com/@volar/code-gen/0.28.10: + resolution: {integrity: sha1-PoYS0RfssnGWiz84uxrdksfBYxw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/code-gen/download/@volar/code-gen-0.28.10.tgz} name: '@volar/code-gen' - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.8 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.10 dev: true - registry.npmmirror.com/@volar/html2pug/0.28.8: - resolution: {integrity: sha1-NyM9PRWotTCJAHeFIK5uUtU9gTU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/html2pug/download/@volar/html2pug-0.28.8.tgz} + registry.npmmirror.com/@volar/html2pug/0.28.10: + resolution: {integrity: sha1-c72G91jVe7GipK7Es70F6RUzqig=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/html2pug/download/@volar/html2pug-0.28.10.tgz} name: '@volar/html2pug' - version: 0.28.8 + version: 0.28.10 dependencies: domelementtype: registry.nlark.com/domelementtype/2.2.0 domhandler: registry.nlark.com/domhandler/4.2.2 @@ -5022,30 +4997,30 @@ packages: pug: registry.nlark.com/pug/3.0.2 dev: true - registry.npmmirror.com/@volar/shared/0.28.8: - resolution: {integrity: sha1-8O/r5NVVrJQSfdbhNm43fNHsrzU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/shared/download/@volar/shared-0.28.8.tgz} + registry.npmmirror.com/@volar/shared/0.28.10: + resolution: {integrity: sha1-SrIiQSfD8XCqva9SeyINnJvViHo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/shared/download/@volar/shared-0.28.10.tgz} name: '@volar/shared' - version: 0.28.8 + version: 0.28.10 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.8: - resolution: {integrity: sha1-LNK4U9lZuR6qNaYsvAkm4ulO4QI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/download/@volar/source-map-0.28.8.tgz} + registry.npmmirror.com/@volar/source-map/0.28.10: + resolution: {integrity: sha1-rL7pUQQvTuisWjNipZdIDQe567o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/download/@volar/source-map-0.28.10.tgz} name: '@volar/source-map' - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 dev: true - registry.npmmirror.com/@volar/transforms/0.28.8: - resolution: {integrity: sha1-FjXX4/Ir6lRquSEl91FVWiP+er4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/transforms/download/@volar/transforms-0.28.8.tgz} + registry.npmmirror.com/@volar/transforms/0.28.10: + resolution: {integrity: sha1-e+dAwEmBkF8voqh/3d/UskNtFCE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/transforms/download/@volar/transforms-0.28.10.tgz} name: '@volar/transforms' - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 vscode-languageserver: registry.npmmirror.com/vscode-languageserver/8.0.0-next.2 dev: true @@ -5110,7 +5085,7 @@ packages: version: 6.0.0-beta.19 dev: false - registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_879fc49a891c1cb6641c01e94db88a59: + registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_51c5a86f18501969c22ad0257f8d552f: resolution: {integrity: sha1-56WqDN9fXVngX36jEOiVSkm4/EE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-8.0.0.tgz?cache=0&sync_timestamp=1634109955383&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Feslint-config-typescript%2Fdownload%2F%40vue%2Feslint-config-typescript-8.0.0.tgz} id: registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0 name: '@vue/eslint-config-typescript' @@ -5125,7 +5100,7 @@ packages: '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.2.0_9a56ca1c5fc1d82b3da3317a5c6f9ab1 '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.2.0_eslint@8.1.0+typescript@4.4.4 eslint: registry.npmmirror.com/eslint/8.1.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.20.0_eslint@8.1.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.0.2_eslint@8.1.0 vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.1.0 transitivePeerDependencies: - supports-color @@ -5186,11 +5161,11 @@ packages: name: '@vue/shared' version: 3.2.20 - registry.npmmirror.com/@vueuse/core/6.7.3_vue@3.2.20: - resolution: {integrity: sha1-GoJ+475VqYyTL3FkZzN6CCbVSZM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-6.7.3.tgz} - id: registry.npmmirror.com/@vueuse/core/6.7.3 + registry.npmmirror.com/@vueuse/core/6.7.4_vue@3.2.20: + resolution: {integrity: sha1-jhVSRFQ4ixHJ62/1mmdCYCuXbi8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-6.7.4.tgz} + id: registry.npmmirror.com/@vueuse/core/6.7.4 name: '@vueuse/core' - version: 6.7.3 + version: 6.7.4 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5200,16 +5175,16 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/6.7.3_vue@3.2.20 + '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/6.7.4_vue@3.2.20 vue: registry.npmmirror.com/vue/3.2.20 - vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.20 + vue-demi: registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.20 dev: false - registry.npmmirror.com/@vueuse/shared/6.7.3_vue@3.2.20: - resolution: {integrity: sha1-ku1ps+eeGjCTb8Hx05oBB+jVIuA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-6.7.3.tgz} - id: registry.npmmirror.com/@vueuse/shared/6.7.3 + registry.npmmirror.com/@vueuse/shared/6.7.4_vue@3.2.20: + resolution: {integrity: sha1-mqKWfSCGPPMlOv0IouboSmHSyJs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-6.7.4.tgz} + id: registry.npmmirror.com/@vueuse/shared/6.7.4 name: '@vueuse/shared' - version: 6.7.3 + version: 6.7.4 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5220,7 +5195,7 @@ packages: optional: true dependencies: vue: registry.npmmirror.com/vue/3.2.20 - vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.20 + vue-demi: registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.20 dev: false registry.npmmirror.com/@windicss/config/1.4.12: @@ -5230,7 +5205,7 @@ packages: dependencies: debug: registry.nlark.com/debug/4.3.2 jiti: registry.npmmirror.com/jiti/1.12.9 - windicss: registry.npmmirror.com/windicss/3.1.9 + windicss: registry.npmmirror.com/windicss/3.2.0 transitivePeerDependencies: - supports-color dev: true @@ -5246,7 +5221,7 @@ packages: fast-glob: registry.nlark.com/fast-glob/3.2.7 magic-string: registry.nlark.com/magic-string/0.25.7 micromatch: registry.nlark.com/micromatch/4.0.4 - windicss: registry.npmmirror.com/windicss/3.1.9 + windicss: registry.npmmirror.com/windicss/3.2.0 transitivePeerDependencies: - supports-color dev: true @@ -5287,6 +5262,8 @@ packages: version: 0.21.4 dependencies: follow-redirects: registry.nlark.com/follow-redirects/1.14.4 + transitivePeerDependencies: + - debug dev: false registry.npmmirror.com/axios/0.24.0: @@ -5295,6 +5272,8 @@ packages: version: 0.24.0 dependencies: follow-redirects: registry.nlark.com/follow-redirects/1.14.4 + transitivePeerDependencies: + - debug dev: false registry.npmmirror.com/camelcase-keys/6.2.2: @@ -5561,7 +5540,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=1635405534525&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fesbuild%2Fdownload%2Fesbuild-0.13.4.tgz} name: esbuild version: 0.13.4 hasBin: true @@ -5621,20 +5600,20 @@ packages: tsconfig-paths: registry.nlark.com/tsconfig-paths/3.11.0 dev: true - registry.npmmirror.com/eslint-plugin-vue/7.20.0_eslint@8.1.0: - resolution: {integrity: sha1-mMIYhaa/3wcTw6kpV6Wv6q7tklM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.20.0.tgz} - id: registry.npmmirror.com/eslint-plugin-vue/7.20.0 + registry.npmmirror.com/eslint-plugin-vue/8.0.2_eslint@8.1.0: + resolution: {integrity: sha1-omEWZJd6QD3Ljd3ynsFI7Qxoa1U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-8.0.2.tgz} + id: registry.npmmirror.com/eslint-plugin-vue/8.0.2 name: eslint-plugin-vue - version: 7.20.0 - engines: {node: '>=8.10'} + version: 8.0.2 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: eslint: registry.npmmirror.com/eslint/8.1.0 - eslint-utils: registry.nlark.com/eslint-utils/2.1.0 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.1.0 natural-compare: registry.nlark.com/natural-compare/1.4.0 - semver: registry.nlark.com/semver/6.3.0 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/7.10.0_eslint@8.1.0 + semver: registry.nlark.com/semver/7.3.5 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/8.0.0_eslint@8.1.0 transitivePeerDependencies: - supports-color dev: true @@ -5693,14 +5672,12 @@ packages: name: estraverse version: 4.3.0 engines: {node: '>=4.0'} - dev: true registry.npmmirror.com/estraverse/5.2.0: resolution: {integrity: sha1-MH30JUfmzHMk088DwVXVzbjFOIA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estraverse/download/estraverse-5.2.0.tgz} name: estraverse version: 5.2.0 engines: {node: '>=4.0'} - 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} @@ -5732,7 +5709,7 @@ packages: dev: true registry.npmmirror.com/glob-parent/5.1.2: - resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/download/glob-parent-5.1.2.tgz} + resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/download/glob-parent-5.1.2.tgz} name: glob-parent version: 5.1.2 engines: {node: '>= 6'} @@ -5840,20 +5817,19 @@ packages: hasBin: true dev: true - registry.npmmirror.com/lint-staged/11.2.4: - resolution: {integrity: sha1-KbyE4DGObp1KegQ1EyNtBm457h0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lint-staged/download/lint-staged-11.2.4.tgz} + registry.npmmirror.com/lint-staged/11.2.6: + resolution: {integrity: sha1-9HexrwKU2wVOWTfxcWed9juqTEM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lint-staged/download/lint-staged-11.2.6.tgz} name: lint-staged - version: 11.2.4 + version: 11.2.6 hasBin: true dependencies: cli-truncate: registry.npmmirror.com/cli-truncate/2.1.0 colorette: registry.npmmirror.com/colorette/1.4.0 commander: registry.npmmirror.com/commander/8.2.0 + cosmiconfig: registry.nlark.com/cosmiconfig/7.0.1 debug: registry.nlark.com/debug/4.3.2_supports-color@8.1.1 enquirer: registry.nlark.com/enquirer/2.3.6 execa: registry.nlark.com/execa/5.1.1 - js-yaml: registry.nlark.com/js-yaml/4.1.0 - lilconfig: registry.nlark.com/lilconfig/2.0.3 listr2: registry.npmmirror.com/listr2/3.12.2_enquirer@2.3.6 micromatch: registry.nlark.com/micromatch/4.0.4 normalize-path: registry.nlark.com/normalize-path/3.0.0 @@ -5876,7 +5852,7 @@ packages: colorette: registry.npmmirror.com/colorette/1.4.0 enquirer: registry.nlark.com/enquirer/2.3.6 log-update: registry.npmmirror.com/log-update/4.0.0 - p-map: registry.nlark.com/p-map/4.0.0 + p-map: registry.npmmirror.com/p-map/4.0.0 rxjs: registry.npmmirror.com/rxjs/6.6.7 through: registry.nlark.com/through/2.3.8 wrap-ansi: registry.nlark.com/wrap-ansi/7.0.0 @@ -5921,6 +5897,8 @@ packages: makeit-tooltip: registry.npmmirror.com/makeit-tooltip/1.1.2 vue: registry.npmmirror.com/vue/3.2.20 vue-types: registry.npmmirror.com/vue-types/3.0.2_vue@3.2.20 + transitivePeerDependencies: + - debug dev: false registry.npmmirror.com/makeit-tooltip/1.1.2: @@ -5941,25 +5919,26 @@ packages: dev: true registry.npmmirror.com/ms/2.1.2: - resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz} + resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz} name: ms version: 2.1.2 dev: true registry.npmmirror.com/ms/2.1.3: - resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.3.tgz} + 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.11_vue@3.2.20: - resolution: {integrity: sha1-pl8Eey5T9ypJVbkYVvdusB41520=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.19.11.tgz} - id: registry.npmmirror.com/naive-ui/2.19.11 + registry.npmmirror.com/naive-ui/2.20.0_eslint@8.1.0+vue@3.2.20: + resolution: {integrity: sha1-GguKPbPHe3KsNsbMRumwkdwma9A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.20.0.tgz} + id: registry.npmmirror.com/naive-ui/2.20.0 name: naive-ui - version: 2.19.11 + version: 2.20.0 peerDependencies: vue: ^3.0.0 dependencies: + '@babel/eslint-parser': registry.npmmirror.com/@babel/eslint-parser/7.15.8_eslint@8.1.0 '@css-render/plugin-bem': registry.nlark.com/@css-render/plugin-bem/0.15.6 '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.20 '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.175 @@ -5978,7 +5957,10 @@ packages: vfonts: registry.nlark.com/vfonts/0.1.0 vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.20 vue: registry.npmmirror.com/vue/3.2.20 - vueuc: registry.npmmirror.com/vueuc/0.4.13_6fc825ea257a26467f64b236a3efe3b7 + vueuc: registry.npmmirror.com/vueuc/0.4.15_6fc825ea257a26467f64b236a3efe3b7 + transitivePeerDependencies: + - '@babel/core' + - eslint dev: false registry.npmmirror.com/nanoid/3.1.25: @@ -6026,6 +6008,15 @@ packages: is-wsl: registry.nlark.com/is-wsl/2.2.0 dev: true + registry.npmmirror.com/p-map/4.0.0: + resolution: {integrity: sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-map/download/p-map-4.0.0.tgz?cache=0&sync_timestamp=1635321371446&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fp-map%2Fdownload%2Fp-map-4.0.0.tgz} + name: p-map + version: 4.0.0 + engines: {node: '>=10'} + dependencies: + aggregate-error: registry.nlark.com/aggregate-error/3.1.0 + 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 @@ -6055,14 +6046,14 @@ packages: version: 0.2.1 dev: true - registry.npmmirror.com/pinia/2.0.0-rc.14_typescript@4.4.4+vue@3.2.20: - resolution: {integrity: sha1-xcAExgtWgG9GXK4brM45Is8xY6w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/download/pinia-2.0.0-rc.14.tgz} - id: registry.npmmirror.com/pinia/2.0.0-rc.14 + registry.npmmirror.com/pinia/2.0.0_typescript@4.4.4+vue@3.2.20: + resolution: {integrity: sha1-asd696T/LiyHpZZ7WqK+jgSGjzg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/download/pinia-2.0.0.tgz} + id: registry.npmmirror.com/pinia/2.0.0 name: pinia - version: 2.0.0-rc.14 + version: 2.0.0 peerDependencies: '@vue/composition-api': ^1.2.4 - typescript: ^4.4.3 + typescript: ^4.4.4 vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: '@vue/composition-api': @@ -6073,7 +6064,7 @@ packages: '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.0.0-beta.19 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 + vue-demi: registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.20 dev: false registry.npmmirror.com/pkg-dir/2.0.0: @@ -6118,7 +6109,7 @@ packages: react-is: registry.npmmirror.com/react-is/17.0.2 registry.npmmirror.com/react-is/17.0.2: - resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/react-is/download/react-is-17.0.2.tgz?cache=0&sync_timestamp=1634744017328&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact-is%2Fdownload%2Freact-is-17.0.2.tgz} + resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/react-is/download/react-is-17.0.2.tgz?cache=0&sync_timestamp=1635475542075&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact-is%2Fdownload%2Freact-is-17.0.2.tgz} name: react-is version: 17.0.2 @@ -6141,10 +6132,10 @@ packages: tslib: registry.nlark.com/tslib/1.14.1 dev: true - registry.npmmirror.com/sass/1.43.3: - resolution: {integrity: sha1-qhamkTG4TwzSMYmiQlceiQXxzkM=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/download/sass-1.43.3.tgz} + registry.npmmirror.com/sass/1.43.4: + resolution: {integrity: sha1-aMfWobAEvvSa8NnK91DpslIQXR8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/download/sass-1.43.4.tgz} name: sass - version: 1.43.3 + version: 1.43.4 engines: {node: '>=8.9.0'} hasBin: true dependencies: @@ -6194,7 +6185,7 @@ packages: dev: true registry.npmmirror.com/type-fest/0.18.1: - resolution: {integrity: sha1-20vBUaSiz07r+a3V23VQjbbMhB8=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.18.1.tgz?cache=0&sync_timestamp=1634464703982&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.18.1.tgz} + resolution: {integrity: sha1-20vBUaSiz07r+a3V23VQjbbMhB8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.18.1.tgz?cache=0&sync_timestamp=1635391704698&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.18.1.tgz} name: type-fest version: 0.18.1 engines: {node: '>=10'} @@ -6208,21 +6199,21 @@ packages: dev: true registry.npmmirror.com/type-fest/0.21.3: - resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.21.3.tgz?cache=0&sync_timestamp=1634464703982&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.21.3.tgz} + resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.21.3.tgz?cache=0&sync_timestamp=1635391704698&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.21.3.tgz} name: type-fest version: 0.21.3 engines: {node: '>=10'} dev: true registry.npmmirror.com/type-fest/0.6.0: - resolution: {integrity: sha1-jSojcNPfiG61yQraHFv2GIrPg4s=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.6.0.tgz?cache=0&sync_timestamp=1634464703982&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.6.0.tgz} + resolution: {integrity: sha1-jSojcNPfiG61yQraHFv2GIrPg4s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.6.0.tgz?cache=0&sync_timestamp=1635391704698&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.6.0.tgz} name: type-fest version: 0.6.0 engines: {node: '>=8'} dev: true registry.npmmirror.com/type-fest/0.8.1: - resolution: {integrity: sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=, registry: http://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.8.1.tgz?cache=0&sync_timestamp=1634464703982&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz} + resolution: {integrity: sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/download/type-fest-0.8.1.tgz?cache=0&sync_timestamp=1635391704698&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz} name: type-fest version: 0.8.1 engines: {node: '>=8'} @@ -6244,7 +6235,7 @@ packages: hasBin: true dev: true - registry.npmmirror.com/unplugin-icons/0.12.16_5ec103ac36155c09fef0062610abc063: + registry.npmmirror.com/unplugin-icons/0.12.16_8d243728697ba143b290806bcef1890d: resolution: {integrity: sha1-rVKIa3cTQXO0hkxwF1rdRx1gOlU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.16.tgz} id: registry.npmmirror.com/unplugin-icons/0.12.16 name: unplugin-icons @@ -6271,7 +6262,7 @@ packages: debug: registry.nlark.com/debug/4.3.2 kolorist: registry.nlark.com/kolorist/1.5.0 local-pkg: registry.npmmirror.com/local-pkg/0.4.0 - unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.11 + unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.13 transitivePeerDependencies: - rollup - supports-color @@ -6279,7 +6270,7 @@ packages: - webpack dev: true - registry.npmmirror.com/unplugin-vue-components/0.16.0_vite@2.6.11+vue@3.2.20: + registry.npmmirror.com/unplugin-vue-components/0.16.0_vite@2.6.13+vue@3.2.20: resolution: {integrity: sha1-FaXV0DrWWK4CAlI4Eex2FQd2Vp0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-components/download/unplugin-vue-components-0.16.0.tgz} id: registry.npmmirror.com/unplugin-vue-components/0.16.0 name: unplugin-vue-components @@ -6297,7 +6288,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.16_vite@2.6.11 + unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.13 vue: registry.npmmirror.com/vue/3.2.20 transitivePeerDependencies: - rollup @@ -6306,7 +6297,7 @@ packages: - webpack dev: true - registry.npmmirror.com/unplugin/0.2.16_vite@2.6.11: + registry.npmmirror.com/unplugin/0.2.16_vite@2.6.13: 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 @@ -6323,11 +6314,11 @@ packages: webpack: optional: true dependencies: - vite: registry.npmmirror.com/vite/2.6.11_sass@1.43.3 + vite: registry.npmmirror.com/vite/2.6.13_sass@1.43.4 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.11: + registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.13: 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 @@ -6341,10 +6332,10 @@ 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.11_sass@1.43.3 + vite: registry.npmmirror.com/vite/2.6.13_sass@1.43.4 dev: true - registry.npmmirror.com/vite-plugin-windicss/1.4.12_vite@2.6.11: + registry.npmmirror.com/vite-plugin-windicss/1.4.12_vite@2.6.13: resolution: {integrity: sha1-owH9VUQlBCtf2uxWK9EaWg/L8Xg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.12.tgz} id: registry.npmmirror.com/vite-plugin-windicss/1.4.12 name: vite-plugin-windicss @@ -6355,17 +6346,17 @@ packages: '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.4.12 chalk: registry.nlark.com/chalk/4.1.2 debug: registry.nlark.com/debug/4.3.2 - vite: registry.npmmirror.com/vite/2.6.11_sass@1.43.3 - windicss: registry.npmmirror.com/windicss/3.1.9 + vite: registry.npmmirror.com/vite/2.6.13_sass@1.43.4 + windicss: registry.npmmirror.com/windicss/3.2.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite/2.6.11_sass@1.43.3: - resolution: {integrity: sha1-INPY9LT+OJBKLkJTVqqxyyMyXhI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/download/vite-2.6.11.tgz} - id: registry.npmmirror.com/vite/2.6.11 + registry.npmmirror.com/vite/2.6.13_sass@1.43.4: + resolution: {integrity: sha1-FrPshaZtW0YawpqQOHTUNX+a9DI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/download/vite-2.6.13.tgz?cache=0&sync_timestamp=1635502698474&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvite%2Fdownload%2Fvite-2.6.13.tgz} + id: registry.npmmirror.com/vite/2.6.13 name: vite - version: 2.6.11 + version: 2.6.13 engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -6384,7 +6375,7 @@ packages: postcss: registry.npmmirror.com/postcss/8.3.9 resolve: registry.nlark.com/resolve/1.20.0 rollup: registry.npmmirror.com/rollup/2.58.0 - sass: registry.npmmirror.com/sass/1.43.3 + sass: registry.npmmirror.com/sass/1.43.4 optionalDependencies: fsevents: registry.nlark.com/fsevents/2.3.2 dev: true @@ -6399,21 +6390,9 @@ packages: dependencies: evtd: registry.nlark.com/evtd/0.2.2 vue: registry.npmmirror.com/vue/3.2.20 - dev: false - - registry.npmmirror.com/vooks/0.2.8_vue@3.2.20: - resolution: {integrity: sha1-+tanjHLjlEPlYoUzewhDuq7tDz4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vooks/download/vooks-0.2.8.tgz} - id: registry.npmmirror.com/vooks/0.2.8 - name: vooks - version: 0.2.8 - peerDependencies: - vue: ^3.0.0 - dependencies: - evtd: registry.nlark.com/evtd/0.2.2 - vue: registry.npmmirror.com/vue/3.2.20 registry.npmmirror.com/vscode-css-languageservice/5.1.7: - resolution: {integrity: sha1-67+AOwP95Tm9aDWIzS2mxKYbkOI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-css-languageservice/download/vscode-css-languageservice-5.1.7.tgz} + resolution: {integrity: sha1-67+AOwP95Tm9aDWIzS2mxKYbkOI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-css-languageservice/download/vscode-css-languageservice-5.1.7.tgz?cache=0&sync_timestamp=1635297379961&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvscode-css-languageservice%2Fdownload%2Fvscode-css-languageservice-5.1.7.tgz} name: vscode-css-languageservice version: 5.1.7 dependencies: @@ -6424,7 +6403,7 @@ packages: dev: true registry.npmmirror.com/vscode-html-languageservice/4.1.0: - resolution: {integrity: sha1-4WYvH/O2I7kQxU0/Siqtjzl+U9c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-html-languageservice/download/vscode-html-languageservice-4.1.0.tgz} + resolution: {integrity: sha1-4WYvH/O2I7kQxU0/Siqtjzl+U9c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-html-languageservice/download/vscode-html-languageservice-4.1.0.tgz?cache=0&sync_timestamp=1635297380558&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvscode-html-languageservice%2Fdownload%2Fvscode-html-languageservice-4.1.0.tgz} name: vscode-html-languageservice version: 4.1.0 dependencies: @@ -6435,7 +6414,7 @@ packages: dev: true registry.npmmirror.com/vscode-json-languageservice/4.1.8: - resolution: {integrity: sha1-OXo5I41Jbj4IpUSouT3yzRM0fQw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-json-languageservice/download/vscode-json-languageservice-4.1.8.tgz} + resolution: {integrity: sha1-OXo5I41Jbj4IpUSouT3yzRM0fQw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-json-languageservice/download/vscode-json-languageservice-4.1.8.tgz?cache=0&sync_timestamp=1635297381052&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvscode-json-languageservice%2Fdownload%2Fvscode-json-languageservice-4.1.8.tgz} name: vscode-json-languageservice version: 4.1.8 engines: {npm: '>=7.0.0'} @@ -6490,42 +6469,42 @@ packages: vscode-languageserver-protocol: registry.npmmirror.com/vscode-languageserver-protocol/3.17.0-next.8 dev: true - registry.npmmirror.com/vscode-pug-languageservice/0.28.8: - resolution: {integrity: sha1-Sbzw3d/fx63s8+nrvUVhQga8q+k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.28.8.tgz} + registry.npmmirror.com/vscode-pug-languageservice/0.28.10: + resolution: {integrity: sha1-gFzhl6iCtCqD/mAgCNl5/qE+Y/I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.28.10.tgz} name: vscode-pug-languageservice - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.8 - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.8 - '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.8 + '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.10 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.10 + '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.10 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.8: - resolution: {integrity: sha1-lwVP001xamS+54/R+7NoDxBNJnw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.28.8.tgz} + registry.npmmirror.com/vscode-typescript-languageservice/0.28.10: + resolution: {integrity: sha1-iHOHhX6ALciquSqO/sIVM/zhm9M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.28.10.tgz} name: vscode-typescript-languageservice - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 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.8: - resolution: {integrity: sha1-uhBosQx9RxUz+V2y0buLLjeVIGY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.28.8.tgz} + registry.npmmirror.com/vscode-vue-languageservice/0.28.10: + resolution: {integrity: sha1-P16jsjGcVC8jEnwwF/lFyuZ2c+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.28.10.tgz} name: vscode-vue-languageservice - version: 0.28.8 + version: 0.28.10 dependencies: - '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.8 - '@volar/html2pug': registry.npmmirror.com/@volar/html2pug/0.28.8 - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.8 - '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.8 + '@volar/code-gen': registry.npmmirror.com/@volar/code-gen/0.28.10 + '@volar/html2pug': registry.npmmirror.com/@volar/html2pug/0.28.10 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/0.28.10 + '@volar/transforms': registry.npmmirror.com/@volar/transforms/0.28.10 '@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,43 +6516,61 @@ 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.8 - vscode-typescript-languageservice: registry.npmmirror.com/vscode-typescript-languageservice/0.28.8 + vscode-pug-languageservice: registry.npmmirror.com/vscode-pug-languageservice/0.28.10 + vscode-typescript-languageservice: registry.npmmirror.com/vscode-typescript-languageservice/0.28.10 dev: true - registry.npmmirror.com/vue-eslint-parser/7.10.0_eslint@8.1.0: - resolution: {integrity: sha1-6k5LEP0QqjXIp5rHg0iNirzSm+g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/download/vue-eslint-parser-7.10.0.tgz?cache=0&sync_timestamp=1634606837435&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.10.0.tgz} - id: registry.npmmirror.com/vue-eslint-parser/7.10.0 - name: vue-eslint-parser - version: 7.10.0 - engines: {node: '>=8.10'} + registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.20: + resolution: {integrity: sha1-YQGZL+RyTPVjQBihbpU/MFLpTio=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/download/vue-demi-0.11.4.tgz} + id: registry.npmmirror.com/vue-demi/0.11.4 + name: vue-demi + version: 0.11.4 + engines: {node: '>=12'} + hasBin: true + requiresBuild: true peerDependencies: - eslint: '>=5.0.0' + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: registry.npmmirror.com/vue/3.2.20 + dev: false + + registry.npmmirror.com/vue-eslint-parser/8.0.0_eslint@8.1.0: + resolution: {integrity: sha1-13/g9Ho3inAi09EMRNXD3xWL0no=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/download/vue-eslint-parser-8.0.0.tgz?cache=0&sync_timestamp=1634606837435&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-8.0.0.tgz} + id: registry.npmmirror.com/vue-eslint-parser/8.0.0 + name: vue-eslint-parser + version: 8.0.0 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' dependencies: debug: registry.nlark.com/debug/4.3.2 eslint: registry.npmmirror.com/eslint/8.1.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 + eslint-scope: registry.nlark.com/eslint-scope/6.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 lodash: registry.nlark.com/lodash/4.17.21 - semver: registry.nlark.com/semver/6.3.0 + semver: registry.nlark.com/semver/7.3.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vue-tsc/0.28.8_typescript@4.4.4: - resolution: {integrity: sha1-Jz5Xj51etoic+jS/aLrvOI6Y3D8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/download/vue-tsc-0.28.8.tgz} - id: registry.npmmirror.com/vue-tsc/0.28.8 + registry.npmmirror.com/vue-tsc/0.28.10_typescript@4.4.4: + resolution: {integrity: sha1-L8AVRTe+9QBOhgArEXdYr0srBmw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/download/vue-tsc-0.28.10.tgz} + id: registry.npmmirror.com/vue-tsc/0.28.10 name: vue-tsc - version: 0.28.8 + version: 0.28.10 hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.8 + '@volar/shared': registry.npmmirror.com/@volar/shared/0.28.10 typescript: registry.npmmirror.com/typescript/4.4.4 - vscode-vue-languageservice: registry.npmmirror.com/vscode-vue-languageservice/0.28.8 + vscode-vue-languageservice: registry.npmmirror.com/vscode-vue-languageservice/0.28.10 dev: true registry.npmmirror.com/vue-types/3.0.2_vue@3.2.20: @@ -6601,11 +6598,11 @@ packages: '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.20 dev: false - registry.npmmirror.com/vueuc/0.4.13_6fc825ea257a26467f64b236a3efe3b7: - resolution: {integrity: sha1-4De/KrcGs1ZKj5yPFFczAYSYOmg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.13.tgz} - id: registry.npmmirror.com/vueuc/0.4.13 + registry.npmmirror.com/vueuc/0.4.15_6fc825ea257a26467f64b236a3efe3b7: + resolution: {integrity: sha1-fphoLrVBGMZaU8XYYWOxxJQxqRY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.15.tgz} + id: registry.npmmirror.com/vueuc/0.4.15 name: vueuc - version: 0.4.13 + version: 0.4.15 peerDependencies: '@css-render/vue3-ssr': ^0.15.3 vue: ^3.0.11 @@ -6616,15 +6613,15 @@ packages: resize-observer-polyfill: registry.nlark.com/resize-observer-polyfill/1.5.1 seemly: registry.npmmirror.com/seemly/0.3.2 vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.20 - vooks: registry.npmmirror.com/vooks/0.2.8_vue@3.2.20 + vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.20 vue: registry.npmmirror.com/vue/3.2.20 dev: false - registry.npmmirror.com/vueuc/0.4.13_vue@3.2.20: - resolution: {integrity: sha1-4De/KrcGs1ZKj5yPFFczAYSYOmg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.13.tgz} - id: registry.npmmirror.com/vueuc/0.4.13 + registry.npmmirror.com/vueuc/0.4.15_vue@3.2.20: + resolution: {integrity: sha1-fphoLrVBGMZaU8XYYWOxxJQxqRY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vueuc/download/vueuc-0.4.15.tgz} + id: registry.npmmirror.com/vueuc/0.4.15 name: vueuc - version: 0.4.13 + version: 0.4.15 peerDependencies: '@css-render/vue3-ssr': ^0.15.3 vue: ^3.0.11 @@ -6634,14 +6631,14 @@ packages: resize-observer-polyfill: registry.nlark.com/resize-observer-polyfill/1.5.1 seemly: registry.npmmirror.com/seemly/0.3.2 vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.20 - vooks: registry.npmmirror.com/vooks/0.2.8_vue@3.2.20 + vooks: registry.npmmirror.com/vooks/0.2.10_vue@3.2.20 vue: registry.npmmirror.com/vue/3.2.20 dev: true - registry.npmmirror.com/windicss/3.1.9: - resolution: {integrity: sha1-5D2SQWhCLvp0PIIjYHw69H0tApE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/windicss/download/windicss-3.1.9.tgz} + registry.npmmirror.com/windicss/3.2.0: + resolution: {integrity: sha1-13nPrOCa+vpMMeQfnCKds9ZrWAc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/windicss/download/windicss-3.2.0.tgz} name: windicss - version: 3.1.9 + version: 3.2.0 engines: {node: '>= 12'} hasBin: true dev: true