From 6b7f4cfccba0fe13c170bd8cd1d869e09ad8ccf8 Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Wed, 8 Sep 2021 14:50:13 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E4=BE=9D=E8=B5=96=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +- pnpm-lock.yaml | 1110 ++++++++++++++++++------------ src/settings/theme/index.ts | 4 +- src/store/modules/theme/index.ts | 12 +- 4 files changed, 698 insertions(+), 442 deletions(-) diff --git a/package.json b/package.json index b94709f8..d8e29dc1 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,17 @@ "chroma-js": "^2.1.2", "dayjs": "^1.10.6", "form-data": "^4.0.0", - "naive-ui": "^2.18.0", + "naive-ui": "^2.18.1", "pinia": "^2.0.0-rc.4", "qs": "^6.10.1", "smoothscroll-polyfill": "^0.4.4", - "vue": "^3.2.4", + "vue": "^3.2.10", "vue-router": "^4.0.11" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", - "@iconify/json": "^1.1.398", + "@iconify/json": "^1.1.399", "@types/chroma-js": "^2.1.3", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.7", @@ -41,7 +41,7 @@ "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "@vitejs/plugin-vue": "^1.6.1", - "@vue/compiler-sfc": "^3.2.9", + "@vue/compiler-sfc": "^3.2.10", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "commitizen": "^4.2.4", @@ -62,10 +62,10 @@ "sass": "^1.39.0", "typescript": "^4.4.2", "unplugin-icons": "^0.7.6", - "unplugin-vue-components": "^0.14.12", - "vite": "^2.5.3", + "unplugin-vue-components": "^0.15.0", + "vite": "^2.5.5", "vite-plugin-html": "^2.1.0", - "vite-plugin-windicss": "^1.4.1", + "vite-plugin-windicss": "^1.4.2", "vue-tsc": "^0.3.0", "windicss": "^3.1.7" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa5c4c09..7d982744 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.3 specifiers: '@commitlint/cli': ^13.1.0 '@commitlint/config-conventional': ^13.1.0 - '@iconify/json': ^1.1.398 + '@iconify/json': ^1.1.399 '@types/chroma-js': ^2.1.3 '@types/nprogress': ^0.2.0 '@types/qs': ^6.9.7 @@ -11,7 +11,7 @@ specifiers: '@typescript-eslint/eslint-plugin': ^4.31.0 '@typescript-eslint/parser': ^4.31.0 '@vitejs/plugin-vue': ^1.6.1 - '@vue/compiler-sfc': ^3.2.9 + '@vue/compiler-sfc': ^3.2.10 '@vue/eslint-config-prettier': ^6.0.0 '@vue/eslint-config-typescript': ^7.0.0 '@vueuse/core': ^6.2.1 @@ -31,7 +31,7 @@ specifiers: form-data: ^4.0.0 husky: ^7.0.2 lint-staged: ^11.1.2 - naive-ui: ^2.18.0 + naive-ui: ^2.18.1 patch-package: ^6.4.7 pinia: ^2.0.0-rc.4 postinstall-postinstall: ^2.1.0 @@ -41,40 +41,40 @@ specifiers: smoothscroll-polyfill: ^0.4.4 typescript: ^4.4.2 unplugin-icons: ^0.7.6 - unplugin-vue-components: ^0.14.12 - vite: ^2.5.3 + unplugin-vue-components: ^0.15.0 + vite: ^2.5.5 vite-plugin-html: ^2.1.0 - vite-plugin-windicss: ^1.4.1 - vue: ^3.2.4 + vite-plugin-windicss: ^1.4.2 + vue: ^3.2.10 vue-router: ^4.0.11 vue-tsc: ^0.3.0 windicss: ^3.1.7 dependencies: - '@vueuse/core': registry.nlark.com/@vueuse/core/6.2.1_vue@3.2.4 + '@vueuse/core': registry.nlark.com/@vueuse/core/6.2.1_vue@3.2.10 axios: registry.nlark.com/axios/0.21.4 chroma-js: registry.nlark.com/chroma-js/2.1.2 dayjs: registry.nlark.com/dayjs/1.10.6 form-data: 4.0.0 - naive-ui: registry.nlark.com/naive-ui/2.18.0_vue@3.2.4 - pinia: registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.4 + naive-ui: registry.nlark.com/naive-ui/2.18.1_vue@3.2.10 + pinia: registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.10 qs: 6.10.1 smoothscroll-polyfill: registry.nlark.com/smoothscroll-polyfill/0.4.4 - vue: registry.nlark.com/vue/3.2.4 - vue-router: registry.nlark.com/vue-router/4.0.11_vue@3.2.4 + vue: registry.nlark.com/vue/3.2.10 + vue-router: registry.nlark.com/vue-router/4.0.11_vue@3.2.10 devDependencies: '@commitlint/cli': registry.nlark.com/@commitlint/cli/13.1.0 '@commitlint/config-conventional': registry.nlark.com/@commitlint/config-conventional/13.1.0 - '@iconify/json': registry.nlark.com/@iconify/json/1.1.398 + '@iconify/json': registry.nlark.com/@iconify/json/1.1.399 '@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3 '@types/nprogress': registry.nlark.com/@types/nprogress/0.2.0 '@types/qs': registry.nlark.com/@types/qs/6.9.7 '@types/smoothscroll-polyfill': registry.nlark.com/@types/smoothscroll-polyfill/0.3.1 '@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.31.0_a690ff3776b01e92cf0b93501bb5ae6a '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.2 - '@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.1_@vue+compiler-sfc@3.2.9 - '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.9 + '@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.1_@vue+compiler-sfc@3.2.10 + '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.10 '@vue/eslint-config-prettier': 6.0.0_2127539a99f1ff5da0f49b56a079f074 '@vue/eslint-config-typescript': 7.0.0_0643334a6dbf62beef45105491db6c15 commitizen: registry.nlark.com/commitizen/4.2.4 @@ -94,16 +94,20 @@ devDependencies: prettier: registry.nlark.com/prettier/2.3.2 sass: registry.nlark.com/sass/1.39.0 typescript: registry.nlark.com/typescript/4.4.2 - unplugin-icons: registry.nlark.com/unplugin-icons/0.7.6_6bd8915f7028e28fbfbdf53cc833b028 - unplugin-vue-components: registry.nlark.com/unplugin-vue-components/0.14.12_vite@2.5.3+vue@3.2.4 - vite: registry.nlark.com/vite/2.5.3 - vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.3 - vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.4.1_typescript@4.4.2+vite@2.5.3 + unplugin-icons: registry.nlark.com/unplugin-icons/0.7.6_8778aa393f2231eb411cf3b016af5770 + unplugin-vue-components: registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.5+vue@3.2.10 + vite: registry.nlark.com/vite/2.5.5 + vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.5 + vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.2+vite@2.5.5 vue-tsc: registry.nlark.com/vue-tsc/0.3.0_typescript@4.4.2 windicss: registry.nlark.com/windicss/3.1.7 packages: + /@emotion/hash/0.8.0: + resolution: {integrity: sha1-u7/2iXj+/b5ozLUzvIy+HRr7VBM=, tarball: '@emotion/hash/download/@emotion/hash-0.8.0.tgz'} + dev: false + /@types/json5/0.0.29: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=, tarball: '@types/json5/download/@types/json5-0.0.29.tgz'} dev: true @@ -189,17 +193,6 @@ packages: /ansi-regex/5.0.0: resolution: {integrity: sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=, tarball: ansi-regex/download/ansi-regex-5.0.0.tgz?cache=0&sync_timestamp=1618554239243&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-regex%2Fdownload%2Fansi-regex-5.0.0.tgz} engines: {node: '>=8'} - - /any-promise/1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=, tarball: any-promise/download/any-promise-1.3.0.tgz} - dev: true - - /anymatch/3.1.2: - resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, tarball: anymatch/download/anymatch-3.1.2.tgz?cache=0&sync_timestamp=1617748091214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fanymatch%2Fdownload%2Fanymatch-3.1.2.tgz} - engines: {node: '>= 8'} - dependencies: - normalize-path: 3.0.0 - picomatch: registry.nlark.com/picomatch/2.3.0 dev: true /argparse/1.0.10: @@ -250,9 +243,8 @@ packages: resolution: {integrity: sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=, tarball: balanced-match/download/balanced-match-1.0.2.tgz} dev: true - /binary-extensions/2.2.0: - resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=, tarball: binary-extensions/download/binary-extensions-2.2.0.tgz} - engines: {node: '>=8'} + /bluebird/3.7.2: + resolution: {integrity: sha1-nyKcFb4nJFT/qXOs4NvueaGww28=, tarball: bluebird/download/bluebird-3.7.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz} dev: true /brace-expansion/1.1.11: @@ -333,7 +325,10 @@ packages: resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, tarball: color-convert/download/color-convert-2.0.1.tgz} engines: {node: '>=7.0.0'} dependencies: - color-name: registry.nlark.com/color-name/1.1.4 + color-name: 1.1.4 + + /color-name/1.1.4: + resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, tarball: color-name/download/color-name-1.1.4.tgz} /combined-stream/1.0.8: resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=, tarball: combined-stream/download/combined-stream-1.0.8.tgz} @@ -600,7 +595,7 @@ packages: dev: true /estree-walker/2.0.2: - resolution: {integrity: sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=, tarball: estree-walker/download/estree-walker-2.0.2.tgz} + resolution: {integrity: sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=, tarball: estree-walker/download/estree-walker-2.0.2.tgz?cache=0&sync_timestamp=1611956983677&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festree-walker%2Fdownload%2Festree-walker-2.0.2.tgz} /esutils/2.0.3: resolution: {integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=, tarball: esutils/download/esutils-2.0.3.tgz} @@ -695,12 +690,6 @@ packages: resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=, tarball: fs.realpath/download/fs.realpath-1.0.0.tgz} dev: true - /fsevents/2.3.2: - resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=, tarball: fsevents/download/fsevents-2.3.2.tgz} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - dev: true - optional: true - /function-bind/1.1.1: resolution: {integrity: sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=, tarball: function-bind/download/function-bind-1.1.1.tgz} @@ -709,9 +698,9 @@ packages: dev: true /generic-names/2.0.1: - resolution: {integrity: sha1-+KN46tLMqno08DF7BVVIMq5BuHI=, tarball: generic-names/download/generic-names-2.0.1.tgz} + resolution: {integrity: sha1-+KN46tLMqno08DF7BVVIMq5BuHI=, tarball: generic-names/download/generic-names-2.0.1.tgz?cache=0&sync_timestamp=1603542269880&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgeneric-names%2Fdownload%2Fgeneric-names-2.0.1.tgz} dependencies: - loader-utils: registry.nlark.com/loader-utils/1.4.0 + loader-utils: 1.4.0 dev: true /get-caller-file/2.0.5: @@ -837,15 +826,6 @@ packages: resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=, tarball: icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz} dev: true - /icss-utils/5.1.0_postcss@8.3.6: - resolution: {integrity: sha1-xr5oWKvQE9do6YNmrkfiXViHsa4=, tarball: icss-utils/download/icss-utils-5.1.0.tgz} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: registry.nlark.com/postcss/8.3.6 - dev: true - /ignore/4.0.6: resolution: {integrity: sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=, tarball: ignore/download/ignore-4.0.6.tgz} engines: {node: '>= 4'} @@ -856,13 +836,6 @@ packages: engines: {node: '>= 4'} dev: true - /import-cwd/3.0.0: - resolution: {integrity: sha1-IIRVR3GAFRJuqbNna3WS+4vUz5I=, tarball: import-cwd/download/import-cwd-3.0.0.tgz} - engines: {node: '>=8'} - dependencies: - import-from: registry.nlark.com/import-from/3.0.0 - dev: true - /import-fresh/3.3.0: resolution: {integrity: sha1-NxYsJfy566oublPVtNiM4X2eDCs=, tarball: import-fresh/download/import-fresh-3.3.0.tgz} engines: {node: '>=6'} @@ -879,7 +852,7 @@ packages: /inflight/1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=, tarball: inflight/download/inflight-1.0.6.tgz} dependencies: - once: 1.4.0 + once: registry.nlark.com/once/1.4.0 wrappy: registry.nlark.com/wrappy/1.0.2 dev: true @@ -895,13 +868,6 @@ packages: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=, tarball: is-arrayish/download/is-arrayish-0.2.1.tgz} dev: true - /is-binary-path/2.1.0: - resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=, tarball: is-binary-path/download/is-binary-path-2.1.0.tgz} - engines: {node: '>=8'} - dependencies: - binary-extensions: 2.2.0 - dev: true - /is-ci/2.0.0: resolution: {integrity: sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=, tarball: is-ci/download/is-ci-2.0.0.tgz?cache=0&sync_timestamp=1613636778230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-ci%2Fdownload%2Fis-ci-2.0.0.tgz} hasBin: true @@ -994,6 +960,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /joycon/3.0.1: + resolution: {integrity: sha1-kHTJsIzPN6Zyb/dKGEhfhe/K3a8=, tarball: joycon/download/joycon-3.0.1.tgz} + engines: {node: '>=10'} + dev: true + /js-stringify/1.0.2: resolution: {integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds=, tarball: js-stringify/download/js-stringify-1.0.2.tgz} dev: true @@ -1077,6 +1048,15 @@ packages: resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=, tarball: lines-and-columns/download/lines-and-columns-1.1.6.tgz} dev: true + /loader-utils/1.4.0: + resolution: {integrity: sha1-xXm140yzSxp07cbB+za/o3HVphM=, tarball: loader-utils/download/loader-utils-1.4.0.tgz} + engines: {node: '>=4.0.0'} + dependencies: + big.js: registry.nlark.com/big.js/5.2.2 + emojis-list: 3.0.0 + json5: registry.nlark.com/json5/1.0.1 + dev: true + /locate-path/5.0.0: resolution: {integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=, tarball: locate-path/download/locate-path-5.0.0.tgz} engines: {node: '>=8'} @@ -1092,7 +1072,7 @@ packages: dev: true /lodash-es/4.17.21: - resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, tarball: lodash-es/download/lodash-es-4.17.21.tgz} + resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, tarball: lodash-es/download/lodash-es-4.17.21.tgz?cache=0&sync_timestamp=1613835893273&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash-es%2Fdownload%2Flodash-es-4.17.21.tgz} dev: false /lodash.camelcase/4.3.0: @@ -1117,6 +1097,7 @@ packages: /lodash/4.17.21: resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=, tarball: lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1615986569444&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.21.tgz} + dev: true /log-symbols/4.1.0: resolution: {integrity: sha1-P727lbRoOsn8eFER55LlWNSr1QM=, tarball: log-symbols/download/log-symbols-4.1.0.tgz} @@ -1185,6 +1166,14 @@ packages: engines: {node: '>= 8'} dev: true + /micromatch/4.0.4: + resolution: {integrity: sha1-iW1Rnf6dsl/OlM63pQCRm/iB6/k=, tarball: micromatch/download/micromatch-4.0.4.tgz?cache=0&sync_timestamp=1618054740956&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmicromatch%2Fdownload%2Fmicromatch-4.0.4.tgz} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.2 + picomatch: registry.nlark.com/picomatch/2.3.0 + dev: true + /mimic-fn/1.2.0: resolution: {integrity: sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI=, tarball: mimic-fn/download/mimic-fn-1.2.0.tgz} engines: {node: '>=4'} @@ -1226,10 +1215,6 @@ packages: minimist: 1.2.5 dev: true - /ms/2.1.2: - resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, tarball: ms/download/ms-2.1.2.tgz} - dev: true - /mute-stream/0.0.7: resolution: {integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=, tarball: mute-stream/download/mute-stream-0.0.7.tgz} dev: true @@ -1237,9 +1222,9 @@ packages: /mz/2.7.0: resolution: {integrity: sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=, tarball: mz/download/mz-2.7.0.tgz} dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 + any-promise: registry.nlark.com/any-promise/1.3.0 + object-assign: registry.nlark.com/object-assign/4.1.1 + thenify-all: registry.nlark.com/thenify-all/1.6.0 dev: true /natural-compare/1.4.0: @@ -1257,11 +1242,6 @@ packages: tslib: registry.nlark.com/tslib/2.3.1 dev: true - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=, tarball: node-modules-regexp/download/node-modules-regexp-1.0.0.tgz} - engines: {node: '>=0.10.0'} - dev: true - /normalize-path/3.0.0: resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=, tarball: normalize-path/download/normalize-path-3.0.0.tgz} engines: {node: '>=0.10.0'} @@ -1425,13 +1405,6 @@ packages: engines: {node: '>=4'} dev: true - /pirates/4.0.1: - resolution: {integrity: sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=, tarball: pirates/download/pirates-4.0.1.tgz} - engines: {node: '>= 6'} - dependencies: - node-modules-regexp: 1.0.0 - dev: true - /pkg-up/2.0.0: resolution: {integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8=, tarball: pkg-up/download/pkg-up-2.0.0.tgz} engines: {node: '>=4'} @@ -1445,29 +1418,6 @@ packages: semver-compare: 1.0.0 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.3.6: - resolution: {integrity: sha1-zaHwR8CugMl9vijD52pDuIAldB0=, tarball: postcss-modules-extract-imports/download/postcss-modules-extract-imports-3.0.0.tgz} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: registry.nlark.com/postcss/8.3.6 - dev: true - - /postcss-modules-values/4.0.0_postcss@8.3.6: - resolution: {integrity: sha1-18Xn5ow7s8myfL9Iyguz/7RgLJw=, tarball: postcss-modules-values/download/postcss-modules-values-4.0.0.tgz} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0_postcss@8.3.6 - postcss: registry.nlark.com/postcss/8.3.6 - dev: true - - /postcss-value-parser/4.1.0: - resolution: {integrity: sha1-RD9qIM7WSBor2k+oUypuVdeJoss=, tarball: postcss-value-parser/download/postcss-value-parser-4.1.0.tgz} - dev: true - /prelude-ls/1.2.1: resolution: {integrity: sha1-3rxkidem5rDnYRiIzsiAM30xY5Y=, tarball: prelude-ls/download/prelude-ls-1.2.1.tgz} engines: {node: '>= 0.8.0'} @@ -1599,10 +1549,6 @@ packages: side-channel: 1.0.4 dev: false - /queue-microtask/1.2.3: - resolution: {integrity: sha1-SSkii7xyTfrEPg77BYyve2z7YkM=, tarball: queue-microtask/download/queue-microtask-1.2.3.tgz} - dev: true - /read-pkg-up/3.0.0: resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=, tarball: read-pkg-up/download/read-pkg-up-3.0.0.tgz} engines: {node: '>=4'} @@ -1629,13 +1575,6 @@ packages: util-deprecate: 1.0.2 dev: true - /readdirp/3.6.0: - resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=, tarball: readdirp/download/readdirp-3.6.0.tgz?cache=0&sync_timestamp=1615719701333&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freaddirp%2Fdownload%2Freaddirp-3.6.0.tgz} - engines: {node: '>=8.10.0'} - dependencies: - picomatch: registry.nlark.com/picomatch/2.3.0 - dev: true - /relateurl/0.2.7: resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=, tarball: relateurl/download/relateurl-0.2.7.tgz} engines: {node: '>= 0.10'} @@ -1651,10 +1590,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /resize-observer-polyfill/1.5.1: - resolution: {integrity: sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=, tarball: resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz} - dev: false - /resolve-dir/1.0.1: resolution: {integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=, tarball: resolve-dir/download/resolve-dir-1.0.1.tgz} engines: {node: '>=0.10.0'} @@ -1696,11 +1631,6 @@ packages: signal-exit: registry.nlark.com/signal-exit/3.0.3 dev: true - /reusify/1.0.4: - resolution: {integrity: sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=, tarball: reusify/download/reusify-1.0.4.tgz} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - dev: true - /rimraf/2.6.3: resolution: {integrity: sha1-stEE/g2Psnz54KHNqCYt04M8bKs=, tarball: rimraf/download/rimraf-2.6.3.tgz} hasBin: true @@ -1728,9 +1658,9 @@ packages: dev: true /run-parallel/1.2.0: - resolution: {integrity: sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=, tarball: run-parallel/download/run-parallel-1.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frun-parallel%2Fdownload%2Frun-parallel-1.2.0.tgz} + resolution: {integrity: sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=, tarball: run-parallel/download/run-parallel-1.2.0.tgz?cache=0&sync_timestamp=1612925943325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frun-parallel%2Fdownload%2Frun-parallel-1.2.0.tgz} dependencies: - queue-microtask: 1.2.3 + queue-microtask: registry.nlark.com/queue-microtask/1.2.3 dev: true /safe-buffer/5.2.1: @@ -1821,6 +1751,7 @@ packages: /source-map/0.6.1: resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=, tarball: source-map/download/source-map-0.6.1.tgz} engines: {node: '>=0.10.0'} + dev: true /sourcemap-codec/1.4.8: resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=, tarball: sourcemap-codec/download/sourcemap-codec-1.4.8.tgz} @@ -1855,10 +1786,6 @@ packages: engines: {node: '>=0.6.19'} dev: true - /string-hash/1.1.3: - resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=, tarball: string-hash/download/string-hash-1.1.3.tgz} - dev: true - /string-width/2.1.1: resolution: {integrity: sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=, tarball: string-width/download/string-width-2.1.1.tgz?cache=0&sync_timestamp=1618559696693&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstring-width%2Fdownload%2Fstring-width-2.1.1.tgz} engines: {node: '>=4'} @@ -1947,19 +1874,6 @@ packages: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=, tarball: text-table/download/text-table-0.2.0.tgz} dev: true - /thenify-all/1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=, tarball: thenify-all/download/thenify-all-1.6.0.tgz} - engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: true - - /thenify/3.3.1: - resolution: {integrity: sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=, tarball: thenify/download/thenify-3.3.1.tgz} - dependencies: - any-promise: 1.3.0 - dev: true - /through2/4.0.2: resolution: {integrity: sha1-p846wqeosLlmyA58SfBITDsjl2Q=, tarball: through2/download/through2-4.0.2.tgz} dependencies: @@ -1973,23 +1887,15 @@ packages: os-tmpdir: 1.0.2 dev: true - /to-regex-range/5.0.1: - resolution: {integrity: sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=, tarball: to-regex-range/download/to-regex-range-5.0.1.tgz} - engines: {node: '>=8.0'} - dependencies: - is-number: 7.0.0 - dev: true - - /tree-kill/1.2.2: - resolution: {integrity: sha1-TKCakJLIi3OnzcXooBtQeweQoMw=, tarball: tree-kill/download/tree-kill-1.2.2.tgz} - hasBin: true - dev: true - /trim-off-newlines/1.0.1: resolution: {integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM=, tarball: trim-off-newlines/download/trim-off-newlines-1.0.1.tgz} engines: {node: '>=0.10.0'} dev: true + /ts-interface-checker/0.1.13: + resolution: {integrity: sha1-eE/T1nlyK8EDsbS4AwvN212yppk=, tarball: ts-interface-checker/download/ts-interface-checker-0.1.13.tgz?cache=0&sync_timestamp=1618382089263&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fts-interface-checker%2Fdownload%2Fts-interface-checker-0.1.13.tgz} + dev: true + /tsutils/3.21.0_typescript@4.4.2: resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: tsutils/download/tsutils-3.21.0.tgz} engines: {node: '>= 6'} @@ -2119,6 +2025,10 @@ packages: engines: {node: '>=10'} dev: true + /yallist/3.1.1: + resolution: {integrity: sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=, tarball: yallist/download/yallist-3.1.1.tgz} + dev: true + registry.nlark.com/@antfu/utils/0.2.4: resolution: {integrity: sha1-x9M/xvqg06b8wlVWc/XpsZwPvBU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@antfu/utils/download/@antfu/utils-0.2.4.tgz} name: '@antfu/utils' @@ -2169,7 +2079,7 @@ packages: hasBin: true registry.nlark.com/@babel/types/7.15.0: - resolution: {integrity: sha1-Ya8R8ihsTpxpyo3rX0N1pzxy3L0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/types/download/@babel/types-7.15.0.tgz} + resolution: {integrity: sha1-Ya8R8ihsTpxpyo3rX0N1pzxy3L0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/types/download/@babel/types-7.15.0.tgz?cache=0&sync_timestamp=1630619994935&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.15.0.tgz} name: '@babel/types' version: 7.15.0 engines: {node: '>=6.9.0'} @@ -2356,7 +2266,7 @@ packages: css-render: registry.nlark.com/css-render/0.15.6 dev: false - registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.4: + registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.10: resolution: {integrity: sha1-TtwpS9p+bKIV9sfsniyDhWRQacM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@css-render/vue3-ssr/download/@css-render/vue3-ssr-0.15.6.tgz} id: registry.nlark.com/@css-render/vue3-ssr/0.15.6 name: '@css-render/vue3-ssr' @@ -2364,7 +2274,7 @@ packages: peerDependencies: vue: ^3.0.11 dependencies: - vue: registry.nlark.com/vue/3.2.4 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/@emmetio/abbreviation/2.2.2: @@ -2389,12 +2299,6 @@ packages: version: 1.0.0 dev: true - registry.nlark.com/@emotion/hash/0.8.0: - resolution: {integrity: sha1-u7/2iXj+/b5ozLUzvIy+HRr7VBM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz} - name: '@emotion/hash' - version: 0.8.0 - dev: false - registry.nlark.com/@eslint/eslintrc/0.4.3: resolution: {integrity: sha1-nkKYHvA1vrPdSa3ResuW6P9vOUw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@eslint/eslintrc/download/@eslint/eslintrc-0.4.3.tgz} name: '@eslint/eslintrc' @@ -2410,8 +2314,6 @@ packages: js-yaml: 3.14.1 minimatch: 3.0.4 strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color dev: true registry.nlark.com/@humanwhocodes/config-array/0.5.0: @@ -2423,8 +2325,6 @@ packages: '@humanwhocodes/object-schema': registry.nlark.com/@humanwhocodes/object-schema/1.2.0 debug: registry.nlark.com/debug/4.3.2 minimatch: 3.0.4 - transitivePeerDependencies: - - supports-color dev: true registry.nlark.com/@humanwhocodes/object-schema/1.2.0: @@ -2439,14 +2339,14 @@ packages: version: 1.0.10 dev: true - registry.nlark.com/@iconify/json/1.1.398: - resolution: {integrity: sha1-p3Um37NYu2dzHS9gnbVoq/8URYk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.398.tgz} + registry.nlark.com/@iconify/json/1.1.399: + resolution: {integrity: sha1-hdBstQTkqkRkdYzo9n//lH1VKDU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.399.tgz} name: '@iconify/json' - version: 1.1.398 + version: 1.1.399 dev: true registry.nlark.com/@jest/types/26.6.2: - resolution: {integrity: sha1-vvWlMgMOHYii9abZM/hOlyJu1I4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@jest/types/download/@jest/types-26.6.2.tgz} + resolution: {integrity: sha1-vvWlMgMOHYii9abZM/hOlyJu1I4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@jest/types/download/@jest/types-26.6.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40jest%2Ftypes%2Fdownload%2F%40jest%2Ftypes-26.6.2.tgz} name: '@jest/types' version: 26.6.2 engines: {node: '>= 10.14.2'} @@ -2469,7 +2369,7 @@ packages: dev: true registry.nlark.com/@nodelib/fs.stat/2.0.5: - resolution: {integrity: sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.5.tgz?cache=0&sync_timestamp=1622793808360&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40nodelib%2Ffs.stat%2Fdownload%2F%40nodelib%2Ffs.stat-2.0.5.tgz} + resolution: {integrity: sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.5.tgz} name: '@nodelib/fs.stat' version: 2.0.5 engines: {node: '>= 8'} @@ -2502,7 +2402,7 @@ packages: dev: true registry.nlark.com/@types/estree/0.0.48: - resolution: {integrity: sha1-GNyAkbKF35DbLyWqfZBs/DlLf3Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/estree/download/@types/estree-0.0.48.tgz?cache=0&sync_timestamp=1629708156183&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Festree%2Fdownload%2F%40types%2Festree-0.0.48.tgz} + resolution: {integrity: sha1-GNyAkbKF35DbLyWqfZBs/DlLf3Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/estree/download/@types/estree-0.0.48.tgz} name: '@types/estree' version: 0.0.48 dev: true @@ -2514,7 +2414,7 @@ packages: dev: false registry.nlark.com/@types/istanbul-lib-report/3.0.0: - resolution: {integrity: sha1-wUwk8Y6oGQwRjudWK3/5mjZVJoY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz?cache=0&sync_timestamp=1629708438723&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-lib-report%2Fdownload%2F%40types%2Fistanbul-lib-report-3.0.0.tgz} + resolution: {integrity: sha1-wUwk8Y6oGQwRjudWK3/5mjZVJoY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz} name: '@types/istanbul-lib-report' version: 3.0.0 dependencies: @@ -2522,7 +2422,7 @@ packages: dev: false registry.nlark.com/@types/istanbul-reports/3.0.1: - resolution: {integrity: sha1-kVP+mLuivVZaY63ZQ21vDX+EaP8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.1.tgz?cache=0&sync_timestamp=1629708436600&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-reports%2Fdownload%2F%40types%2Fistanbul-reports-3.0.1.tgz} + resolution: {integrity: sha1-kVP+mLuivVZaY63ZQ21vDX+EaP8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.1.tgz?cache=0&sync_timestamp=1629708283842&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-reports%2Fdownload%2F%40types%2Fistanbul-reports-3.0.1.tgz} name: '@types/istanbul-reports' version: 3.0.1 dependencies: @@ -2530,7 +2430,7 @@ packages: dev: false registry.nlark.com/@types/jest/26.0.24: - resolution: {integrity: sha1-lD0Rl2sWc5GFkToZNuDeDEp9WVo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/jest/download/@types/jest-26.0.24.tgz} + resolution: {integrity: sha1-lD0Rl2sWc5GFkToZNuDeDEp9WVo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/jest/download/@types/jest-26.0.24.tgz?cache=0&sync_timestamp=1629708343794&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-26.0.24.tgz} name: '@types/jest' version: 26.0.24 dependencies: @@ -2553,7 +2453,7 @@ packages: dev: false registry.nlark.com/@types/lodash/4.14.172: - resolution: {integrity: sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz} + resolution: {integrity: sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz?cache=0&sync_timestamp=1629708681735&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.172.tgz} name: '@types/lodash' version: 4.14.172 dev: false @@ -2565,19 +2465,19 @@ packages: dev: true registry.nlark.com/@types/node/14.14.45: - resolution: {integrity: sha1-7C37VWb/gU0GGu9+FBV1rtuiRc8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-14.14.45.tgz} + resolution: {integrity: sha1-7C37VWb/gU0GGu9+FBV1rtuiRc8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-14.14.45.tgz?cache=0&sync_timestamp=1631000782845&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.14.45.tgz} name: '@types/node' version: 14.14.45 dev: false registry.nlark.com/@types/node/14.17.10: - resolution: {integrity: sha1-k/Swla8nWgQnEUV5wQ7HqmlnKdc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-14.17.10.tgz} + resolution: {integrity: sha1-k/Swla8nWgQnEUV5wQ7HqmlnKdc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-14.17.10.tgz?cache=0&sync_timestamp=1631000782845&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.17.10.tgz} name: '@types/node' version: 14.17.10 dev: false registry.nlark.com/@types/node/16.6.2: - resolution: {integrity: sha1-Mxt7n4YhxjgoR4fFVZQjgi/f/FA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-16.6.2.tgz} + resolution: {integrity: sha1-Mxt7n4YhxjgoR4fFVZQjgi/f/FA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/node/download/@types/node-16.6.2.tgz?cache=0&sync_timestamp=1631000782845&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-16.6.2.tgz} name: '@types/node' version: 16.6.2 dev: false @@ -2619,13 +2519,13 @@ packages: dev: true registry.nlark.com/@types/yargs-parser/20.2.1: - resolution: {integrity: sha1-O5ziSJkZ2eT+pDm3aRarw0st8Sk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs-parser/download/@types/yargs-parser-20.2.1.tgz?cache=0&sync_timestamp=1629709992302&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fyargs-parser%2Fdownload%2F%40types%2Fyargs-parser-20.2.1.tgz} + resolution: {integrity: sha1-O5ziSJkZ2eT+pDm3aRarw0st8Sk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs-parser/download/@types/yargs-parser-20.2.1.tgz} name: '@types/yargs-parser' version: 20.2.1 dev: false registry.nlark.com/@types/yargs/15.0.14: - resolution: {integrity: sha1-Jtgh3biecEkhYLZtEKDrbfj2+wY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs/download/@types/yargs-15.0.14.tgz?cache=0&sync_timestamp=1629709966101&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fyargs%2Fdownload%2F%40types%2Fyargs-15.0.14.tgz} + resolution: {integrity: sha1-Jtgh3biecEkhYLZtEKDrbfj2+wY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/yargs/download/@types/yargs-15.0.14.tgz} name: '@types/yargs' version: 15.0.14 dependencies: @@ -2641,6 +2541,10 @@ packages: peerDependencies: '@typescript-eslint/parser': ^4.0.0 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.2 '@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.2 @@ -2651,9 +2555,9 @@ packages: regexpp: registry.nlark.com/regexpp/3.2.0 semver: registry.nlark.com/semver/7.3.5 tsutils: 3.21.0_typescript@4.4.2 + typescript: registry.nlark.com/typescript/4.4.2 transitivePeerDependencies: - supports-color - - typescript dev: true registry.nlark.com/@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.2: @@ -2685,15 +2589,19 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.31.0 '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0 '@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.2 debug: registry.nlark.com/debug/4.3.2 eslint: registry.nlark.com/eslint/7.32.0 + typescript: registry.nlark.com/typescript/4.4.2 transitivePeerDependencies: - supports-color - - typescript dev: true registry.nlark.com/@typescript-eslint/scope-manager/4.31.0: @@ -2719,6 +2627,11 @@ packages: name: '@typescript-eslint/typescript-estree' version: 4.31.0 engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.31.0 '@typescript-eslint/visitor-keys': registry.nlark.com/@typescript-eslint/visitor-keys/4.31.0 @@ -2727,9 +2640,9 @@ packages: is-glob: 4.0.1 semver: registry.nlark.com/semver/7.3.5 tsutils: 3.21.0_typescript@4.4.2 + typescript: registry.nlark.com/typescript/4.4.2 transitivePeerDependencies: - supports-color - - typescript dev: true registry.nlark.com/@typescript-eslint/visitor-keys/4.31.0: @@ -2742,7 +2655,7 @@ packages: eslint-visitor-keys: registry.nlark.com/eslint-visitor-keys/2.1.0 dev: true - registry.nlark.com/@vitejs/plugin-vue/1.6.1_@vue+compiler-sfc@3.2.9: + registry.nlark.com/@vitejs/plugin-vue/1.6.1_@vue+compiler-sfc@3.2.10: resolution: {integrity: sha1-pAoGZhr2H9wb69+4EbKPUK0537M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.6.1.tgz} id: registry.nlark.com/@vitejs/plugin-vue/1.6.1 name: '@vitejs/plugin-vue' @@ -2751,7 +2664,7 @@ packages: peerDependencies: '@vue/compiler-sfc': ^3.2.6 dependencies: - '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.9 + '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.10 dev: true registry.nlark.com/@volar/code-gen/0.27.3: @@ -2813,6 +2726,17 @@ packages: vscode-uri: registry.nlark.com/vscode-uri/2.1.2 dev: true + registry.nlark.com/@vue/compiler-core/3.2.10: + resolution: {integrity: sha1-M4iw/qwOyYE1+c8SOi6q5lcIt+g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.10.tgz} + name: '@vue/compiler-core' + version: 3.2.10 + dependencies: + '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 + '@babel/types': registry.nlark.com/@babel/types/7.15.0 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 + estree-walker: 2.0.2 + source-map: registry.nlark.com/source-map/0.6.1 + registry.nlark.com/@vue/compiler-core/3.2.4: resolution: {integrity: sha1-qY0pV3GZjB6NzMTuPVL+sUsCrqk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.4.tgz} name: '@vue/compiler-core' @@ -2823,19 +2747,16 @@ packages: '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 estree-walker: 2.0.2 source-map: 0.6.1 - - registry.nlark.com/@vue/compiler-core/3.2.9: - resolution: {integrity: sha1-h00E0+TemPOmB2nbf6R+BBv8pJA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.9.tgz} - name: '@vue/compiler-core' - version: 3.2.9 - dependencies: - '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 - '@babel/types': registry.nlark.com/@babel/types/7.15.0 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.9 - estree-walker: 2.0.2 - source-map: 0.6.1 dev: true + registry.nlark.com/@vue/compiler-dom/3.2.10: + resolution: {integrity: sha1-GzQuOnkwyZFWlF5t7yer5nGmp2o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.10.tgz} + name: '@vue/compiler-dom' + version: 3.2.10 + dependencies: + '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 + registry.nlark.com/@vue/compiler-dom/3.2.4: resolution: {integrity: sha1-OkPeJD66Enq75X55aguWnS33jAg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.4.tgz} name: '@vue/compiler-dom' @@ -2843,14 +2764,31 @@ packages: dependencies: '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.4 '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 + dev: true - registry.nlark.com/@vue/compiler-dom/3.2.9: - resolution: {integrity: sha1-5CsrwoU2YiShc49+1mSNQmDLu+8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.9.tgz} - name: '@vue/compiler-dom' - version: 3.2.9 + registry.nlark.com/@vue/compiler-sfc/3.2.10: + resolution: {integrity: sha1-MTcvf+ZVTcXc+945g/Tkob+J1u8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.10.tgz} + name: '@vue/compiler-sfc' + version: 3.2.10 dependencies: - '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.9 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.9 + '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 + '@babel/types': registry.nlark.com/@babel/types/7.15.0 + '@types/estree': registry.nlark.com/@types/estree/0.0.48 + '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.10 + '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.10 + '@vue/compiler-ssr': registry.nlark.com/@vue/compiler-ssr/3.2.10 + '@vue/ref-transform': registry.nlark.com/@vue/ref-transform/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 + consolidate: registry.nlark.com/consolidate/0.16.0 + estree-walker: 2.0.2 + hash-sum: 2.0.0 + lru-cache: registry.nlark.com/lru-cache/5.1.1 + magic-string: registry.nlark.com/magic-string/0.25.7 + merge-source-map: registry.nlark.com/merge-source-map/1.1.0 + postcss: registry.nlark.com/postcss/8.3.6 + postcss-modules: registry.nlark.com/postcss-modules/4.2.2_postcss@8.3.6 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 + source-map: registry.nlark.com/source-map/0.6.1 dev: true registry.nlark.com/@vue/compiler-sfc/3.2.4: @@ -2877,29 +2815,13 @@ packages: source-map: 0.6.1 dev: true - registry.nlark.com/@vue/compiler-sfc/3.2.9: - resolution: {integrity: sha1-gsDK6ZYlpOW52ZjMnvXgwm3yqOk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.9.tgz} - name: '@vue/compiler-sfc' - version: 3.2.9 + registry.nlark.com/@vue/compiler-ssr/3.2.10: + resolution: {integrity: sha1-dAEy6e8M+AypZCuV5Ii+yqmmxTU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.10.tgz} + name: '@vue/compiler-ssr' + version: 3.2.10 dependencies: - '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 - '@babel/types': registry.nlark.com/@babel/types/7.15.0 - '@types/estree': registry.nlark.com/@types/estree/0.0.48 - '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.9 - '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.9 - '@vue/compiler-ssr': registry.nlark.com/@vue/compiler-ssr/3.2.9 - '@vue/ref-transform': registry.nlark.com/@vue/ref-transform/3.2.9 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.9 - consolidate: 0.16.0 - estree-walker: 2.0.2 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: registry.nlark.com/postcss/8.3.6 - postcss-modules: registry.nlark.com/postcss-modules/4.2.2_postcss@8.3.6 - postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 - source-map: 0.6.1 + '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 dev: true registry.nlark.com/@vue/compiler-ssr/3.2.4: @@ -2911,71 +2833,71 @@ packages: '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 dev: true - registry.nlark.com/@vue/compiler-ssr/3.2.9: - resolution: {integrity: sha1-BnqeXuOBxlYdcmY8ShzkKv4zub0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.9.tgz} - name: '@vue/compiler-ssr' - version: 3.2.9 - dependencies: - '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.9 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.9 - dev: true - registry.nlark.com/@vue/devtools-api/6.0.0-beta.15: resolution: {integrity: sha1-rXyzhOBi8WW8+cg3MhJb/7wq2D0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.15.tgz} name: '@vue/devtools-api' version: 6.0.0-beta.15 dev: false + registry.nlark.com/@vue/reactivity/3.2.10: + resolution: {integrity: sha1-iP1KijtBKddiXrMgA40cSOMJ5fk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/reactivity/download/@vue/reactivity-3.2.10.tgz} + name: '@vue/reactivity' + version: 3.2.10 + dependencies: + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 + dev: false + registry.nlark.com/@vue/reactivity/3.2.4: resolution: {integrity: sha1-oCCtflD2dCGaB3ZLEFtZIuYVl+o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/reactivity/download/@vue/reactivity-3.2.4.tgz} name: '@vue/reactivity' version: 3.2.4 dependencies: '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 - - registry.nlark.com/@vue/ref-transform/3.2.9: - resolution: {integrity: sha1-I6+eKVWm+u9/Rrs2dJQYGtQtGUg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/ref-transform/download/@vue/ref-transform-3.2.9.tgz} - name: '@vue/ref-transform' - version: 3.2.9 - dependencies: - '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 - '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.9 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.9 - estree-walker: 2.0.2 - magic-string: 0.25.7 dev: true - registry.nlark.com/@vue/runtime-core/3.2.4: - resolution: {integrity: sha1-2l3ePcHkjfmd0x6pqXL1wCrNw/U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.4.tgz} - name: '@vue/runtime-core' - version: 3.2.4 + registry.nlark.com/@vue/ref-transform/3.2.10: + resolution: {integrity: sha1-LDXqVAHL1fVDiV8jY0iM2qWyFAY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/ref-transform/download/@vue/ref-transform-3.2.10.tgz} + name: '@vue/ref-transform' + version: 3.2.10 dependencies: - '@vue/reactivity': registry.nlark.com/@vue/reactivity/3.2.4 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 + '@babel/parser': registry.nlark.com/@babel/parser/7.15.3 + '@vue/compiler-core': registry.nlark.com/@vue/compiler-core/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 + estree-walker: 2.0.2 + magic-string: registry.nlark.com/magic-string/0.25.7 + dev: true + + registry.nlark.com/@vue/runtime-core/3.2.10: + resolution: {integrity: sha1-XDWzJnWa96iImS/tFGMJNFw/3RM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.10.tgz} + name: '@vue/runtime-core' + version: 3.2.10 + dependencies: + '@vue/reactivity': registry.nlark.com/@vue/reactivity/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 dev: false - registry.nlark.com/@vue/runtime-dom/3.2.4: - resolution: {integrity: sha1-ECVZXyrpmhL+Dh5rzo32dh7+wks=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/runtime-dom/download/@vue/runtime-dom-3.2.4.tgz} + registry.nlark.com/@vue/runtime-dom/3.2.10: + resolution: {integrity: sha1-heMXuBBPkXom+AgOYMFM9oXSRm0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/runtime-dom/download/@vue/runtime-dom-3.2.10.tgz} name: '@vue/runtime-dom' - version: 3.2.4 + version: 3.2.10 dependencies: - '@vue/runtime-core': registry.nlark.com/@vue/runtime-core/3.2.4 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 + '@vue/runtime-core': registry.nlark.com/@vue/runtime-core/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 csstype: registry.nlark.com/csstype/2.6.17 dev: false + registry.nlark.com/@vue/shared/3.2.10: + resolution: {integrity: sha1-dv+lAwGeUkYzZ+JSdWVtHSmdyRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.10.tgz} + name: '@vue/shared' + version: 3.2.10 + registry.nlark.com/@vue/shared/3.2.4: resolution: {integrity: sha1-uioJUnr/8nso0I+SG0pZfpUEyno=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.4.tgz} name: '@vue/shared' version: 3.2.4 - - registry.nlark.com/@vue/shared/3.2.9: - resolution: {integrity: sha1-RORNvYKBmZfxkvt9vbkK9XFdv1I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.9.tgz?cache=0&sync_timestamp=1630897223483&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fshared%2Fdownload%2F%40vue%2Fshared-3.2.9.tgz} - name: '@vue/shared' - version: 3.2.9 dev: true - registry.nlark.com/@vueuse/core/6.2.1_vue@3.2.4: + registry.nlark.com/@vueuse/core/6.2.1_vue@3.2.10: resolution: {integrity: sha1-u6SHJ+nnBjfDkkARyVv5NGFjONA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/core/download/@vueuse/core-6.2.1.tgz} id: registry.nlark.com/@vueuse/core/6.2.1 name: '@vueuse/core' @@ -2983,13 +2905,18 @@ packages: peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + vue: + optional: true dependencies: - '@vueuse/shared': registry.nlark.com/@vueuse/shared/6.2.1_vue@3.2.4 - vue: registry.nlark.com/vue/3.2.4 - vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.4 + '@vueuse/shared': registry.nlark.com/@vueuse/shared/6.2.1_vue@3.2.10 + vue: registry.nlark.com/vue/3.2.10 + vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.10 dev: false - registry.nlark.com/@vueuse/shared/6.2.1_vue@3.2.4: + registry.nlark.com/@vueuse/shared/6.2.1_vue@3.2.10: resolution: {integrity: sha1-SyCzh23kTD6FkISbRjUA377TeQg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vueuse/shared/download/@vueuse/shared-6.2.1.tgz} id: registry.nlark.com/@vueuse/shared/6.2.1 name: '@vueuse/shared' @@ -2997,16 +2924,21 @@ packages: peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + vue: + optional: true dependencies: - vue: registry.nlark.com/vue/3.2.4 - vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.4 + vue: registry.nlark.com/vue/3.2.10 + vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.10 dev: false - registry.nlark.com/@windicss/config/1.4.1_typescript@4.4.2: - resolution: {integrity: sha1-xyHN0XS351MP8gkg4y5Ubn1/A1Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.4.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40windicss%2Fconfig%2Fdownload%2F%40windicss%2Fconfig-1.4.1.tgz} - id: registry.nlark.com/@windicss/config/1.4.1 + registry.nlark.com/@windicss/config/1.4.2_typescript@4.4.2: + resolution: {integrity: sha1-PYbV4uJMwgraUDAZCo3GU9syTzU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.4.2.tgz} + id: registry.nlark.com/@windicss/config/1.4.2 name: '@windicss/config' - version: 1.4.1 + version: 1.4.2 dependencies: debug: registry.nlark.com/debug/4.3.2 jiti: registry.nlark.com/jiti/1.11.0 @@ -3018,18 +2950,18 @@ packages: - typescript dev: true - registry.nlark.com/@windicss/plugin-utils/1.4.1_typescript@4.4.2: - resolution: {integrity: sha1-PaRh8GhSk+5aq3UjfimrbkDg208=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.4.1.tgz?cache=0&sync_timestamp=1630899363001&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40windicss%2Fplugin-utils%2Fdownload%2F%40windicss%2Fplugin-utils-1.4.1.tgz} - id: registry.nlark.com/@windicss/plugin-utils/1.4.1 + registry.nlark.com/@windicss/plugin-utils/1.4.2_typescript@4.4.2: + resolution: {integrity: sha1-ElutjP5YeUFQbmaC9g+RD1Z/brM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.4.2.tgz} + id: registry.nlark.com/@windicss/plugin-utils/1.4.2 name: '@windicss/plugin-utils' - version: 1.4.1 + version: 1.4.2 dependencies: '@antfu/utils': registry.nlark.com/@antfu/utils/0.2.4 - '@windicss/config': registry.nlark.com/@windicss/config/1.4.1_typescript@4.4.2 + '@windicss/config': registry.nlark.com/@windicss/config/1.4.2_typescript@4.4.2 debug: registry.nlark.com/debug/4.3.2 fast-glob: registry.nlark.com/fast-glob/3.2.7 - magic-string: 0.25.7 - micromatch: registry.nlark.com/micromatch/4.0.4 + magic-string: registry.nlark.com/magic-string/0.25.7 + micromatch: 4.0.4 windicss: registry.nlark.com/windicss/3.1.7 transitivePeerDependencies: - supports-color @@ -3078,6 +3010,13 @@ packages: uri-js: 4.4.1 dev: true + registry.nlark.com/ansi-regex/5.0.0: + resolution: {integrity: sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-5.0.0.tgz} + name: ansi-regex + version: 5.0.0 + engines: {node: '>=8'} + dev: false + registry.nlark.com/ansi-styles/3.2.1: resolution: {integrity: sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz} name: ansi-styles @@ -3095,6 +3034,22 @@ packages: dependencies: color-convert: 2.0.1 + registry.nlark.com/any-promise/1.3.0: + resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/any-promise/download/any-promise-1.3.0.tgz} + name: any-promise + version: 1.3.0 + dev: true + + registry.nlark.com/anymatch/3.1.2: + resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/anymatch/download/anymatch-3.1.2.tgz} + name: anymatch + version: 3.1.2 + engines: {node: '>= 8'} + dependencies: + normalize-path: 3.0.0 + picomatch: registry.nlark.com/picomatch/2.3.0 + dev: true + registry.nlark.com/array-ify/1.0.0: resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-ify/download/array-ify-1.0.0.tgz} name: array-ify @@ -3109,7 +3064,7 @@ packages: dev: true registry.nlark.com/async-validator/4.0.2: - resolution: {integrity: sha1-+AiWKP+KlffIxY4bjTw82d4YaZY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/async-validator/download/async-validator-4.0.2.tgz} + resolution: {integrity: sha1-+AiWKP+KlffIxY4bjTw82d4YaZY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/async-validator/download/async-validator-4.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fasync-validator%2Fdownload%2Fasync-validator-4.0.2.tgz} name: async-validator version: 4.0.2 dev: false @@ -3149,12 +3104,28 @@ packages: version: 5.2.2 dev: true + registry.nlark.com/binary-extensions/2.2.0: + resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/binary-extensions/download/binary-extensions-2.2.0.tgz} + name: binary-extensions + version: 2.2.0 + engines: {node: '>=8'} + dev: true + registry.nlark.com/bluebird/3.7.2: resolution: {integrity: sha1-nyKcFb4nJFT/qXOs4NvueaGww28=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bluebird/download/bluebird-3.7.2.tgz} name: bluebird version: 3.7.2 dev: true + registry.nlark.com/brace-expansion/1.1.11: + resolution: {integrity: sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/brace-expansion/download/brace-expansion-1.1.11.tgz} + name: brace-expansion + version: 1.1.11 + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: true + registry.nlark.com/buffer-from/1.1.2: resolution: {integrity: sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer-from/download/buffer-from-1.1.2.tgz} name: buffer-from @@ -3162,7 +3133,7 @@ packages: dev: true registry.nlark.com/cac/6.7.3: - resolution: {integrity: sha1-EEELhhFneZDMLjyLV21HHB1xt2g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cac/download/cac-6.7.3.tgz} + resolution: {integrity: sha1-EEELhhFneZDMLjyLV21HHB1xt2g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cac/download/cac-6.7.3.tgz?cache=0&sync_timestamp=1619095242741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcac%2Fdownload%2Fcac-6.7.3.tgz} name: cac version: 6.7.3 engines: {node: '>=8'} @@ -3214,20 +3185,20 @@ packages: supports-color: registry.nlark.com/supports-color/7.2.0 registry.nlark.com/chokidar/3.5.2: - resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz?cache=0&sync_timestamp=1623763736136&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchokidar%2Fdownload%2Fchokidar-3.5.2.tgz} + resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz?cache=0&sync_timestamp=1623763535523&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchokidar%2Fdownload%2Fchokidar-3.5.2.tgz} name: chokidar version: 3.5.2 engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: registry.nlark.com/anymatch/3.1.2 braces: 3.0.2 glob-parent: registry.nlark.com/glob-parent/5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.1 + is-binary-path: registry.nlark.com/is-binary-path/2.1.0 + is-glob: registry.nlark.com/is-glob/4.0.1 normalize-path: 3.0.0 - readdirp: 3.6.0 + readdirp: registry.nlark.com/readdirp/3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.nlark.com/fsevents/2.3.2 dev: true registry.nlark.com/chroma-js/2.1.2: @@ -3276,11 +3247,6 @@ packages: version: 1.1.3 dev: true - registry.nlark.com/color-name/1.1.4: - resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz} - name: color-name - version: 1.1.4 - registry.nlark.com/colorette/1.3.0: resolution: {integrity: sha1-/0XS8O2yRAadO3cq3rBP7TjQoK8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/colorette/download/colorette-1.3.0.tgz?cache=0&sync_timestamp=1628600438560&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.3.0.tgz} name: colorette @@ -3294,7 +3260,7 @@ packages: dev: true registry.nlark.com/commander/4.1.1: - resolution: {integrity: sha1-n9YCvZNilOnp70aj9NaWQESxgGg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commander/download/commander-4.1.1.tgz} + resolution: {integrity: sha1-n9YCvZNilOnp70aj9NaWQESxgGg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commander/download/commander-4.1.1.tgz?cache=0&sync_timestamp=1627358203890&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-4.1.1.tgz} name: commander version: 4.1.1 engines: {node: '>= 6'} @@ -3336,6 +3302,15 @@ packages: version: 1.0.10 dev: true + registry.nlark.com/consolidate/0.16.0: + resolution: {integrity: sha1-oRhkdokw8vGUMWYKZZBmaPX73BY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/consolidate/download/consolidate-0.16.0.tgz} + name: consolidate + version: 0.16.0 + engines: {node: '>= 0.10.0'} + dependencies: + bluebird: 3.7.2 + dev: true + registry.nlark.com/conventional-changelog-conventionalcommits/4.6.0: resolution: {integrity: sha1-f8FyEdvKFgrPJGh70v3V/XZ3UOs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/conventional-changelog-conventionalcommits/download/conventional-changelog-conventionalcommits-4.6.0.tgz} name: conventional-changelog-conventionalcommits @@ -3362,19 +3337,19 @@ packages: name: css-render version: 0.15.6 dependencies: - '@emotion/hash': registry.nlark.com/@emotion/hash/0.8.0 + '@emotion/hash': 0.8.0 '@types/node': registry.nlark.com/@types/node/14.14.45 csstype: registry.nlark.com/csstype/3.0.8 dev: false registry.nlark.com/csstype/2.6.17: - resolution: {integrity: sha1-TPMOuH4dGgBdi2UQ+VKSQT9qHA4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/csstype/download/csstype-2.6.17.tgz?cache=0&sync_timestamp=1618818778879&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcsstype%2Fdownload%2Fcsstype-2.6.17.tgz} + resolution: {integrity: sha1-TPMOuH4dGgBdi2UQ+VKSQT9qHA4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/csstype/download/csstype-2.6.17.tgz} name: csstype version: 2.6.17 dev: false registry.nlark.com/csstype/3.0.8: - resolution: {integrity: sha1-0iZqeScp+yJ80hb7Vy9Dco4a00A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/csstype/download/csstype-3.0.8.tgz?cache=0&sync_timestamp=1618818778879&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcsstype%2Fdownload%2Fcsstype-3.0.8.tgz} + resolution: {integrity: sha1-0iZqeScp+yJ80hb7Vy9Dco4a00A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/csstype/download/csstype-3.0.8.tgz} name: csstype version: 3.0.8 dev: false @@ -3433,7 +3408,7 @@ packages: dev: true registry.nlark.com/date-fns/2.23.0: - resolution: {integrity: sha1-TohslBZZrwz3sw+v3R6qN+iHiKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/date-fns/download/date-fns-2.23.0.tgz?cache=0&sync_timestamp=1627020513832&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdate-fns%2Fdownload%2Fdate-fns-2.23.0.tgz} + resolution: {integrity: sha1-TohslBZZrwz3sw+v3R6qN+iHiKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/date-fns/download/date-fns-2.23.0.tgz?cache=0&sync_timestamp=1627020299263&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdate-fns%2Fdownload%2Fdate-fns-2.23.0.tgz} name: date-fns version: 2.23.0 engines: {node: '>=0.11'} @@ -3472,7 +3447,7 @@ packages: supports-color: optional: true dependencies: - ms: 2.1.2 + ms: registry.nlark.com/ms/2.1.2 dev: true registry.nlark.com/detect-indent/6.0.0: @@ -3483,7 +3458,7 @@ packages: dev: true registry.nlark.com/diff-sequences/26.6.2: - resolution: {integrity: sha1-SLqZFX3hkjQS7tQdtrbUqpynwLE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diff-sequences/download/diff-sequences-26.6.2.tgz} + resolution: {integrity: sha1-SLqZFX3hkjQS7tQdtrbUqpynwLE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diff-sequences/download/diff-sequences-26.6.2.tgz?cache=0&sync_timestamp=1624900057366&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdiff-sequences%2Fdownload%2Fdiff-sequences-26.6.2.tgz} name: diff-sequences version: 26.6.2 engines: {node: '>= 10.14.2'} @@ -3589,7 +3564,7 @@ packages: dev: true registry.nlark.com/esbuild/0.12.21: - resolution: {integrity: sha1-f/Mqmsc85DEPnLYepMPal1ZXDUY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esbuild/download/esbuild-0.12.21.tgz} + resolution: {integrity: sha1-f/Mqmsc85DEPnLYepMPal1ZXDUY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esbuild/download/esbuild-0.12.21.tgz?cache=0&sync_timestamp=1630598715108&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fesbuild%2Fdownload%2Fesbuild-0.12.21.tgz} name: esbuild version: 0.12.21 hasBin: true @@ -3798,8 +3773,6 @@ packages: table: registry.nlark.com/table/6.7.1 text-table: 0.2.0 v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color dev: true registry.nlark.com/espree/6.2.1: @@ -3868,7 +3841,7 @@ packages: '@nodelib/fs.walk': registry.nlark.com/@nodelib/fs.walk/1.2.8 glob-parent: registry.nlark.com/glob-parent/5.1.2 merge2: 1.4.1 - micromatch: registry.nlark.com/micromatch/4.0.4 + micromatch: 4.0.4 dev: true registry.nlark.com/fastq/1.11.1: @@ -3876,7 +3849,7 @@ packages: name: fastq version: 1.11.1 dependencies: - reusify: 1.0.4 + reusify: registry.nlark.com/reusify/1.0.4 dev: true registry.nlark.com/figures/2.0.0: @@ -3902,7 +3875,7 @@ packages: version: 7.0.1 engines: {node: '>=8'} dependencies: - to-regex-range: 5.0.1 + to-regex-range: registry.nlark.com/to-regex-range/5.0.1 dev: true registry.nlark.com/find-config/1.0.0: @@ -3977,6 +3950,21 @@ packages: universalify: 0.1.2 dev: true + registry.nlark.com/fs.realpath/1.0.0: + resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fs.realpath/download/fs.realpath-1.0.0.tgz} + name: fs.realpath + version: 1.0.0 + dev: true + + registry.nlark.com/fsevents/2.3.2: + resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fsevents/download/fsevents-2.3.2.tgz} + name: fsevents + version: 2.3.2 + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + requiresBuild: true + dev: true + optional: true + registry.nlark.com/glob-parent/5.1.2: resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/glob-parent/download/glob-parent-5.1.2.tgz} name: glob-parent @@ -4004,11 +3992,11 @@ packages: name: glob version: 7.1.6 dependencies: - fs.realpath: 1.0.0 + fs.realpath: registry.nlark.com/fs.realpath/1.0.0 inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 + inherits: registry.nlark.com/inherits/2.0.4 + minimatch: registry.nlark.com/minimatch/3.0.4 + once: registry.nlark.com/once/1.4.0 path-is-absolute: 1.0.1 dev: true @@ -4132,13 +4120,34 @@ packages: safer-buffer: 2.1.2 dev: true + registry.nlark.com/icss-utils/5.1.0_postcss@8.3.6: + resolution: {integrity: sha1-xr5oWKvQE9do6YNmrkfiXViHsa4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/icss-utils/download/icss-utils-5.1.0.tgz} + id: registry.nlark.com/icss-utils/5.1.0 + name: icss-utils + version: 5.1.0 + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: registry.nlark.com/postcss/8.3.6 + dev: true + + registry.nlark.com/import-cwd/3.0.0: + resolution: {integrity: sha1-IIRVR3GAFRJuqbNna3WS+4vUz5I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-cwd/download/import-cwd-3.0.0.tgz?cache=0&sync_timestamp=1618846826220&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fimport-cwd%2Fdownload%2Fimport-cwd-3.0.0.tgz} + name: import-cwd + version: 3.0.0 + engines: {node: '>=8'} + dependencies: + import-from: registry.nlark.com/import-from/3.0.0 + dev: true + registry.nlark.com/import-from/3.0.0: resolution: {integrity: sha1-BVz+w4zVon2AV8pRN219O/CJGWY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-from/download/import-from-3.0.0.tgz} name: import-from version: 3.0.0 engines: {node: '>=8'} dependencies: - resolve-from: 5.0.0 + resolve-from: registry.nlark.com/resolve-from/5.0.0 dev: true registry.nlark.com/indent-string/4.0.0: @@ -4148,6 +4157,12 @@ packages: engines: {node: '>=8'} dev: true + registry.nlark.com/inherits/2.0.4: + resolution: {integrity: sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inherits/download/inherits-2.0.4.tgz} + name: inherits + version: 2.0.4 + dev: true + registry.nlark.com/inquirer/6.5.2: resolution: {integrity: sha1-rVCUI3XQNtMn/1KMCL1fqwiZKMo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inquirer/download/inquirer-6.5.2.tgz} name: inquirer @@ -4188,6 +4203,15 @@ packages: has-bigints: 1.0.1 dev: true + registry.nlark.com/is-binary-path/2.1.0: + resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-binary-path/download/is-binary-path-2.1.0.tgz} + name: is-binary-path + version: 2.1.0 + engines: {node: '>=8'} + dependencies: + 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 @@ -4222,6 +4246,15 @@ packages: has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 dev: true + registry.nlark.com/is-glob/4.0.1: + resolution: {integrity: sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-glob/download/is-glob-4.0.1.tgz?cache=0&sync_timestamp=1624543039732&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-glob%2Fdownload%2Fis-glob-4.0.1.tgz} + name: is-glob + version: 4.0.1 + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 + dev: true + registry.nlark.com/is-number-object/1.0.6: resolution: {integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz?cache=0&sync_timestamp=1628224102113&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-number-object%2Fdownload%2Fis-number-object-1.0.6.tgz} name: is-number-object @@ -4312,7 +4345,7 @@ packages: dev: false registry.nlark.com/jest-get-type/26.3.0: - resolution: {integrity: sha1-6X3Dw/U8K0Bsp6+u1Ek7HQmRmeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jest-get-type/download/jest-get-type-26.3.0.tgz} + resolution: {integrity: sha1-6X3Dw/U8K0Bsp6+u1Ek7HQmRmeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jest-get-type/download/jest-get-type-26.3.0.tgz?cache=0&sync_timestamp=1624900056951&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjest-get-type%2Fdownload%2Fjest-get-type-26.3.0.tgz} name: jest-get-type version: 26.3.0 engines: {node: '>= 10.14.2'} @@ -4325,19 +4358,21 @@ packages: hasBin: true dev: true - registry.nlark.com/joycon/3.0.1: - resolution: {integrity: sha1-kHTJsIzPN6Zyb/dKGEhfhe/K3a8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/joycon/download/joycon-3.0.1.tgz} - name: joycon - version: 3.0.1 - engines: {node: '>=10'} - dev: true - registry.nlark.com/js-tokens/4.0.0: resolution: {integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz} name: js-tokens version: 4.0.0 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/jstransformer/1.0.0: resolution: {integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jstransformer/download/jstransformer-1.0.0.tgz} name: jstransformer @@ -4362,6 +4397,12 @@ packages: engines: {node: '>=10'} dev: true + registry.nlark.com/lines-and-columns/1.1.6: + resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz} + name: lines-and-columns + version: 1.1.6 + dev: true + registry.nlark.com/lint-staged/11.1.2: resolution: {integrity: sha1-TdeHgq5D7m6/KWnK2a9npGszzZA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lint-staged/download/lint-staged-11.1.2.tgz} name: lint-staged @@ -4417,17 +4458,6 @@ packages: strip-bom: registry.nlark.com/strip-bom/3.0.0 dev: true - registry.nlark.com/loader-utils/1.4.0: - resolution: {integrity: sha1-xXm140yzSxp07cbB+za/o3HVphM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/loader-utils/download/loader-utils-1.4.0.tgz} - name: loader-utils - version: 1.4.0 - engines: {node: '>=4.0.0'} - dependencies: - big.js: registry.nlark.com/big.js/5.2.2 - emojis-list: 3.0.0 - json5: 1.0.1 - dev: true - registry.nlark.com/locate-path/2.0.0: resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-2.0.0.tgz?cache=0&sync_timestamp=1629895855370&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flocate-path%2Fdownload%2Flocate-path-2.0.0.tgz} name: locate-path @@ -4438,6 +4468,12 @@ packages: path-exists: registry.nlark.com/path-exists/3.0.0 dev: true + registry.nlark.com/lodash/4.17.21: + resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1624543041613&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash%2Fdownload%2Flodash-4.17.21.tgz} + name: lodash + version: 4.17.21 + dev: false + registry.nlark.com/lower-case/2.0.2: resolution: {integrity: sha1-b6I3xj29xKgsoP2ILkci3F5jTig=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lower-case/download/lower-case-2.0.2.tgz} name: lower-case @@ -4446,6 +4482,22 @@ packages: tslib: registry.nlark.com/tslib/2.3.1 dev: true + registry.nlark.com/lru-cache/5.1.1: + resolution: {integrity: sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lru-cache/download/lru-cache-5.1.1.tgz} + name: lru-cache + version: 5.1.1 + dependencies: + yallist: 3.1.1 + dev: true + + registry.nlark.com/magic-string/0.25.7: + resolution: {integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz?cache=0&sync_timestamp=1618847046304&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmagic-string%2Fdownload%2Fmagic-string-0.25.7.tgz} + name: magic-string + version: 0.25.7 + dependencies: + sourcemap-codec: registry.nlark.com/sourcemap-codec/1.4.8 + dev: true + registry.nlark.com/meow/8.1.2: resolution: {integrity: sha1-vL5FvaDuFynTUMA8/8g5WjbE6Jc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/meow/download/meow-8.1.2.tgz} name: meow @@ -4465,6 +4517,14 @@ packages: yargs-parser: registry.nlark.com/yargs-parser/20.2.9 dev: true + registry.nlark.com/merge-source-map/1.1.0: + resolution: {integrity: sha1-L93n5gIJOfcJBqaPLXrmheTIxkY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge-source-map/download/merge-source-map-1.1.0.tgz} + name: merge-source-map + version: 1.1.0 + dependencies: + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + registry.nlark.com/merge/2.1.1: resolution: {integrity: sha1-We9L9+Cz6HkYZDboSBwGpsFiypg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge/download/merge-2.1.1.tgz} name: merge @@ -4497,28 +4557,48 @@ packages: mime-db: registry.nlark.com/mime-db/1.49.0 dev: false + registry.nlark.com/minimatch/3.0.4: + resolution: {integrity: sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz} + name: minimatch + version: 3.0.4 + dependencies: + brace-expansion: registry.nlark.com/brace-expansion/1.1.11 + dev: true + + registry.nlark.com/minimist/1.2.5: + resolution: {integrity: sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimist/download/minimist-1.2.5.tgz} + name: minimist + version: 1.2.5 + dev: true + registry.nlark.com/ms/2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.0.0.tgz} name: ms version: 2.0.0 dev: true + registry.nlark.com/ms/2.1.2: + resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.2.tgz} + name: ms + version: 2.1.2 + dev: true + registry.nlark.com/ms/2.1.3: resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ms/download/ms-2.1.3.tgz} name: ms version: 2.1.3 dev: true - registry.nlark.com/naive-ui/2.18.0_vue@3.2.4: - resolution: {integrity: sha1-CA76MngaA4aXpQkdvV/bZ/RZ4a4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.18.0.tgz} - id: registry.nlark.com/naive-ui/2.18.0 + registry.nlark.com/naive-ui/2.18.1_vue@3.2.10: + resolution: {integrity: sha1-9vILaIHUclxKfPaqdcBwj6eH028=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.18.1.tgz} + id: registry.nlark.com/naive-ui/2.18.1 name: naive-ui - version: 2.18.0 + version: 2.18.1 peerDependencies: vue: ^3.0.0 dependencies: '@css-render/plugin-bem': registry.nlark.com/@css-render/plugin-bem/0.15.6 - '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.4 + '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.10 '@types/lodash': registry.nlark.com/@types/lodash/4.14.172 '@types/lodash-es': registry.nlark.com/@types/lodash-es/4.17.4 async-validator: registry.nlark.com/async-validator/4.0.2 @@ -4526,25 +4606,32 @@ packages: date-fns: registry.nlark.com/date-fns/2.23.0 evtd: registry.nlark.com/evtd/0.2.2 highlight.js: registry.nlark.com/highlight.js/11.2.0 - lodash: 4.17.21 + lodash: registry.nlark.com/lodash/4.17.21 lodash-es: 4.17.21 seemly: registry.nlark.com/seemly/0.3.1 treemate: registry.nlark.com/treemate/0.3.5 - vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.4 + vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.10 vfonts: registry.nlark.com/vfonts/0.1.0 - vooks: registry.nlark.com/vooks/0.2.8_vue@3.2.4 - vue: registry.nlark.com/vue/3.2.4 - vueuc: registry.nlark.com/vueuc/0.4.10_29f62294fb558f6c8939ff452b233208 + vooks: registry.nlark.com/vooks/0.2.8_vue@3.2.10 + vue: registry.nlark.com/vue/3.2.10 + vueuc: registry.nlark.com/vueuc/0.4.10_49d369c5c8880c55ca42949e5b121458 dev: false registry.nlark.com/nanoid/3.1.25: - resolution: {integrity: sha1-CcoydHwOVD8OGBS303k0d/nI4VI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nanoid/download/nanoid-3.1.25.tgz} + resolution: {integrity: sha1-CcoydHwOVD8OGBS303k0d/nI4VI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nanoid/download/nanoid-3.1.25.tgz?cache=0&sync_timestamp=1628771965808&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnanoid%2Fdownload%2Fnanoid-3.1.25.tgz} name: nanoid version: 3.1.25 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true + registry.nlark.com/node-modules-regexp/1.0.0: + resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz} + name: node-modules-regexp + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + registry.nlark.com/normalize-package-data/2.5.0: resolution: {integrity: sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz} name: normalize-package-data @@ -4568,6 +4655,13 @@ packages: validate-npm-package-license: 3.0.4 dev: true + registry.nlark.com/object-assign/4.1.1: + resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-assign/download/object-assign-4.1.1.tgz?cache=0&sync_timestamp=1618847043548&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fobject-assign%2Fdownload%2Fobject-assign-4.1.1.tgz} + name: object-assign + version: 4.1.1 + engines: {node: '>=0.10.0'} + dev: true + registry.nlark.com/object-inspect/1.11.0: resolution: {integrity: sha1-nc6xRs7dQUig2eUauI00z1CZIrE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-inspect/download/object-inspect-1.11.0.tgz} name: object-inspect @@ -4595,6 +4689,14 @@ packages: es-abstract: registry.nlark.com/es-abstract/1.18.5 dev: true + registry.nlark.com/once/1.4.0: + resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/once/download/once-1.4.0.tgz} + name: once + version: 1.4.0 + dependencies: + wrappy: registry.nlark.com/wrappy/1.0.2 + dev: true + registry.nlark.com/open/7.4.2: resolution: {integrity: sha1-uBR+Jtzz5CYxbHMAif1x7dKcIyE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/open/download/open-7.4.2.tgz} name: open @@ -4713,7 +4815,7 @@ packages: engines: {node: '>=8.6'} dev: true - registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.4: + registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.10: resolution: {integrity: sha1-Q/yomuuNOXypkA8AHCElxNZ2XdY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pinia/download/pinia-2.0.0-rc.4.tgz} id: registry.nlark.com/pinia/2.0.0-rc.4 name: pinia @@ -4730,10 +4832,19 @@ packages: dependencies: '@vue/devtools-api': registry.nlark.com/@vue/devtools-api/6.0.0-beta.15 typescript: registry.nlark.com/typescript/4.4.2 - vue: registry.nlark.com/vue/3.2.4 - vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.4 + vue: registry.nlark.com/vue/3.2.10 + vue-demi: registry.nlark.com/vue-demi/0.11.4_vue@3.2.10 dev: false + registry.nlark.com/pirates/4.0.1: + resolution: {integrity: sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pirates/download/pirates-4.0.1.tgz} + name: pirates + version: 4.0.1 + engines: {node: '>= 6'} + dependencies: + node-modules-regexp: registry.nlark.com/node-modules-regexp/1.0.0 + dev: true + registry.nlark.com/pkg-dir/2.0.0: resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pkg-dir/download/pkg-dir-2.0.0.tgz} name: pkg-dir @@ -4750,12 +4861,27 @@ packages: engines: {node: '>= 10'} peerDependencies: ts-node: '>=9.0.0' + peerDependenciesMeta: + ts-node: + optional: true dependencies: - import-cwd: 3.0.0 + import-cwd: registry.nlark.com/import-cwd/3.0.0 lilconfig: registry.nlark.com/lilconfig/2.0.3 yaml: registry.nlark.com/yaml/1.10.2 dev: true + registry.nlark.com/postcss-modules-extract-imports/3.0.0_postcss@8.3.6: + resolution: {integrity: sha1-zaHwR8CugMl9vijD52pDuIAldB0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-3.0.0.tgz} + id: registry.nlark.com/postcss-modules-extract-imports/3.0.0 + name: postcss-modules-extract-imports + version: 3.0.0 + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: registry.nlark.com/postcss/8.3.6 + dev: true + registry.nlark.com/postcss-modules-local-by-default/4.0.0_postcss@8.3.6: resolution: {integrity: sha1-67tU+uFZjuz99pGgKz/zs5ClpRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-4.0.0.tgz} id: registry.nlark.com/postcss-modules-local-by-default/4.0.0 @@ -4765,10 +4891,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.6 + icss-utils: registry.nlark.com/icss-utils/5.1.0_postcss@8.3.6 postcss: registry.nlark.com/postcss/8.3.6 postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 - postcss-value-parser: 4.1.0 + postcss-value-parser: registry.nlark.com/postcss-value-parser/4.1.0 dev: true registry.nlark.com/postcss-modules-scope/3.0.0_postcss@8.3.6: @@ -4784,8 +4910,21 @@ packages: postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 dev: true + registry.nlark.com/postcss-modules-values/4.0.0_postcss@8.3.6: + resolution: {integrity: sha1-18Xn5ow7s8myfL9Iyguz/7RgLJw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-values/download/postcss-modules-values-4.0.0.tgz} + id: registry.nlark.com/postcss-modules-values/4.0.0 + name: postcss-modules-values + version: 4.0.0 + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: registry.nlark.com/icss-utils/5.1.0_postcss@8.3.6 + postcss: registry.nlark.com/postcss/8.3.6 + dev: true + registry.nlark.com/postcss-modules/4.2.2_postcss@8.3.6: - resolution: {integrity: sha1-Xnd3xaiWTqF2kZ2QsuVO+JEyHOU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules/download/postcss-modules-4.2.2.tgz} + resolution: {integrity: sha1-Xnd3xaiWTqF2kZ2QsuVO+JEyHOU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules/download/postcss-modules-4.2.2.tgz?cache=0&sync_timestamp=1627039460598&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-modules%2Fdownload%2Fpostcss-modules-4.2.2.tgz} id: registry.nlark.com/postcss-modules/4.2.2 name: postcss-modules version: 4.2.2 @@ -4796,25 +4935,31 @@ packages: icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 postcss: registry.nlark.com/postcss/8.3.6 - postcss-modules-extract-imports: 3.0.0_postcss@8.3.6 + postcss-modules-extract-imports: registry.nlark.com/postcss-modules-extract-imports/3.0.0_postcss@8.3.6 postcss-modules-local-by-default: registry.nlark.com/postcss-modules-local-by-default/4.0.0_postcss@8.3.6 postcss-modules-scope: registry.nlark.com/postcss-modules-scope/3.0.0_postcss@8.3.6 - postcss-modules-values: 4.0.0_postcss@8.3.6 - string-hash: 1.1.3 + postcss-modules-values: registry.nlark.com/postcss-modules-values/4.0.0_postcss@8.3.6 + string-hash: registry.nlark.com/string-hash/1.1.3 dev: true registry.nlark.com/postcss-selector-parser/6.0.6: - resolution: {integrity: sha1-LFu6gXSsL2mBq2MaQqsO5UrzMuo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz} + resolution: {integrity: sha1-LFu6gXSsL2mBq2MaQqsO5UrzMuo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1620752939806&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz} name: postcss-selector-parser version: 6.0.6 engines: {node: '>=4'} dependencies: cssesc: 3.0.0 - util-deprecate: 1.0.2 + util-deprecate: registry.nlark.com/util-deprecate/1.0.2 + dev: true + + registry.nlark.com/postcss-value-parser/4.1.0: + resolution: {integrity: sha1-RD9qIM7WSBor2k+oUypuVdeJoss=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-4.1.0.tgz} + name: postcss-value-parser + version: 4.1.0 dev: true registry.nlark.com/postcss/8.3.6: - resolution: {integrity: sha1-JzDddql5afN/U7mmCWGXvjEcxOo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss/download/postcss-8.3.6.tgz} + resolution: {integrity: sha1-JzDddql5afN/U7mmCWGXvjEcxOo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss/download/postcss-8.3.6.tgz?cache=0&sync_timestamp=1626882933935&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss%2Fdownload%2Fpostcss-8.3.6.tgz} name: postcss version: 8.3.6 engines: {node: ^10 || ^12 || >=14} @@ -4846,11 +4991,17 @@ packages: engines: {node: '>= 10'} dependencies: '@jest/types': registry.nlark.com/@jest/types/26.6.2 - ansi-regex: 5.0.0 + ansi-regex: registry.nlark.com/ansi-regex/5.0.0 ansi-styles: registry.nlark.com/ansi-styles/4.3.0 react-is: registry.nlark.com/react-is/17.0.2 dev: false + 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/quick-lru/4.0.1: resolution: {integrity: sha1-W4h48ROlgheEjGSCAmxz4bpXcn8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/quick-lru/download/quick-lru-4.0.1.tgz} name: quick-lru @@ -4859,7 +5010,7 @@ packages: dev: true registry.nlark.com/react-is/17.0.2: - resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/react-is/download/react-is-17.0.2.tgz} + resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/react-is/download/react-is-17.0.2.tgz?cache=0&sync_timestamp=1631031417202&other_urls=https%3A%2F%2Fregistry.nlark.com%2Freact-is%2Fdownload%2Freact-is-17.0.2.tgz} name: react-is version: 17.0.2 dev: false @@ -4887,6 +5038,15 @@ packages: type-fest: registry.nlark.com/type-fest/0.6.0 dev: true + registry.nlark.com/readdirp/3.6.0: + resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz} + name: readdirp + version: 3.6.0 + engines: {node: '>=8.10.0'} + dependencies: + picomatch: registry.nlark.com/picomatch/2.3.0 + dev: true + registry.nlark.com/redent/3.0.0: resolution: {integrity: sha1-5Ve3mYMWu1PJ8fVvpiY1LGljBZ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/redent/download/redent-3.0.0.tgz} name: redent @@ -4910,6 +5070,19 @@ packages: version: 0.5.4 dev: true + registry.nlark.com/resize-observer-polyfill/1.5.1: + resolution: {integrity: sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz} + name: resize-observer-polyfill + version: 1.5.1 + dev: false + + registry.nlark.com/resolve-from/5.0.0: + resolution: {integrity: sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve-from/download/resolve-from-5.0.0.tgz} + name: resolve-from + version: 5.0.0 + engines: {node: '>=8'} + dev: true + registry.nlark.com/resolve-global/1.0.0: resolution: {integrity: sha1-oqed9K8so/Sb93753azTItrRklU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve-global/download/resolve-global-1.0.0.tgz} name: resolve-global @@ -4928,6 +5101,13 @@ packages: path-parse: registry.nlark.com/path-parse/1.0.7 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/rollup/2.56.2: resolution: {integrity: sha1-oEX/P2r1PuAJtfUBbKPaAynlRw8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/rollup/download/rollup-2.56.2.tgz} name: rollup @@ -4935,7 +5115,7 @@ packages: engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.nlark.com/fsevents/2.3.2 dev: true registry.nlark.com/rxjs/6.6.7: @@ -5007,6 +5187,18 @@ packages: engines: {node: '>=0.10.0'} dev: true + registry.nlark.com/source-map/0.6.1: + resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.6.1.tgz} + name: source-map + version: 0.6.1 + engines: {node: '>=0.10.0'} + + registry.nlark.com/sourcemap-codec/1.4.8: + resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz} + name: sourcemap-codec + version: 1.4.8 + dev: true + registry.nlark.com/spdx-exceptions/2.3.0: resolution: {integrity: sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz} name: spdx-exceptions @@ -5019,6 +5211,12 @@ packages: version: 3.0.10 dev: true + registry.nlark.com/string-hash/1.1.3: + resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string-hash/download/string-hash-1.1.3.tgz?cache=0&sync_timestamp=1618847134046&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstring-hash%2Fdownload%2Fstring-hash-1.1.3.tgz} + name: string-hash + version: 1.1.3 + dev: true + registry.nlark.com/string_decoder/1.3.0: resolution: {integrity: sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string_decoder/download/string_decoder-1.3.0.tgz} name: string_decoder @@ -5058,7 +5256,7 @@ packages: dev: true registry.nlark.com/sucrase/3.20.1: - resolution: {integrity: sha1-HAVel9D6svmFfwJGE2QHWzpKsiY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sucrase/download/sucrase-3.20.1.tgz} + resolution: {integrity: sha1-HAVel9D6svmFfwJGE2QHWzpKsiY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sucrase/download/sucrase-3.20.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsucrase%2Fdownload%2Fsucrase-3.20.1.tgz} name: sucrase version: 3.20.1 engines: {node: '>=8'} @@ -5066,10 +5264,10 @@ packages: dependencies: commander: registry.nlark.com/commander/4.1.1 glob: registry.nlark.com/glob/7.1.6 - lines-and-columns: 1.1.6 + lines-and-columns: registry.nlark.com/lines-and-columns/1.1.6 mz: 2.7.0 - pirates: 4.0.1 - ts-interface-checker: registry.nlark.com/ts-interface-checker/0.1.13 + pirates: registry.nlark.com/pirates/4.0.1 + ts-interface-checker: 0.1.13 dev: true registry.nlark.com/supports-color/5.5.0: @@ -5115,6 +5313,23 @@ packages: source-map-support: 0.5.19 dev: true + registry.nlark.com/thenify-all/1.6.0: + resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/thenify-all/download/thenify-all-1.6.0.tgz} + name: thenify-all + version: 1.6.0 + engines: {node: '>=0.8'} + dependencies: + thenify: registry.nlark.com/thenify/3.3.1 + dev: true + + registry.nlark.com/thenify/3.3.1: + resolution: {integrity: sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/thenify/download/thenify-3.3.1.tgz} + name: thenify + version: 3.3.1 + dependencies: + any-promise: registry.nlark.com/any-promise/1.3.0 + dev: true + registry.nlark.com/through/2.3.8: resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/through/download/through-2.3.8.tgz} name: through @@ -5122,17 +5337,33 @@ packages: dev: true registry.nlark.com/to-fast-properties/2.0.0: - resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz?cache=0&sync_timestamp=1628427339333&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-2.0.0.tgz} + resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz?cache=0&sync_timestamp=1628418855671&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-2.0.0.tgz} name: to-fast-properties version: 2.0.0 engines: {node: '>=4'} + registry.nlark.com/to-regex-range/5.0.1: + resolution: {integrity: sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-regex-range/download/to-regex-range-5.0.1.tgz} + name: to-regex-range + version: 5.0.1 + engines: {node: '>=8.0'} + dependencies: + is-number: 7.0.0 + dev: true + registry.nlark.com/token-stream/1.0.0: resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/token-stream/download/token-stream-1.0.0.tgz} name: token-stream version: 1.0.0 dev: true + registry.nlark.com/tree-kill/1.2.2: + resolution: {integrity: sha1-TKCakJLIi3OnzcXooBtQeweQoMw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tree-kill/download/tree-kill-1.2.2.tgz} + name: tree-kill + version: 1.2.2 + hasBin: true + dev: true + registry.nlark.com/treemate/0.3.5: resolution: {integrity: sha1-b87O3Fh7iYFN4jaGwQwQ1oewGZ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/treemate/download/treemate-0.3.5.tgz} name: treemate @@ -5146,12 +5377,6 @@ packages: engines: {node: '>=8'} dev: true - registry.nlark.com/ts-interface-checker/0.1.13: - resolution: {integrity: sha1-eE/T1nlyK8EDsbS4AwvN212yppk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ts-interface-checker/download/ts-interface-checker-0.1.13.tgz} - name: ts-interface-checker - version: 0.1.13 - dev: true - registry.nlark.com/tsconfig-paths/3.11.0: resolution: {integrity: sha1-lUwf6XPaYznHjgawPOLkiBC2XzY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsconfig-paths/download/tsconfig-paths-3.11.0.tgz} name: tsconfig-paths @@ -5183,6 +5408,9 @@ packages: hasBin: true peerDependencies: typescript: ^4.2.3 + peerDependenciesMeta: + typescript: + optional: true dependencies: cac: registry.nlark.com/cac/6.7.3 chalk: registry.nlark.com/chalk/4.1.2 @@ -5191,12 +5419,12 @@ packages: esbuild: registry.nlark.com/esbuild/0.12.21 execa: registry.nlark.com/execa/5.1.1 globby: registry.nlark.com/globby/11.0.4 - joycon: registry.nlark.com/joycon/3.0.1 + joycon: 3.0.1 postcss-load-config: registry.nlark.com/postcss-load-config/3.1.0 - resolve-from: 5.0.0 + resolve-from: registry.nlark.com/resolve-from/5.0.0 rollup: registry.nlark.com/rollup/2.56.2 sucrase: registry.nlark.com/sucrase/3.20.1 - tree-kill: 1.2.2 + tree-kill: registry.nlark.com/tree-kill/1.2.2 typescript: registry.nlark.com/typescript/4.4.2 transitivePeerDependencies: - supports-color @@ -5255,7 +5483,7 @@ packages: hasBin: true dev: true - registry.nlark.com/unplugin-icons/0.7.6_6bd8915f7028e28fbfbdf53cc833b028: + registry.nlark.com/unplugin-icons/0.7.6_8778aa393f2231eb411cf3b016af5770: resolution: {integrity: sha1-CLYc+b2imJyKfcbU6oBStluwkKA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-icons/download/unplugin-icons-0.7.6.tgz} id: registry.nlark.com/unplugin-icons/0.7.6 name: unplugin-icons @@ -5266,35 +5494,46 @@ packages: '@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: - '@iconify/json': registry.nlark.com/@iconify/json/1.1.398 + '@iconify/json': registry.nlark.com/@iconify/json/1.1.399 '@iconify/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10 - '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.9 + '@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.10 has-pkg: registry.nlark.com/has-pkg/0.0.1 - unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.3 + unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.5 transitivePeerDependencies: - rollup - vite - webpack dev: true - registry.nlark.com/unplugin-vue-components/0.14.12_vite@2.5.3+vue@3.2.4: - resolution: {integrity: sha1-+JNcWRgw9/ghw1ozNVdycqjfOCk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-vue-components/download/unplugin-vue-components-0.14.12.tgz} - id: registry.nlark.com/unplugin-vue-components/0.14.12 + registry.nlark.com/unplugin-vue-components/0.15.0_vite@2.5.5+vue@3.2.10: + resolution: {integrity: sha1-XxJNcPFm+KzgWtnOkjCoToswasU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin-vue-components/download/unplugin-vue-components-0.15.0.tgz} + id: registry.nlark.com/unplugin-vue-components/0.15.0 name: unplugin-vue-components - version: 0.14.12 + version: 0.15.0 + engines: {node: '>=14'} peerDependencies: vue: 2 || 3 dependencies: '@rollup/pluginutils': registry.nlark.com/@rollup/pluginutils/4.1.1 + chokidar: registry.nlark.com/chokidar/3.5.2 debug: registry.nlark.com/debug/4.3.2 fast-glob: registry.nlark.com/fast-glob/3.2.7 has-pkg: registry.nlark.com/has-pkg/0.0.1 - magic-string: 0.25.7 - minimatch: 3.0.4 - resolve: registry.nlark.com/resolve/1.20.0 - unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.3 - vue: registry.nlark.com/vue/3.2.4 + magic-string: registry.nlark.com/magic-string/0.25.7 + minimatch: registry.nlark.com/minimatch/3.0.4 + resolve: 1.20.0 + unplugin: registry.nlark.com/unplugin/0.2.7_vite@2.5.5 + vue: registry.nlark.com/vue/3.2.10 transitivePeerDependencies: - rollup - supports-color @@ -5302,7 +5541,7 @@ packages: - webpack dev: true - registry.nlark.com/unplugin/0.2.7_vite@2.5.3: + registry.nlark.com/unplugin/0.2.7_vite@2.5.5: resolution: {integrity: sha1-QAchRSh5Q6u8VSGF7n3xUlkyEz0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unplugin/download/unplugin-0.2.7.tgz} id: registry.nlark.com/unplugin/0.2.7 name: unplugin @@ -5311,13 +5550,26 @@ packages: rollup: ^2.50.0 vite: ^2.3.0 webpack: ^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + vite: + optional: true + webpack: + optional: true dependencies: upath: 2.0.1 - vite: registry.nlark.com/vite/2.5.3 + vite: registry.nlark.com/vite/2.5.5 webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3 dev: true - registry.nlark.com/vdirs/0.1.4_vue@3.2.4: + registry.nlark.com/util-deprecate/1.0.2: + resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util-deprecate/download/util-deprecate-1.0.2.tgz} + name: util-deprecate + version: 1.0.2 + dev: true + + registry.nlark.com/vdirs/0.1.4_vue@3.2.10: resolution: {integrity: sha1-xMD/hs9H/tA95fhp4mUxHvGIq3Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vdirs/download/vdirs-0.1.4.tgz} id: registry.nlark.com/vdirs/0.1.4 name: vdirs @@ -5327,7 +5579,7 @@ packages: dependencies: '@types/node': registry.nlark.com/@types/node/14.17.10 evtd: registry.nlark.com/evtd/0.2.2 - vue: registry.nlark.com/vue/3.2.4 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/vfonts/0.1.0: @@ -5336,7 +5588,7 @@ packages: version: 0.1.0 dev: false - registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.3: + registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.5: resolution: {integrity: sha1-d7buEdnNvfdmtXMf1Ba6zyZ0T84=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-html/download/vite-plugin-html-2.1.0.tgz} id: registry.nlark.com/vite-plugin-html/2.1.0 name: vite-plugin-html @@ -5350,21 +5602,21 @@ packages: ejs: 3.1.6 fs-extra: registry.nlark.com/fs-extra/10.0.0 html-minifier-terser: 5.1.1 - vite: registry.nlark.com/vite/2.5.3 + vite: registry.nlark.com/vite/2.5.5 dev: true - registry.nlark.com/vite-plugin-windicss/1.4.1_typescript@4.4.2+vite@2.5.3: - resolution: {integrity: sha1-olNrcLrQJLmMYBXytpmbIjum50g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvite-plugin-windicss%2Fdownload%2Fvite-plugin-windicss-1.4.1.tgz} - id: registry.nlark.com/vite-plugin-windicss/1.4.1 + registry.nlark.com/vite-plugin-windicss/1.4.2_typescript@4.4.2+vite@2.5.5: + resolution: {integrity: sha1-B1z160lGk9FtQLSr6Yh7YfR8Du8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.4.2.tgz} + id: registry.nlark.com/vite-plugin-windicss/1.4.2 name: vite-plugin-windicss - version: 1.4.1 + version: 1.4.2 peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.4.1_typescript@4.4.2 + '@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.4.2_typescript@4.4.2 chalk: registry.nlark.com/chalk/4.1.2 debug: registry.nlark.com/debug/4.3.2 - vite: registry.nlark.com/vite/2.5.3 + vite: registry.nlark.com/vite/2.5.5 windicss: registry.nlark.com/windicss/3.1.7 transitivePeerDependencies: - supports-color @@ -5372,22 +5624,22 @@ packages: - typescript dev: true - registry.nlark.com/vite/2.5.3: - resolution: {integrity: sha1-iNQKnvub7Ga9h6dnbFaJ81/2N0I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.3.tgz} + registry.nlark.com/vite/2.5.5: + resolution: {integrity: sha1-mVQJeR2dFuMYkNXEGS/P9dCw94w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite/download/vite-2.5.5.tgz} name: vite - version: 2.5.3 + version: 2.5.5 engines: {node: '>=12.2.0'} hasBin: true dependencies: esbuild: registry.nlark.com/esbuild/0.12.21 postcss: registry.nlark.com/postcss/8.3.6 - resolve: registry.nlark.com/resolve/1.20.0 + resolve: 1.20.0 rollup: registry.nlark.com/rollup/2.56.2 optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.nlark.com/fsevents/2.3.2 dev: true - registry.nlark.com/vooks/0.2.8_vue@3.2.4: + registry.nlark.com/vooks/0.2.8_vue@3.2.10: resolution: {integrity: sha1-+tanjHLjlEPlYoUzewhDuq7tDz4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vooks/download/vooks-0.2.8.tgz} id: registry.nlark.com/vooks/0.2.8 name: vooks @@ -5396,7 +5648,7 @@ packages: vue: ^3.0.0 dependencies: evtd: registry.nlark.com/evtd/0.2.2 - vue: registry.nlark.com/vue/3.2.4 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/vscode-css-languageservice/5.1.4: @@ -5546,7 +5798,7 @@ packages: vscode-typescript-languageservice: registry.nlark.com/vscode-typescript-languageservice/0.27.3 dev: true - registry.nlark.com/vue-demi/0.11.4_vue@3.2.4: + registry.nlark.com/vue-demi/0.11.4_vue@3.2.10: resolution: {integrity: sha1-YQGZL+RyTPVjQBihbpU/MFLpTio=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-demi/download/vue-demi-0.11.4.tgz} id: registry.nlark.com/vue-demi/0.11.4 name: vue-demi @@ -5558,7 +5810,7 @@ packages: '@vue/composition-api': ^1.0.0-rc.1 vue: ^3.0.0-0 || ^2.6.0 dependencies: - vue: registry.nlark.com/vue/3.2.4 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0: @@ -5582,7 +5834,7 @@ packages: - supports-color dev: true - registry.nlark.com/vue-router/4.0.11_vue@3.2.4: + registry.nlark.com/vue-router/4.0.11_vue@3.2.10: resolution: {integrity: sha1-zWSaCUHGNSgXY6IJZbWZZD3caO0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-router/download/vue-router-4.0.11.tgz?cache=0&sync_timestamp=1628496654311&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue-router%2Fdownload%2Fvue-router-4.0.11.tgz} id: registry.nlark.com/vue-router/4.0.11 name: vue-router @@ -5591,7 +5843,7 @@ packages: vue: ^3.0.0 dependencies: '@vue/devtools-api': registry.nlark.com/@vue/devtools-api/6.0.0-beta.15 - vue: registry.nlark.com/vue/3.2.4 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/vue-tsc/0.3.0_typescript@4.4.2: @@ -5607,17 +5859,17 @@ packages: vscode-vue-languageservice: registry.nlark.com/vscode-vue-languageservice/0.27.3 dev: true - registry.nlark.com/vue/3.2.4: - resolution: {integrity: sha1-2U2IZ15BwFDTpyLQhIpwY7XoemA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue/download/vue-3.2.4.tgz} + registry.nlark.com/vue/3.2.10: + resolution: {integrity: sha1-23u3m+svEb+cPt5+XI5yR7xv0p8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue/download/vue-3.2.10.tgz?cache=0&sync_timestamp=1631046529163&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue%2Fdownload%2Fvue-3.2.10.tgz} name: vue - version: 3.2.4 + version: 3.2.10 dependencies: - '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.4 - '@vue/runtime-dom': registry.nlark.com/@vue/runtime-dom/3.2.4 - '@vue/shared': registry.nlark.com/@vue/shared/3.2.4 + '@vue/compiler-dom': registry.nlark.com/@vue/compiler-dom/3.2.10 + '@vue/runtime-dom': registry.nlark.com/@vue/runtime-dom/3.2.10 + '@vue/shared': registry.nlark.com/@vue/shared/3.2.10 dev: false - registry.nlark.com/vueuc/0.4.10_29f62294fb558f6c8939ff452b233208: + registry.nlark.com/vueuc/0.4.10_49d369c5c8880c55ca42949e5b121458: resolution: {integrity: sha1-ria6dqCvFU+KE57zcYE1osat9nY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vueuc/download/vueuc-0.4.10.tgz} id: registry.nlark.com/vueuc/0.4.10 name: vueuc @@ -5626,14 +5878,14 @@ packages: '@css-render/vue3-ssr': ^0.15.3 vue: ^3.0.11 dependencies: - '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.4 + '@css-render/vue3-ssr': registry.nlark.com/@css-render/vue3-ssr/0.15.6_vue@3.2.10 css-render: registry.nlark.com/css-render/0.15.6 evtd: registry.nlark.com/evtd/0.2.2 - resize-observer-polyfill: 1.5.1 + resize-observer-polyfill: registry.nlark.com/resize-observer-polyfill/1.5.1 seemly: registry.nlark.com/seemly/0.3.1 - vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.4 - vooks: registry.nlark.com/vooks/0.2.8_vue@3.2.4 - vue: registry.nlark.com/vue/3.2.4 + vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.10 + vooks: registry.nlark.com/vooks/0.2.8_vue@3.2.10 + vue: registry.nlark.com/vue/3.2.10 dev: false registry.nlark.com/webpack-virtual-modules/0.4.3: @@ -5651,7 +5903,7 @@ packages: dev: true registry.nlark.com/wrappy/1.0.2: - resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz} + resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz?cache=0&sync_timestamp=1619133505879&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwrappy%2Fdownload%2Fwrappy-1.0.2.tgz} name: wrappy version: 1.0.2 dev: true @@ -5669,7 +5921,7 @@ packages: dev: true registry.nlark.com/yaml/1.10.2: - resolution: {integrity: sha1-IwHF/78StGfejaIzOkWeKeeSDks=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/yaml/download/yaml-1.10.2.tgz} + resolution: {integrity: sha1-IwHF/78StGfejaIzOkWeKeeSDks=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/yaml/download/yaml-1.10.2.tgz?cache=0&sync_timestamp=1630949706790&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyaml%2Fdownload%2Fyaml-1.10.2.tgz} name: yaml version: 1.10.2 engines: {node: '>= 6'} diff --git a/src/settings/theme/index.ts b/src/settings/theme/index.ts index 24987720..b8d38b5b 100644 --- a/src/settings/theme/index.ts +++ b/src/settings/theme/index.ts @@ -1,5 +1,5 @@ -import type { ThemeSettings } from '@/interface'; -import { EnumAnimate } from '@/enum'; +import type { ThemeSettings } from '../../interface'; +import { EnumAnimate } from '../../enum'; const themeColorList = [ '#409EFF', diff --git a/src/store/modules/theme/index.ts b/src/store/modules/theme/index.ts index 453a8de8..97cf4604 100644 --- a/src/store/modules/theme/index.ts +++ b/src/store/modules/theme/index.ts @@ -70,12 +70,16 @@ const themeStore = defineStore({ this.menuStyle.splitMenu = isSplit; }, /** 更改菜单展开的宽度 */ - handleMenuWidth(width: number) { - this.menuStyle.width = width; + handleMenuWidth(width: number | null) { + if (width !== null) { + this.menuStyle.width = width; + } }, /** 更改头部的高度(不包含tab标签) */ - handleHeaderHeight(height: number) { - this.headerStyle.height = height; + handleHeaderHeight(height: number | null) { + if (height !== null) { + this.headerStyle.height = height; + } }, /** 固定头部 */ handleFixedHeader(isFixed: boolean) {