mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-22 11:36:37 +08:00
build(deps): 依赖升级
This commit is contained in:
parent
ff24fda5ee
commit
97820a4ed0
@ -3,6 +3,12 @@ module.exports = {
|
|||||||
browser: true,
|
browser: true,
|
||||||
es2021: true
|
es2021: true
|
||||||
},
|
},
|
||||||
|
globals: {
|
||||||
|
defineProps: 'readonly',
|
||||||
|
defineEmits: 'readonly',
|
||||||
|
defineExpose: 'readonly',
|
||||||
|
withDefaults: 'readonly'
|
||||||
|
},
|
||||||
parser: 'vue-eslint-parser',
|
parser: 'vue-eslint-parser',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 12,
|
ecmaVersion: 12,
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"chroma-js": "^2.1.2",
|
"chroma-js": "^2.1.2",
|
||||||
"dayjs": "^1.10.6",
|
"dayjs": "^1.10.6",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"naive-ui": "^2.16.6",
|
"naive-ui": "^2.16.7",
|
||||||
"pinia": "^2.0.0-rc.4",
|
"pinia": "^2.0.0-rc.4",
|
||||||
"qs": "^6.10.1",
|
"qs": "^6.10.1",
|
||||||
"smoothscroll-polyfill": "^0.4.4",
|
"smoothscroll-polyfill": "^0.4.4",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^13.1.0",
|
"@commitlint/cli": "^13.1.0",
|
||||||
"@commitlint/config-conventional": "^13.1.0",
|
"@commitlint/config-conventional": "^13.1.0",
|
||||||
"@iconify/json": "^1.1.393",
|
"@iconify/json": "^1.1.394",
|
||||||
"@types/chroma-js": "^2.1.3",
|
"@types/chroma-js": "^2.1.3",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/qs": "^6.9.7",
|
||||||
@ -49,14 +49,14 @@
|
|||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-import": "^2.24.2",
|
"eslint-plugin-import": "^2.24.2",
|
||||||
"eslint-plugin-prettier": "^3.4.1",
|
"eslint-plugin-prettier": "^3.4.1",
|
||||||
"eslint-plugin-vue": "^7.16.0",
|
"eslint-plugin-vue": "^7.17.0",
|
||||||
"husky": "^7.0.2",
|
"husky": "^7.0.2",
|
||||||
"lint-staged": "^11.1.2",
|
"lint-staged": "^11.1.2",
|
||||||
"patch-package": "^6.4.7",
|
"patch-package": "^6.4.7",
|
||||||
"postinstall-postinstall": "^2.1.0",
|
"postinstall-postinstall": "^2.1.0",
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"sass": "^1.38.1",
|
"sass": "^1.38.1",
|
||||||
"typescript": "^4.3.5",
|
"typescript": "^4.4.0",
|
||||||
"vite": "^2.5.1",
|
"vite": "^2.5.1",
|
||||||
"vite-plugin-components": "^0.13.2",
|
"vite-plugin-components": "^0.13.2",
|
||||||
"vite-plugin-html": "^2.1.0",
|
"vite-plugin-html": "^2.1.0",
|
||||||
|
171
pnpm-lock.yaml
171
pnpm-lock.yaml
@ -3,7 +3,7 @@ lockfileVersion: 5.3
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@commitlint/cli': ^13.1.0
|
'@commitlint/cli': ^13.1.0
|
||||||
'@commitlint/config-conventional': ^13.1.0
|
'@commitlint/config-conventional': ^13.1.0
|
||||||
'@iconify/json': ^1.1.393
|
'@iconify/json': ^1.1.394
|
||||||
'@types/chroma-js': ^2.1.3
|
'@types/chroma-js': ^2.1.3
|
||||||
'@types/nprogress': ^0.2.0
|
'@types/nprogress': ^0.2.0
|
||||||
'@types/qs': ^6.9.7
|
'@types/qs': ^6.9.7
|
||||||
@ -27,11 +27,11 @@ specifiers:
|
|||||||
eslint-config-prettier: ^8.3.0
|
eslint-config-prettier: ^8.3.0
|
||||||
eslint-plugin-import: ^2.24.2
|
eslint-plugin-import: ^2.24.2
|
||||||
eslint-plugin-prettier: ^3.4.1
|
eslint-plugin-prettier: ^3.4.1
|
||||||
eslint-plugin-vue: ^7.16.0
|
eslint-plugin-vue: ^7.17.0
|
||||||
form-data: ^4.0.0
|
form-data: ^4.0.0
|
||||||
husky: ^7.0.2
|
husky: ^7.0.2
|
||||||
lint-staged: ^11.1.2
|
lint-staged: ^11.1.2
|
||||||
naive-ui: ^2.16.6
|
naive-ui: ^2.16.7
|
||||||
patch-package: ^6.4.7
|
patch-package: ^6.4.7
|
||||||
pinia: ^2.0.0-rc.4
|
pinia: ^2.0.0-rc.4
|
||||||
postinstall-postinstall: ^2.1.0
|
postinstall-postinstall: ^2.1.0
|
||||||
@ -39,7 +39,7 @@ specifiers:
|
|||||||
qs: ^6.10.1
|
qs: ^6.10.1
|
||||||
sass: ^1.38.1
|
sass: ^1.38.1
|
||||||
smoothscroll-polyfill: ^0.4.4
|
smoothscroll-polyfill: ^0.4.4
|
||||||
typescript: ^4.3.5
|
typescript: ^4.4.0
|
||||||
vite: ^2.5.1
|
vite: ^2.5.1
|
||||||
vite-plugin-components: ^0.13.2
|
vite-plugin-components: ^0.13.2
|
||||||
vite-plugin-html: ^2.1.0
|
vite-plugin-html: ^2.1.0
|
||||||
@ -57,8 +57,8 @@ dependencies:
|
|||||||
chroma-js: registry.nlark.com/chroma-js/2.1.2
|
chroma-js: registry.nlark.com/chroma-js/2.1.2
|
||||||
dayjs: registry.nlark.com/dayjs/1.10.6
|
dayjs: registry.nlark.com/dayjs/1.10.6
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
naive-ui: registry.nlark.com/naive-ui/2.16.6_vue@3.2.4
|
naive-ui: registry.nlark.com/naive-ui/2.16.7_vue@3.2.4
|
||||||
pinia: registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.3.5+vue@3.2.4
|
pinia: registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.4
|
||||||
qs: 6.10.1
|
qs: 6.10.1
|
||||||
smoothscroll-polyfill: registry.nlark.com/smoothscroll-polyfill/0.4.4
|
smoothscroll-polyfill: registry.nlark.com/smoothscroll-polyfill/0.4.4
|
||||||
vue: registry.nlark.com/vue/3.2.4
|
vue: registry.nlark.com/vue/3.2.4
|
||||||
@ -67,17 +67,17 @@ dependencies:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli': registry.nlark.com/@commitlint/cli/13.1.0
|
'@commitlint/cli': registry.nlark.com/@commitlint/cli/13.1.0
|
||||||
'@commitlint/config-conventional': registry.nlark.com/@commitlint/config-conventional/13.1.0
|
'@commitlint/config-conventional': registry.nlark.com/@commitlint/config-conventional/13.1.0
|
||||||
'@iconify/json': registry.nlark.com/@iconify/json/1.1.393
|
'@iconify/json': registry.nlark.com/@iconify/json/1.1.394
|
||||||
'@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3
|
'@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3
|
||||||
'@types/nprogress': registry.nlark.com/@types/nprogress/0.2.0
|
'@types/nprogress': registry.nlark.com/@types/nprogress/0.2.0
|
||||||
'@types/qs': registry.nlark.com/@types/qs/6.9.7
|
'@types/qs': registry.nlark.com/@types/qs/6.9.7
|
||||||
'@types/smoothscroll-polyfill': registry.nlark.com/@types/smoothscroll-polyfill/0.3.1
|
'@types/smoothscroll-polyfill': registry.nlark.com/@types/smoothscroll-polyfill/0.3.1
|
||||||
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d
|
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_5b13bab190e8051f191796d8c4619073
|
||||||
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
|
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.4.2
|
||||||
'@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.0_@vue+compiler-sfc@3.2.6
|
'@vitejs/plugin-vue': registry.nlark.com/@vitejs/plugin-vue/1.6.0_@vue+compiler-sfc@3.2.6
|
||||||
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
|
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
|
||||||
'@vue/eslint-config-prettier': 6.0.0_d2db54262204ddabce28100aff0e004d
|
'@vue/eslint-config-prettier': 6.0.0_d2db54262204ddabce28100aff0e004d
|
||||||
'@vue/eslint-config-typescript': 7.0.0_46052b2886b4f72a4b4fb9c375d24c4f
|
'@vue/eslint-config-typescript': 7.0.0_bbdaf6780203f02b4bd87ea9176a8253
|
||||||
commitizen: registry.nlark.com/commitizen/4.2.4
|
commitizen: registry.nlark.com/commitizen/4.2.4
|
||||||
cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0
|
cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0
|
||||||
cz-customizable: registry.nlark.com/cz-customizable/6.3.0
|
cz-customizable: registry.nlark.com/cz-customizable/6.3.0
|
||||||
@ -87,21 +87,21 @@ devDependencies:
|
|||||||
eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0
|
eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@7.32.0
|
||||||
eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0
|
eslint-plugin-import: registry.nlark.com/eslint-plugin-import/2.24.2_eslint@7.32.0
|
||||||
eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/3.4.1_5a48a349ffec60f5257b5f148f5199c3
|
eslint-plugin-prettier: registry.nlark.com/eslint-plugin-prettier/3.4.1_5a48a349ffec60f5257b5f148f5199c3
|
||||||
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.16.0_eslint@7.32.0
|
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.17.0_eslint@7.32.0
|
||||||
husky: registry.nlark.com/husky/7.0.2
|
husky: registry.nlark.com/husky/7.0.2
|
||||||
lint-staged: registry.nlark.com/lint-staged/11.1.2
|
lint-staged: registry.nlark.com/lint-staged/11.1.2
|
||||||
patch-package: registry.nlark.com/patch-package/6.4.7
|
patch-package: registry.nlark.com/patch-package/6.4.7
|
||||||
postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0
|
postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0
|
||||||
prettier: registry.nlark.com/prettier/2.3.2
|
prettier: registry.nlark.com/prettier/2.3.2
|
||||||
sass: registry.nlark.com/sass/1.38.1
|
sass: registry.nlark.com/sass/1.38.1
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
vite: registry.nlark.com/vite/2.5.1
|
vite: registry.nlark.com/vite/2.5.1
|
||||||
vite-plugin-components: registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.1
|
vite-plugin-components: registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.1
|
||||||
vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.1
|
vite-plugin-html: registry.nlark.com/vite-plugin-html/2.1.0_vite@2.5.1
|
||||||
vite-plugin-icons: registry.nlark.com/vite-plugin-icons/0.6.5_346cae4599d96836b777e6b3520c90a2
|
vite-plugin-icons: registry.nlark.com/vite-plugin-icons/0.6.5_03d2c571c47277889d0f7cb457412944
|
||||||
vite-plugin-style-import: registry.nlark.com/vite-plugin-style-import/1.2.1_vite@2.5.1
|
vite-plugin-style-import: registry.nlark.com/vite-plugin-style-import/1.2.1_vite@2.5.1
|
||||||
vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.3.5+vite@2.5.1
|
vite-plugin-windicss: registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.4.2+vite@2.5.1
|
||||||
vue-tsc: registry.nlark.com/vue-tsc/0.3.0_typescript@4.3.5
|
vue-tsc: registry.nlark.com/vue-tsc/0.3.0_typescript@4.4.2
|
||||||
windicss: registry.nlark.com/windicss/3.1.7
|
windicss: registry.nlark.com/windicss/3.1.7
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
@ -123,7 +123,7 @@ packages:
|
|||||||
prettier: registry.nlark.com/prettier/2.3.2
|
prettier: registry.nlark.com/prettier/2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vue/eslint-config-typescript/7.0.0_46052b2886b4f72a4b4fb9c375d24c4f:
|
/@vue/eslint-config-typescript/7.0.0_bbdaf6780203f02b4bd87ea9176a8253:
|
||||||
resolution: {integrity: sha1-Igxwwu33olPnOSmFJfTUAbjvADg=, tarball: '@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-7.0.0.tgz'}
|
resolution: {integrity: sha1-Igxwwu33olPnOSmFJfTUAbjvADg=, tarball: '@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-7.0.0.tgz'}
|
||||||
engines: {node: ^10.12.0 || >=12.0.0}
|
engines: {node: ^10.12.0 || >=12.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -132,10 +132,10 @@ packages:
|
|||||||
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||||
eslint-plugin-vue: ^5.2.3 || ^6.0.0 || ^7.0.0
|
eslint-plugin-vue: ^5.2.3 || ^6.0.0 || ^7.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d
|
'@typescript-eslint/eslint-plugin': registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_5b13bab190e8051f191796d8c4619073
|
||||||
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
|
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.4.2
|
||||||
eslint: registry.nlark.com/eslint/7.32.0
|
eslint: registry.nlark.com/eslint/7.32.0
|
||||||
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.16.0_eslint@7.32.0
|
eslint-plugin-vue: registry.nlark.com/eslint-plugin-vue/7.17.0_eslint@7.32.0
|
||||||
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0
|
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@7.32.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -343,10 +343,7 @@ packages:
|
|||||||
resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, tarball: color-convert/download/color-convert-2.0.1.tgz}
|
resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, tarball: color-convert/download/color-convert-2.0.1.tgz}
|
||||||
engines: {node: '>=7.0.0'}
|
engines: {node: '>=7.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
color-name: 1.1.4
|
color-name: registry.nlark.com/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:
|
/combined-stream/1.0.8:
|
||||||
resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=, tarball: combined-stream/download/combined-stream-1.0.8.tgz}
|
resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=, tarball: combined-stream/download/combined-stream-1.0.8.tgz}
|
||||||
@ -1115,6 +1112,10 @@ packages:
|
|||||||
p-locate: 5.0.0
|
p-locate: 5.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/lodash-es/4.17.21:
|
||||||
|
resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, tarball: lodash-es/download/lodash-es-4.17.21.tgz}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/lodash.camelcase/4.3.0:
|
/lodash.camelcase/4.3.0:
|
||||||
resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=, tarball: lodash.camelcase/download/lodash.camelcase-4.3.0.tgz}
|
resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=, tarball: lodash.camelcase/download/lodash.camelcase-4.3.0.tgz}
|
||||||
dev: true
|
dev: true
|
||||||
@ -2025,14 +2026,14 @@ packages:
|
|||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tsutils/3.21.0_typescript@4.3.5:
|
/tsutils/3.21.0_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: tsutils/download/tsutils-3.21.0.tgz}
|
resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: tsutils/download/tsutils-3.21.0.tgz}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: registry.nlark.com/tslib/1.14.1
|
tslib: registry.nlark.com/tslib/1.14.1
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unbox-primitive/1.0.1:
|
/unbox-primitive/1.0.1:
|
||||||
@ -2490,10 +2491,10 @@ packages:
|
|||||||
version: 1.0.10
|
version: 1.0.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@iconify/json/1.1.393:
|
registry.nlark.com/@iconify/json/1.1.394:
|
||||||
resolution: {integrity: sha1-ElpbG1ONQ4o6uY3Yt21KCawBbDY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.393.tgz}
|
resolution: {integrity: sha1-0dL/cOQp5agf4iX2YG/Y0feI5TU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.394.tgz}
|
||||||
name: '@iconify/json'
|
name: '@iconify/json'
|
||||||
version: 1.1.393
|
version: 1.1.394
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@jest/types/26.6.2:
|
registry.nlark.com/@jest/types/26.6.2:
|
||||||
@ -2559,13 +2560,13 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@types/istanbul-lib-coverage/2.0.3:
|
registry.nlark.com/@types/istanbul-lib-coverage/2.0.3:
|
||||||
resolution: {integrity: sha1-S6jdtyAiH0MuRDvV+RF/0iz9R2I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz?cache=0&sync_timestamp=1629708379718&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fistanbul-lib-coverage%2Fdownload%2F%40types%2Fistanbul-lib-coverage-2.0.3.tgz}
|
resolution: {integrity: sha1-S6jdtyAiH0MuRDvV+RF/0iz9R2I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz}
|
||||||
name: '@types/istanbul-lib-coverage'
|
name: '@types/istanbul-lib-coverage'
|
||||||
version: 2.0.3
|
version: 2.0.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/istanbul-lib-report/3.0.0:
|
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=1629708378800&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?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}
|
||||||
name: '@types/istanbul-lib-report'
|
name: '@types/istanbul-lib-report'
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2573,7 +2574,7 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/istanbul-reports/3.0.1:
|
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=1629708378292&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=1629708436600&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'
|
name: '@types/istanbul-reports'
|
||||||
version: 3.0.1
|
version: 3.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2604,7 +2605,7 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/lodash/4.14.172:
|
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?cache=0&sync_timestamp=1629708569127&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-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}
|
||||||
name: '@types/lodash'
|
name: '@types/lodash'
|
||||||
version: 4.14.172
|
version: 4.14.172
|
||||||
dev: false
|
dev: false
|
||||||
@ -2616,19 +2617,19 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@types/node/14.14.45:
|
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&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.14.45.tgz}
|
||||||
name: '@types/node'
|
name: '@types/node'
|
||||||
version: 14.14.45
|
version: 14.14.45
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/node/14.17.10:
|
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&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.17.10.tgz}
|
||||||
name: '@types/node'
|
name: '@types/node'
|
||||||
version: 14.17.10
|
version: 14.17.10
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/node/16.6.2:
|
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&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-16.6.2.tgz}
|
||||||
name: '@types/node'
|
name: '@types/node'
|
||||||
version: 16.6.2
|
version: 16.6.2
|
||||||
dev: false
|
dev: false
|
||||||
@ -2670,20 +2671,20 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@types/yargs-parser/20.2.1:
|
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=1629767772138&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?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}
|
||||||
name: '@types/yargs-parser'
|
name: '@types/yargs-parser'
|
||||||
version: 20.2.1
|
version: 20.2.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@types/yargs/15.0.14:
|
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}
|
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}
|
||||||
name: '@types/yargs'
|
name: '@types/yargs'
|
||||||
version: 15.0.14
|
version: 15.0.14
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/yargs-parser': registry.nlark.com/@types/yargs-parser/20.2.1
|
'@types/yargs-parser': registry.nlark.com/@types/yargs-parser/20.2.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_fd14c0002fbbfb85b8a0070d0dffb93d:
|
registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3_5b13bab190e8051f191796d8c4619073:
|
||||||
resolution: {integrity: sha1-lcuAKai9i9nH9KuVB0p8shFa3vo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.29.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.29.3.tgz}
|
resolution: {integrity: sha1-lcuAKai9i9nH9KuVB0p8shFa3vo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.29.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.29.3.tgz}
|
||||||
id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3
|
id: registry.nlark.com/@typescript-eslint/eslint-plugin/4.29.3
|
||||||
name: '@typescript-eslint/eslint-plugin'
|
name: '@typescript-eslint/eslint-plugin'
|
||||||
@ -2697,21 +2698,21 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.3.5
|
'@typescript-eslint/experimental-utils': registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.4.2
|
||||||
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5
|
'@typescript-eslint/parser': registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.4.2
|
||||||
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
||||||
debug: registry.nlark.com/debug/4.3.2
|
debug: registry.nlark.com/debug/4.3.2
|
||||||
eslint: registry.nlark.com/eslint/7.32.0
|
eslint: registry.nlark.com/eslint/7.32.0
|
||||||
functional-red-black-tree: 1.0.1
|
functional-red-black-tree: 1.0.1
|
||||||
regexpp: registry.nlark.com/regexpp/3.2.0
|
regexpp: registry.nlark.com/regexpp/3.2.0
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
tsutils: 3.21.0_typescript@4.3.5
|
tsutils: 3.21.0_typescript@4.4.2
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.3.5:
|
registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3_eslint@7.32.0+typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-UuQ3ponM3vc+g8UQazQkCnBvFeE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.29.3.tgz}
|
resolution: {integrity: sha1-UuQ3ponM3vc+g8UQazQkCnBvFeE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.29.3.tgz}
|
||||||
id: registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3
|
id: registry.nlark.com/@typescript-eslint/experimental-utils/4.29.3
|
||||||
name: '@typescript-eslint/experimental-utils'
|
name: '@typescript-eslint/experimental-utils'
|
||||||
@ -2723,7 +2724,7 @@ packages:
|
|||||||
'@types/json-schema': registry.nlark.com/@types/json-schema/7.0.9
|
'@types/json-schema': registry.nlark.com/@types/json-schema/7.0.9
|
||||||
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
||||||
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
|
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
|
||||||
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5
|
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.4.2
|
||||||
eslint: registry.nlark.com/eslint/7.32.0
|
eslint: registry.nlark.com/eslint/7.32.0
|
||||||
eslint-scope: registry.nlark.com/eslint-scope/5.1.1
|
eslint-scope: registry.nlark.com/eslint-scope/5.1.1
|
||||||
eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@7.32.0
|
eslint-utils: registry.nlark.com/eslint-utils/3.0.0_eslint@7.32.0
|
||||||
@ -2732,7 +2733,7 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.3.5:
|
registry.nlark.com/@typescript-eslint/parser/4.29.3_eslint@7.32.0+typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-KsJVNfNMDpj1DA5rKMZ5wjV9RfI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.29.3.tgz?cache=0&sync_timestamp=1629739149421&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.29.3.tgz}
|
resolution: {integrity: sha1-KsJVNfNMDpj1DA5rKMZ5wjV9RfI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.29.3.tgz?cache=0&sync_timestamp=1629739149421&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.29.3.tgz}
|
||||||
id: registry.nlark.com/@typescript-eslint/parser/4.29.3
|
id: registry.nlark.com/@typescript-eslint/parser/4.29.3
|
||||||
name: '@typescript-eslint/parser'
|
name: '@typescript-eslint/parser'
|
||||||
@ -2747,10 +2748,10 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
'@typescript-eslint/scope-manager': registry.nlark.com/@typescript-eslint/scope-manager/4.29.3
|
||||||
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
|
'@typescript-eslint/types': registry.nlark.com/@typescript-eslint/types/4.29.3
|
||||||
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5
|
'@typescript-eslint/typescript-estree': registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.4.2
|
||||||
debug: registry.nlark.com/debug/4.3.2
|
debug: registry.nlark.com/debug/4.3.2
|
||||||
eslint: registry.nlark.com/eslint/7.32.0
|
eslint: registry.nlark.com/eslint/7.32.0
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
@ -2772,7 +2773,7 @@ packages:
|
|||||||
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.3.5:
|
registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-G6+tYQAVxN7TXIWnC2Ii+q1Zi0A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.29.3.tgz}
|
resolution: {integrity: sha1-G6+tYQAVxN7TXIWnC2Ii+q1Zi0A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.29.3.tgz}
|
||||||
id: registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3
|
id: registry.nlark.com/@typescript-eslint/typescript-estree/4.29.3
|
||||||
name: '@typescript-eslint/typescript-estree'
|
name: '@typescript-eslint/typescript-estree'
|
||||||
@ -2790,8 +2791,8 @@ packages:
|
|||||||
globby: registry.nlark.com/globby/11.0.4
|
globby: registry.nlark.com/globby/11.0.4
|
||||||
is-glob: 4.0.1
|
is-glob: 4.0.1
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
tsutils: 3.21.0_typescript@4.3.5
|
tsutils: 3.21.0_typescript@4.4.2
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
@ -3076,7 +3077,7 @@ packages:
|
|||||||
vue-demi: registry.nlark.com/vue-demi/0.11.3_vue@3.2.4
|
vue-demi: registry.nlark.com/vue-demi/0.11.3_vue@3.2.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/@windicss/config/1.3.0_typescript@4.3.5:
|
registry.nlark.com/@windicss/config/1.3.0_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-l1Lp70Q9t9CKIsPfdks8tKZV61g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.3.0.tgz}
|
resolution: {integrity: sha1-l1Lp70Q9t9CKIsPfdks8tKZV61g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/config/download/@windicss/config-1.3.0.tgz}
|
||||||
id: registry.nlark.com/@windicss/config/1.3.0
|
id: registry.nlark.com/@windicss/config/1.3.0
|
||||||
name: '@windicss/config'
|
name: '@windicss/config'
|
||||||
@ -3084,7 +3085,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
debug: registry.nlark.com/debug/4.3.2
|
debug: registry.nlark.com/debug/4.3.2
|
||||||
jiti: registry.nlark.com/jiti/1.11.0
|
jiti: registry.nlark.com/jiti/1.11.0
|
||||||
tsup: registry.nlark.com/tsup/4.14.0_typescript@4.3.5
|
tsup: registry.nlark.com/tsup/4.14.0_typescript@4.4.2
|
||||||
windicss: registry.nlark.com/windicss/3.1.7
|
windicss: registry.nlark.com/windicss/3.1.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -3092,14 +3093,14 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.3.5:
|
registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-Fl6iA2E9AwgjTt0YRI9NqH7E7h0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.3.0.tgz}
|
resolution: {integrity: sha1-Fl6iA2E9AwgjTt0YRI9NqH7E7h0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.3.0.tgz}
|
||||||
id: registry.nlark.com/@windicss/plugin-utils/1.3.0
|
id: registry.nlark.com/@windicss/plugin-utils/1.3.0
|
||||||
name: '@windicss/plugin-utils'
|
name: '@windicss/plugin-utils'
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': registry.nlark.com/@antfu/utils/0.2.4
|
'@antfu/utils': registry.nlark.com/@antfu/utils/0.2.4
|
||||||
'@windicss/config': registry.nlark.com/@windicss/config/1.3.0_typescript@4.3.5
|
'@windicss/config': registry.nlark.com/@windicss/config/1.3.0_typescript@4.4.2
|
||||||
debug: registry.nlark.com/debug/4.3.2
|
debug: registry.nlark.com/debug/4.3.2
|
||||||
fast-glob: registry.nlark.com/fast-glob/3.2.7
|
fast-glob: registry.nlark.com/fast-glob/3.2.7
|
||||||
magic-string: 0.25.7
|
magic-string: 0.25.7
|
||||||
@ -3371,6 +3372,11 @@ packages:
|
|||||||
version: 1.1.3
|
version: 1.1.3
|
||||||
dev: true
|
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:
|
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}
|
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
|
name: colorette
|
||||||
@ -3523,7 +3529,7 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/date-fns/2.23.0:
|
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=1627020489545&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=1627020513832&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdate-fns%2Fdownload%2Fdate-fns-2.23.0.tgz}
|
||||||
name: date-fns
|
name: date-fns
|
||||||
version: 2.23.0
|
version: 2.23.0
|
||||||
engines: {node: '>=0.11'}
|
engines: {node: '>=0.11'}
|
||||||
@ -3783,14 +3789,14 @@ packages:
|
|||||||
prettier-linter-helpers: registry.nlark.com/prettier-linter-helpers/1.0.0
|
prettier-linter-helpers: registry.nlark.com/prettier-linter-helpers/1.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/eslint-plugin-vue/7.16.0_eslint@7.32.0:
|
registry.nlark.com/eslint-plugin-vue/7.17.0_eslint@7.32.0:
|
||||||
resolution: {integrity: sha1-f+n+oDmhkLEIMZwTgK31Q+9XcH0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.16.0.tgz}
|
resolution: {integrity: sha1-QeC9te/8pe4m8If5JL6YfrQe9XM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.17.0.tgz}
|
||||||
id: registry.nlark.com/eslint-plugin-vue/7.16.0
|
id: registry.nlark.com/eslint-plugin-vue/7.17.0
|
||||||
name: eslint-plugin-vue
|
name: eslint-plugin-vue
|
||||||
version: 7.16.0
|
version: 7.17.0
|
||||||
engines: {node: '>=8.10'}
|
engines: {node: '>=8.10'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.2.0 || ^7.0.0
|
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: registry.nlark.com/eslint/7.32.0
|
eslint: registry.nlark.com/eslint/7.32.0
|
||||||
eslint-utils: registry.nlark.com/eslint-utils/2.1.0
|
eslint-utils: registry.nlark.com/eslint-utils/2.1.0
|
||||||
@ -4539,12 +4545,6 @@ packages:
|
|||||||
path-exists: registry.nlark.com/path-exists/3.0.0
|
path-exists: registry.nlark.com/path-exists/3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/lodash-es/4.17.21:
|
|
||||||
resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash-es/download/lodash-es-4.17.21.tgz}
|
|
||||||
name: lodash-es
|
|
||||||
version: 4.17.21
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
registry.nlark.com/lower-case/2.0.2:
|
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}
|
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
|
name: lower-case
|
||||||
@ -4616,11 +4616,11 @@ packages:
|
|||||||
version: 2.1.3
|
version: 2.1.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/naive-ui/2.16.6_vue@3.2.4:
|
registry.nlark.com/naive-ui/2.16.7_vue@3.2.4:
|
||||||
resolution: {integrity: sha1-FYg/o5NzDANcFGkjEJcc6hL8nBg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.16.6.tgz}
|
resolution: {integrity: sha1-xvjmvJYLw8Jw5ySqtUHb5+Jf2Bk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/naive-ui/download/naive-ui-2.16.7.tgz}
|
||||||
id: registry.nlark.com/naive-ui/2.16.6
|
id: registry.nlark.com/naive-ui/2.16.7
|
||||||
name: naive-ui
|
name: naive-ui
|
||||||
version: 2.16.6
|
version: 2.16.7
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.0.0
|
vue: ^3.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4634,7 +4634,7 @@ packages:
|
|||||||
evtd: registry.nlark.com/evtd/0.2.2
|
evtd: registry.nlark.com/evtd/0.2.2
|
||||||
highlight.js: registry.nlark.com/highlight.js/11.2.0
|
highlight.js: registry.nlark.com/highlight.js/11.2.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
lodash-es: registry.nlark.com/lodash-es/4.17.21
|
lodash-es: 4.17.21
|
||||||
seemly: registry.nlark.com/seemly/0.3.1
|
seemly: registry.nlark.com/seemly/0.3.1
|
||||||
treemate: registry.nlark.com/treemate/0.3.1
|
treemate: registry.nlark.com/treemate/0.3.1
|
||||||
vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.4
|
vdirs: registry.nlark.com/vdirs/0.1.4_vue@3.2.4
|
||||||
@ -4829,7 +4829,7 @@ packages:
|
|||||||
engines: {node: '>=8.6'}
|
engines: {node: '>=8.6'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.3.5+vue@3.2.4:
|
registry.nlark.com/pinia/2.0.0-rc.4_typescript@4.4.2+vue@3.2.4:
|
||||||
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}
|
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
|
id: registry.nlark.com/pinia/2.0.0-rc.4
|
||||||
name: pinia
|
name: pinia
|
||||||
@ -4845,7 +4845,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': registry.nlark.com/@vue/devtools-api/6.0.0-beta.15
|
'@vue/devtools-api': registry.nlark.com/@vue/devtools-api/6.0.0-beta.15
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
vue: registry.nlark.com/vue/3.2.4
|
vue: registry.nlark.com/vue/3.2.4
|
||||||
vue-demi: registry.nlark.com/vue-demi/0.11.3_vue@3.2.4
|
vue-demi: registry.nlark.com/vue-demi/0.11.3_vue@3.2.4
|
||||||
dev: false
|
dev: false
|
||||||
@ -5293,7 +5293,7 @@ packages:
|
|||||||
version: 2.3.1
|
version: 2.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/tsup/4.14.0_typescript@4.3.5:
|
registry.nlark.com/tsup/4.14.0_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-Pi9gLYRGBBtI/LVXkEpwnA/OyYE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsup/download/tsup-4.14.0.tgz}
|
resolution: {integrity: sha1-Pi9gLYRGBBtI/LVXkEpwnA/OyYE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tsup/download/tsup-4.14.0.tgz}
|
||||||
id: registry.nlark.com/tsup/4.14.0
|
id: registry.nlark.com/tsup/4.14.0
|
||||||
name: tsup
|
name: tsup
|
||||||
@ -5318,7 +5318,7 @@ packages:
|
|||||||
rollup: registry.nlark.com/rollup/2.56.2
|
rollup: registry.nlark.com/rollup/2.56.2
|
||||||
sucrase: registry.nlark.com/sucrase/3.20.1
|
sucrase: registry.nlark.com/sucrase/3.20.1
|
||||||
tree-kill: 1.2.2
|
tree-kill: 1.2.2
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- ts-node
|
- ts-node
|
||||||
@ -5368,10 +5368,10 @@ packages:
|
|||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/typescript/4.3.5:
|
registry.nlark.com/typescript/4.4.2:
|
||||||
resolution: {integrity: sha1-TRw3zBbok5c8RaBohrcRMjTxGfQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/typescript/download/typescript-4.3.5.tgz?cache=0&sync_timestamp=1629357957530&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftypescript%2Fdownload%2Ftypescript-4.3.5.tgz}
|
resolution: {integrity: sha1-bWGGQNQw41aaHftE99fmAM7T7oY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/typescript/download/typescript-4.4.2.tgz}
|
||||||
name: typescript
|
name: typescript
|
||||||
version: 4.3.5
|
version: 4.4.2
|
||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=4.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
@ -5429,7 +5429,7 @@ packages:
|
|||||||
vite: registry.nlark.com/vite/2.5.1
|
vite: registry.nlark.com/vite/2.5.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/vite-plugin-icons/0.6.5_346cae4599d96836b777e6b3520c90a2:
|
registry.nlark.com/vite-plugin-icons/0.6.5_03d2c571c47277889d0f7cb457412944:
|
||||||
resolution: {integrity: sha1-P2vQg1i7EmNE5G7QjcdoCM4fGIc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-icons/download/vite-plugin-icons-0.6.5.tgz}
|
resolution: {integrity: sha1-P2vQg1i7EmNE5G7QjcdoCM4fGIc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-icons/download/vite-plugin-icons-0.6.5.tgz}
|
||||||
id: registry.nlark.com/vite-plugin-icons/0.6.5
|
id: registry.nlark.com/vite-plugin-icons/0.6.5
|
||||||
name: vite-plugin-icons
|
name: vite-plugin-icons
|
||||||
@ -5444,7 +5444,7 @@ packages:
|
|||||||
vue-template-compiler:
|
vue-template-compiler:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/json': registry.nlark.com/@iconify/json/1.1.393
|
'@iconify/json': registry.nlark.com/@iconify/json/1.1.394
|
||||||
'@iconify/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10
|
'@iconify/json-tools': registry.nlark.com/@iconify/json-tools/1.0.10
|
||||||
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
|
'@vue/compiler-sfc': registry.nlark.com/@vue/compiler-sfc/3.2.6
|
||||||
vue-template-es2015-compiler: 1.9.1
|
vue-template-es2015-compiler: 1.9.1
|
||||||
@ -5468,7 +5468,7 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.3.5+vite@2.5.1:
|
registry.nlark.com/vite-plugin-windicss/1.3.0_typescript@4.4.2+vite@2.5.1:
|
||||||
resolution: {integrity: sha1-7pAUEM4BD6b7B3ARXsPP2HNyq0w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.3.0.tgz}
|
resolution: {integrity: sha1-7pAUEM4BD6b7B3ARXsPP2HNyq0w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-1.3.0.tgz}
|
||||||
id: registry.nlark.com/vite-plugin-windicss/1.3.0
|
id: registry.nlark.com/vite-plugin-windicss/1.3.0
|
||||||
name: vite-plugin-windicss
|
name: vite-plugin-windicss
|
||||||
@ -5476,7 +5476,7 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.1
|
vite: ^2.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
'@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.3.5
|
'@windicss/plugin-utils': registry.nlark.com/@windicss/plugin-utils/1.3.0_typescript@4.4.2
|
||||||
chalk: registry.nlark.com/chalk/4.1.2
|
chalk: registry.nlark.com/chalk/4.1.2
|
||||||
debug: registry.nlark.com/debug/4.3.2
|
debug: registry.nlark.com/debug/4.3.2
|
||||||
vite: registry.nlark.com/vite/2.5.1
|
vite: registry.nlark.com/vite/2.5.1
|
||||||
@ -5672,9 +5672,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.0.0-rc.1
|
'@vue/composition-api': ^1.0.0-rc.1
|
||||||
vue: ^3.0.0-0 || ^2.6.0
|
vue: ^3.0.0-0 || ^2.6.0
|
||||||
peerDependenciesMeta:
|
|
||||||
'@vue/composition-api':
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: registry.nlark.com/vue/3.2.4
|
vue: registry.nlark.com/vue/3.2.4
|
||||||
dev: false
|
dev: false
|
||||||
@ -5712,7 +5709,7 @@ packages:
|
|||||||
vue: registry.nlark.com/vue/3.2.4
|
vue: registry.nlark.com/vue/3.2.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.nlark.com/vue-tsc/0.3.0_typescript@4.3.5:
|
registry.nlark.com/vue-tsc/0.3.0_typescript@4.4.2:
|
||||||
resolution: {integrity: sha1-Ozhyv08dLkQJtXrb2CYDLiU9tAY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-tsc/download/vue-tsc-0.3.0.tgz}
|
resolution: {integrity: sha1-Ozhyv08dLkQJtXrb2CYDLiU9tAY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-tsc/download/vue-tsc-0.3.0.tgz}
|
||||||
id: registry.nlark.com/vue-tsc/0.3.0
|
id: registry.nlark.com/vue-tsc/0.3.0
|
||||||
name: vue-tsc
|
name: vue-tsc
|
||||||
@ -5721,7 +5718,7 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: registry.nlark.com/typescript/4.3.5
|
typescript: registry.nlark.com/typescript/4.4.2
|
||||||
vscode-vue-languageservice: registry.nlark.com/vscode-vue-languageservice/0.27.3
|
vscode-vue-languageservice: registry.nlark.com/vscode-vue-languageservice/0.27.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -26,6 +26,13 @@ interface Action {
|
|||||||
label: string;
|
label: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
defineProps({
|
||||||
|
code: {
|
||||||
|
type: String,
|
||||||
|
default: ''
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
const dialog = useDialog();
|
const dialog = useDialog();
|
||||||
const notification = useNotification();
|
const notification = useNotification();
|
||||||
const message = useMessage();
|
const message = useMessage();
|
||||||
|
Loading…
Reference in New Issue
Block a user