diff --git a/.eslintignore b/.eslintignore index ed1195946..119a68fef 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,5 +8,5 @@ /src/types/env.d.ts /dist* /src/main.ts -/src/auto-imports.d.ts -/src/components.d.ts +/src/types/auto-imports.d.ts +/src/types/components.d.ts diff --git a/.gitignore b/.gitignore index 5e2c5a454..4a96ce643 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ node_modules dist dist-ssr *.local -/src/components.d.ts -/src/auto-imports.d.ts +/src/types/components.d.ts +/src/types/auto-imports.d.ts /dist* diff --git a/.pnpm-debug.log b/.pnpm-debug.log new file mode 100644 index 000000000..65e3d7e17 --- /dev/null +++ b/.pnpm-debug.log @@ -0,0 +1,19 @@ +{ + "0 debug pnpm:scope": { + "selected": 1 + }, + "1 error pnpm": { + "errno": 1, + "code": "ELIFECYCLE", + "pkgid": "new-element-plus-admin@0.0.0", + "stage": "clean", + "script": "npx rimraf docs/node_modules && npx rimraf node_modules", + "pkgname": "new-element-plus-admin", + "err": { + "name": "pnpm", + "message": "new-element-plus-admin@0.0.0 clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1", + "code": "ELIFECYCLE", + "stack": "pnpm: new-element-plus-admin@0.0.0 clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1\n at EventEmitter. (C:\\Users\\admin\\AppData\\Roaming\\nvm\\v16.0.0\\node_modules\\pnpm\\dist\\pnpm.cjs:103540:20)\n at EventEmitter.emit (node:events:365:28)\n at ChildProcess. (C:\\Users\\admin\\AppData\\Roaming\\nvm\\v16.0.0\\node_modules\\pnpm\\dist\\pnpm.cjs:91469: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/index.html b/index.html index 11603f878..f6a1b288e 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,139 @@ - Vite App + -
+
+ +
+
+
+ +
vue-element-plus-admin
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json index b21a4f9c6..df55dc399 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "serve:dev": "vite preview --mode dev", "serve:test": "vite preview --mode test", "check": "npx npm-check-updates", + "clean": "npx rimraf docs/node_modules && npx rimraf node_modules", "clean:cache": "npx rimraf node_modules/.cache", "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"", @@ -22,12 +23,14 @@ }, "dependencies": { "@vueuse/core": "^7.1.2", - "vue": "^3.2.16", + "vue": "^3.2.24", + "vue-i18n": "9.1.9", "vue-router": "^4.0.12" }, "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", + "@intlify/vite-plugin-vue-i18n": "^3.2.1", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "@vitejs/plugin-vue": "^1.9.3", @@ -56,7 +59,7 @@ "typescript": "^4.4.3", "unplugin-auto-import": "^0.5.1", "unplugin-vue-components": "^0.17.6", - "vite": "^2.6.4", + "vite": "2.6.14", "vite-plugin-eslint": "^1.3.0", "vite-plugin-vue-setup-extend": "^0.1.0", "vite-plugin-windicss": "^1.5.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da2df0002..f091b7251 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,9 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.12.1 '@commitlint/cli': ^15.0.0 '@commitlint/config-conventional': ^15.0.0 + '@intlify/vite-plugin-vue-i18n': ^3.2.1 '@typescript-eslint/eslint-plugin': ^5.6.0 '@typescript-eslint/parser': ^5.6.0 '@vitejs/plugin-vue': ^1.9.3 @@ -33,11 +33,12 @@ specifiers: typescript: ^4.4.3 unplugin-auto-import: ^0.5.1 unplugin-vue-components: ^0.17.6 - vite: ^2.6.4 + vite: 2.6.14 vite-plugin-eslint: ^1.3.0 vite-plugin-vue-setup-extend: ^0.1.0 vite-plugin-windicss: ^1.5.4 - vue: ^3.2.16 + vue: ^3.2.24 + vue-i18n: 9.1.9 vue-router: ^4.0.12 vue-tsc: ^0.3.0 windicss: ^3.2.1 @@ -45,12 +46,13 @@ specifiers: dependencies: '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.1.2_vue@3.2.24 vue: registry.npmmirror.com/vue/3.2.24 + vue-i18n: registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.24 vue-router: registry.npmmirror.com/vue-router/4.0.12_vue@3.2.24 devDependencies: - '@antfu/eslint-config': registry.npmmirror.com/@antfu/eslint-config/0.12.1_eslint@8.4.1+typescript@4.5.2 '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/15.0.0 '@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/15.0.0 + '@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.6.14+vue-i18n@9.1.9 '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.6.0_16d83f5c41c3abb1061a82b07c18e4f3 '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.2 '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.10.1_vite@2.6.14 @@ -247,17 +249,6 @@ packages: picomatch: registry.nlark.com/picomatch/2.3.0 dev: true - registry.nlark.com/@types/json5/0.0.29: - resolution: - { - integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/@types/json5/download/@types/json5-0.0.29.tgz - } - name: '@types/json5' - version: 0.0.29 - dev: true - registry.nlark.com/@vue/babel-helper-vue-transform-on/1.0.2: resolution: { @@ -673,18 +664,6 @@ packages: version: 1.1.2 dev: true - registry.nlark.com/builtin-modules/3.2.0: - resolution: - { - integrity: sha1-RdXbmefuXmvE82LgCL+RerUEmIc=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/builtin-modules/download/builtin-modules-3.2.0.tgz - } - name: builtin-modules - version: 3.2.0 - engines: { node: '>=6' } - dev: true - registry.nlark.com/builtins/4.0.0: resolution: { @@ -749,20 +728,6 @@ packages: is-regex: registry.nlark.com/is-regex/1.1.4 dev: true - registry.nlark.com/clean-regexp/1.0.0: - resolution: - { - integrity: sha1-jffHquUf02h06PjQW5GAvBGj/tc=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/clean-regexp/download/clean-regexp-1.0.0.tgz - } - name: clean-regexp - version: 1.0.0 - engines: { node: '>=4' } - dependencies: - escape-string-regexp: registry.nlark.com/escape-string-regexp/1.0.5 - dev: true - registry.nlark.com/clean-stack/2.2.0: resolution: { @@ -1127,20 +1092,6 @@ packages: version: 0.1.4 dev: true - registry.nlark.com/define-properties/1.1.3: - resolution: - { - integrity: sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/define-properties/download/define-properties-1.1.3.tgz - } - name: define-properties - version: 1.1.3 - engines: { node: '>= 0.4' } - dependencies: - object-keys: registry.nlark.com/object-keys/1.1.1 - dev: true - registry.nlark.com/detect-file/1.0.0: resolution: { @@ -1191,20 +1142,6 @@ packages: path-type: registry.nlark.com/path-type/4.0.0 dev: true - registry.nlark.com/doctrine/2.1.0: - resolution: - { - integrity: sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/doctrine/download/doctrine-2.1.0.tgz - } - name: doctrine - version: 2.1.0 - engines: { node: '>=0.10.0' } - dependencies: - esutils: registry.nlark.com/esutils/2.0.3 - dev: true - registry.nlark.com/doctrine/3.0.0: resolution: { @@ -1378,22 +1315,6 @@ packages: is-arrayish: registry.nlark.com/is-arrayish/0.2.1 dev: true - registry.nlark.com/es-to-primitive/1.2.1: - resolution: - { - integrity: sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz - } - name: es-to-primitive - version: 1.2.1 - engines: { node: '>= 0.4' } - dependencies: - is-callable: registry.nlark.com/is-callable/1.2.4 - is-date-object: registry.nlark.com/is-date-object/1.0.5 - is-symbol: registry.nlark.com/is-symbol/1.0.4 - dev: true - registry.nlark.com/escalade/3.1.1: resolution: { @@ -1447,126 +1368,6 @@ packages: eslint: registry.npmmirror.com/eslint/8.4.1 dev: true - registry.nlark.com/eslint-config-standard/16.0.3_79a23b4ffc45aed4cdeb891cd82eaee3: - resolution: - { - integrity: sha1-bIdh5UTpbFMf+SZC7rh4QrhIhRY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-config-standard/download/eslint-config-standard-16.0.3.tgz - } - id: registry.nlark.com/eslint-config-standard/16.0.3 - name: eslint-config-standard - version: 16.0.3 - peerDependencies: - eslint: ^7.12.1 - eslint-plugin-import: ^2.22.1 - eslint-plugin-node: ^11.1.0 - eslint-plugin-promise: ^4.2.1 || ^5.0.0 - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.3_eslint@8.4.1 - eslint-plugin-node: registry.nlark.com/eslint-plugin-node/11.1.0_eslint@8.4.1 - eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/5.2.0_eslint@8.4.1 - dev: true - - registry.nlark.com/eslint-import-resolver-node/0.3.6: - resolution: - { - integrity: sha1-QEi5WDldqJZoJSAB29nsprg7rL0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.6.tgz - } - name: eslint-import-resolver-node - version: 0.3.6 - dependencies: - debug: registry.npmmirror.com/debug/3.2.7 - resolve: registry.nlark.com/resolve/1.20.0 - dev: true - - registry.nlark.com/eslint-plugin-es/3.0.1_eslint@8.4.1: - resolution: - { - integrity: sha1-dafN/czdwFiZNK7rOEF18iHFeJM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-plugin-es/download/eslint-plugin-es-3.0.1.tgz - } - id: registry.nlark.com/eslint-plugin-es/3.0.1 - name: eslint-plugin-es - version: 3.0.1 - engines: { node: '>=8.10.0' } - peerDependencies: - eslint: '>=4.19.1' - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-utils: registry.nlark.com/eslint-utils/2.1.0 - regexpp: registry.nlark.com/regexpp/3.2.0 - dev: true - - registry.nlark.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.4.1: - resolution: - { - integrity: sha1-nhzXtEE1JquzE5MwcderoFyhL/o=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-plugin-eslint-comments/download/eslint-plugin-eslint-comments-3.2.0.tgz - } - id: registry.nlark.com/eslint-plugin-eslint-comments/3.2.0 - name: eslint-plugin-eslint-comments - version: 3.2.0 - engines: { node: '>=6.5.0' } - peerDependencies: - eslint: '>=4.19.1' - dependencies: - escape-string-regexp: registry.nlark.com/escape-string-regexp/1.0.5 - eslint: registry.npmmirror.com/eslint/8.4.1 - ignore: registry.npmmirror.com/ignore/5.1.9 - dev: true - - registry.nlark.com/eslint-plugin-node/11.1.0_eslint@8.4.1: - resolution: - { - integrity: sha1-yVVEQW7kraJnQKMEdO78VALcZx0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-plugin-node/download/eslint-plugin-node-11.1.0.tgz - } - id: registry.nlark.com/eslint-plugin-node/11.1.0 - name: eslint-plugin-node - version: 11.1.0 - engines: { node: '>=8.10.0' } - peerDependencies: - eslint: '>=5.16.0' - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-plugin-es: registry.nlark.com/eslint-plugin-es/3.0.1_eslint@8.4.1 - eslint-utils: registry.nlark.com/eslint-utils/2.1.0 - ignore: registry.npmmirror.com/ignore/5.1.9 - minimatch: registry.nlark.com/minimatch/3.0.4 - resolve: registry.nlark.com/resolve/1.20.0 - semver: registry.nlark.com/semver/6.3.0 - dev: true - - registry.nlark.com/eslint-template-visitor/2.3.2_eslint@8.4.1: - resolution: - { - integrity: sha1-tS+W/zEedzo0XXkFPMx4J1u8Rj0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz - } - id: registry.nlark.com/eslint-template-visitor/2.3.2 - name: eslint-template-visitor - version: 2.3.2 - peerDependencies: - eslint: '>=7.0.0' - dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.16.0 - '@babel/eslint-parser': registry.npmmirror.com/@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.4.1 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 - esquery: registry.nlark.com/esquery/1.4.0 - multimap: registry.nlark.com/multimap/1.1.0 - transitivePeerDependencies: - - supports-color - dev: true - registry.nlark.com/eslint-utils/2.1.0: resolution: { @@ -1733,7 +1534,7 @@ packages: { integrity: sha1-/Wy3otfpqnp4RhEehaGW1rL3ZqE=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fast-glob/download/fast-glob-3.2.7.tgz + tarball: https://registry.nlark.com/fast-glob/download/fast-glob-3.2.7.tgz?cache=0&sync_timestamp=1631501914879&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffast-glob%2Fdownload%2Ffast-glob-3.2.7.tgz } name: fast-glob version: 3.2.7 @@ -1784,12 +1585,12 @@ packages: { integrity: sha1-YWdg+Ip1Jr38WWt8q4wYk4w2uYw=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/fastq/download/fastq-1.13.0.tgz + 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 } name: fastq version: 1.13.0 dependencies: - reusify: registry.nlark.com/reusify/1.0.4 + reusify: registry.npmmirror.com/reusify/1.0.4 dev: true registry.nlark.com/figures/2.0.0: @@ -2016,21 +1817,6 @@ packages: engines: { node: '>=10' } dev: true - registry.nlark.com/get-symbol-description/1.0.0: - resolution: - { - integrity: sha1-f9uByQAQH71WTdXxowr1qtweWNY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/get-symbol-description/download/get-symbol-description-1.0.0.tgz - } - name: get-symbol-description - version: 1.0.0 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - dev: true - registry.nlark.com/git-raw-commits/2.0.10: resolution: { @@ -2170,17 +1956,6 @@ packages: engines: { node: '>=6' } dev: true - registry.nlark.com/has-bigints/1.0.1: - resolution: - { - integrity: sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/has-bigints/download/has-bigints-1.0.1.tgz - } - name: has-bigints - version: 1.0.1 - dev: true - registry.nlark.com/has-flag/3.0.0: resolution: { @@ -2447,22 +2222,6 @@ packages: version: 1.3.8 dev: true - registry.nlark.com/internal-slot/1.0.3: - resolution: - { - integrity: sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/internal-slot/download/internal-slot-1.0.3.tgz - } - name: internal-slot - version: 1.0.3 - engines: { node: '>= 0.4' } - dependencies: - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - has: registry.nlark.com/has/1.0.3 - side-channel: registry.nlark.com/side-channel/1.0.4 - dev: true - registry.nlark.com/is-arrayish/0.2.1: resolution: { @@ -2474,19 +2233,6 @@ packages: version: 0.2.1 dev: true - registry.nlark.com/is-bigint/1.0.4: - resolution: - { - integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-bigint/download/is-bigint-1.0.4.tgz - } - name: is-bigint - version: 1.0.4 - dependencies: - has-bigints: registry.nlark.com/has-bigints/1.0.1 - dev: true - registry.nlark.com/is-binary-path/2.1.0: resolution: { @@ -2501,61 +2247,6 @@ packages: binary-extensions: registry.nlark.com/binary-extensions/2.2.0 dev: true - registry.nlark.com/is-boolean-object/1.1.2: - resolution: - { - integrity: sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-boolean-object/download/is-boolean-object-1.1.2.tgz - } - name: is-boolean-object - version: 1.1.2 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 - dev: true - - registry.nlark.com/is-builtin-module/3.1.0: - resolution: - { - integrity: sha1-b9skMTscA7dfi5cRwP64wwuQOwA=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-builtin-module/download/is-builtin-module-3.1.0.tgz - } - name: is-builtin-module - version: 3.1.0 - engines: { node: '>=6' } - dependencies: - builtin-modules: registry.nlark.com/builtin-modules/3.2.0 - dev: true - - registry.nlark.com/is-callable/1.2.4: - resolution: - { - integrity: sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-callable/download/is-callable-1.2.4.tgz - } - name: is-callable - version: 1.2.4 - engines: { node: '>= 0.4' } - dev: true - - registry.nlark.com/is-date-object/1.0.5: - resolution: - { - integrity: sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-date-object/download/is-date-object-1.0.5.tgz - } - name: is-date-object - version: 1.0.5 - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 - dev: true - registry.nlark.com/is-expression/4.0.0: resolution: { @@ -2618,32 +2309,6 @@ packages: engines: { node: '>=12' } dev: true - registry.nlark.com/is-negative-zero/2.0.1: - resolution: - { - integrity: sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz - } - name: is-negative-zero - version: 2.0.1 - engines: { node: '>= 0.4' } - dev: true - - registry.nlark.com/is-number-object/1.0.6: - resolution: - { - integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz - } - name: is-number-object - version: 1.0.6 - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 - dev: true - registry.nlark.com/is-number/7.0.0: resolution: { @@ -2742,34 +2407,6 @@ packages: engines: { node: '>=8' } dev: true - registry.nlark.com/is-string/1.0.7: - resolution: - { - integrity: sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-string/download/is-string-1.0.7.tgz - } - name: is-string - version: 1.0.7 - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 - dev: true - - registry.nlark.com/is-symbol/1.0.4: - resolution: - { - integrity: sha1-ptrJO2NbBjymhyI23oiRClevE5w=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/is-symbol/download/is-symbol-1.0.4.tgz - } - name: is-symbol - version: 1.0.4 - engines: { node: '>= 0.4' } - dependencies: - has-symbols: registry.nlark.com/has-symbols/1.0.2 - dev: true - registry.nlark.com/is-text-path/1.0.1: resolution: { @@ -2937,20 +2574,6 @@ packages: version: 1.0.1 dev: true - registry.nlark.com/json5/1.0.1: - resolution: - { - integrity: sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/json5/download/json5-1.0.1.tgz - } - name: json5 - version: 1.0.1 - hasBin: true - dependencies: - minimist: registry.nlark.com/minimist/1.2.5 - dev: true - registry.nlark.com/json5/2.2.0: resolution: { @@ -3042,27 +2665,12 @@ packages: promise: registry.nlark.com/promise/7.3.1 dev: true - registry.nlark.com/jsx-ast-utils/3.2.1: + registry.nlark.com/kind-of/6.0.3: resolution: { - integrity: sha1-cguXv+fZAbkn2Hw3c2N66OpIeBs=, + integrity: sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/jsx-ast-utils/download/jsx-ast-utils-3.2.1.tgz - } - name: jsx-ast-utils - version: 3.2.1 - engines: { node: '>=4.0' } - dependencies: - array-includes: registry.npmmirror.com/array-includes/3.1.4 - object.assign: registry.nlark.com/object.assign/4.1.2 - dev: true - - registry.nlark.com/kind-of/6.0.3: - resolution: - { - integrity: sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/kind-of/download/kind-of-6.0.3.tgz + tarball: https://registry.nlark.com/kind-of/download/kind-of-6.0.3.tgz } name: kind-of version: 6.0.3 @@ -3106,21 +2714,6 @@ packages: type-check: registry.nlark.com/type-check/0.4.0 dev: true - registry.nlark.com/locate-path/2.0.0: - resolution: - { - integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/locate-path/download/locate-path-2.0.0.tgz - } - name: locate-path - version: 2.0.0 - engines: { node: '>=4' } - dependencies: - p-locate: registry.nlark.com/p-locate/2.0.0 - path-exists: registry.nlark.com/path-exists/3.0.0 - dev: true - registry.nlark.com/locate-path/5.0.0: resolution: { @@ -3216,20 +2809,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/loose-envify/1.4.0: - resolution: - { - integrity: sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/loose-envify/download/loose-envify-1.4.0.tgz - } - name: loose-envify - version: 1.4.0 - hasBin: true - dependencies: - js-tokens: registry.nlark.com/js-tokens/4.0.0 - dev: true - registry.nlark.com/lru-cache/6.0.0: resolution: { @@ -3421,17 +3000,6 @@ packages: engines: { node: '>=4' } dev: true - registry.nlark.com/multimap/1.1.0: - resolution: - { - integrity: sha1-UmP+vAhaF5HDO1m7OvxqdqKhDKg=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/multimap/download/multimap-1.1.0.tgz - } - name: multimap - version: 1.1.0 - dev: true - registry.nlark.com/mute-stream/0.0.7: resolution: { @@ -3553,35 +3121,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/object-keys/1.1.1: - resolution: - { - integrity: sha1-HEfyct8nfzsdrwYWd9nILiMixg4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/object-keys/download/object-keys-1.1.1.tgz - } - name: object-keys - version: 1.1.1 - engines: { node: '>= 0.4' } - dev: true - - registry.nlark.com/object.assign/4.1.2: - resolution: - { - integrity: sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/object.assign/download/object.assign-4.1.2.tgz - } - name: object.assign - version: 4.1.2 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - has-symbols: registry.nlark.com/has-symbols/1.0.2 - object-keys: registry.nlark.com/object-keys/1.1.1 - dev: true - registry.nlark.com/once/1.4.0: resolution: { @@ -3654,20 +3193,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/p-limit/1.3.0: - resolution: - { - integrity: sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-limit/download/p-limit-1.3.0.tgz?cache=0&sync_timestamp=1631506045209&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-1.3.0.tgz - } - name: p-limit - version: 1.3.0 - engines: { node: '>=4' } - dependencies: - p-try: registry.npmmirror.com/p-try/1.0.0 - dev: true - registry.nlark.com/p-limit/2.3.0: resolution: { @@ -3696,20 +3221,6 @@ packages: yocto-queue: registry.nlark.com/yocto-queue/0.1.0 dev: true - registry.nlark.com/p-locate/2.0.0: - resolution: - { - integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-locate/download/p-locate-2.0.0.tgz - } - name: p-locate - version: 2.0.0 - engines: { node: '>=4' } - dependencies: - p-limit: registry.nlark.com/p-limit/1.3.0 - dev: true - registry.nlark.com/p-locate/4.1.0: resolution: { @@ -3750,18 +3261,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/path-exists/3.0.0: - resolution: - { - integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/path-exists/download/path-exists-3.0.0.tgz?cache=0&sync_timestamp=1631506047425&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpath-exists%2Fdownload%2Fpath-exists-3.0.0.tgz - } - name: path-exists - version: 3.0.0 - engines: { node: '>=4' } - dev: true - registry.nlark.com/path-exists/4.0.0: resolution: { @@ -3846,18 +3345,6 @@ packages: dev: true optional: true - registry.nlark.com/pluralize/8.0.0: - resolution: - { - integrity: sha1-Gm+hajjRKhkB4DIPoBcFHFOc47E=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/pluralize/download/pluralize-8.0.0.tgz - } - name: pluralize - version: 8.0.0 - engines: { node: '>=4' } - dev: true - registry.nlark.com/postcss-less/5.0.0: resolution: { @@ -3975,21 +3462,6 @@ packages: asap: registry.nlark.com/asap/2.0.6 dev: true - registry.nlark.com/prop-types/15.7.2: - resolution: - { - integrity: sha1-UsQedbjIfnK52TYOAga5ncv/psU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/prop-types/download/prop-types-15.7.2.tgz?cache=0&sync_timestamp=1631518748217&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprop-types%2Fdownload%2Fprop-types-15.7.2.tgz - } - name: prop-types - version: 15.7.2 - dependencies: - loose-envify: registry.nlark.com/loose-envify/1.4.0 - object-assign: registry.nlark.com/object-assign/4.1.1 - react-is: registry.npmmirror.com/react-is/16.13.1 - dev: true - registry.nlark.com/prr/1.0.1: resolution: { @@ -4288,21 +3760,6 @@ packages: strip-indent: registry.nlark.com/strip-indent/3.0.0 dev: true - registry.nlark.com/regexp.prototype.flags/1.3.1: - resolution: - { - integrity: sha1-fvNSro0VnnWMDq3Kb4/LTu8HviY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz - } - name: regexp.prototype.flags - version: 1.3.1 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - dev: true - registry.nlark.com/regexpp/3.2.0: resolution: { @@ -4397,7 +3854,7 @@ packages: { integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/resolve/download/resolve-1.20.0.tgz + 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 } name: resolve version: 1.20.0 @@ -4406,20 +3863,6 @@ packages: path-parse: registry.nlark.com/path-parse/1.0.7 dev: true - registry.nlark.com/resolve/2.0.0-next.3: - resolution: - { - integrity: sha1-1BAWKT1KhYajnKXZtfFcvqH1XkY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/resolve/download/resolve-2.0.0-next.3.tgz - } - name: resolve - version: 2.0.0-next.3 - dependencies: - is-core-module: registry.npmmirror.com/is-core-module/2.8.0 - path-parse: registry.nlark.com/path-parse/1.0.7 - dev: true - registry.nlark.com/restore-cursor/2.0.0: resolution: { @@ -4450,18 +3893,6 @@ packages: signal-exit: registry.npmmirror.com/signal-exit/3.0.6 dev: true - registry.nlark.com/reusify/1.0.4: - resolution: - { - integrity: sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/reusify/download/reusify-1.0.4.tgz - } - name: reusify - version: 1.0.4 - engines: { iojs: '>=1.0.0', node: '>=0.10.0' } - dev: true - registry.nlark.com/rfdc/1.3.0: resolution: { @@ -4534,19 +3965,6 @@ packages: version: 5.2.1 dev: true - registry.nlark.com/safe-regex/2.1.1: - resolution: - { - integrity: sha1-9xKPANBW4v5cEegaEyTdl0qtztI=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/safe-regex/download/safe-regex-2.1.1.tgz - } - name: safe-regex - version: 2.1.1 - dependencies: - regexp-tree: registry.npmmirror.com/regexp-tree/0.1.24 - dev: true - registry.nlark.com/safer-buffer/2.1.2: resolution: { @@ -4635,21 +4053,6 @@ packages: engines: { node: '>=8' } dev: true - registry.nlark.com/side-channel/1.0.4: - resolution: - { - integrity: sha1-785cj9wQTudRslxY1CkAEfpeos8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/side-channel/download/side-channel-1.0.4.tgz - } - name: side-channel - version: 1.0.4 - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - object-inspect: registry.npmmirror.com/object-inspect/1.11.1 - dev: true - registry.nlark.com/slash/3.0.0: resolution: { @@ -4804,34 +4207,6 @@ packages: engines: { node: '>=0.6.19' } dev: true - registry.nlark.com/string.prototype.trimend/1.0.4: - resolution: - { - integrity: sha1-51rpDClCxjUEaGwYsoe0oLGkX4A=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz - } - name: string.prototype.trimend - version: 1.0.4 - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - dev: true - - registry.nlark.com/string.prototype.trimstart/1.0.4: - resolution: - { - integrity: sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz - } - name: string.prototype.trimstart - version: 1.0.4 - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - dev: true - registry.nlark.com/string_decoder/1.3.0: resolution: { @@ -4845,18 +4220,6 @@ packages: safe-buffer: registry.nlark.com/safe-buffer/5.2.1 dev: true - registry.nlark.com/strip-bom/3.0.0: - resolution: - { - integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/strip-bom/download/strip-bom-3.0.0.tgz - } - name: strip-bom - version: 3.0.0 - engines: { node: '>=4' } - dev: true - registry.nlark.com/strip-bom/4.0.0: resolution: { @@ -5129,22 +4492,6 @@ packages: is-typedarray: registry.nlark.com/is-typedarray/1.0.0 dev: true - registry.nlark.com/unbox-primitive/1.0.1: - resolution: - { - integrity: sha1-CF4hViXsMWJXTciFmr7nilmxRHE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/unbox-primitive/download/unbox-primitive-1.0.1.tgz - } - name: unbox-primitive - version: 1.0.1 - dependencies: - function-bind: registry.nlark.com/function-bind/1.1.1 - has-bigints: registry.nlark.com/has-bigints/1.0.1 - has-symbols: registry.nlark.com/has-symbols/1.0.2 - which-boxed-primitive: registry.nlark.com/which-boxed-primitive/1.0.2 - dev: true - registry.nlark.com/universalify/0.1.2: resolution: { @@ -5296,23 +4643,6 @@ packages: version: 0.4.3 dev: true - registry.nlark.com/which-boxed-primitive/1.0.2: - resolution: - { - integrity: sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz - } - name: which-boxed-primitive - version: 1.0.2 - dependencies: - is-bigint: registry.nlark.com/is-bigint/1.0.4 - is-boolean-object: registry.nlark.com/is-boolean-object/1.1.2 - is-number-object: registry.nlark.com/is-number-object/1.0.6 - is-string: registry.nlark.com/is-string/1.0.7 - is-symbol: registry.nlark.com/is-symbol/1.0.4 - dev: true - registry.nlark.com/which/1.3.1: resolution: { @@ -5477,135 +4807,6 @@ packages: engines: { node: '>=10' } dev: true - registry.npmmirror.com/@antfu/eslint-config-basic/0.12.1_eslint@8.4.1: - resolution: - { - integrity: sha512-XuezR72n3yKCkO1zeARnUZ0SNckP3MgMvWb1Ohy641Ozo9ZXP6CKwFUr0jdGLn5u7Dk8rmUd+GPPCMFLH+h24g==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/eslint-config-basic/download/@antfu/eslint-config-basic-0.12.1.tgz - } - id: registry.npmmirror.com/@antfu/eslint-config-basic/0.12.1 - name: '@antfu/eslint-config-basic' - version: 0.12.1 - peerDependencies: - eslint: '>=7.4.0' - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-config-standard: registry.nlark.com/eslint-config-standard/16.0.3_79a23b4ffc45aed4cdeb891cd82eaee3 - eslint-plugin-eslint-comments: registry.nlark.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.4.1 - eslint-plugin-html: registry.npmmirror.com/eslint-plugin-html/6.2.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.3_eslint@8.4.1 - eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.0.0_eslint@8.4.1 - eslint-plugin-node: registry.nlark.com/eslint-plugin-node/11.1.0_eslint@8.4.1 - eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/5.2.0_eslint@8.4.1 - eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/39.0.0_eslint@8.4.1 - eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/0.12.0_eslint@8.4.1 - jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.0.4_eslint@8.4.1 - yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/0.5.0 - transitivePeerDependencies: - - supports-color - dev: true - - registry.npmmirror.com/@antfu/eslint-config-react/0.12.1_eslint@8.4.1+typescript@4.5.2: - resolution: - { - integrity: sha512-HEfFWojmTxgESp/f6B2ran9iOmYzIeJF1/x8dtJ8YM6lUrjQDxdztXEG+kxSPAsUA0E1/mLLm64LhWjz9taoFQ==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/eslint-config-react/download/@antfu/eslint-config-react-0.12.1.tgz - } - id: registry.npmmirror.com/@antfu/eslint-config-react/0.12.1 - name: '@antfu/eslint-config-react' - version: 0.12.1 - peerDependencies: - eslint: '>=7.4.0' - dependencies: - '@antfu/eslint-config-ts': registry.npmmirror.com/@antfu/eslint-config-ts/0.12.1_eslint@8.4.1+typescript@4.5.2 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-plugin-react: registry.npmmirror.com/eslint-plugin-react/7.27.1_eslint@8.4.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - registry.npmmirror.com/@antfu/eslint-config-ts/0.12.1_eslint@8.4.1+typescript@4.5.2: - resolution: - { - integrity: sha512-kcQHk1FtPo1GsRcv60NCwjbt9U8mpCVcHpV+vwNWwK6bfS8hU3zuGMNqT17tCvlfZNa5GWsxTrXGvjc+MaafQA==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/eslint-config-ts/download/@antfu/eslint-config-ts-0.12.1.tgz - } - id: registry.npmmirror.com/@antfu/eslint-config-ts/0.12.1 - name: '@antfu/eslint-config-ts' - version: 0.12.1 - peerDependencies: - eslint: '>=7.4.0' - typescript: '>=3.9' - dependencies: - '@antfu/eslint-config-basic': registry.npmmirror.com/@antfu/eslint-config-basic/0.12.1_eslint@8.4.1 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.6.0_16d83f5c41c3abb1061a82b07c18e4f3 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.2 - eslint: registry.npmmirror.com/eslint/8.4.1 - typescript: registry.npmmirror.com/typescript/4.5.2 - transitivePeerDependencies: - - supports-color - dev: true - - registry.npmmirror.com/@antfu/eslint-config-vue/0.12.1_eslint@8.4.1+typescript@4.5.2: - resolution: - { - integrity: sha512-IFtVs4qCz7SlTe+TNuXq4fb1aw+hoGJ7kyKuopkLke032RjrJBQ9gHHdrNopxZuUrgqZFAvtpUSWKxH8lm+TZQ==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/eslint-config-vue/download/@antfu/eslint-config-vue-0.12.1.tgz - } - id: registry.npmmirror.com/@antfu/eslint-config-vue/0.12.1 - name: '@antfu/eslint-config-vue' - version: 0.12.1 - peerDependencies: - eslint: '>=7.4.0' - dependencies: - '@antfu/eslint-config-ts': registry.npmmirror.com/@antfu/eslint-config-ts/0.12.1_eslint@8.4.1+typescript@4.5.2 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.4.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - registry.npmmirror.com/@antfu/eslint-config/0.12.1_eslint@8.4.1+typescript@4.5.2: - resolution: - { - integrity: sha512-C9YJLEIR6fPYRYM8gnkxY4i27v7OEBLeZ8SpGgYMpOO3WB+5VWIkARPe672AgHfIvIlCxsxXEzIhIcAT0hHDFw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/eslint-config/download/@antfu/eslint-config-0.12.1.tgz - } - id: registry.npmmirror.com/@antfu/eslint-config/0.12.1 - name: '@antfu/eslint-config' - version: 0.12.1 - peerDependencies: - eslint: '>=7.4.0' - dependencies: - '@antfu/eslint-config-react': registry.npmmirror.com/@antfu/eslint-config-react/0.12.1_eslint@8.4.1+typescript@4.5.2 - '@antfu/eslint-config-vue': registry.npmmirror.com/@antfu/eslint-config-vue/0.12.1_eslint@8.4.1+typescript@4.5.2 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.6.0_16d83f5c41c3abb1061a82b07c18e4f3 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.2 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-config-standard: registry.nlark.com/eslint-config-standard/16.0.3_79a23b4ffc45aed4cdeb891cd82eaee3 - eslint-plugin-eslint-comments: registry.nlark.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.4.1 - eslint-plugin-html: registry.npmmirror.com/eslint-plugin-html/6.2.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.25.3_eslint@8.4.1 - eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.0.0_eslint@8.4.1 - eslint-plugin-node: registry.nlark.com/eslint-plugin-node/11.1.0_eslint@8.4.1 - eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/5.2.0_eslint@8.4.1 - eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/39.0.0_eslint@8.4.1 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.1.1_eslint@8.4.1 - eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/0.12.0_eslint@8.4.1 - jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.0.4_eslint@8.4.1 - yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/0.5.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - registry.npmmirror.com/@babel/code-frame/7.12.11: resolution: { @@ -5675,28 +4876,6 @@ packages: - supports-color dev: true - registry.npmmirror.com/@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.4.1: - resolution: - { - integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@babel/eslint-parser/download/@babel/eslint-parser-7.16.3.tgz - } - id: registry.npmmirror.com/@babel/eslint-parser/7.16.3 - name: '@babel/eslint-parser' - version: 7.16.3 - engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.16.0 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 - semver: registry.nlark.com/semver/6.3.0 - dev: true - registry.npmmirror.com/@babel/generator/7.16.0: resolution: { @@ -6459,6 +5638,199 @@ packages: version: 1.2.1 dev: true + registry.npmmirror.com/@intlify/bundle-utils/2.1.0_vue-i18n@9.1.9: + resolution: + { + integrity: sha512-ogvmAjbSq0su4ijQbwqRfb0yimizZSK+HHV0SF3XCHSCtL+PDdRIDkkeNpNdPxNmdahORHXknC06Umehz4nTnQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/bundle-utils/download/@intlify/bundle-utils-2.1.0.tgz + } + id: registry.npmmirror.com/@intlify/bundle-utils/2.1.0 + name: '@intlify/bundle-utils' + version: 2.1.0 + engines: { node: '>= 12' } + peerDependencies: + petite-vue-i18n: '*' + vue-i18n: '*' + peerDependenciesMeta: + petite-vue-i18n: + optional: true + vue-i18n: + optional: true + dependencies: + '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.2.0-beta.23 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.0-beta.23 + jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/1.4.1 + source-map: registry.nlark.com/source-map/0.6.1 + vue-i18n: registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.24 + yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/0.3.2 + dev: true + + registry.npmmirror.com/@intlify/core-base/9.1.9: + resolution: + { + integrity: sha1-5OjJUQEHKOSvOg0T10zz+eet1/Y=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/core-base/download/@intlify/core-base-9.1.9.tgz + } + name: '@intlify/core-base' + version: 9.1.9 + engines: { node: '>= 10' } + dependencies: + '@intlify/devtools-if': registry.npmmirror.com/@intlify/devtools-if/9.1.9 + '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.1.9 + '@intlify/message-resolver': registry.npmmirror.com/@intlify/message-resolver/9.1.9 + '@intlify/runtime': registry.npmmirror.com/@intlify/runtime/9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + '@intlify/vue-devtools': registry.npmmirror.com/@intlify/vue-devtools/9.1.9 + dev: false + + registry.npmmirror.com/@intlify/devtools-if/9.1.9: + resolution: + { + integrity: sha1-ow4d0SVv8sXJjY110HU4T7qJjl0=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/devtools-if/download/@intlify/devtools-if-9.1.9.tgz + } + name: '@intlify/devtools-if' + version: 9.1.9 + engines: { node: '>= 10' } + dependencies: + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + dev: false + + registry.npmmirror.com/@intlify/message-compiler/9.1.9: + resolution: + { + integrity: sha1-EZPL0iSnHC+5gUVbhTSjx2bSlI0=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/message-compiler/download/@intlify/message-compiler-9.1.9.tgz + } + name: '@intlify/message-compiler' + version: 9.1.9 + engines: { node: '>= 10' } + dependencies: + '@intlify/message-resolver': registry.npmmirror.com/@intlify/message-resolver/9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + source-map: registry.nlark.com/source-map/0.6.1 + dev: false + + registry.npmmirror.com/@intlify/message-compiler/9.2.0-beta.23: + resolution: + { + integrity: sha512-qmGN8k5yGGdZ5St8yg8U4Tg2K9Sc6h3BhWCdJKAqQVs5jnfZG+nMtsLVgnJUWkDvhjzyg7/rEOhHm2uJcu4vjw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/message-compiler/download/@intlify/message-compiler-9.2.0-beta.23.tgz + } + name: '@intlify/message-compiler' + version: 9.2.0-beta.23 + engines: { node: '>= 12' } + dependencies: + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.0-beta.23 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.npmmirror.com/@intlify/message-resolver/9.1.9: + resolution: + { + integrity: sha1-MVXM0vXm0NwWyti38djpf82gW/w=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/message-resolver/download/@intlify/message-resolver-9.1.9.tgz + } + name: '@intlify/message-resolver' + version: 9.1.9 + engines: { node: '>= 10' } + dev: false + + registry.npmmirror.com/@intlify/runtime/9.1.9: + resolution: + { + integrity: sha1-LBLOKVGKB1Yp7+0KjtKT7nQMsoU=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/runtime/download/@intlify/runtime-9.1.9.tgz + } + name: '@intlify/runtime' + version: 9.1.9 + engines: { node: '>= 10' } + dependencies: + '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.1.9 + '@intlify/message-resolver': registry.npmmirror.com/@intlify/message-resolver/9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + dev: false + + registry.npmmirror.com/@intlify/shared/9.1.9: + resolution: + { + integrity: sha1-C6r5YSi4VWBma+x4T/sB9mI8wXo=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/shared/download/@intlify/shared-9.1.9.tgz + } + name: '@intlify/shared' + version: 9.1.9 + engines: { node: '>= 10' } + dev: false + + registry.npmmirror.com/@intlify/shared/9.2.0-beta.23: + resolution: + { + integrity: sha512-3aELL2KTp1MWKGm2gIUKSagthgKzcK5hpQEFzOwkJ1SAthpTXR7BHeWGEaD+Lj+Pbiz3U8cspvp8s2lFWVbYxg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/shared/download/@intlify/shared-9.2.0-beta.23.tgz + } + name: '@intlify/shared' + version: 9.2.0-beta.23 + engines: { node: '>= 12' } + dev: true + + registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.6.14+vue-i18n@9.1.9: + resolution: + { + integrity: sha512-h/nIShN/tljZZfTWAI2jyMwDI7UxSkOPMQbMAh2poC+wO1H9N/qaK6+GqyXG79g3PWtu6Igvfx/JH116cMD9fQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/download/@intlify/vite-plugin-vue-i18n-3.2.1.tgz + } + id: registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.1 + name: '@intlify/vite-plugin-vue-i18n' + version: 3.2.1 + engines: { node: '>= 12' } + peerDependencies: + petite-vue-i18n: ^9.0.0 + vite: ^2.0.0 + vue-i18n: ^9.0.0 + peerDependenciesMeta: + petite-vue-i18n: + optional: true + vue-i18n: + optional: true + dependencies: + '@intlify/bundle-utils': registry.npmmirror.com/@intlify/bundle-utils/2.1.0_vue-i18n@9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.0-beta.23 + '@rollup/pluginutils': registry.nlark.com/@rollup/pluginutils/4.1.1 + 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.6.14_less@4.1.2 + vue-i18n: registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.24 + transitivePeerDependencies: + - supports-color + dev: true + + registry.npmmirror.com/@intlify/vue-devtools/9.1.9: + resolution: + { + integrity: sha1-K+j02+f37UEVZ26zI0gUHUEeQms=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/@intlify/vue-devtools/download/@intlify/vue-devtools-9.1.9.tgz + } + name: '@intlify/vue-devtools' + version: 9.1.9 + engines: { node: '>= 10' } + dependencies: + '@intlify/message-resolver': registry.npmmirror.com/@intlify/message-resolver/9.1.9 + '@intlify/runtime': registry.npmmirror.com/@intlify/runtime/9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + dev: false + registry.npmmirror.com/@types/json-schema/7.0.9: resolution: { @@ -7138,56 +6510,6 @@ packages: uri-js: registry.nlark.com/uri-js/4.4.1 dev: true - registry.npmmirror.com/array-includes/3.1.4: - resolution: - { - integrity: sha1-9bSTFix2DzU5Yx8AW6K7Rqy0W6k=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/array-includes/download/array-includes-3.1.4.tgz - } - name: array-includes - version: 3.1.4 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - is-string: registry.nlark.com/is-string/1.0.7 - dev: true - - registry.npmmirror.com/array.prototype.flat/1.2.5: - resolution: - { - integrity: sha1-B+CXXYS7x8SM0YedYJ5oJZjTPhM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/array.prototype.flat/download/array.prototype.flat-1.2.5.tgz - } - name: array.prototype.flat - version: 1.2.5 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - - registry.npmmirror.com/array.prototype.flatmap/1.2.5: - resolution: - { - integrity: sha1-kI3ILYpAaTD984WY1R50EdGNREY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.5.tgz - } - name: array.prototype.flatmap - version: 1.2.5 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - registry.npmmirror.com/autoprefixer/10.4.0_postcss@8.4.4: resolution: { @@ -7375,17 +6697,6 @@ packages: fsevents: registry.npmmirror.com/fsevents/2.3.2 dev: true - registry.npmmirror.com/ci-info/3.3.0: - resolution: - { - integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/ci-info/download/ci-info-3.3.0.tgz - } - name: ci-info - version: 3.3.0 - dev: true - registry.npmmirror.com/cli-truncate/2.1.0: resolution: { @@ -7498,19 +6809,6 @@ packages: version: 2.6.19 dev: false - registry.npmmirror.com/debug/2.6.9: - resolution: - { - integrity: sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/debug/download/debug-2.6.9.tgz - } - name: debug - version: 2.6.9 - dependencies: - ms: registry.npmmirror.com/ms/2.0.0 - dev: true - registry.npmmirror.com/debug/3.2.7: resolution: { @@ -7523,6 +6821,7 @@ packages: dependencies: ms: registry.npmmirror.com/ms/2.1.2 dev: true + optional: true registry.npmmirror.com/debug/4.3.3: resolution: @@ -7623,39 +6922,6 @@ packages: version: 9.2.2 dev: true - registry.npmmirror.com/es-abstract/1.19.1: - resolution: - { - integrity: sha1-1IhXlodpFpWd547aoN9FZicRXsM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/es-abstract/download/es-abstract-1.19.1.tgz - } - name: es-abstract - version: 1.19.1 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - es-to-primitive: registry.nlark.com/es-to-primitive/1.2.1 - function-bind: registry.nlark.com/function-bind/1.1.1 - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - get-symbol-description: registry.nlark.com/get-symbol-description/1.0.0 - has: registry.nlark.com/has/1.0.3 - has-symbols: registry.nlark.com/has-symbols/1.0.2 - internal-slot: registry.nlark.com/internal-slot/1.0.3 - is-callable: registry.nlark.com/is-callable/1.2.4 - is-negative-zero: registry.nlark.com/is-negative-zero/2.0.1 - is-regex: registry.nlark.com/is-regex/1.1.4 - is-shared-array-buffer: registry.npmmirror.com/is-shared-array-buffer/1.0.1 - is-string: registry.nlark.com/is-string/1.0.7 - is-weakref: registry.npmmirror.com/is-weakref/1.0.1 - object-inspect: registry.npmmirror.com/object-inspect/1.11.1 - object-keys: registry.nlark.com/object-keys/1.1.1 - object.assign: registry.nlark.com/object.assign/4.1.2 - string.prototype.trimend: registry.nlark.com/string.prototype.trimend/1.0.4 - string.prototype.trimstart: registry.nlark.com/string.prototype.trimstart/1.0.4 - unbox-primitive: registry.nlark.com/unbox-primitive/1.0.1 - dev: true - registry.npmmirror.com/esbuild-android-arm64/0.13.15: resolution: { @@ -7945,92 +7211,13 @@ packages: registry.npmmirror.com/eslint-define-config/1.2.0: resolution: { - integrity: sha512-EQ8d9F9LmJVRfkZW9WgSa5VBAVZialrLZKy0k1062zlhM8KFUyFoAC8xRI+mdp5m81FNMPnpKZfyq0AfJDyNTg==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-define-config/download/eslint-define-config-1.2.0.tgz - } - name: eslint-define-config - version: 1.2.0 - engines: { node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0' } - dev: true - - registry.npmmirror.com/eslint-module-utils/2.7.1: - resolution: - { - integrity: sha1-tDUAHJ+N1Kt/bQ78rkuWltTCS3w=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-module-utils/download/eslint-module-utils-2.7.1.tgz - } - name: eslint-module-utils - version: 2.7.1 - engines: { node: '>=4' } - dependencies: - debug: registry.npmmirror.com/debug/3.2.7 - find-up: registry.npmmirror.com/find-up/2.1.0 - pkg-dir: registry.npmmirror.com/pkg-dir/2.0.0 - dev: true - - registry.npmmirror.com/eslint-plugin-html/6.2.0: - resolution: - { - integrity: sha1-cVvAC1C70NmW4o+VPCiaXr7GnUM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-html/download/eslint-plugin-html-6.2.0.tgz - } - name: eslint-plugin-html - version: 6.2.0 - dependencies: - htmlparser2: registry.npmmirror.com/htmlparser2/7.2.0 - dev: true - - registry.npmmirror.com/eslint-plugin-import/2.25.3_eslint@8.4.1: - resolution: - { - integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-import/download/eslint-plugin-import-2.25.3.tgz?cache=0&sync_timestamp=1636530494800&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-plugin-import%2Fdownload%2Feslint-plugin-import-2.25.3.tgz - } - id: registry.npmmirror.com/eslint-plugin-import/2.25.3 - name: eslint-plugin-import - version: 2.25.3 - engines: { node: '>=4' } - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - dependencies: - array-includes: registry.npmmirror.com/array-includes/3.1.4 - array.prototype.flat: registry.npmmirror.com/array.prototype.flat/1.2.5 - debug: registry.npmmirror.com/debug/2.6.9 - doctrine: registry.nlark.com/doctrine/2.1.0 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-import-resolver-node: registry.nlark.com/eslint-import-resolver-node/0.3.6 - eslint-module-utils: registry.npmmirror.com/eslint-module-utils/2.7.1 - has: registry.nlark.com/has/1.0.3 - is-core-module: registry.npmmirror.com/is-core-module/2.8.0 - is-glob: registry.npmmirror.com/is-glob/4.0.3 - minimatch: registry.nlark.com/minimatch/3.0.4 - object.values: registry.npmmirror.com/object.values/1.1.5 - resolve: registry.nlark.com/resolve/1.20.0 - tsconfig-paths: registry.npmmirror.com/tsconfig-paths/3.12.0 - dev: true - - registry.npmmirror.com/eslint-plugin-jsonc/2.0.0_eslint@8.4.1: - resolution: - { - integrity: sha1-Tj932mAk5jYYcnQAthqiqdOq6e4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-jsonc/download/eslint-plugin-jsonc-2.0.0.tgz - } - id: registry.npmmirror.com/eslint-plugin-jsonc/2.0.0 - name: eslint-plugin-jsonc - version: 2.0.0 - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - peerDependencies: - eslint: '>=6.0.0' - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.4.1 - jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.0.4_eslint@8.4.1 - natural-compare: registry.nlark.com/natural-compare/1.4.0 + integrity: sha512-EQ8d9F9LmJVRfkZW9WgSa5VBAVZialrLZKy0k1062zlhM8KFUyFoAC8xRI+mdp5m81FNMPnpKZfyq0AfJDyNTg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/eslint-define-config/download/eslint-define-config-1.2.0.tgz + } + name: eslint-define-config + version: 1.2.0 + engines: { node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0' } dev: true registry.npmmirror.com/eslint-plugin-prettier/4.0.0_90bd2ba582f6d1348d73031482d782e2: @@ -8058,111 +7245,6 @@ packages: prettier-linter-helpers: registry.nlark.com/prettier-linter-helpers/1.0.0 dev: true - registry.npmmirror.com/eslint-plugin-promise/5.2.0_eslint@8.4.1: - resolution: - { - integrity: sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-promise/download/eslint-plugin-promise-5.2.0.tgz - } - id: registry.npmmirror.com/eslint-plugin-promise/5.2.0 - name: eslint-plugin-promise - version: 5.2.0 - engines: { node: ^10.12.0 || >=12.0.0 } - peerDependencies: - eslint: ^7.0.0 - dependencies: - eslint: registry.npmmirror.com/eslint/8.4.1 - dev: true - - registry.npmmirror.com/eslint-plugin-react/7.27.1_eslint@8.4.1: - resolution: - { - integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-react/download/eslint-plugin-react-7.27.1.tgz - } - id: registry.npmmirror.com/eslint-plugin-react/7.27.1 - name: eslint-plugin-react - version: 7.27.1 - engines: { node: '>=4' } - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: registry.npmmirror.com/array-includes/3.1.4 - array.prototype.flatmap: registry.npmmirror.com/array.prototype.flatmap/1.2.5 - doctrine: registry.nlark.com/doctrine/2.1.0 - eslint: registry.npmmirror.com/eslint/8.4.1 - estraverse: registry.npmmirror.com/estraverse/5.3.0 - jsx-ast-utils: registry.nlark.com/jsx-ast-utils/3.2.1 - minimatch: registry.nlark.com/minimatch/3.0.4 - object.entries: registry.npmmirror.com/object.entries/1.1.5 - object.fromentries: registry.npmmirror.com/object.fromentries/2.0.5 - object.hasown: registry.npmmirror.com/object.hasown/1.1.0 - object.values: registry.npmmirror.com/object.values/1.1.5 - prop-types: registry.nlark.com/prop-types/15.7.2 - resolve: registry.nlark.com/resolve/2.0.0-next.3 - semver: registry.nlark.com/semver/6.3.0 - string.prototype.matchall: registry.npmmirror.com/string.prototype.matchall/4.0.6 - dev: true - - registry.npmmirror.com/eslint-plugin-unicorn/39.0.0_eslint@8.4.1: - resolution: - { - integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-unicorn/download/eslint-plugin-unicorn-39.0.0.tgz - } - id: registry.npmmirror.com/eslint-plugin-unicorn/39.0.0 - name: eslint-plugin-unicorn - version: 39.0.0 - engines: { node: '>=12' } - peerDependencies: - eslint: '>=7.32.0' - dependencies: - '@babel/helper-validator-identifier': registry.nlark.com/@babel/helper-validator-identifier/7.15.7 - ci-info: registry.npmmirror.com/ci-info/3.3.0 - clean-regexp: registry.nlark.com/clean-regexp/1.0.0 - eslint: registry.npmmirror.com/eslint/8.4.1 - eslint-template-visitor: registry.nlark.com/eslint-template-visitor/2.3.2_eslint@8.4.1 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.4.1 - esquery: registry.nlark.com/esquery/1.4.0 - indent-string: registry.nlark.com/indent-string/4.0.0 - is-builtin-module: registry.nlark.com/is-builtin-module/3.1.0 - lodash: registry.nlark.com/lodash/4.17.21 - pluralize: registry.nlark.com/pluralize/8.0.0 - read-pkg-up: registry.npmmirror.com/read-pkg-up/7.0.1 - regexp-tree: registry.npmmirror.com/regexp-tree/0.1.24 - safe-regex: registry.nlark.com/safe-regex/2.1.1 - semver: registry.nlark.com/semver/7.3.5 - strip-indent: registry.nlark.com/strip-indent/3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - registry.npmmirror.com/eslint-plugin-vue/8.1.1_eslint@8.4.1: - resolution: - { - integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-8.1.1.tgz - } - id: registry.npmmirror.com/eslint-plugin-vue/8.1.1 - name: eslint-plugin-vue - version: 8.1.1 - 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.4.1 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.4.1 - 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.4.1 - transitivePeerDependencies: - - supports-color - dev: true - registry.npmmirror.com/eslint-plugin-vue/8.2.0_eslint@8.4.1: resolution: { @@ -8186,29 +7268,6 @@ packages: - supports-color dev: true - registry.npmmirror.com/eslint-plugin-yml/0.12.0_eslint@8.4.1: - resolution: - { - integrity: sha512-aS82M+diohZTusadiByzh/bKDrfi+Y6VBQkD3ym/7JH+KF9WUB9qKCizLfTaCACwtRrHpqaLz3G8GKmslshyiw==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/eslint-plugin-yml/download/eslint-plugin-yml-0.12.0.tgz - } - id: registry.npmmirror.com/eslint-plugin-yml/0.12.0 - name: eslint-plugin-yml - version: 0.12.0 - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - peerDependencies: - eslint: '>=6.0.0' - dependencies: - debug: registry.npmmirror.com/debug/4.3.3 - eslint: registry.npmmirror.com/eslint/8.4.1 - lodash: registry.nlark.com/lodash/4.17.21 - natural-compare: registry.nlark.com/natural-compare/1.4.0 - yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/0.5.0 - transitivePeerDependencies: - - supports-color - dev: true - registry.npmmirror.com/eslint-scope/5.1.1: resolution: { @@ -8400,6 +7459,22 @@ packages: - supports-color dev: true + registry.npmmirror.com/espree/6.2.1: + resolution: + { + integrity: sha1-d/xy4f10SiBSwg84pbV1gy6Cc0o=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/espree/download/espree-6.2.1.tgz + } + name: espree + version: 6.2.1 + engines: { node: '>=6.0.0' } + dependencies: + acorn: registry.npmmirror.com/acorn/7.4.1 + acorn-jsx: registry.nlark.com/acorn-jsx/5.3.2_acorn@7.4.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 + dev: true + registry.npmmirror.com/espree/7.3.1: resolution: { @@ -8500,20 +7575,6 @@ packages: strip-final-newline: registry.nlark.com/strip-final-newline/2.0.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 - } - name: find-up - version: 2.1.0 - engines: { node: '>=4' } - dependencies: - locate-path: registry.nlark.com/locate-path/2.0.0 - dev: true - registry.npmmirror.com/find-up/4.1.0: resolution: { @@ -8834,30 +7895,6 @@ packages: is-extglob: registry.nlark.com/is-extglob/2.1.1 dev: true - registry.npmmirror.com/is-shared-array-buffer/1.0.1: - resolution: - { - integrity: sha1-l7DIX72stZycRG/mU7gs8rW3z+Y=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/is-shared-array-buffer/download/is-shared-array-buffer-1.0.1.tgz - } - name: is-shared-array-buffer - version: 1.0.1 - dev: true - - registry.npmmirror.com/is-weakref/1.0.1: - resolution: - { - integrity: sha1-hC26TsF/qayYUN8tbvvBc3J08qI=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/is-weakref/download/is-weakref-1.0.1.tgz - } - name: is-weakref - version: 1.0.1 - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - dev: true - registry.npmmirror.com/is-what/3.14.1: resolution: { @@ -8881,25 +7918,22 @@ packages: hasBin: true dev: true - registry.npmmirror.com/jsonc-eslint-parser/2.0.4_eslint@8.4.1: + registry.npmmirror.com/jsonc-eslint-parser/1.4.1: resolution: { - integrity: sha512-a3ZRus4qea0tSRCW2qvF/spFt7iCpdeJbiDjxbFZRZ87JCF8sI8hbxpVvUBVyZ3fLB/RQnTi+Y/yZbMlqt1BCg==, + integrity: sha1-jL6Z9vUZmsvFqCPEwLYTVBECf6Y=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/jsonc-eslint-parser/download/jsonc-eslint-parser-2.0.4.tgz + tarball: https://registry.npmmirror.com/jsonc-eslint-parser/download/jsonc-eslint-parser-1.4.1.tgz } - id: registry.npmmirror.com/jsonc-eslint-parser/2.0.4 name: jsonc-eslint-parser - version: 2.0.4 - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + version: 1.4.1 + engines: { node: '>=8.10.0' } dependencies: - acorn: registry.npmmirror.com/acorn/8.6.0 - eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@8.4.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 - espree: registry.npmmirror.com/espree/9.2.0 - semver: registry.nlark.com/semver/7.3.5 - transitivePeerDependencies: - - eslint + acorn: registry.npmmirror.com/acorn/7.4.1 + eslint-utils: registry.nlark.com/eslint-utils/2.1.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 + espree: registry.npmmirror.com/espree/6.2.1 + semver: registry.nlark.com/semver/6.3.0 dev: true registry.npmmirror.com/less/4.1.2: @@ -9149,23 +8183,12 @@ packages: import-meta-resolve: registry.npmmirror.com/import-meta-resolve/1.1.1 dev: true - registry.npmmirror.com/ms/2.0.0: - resolution: - { - integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.0.0.tgz - } - name: ms - version: 2.0.0 - dev: true - registry.npmmirror.com/ms/2.1.2: resolution: { integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz + tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.1.2.tgz } name: ms version: 2.1.2 @@ -9237,68 +8260,6 @@ packages: version: 1.11.1 dev: true - registry.npmmirror.com/object.entries/1.1.5: - resolution: - { - integrity: sha1-4azdF8TeLNltWghIfPuduE2IGGE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/object.entries/download/object.entries-1.1.5.tgz - } - name: object.entries - version: 1.1.5 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - - registry.npmmirror.com/object.fromentries/2.0.5: - resolution: - { - integrity: sha1-ezeyBRCcIedB5gVyf+iwrV+gglE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/object.fromentries/download/object.fromentries-2.0.5.tgz - } - name: object.fromentries - version: 2.0.5 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - - registry.npmmirror.com/object.hasown/1.1.0: - resolution: - { - integrity: sha1-cjLtJm800ZfRXKxYgCMvekeQr+U=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/object.hasown/download/object.hasown-1.1.0.tgz?cache=0&sync_timestamp=1633321808938&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fobject.hasown%2Fdownload%2Fobject.hasown-1.1.0.tgz - } - name: object.hasown - version: 1.1.0 - dependencies: - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - - registry.npmmirror.com/object.values/1.1.5: - resolution: - { - integrity: sha1-lZ9j486e8QhyAzMIITHkpFm3Fqw=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/object.values/download/object.values-1.1.5.tgz - } - name: object.values - version: 1.1.5 - engines: { node: '>= 0.4' } - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - dev: true - registry.npmmirror.com/p-map/4.0.0: resolution: { @@ -9313,18 +8274,6 @@ packages: 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 - version: 1.0.0 - engines: { node: '>=4' } - dev: true - registry.npmmirror.com/p-try/2.2.0: resolution: { @@ -9390,20 +8339,6 @@ packages: name: picocolors version: 1.0.0 - registry.npmmirror.com/pkg-dir/2.0.0: - resolution: - { - integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/pkg-dir/download/pkg-dir-2.0.0.tgz - } - name: pkg-dir - version: 2.0.0 - engines: { node: '>=4' } - dependencies: - find-up: registry.npmmirror.com/find-up/2.1.0 - dev: true - registry.npmmirror.com/postcss-html/1.3.0: resolution: { @@ -9511,17 +8446,6 @@ packages: engines: { node: '>=8' } dev: true - registry.npmmirror.com/react-is/16.13.1: - resolution: - { - integrity: sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/react-is/download/react-is-16.13.1.tgz - } - name: react-is - version: 16.13.1 - dev: true - registry.npmmirror.com/read-pkg-up/7.0.1: resolution: { @@ -9538,27 +8462,27 @@ packages: type-fest: registry.npmmirror.com/type-fest/0.8.1 dev: true - registry.npmmirror.com/regexp-tree/0.1.24: + registry.npmmirror.com/request-light/0.5.5: resolution: { - integrity: sha1-PW+iOEUKTWblvJxMFLtyDiGWgp0=, + integrity: sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/regexp-tree/download/regexp-tree-0.1.24.tgz + tarball: https://registry.npmmirror.com/request-light/download/request-light-0.5.5.tgz } - name: regexp-tree - version: 0.1.24 - hasBin: true + name: request-light + version: 0.5.5 dev: true - registry.npmmirror.com/request-light/0.5.5: + registry.npmmirror.com/reusify/1.0.4: resolution: { - integrity: sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==, + integrity: sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/request-light/download/request-light-0.5.5.tgz + tarball: https://registry.npmmirror.com/reusify/download/reusify-1.0.4.tgz } - name: request-light - version: 0.5.5 + name: reusify + version: 1.0.4 + engines: { iojs: '>=1.0.0', node: '>=0.10.0' } dev: true registry.npmmirror.com/rollup/2.60.2: @@ -9722,26 +8646,6 @@ packages: strip-ansi: registry.npmmirror.com/strip-ansi/7.0.1 dev: true - registry.npmmirror.com/string.prototype.matchall/4.0.6: - resolution: - { - integrity: sha1-Wrtdq8lMew6iOA9lumELOlRLFfo=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/string.prototype.matchall/download/string.prototype.matchall-4.0.6.tgz - } - name: string.prototype.matchall - version: 4.0.6 - dependencies: - call-bind: registry.nlark.com/call-bind/1.0.2 - define-properties: registry.nlark.com/define-properties/1.1.3 - es-abstract: registry.npmmirror.com/es-abstract/1.19.1 - get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 - has-symbols: registry.nlark.com/has-symbols/1.0.2 - internal-slot: registry.nlark.com/internal-slot/1.0.3 - regexp.prototype.flags: registry.nlark.com/regexp.prototype.flags/1.3.1 - side-channel: registry.nlark.com/side-channel/1.0.4 - dev: true - registry.npmmirror.com/strip-ansi/4.0.0: resolution: { @@ -10022,22 +8926,6 @@ packages: yn: registry.nlark.com/yn/3.1.1 dev: true - registry.npmmirror.com/tsconfig-paths/3.12.0: - resolution: - { - integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/tsconfig-paths/download/tsconfig-paths-3.12.0.tgz - } - name: tsconfig-paths - version: 3.12.0 - dependencies: - '@types/json5': registry.nlark.com/@types/json5/0.0.29 - json5: registry.nlark.com/json5/1.0.1 - minimist: registry.nlark.com/minimist/1.2.5 - strip-bom: registry.nlark.com/strip-bom/3.0.0 - dev: true - registry.npmmirror.com/type-fest/0.18.1: resolution: { @@ -10527,6 +9415,27 @@ packages: - supports-color dev: true + registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.24: + resolution: + { + integrity: sha1-y1PgarXMW37tWTMvFRyvSNR76bs=, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/vue-i18n/download/vue-i18n-9.1.9.tgz + } + id: registry.npmmirror.com/vue-i18n/9.1.9 + name: vue-i18n + version: 9.1.9 + engines: { node: '>= 10' } + peerDependencies: + vue: ^3.0.0 + dependencies: + '@intlify/core-base': registry.npmmirror.com/@intlify/core-base/9.1.9 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.1.9 + '@intlify/vue-devtools': registry.npmmirror.com/@intlify/vue-devtools/9.1.9 + '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.0.0-beta.20.1 + vue: registry.npmmirror.com/vue/3.2.24 + dev: false + registry.npmmirror.com/vue-router/4.0.12_vue@3.2.24: resolution: { @@ -10592,18 +9501,17 @@ packages: hasBin: true dev: true - registry.npmmirror.com/yaml-eslint-parser/0.5.0: + registry.npmmirror.com/yaml-eslint-parser/0.3.2: resolution: { - integrity: sha1-AdTk2ZKoIHaeqF71/VJt/CDrxvU=, + integrity: sha1-x/XzkE8cBq1V3HExpzGwGEJrSJg=, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/yaml-eslint-parser/download/yaml-eslint-parser-0.5.0.tgz + tarball: https://registry.npmmirror.com/yaml-eslint-parser/download/yaml-eslint-parser-0.3.2.tgz } name: yaml-eslint-parser - version: 0.5.0 - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + version: 0.3.2 dependencies: - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.1.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 lodash: registry.nlark.com/lodash/4.17.21 yaml: registry.npmmirror.com/yaml/1.10.2 dev: true @@ -10613,7 +9521,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/public/favicon.ico b/public/favicon.ico index df36fcfb7..e315fd35b 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 000000000..e8a8d6b51 Binary files /dev/null and b/public/logo.png differ diff --git a/src/App.vue b/src/App.vue index e57b0a19c..9dc5cc626 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,26 @@ - - + +