diff --git a/.pnpm-debug.log b/.pnpm-debug.log new file mode 100644 index 000000000..75205fe71 --- /dev/null +++ b/.pnpm-debug.log @@ -0,0 +1,19 @@ +{ + "0 debug pnpm:scope": { + "selected": 1 + }, + "1 error pnpm": { + "errno": 1, + "code": "ELIFECYCLE", + "pkgid": "butterfly-admin@3.0.0", + "stage": "clean", + "script": "npx rimraf docs/node_modules && npx rimraf node_modules", + "pkgname": "butterfly-admin", + "err": { + "name": "pnpm", + "message": "butterfly-admin@3.0.0 clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1", + "code": "ELIFECYCLE", + "stack": "pnpm: butterfly-admin@3.0.0 clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1\n at EventEmitter. (C:\\Users\\Saber\\AppData\\Roaming\\npm\\pnpm-global\\5\\node_modules\\.pnpm\\registry.npmmirror.com+pnpm@6.24.4\\node_modules\\pnpm\\dist\\pnpm.cjs:103873:20)\n at EventEmitter.emit (node:events:365:28)\n at ChildProcess. (C:\\Users\\Saber\\AppData\\Roaming\\npm\\pnpm-global\\5\\node_modules\\.pnpm\\registry.npmmirror.com+pnpm@6.24.4\\node_modules\\pnpm\\dist\\pnpm.cjs:91802:18)\n at ChildProcess.emit (node:events:365:28)\n at maybeClose (node:internal/child_process:1067:16)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)" + } + } +} \ No newline at end of file diff --git a/package.json b/package.json index c0133bbb4..1fd01132c 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,10 @@ "postinstall": "husky install" }, "dependencies": { - "@vueuse/core": "^7.4.1", + "@iconify/iconify": "^2.1.0", + "@vueuse/core": "^7.5.1", "@zxcvbn-ts/core": "^1.2.0", - "element-plus": "1.2.0-beta.6", + "element-plus": "1.3.0-beta.1", "lodash-es": "^4.17.21", "pinia": "^2.0.9", "vue": "3.2.26", @@ -38,8 +39,9 @@ "devDependencies": { "@commitlint/cli": "^16.0.1", "@commitlint/config-conventional": "^16.0.0", - "@iconify/json": "^1.1.448", + "@iconify/json": "^1.1.450", "@intlify/vite-plugin-vue-i18n": "^3.2.1", + "@purge-icons/generated": "^0.7.0", "@types/lodash-es": "^4.17.5", "@types/node": "^17.0.5", "@typescript-eslint/eslint-plugin": "^5.8.1", @@ -49,7 +51,7 @@ "async-validator": "^4.0.7", "autoprefixer": "^10.4.1", "commitizen": "^4.2.4", - "eslint": "^8.5.0", + "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-define-config": "^1.2.1", "eslint-plugin-prettier": "^4.0.0", @@ -69,14 +71,14 @@ "stylelint-config-standard": "^24.0.0", "stylelint-order": "^5.0.0", "typescript": "4.5.4", - "unplugin-icons": "^0.13.0", - "vite": "2.7.9", + "vite": "2.7.10", "vite-plugin-eslint": "^1.3.0", + "vite-plugin-purge-icons": "^0.7.0", "vite-plugin-style-import": "^1.4.1", - "vite-plugin-svg-icons": "^1.0.5", + "vite-plugin-svg-icons": "^1.1.0", "vite-plugin-windicss": "^1.6.1", "vue-tsc": "^0.30.1", - "windicss": "^3.4.1", + "windicss": "^3.4.2", "windicss-analysis": "^0.3.5" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dea915392..eea0135c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,21 +3,23 @@ lockfileVersion: 5.3 specifiers: '@commitlint/cli': ^16.0.1 '@commitlint/config-conventional': ^16.0.0 - '@iconify/json': ^1.1.448 + '@iconify/iconify': ^2.1.0 + '@iconify/json': ^1.1.450 '@intlify/vite-plugin-vue-i18n': ^3.2.1 + '@purge-icons/generated': ^0.7.0 '@types/lodash-es': ^4.17.5 '@types/node': ^17.0.5 '@typescript-eslint/eslint-plugin': ^5.8.1 '@typescript-eslint/parser': ^5.8.1 '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - '@vueuse/core': ^7.4.1 + '@vueuse/core': ^7.5.1 '@zxcvbn-ts/core': ^1.2.0 async-validator: ^4.0.7 autoprefixer: ^10.4.1 commitizen: ^4.2.4 - element-plus: 1.2.0-beta.6 - eslint: ^8.5.0 + element-plus: 1.3.0-beta.1 + eslint: ^8.6.0 eslint-config-prettier: ^8.3.0 eslint-define-config: ^1.2.1 eslint-plugin-prettier: ^4.0.0 @@ -39,24 +41,25 @@ specifiers: stylelint-config-standard: ^24.0.0 stylelint-order: ^5.0.0 typescript: 4.5.4 - unplugin-icons: ^0.13.0 - vite: 2.7.9 + vite: 2.7.10 vite-plugin-eslint: ^1.3.0 + vite-plugin-purge-icons: ^0.7.0 vite-plugin-style-import: ^1.4.1 - vite-plugin-svg-icons: ^1.0.5 + vite-plugin-svg-icons: ^1.1.0 vite-plugin-windicss: ^1.6.1 vue: 3.2.26 vue-i18n: 9.1.9 vue-router: ^4.0.12 vue-tsc: ^0.30.1 vue-types: ^4.1.1 - windicss: ^3.4.1 + windicss: ^3.4.2 windicss-analysis: ^0.3.5 dependencies: - '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.4.1_vue@3.2.26 + '@iconify/iconify': registry.npmmirror.com/@iconify/iconify/2.1.0 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.5.1_vue@3.2.26 '@zxcvbn-ts/core': registry.npmmirror.com/@zxcvbn-ts/core/1.2.0 - element-plus: registry.npmmirror.com/element-plus/1.2.0-beta.6_vue@3.2.26 + element-plus: registry.npmmirror.com/element-plus/1.3.0-beta.1_vue@3.2.26 lodash-es: registry.nlark.com/lodash-es/4.17.21 pinia: registry.npmmirror.com/pinia/2.0.9_typescript@4.5.4+vue@3.2.26 vue: registry.npmmirror.com/vue/3.2.26 @@ -67,22 +70,23 @@ dependencies: devDependencies: '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/16.0.1_@types+node@17.0.5 '@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/16.0.0 - '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.448 - '@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.7.9+vue-i18n@9.1.9 + '@iconify/json': registry.npmmirror.com/@iconify/json/1.1.450 + '@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.7.10+vue-i18n@9.1.9 + '@purge-icons/generated': registry.nlark.com/@purge-icons/generated/0.7.0 '@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.5 '@types/node': registry.npmmirror.com/@types/node/17.0.5 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.8.1_3a47348159e115370aa4cba56aba33b6 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.5.0+typescript@4.5.4 - '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/2.0.1_vite@2.7.9+vue@3.2.26 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.8.1_13039593e64cd539d0b4c5c2da390958 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.6.0+typescript@4.5.4 + '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/2.0.1_vite@2.7.10+vue@3.2.26 '@vitejs/plugin-vue-jsx': registry.npmmirror.com/@vitejs/plugin-vue-jsx/1.3.3 async-validator: registry.npmmirror.com/async-validator/4.0.7 autoprefixer: registry.npmmirror.com/autoprefixer/10.4.1_postcss@8.4.5 commitizen: registry.npmmirror.com/commitizen/4.2.4_@types+node@17.0.5 - eslint: registry.npmmirror.com/eslint/8.5.0 - eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 + eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.6.0 eslint-define-config: registry.npmmirror.com/eslint-define-config/1.2.1 - eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.0.0_94e1b6d3ce6ea916847122712570e9ae - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.5.0 + eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.0.0_1c588f61426b1faf18812943f1678311 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.6.0 husky: registry.npmmirror.com/husky/7.0.4 less: registry.npmmirror.com/less/4.1.2 lint-staged: registry.npmmirror.com/lint-staged/12.1.4 @@ -98,14 +102,14 @@ devDependencies: stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/24.0.0_stylelint@14.2.0 stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.2.0 typescript: registry.npmmirror.com/typescript/4.5.4 - unplugin-icons: registry.npmmirror.com/unplugin-icons/0.13.0_vite@2.7.9 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 - vite-plugin-eslint: registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.7.9 - vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.9 - vite-plugin-svg-icons: registry.npmmirror.com/vite-plugin-svg-icons/1.0.5_vite@2.7.9 - vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.6.1_vite@2.7.9 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 + vite-plugin-eslint: registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.7.10 + vite-plugin-purge-icons: registry.nlark.com/vite-plugin-purge-icons/0.7.0_vite@2.7.10 + vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.10 + vite-plugin-svg-icons: registry.npmmirror.com/vite-plugin-svg-icons/1.1.0_vite@2.7.10 + vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.6.1_vite@2.7.10 vue-tsc: registry.npmmirror.com/vue-tsc/0.30.1_typescript@4.5.4 - windicss: registry.npmmirror.com/windicss/3.4.1 + windicss: registry.npmmirror.com/windicss/3.4.2 windicss-analysis: registry.npmmirror.com/windicss-analysis/0.3.5 packages: @@ -162,6 +166,18 @@ packages: engines: { node: '>= 12' } dev: true + registry.nlark.com/@ctrl/tinycolor/3.4.0: + resolution: + { + integrity: sha1-w8WuVDyJfKqcKmhjC+01W+X5mQ8=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/@ctrl/tinycolor/download/@ctrl/tinycolor-3.4.0.tgz + } + name: '@ctrl/tinycolor' + version: 3.4.0 + engines: { node: '>=10' } + dev: false + registry.nlark.com/@emmetio/abbreviation/2.2.2: resolution: { @@ -210,7 +226,7 @@ packages: version: 2.1.5 engines: { node: '>= 8' } dependencies: - '@nodelib/fs.stat': registry.nlark.com/@nodelib/fs.stat/2.0.5 + '@nodelib/fs.stat': registry.npmmirror.com/@nodelib/fs.stat/2.0.5 run-parallel: registry.nlark.com/run-parallel/1.2.0 dev: true @@ -241,16 +257,36 @@ packages: fastq: registry.nlark.com/fastq/1.13.0 dev: true - registry.nlark.com/@trysound/sax/0.2.0: + registry.nlark.com/@purge-icons/core/0.7.0: resolution: { - integrity: sha1-zMqrdYr1Z2Hre/N69vA/Mm3XmK0=, + integrity: sha1-CXuo1Ni36NZi32h70jkeuLg8q6A=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/@trysound/sax/download/@trysound/sax-0.2.0.tgz + tarball: https://registry.nlark.com/@purge-icons/core/download/@purge-icons/core-0.7.0.tgz } - name: '@trysound/sax' - version: 0.2.0 - engines: { node: '>=10.13.0' } + name: '@purge-icons/core' + version: 0.7.0 + dependencies: + '@iconify/iconify': registry.npmmirror.com/@iconify/iconify/2.0.0-rc.6 + axios: registry.npmmirror.com/axios/0.21.4_debug@4.3.3 + debug: registry.npmmirror.com/debug/4.3.3 + fast-glob: registry.npmmirror.com/fast-glob/3.2.7 + fs-extra: registry.nlark.com/fs-extra/9.1.0 + transitivePeerDependencies: + - supports-color + dev: true + + registry.nlark.com/@purge-icons/generated/0.7.0: + resolution: + { + integrity: sha1-2H27MUXouaZOLhL/ZgqjyxPL61Y=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/@purge-icons/generated/download/@purge-icons/generated-0.7.0.tgz + } + name: '@purge-icons/generated' + version: 0.7.0 + dependencies: + '@iconify/iconify': registry.npmmirror.com/@iconify/iconify/2.1.0 dev: true registry.nlark.com/@tsconfig/node10/1.0.8: @@ -685,18 +721,6 @@ packages: version: 1.2.1 dev: true - registry.nlark.com/assign-symbols/1.0.0: - resolution: - { - integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/assign-symbols/download/assign-symbols-1.0.0.tgz - } - name: assign-symbols - version: 1.0.0 - engines: { node: '>=0.10.0' } - dev: true - registry.nlark.com/astral-regex/2.0.0: resolution: { @@ -709,6 +733,18 @@ packages: engines: { node: '>=8' } dev: true + registry.nlark.com/at-least-node/1.0.0: + resolution: + { + integrity: sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/at-least-node/download/at-least-node-1.0.0.tgz + } + name: at-least-node + version: 1.0.0 + engines: { node: '>= 4.0.0' } + dev: true + registry.nlark.com/atob/2.1.2: resolution: { @@ -834,7 +870,7 @@ packages: snapdragon: registry.nlark.com/snapdragon/0.8.2 snapdragon-node: registry.nlark.com/snapdragon-node/2.1.1 split-string: registry.nlark.com/split-string/3.1.0 - to-regex: registry.nlark.com/to-regex/3.0.2 + to-regex: registry.npmmirror.com/to-regex/3.0.2 dev: true registry.nlark.com/braces/3.0.2: @@ -851,19 +887,6 @@ packages: fill-range: registry.nlark.com/fill-range/7.0.1 dev: true - registry.nlark.com/builtins/4.0.0: - resolution: - { - integrity: sha1-qDRUIN6CBo/cTWVZ0EVkA6j7GQU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/builtins/download/builtins-4.0.0.tgz - } - name: builtins - version: 4.0.0 - dependencies: - semver: registry.nlark.com/semver/7.3.5 - dev: true - registry.nlark.com/cachedir/2.2.0: resolution: { @@ -1533,7 +1556,7 @@ packages: version: 3.0.0 engines: { node: '>=6.0.0' } dependencies: - esutils: registry.nlark.com/esutils/2.0.3 + esutils: registry.npmmirror.com/esutils/2.0.3 dev: true registry.nlark.com/doctypes/1.1.0: @@ -1708,7 +1731,7 @@ packages: { integrity: sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/enquirer/download/enquirer-2.3.6.tgz?cache=0&sync_timestamp=1631501914047&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fenquirer%2Fdownload%2Fenquirer-2.3.6.tgz + tarball: https://registry.nlark.com/enquirer/download/enquirer-2.3.6.tgz } name: enquirer version: 2.3.6 @@ -1808,7 +1831,7 @@ packages: { integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1631501921416&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz + tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz } name: escape-string-regexp version: 1.0.5 @@ -1820,14 +1843,14 @@ packages: { integrity: sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-4.0.0.tgz?cache=0&sync_timestamp=1631501921416&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-4.0.0.tgz + tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-4.0.0.tgz } name: escape-string-regexp version: 4.0.0 engines: { node: '>=10' } dev: true - registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.5.0: + registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.6.0: resolution: { integrity: sha1-90cbILb+ipqSVMxoRFQgKIai3Xo=, @@ -1841,7 +1864,7 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 dev: true registry.nlark.com/eslint-utils/2.1.0: @@ -1849,7 +1872,7 @@ packages: { integrity: sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz + tarball: https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz?cache=0&sync_timestamp=1631600361784&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-utils%2Fdownload%2Feslint-utils-2.1.0.tgz } name: eslint-utils version: 2.1.0 @@ -1858,7 +1881,7 @@ packages: eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 dev: true - registry.nlark.com/eslint-utils/3.0.0_eslint@8.5.0: + registry.nlark.com/eslint-utils/3.0.0_eslint@8.6.0: resolution: { integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=, @@ -1872,7 +1895,7 @@ packages: peerDependencies: eslint: '>=5' dependencies: - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 dev: true @@ -1917,18 +1940,6 @@ packages: estraverse: registry.npmmirror.com/estraverse/5.3.0 dev: true - registry.nlark.com/esutils/2.0.3: - resolution: - { - integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/esutils/download/esutils-2.0.3.tgz - } - name: esutils - version: 2.0.3 - engines: { node: '>=0.10.0' } - dev: true - registry.nlark.com/etag/1.8.1: resolution: { @@ -1972,7 +1983,7 @@ packages: posix-character-classes: registry.nlark.com/posix-character-classes/0.1.1 regex-not: registry.nlark.com/regex-not/1.0.2 snapdragon: registry.nlark.com/snapdragon/0.8.2 - to-regex: registry.nlark.com/to-regex/3.0.2 + to-regex: registry.npmmirror.com/to-regex/3.0.2 dev: true registry.nlark.com/expand-tilde/2.0.2: @@ -2014,7 +2025,7 @@ packages: version: 3.0.2 engines: { node: '>=0.10.0' } dependencies: - assign-symbols: registry.nlark.com/assign-symbols/1.0.0 + assign-symbols: registry.npmmirror.com/assign-symbols/1.0.0 is-extendable: registry.nlark.com/is-extendable/1.0.1 dev: true @@ -2052,7 +2063,7 @@ packages: fragment-cache: registry.nlark.com/fragment-cache/0.2.1 regex-not: registry.nlark.com/regex-not/1.0.2 snapdragon: registry.nlark.com/snapdragon/0.8.2 - to-regex: registry.nlark.com/to-regex/3.0.2 + to-regex: registry.npmmirror.com/to-regex/3.0.2 dev: true registry.nlark.com/fast-deep-equal/3.1.3: @@ -2060,7 +2071,7 @@ packages: { integrity: sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz?cache=0&sync_timestamp=1631501914533&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffast-deep-equal%2Fdownload%2Ffast-deep-equal-3.1.3.tgz + tarball: https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz } name: fast-deep-equal version: 3.1.3 @@ -2100,7 +2111,7 @@ packages: { integrity: sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz + tarball: https://registry.nlark.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz } name: fast-json-stable-stringify version: 2.1.0 @@ -2133,7 +2144,7 @@ packages: { integrity: sha1-YWdg+Ip1Jr38WWt8q4wYk4w2uYw=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fastq/download/fastq-1.13.0.tgz?cache=0&sync_timestamp=1631616062226&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffastq%2Fdownload%2Ffastq-1.13.0.tgz + tarball: https://registry.nlark.com/fastq/download/fastq-1.13.0.tgz } name: fastq version: 1.13.0 @@ -2291,7 +2302,7 @@ packages: { integrity: sha1-n/YbZV3eU/s0qC34S7IUzoAuF8E=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fs-extra/download/fs-extra-10.0.0.tgz + tarball: https://registry.nlark.com/fs-extra/download/fs-extra-10.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffs-extra%2Fdownload%2Ffs-extra-10.0.0.tgz } name: fs-extra version: 10.0.0 @@ -2318,6 +2329,23 @@ packages: universalify: registry.nlark.com/universalify/0.1.2 dev: true + registry.nlark.com/fs-extra/9.1.0: + resolution: + { + integrity: sha1-WVRGDHZKjaIJS6NVS/g55rmnyG0=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/fs-extra/download/fs-extra-9.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffs-extra%2Fdownload%2Ffs-extra-9.1.0.tgz + } + name: fs-extra + version: 9.1.0 + engines: { node: '>=10' } + dependencies: + at-least-node: registry.nlark.com/at-least-node/1.0.0 + graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 + jsonfile: registry.nlark.com/jsonfile/6.1.0 + universalify: registry.nlark.com/universalify/2.0.0 + dev: true + registry.nlark.com/fs.realpath/1.0.0: resolution: { @@ -2531,7 +2559,7 @@ packages: dependencies: array-union: registry.nlark.com/array-union/2.1.0 dir-glob: registry.nlark.com/dir-glob/3.0.1 - fast-glob: registry.nlark.com/fast-glob/3.2.7 + fast-glob: registry.npmmirror.com/fast-glob/3.2.7 ignore: registry.npmmirror.com/ignore/5.2.0 merge2: registry.nlark.com/merge2/1.4.1 slash: registry.nlark.com/slash/3.0.0 @@ -2950,17 +2978,6 @@ packages: version: 0.2.1 dev: true - registry.nlark.com/is-buffer/1.1.6: - resolution: - { - integrity: sha1-76ouqdqg16suoTqXsritUf776L4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-buffer/download/is-buffer-1.1.6.tgz - } - name: is-buffer - version: 1.1.6 - dev: true - registry.nlark.com/is-data-descriptor/0.1.4: resolution: { @@ -3297,7 +3314,7 @@ packages: { integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/isobject/download/isobject-2.1.0.tgz?cache=0&sync_timestamp=1631583891576&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fisobject%2Fdownload%2Fisobject-2.1.0.tgz + tarball: https://registry.nlark.com/isobject/download/isobject-2.1.0.tgz } name: isobject version: 2.1.0 @@ -3311,7 +3328,7 @@ packages: { integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/isobject/download/isobject-3.0.1.tgz?cache=0&sync_timestamp=1631583891576&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fisobject%2Fdownload%2Fisobject-3.0.1.tgz + tarball: https://registry.nlark.com/isobject/download/isobject-3.0.1.tgz } name: isobject version: 3.0.1 @@ -3340,35 +3357,6 @@ packages: version: 4.0.0 dev: true - registry.nlark.com/js-yaml/3.14.1: - resolution: - { - integrity: sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/js-yaml/download/js-yaml-3.14.1.tgz - } - name: js-yaml - version: 3.14.1 - hasBin: true - dependencies: - argparse: registry.nlark.com/argparse/1.0.10 - 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 - } - name: js-yaml - version: 4.1.0 - hasBin: true - dependencies: - argparse: registry.nlark.com/argparse/2.0.1 - dev: true - registry.nlark.com/jsesc/2.5.2: resolution: { @@ -3431,7 +3419,7 @@ packages: { integrity: sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/json5/download/json5-1.0.1.tgz + 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 @@ -3530,7 +3518,7 @@ packages: version: 3.2.2 engines: { node: '>=0.10.0' } dependencies: - is-buffer: registry.nlark.com/is-buffer/1.1.6 + is-buffer: registry.npmmirror.com/is-buffer/1.1.6 dev: true registry.nlark.com/kind-of/4.0.0: @@ -3544,7 +3532,7 @@ packages: version: 4.0.0 engines: { node: '>=0.10.0' } dependencies: - is-buffer: registry.nlark.com/is-buffer/1.1.6 + is-buffer: registry.npmmirror.com/is-buffer/1.1.6 dev: true registry.nlark.com/kind-of/5.1.0: @@ -3702,7 +3690,7 @@ packages: { integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz + tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz?cache=0&sync_timestamp=1631600344664&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmagic-string%2Fdownload%2Fmagic-string-0.25.7.tgz } name: magic-string version: 0.25.7 @@ -3768,7 +3756,7 @@ packages: { integrity: sha1-KmSyRFe+zU5NxggoMkfpTOWJqjI=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/merge-options/download/merge-options-1.0.1.tgz + tarball: https://registry.nlark.com/merge-options/download/merge-options-1.0.1.tgz?cache=0&sync_timestamp=1631523200726&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmerge-options%2Fdownload%2Fmerge-options-1.0.1.tgz } name: merge-options version: 1.0.1 @@ -3811,32 +3799,6 @@ packages: engines: { node: '>= 8' } dev: true - registry.nlark.com/micromatch/3.1.0: - resolution: - { - integrity: sha1-UQLU6vILaZfWAI46z+HESj+oFeI=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/micromatch/download/micromatch-3.1.0.tgz - } - name: micromatch - version: 3.1.0 - engines: { node: '>=0.10.0' } - dependencies: - arr-diff: registry.nlark.com/arr-diff/4.0.0 - array-unique: registry.nlark.com/array-unique/0.3.2 - braces: registry.nlark.com/braces/2.3.2 - define-property: registry.nlark.com/define-property/1.0.0 - extend-shallow: registry.nlark.com/extend-shallow/2.0.1 - extglob: registry.nlark.com/extglob/2.0.4 - fragment-cache: registry.nlark.com/fragment-cache/0.2.1 - kind-of: registry.nlark.com/kind-of/5.1.0 - nanomatch: registry.nlark.com/nanomatch/1.2.13 - object.pick: registry.nlark.com/object.pick/1.3.0 - regex-not: registry.nlark.com/regex-not/1.0.2 - snapdragon: registry.nlark.com/snapdragon/0.8.2 - to-regex: registry.nlark.com/to-regex/3.0.2 - dev: true - registry.nlark.com/micromatch/4.0.4: resolution: { @@ -3893,7 +3855,7 @@ packages: { integrity: sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz + tarball: https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz } name: minimatch version: 3.0.4 @@ -3987,7 +3949,7 @@ packages: object.pick: registry.nlark.com/object.pick/1.3.0 regex-not: registry.nlark.com/regex-not/1.0.2 snapdragon: registry.nlark.com/snapdragon/0.8.2 - to-regex: registry.nlark.com/to-regex/3.0.2 + to-regex: registry.npmmirror.com/to-regex/3.0.2 dev: true registry.nlark.com/natural-compare/1.4.0: @@ -4646,18 +4608,6 @@ packages: fast-diff: registry.nlark.com/fast-diff/1.2.0 dev: true - registry.nlark.com/progress/2.0.3: - resolution: - { - integrity: sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/progress/download/progress-2.0.3.tgz - } - name: progress - version: 2.0.3 - engines: { node: '>=0.4.0' } - dev: true - registry.nlark.com/promise/7.3.1: resolution: { @@ -4900,17 +4850,6 @@ packages: strict-uri-encode: registry.nlark.com/strict-uri-encode/1.1.0 dev: true - registry.nlark.com/queue-microtask/1.2.3: - resolution: - { - integrity: sha1-SSkii7xyTfrEPg77BYyve2z7YkM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/queue-microtask/download/queue-microtask-1.2.3.tgz - } - name: queue-microtask - version: 1.2.3 - dev: true - registry.nlark.com/read-pkg/5.2.0: resolution: { @@ -5054,7 +4993,7 @@ packages: { integrity: sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/resolve-from/download/resolve-from-4.0.0.tgz?cache=0&sync_timestamp=1631501918091&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fresolve-from%2Fdownload%2Fresolve-from-4.0.0.tgz + tarball: https://registry.nlark.com/resolve-from/download/resolve-from-4.0.0.tgz } name: resolve-from version: 4.0.0 @@ -5092,7 +5031,7 @@ packages: { integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/resolve/download/resolve-1.20.0.tgz?cache=0&sync_timestamp=1631501917799&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fresolve%2Fdownload%2Fresolve-1.20.0.tgz + tarball: https://registry.nlark.com/resolve/download/resolve-1.20.0.tgz } name: resolve version: 1.20.0 @@ -5166,6 +5105,23 @@ packages: version: 1.3.0 dev: true + registry.nlark.com/rollup-plugin-purge-icons/0.7.0: + resolution: + { + integrity: sha1-RBm4ENXXXxu6OvcqI45wtKZ18Dw=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/rollup-plugin-purge-icons/download/rollup-plugin-purge-icons-0.7.0.tgz + } + name: rollup-plugin-purge-icons + version: 0.7.0 + engines: { node: '>= 12' } + dependencies: + '@purge-icons/core': registry.nlark.com/@purge-icons/core/0.7.0 + '@purge-icons/generated': registry.nlark.com/@purge-icons/generated/0.7.0 + transitivePeerDependencies: + - supports-color + dev: true + registry.nlark.com/run-async/2.4.1: resolution: { @@ -5188,7 +5144,7 @@ packages: name: run-parallel version: 1.2.0 dependencies: - queue-microtask: registry.nlark.com/queue-microtask/1.2.3 + queue-microtask: registry.npmmirror.com/queue-microtask/1.2.3 dev: true registry.nlark.com/safe-buffer/5.1.2: @@ -5254,7 +5210,7 @@ packages: { 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=1631501920740&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz + 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 @@ -5266,7 +5222,7 @@ packages: { integrity: sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1631501920740&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz + tarball: https://registry.nlark.com/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1631500167672&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz } name: semver version: 6.3.0 @@ -5278,7 +5234,7 @@ packages: { 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=1631501920740&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz + 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 } name: semver version: 7.3.5 @@ -5748,7 +5704,7 @@ packages: image-size: registry.nlark.com/image-size/0.5.5 loader-utils: registry.npmmirror.com/loader-utils/1.4.0 merge-options: registry.nlark.com/merge-options/1.0.1 - micromatch: registry.nlark.com/micromatch/3.1.0 + micromatch: registry.npmmirror.com/micromatch/3.1.0 postcss: registry.npmmirror.com/postcss/5.2.18 postcss-prefix-selector: registry.npmmirror.com/postcss-prefix-selector/1.14.0_postcss@5.2.18 posthtml-rename-id: registry.nlark.com/posthtml-rename-id/1.0.12 @@ -5841,20 +5797,6 @@ packages: engines: { node: '>=4' } dev: true - registry.nlark.com/to-object-path/0.3.0: - resolution: - { - integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/to-object-path/download/to-object-path-0.3.0.tgz - } - name: to-object-path - version: 0.3.0 - engines: { node: '>=0.10.0' } - dependencies: - kind-of: registry.nlark.com/kind-of/3.2.2 - dev: true - registry.nlark.com/to-regex-range/2.1.1: resolution: { @@ -5884,23 +5826,6 @@ packages: is-number: registry.nlark.com/is-number/7.0.0 dev: true - registry.nlark.com/to-regex/3.0.2: - resolution: - { - integrity: sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/to-regex/download/to-regex-3.0.2.tgz - } - name: to-regex - version: 3.0.2 - engines: { node: '>=0.10.0' } - dependencies: - define-property: registry.nlark.com/define-property/2.0.2 - extend-shallow: registry.nlark.com/extend-shallow/3.0.2 - regex-not: registry.nlark.com/regex-not/1.0.2 - safe-regex: registry.nlark.com/safe-regex/1.1.0 - dev: true - registry.nlark.com/token-stream/1.0.0: resolution: { @@ -6173,7 +6098,7 @@ packages: { integrity: sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz?cache=0&sync_timestamp=1631501921247&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fv8-compile-cache%2Fdownload%2Fv8-compile-cache-2.3.0.tgz + tarball: https://registry.nlark.com/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz } name: v8-compile-cache version: 2.3.0 @@ -6205,7 +6130,7 @@ packages: engines: { node: '>= 0.8' } dev: true - registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.7.9: + registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.7.10: resolution: { integrity: sha1-y8PxVCyl6Q1ZLM+2tJV+m2P5mg4=, @@ -6221,7 +6146,29 @@ packages: '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.1.2 eslint: registry.npmmirror.com/eslint/7.32.0 rollup: registry.npmmirror.com/rollup/2.62.0 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 + transitivePeerDependencies: + - supports-color + dev: true + + registry.nlark.com/vite-plugin-purge-icons/0.7.0_vite@2.7.10: + resolution: + { + integrity: sha1-xGADdDj9cTchUzYMy559l7Aw+1g=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.nlark.com/vite-plugin-purge-icons/download/vite-plugin-purge-icons-0.7.0.tgz + } + id: registry.nlark.com/vite-plugin-purge-icons/0.7.0 + name: vite-plugin-purge-icons + version: 0.7.0 + engines: { node: '>= 12' } + peerDependencies: + vite: ^2.0.0-beta.3 + dependencies: + '@purge-icons/core': registry.nlark.com/@purge-icons/core/0.7.0 + '@purge-icons/generated': registry.nlark.com/@purge-icons/generated/0.7.0 + rollup-plugin-purge-icons: registry.nlark.com/rollup-plugin-purge-icons/0.7.0 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 transitivePeerDependencies: - supports-color dev: true @@ -6249,17 +6196,6 @@ packages: version: 5.0.0 dev: true - registry.nlark.com/webpack-virtual-modules/0.4.3: - resolution: - { - integrity: sha1-zVl8bVHVpey0c+6hmDpY+ooX3tk=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/webpack-virtual-modules/download/webpack-virtual-modules-0.4.3.tgz - } - name: webpack-virtual-modules - version: 0.4.3 - dev: true - registry.nlark.com/which/1.3.1: resolution: { @@ -6424,20 +6360,6 @@ packages: engines: { node: '>=10' } dev: true - registry.npmmirror.com/@antfu/install-pkg/0.1.0: - resolution: - { - integrity: sha1-jYxhggy8MuXDfYLVFUha0+6b0FI=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/install-pkg/download/@antfu/install-pkg-0.1.0.tgz - } - name: '@antfu/install-pkg' - version: 0.1.0 - dependencies: - execa: registry.npmmirror.com/execa/5.1.1 - find-up: registry.npmmirror.com/find-up/5.0.0 - dev: true - registry.npmmirror.com/@antfu/utils/0.3.0: resolution: { @@ -6451,19 +6373,6 @@ packages: '@types/throttle-debounce': registry.npmmirror.com/@types/throttle-debounce/2.1.0 dev: true - registry.npmmirror.com/@antfu/utils/0.4.0: - resolution: - { - integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/utils/download/@antfu/utils-0.4.0.tgz - } - name: '@antfu/utils' - version: 0.4.0 - dependencies: - '@types/throttle-debounce': registry.npmmirror.com/@types/throttle-debounce/2.1.0 - dev: true - registry.npmmirror.com/@babel/code-frame/7.12.11: resolution: { @@ -7281,7 +7190,7 @@ packages: globals: registry.npmmirror.com/globals/13.12.0 ignore: registry.npmmirror.com/ignore/4.0.6 import-fresh: registry.nlark.com/import-fresh/3.3.0 - js-yaml: registry.nlark.com/js-yaml/3.14.1 + js-yaml: registry.npmmirror.com/js-yaml/3.14.1 minimatch: registry.nlark.com/minimatch/3.0.4 strip-json-comments: registry.nlark.com/strip-json-comments/3.1.1 transitivePeerDependencies: @@ -7301,11 +7210,11 @@ packages: dependencies: ajv: registry.npmmirror.com/ajv/6.12.6 debug: registry.npmmirror.com/debug/4.3.3 - espree: registry.npmmirror.com/espree/9.2.0 + espree: registry.npmmirror.com/espree/9.3.0 globals: registry.npmmirror.com/globals/13.12.0 ignore: registry.npmmirror.com/ignore/4.0.6 import-fresh: registry.nlark.com/import-fresh/3.3.0 - js-yaml: registry.nlark.com/js-yaml/4.1.0 + js-yaml: registry.npmmirror.com/js-yaml/4.1.0 minimatch: registry.nlark.com/minimatch/3.0.4 strip-json-comments: registry.nlark.com/strip-json-comments/3.1.1 transitivePeerDependencies: @@ -7359,39 +7268,40 @@ packages: version: 1.2.1 dev: true - registry.npmmirror.com/@iconify/json/1.1.448: + registry.npmmirror.com/@iconify/iconify/2.0.0-rc.6: resolution: { - integrity: sha512-DzgNtx6THsRjIRzy8F68gJEfRxBTnfGoCvSmBdNtV/OF/sTEBDMl0q0WPnVbhQb/dalJGGBnscltao6BkMdUAQ==, + integrity: sha1-4/U3a2O0QdyzaWMXeEuY4uZ4z0Y=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.448.tgz + tarball: https://registry.npmmirror.com/@iconify/iconify/download/@iconify/iconify-2.0.0-rc.6.tgz } - name: '@iconify/json' - version: 1.1.448 + name: '@iconify/iconify' + version: 2.0.0-rc.6 + dependencies: + cross-fetch: registry.npmmirror.com/cross-fetch/3.1.4 dev: true - registry.npmmirror.com/@iconify/types/1.0.12: + registry.npmmirror.com/@iconify/iconify/2.1.0: resolution: { - integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==, + integrity: sha512-YXKrDVXIGUeFIRqr6QC/l6MRj9kDOlES4sWx/ty8SXUk0pCZnBwsj0/to9Q3g79TAyh2wG3/yzrkf6fHKichwA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@iconify/types/download/@iconify/types-1.0.12.tgz + tarball: https://registry.npmmirror.com/@iconify/iconify/download/@iconify/iconify-2.1.0.tgz } - name: '@iconify/types' - version: 1.0.12 - dev: true + name: '@iconify/iconify' + version: 2.1.0 + dependencies: + cross-fetch: registry.npmmirror.com/cross-fetch/3.1.4 - registry.npmmirror.com/@iconify/utils/1.0.20: + registry.npmmirror.com/@iconify/json/1.1.450: resolution: { - integrity: sha512-J5IriR8KeANs8vIEFKWzOlOvNgZHkwqkmqaIwvqtuDbBeFHtXGfM/LYMDmjtRJ0AAa7f254qw6TK7gAibYfHUA==, + integrity: sha512-U8j5E+bqipaXQi2MDma7ayDjOmrK4/1lzvo0FG0z/qpU5oipp/8XRXL6z8K0GR7kQXpv/xR+WOKDhDW4Cb755w==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@iconify/utils/download/@iconify/utils-1.0.20.tgz + tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.450.tgz } - name: '@iconify/utils' - version: 1.0.20 - dependencies: - '@iconify/types': registry.npmmirror.com/@iconify/types/1.0.12 + name: '@iconify/json' + version: 1.1.450 dev: true registry.npmmirror.com/@intlify/bundle-utils/2.2.0_vue-i18n@9.1.9: @@ -7538,7 +7448,7 @@ packages: engines: { node: '>= 12' } dev: true - registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.7.9+vue-i18n@9.1.9: + registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.7.10+vue-i18n@9.1.9: resolution: { integrity: sha512-h/nIShN/tljZZfTWAI2jyMwDI7UxSkOPMQbMAh2poC+wO1H9N/qaK6+GqyXG79g3PWtu6Igvfx/JH116cMD9fQ==, @@ -7565,7 +7475,7 @@ packages: debug: registry.npmmirror.com/debug/4.3.3 fast-glob: registry.nlark.com/fast-glob/3.2.7 source-map: registry.nlark.com/source-map/0.6.1 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 vue-i18n: registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.26 transitivePeerDependencies: - supports-color @@ -7587,6 +7497,18 @@ packages: '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 dev: false + registry.npmmirror.com/@nodelib/fs.stat/2.0.5: + resolution: + { + integrity: sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.5.tgz + } + name: '@nodelib/fs.stat' + version: 2.0.5 + engines: { node: '>= 8' } + dev: true + registry.npmmirror.com/@polka/url/1.0.0-next.21: resolution: { @@ -7624,6 +7546,18 @@ packages: picomatch: registry.nlark.com/picomatch/2.3.0 dev: true + registry.npmmirror.com/@trysound/sax/0.2.0: + resolution: + { + integrity: sha1-zMqrdYr1Z2Hre/N69vA/Mm3XmK0=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@trysound/sax/download/@trysound/sax-0.2.0.tgz + } + name: '@trysound/sax' + version: 0.2.0 + engines: { node: '>=10.13.0' } + dev: true + registry.npmmirror.com/@types/json-schema/7.0.9: resolution: { @@ -7738,7 +7672,7 @@ packages: version: 2.1.0 dev: true - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.8.1_3a47348159e115370aa4cba56aba33b6: + registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.8.1_13039593e64cd539d0b4c5c2da390958: resolution: { integrity: sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw==, @@ -7757,11 +7691,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/5.8.1_eslint@8.5.0+typescript@4.5.4 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.5.0+typescript@4.5.4 + '@typescript-eslint/experimental-utils': registry.npmmirror.com/@typescript-eslint/experimental-utils/5.8.1_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.6.0+typescript@4.5.4 '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.8.1 debug: registry.npmmirror.com/debug/4.3.3 - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 functional-red-black-tree: registry.nlark.com/functional-red-black-tree/1.0.1 ignore: registry.npmmirror.com/ignore/5.2.0 regexpp: registry.nlark.com/regexpp/3.2.0 @@ -7772,7 +7706,7 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/experimental-utils/5.8.1_eslint@8.5.0+typescript@4.5.4: + registry.npmmirror.com/@typescript-eslint/experimental-utils/5.8.1_eslint@8.6.0+typescript@4.5.4: resolution: { integrity: sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==, @@ -7790,15 +7724,15 @@ packages: '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.8.1 '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.8.1 '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.4 - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.5.0 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.6.0 transitivePeerDependencies: - supports-color - typescript dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.5.0+typescript@4.5.4: + registry.npmmirror.com/@typescript-eslint/parser/5.8.1_eslint@8.6.0+typescript@4.5.4: resolution: { integrity: sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==, @@ -7820,7 +7754,7 @@ packages: '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.8.1 '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.4 debug: registry.npmmirror.com/debug/4.3.3 - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 typescript: registry.npmmirror.com/typescript/4.5.4 transitivePeerDependencies: - supports-color @@ -7918,7 +7852,7 @@ packages: - supports-color dev: true - registry.npmmirror.com/@vitejs/plugin-vue/2.0.1_vite@2.7.9+vue@3.2.26: + registry.npmmirror.com/@vitejs/plugin-vue/2.0.1_vite@2.7.10+vue@3.2.26: resolution: { integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==, @@ -7933,7 +7867,7 @@ packages: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 vue: registry.npmmirror.com/vue/3.2.26 dev: true @@ -8232,16 +8166,16 @@ packages: name: '@vue/shared' version: 3.2.26 - registry.npmmirror.com/@vueuse/core/7.4.1_vue@3.2.26: + registry.npmmirror.com/@vueuse/core/7.5.1_vue@3.2.26: resolution: { - integrity: sha512-8UeLPCAieeQLXFHF1/28SIEK6ILLPb/4hp03hR+xkXF00gB/YUp0CEVcRAL9uQ8HTZa3S2T/jTISMc1ZjilM0A==, + integrity: sha512-GczfdTWqH483zkUHdDYiLm0Tn51OtsQXYc+eBKKIeolh0mgn682KbSYmkrjNytaF7qGc74YxMDAYjkPBW6V2Pg==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-7.4.1.tgz + tarball: https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-7.5.1.tgz } - id: registry.npmmirror.com/@vueuse/core/7.4.1 + id: registry.npmmirror.com/@vueuse/core/7.5.1 name: '@vueuse/core' - version: 7.4.1 + version: 7.5.1 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -8251,21 +8185,21 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/7.4.1_vue@3.2.26 + '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/7.5.1_vue@3.2.26 vue: registry.npmmirror.com/vue/3.2.26 vue-demi: registry.npmmirror.com/vue-demi/0.12.1_vue@3.2.26 dev: false - registry.npmmirror.com/@vueuse/shared/7.4.1_vue@3.2.26: + registry.npmmirror.com/@vueuse/shared/7.5.1_vue@3.2.26: resolution: { - integrity: sha512-Pzb7XoHIcgPwwBJ5Ow9lZb0HTDyaLDV3pgxKauPGTMN9qvEylG06kUG+VTjJXkPsRtiGu46di8XyFeMw2dongA==, + integrity: sha512-zMQEuYJyTmr5Hj2rYgSbb4H/cSI8mdaa9dUuw20j6rPV+xLV11y7vCyIkxo31uODDr0p77FMlProKzNDiK9rAA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-7.4.1.tgz + tarball: https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-7.5.1.tgz } - id: registry.npmmirror.com/@vueuse/shared/7.4.1 + id: registry.npmmirror.com/@vueuse/shared/7.5.1 name: '@vueuse/shared' - version: 7.4.1 + version: 7.5.1 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -8291,7 +8225,7 @@ packages: dependencies: debug: registry.npmmirror.com/debug/4.3.3 jiti: registry.npmmirror.com/jiti/1.12.9 - windicss: registry.npmmirror.com/windicss/3.4.1 + windicss: registry.npmmirror.com/windicss/3.4.2 transitivePeerDependencies: - supports-color dev: true @@ -8309,10 +8243,10 @@ packages: '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.3.0 '@windicss/config': registry.npmmirror.com/@windicss/config/1.6.1 debug: registry.npmmirror.com/debug/4.3.3 - fast-glob: registry.nlark.com/fast-glob/3.2.7 + fast-glob: registry.npmmirror.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.4.1 + micromatch: registry.npmmirror.com/micromatch/4.0.4 + windicss: registry.npmmirror.com/windicss/3.4.2 transitivePeerDependencies: - supports-color dev: true @@ -8357,7 +8291,7 @@ packages: registry.npmmirror.com/ajv/6.12.6: resolution: { - integrity: sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=, + integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ajv/download/ajv-6.12.6.tgz } @@ -8397,6 +8331,18 @@ packages: version: 4.1.3 dev: true + registry.npmmirror.com/assign-symbols/1.0.0: + resolution: + { + integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/assign-symbols/download/assign-symbols-1.0.0.tgz + } + name: assign-symbols + version: 1.0.0 + engines: { node: '>=0.10.0' } + dev: true + registry.npmmirror.com/async-validator/4.0.7: resolution: { @@ -8431,6 +8377,22 @@ packages: postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 dev: true + registry.npmmirror.com/axios/0.21.4_debug@4.3.3: + resolution: + { + integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/axios/download/axios-0.21.4.tgz + } + id: registry.npmmirror.com/axios/0.21.4 + name: axios + version: 0.21.4 + dependencies: + follow-redirects: registry.npmmirror.com/follow-redirects/1.14.6_debug@4.3.3 + transitivePeerDependencies: + - debug + dev: true + registry.npmmirror.com/big.js/5.2.2: resolution: { @@ -8490,7 +8452,7 @@ packages: has-value: registry.nlark.com/has-value/1.0.0 isobject: registry.nlark.com/isobject/3.0.1 set-value: registry.nlark.com/set-value/2.0.1 - to-object-path: registry.nlark.com/to-object-path/0.3.0 + to-object-path: registry.npmmirror.com/to-object-path/0.3.0 union-value: registry.nlark.com/union-value/1.0.1 unset-value: registry.nlark.com/unset-value/1.0.0 dev: true @@ -8873,6 +8835,18 @@ packages: - '@swc/wasm' dev: true + registry.npmmirror.com/cross-fetch/3.1.4: + resolution: + { + integrity: sha1-lyPzo6JHv4uJA586OAqSROj6Lzk=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/cross-fetch/download/cross-fetch-3.1.4.tgz + } + name: cross-fetch + version: 3.1.4 + dependencies: + node-fetch: registry.npmmirror.com/node-fetch/2.6.1 + registry.npmmirror.com/css-select/4.2.1: resolution: { @@ -9083,22 +9057,23 @@ packages: version: 1.4.30 dev: true - registry.npmmirror.com/element-plus/1.2.0-beta.6_vue@3.2.26: + registry.npmmirror.com/element-plus/1.3.0-beta.1_vue@3.2.26: resolution: { - integrity: sha512-8EdSIR/5/FHcSB8w1diAh+gJMHgxIvxuZoayY99k6taAR1QyEFHuPTgFccZLopJ1+iP4UEsZFz49l57qS08Utw==, + integrity: sha512-q3vMaKElPpuSTeIF7kuDmMOE+N1YVCCIG3fshXpz6qgjnxPbgZumVM0qGfhr8DTu9JxRbBoDok49dqtX/BWn3w==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/element-plus/download/element-plus-1.2.0-beta.6.tgz + tarball: https://registry.npmmirror.com/element-plus/download/element-plus-1.3.0-beta.1.tgz } - id: registry.npmmirror.com/element-plus/1.2.0-beta.6 + id: registry.npmmirror.com/element-plus/1.3.0-beta.1 name: element-plus - version: 1.2.0-beta.6 + version: 1.3.0-beta.1 peerDependencies: vue: ^3.2.0 dependencies: + '@ctrl/tinycolor': registry.nlark.com/@ctrl/tinycolor/3.4.0 '@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue/0.2.4_vue@3.2.26 '@popperjs/core': registry.npmmirror.com/@popperjs/core/2.11.0 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.4.1_vue@3.2.26 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.5.1_vue@3.2.26 async-validator: registry.npmmirror.com/async-validator/4.0.7 dayjs: registry.npmmirror.com/dayjs/1.10.7 lodash: registry.npmmirror.com/lodash/4.17.21 @@ -9454,7 +9429,7 @@ packages: engines: { node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0' } dev: true - registry.npmmirror.com/eslint-plugin-prettier/4.0.0_94e1b6d3ce6ea916847122712570e9ae: + registry.npmmirror.com/eslint-plugin-prettier/4.0.0_1c588f61426b1faf18812943f1678311: resolution: { integrity: sha1-i5nR5LiySnYkcrRWeZICNhnLmOA=, @@ -9473,13 +9448,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: registry.npmmirror.com/eslint/8.5.0 - eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 + eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.6.0 prettier: registry.npmmirror.com/prettier/2.5.1 prettier-linter-helpers: registry.nlark.com/prettier-linter-helpers/1.0.0 dev: true - registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.5.0: + registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.6.0: resolution: { integrity: sha512-cLIdTuOAMXyHeQ4drYKcZfoyzdwdBpH279X8/N0DgmotEI9yFKb5O/cAgoie/CkQZCH/MOmh0xw/KEfS90zY2A==, @@ -9493,11 +9468,11 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/8.5.0 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.6.0 natural-compare: registry.nlark.com/natural-compare/1.4.0 semver: registry.nlark.com/semver/7.3.5 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/8.0.1_eslint@8.5.0 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/8.0.1_eslint@8.6.0 transitivePeerDependencies: - supports-color dev: true @@ -9552,7 +9527,7 @@ packages: { integrity: sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz + tarball: https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz?cache=0&sync_timestamp=1636378650851&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-1.3.0.tgz } name: eslint-visitor-keys version: 1.3.0 @@ -9564,7 +9539,7 @@ packages: { integrity: sha1-9lMoJZMFknOSyTjtROsKXJsr0wM=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-2.1.0.tgz + tarball: https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-2.1.0.tgz?cache=0&sync_timestamp=1636378650851&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-2.1.0.tgz } name: eslint-visitor-keys version: 2.1.0 @@ -9610,7 +9585,7 @@ packages: eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 espree: registry.npmmirror.com/espree/7.3.1 esquery: registry.nlark.com/esquery/1.4.0 - esutils: registry.nlark.com/esutils/2.0.3 + esutils: registry.npmmirror.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 @@ -9620,14 +9595,14 @@ packages: 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.npmmirror.com/js-yaml/3.14.1 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 minimatch: registry.nlark.com/minimatch/3.0.4 natural-compare: registry.nlark.com/natural-compare/1.4.0 optionator: registry.nlark.com/optionator/0.9.1 - progress: registry.nlark.com/progress/2.0.3 + progress: registry.npmmirror.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.1 @@ -9639,15 +9614,15 @@ packages: - supports-color dev: true - registry.npmmirror.com/eslint/8.5.0: + registry.npmmirror.com/eslint/8.6.0: resolution: { - integrity: sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==, + integrity: sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint/download/eslint-8.5.0.tgz + tarball: https://registry.npmmirror.com/eslint/download/eslint-8.6.0.tgz } name: eslint - version: 8.5.0 + version: 8.6.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: @@ -9661,11 +9636,11 @@ packages: enquirer: registry.nlark.com/enquirer/2.3.6 escape-string-regexp: registry.nlark.com/escape-string-regexp/4.0.0 eslint-scope: registry.npmmirror.com/eslint-scope/7.1.0 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.5.0 + eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.6.0 eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 - espree: registry.npmmirror.com/espree/9.2.0 + espree: registry.npmmirror.com/espree/9.3.0 esquery: registry.nlark.com/esquery/1.4.0 - esutils: registry.nlark.com/esutils/2.0.3 + esutils: registry.npmmirror.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 @@ -9675,14 +9650,14 @@ packages: 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/4.1.0 + js-yaml: registry.npmmirror.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 minimatch: registry.nlark.com/minimatch/3.0.4 natural-compare: registry.nlark.com/natural-compare/1.4.0 optionator: registry.nlark.com/optionator/0.9.1 - progress: registry.nlark.com/progress/2.0.3 + progress: registry.npmmirror.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.1 @@ -9725,15 +9700,15 @@ packages: eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 dev: true - registry.npmmirror.com/espree/9.2.0: + registry.npmmirror.com/espree/9.3.0: resolution: { - integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==, + integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/espree/download/espree-9.2.0.tgz + tarball: https://registry.npmmirror.com/espree/download/espree-9.3.0.tgz } name: espree - version: 9.2.0 + version: 9.3.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: acorn: registry.npmmirror.com/acorn/8.7.0 @@ -9775,6 +9750,18 @@ packages: name: estree-walker version: 2.0.2 + registry.npmmirror.com/esutils/2.0.3: + resolution: + { + integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/esutils/download/esutils-2.0.3.tgz + } + name: esutils + version: 2.0.3 + engines: { node: '>=0.10.0' } + dev: true + registry.npmmirror.com/execa/4.1.0: resolution: { @@ -9819,6 +9806,24 @@ packages: strip-final-newline: registry.nlark.com/strip-final-newline/2.0.0 dev: true + registry.npmmirror.com/fast-glob/3.2.7: + resolution: + { + integrity: sha1-/Wy3otfpqnp4RhEehaGW1rL3ZqE=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/fast-glob/download/fast-glob-3.2.7.tgz + } + name: fast-glob + version: 3.2.7 + engines: { node: '>=8' } + dependencies: + '@nodelib/fs.stat': registry.npmmirror.com/@nodelib/fs.stat/2.0.5 + '@nodelib/fs.walk': registry.nlark.com/@nodelib/fs.walk/1.2.8 + glob-parent: registry.npmmirror.com/glob-parent/5.1.2 + merge2: registry.nlark.com/merge2/1.4.1 + micromatch: registry.npmmirror.com/micromatch/4.0.4 + dev: true + registry.npmmirror.com/find-up/4.1.0: resolution: { @@ -9862,7 +9867,7 @@ packages: dependencies: detect-file: registry.nlark.com/detect-file/1.0.0 is-glob: registry.npmmirror.com/is-glob/4.0.3 - micromatch: registry.nlark.com/micromatch/4.0.4 + micromatch: registry.npmmirror.com/micromatch/4.0.4 resolve-dir: registry.nlark.com/resolve-dir/1.0.1 dev: true @@ -9877,6 +9882,26 @@ packages: version: 3.2.4 dev: true + registry.npmmirror.com/follow-redirects/1.14.6_debug@4.3.3: + resolution: + { + integrity: sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/follow-redirects/download/follow-redirects-1.14.6.tgz + } + id: registry.npmmirror.com/follow-redirects/1.14.6 + name: follow-redirects + version: 1.14.6 + engines: { node: '>=4.0' } + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dependencies: + debug: registry.npmmirror.com/debug/4.3.3 + dev: true + registry.npmmirror.com/fraction.js/4.1.2: resolution: { @@ -9991,7 +10016,7 @@ packages: { integrity: sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/globals/download/globals-11.12.0.tgz?cache=0&sync_timestamp=1635390852153&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglobals%2Fdownload%2Fglobals-11.12.0.tgz + tarball: https://registry.npmmirror.com/globals/download/globals-11.12.0.tgz } name: globals version: 11.12.0 @@ -10003,7 +10028,7 @@ packages: { integrity: sha1-TXM3YDBCMKAILtluIeXFZfiYCJ4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/globals/download/globals-13.12.0.tgz?cache=0&sync_timestamp=1635390852153&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglobals%2Fdownload%2Fglobals-13.12.0.tgz + tarball: https://registry.npmmirror.com/globals/download/globals-13.12.0.tgz } name: globals version: 13.12.0 @@ -10053,7 +10078,7 @@ packages: { integrity: sha1-vWedw/WYl7ajS7EHSchVu1OpOS8=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/htmlparser2/download/htmlparser2-3.10.1.tgz?cache=0&sync_timestamp=1636641716463&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-3.10.1.tgz + tarball: https://registry.npmmirror.com/htmlparser2/download/htmlparser2-3.10.1.tgz?cache=0&sync_timestamp=1636641904600&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-3.10.1.tgz } name: htmlparser2 version: 3.10.1 @@ -10071,7 +10096,7 @@ packages: { integrity: sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/htmlparser2/download/htmlparser2-6.1.0.tgz?cache=0&sync_timestamp=1636641716463&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-6.1.0.tgz + tarball: https://registry.npmmirror.com/htmlparser2/download/htmlparser2-6.1.0.tgz?cache=0&sync_timestamp=1636641904600&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-6.1.0.tgz } name: htmlparser2 version: 6.1.0 @@ -10135,19 +10160,6 @@ packages: engines: { node: '>= 4' } dev: true - registry.npmmirror.com/import-meta-resolve/1.1.1: - resolution: - { - integrity: sha1-JE/VQv0frnNVDU+LPN47uh17Kxg=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/import-meta-resolve/download/import-meta-resolve-1.1.1.tgz - } - name: import-meta-resolve - version: 1.1.1 - dependencies: - builtins: registry.nlark.com/builtins/4.0.0 - dev: true - registry.npmmirror.com/inquirer/6.5.2: resolution: { @@ -10174,6 +10186,17 @@ packages: through: registry.nlark.com/through/2.3.8 dev: true + registry.npmmirror.com/is-buffer/1.1.6: + resolution: + { + integrity: sha1-76ouqdqg16suoTqXsritUf776L4=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/is-buffer/download/is-buffer-1.1.6.tgz + } + name: is-buffer + version: 1.1.6 + dev: true + registry.npmmirror.com/is-core-module/2.8.0: resolution: { @@ -10247,6 +10270,35 @@ packages: version: 2.6.4 dev: true + registry.npmmirror.com/js-yaml/3.14.1: + resolution: + { + integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/js-yaml/download/js-yaml-3.14.1.tgz + } + name: js-yaml + version: 3.14.1 + hasBin: true + dependencies: + argparse: registry.nlark.com/argparse/1.0.10 + esprima: registry.nlark.com/esprima/4.0.1 + dev: true + + registry.npmmirror.com/js-yaml/4.1.0: + resolution: + { + integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/js-yaml/download/js-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.npmmirror.com/jsonc-eslint-parser/1.4.1: resolution: { @@ -10418,20 +10470,6 @@ packages: json5: registry.nlark.com/json5/1.0.1 dev: true - registry.npmmirror.com/local-pkg/0.4.0: - resolution: - { - integrity: sha1-5iIRcYE9WggS3YT6gP+xyPzABTE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/local-pkg/download/local-pkg-0.4.0.tgz - } - name: local-pkg - version: 0.4.0 - engines: { node: '>=14' } - dependencies: - mlly: registry.npmmirror.com/mlly/0.2.10 - dev: true - registry.npmmirror.com/lodash/4.17.21: resolution: { @@ -10565,6 +10603,47 @@ packages: yargs-parser: registry.npmmirror.com/yargs-parser/20.2.9 dev: true + registry.npmmirror.com/micromatch/3.1.0: + resolution: + { + integrity: sha1-UQLU6vILaZfWAI46z+HESj+oFeI=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/micromatch/download/micromatch-3.1.0.tgz + } + name: micromatch + version: 3.1.0 + engines: { node: '>=0.10.0' } + dependencies: + arr-diff: registry.nlark.com/arr-diff/4.0.0 + array-unique: registry.nlark.com/array-unique/0.3.2 + braces: registry.nlark.com/braces/2.3.2 + define-property: registry.nlark.com/define-property/1.0.0 + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + extglob: registry.nlark.com/extglob/2.0.4 + fragment-cache: registry.nlark.com/fragment-cache/0.2.1 + kind-of: registry.nlark.com/kind-of/5.1.0 + nanomatch: registry.nlark.com/nanomatch/1.2.13 + object.pick: registry.nlark.com/object.pick/1.3.0 + regex-not: registry.nlark.com/regex-not/1.0.2 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + to-regex: registry.npmmirror.com/to-regex/3.0.2 + dev: true + + registry.npmmirror.com/micromatch/4.0.4: + resolution: + { + integrity: sha1-iW1Rnf6dsl/OlM63pQCRm/iB6/k=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/micromatch/download/micromatch-4.0.4.tgz + } + name: micromatch + version: 4.0.4 + engines: { node: '>=8.6' } + dependencies: + braces: registry.nlark.com/braces/3.0.2 + picomatch: registry.npmmirror.com/picomatch/2.3.0 + dev: true + registry.npmmirror.com/mime/1.6.0: resolution: { @@ -10580,19 +10659,6 @@ packages: dev: true optional: true - registry.npmmirror.com/mlly/0.2.10: - resolution: - { - integrity: sha1-ZFkCyXYdxrXe0XS45xcUf+UuSJM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/mlly/download/mlly-0.2.10.tgz - } - name: mlly - version: 0.2.10 - dependencies: - import-meta-resolve: registry.npmmirror.com/import-meta-resolve/1.1.1 - dev: true - registry.npmmirror.com/mrmime/1.0.0: resolution: { @@ -10669,6 +10735,17 @@ packages: engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true + registry.npmmirror.com/node-fetch/2.6.1: + resolution: + { + integrity: sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/node-fetch/download/node-fetch-2.6.1.tgz + } + name: node-fetch + version: 2.6.1 + engines: { node: 4.x || >=6.0.0 } + registry.npmmirror.com/node-releases/2.0.1: resolution: { @@ -10747,7 +10824,7 @@ packages: { integrity: sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/parent-module/download/parent-module-1.0.1.tgz?cache=0&sync_timestamp=1633337707726&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fparent-module%2Fdownload%2Fparent-module-1.0.1.tgz + tarball: https://registry.npmmirror.com/parent-module/download/parent-module-1.0.1.tgz } name: parent-module version: 1.0.1 @@ -10807,6 +10884,18 @@ packages: name: picocolors version: 1.0.0 + registry.npmmirror.com/picomatch/2.3.0: + resolution: + { + integrity: sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/picomatch/download/picomatch-2.3.0.tgz + } + name: picomatch + version: 2.3.0 + engines: { node: '>=8.6' } + dev: true + registry.npmmirror.com/pinia/2.0.9_typescript@4.5.4+vue@3.2.26: resolution: { @@ -10976,6 +11065,18 @@ packages: prettier: registry.npmmirror.com/prettier/2.5.1 dev: true + registry.npmmirror.com/progress/2.0.3: + resolution: + { + integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/progress/download/progress-2.0.3.tgz + } + name: progress + version: 2.0.3 + engines: { node: '>=0.4.0' } + dev: true + registry.npmmirror.com/pug-error/2.0.0: resolution: { @@ -10987,6 +11088,17 @@ packages: version: 2.0.0 dev: true + registry.npmmirror.com/queue-microtask/1.2.3: + resolution: + { + integrity: sha1-SSkii7xyTfrEPg77BYyve2z7YkM=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/queue-microtask/download/queue-microtask-1.2.3.tgz + } + name: queue-microtask + version: 1.2.3 + dev: true + registry.npmmirror.com/quick-lru/4.0.1: resolution: { @@ -11231,7 +11343,7 @@ packages: { integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-3.0.1.tgz?cache=0&sync_timestamp=1632445112190&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-3.0.1.tgz + tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-3.0.1.tgz } name: strip-ansi version: 3.0.1 @@ -11245,7 +11357,7 @@ packages: { integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-4.0.0.tgz?cache=0&sync_timestamp=1632445112190&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-4.0.0.tgz + tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-4.0.0.tgz } name: strip-ansi version: 4.0.0 @@ -11259,7 +11371,7 @@ packages: { integrity: sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-5.2.0.tgz?cache=0&sync_timestamp=1632445112190&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-5.2.0.tgz + tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-5.2.0.tgz } name: strip-ansi version: 5.2.0 @@ -11273,7 +11385,7 @@ packages: { integrity: sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-6.0.1.tgz?cache=0&sync_timestamp=1632445112190&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-6.0.1.tgz + tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-6.0.1.tgz } name: strip-ansi version: 6.0.1 @@ -11287,7 +11399,7 @@ packages: { integrity: sha1-YXQKCM42th5Q5lZT8HBg0ACXX7I=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-7.0.1.tgz?cache=0&sync_timestamp=1632445112190&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-7.0.1.tgz + tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-7.0.1.tgz } name: strip-ansi version: 7.0.1 @@ -11517,7 +11629,7 @@ packages: engines: { node: '>=10.13.0' } hasBin: true dependencies: - '@trysound/sax': registry.nlark.com/@trysound/sax/0.2.0 + '@trysound/sax': registry.npmmirror.com/@trysound/sax/0.2.0 commander: registry.npmmirror.com/commander/7.2.0 css-select: registry.npmmirror.com/css-select/4.2.1 css-tree: registry.npmmirror.com/css-tree/1.1.3 @@ -11544,6 +11656,37 @@ packages: strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 dev: true + registry.npmmirror.com/to-object-path/0.3.0: + resolution: + { + integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/to-object-path/download/to-object-path-0.3.0.tgz + } + name: to-object-path + version: 0.3.0 + engines: { node: '>=0.10.0' } + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.npmmirror.com/to-regex/3.0.2: + resolution: + { + integrity: sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/to-regex/download/to-regex-3.0.2.tgz + } + name: to-regex + version: 3.0.2 + engines: { node: '>=0.10.0' } + dependencies: + define-property: registry.nlark.com/define-property/2.0.2 + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + regex-not: registry.nlark.com/regex-not/1.0.2 + safe-regex: registry.nlark.com/safe-regex/1.1.0 + dev: true + registry.npmmirror.com/ts-node/10.4.0_bad060d5f9aca5284661d88d739ba15b: resolution: { @@ -11655,71 +11798,6 @@ packages: hasBin: true dev: true - registry.npmmirror.com/unplugin-icons/0.13.0_vite@2.7.9: - resolution: - { - integrity: sha512-CyAl0HV3bZUGT7ut9agpPRhEYXCvufr80Fh72yrkD57BVCTZ7ze10Rt63ZrvPXiJQpd+aI/Bizm2aqOf3WPSfg==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.13.0.tgz - } - id: registry.npmmirror.com/unplugin-icons/0.13.0 - name: unplugin-icons - version: 0.13.0 - peerDependencies: - '@svgr/core': ^5.5.0 - '@vue/compiler-sfc': ^3.0.2 - vue-template-compiler: ^2.6.12 - vue-template-es2015-compiler: ^1.9.0 - peerDependenciesMeta: - '@svgr/core': - optional: true - '@vue/compiler-sfc': - optional: true - vue-template-compiler: - optional: true - vue-template-es2015-compiler: - optional: true - dependencies: - '@antfu/install-pkg': registry.npmmirror.com/@antfu/install-pkg/0.1.0 - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.4.0 - '@iconify/utils': registry.npmmirror.com/@iconify/utils/1.0.20 - debug: registry.npmmirror.com/debug/4.3.3 - kolorist: registry.npmmirror.com/kolorist/1.5.1 - local-pkg: registry.npmmirror.com/local-pkg/0.4.0 - unplugin: registry.npmmirror.com/unplugin/0.2.21_vite@2.7.9 - transitivePeerDependencies: - - rollup - - supports-color - - vite - - webpack - dev: true - - registry.npmmirror.com/unplugin/0.2.21_vite@2.7.9: - resolution: - { - integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/unplugin/download/unplugin-0.2.21.tgz - } - id: registry.npmmirror.com/unplugin/0.2.21 - name: unplugin - version: 0.2.21 - peerDependencies: - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 - webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 - dev: true - registry.npmmirror.com/urix/0.1.0: resolution: { @@ -11732,7 +11810,7 @@ packages: deprecated: Please see https://github.com/lydell/urix#deprecated dev: true - registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.9: + registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.10: resolution: { integrity: sha512-lJCRvm7+So0hHdnSJiJPg9gD5mxtL6YY0jmhEph+k7ArpsyvqOh6han2kG5htbWWDZxHkUN9d1BuTFL//yCLLQ==, @@ -11751,21 +11829,21 @@ packages: es-module-lexer: registry.npmmirror.com/es-module-lexer/0.9.3 fs-extra: registry.nlark.com/fs-extra/10.0.0 magic-string: registry.nlark.com/magic-string/0.25.7 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite-plugin-svg-icons/1.0.5_vite@2.7.9: + registry.npmmirror.com/vite-plugin-svg-icons/1.1.0_vite@2.7.10: resolution: { - integrity: sha1-gHHj2nxQ1WFOk3JlW5uR+vkd9ZE=, + integrity: sha512-dmpr7Wq8vQN6ajBrVTrBxy8wJjQfcP30i73q+40uAZc8p7EwphBNZ+bVTI0enFaCrsITI8y0Ruo/mN/SaJQ6Hw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/vite-plugin-svg-icons/download/vite-plugin-svg-icons-1.0.5.tgz + tarball: https://registry.npmmirror.com/vite-plugin-svg-icons/download/vite-plugin-svg-icons-1.1.0.tgz } - id: registry.npmmirror.com/vite-plugin-svg-icons/1.0.5 + id: registry.npmmirror.com/vite-plugin-svg-icons/1.1.0 name: vite-plugin-svg-icons - version: 1.0.5 + version: 1.1.0 peerDependencies: vite: '>=2.0.0' dependencies: @@ -11776,12 +11854,12 @@ packages: fs-extra: registry.nlark.com/fs-extra/10.0.0 svg-baker: registry.nlark.com/svg-baker/1.7.0 svgo: registry.npmmirror.com/svgo/2.8.0 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite-plugin-windicss/1.6.1_vite@2.7.9: + registry.npmmirror.com/vite-plugin-windicss/1.6.1_vite@2.7.10: resolution: { integrity: sha512-63uv4HqBxtSZB0WOtrZS8yhyfQPgGQwYgcBald+/BpLSlYJREcDKgX9Xd/qDgTAjpDRozxKQj/JWreIlyIahGg==, @@ -11797,22 +11875,22 @@ packages: '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.6.1 debug: registry.npmmirror.com/debug/4.3.3 kolorist: registry.npmmirror.com/kolorist/1.5.1 - vite: registry.npmmirror.com/vite/2.7.9_less@4.1.2 - windicss: registry.npmmirror.com/windicss/3.4.1 + vite: registry.npmmirror.com/vite/2.7.10_less@4.1.2 + windicss: registry.npmmirror.com/windicss/3.4.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite/2.7.9_less@4.1.2: + registry.npmmirror.com/vite/2.7.10_less@4.1.2: resolution: { - integrity: sha512-CyopIJIRrc26Wnbkch5BCHFhQodzeV4jjSegLAEw1RImvXSuoOo2SfpEW9zRVi188WmjJwCqCaoG25C0r4nekw==, + integrity: sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/vite/download/vite-2.7.9.tgz + tarball: https://registry.npmmirror.com/vite/download/vite-2.7.10.tgz } - id: registry.npmmirror.com/vite/2.7.9 + id: registry.npmmirror.com/vite/2.7.10 name: vite - version: 2.7.9 + version: 2.7.10 engines: { node: '>=12.2.0' } hasBin: true peerDependencies: @@ -12069,7 +12147,7 @@ packages: vue: registry.npmmirror.com/vue/3.2.26 dev: false - registry.npmmirror.com/vue-eslint-parser/8.0.1_eslint@8.5.0: + registry.npmmirror.com/vue-eslint-parser/8.0.1_eslint@8.6.0: resolution: { integrity: sha1-JeCLIKQUVRUx8+GfmZkC4ez0XxM=, @@ -12084,10 +12162,10 @@ packages: eslint: '>=6.0.0' dependencies: debug: registry.npmmirror.com/debug/4.3.3 - eslint: registry.npmmirror.com/eslint/8.5.0 + eslint: registry.npmmirror.com/eslint/8.6.0 eslint-scope: registry.npmmirror.com/eslint-scope/6.0.0 eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 - espree: registry.npmmirror.com/espree/9.2.0 + espree: registry.npmmirror.com/espree/9.3.0 esquery: registry.nlark.com/esquery/1.4.0 lodash: registry.npmmirror.com/lodash/4.17.21 semver: registry.nlark.com/semver/7.3.5 @@ -12209,15 +12287,15 @@ packages: - supports-color dev: true - registry.npmmirror.com/windicss/3.4.1: + registry.npmmirror.com/windicss/3.4.2: resolution: { - integrity: sha512-g6mX0q8divtPT+TSWqvI35lc77pOhGwMrwCdcX48dFA16wUlSDn1kOv5z1msZy3SlWLx3Bjbe7FA6uNTvdVH8A==, + integrity: sha512-YieqWaXiwPu0JJoB7z03RXdjZjQQJtMZAeXUXu/j3JXSMhIgV/2rUXu4Q7QrworRlbaASZlFhxjnL/78aAty+Q==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/windicss/download/windicss-3.4.1.tgz + tarball: https://registry.npmmirror.com/windicss/download/windicss-3.4.2.tgz } name: windicss - version: 3.4.1 + version: 3.4.2 engines: { node: '>= 12' } hasBin: true dev: true @@ -12242,7 +12320,7 @@ packages: { integrity: sha1-IwHF/78StGfejaIzOkWeKeeSDks=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/yaml/download/yaml-1.10.2.tgz?cache=0&sync_timestamp=1636797202711&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fyaml%2Fdownload%2Fyaml-1.10.2.tgz + tarball: https://registry.npmmirror.com/yaml/download/yaml-1.10.2.tgz } name: yaml version: 1.10.2 diff --git a/src/App.vue b/src/App.vue index a5cd458be..ce9735e4c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,30 +1,30 @@ diff --git a/src/components/InputPassword/index.ts b/src/components/InputPassword/index.ts index 2b2956b12..1dcc38e9a 100644 --- a/src/components/InputPassword/index.ts +++ b/src/components/InputPassword/index.ts @@ -1,3 +1,3 @@ -import VInputPassword from './src/VInputPassword.vue' +import InputPassword from './src/InputPassword.vue' -export { VInputPassword } +export { InputPassword } diff --git a/src/components/InputPassword/src/VInputPassword.vue b/src/components/InputPassword/src/InputPassword.vue similarity index 88% rename from src/components/InputPassword/src/VInputPassword.vue rename to src/components/InputPassword/src/InputPassword.vue index 16f4c991e..b3b26d843 100644 --- a/src/components/InputPassword/src/VInputPassword.vue +++ b/src/components/InputPassword/src/InputPassword.vue @@ -1,12 +1,9 @@