mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
chore: update deps
This commit is contained in:
parent
974361041a
commit
8b466d6e97
@ -224,8 +224,8 @@ ps:核心功能已经实现,正在对接微信小程序中...
|
|||||||
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.45 |
|
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.45 |
|
||||||
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 |
|
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 |
|
||||||
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.21 |
|
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.21 |
|
||||||
| [TypeScript](https://www.typescriptlang.org/docs/) | TypeScript | 4.8.4 |
|
| [TypeScript](https://www.typescriptlang.org/docs/) | TypeScript | 4.9.3 |
|
||||||
| [pinia](https://pinia.vuejs.org/) | vuex5 | 2.0.24 |
|
| [pinia](https://pinia.vuejs.org/) | vuex5 | 2.0.25 |
|
||||||
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
|
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
|
||||||
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
|
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
|
||||||
| [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.0.0 |
|
| [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.0.0 |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/badge/-Vue3.2-34495e?logo=vue.j" />
|
<img src="https://img.shields.io/badge/-Vue3.2-34495e?logo=vue.j" />
|
||||||
<img src="https://img.shields.io/badge/-Vite3-646cff?logo=vite&logoColor=white" />
|
<img src="https://img.shields.io/badge/-Vite3-646cff?logo=vite&logoColor=white" />
|
||||||
<img src="https://img.shields.io/badge/-TypeScript4.8-blue?logo=typescript&logoColor=white" />
|
<img src="https://img.shields.io/badge/-TypeScript4.9-blue?logo=typescript&logoColor=white" />
|
||||||
<img src="https://img.shields.io/badge/-Pinia2-yellow?logo=picpay&logoColor=white" />
|
<img src="https://img.shields.io/badge/-Pinia2-yellow?logo=picpay&logoColor=white" />
|
||||||
<img src="https://img.shields.io/badge/-ESLint-4b32c3?logo=eslint&logoColor=white" />
|
<img src="https://img.shields.io/badge/-ESLint-4b32c3?logo=eslint&logoColor=white" />
|
||||||
<img src="https://img.shields.io/badge/-pnpm7-F69220?logo=pnpm&logoColor=white" />
|
<img src="https://img.shields.io/badge/-pnpm7-F69220?logo=pnpm&logoColor=white" />
|
||||||
@ -30,9 +30,9 @@
|
|||||||
| [Vue](https://staging-cn.vuejs.org/) | vue 框架 | 3.2.45 |
|
| [Vue](https://staging-cn.vuejs.org/) | vue 框架 | 3.2.45 |
|
||||||
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 |
|
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 |
|
||||||
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.21 |
|
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.21 |
|
||||||
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 4.8.4 |
|
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 4.9.3 |
|
||||||
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.24 |
|
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.25 |
|
||||||
| [vueuse](https://vueuse.org//) | 常用工具集 | 9.4.0 |
|
| [vueuse](https://vueuse.org//) | 常用工具集 | 9.6.0 |
|
||||||
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
|
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
|
||||||
| [vue-router](https://router.vuejs.org/) | vue 路由 | 4.1.6 |
|
| [vue-router](https://router.vuejs.org/) | vue 路由 | 4.1.6 |
|
||||||
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
|
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/iconify": "^3.0.0",
|
"@iconify/iconify": "^3.0.0",
|
||||||
"@vueuse/core": "^9.5.0",
|
"@vueuse/core": "^9.6.0",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.10",
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
||||||
"@zxcvbn-ts/core": "^2.1.0",
|
"@zxcvbn-ts/core": "^2.1.0",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"mitt": "^3.0.0",
|
"mitt": "^3.0.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.24",
|
"pinia": "^2.0.25",
|
||||||
"qrcode": "^1.5.1",
|
"qrcode": "^1.5.1",
|
||||||
"qs": "^6.11.0",
|
"qs": "^6.11.0",
|
||||||
"url": "^0.11.0",
|
"url": "^0.11.0",
|
||||||
@ -51,15 +51,15 @@
|
|||||||
"vue-cropper": "^1.0.3",
|
"vue-cropper": "^1.0.3",
|
||||||
"vue-i18n": "9.2.2",
|
"vue-i18n": "9.2.2",
|
||||||
"vue-router": "^4.1.6",
|
"vue-router": "^4.1.6",
|
||||||
"vue-types": "^4.2.1",
|
"vue-types": "^5.0.0",
|
||||||
"vxe-table": "^4.3.5",
|
"vxe-table": "^4.3.5",
|
||||||
"web-storage-cache": "^1.1.1",
|
"web-storage-cache": "^1.1.1",
|
||||||
"xe-utils": "^3.5.7"
|
"xe-utils": "^3.5.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.2.0",
|
"@commitlint/cli": "^17.3.0",
|
||||||
"@commitlint/config-conventional": "^17.2.0",
|
"@commitlint/config-conventional": "^17.3.0",
|
||||||
"@iconify/json": "^2.1.141",
|
"@iconify/json": "^2.1.142",
|
||||||
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
||||||
"@purge-icons/generated": "^0.9.0",
|
"@purge-icons/generated": "^0.9.0",
|
||||||
"@types/intro.js": "^5.1.0",
|
"@types/intro.js": "^5.1.0",
|
||||||
@ -68,12 +68,12 @@
|
|||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/qrcode": "^1.5.0",
|
"@types/qrcode": "^1.5.0",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/qs": "^6.9.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||||
"@typescript-eslint/parser": "^5.43.0",
|
"@typescript-eslint/parser": "^5.44.0",
|
||||||
"@vitejs/plugin-vue": "^3.2.0",
|
"@vitejs/plugin-vue": "^3.2.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"eslint": "^8.27.0",
|
"eslint": "^8.28.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-define-config": "^1.12.0",
|
"eslint-define-config": "^1.12.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
@ -86,15 +86,15 @@
|
|||||||
"postcss-less": "^6.0.0",
|
"postcss-less": "^6.0.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^3.3.0",
|
"rollup": "^3.4.0",
|
||||||
"stylelint": "^14.15.0",
|
"stylelint": "^14.15.0",
|
||||||
"stylelint-config-html": "^1.1.0",
|
"stylelint-config-html": "^1.1.0",
|
||||||
"stylelint-config-prettier": "^9.0.4",
|
"stylelint-config-prettier": "^9.0.4",
|
||||||
"stylelint-config-recommended": "^9.0.0",
|
"stylelint-config-recommended": "^9.0.0",
|
||||||
"stylelint-config-standard": "^29.0.0",
|
"stylelint-config-standard": "^29.0.0",
|
||||||
"stylelint-order": "^5.0.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"typescript": "4.8.4",
|
"typescript": "4.9.3",
|
||||||
"unplugin-vue-macros": "^0.16.3",
|
"unplugin-vue-macros": "^0.16.4",
|
||||||
"vite": "3.2.4",
|
"vite": "3.2.4",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-eslint": "^1.8.1",
|
"vite-plugin-eslint": "^1.8.1",
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
lockfileVersion: 5.4
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@commitlint/cli': ^17.2.0
|
'@commitlint/cli': ^17.3.0
|
||||||
'@commitlint/config-conventional': ^17.2.0
|
'@commitlint/config-conventional': ^17.3.0
|
||||||
'@iconify/iconify': ^3.0.0
|
'@iconify/iconify': ^3.0.0
|
||||||
'@iconify/json': ^2.1.141
|
'@iconify/json': ^2.1.142
|
||||||
'@intlify/vite-plugin-vue-i18n': ^6.0.3
|
'@intlify/vite-plugin-vue-i18n': ^6.0.3
|
||||||
'@purge-icons/generated': ^0.9.0
|
'@purge-icons/generated': ^0.9.0
|
||||||
'@types/intro.js': ^5.1.0
|
'@types/intro.js': ^5.1.0
|
||||||
@ -13,11 +13,11 @@ specifiers:
|
|||||||
'@types/nprogress': ^0.2.0
|
'@types/nprogress': ^0.2.0
|
||||||
'@types/qrcode': ^1.5.0
|
'@types/qrcode': ^1.5.0
|
||||||
'@types/qs': ^6.9.7
|
'@types/qs': ^6.9.7
|
||||||
'@typescript-eslint/eslint-plugin': ^5.43.0
|
'@typescript-eslint/eslint-plugin': ^5.44.0
|
||||||
'@typescript-eslint/parser': ^5.43.0
|
'@typescript-eslint/parser': ^5.44.0
|
||||||
'@vitejs/plugin-vue': ^3.2.0
|
'@vitejs/plugin-vue': ^3.2.0
|
||||||
'@vitejs/plugin-vue-jsx': ^2.1.1
|
'@vitejs/plugin-vue-jsx': ^2.1.1
|
||||||
'@vueuse/core': ^9.5.0
|
'@vueuse/core': ^9.6.0
|
||||||
'@wangeditor/editor': ^5.1.23
|
'@wangeditor/editor': ^5.1.23
|
||||||
'@wangeditor/editor-for-vue': ^5.1.10
|
'@wangeditor/editor-for-vue': ^5.1.10
|
||||||
'@zxcvbn-ts/core': ^2.1.0
|
'@zxcvbn-ts/core': ^2.1.0
|
||||||
@ -29,7 +29,7 @@ specifiers:
|
|||||||
echarts: ^5.4.0
|
echarts: ^5.4.0
|
||||||
echarts-wordcloud: ^2.0.0
|
echarts-wordcloud: ^2.0.0
|
||||||
element-plus: 2.2.21
|
element-plus: 2.2.21
|
||||||
eslint: ^8.27.0
|
eslint: ^8.28.0
|
||||||
eslint-config-prettier: ^8.5.0
|
eslint-config-prettier: ^8.5.0
|
||||||
eslint-define-config: ^1.12.0
|
eslint-define-config: ^1.12.0
|
||||||
eslint-plugin-prettier: ^4.2.1
|
eslint-plugin-prettier: ^4.2.1
|
||||||
@ -42,7 +42,7 @@ specifiers:
|
|||||||
lodash-es: ^4.17.21
|
lodash-es: ^4.17.21
|
||||||
mitt: ^3.0.0
|
mitt: ^3.0.0
|
||||||
nprogress: ^0.2.0
|
nprogress: ^0.2.0
|
||||||
pinia: ^2.0.24
|
pinia: ^2.0.25
|
||||||
plop: ^3.1.1
|
plop: ^3.1.1
|
||||||
postcss: ^8.4.19
|
postcss: ^8.4.19
|
||||||
postcss-html: ^1.5.0
|
postcss-html: ^1.5.0
|
||||||
@ -51,15 +51,15 @@ specifiers:
|
|||||||
qrcode: ^1.5.1
|
qrcode: ^1.5.1
|
||||||
qs: ^6.11.0
|
qs: ^6.11.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^3.3.0
|
rollup: ^3.4.0
|
||||||
stylelint: ^14.15.0
|
stylelint: ^14.15.0
|
||||||
stylelint-config-html: ^1.1.0
|
stylelint-config-html: ^1.1.0
|
||||||
stylelint-config-prettier: ^9.0.4
|
stylelint-config-prettier: ^9.0.4
|
||||||
stylelint-config-recommended: ^9.0.0
|
stylelint-config-recommended: ^9.0.0
|
||||||
stylelint-config-standard: ^29.0.0
|
stylelint-config-standard: ^29.0.0
|
||||||
stylelint-order: ^5.0.0
|
stylelint-order: ^5.0.0
|
||||||
typescript: 4.8.4
|
typescript: 4.9.3
|
||||||
unplugin-vue-macros: ^0.16.3
|
unplugin-vue-macros: ^0.16.4
|
||||||
url: ^0.11.0
|
url: ^0.11.0
|
||||||
vite: 3.2.4
|
vite: 3.2.4
|
||||||
vite-plugin-compression: ^0.5.1
|
vite-plugin-compression: ^0.5.1
|
||||||
@ -74,7 +74,7 @@ specifiers:
|
|||||||
vue-i18n: 9.2.2
|
vue-i18n: 9.2.2
|
||||||
vue-router: ^4.1.6
|
vue-router: ^4.1.6
|
||||||
vue-tsc: ^1.0.9
|
vue-tsc: ^1.0.9
|
||||||
vue-types: ^4.2.1
|
vue-types: ^5.0.0
|
||||||
vxe-table: ^4.3.5
|
vxe-table: ^4.3.5
|
||||||
web-storage-cache: ^1.1.1
|
web-storage-cache: ^1.1.1
|
||||||
windicss: ^3.5.6
|
windicss: ^3.5.6
|
||||||
@ -82,7 +82,7 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/iconify': registry.npmmirror.com/@iconify/iconify/3.0.0
|
'@iconify/iconify': registry.npmmirror.com/@iconify/iconify/3.0.0
|
||||||
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45
|
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45
|
||||||
'@wangeditor/editor': registry.npmmirror.com/@wangeditor/editor/5.1.23
|
'@wangeditor/editor': registry.npmmirror.com/@wangeditor/editor/5.1.23
|
||||||
'@wangeditor/editor-for-vue': registry.npmmirror.com/@wangeditor/editor-for-vue/5.1.12_3apfu3xbp6awzuex7ed3sbrv6y
|
'@wangeditor/editor-for-vue': registry.npmmirror.com/@wangeditor/editor-for-vue/5.1.12_3apfu3xbp6awzuex7ed3sbrv6y
|
||||||
'@zxcvbn-ts/core': registry.npmmirror.com/@zxcvbn-ts/core/2.1.0
|
'@zxcvbn-ts/core': registry.npmmirror.com/@zxcvbn-ts/core/2.1.0
|
||||||
@ -99,7 +99,7 @@ dependencies:
|
|||||||
lodash-es: registry.npmmirror.com/lodash-es/4.17.21
|
lodash-es: registry.npmmirror.com/lodash-es/4.17.21
|
||||||
mitt: registry.npmmirror.com/mitt/3.0.0
|
mitt: registry.npmmirror.com/mitt/3.0.0
|
||||||
nprogress: registry.npmmirror.com/nprogress/0.2.0
|
nprogress: registry.npmmirror.com/nprogress/0.2.0
|
||||||
pinia: registry.npmmirror.com/pinia/2.0.24_zwu2zepfy3m6u2gunxlolp35gi
|
pinia: registry.npmmirror.com/pinia/2.0.25_mgnvym7yiazkylwwogi5r767ue
|
||||||
qrcode: registry.npmmirror.com/qrcode/1.5.1
|
qrcode: registry.npmmirror.com/qrcode/1.5.1
|
||||||
qs: registry.npmmirror.com/qs/6.11.0
|
qs: registry.npmmirror.com/qs/6.11.0
|
||||||
url: registry.npmmirror.com/url/0.11.0
|
url: registry.npmmirror.com/url/0.11.0
|
||||||
@ -107,15 +107,15 @@ dependencies:
|
|||||||
vue-cropper: registry.npmmirror.com/vue-cropper/1.0.5
|
vue-cropper: registry.npmmirror.com/vue-cropper/1.0.5
|
||||||
vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.2.45
|
vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.2.45
|
||||||
vue-router: registry.npmmirror.com/vue-router/4.1.6_vue@3.2.45
|
vue-router: registry.npmmirror.com/vue-router/4.1.6_vue@3.2.45
|
||||||
vue-types: registry.npmmirror.com/vue-types/4.2.1_vue@3.2.45
|
vue-types: registry.npmmirror.com/vue-types/5.0.0_vue@3.2.45
|
||||||
vxe-table: registry.npmmirror.com/vxe-table/4.3.5_vue@3.2.45+xe-utils@3.5.7
|
vxe-table: registry.npmmirror.com/vxe-table/4.3.5_vue@3.2.45+xe-utils@3.5.7
|
||||||
web-storage-cache: registry.npmmirror.com/web-storage-cache/1.1.1
|
web-storage-cache: registry.npmmirror.com/web-storage-cache/1.1.1
|
||||||
xe-utils: registry.npmmirror.com/xe-utils/3.5.7
|
xe-utils: registry.npmmirror.com/xe-utils/3.5.7
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli': registry.npmmirror.com/@commitlint/cli/17.2.0
|
'@commitlint/cli': registry.npmmirror.com/@commitlint/cli/17.3.0
|
||||||
'@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/17.2.0
|
'@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/17.3.0
|
||||||
'@iconify/json': registry.npmmirror.com/@iconify/json/2.1.141
|
'@iconify/json': registry.npmmirror.com/@iconify/json/2.1.142
|
||||||
'@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/6.0.3_vite@3.2.4+vue-i18n@9.2.2
|
'@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/6.0.3_vite@3.2.4+vue-i18n@9.2.2
|
||||||
'@purge-icons/generated': registry.npmmirror.com/@purge-icons/generated/0.9.0
|
'@purge-icons/generated': registry.npmmirror.com/@purge-icons/generated/0.9.0
|
||||||
'@types/intro.js': registry.npmmirror.com/@types/intro.js/5.1.0
|
'@types/intro.js': registry.npmmirror.com/@types/intro.js/5.1.0
|
||||||
@ -124,8 +124,8 @@ devDependencies:
|
|||||||
'@types/nprogress': registry.npmmirror.com/@types/nprogress/0.2.0
|
'@types/nprogress': registry.npmmirror.com/@types/nprogress/0.2.0
|
||||||
'@types/qrcode': registry.npmmirror.com/@types/qrcode/1.5.0
|
'@types/qrcode': registry.npmmirror.com/@types/qrcode/1.5.0
|
||||||
'@types/qs': registry.npmmirror.com/@types/qs/6.9.7
|
'@types/qs': registry.npmmirror.com/@types/qs/6.9.7
|
||||||
'@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.43.0_ol5heeoi7wmwb4tenztnb7jlze
|
'@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu
|
||||||
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.43.0_zksrc6ykdxhogxjbhb5axiabwi
|
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||||
'@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.4+vue@3.2.45
|
'@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.4+vue@3.2.45
|
||||||
'@vitejs/plugin-vue-jsx': registry.npmmirror.com/@vitejs/plugin-vue-jsx/2.1.1_vite@3.2.4+vue@3.2.45
|
'@vitejs/plugin-vue-jsx': registry.npmmirror.com/@vitejs/plugin-vue-jsx/2.1.1_vite@3.2.4+vue@3.2.45
|
||||||
autoprefixer: registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.19
|
autoprefixer: registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.19
|
||||||
@ -142,15 +142,15 @@ devDependencies:
|
|||||||
postcss-less: registry.npmmirror.com/postcss-less/6.0.0_postcss@8.4.19
|
postcss-less: registry.npmmirror.com/postcss-less/6.0.0_postcss@8.4.19
|
||||||
prettier: registry.npmmirror.com/prettier/2.7.1
|
prettier: registry.npmmirror.com/prettier/2.7.1
|
||||||
rimraf: registry.npmmirror.com/rimraf/3.0.2
|
rimraf: registry.npmmirror.com/rimraf/3.0.2
|
||||||
rollup: registry.npmmirror.com/rollup/3.3.0
|
rollup: registry.npmmirror.com/rollup/3.4.0
|
||||||
stylelint: registry.npmmirror.com/stylelint/14.15.0
|
stylelint: registry.npmmirror.com/stylelint/14.15.0
|
||||||
stylelint-config-html: registry.npmmirror.com/stylelint-config-html/1.1.0_qendsqix7hqecpnpx4fjs6qry4
|
stylelint-config-html: registry.npmmirror.com/stylelint-config-html/1.1.0_qendsqix7hqecpnpx4fjs6qry4
|
||||||
stylelint-config-prettier: registry.npmmirror.com/stylelint-config-prettier/9.0.4_stylelint@14.15.0
|
stylelint-config-prettier: registry.npmmirror.com/stylelint-config-prettier/9.0.4_stylelint@14.15.0
|
||||||
stylelint-config-recommended: registry.npmmirror.com/stylelint-config-recommended/9.0.0_stylelint@14.15.0
|
stylelint-config-recommended: registry.npmmirror.com/stylelint-config-recommended/9.0.0_stylelint@14.15.0
|
||||||
stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/29.0.0_stylelint@14.15.0
|
stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/29.0.0_stylelint@14.15.0
|
||||||
stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.15.0
|
stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.15.0
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
unplugin-vue-macros: registry.npmmirror.com/unplugin-vue-macros/0.16.4_drqowttw7xgwfzqyhu6wuedde4
|
unplugin-vue-macros: registry.npmmirror.com/unplugin-vue-macros/0.16.4_ryx65up42ty3l266jfwf32kodm
|
||||||
vite: registry.npmmirror.com/vite/3.2.4_mp5lu76ee5qtwstsyca37sdhqi
|
vite: registry.npmmirror.com/vite/3.2.4_mp5lu76ee5qtwstsyca37sdhqi
|
||||||
vite-plugin-compression: registry.npmmirror.com/vite-plugin-compression/0.5.1_vite@3.2.4
|
vite-plugin-compression: registry.npmmirror.com/vite-plugin-compression/0.5.1_vite@3.2.4
|
||||||
vite-plugin-eslint: registry.npmmirror.com/vite-plugin-eslint/1.8.1_eslint@8.28.0+vite@3.2.4
|
vite-plugin-eslint: registry.npmmirror.com/vite-plugin-eslint/1.8.1_eslint@8.28.0+vite@3.2.4
|
||||||
@ -159,7 +159,7 @@ devDependencies:
|
|||||||
vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.4
|
vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.4
|
||||||
vite-plugin-svg-icons: registry.npmmirror.com/vite-plugin-svg-icons/2.0.1_vite@3.2.4
|
vite-plugin-svg-icons: registry.npmmirror.com/vite-plugin-svg-icons/2.0.1_vite@3.2.4
|
||||||
vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.8.8_vite@3.2.4
|
vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.8.8_vite@3.2.4
|
||||||
vue-tsc: registry.npmmirror.com/vue-tsc/1.0.9_typescript@4.8.4
|
vue-tsc: registry.npmmirror.com/vue-tsc/1.0.9_typescript@4.9.3
|
||||||
windicss: registry.npmmirror.com/windicss/3.5.6
|
windicss: registry.npmmirror.com/windicss/3.5.6
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
@ -540,20 +540,20 @@ packages:
|
|||||||
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1
|
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1
|
||||||
to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0
|
to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/cli/17.2.0:
|
registry.npmmirror.com/@commitlint/cli/17.3.0:
|
||||||
resolution: {integrity: sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/cli/-/cli-17.2.0.tgz}
|
resolution: {integrity: sha512-/H0md7TsKflKzVPz226VfXzVafJFO1f9+r2KcFvmBu08V0T56lZU1s8WL7/xlxqLMqBTVaBf7Ixtc4bskdEEZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/cli/-/cli-17.3.0.tgz}
|
||||||
name: '@commitlint/cli'
|
name: '@commitlint/cli'
|
||||||
version: 17.2.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/format': registry.npmmirror.com/@commitlint/format/17.0.0
|
'@commitlint/format': registry.npmmirror.com/@commitlint/format/17.0.0
|
||||||
'@commitlint/lint': registry.npmmirror.com/@commitlint/lint/17.2.0
|
'@commitlint/lint': registry.npmmirror.com/@commitlint/lint/17.3.0
|
||||||
'@commitlint/load': registry.npmmirror.com/@commitlint/load/17.2.0
|
'@commitlint/load': registry.npmmirror.com/@commitlint/load/17.3.0
|
||||||
'@commitlint/read': registry.npmmirror.com/@commitlint/read/17.2.0
|
'@commitlint/read': registry.npmmirror.com/@commitlint/read/17.2.0
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
execa: registry.npmmirror.com/execa/5.1.1
|
execa: registry.npmmirror.com/execa/5.1.1
|
||||||
lodash: registry.npmmirror.com/lodash/4.17.21
|
lodash.isfunction: registry.npmmirror.com/lodash.isfunction/3.0.9
|
||||||
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
||||||
resolve-global: registry.npmmirror.com/resolve-global/1.0.0
|
resolve-global: registry.npmmirror.com/resolve-global/1.0.0
|
||||||
yargs: registry.npmmirror.com/yargs/17.6.2
|
yargs: registry.npmmirror.com/yargs/17.6.2
|
||||||
@ -562,10 +562,10 @@ packages:
|
|||||||
- '@swc/wasm'
|
- '@swc/wasm'
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/config-conventional/17.2.0:
|
registry.npmmirror.com/@commitlint/config-conventional/17.3.0:
|
||||||
resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz}
|
resolution: {integrity: sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz}
|
||||||
name: '@commitlint/config-conventional'
|
name: '@commitlint/config-conventional'
|
||||||
version: 17.2.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
conventional-changelog-conventionalcommits: registry.npmmirror.com/conventional-changelog-conventionalcommits/5.0.0
|
conventional-changelog-conventionalcommits: registry.npmmirror.com/conventional-changelog-conventionalcommits/5.0.0
|
||||||
@ -581,14 +581,18 @@ packages:
|
|||||||
ajv: registry.npmmirror.com/ajv/8.11.2
|
ajv: registry.npmmirror.com/ajv/8.11.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/ensure/17.0.0:
|
registry.npmmirror.com/@commitlint/ensure/17.3.0:
|
||||||
resolution: {integrity: sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/ensure/-/ensure-17.0.0.tgz}
|
resolution: {integrity: sha512-kWbrQHDoW5veIUQx30gXoLOCjWvwC6OOEofhPCLl5ytRPBDAQObMbxTha1Bt2aSyNE/IrJ0s0xkdZ1Gi3wJwQg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/ensure/-/ensure-17.3.0.tgz}
|
||||||
name: '@commitlint/ensure'
|
name: '@commitlint/ensure'
|
||||||
version: 17.0.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
lodash: registry.npmmirror.com/lodash/4.17.21
|
lodash.camelcase: registry.npmmirror.com/lodash.camelcase/4.3.0
|
||||||
|
lodash.kebabcase: registry.npmmirror.com/lodash.kebabcase/4.1.1
|
||||||
|
lodash.snakecase: registry.npmmirror.com/lodash.snakecase/4.1.1
|
||||||
|
lodash.startcase: registry.npmmirror.com/lodash.startcase/4.4.0
|
||||||
|
lodash.upperfirst: registry.npmmirror.com/lodash.upperfirst/4.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/execute-rule/17.0.0:
|
registry.npmmirror.com/@commitlint/execute-rule/17.0.0:
|
||||||
@ -618,33 +622,35 @@ packages:
|
|||||||
semver: registry.npmmirror.com/semver/7.3.7
|
semver: registry.npmmirror.com/semver/7.3.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/lint/17.2.0:
|
registry.npmmirror.com/@commitlint/lint/17.3.0:
|
||||||
resolution: {integrity: sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/lint/-/lint-17.2.0.tgz}
|
resolution: {integrity: sha512-VilOTPg0i9A7CCWM49E9bl5jytfTvfTxf9iwbWAWNjxJ/A5mhPKbm3sHuAdwJ87tDk1k4j8vomYfH23iaY+1Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/lint/-/lint-17.3.0.tgz}
|
||||||
name: '@commitlint/lint'
|
name: '@commitlint/lint'
|
||||||
version: 17.2.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/is-ignored': registry.npmmirror.com/@commitlint/is-ignored/17.2.0
|
'@commitlint/is-ignored': registry.npmmirror.com/@commitlint/is-ignored/17.2.0
|
||||||
'@commitlint/parse': registry.npmmirror.com/@commitlint/parse/17.2.0
|
'@commitlint/parse': registry.npmmirror.com/@commitlint/parse/17.2.0
|
||||||
'@commitlint/rules': registry.npmmirror.com/@commitlint/rules/17.2.0
|
'@commitlint/rules': registry.npmmirror.com/@commitlint/rules/17.3.0
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/load/17.2.0:
|
registry.npmmirror.com/@commitlint/load/17.3.0:
|
||||||
resolution: {integrity: sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/load/-/load-17.2.0.tgz}
|
resolution: {integrity: sha512-u/pV6rCAJrCUN+HylBHLzZ4qj1Ew3+eN9GBPhNi9otGxtOfA8b+8nJSxaNbcC23Ins/kcpjGf9zPSVW7628Umw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/load/-/load-17.3.0.tgz}
|
||||||
name: '@commitlint/load'
|
name: '@commitlint/load'
|
||||||
version: 17.2.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/config-validator': registry.npmmirror.com/@commitlint/config-validator/17.1.0
|
'@commitlint/config-validator': registry.npmmirror.com/@commitlint/config-validator/17.1.0
|
||||||
'@commitlint/execute-rule': registry.npmmirror.com/@commitlint/execute-rule/17.0.0
|
'@commitlint/execute-rule': registry.npmmirror.com/@commitlint/execute-rule/17.0.0
|
||||||
'@commitlint/resolve-extends': registry.npmmirror.com/@commitlint/resolve-extends/17.1.0
|
'@commitlint/resolve-extends': registry.npmmirror.com/@commitlint/resolve-extends/17.3.0
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
'@types/node': registry.npmmirror.com/@types/node/14.18.33
|
'@types/node': registry.npmmirror.com/@types/node/14.18.33
|
||||||
chalk: registry.npmmirror.com/chalk/4.1.2
|
chalk: registry.npmmirror.com/chalk/4.1.2
|
||||||
cosmiconfig: registry.npmmirror.com/cosmiconfig/7.1.0
|
cosmiconfig: registry.npmmirror.com/cosmiconfig/7.1.0
|
||||||
cosmiconfig-typescript-loader: registry.npmmirror.com/cosmiconfig-typescript-loader/4.2.0_qoh33be55smklb2oyrgdyddh4a
|
cosmiconfig-typescript-loader: registry.npmmirror.com/cosmiconfig-typescript-loader/4.2.0_qoh33be55smklb2oyrgdyddh4a
|
||||||
lodash: registry.npmmirror.com/lodash/4.17.21
|
lodash.isplainobject: registry.npmmirror.com/lodash.isplainobject/4.0.6
|
||||||
|
lodash.merge: registry.npmmirror.com/lodash.merge/4.6.2
|
||||||
|
lodash.uniq: registry.npmmirror.com/lodash.uniq/4.5.0
|
||||||
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
||||||
ts-node: registry.npmmirror.com/ts-node/10.9.1_kluoused5zacjtflizwvdqgpom
|
ts-node: registry.npmmirror.com/ts-node/10.9.1_kluoused5zacjtflizwvdqgpom
|
||||||
typescript: registry.npmmirror.com/typescript/4.9.3
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
@ -684,27 +690,27 @@ packages:
|
|||||||
minimist: registry.npmmirror.com/minimist/1.2.7
|
minimist: registry.npmmirror.com/minimist/1.2.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/resolve-extends/17.1.0:
|
registry.npmmirror.com/@commitlint/resolve-extends/17.3.0:
|
||||||
resolution: {integrity: sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz}
|
resolution: {integrity: sha512-Lf3JufJlc5yVEtJWC8o4IAZaB8FQAUaVlhlAHRACd0TTFizV2Lk2VH70et23KgvbQNf7kQzHs/2B4QZalBv6Cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/resolve-extends/-/resolve-extends-17.3.0.tgz}
|
||||||
name: '@commitlint/resolve-extends'
|
name: '@commitlint/resolve-extends'
|
||||||
version: 17.1.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/config-validator': registry.npmmirror.com/@commitlint/config-validator/17.1.0
|
'@commitlint/config-validator': registry.npmmirror.com/@commitlint/config-validator/17.1.0
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
import-fresh: registry.npmmirror.com/import-fresh/3.3.0
|
import-fresh: registry.npmmirror.com/import-fresh/3.3.0
|
||||||
lodash: registry.npmmirror.com/lodash/4.17.21
|
lodash.mergewith: registry.npmmirror.com/lodash.mergewith/4.6.2
|
||||||
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
resolve-from: registry.npmmirror.com/resolve-from/5.0.0
|
||||||
resolve-global: registry.npmmirror.com/resolve-global/1.0.0
|
resolve-global: registry.npmmirror.com/resolve-global/1.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@commitlint/rules/17.2.0:
|
registry.npmmirror.com/@commitlint/rules/17.3.0:
|
||||||
resolution: {integrity: sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/rules/-/rules-17.2.0.tgz}
|
resolution: {integrity: sha512-s2UhDjC5yP2utx3WWqsnZRzjgzAX8BMwr1nltC0u0p8T/nzpkx4TojEfhlsOUj1t7efxzZRjUAV0NxNwdJyk+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@commitlint/rules/-/rules-17.3.0.tgz}
|
||||||
name: '@commitlint/rules'
|
name: '@commitlint/rules'
|
||||||
version: 17.2.0
|
version: 17.3.0
|
||||||
engines: {node: '>=v14'}
|
engines: {node: '>=v14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@commitlint/ensure': registry.npmmirror.com/@commitlint/ensure/17.0.0
|
'@commitlint/ensure': registry.npmmirror.com/@commitlint/ensure/17.3.0
|
||||||
'@commitlint/message': registry.npmmirror.com/@commitlint/message/17.2.0
|
'@commitlint/message': registry.npmmirror.com/@commitlint/message/17.2.0
|
||||||
'@commitlint/to-lines': registry.npmmirror.com/@commitlint/to-lines/17.0.0
|
'@commitlint/to-lines': registry.npmmirror.com/@commitlint/to-lines/17.0.0
|
||||||
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
'@commitlint/types': registry.npmmirror.com/@commitlint/types/17.0.0
|
||||||
@ -875,10 +881,10 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0
|
'@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0
|
||||||
|
|
||||||
registry.npmmirror.com/@iconify/json/2.1.141:
|
registry.npmmirror.com/@iconify/json/2.1.142:
|
||||||
resolution: {integrity: sha512-FPVZPGwhfugQ4ejfdvvy+/oAq0QCG3MY4oWrt80s77XQX1LEA7UndN1GV5uBdo2fKgRU94RnmBbtDOZ4T+4aoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/-/json-2.1.141.tgz}
|
resolution: {integrity: sha512-wTVti6wSp5ofWk7g7vWF+WDmC9ymI4PoNAGHQ0p4cGpNd04bMSS1DB+ptU8n6OqBg2T03kKEqRvG9PqjUiZSGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/-/json-2.1.142.tgz}
|
||||||
name: '@iconify/json'
|
name: '@iconify/json'
|
||||||
version: 2.1.141
|
version: 2.1.142
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0
|
'@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0
|
||||||
pathe: registry.npmmirror.com/pathe/0.3.9
|
pathe: registry.npmmirror.com/pathe/0.3.9
|
||||||
@ -1318,11 +1324,11 @@ packages:
|
|||||||
name: '@types/web-bluetooth'
|
name: '@types/web-bluetooth'
|
||||||
version: 0.0.16
|
version: 0.0.16
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.43.0_ol5heeoi7wmwb4tenztnb7jlze:
|
registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu:
|
||||||
resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz}
|
resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz}
|
||||||
id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.43.0
|
id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.44.0
|
||||||
name: '@typescript-eslint/eslint-plugin'
|
name: '@typescript-eslint/eslint-plugin'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^5.0.0
|
'@typescript-eslint/parser': ^5.0.0
|
||||||
@ -1332,27 +1338,27 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.43.0_zksrc6ykdxhogxjbhb5axiabwi
|
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||||
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.43.0
|
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.44.0
|
||||||
'@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi
|
'@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||||
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi
|
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||||
debug: registry.npmmirror.com/debug/4.3.4
|
debug: registry.npmmirror.com/debug/4.3.4
|
||||||
eslint: registry.npmmirror.com/eslint/8.28.0
|
eslint: registry.npmmirror.com/eslint/8.28.0
|
||||||
ignore: registry.npmmirror.com/ignore/5.2.0
|
ignore: registry.npmmirror.com/ignore/5.2.0
|
||||||
natural-compare-lite: registry.npmmirror.com/natural-compare-lite/1.4.0
|
natural-compare-lite: registry.npmmirror.com/natural-compare-lite/1.4.0
|
||||||
regexpp: registry.npmmirror.com/regexpp/3.2.0
|
regexpp: registry.npmmirror.com/regexpp/3.2.0
|
||||||
semver: registry.npmmirror.com/semver/7.3.8
|
semver: registry.npmmirror.com/semver/7.3.8
|
||||||
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.8.4
|
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.3
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/parser/5.43.0_zksrc6ykdxhogxjbhb5axiabwi:
|
registry.npmmirror.com/@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||||
resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.43.0.tgz}
|
resolution: {integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.44.0.tgz}
|
||||||
id: registry.npmmirror.com/@typescript-eslint/parser/5.43.0
|
id: registry.npmmirror.com/@typescript-eslint/parser/5.44.0
|
||||||
name: '@typescript-eslint/parser'
|
name: '@typescript-eslint/parser'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
@ -1361,31 +1367,31 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.43.0
|
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.44.0
|
||||||
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.43.0
|
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.44.0
|
||||||
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4
|
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3
|
||||||
debug: registry.npmmirror.com/debug/4.3.4
|
debug: registry.npmmirror.com/debug/4.3.4
|
||||||
eslint: registry.npmmirror.com/eslint/8.28.0
|
eslint: registry.npmmirror.com/eslint/8.28.0
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/scope-manager/5.43.0:
|
registry.npmmirror.com/@typescript-eslint/scope-manager/5.44.0:
|
||||||
resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz}
|
resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz}
|
||||||
name: '@typescript-eslint/scope-manager'
|
name: '@typescript-eslint/scope-manager'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.43.0
|
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.44.0
|
||||||
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.43.0
|
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.44.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/type-utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi:
|
registry.npmmirror.com/@typescript-eslint/type-utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||||
resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz}
|
resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz}
|
||||||
id: registry.npmmirror.com/@typescript-eslint/type-utils/5.43.0
|
id: registry.npmmirror.com/@typescript-eslint/type-utils/5.44.0
|
||||||
name: '@typescript-eslint/type-utils'
|
name: '@typescript-eslint/type-utils'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
@ -1394,28 +1400,28 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4
|
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3
|
||||||
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi
|
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||||
debug: registry.npmmirror.com/debug/4.3.4
|
debug: registry.npmmirror.com/debug/4.3.4
|
||||||
eslint: registry.npmmirror.com/eslint/8.28.0
|
eslint: registry.npmmirror.com/eslint/8.28.0
|
||||||
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.8.4
|
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.3
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/types/5.43.0:
|
registry.npmmirror.com/@typescript-eslint/types/5.44.0:
|
||||||
resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.43.0.tgz}
|
resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.44.0.tgz}
|
||||||
name: '@typescript-eslint/types'
|
name: '@typescript-eslint/types'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4:
|
registry.npmmirror.com/@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3:
|
||||||
resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz}
|
resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz}
|
||||||
id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.43.0
|
id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.44.0
|
||||||
name: '@typescript-eslint/typescript-estree'
|
name: '@typescript-eslint/typescript-estree'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
@ -1423,32 +1429,32 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.43.0
|
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.44.0
|
||||||
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.43.0
|
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.44.0
|
||||||
debug: registry.npmmirror.com/debug/4.3.4
|
debug: registry.npmmirror.com/debug/4.3.4
|
||||||
globby: registry.npmmirror.com/globby/11.1.0
|
globby: registry.npmmirror.com/globby/11.1.0
|
||||||
is-glob: registry.npmmirror.com/is-glob/4.0.3
|
is-glob: registry.npmmirror.com/is-glob/4.0.3
|
||||||
semver: registry.npmmirror.com/semver/7.3.8
|
semver: registry.npmmirror.com/semver/7.3.8
|
||||||
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.8.4
|
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.3
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi:
|
registry.npmmirror.com/@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||||
resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.43.0.tgz}
|
resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.44.0.tgz}
|
||||||
id: registry.npmmirror.com/@typescript-eslint/utils/5.43.0
|
id: registry.npmmirror.com/@typescript-eslint/utils/5.44.0
|
||||||
name: '@typescript-eslint/utils'
|
name: '@typescript-eslint/utils'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11
|
'@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11
|
||||||
'@types/semver': registry.npmmirror.com/@types/semver/7.3.13
|
'@types/semver': registry.npmmirror.com/@types/semver/7.3.13
|
||||||
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.43.0
|
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.44.0
|
||||||
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.43.0
|
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.44.0
|
||||||
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4
|
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3
|
||||||
eslint: registry.npmmirror.com/eslint/8.28.0
|
eslint: registry.npmmirror.com/eslint/8.28.0
|
||||||
eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1
|
eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1
|
||||||
eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.28.0
|
eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.28.0
|
||||||
@ -1458,13 +1464,13 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@typescript-eslint/visitor-keys/5.43.0:
|
registry.npmmirror.com/@typescript-eslint/visitor-keys/5.44.0:
|
||||||
resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz}
|
resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz}
|
||||||
name: '@typescript-eslint/visitor-keys'
|
name: '@typescript-eslint/visitor-keys'
|
||||||
version: 5.43.0
|
version: 5.44.0
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.43.0
|
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.44.0
|
||||||
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0
|
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -1636,7 +1642,7 @@ packages:
|
|||||||
magic-string: registry.npmmirror.com/magic-string/0.26.7
|
magic-string: registry.npmmirror.com/magic-string/0.26.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@vue-macros/define-model/0.14.1_@vueuse+core@9.5.0:
|
registry.npmmirror.com/@vue-macros/define-model/0.14.1_@vueuse+core@9.6.0:
|
||||||
resolution: {integrity: sha512-Mwg/+OGDTEzaGyGXcAUJ0ZfEmgXKEVeWk3zVR6wC7l0f8OOBZ4lb1gWq9NJT+D1Xxy34mdNmkmRVoevW5kN0iQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-model/-/define-model-0.14.1.tgz}
|
resolution: {integrity: sha512-Mwg/+OGDTEzaGyGXcAUJ0ZfEmgXKEVeWk3zVR6wC7l0f8OOBZ4lb1gWq9NJT+D1Xxy34mdNmkmRVoevW5kN0iQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-model/-/define-model-0.14.1.tgz}
|
||||||
id: registry.npmmirror.com/@vue-macros/define-model/0.14.1
|
id: registry.npmmirror.com/@vue-macros/define-model/0.14.1
|
||||||
name: '@vue-macros/define-model'
|
name: '@vue-macros/define-model'
|
||||||
@ -1650,7 +1656,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
||||||
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
||||||
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45
|
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45
|
||||||
ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.3.0
|
ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.3.0
|
||||||
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
||||||
dev: true
|
dev: true
|
||||||
@ -1711,7 +1717,7 @@ packages:
|
|||||||
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@vue-macros/named-template/0.0.6_ygspmtsr7jejaf6wke2f4dns5a:
|
registry.npmmirror.com/@vue-macros/named-template/0.0.6_4jsdaiqeu6rfrlpxhoq2uxpaga:
|
||||||
resolution: {integrity: sha512-nEoutSYbwu7QC+uWcs90rD28erP6xZ0aU4uYnrxTUnVcbga9xMchxcs3MgI/2ax6dz/EXf1f1utYXXpGgLi+Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/named-template/-/named-template-0.0.6.tgz}
|
resolution: {integrity: sha512-nEoutSYbwu7QC+uWcs90rD28erP6xZ0aU4uYnrxTUnVcbga9xMchxcs3MgI/2ax6dz/EXf1f1utYXXpGgLi+Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/named-template/-/named-template-0.0.6.tgz}
|
||||||
id: registry.npmmirror.com/@vue-macros/named-template/0.0.6
|
id: registry.npmmirror.com/@vue-macros/named-template/0.0.6
|
||||||
name: '@vue-macros/named-template'
|
name: '@vue-macros/named-template'
|
||||||
@ -1723,7 +1729,7 @@ packages:
|
|||||||
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
||||||
'@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45
|
'@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45
|
||||||
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
||||||
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.3.0+vite@3.2.4
|
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.4.0+vite@3.2.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- esbuild
|
- esbuild
|
||||||
- rollup
|
- rollup
|
||||||
@ -1732,7 +1738,7 @@ packages:
|
|||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/@vue-macros/setup-component/0.12.8_rollup@3.3.0+vite@3.2.4:
|
registry.npmmirror.com/@vue-macros/setup-component/0.12.8_rollup@3.4.0+vite@3.2.4:
|
||||||
resolution: {integrity: sha512-2tRMl8l8OYMpIRYsZyAZfH0dNT7CONMTcmdGEffJb5GvK8XOmdgGk7NFUhaQg3EEnk1SUq1Kdcx+gyH/a0qE4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-component/-/setup-component-0.12.8.tgz}
|
resolution: {integrity: sha512-2tRMl8l8OYMpIRYsZyAZfH0dNT7CONMTcmdGEffJb5GvK8XOmdgGk7NFUhaQg3EEnk1SUq1Kdcx+gyH/a0qE4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-component/-/setup-component-0.12.8.tgz}
|
||||||
id: registry.npmmirror.com/@vue-macros/setup-component/0.12.8
|
id: registry.npmmirror.com/@vue-macros/setup-component/0.12.8
|
||||||
name: '@vue-macros/setup-component'
|
name: '@vue-macros/setup-component'
|
||||||
@ -1742,7 +1748,7 @@ packages:
|
|||||||
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
||||||
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
'@vue-macros/common': registry.npmmirror.com/@vue-macros/common/0.13.4
|
||||||
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
||||||
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.3.0+vite@3.2.4
|
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.4.0+vite@3.2.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- esbuild
|
- esbuild
|
||||||
- rollup
|
- rollup
|
||||||
@ -1897,30 +1903,30 @@ packages:
|
|||||||
name: '@vue/shared'
|
name: '@vue/shared'
|
||||||
version: 3.2.45
|
version: 3.2.45
|
||||||
|
|
||||||
registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45:
|
registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45:
|
||||||
resolution: {integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/-/core-9.5.0.tgz}
|
resolution: {integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/-/core-9.6.0.tgz}
|
||||||
id: registry.npmmirror.com/@vueuse/core/9.5.0
|
id: registry.npmmirror.com/@vueuse/core/9.6.0
|
||||||
name: '@vueuse/core'
|
name: '@vueuse/core'
|
||||||
version: 9.5.0
|
version: 9.6.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth/0.0.16
|
'@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth/0.0.16
|
||||||
'@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/9.5.0
|
'@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/9.6.0
|
||||||
'@vueuse/shared': registry.npmmirror.com/@vueuse/shared/9.5.0_vue@3.2.45
|
'@vueuse/shared': registry.npmmirror.com/@vueuse/shared/9.6.0_vue@3.2.45
|
||||||
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
registry.npmmirror.com/@vueuse/metadata/9.5.0:
|
registry.npmmirror.com/@vueuse/metadata/9.6.0:
|
||||||
resolution: {integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.5.0.tgz}
|
resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.6.0.tgz}
|
||||||
name: '@vueuse/metadata'
|
name: '@vueuse/metadata'
|
||||||
version: 9.5.0
|
version: 9.6.0
|
||||||
|
|
||||||
registry.npmmirror.com/@vueuse/shared/9.5.0_vue@3.2.45:
|
registry.npmmirror.com/@vueuse/shared/9.6.0_vue@3.2.45:
|
||||||
resolution: {integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-9.5.0.tgz}
|
resolution: {integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-9.6.0.tgz}
|
||||||
id: registry.npmmirror.com/@vueuse/shared/9.5.0
|
id: registry.npmmirror.com/@vueuse/shared/9.6.0
|
||||||
name: '@vueuse/shared'
|
name: '@vueuse/shared'
|
||||||
version: 9.5.0
|
version: 9.6.0
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -3659,7 +3665,7 @@ packages:
|
|||||||
'@popperjs/core': registry.npmmirror.com/@sxzz/popperjs-es/2.11.7
|
'@popperjs/core': registry.npmmirror.com/@sxzz/popperjs-es/2.11.7
|
||||||
'@types/lodash': registry.npmmirror.com/@types/lodash/4.14.189
|
'@types/lodash': registry.npmmirror.com/@types/lodash/4.14.189
|
||||||
'@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6
|
'@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6
|
||||||
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45
|
'@vueuse/core': registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45
|
||||||
async-validator: registry.npmmirror.com/async-validator/4.2.5
|
async-validator: registry.npmmirror.com/async-validator/4.2.5
|
||||||
dayjs: registry.npmmirror.com/dayjs/1.11.6
|
dayjs: registry.npmmirror.com/dayjs/1.11.6
|
||||||
escape-html: registry.npmmirror.com/escape-html/1.0.3
|
escape-html: registry.npmmirror.com/escape-html/1.0.3
|
||||||
@ -5916,7 +5922,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz}
|
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz}
|
||||||
name: lodash.camelcase
|
name: lodash.camelcase
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
dev: false
|
|
||||||
|
|
||||||
registry.npmmirror.com/lodash.clonedeep/4.5.0:
|
registry.npmmirror.com/lodash.clonedeep/4.5.0:
|
||||||
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz}
|
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz}
|
||||||
@ -5948,12 +5953,48 @@ packages:
|
|||||||
version: 4.5.0
|
version: 4.5.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.isfunction/3.0.9:
|
||||||
|
resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz}
|
||||||
|
name: lodash.isfunction
|
||||||
|
version: 3.0.9
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.isplainobject/4.0.6:
|
||||||
|
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz}
|
||||||
|
name: lodash.isplainobject
|
||||||
|
version: 4.0.6
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.kebabcase/4.1.1:
|
||||||
|
resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz}
|
||||||
|
name: lodash.kebabcase
|
||||||
|
version: 4.1.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/lodash.merge/4.6.2:
|
registry.npmmirror.com/lodash.merge/4.6.2:
|
||||||
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz}
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz}
|
||||||
name: lodash.merge
|
name: lodash.merge
|
||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.mergewith/4.6.2:
|
||||||
|
resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz}
|
||||||
|
name: lodash.mergewith
|
||||||
|
version: 4.6.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.snakecase/4.1.1:
|
||||||
|
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz}
|
||||||
|
name: lodash.snakecase
|
||||||
|
version: 4.1.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.startcase/4.4.0:
|
||||||
|
resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz}
|
||||||
|
name: lodash.startcase
|
||||||
|
version: 4.4.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/lodash.throttle/4.1.1:
|
registry.npmmirror.com/lodash.throttle/4.1.1:
|
||||||
resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz}
|
resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz}
|
||||||
name: lodash.throttle
|
name: lodash.throttle
|
||||||
@ -5972,6 +6013,18 @@ packages:
|
|||||||
version: 4.4.2
|
version: 4.4.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.uniq/4.5.0:
|
||||||
|
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz}
|
||||||
|
name: lodash.uniq
|
||||||
|
version: 4.5.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/lodash.upperfirst/4.3.1:
|
||||||
|
resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz}
|
||||||
|
name: lodash.upperfirst
|
||||||
|
version: 4.3.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/lodash/4.17.21:
|
registry.npmmirror.com/lodash/4.17.21:
|
||||||
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz}
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz}
|
||||||
name: lodash
|
name: lodash
|
||||||
@ -6932,11 +6985,11 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
registry.npmmirror.com/pinia/2.0.24_zwu2zepfy3m6u2gunxlolp35gi:
|
registry.npmmirror.com/pinia/2.0.25_mgnvym7yiazkylwwogi5r767ue:
|
||||||
resolution: {integrity: sha512-DDLd4Iphyc+6PYYYbx7jkb6WP9gecgu9bz9huyB5rb7CdJI3DhzYiZI+/Ih8MLewRrP9DSpslF/BgSNrJtZU7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.0.24.tgz}
|
resolution: {integrity: sha512-3reAkjJ6bW2D5hZKRMS0c9rUbHVlsVyZd037xO0PJr2AuF/09RRSBnFLlJgmHF4Jx6dEoW/jZBOHTushY7IMlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.0.25.tgz}
|
||||||
id: registry.npmmirror.com/pinia/2.0.24
|
id: registry.npmmirror.com/pinia/2.0.25
|
||||||
name: pinia
|
name: pinia
|
||||||
version: 2.0.24
|
version: 2.0.25
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.4.0
|
'@vue/composition-api': ^1.4.0
|
||||||
typescript: '>=4.4.4'
|
typescript: '>=4.4.4'
|
||||||
@ -6948,7 +7001,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.4.5
|
'@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.4.5
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
vue: registry.npmmirror.com/vue/3.2.45
|
vue: registry.npmmirror.com/vue/3.2.45
|
||||||
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
|
||||||
dev: false
|
dev: false
|
||||||
@ -7502,10 +7555,10 @@ packages:
|
|||||||
fsevents: registry.npmmirror.com/fsevents/2.3.2
|
fsevents: registry.npmmirror.com/fsevents/2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/rollup/3.3.0:
|
registry.npmmirror.com/rollup/3.4.0:
|
||||||
resolution: {integrity: sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-3.3.0.tgz}
|
resolution: {integrity: sha512-4g8ZrEFK7UbDvy3JF+d5bLiC8UKkS3n/27/cnVeESwB1LVPl6MoPL32/6+SCQ1vHTp6Mvp2veIHtwELhi+uXEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-3.4.0.tgz}
|
||||||
name: rollup
|
name: rollup
|
||||||
version: 3.3.0
|
version: 3.4.0
|
||||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -8414,7 +8467,7 @@ packages:
|
|||||||
version: 2.4.1
|
version: 2.4.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/tsutils/3.21.0_typescript@4.8.4:
|
registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.3:
|
||||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tsutils/-/tsutils-3.21.0.tgz}
|
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tsutils/-/tsutils-3.21.0.tgz}
|
||||||
id: registry.npmmirror.com/tsutils/3.21.0
|
id: registry.npmmirror.com/tsutils/3.21.0
|
||||||
name: tsutils
|
name: tsutils
|
||||||
@ -8424,7 +8477,7 @@ packages:
|
|||||||
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.npmmirror.com/tslib/1.14.1
|
tslib: registry.npmmirror.com/tslib/1.14.1
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/type-check/0.4.0:
|
registry.npmmirror.com/type-check/0.4.0:
|
||||||
@ -8483,20 +8536,12 @@ packages:
|
|||||||
version: 2.7.2
|
version: 2.7.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
registry.npmmirror.com/typescript/4.8.4:
|
|
||||||
resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.8.4.tgz}
|
|
||||||
name: typescript
|
|
||||||
version: 4.8.4
|
|
||||||
engines: {node: '>=4.2.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
registry.npmmirror.com/typescript/4.9.3:
|
registry.npmmirror.com/typescript/4.9.3:
|
||||||
resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.9.3.tgz}
|
resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.9.3.tgz}
|
||||||
name: typescript
|
name: typescript
|
||||||
version: 4.9.3
|
version: 4.9.3
|
||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=4.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
registry.npmmirror.com/uglify-js/3.17.4:
|
registry.npmmirror.com/uglify-js/3.17.4:
|
||||||
resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/uglify-js/-/uglify-js-3.17.4.tgz}
|
resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/uglify-js/-/uglify-js-3.17.4.tgz}
|
||||||
@ -8534,7 +8579,7 @@ packages:
|
|||||||
engines: {node: '>= 10.0.0'}
|
engines: {node: '>= 10.0.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.3.0+vite@3.2.4:
|
registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.4.0+vite@3.2.4:
|
||||||
resolution: {integrity: sha512-Z38AC/TEjXbVyZ5HjVqo+lADj0/dcfwWC0Z4y0LNhybJzJQwmcMxm+ZsqHY3faauj4YigmlRMdptR5JEW9RuLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-combine/-/unplugin-combine-0.2.8.tgz}
|
resolution: {integrity: sha512-Z38AC/TEjXbVyZ5HjVqo+lADj0/dcfwWC0Z4y0LNhybJzJQwmcMxm+ZsqHY3faauj4YigmlRMdptR5JEW9RuLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-combine/-/unplugin-combine-0.2.8.tgz}
|
||||||
id: registry.npmmirror.com/unplugin-combine/0.2.8
|
id: registry.npmmirror.com/unplugin-combine/0.2.8
|
||||||
name: unplugin-combine
|
name: unplugin-combine
|
||||||
@ -8556,7 +8601,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': registry.npmmirror.com/@antfu/utils/0.6.3
|
'@antfu/utils': registry.npmmirror.com/@antfu/utils/0.6.3
|
||||||
rollup: registry.npmmirror.com/rollup/3.3.0
|
rollup: registry.npmmirror.com/rollup/3.4.0
|
||||||
unplugin: registry.npmmirror.com/unplugin/0.10.2
|
unplugin: registry.npmmirror.com/unplugin/0.10.2
|
||||||
vite: registry.npmmirror.com/vite/3.2.4_mp5lu76ee5qtwstsyca37sdhqi
|
vite: registry.npmmirror.com/vite/3.2.4_mp5lu76ee5qtwstsyca37sdhqi
|
||||||
dev: true
|
dev: true
|
||||||
@ -8573,7 +8618,7 @@ packages:
|
|||||||
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
unplugin: registry.npmmirror.com/unplugin/1.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/unplugin-vue-macros/0.16.4_drqowttw7xgwfzqyhu6wuedde4:
|
registry.npmmirror.com/unplugin-vue-macros/0.16.4_ryx65up42ty3l266jfwf32kodm:
|
||||||
resolution: {integrity: sha512-1dxQ/U4rZhf+LXP/7HSP2ycjCYQFCSB3QYu3zGPSiuN9M3yWjDkSTcXQcsFcdEvJGMbFWzKB/NJd4PnEqhQWOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-0.16.4.tgz}
|
resolution: {integrity: sha512-1dxQ/U4rZhf+LXP/7HSP2ycjCYQFCSB3QYu3zGPSiuN9M3yWjDkSTcXQcsFcdEvJGMbFWzKB/NJd4PnEqhQWOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-0.16.4.tgz}
|
||||||
id: registry.npmmirror.com/unplugin-vue-macros/0.16.4
|
id: registry.npmmirror.com/unplugin-vue-macros/0.16.4
|
||||||
name: unplugin-vue-macros
|
name: unplugin-vue-macros
|
||||||
@ -8584,17 +8629,17 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
|
||||||
'@vue-macros/better-define': registry.npmmirror.com/@vue-macros/better-define/0.2.0
|
'@vue-macros/better-define': registry.npmmirror.com/@vue-macros/better-define/0.2.0
|
||||||
'@vue-macros/define-model': registry.npmmirror.com/@vue-macros/define-model/0.14.1_@vueuse+core@9.5.0
|
'@vue-macros/define-model': registry.npmmirror.com/@vue-macros/define-model/0.14.1_@vueuse+core@9.6.0
|
||||||
'@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/0.0.3_vue@3.2.45
|
'@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/0.0.3_vue@3.2.45
|
||||||
'@vue-macros/define-render': registry.npmmirror.com/@vue-macros/define-render/0.13.9_vue@3.2.45
|
'@vue-macros/define-render': registry.npmmirror.com/@vue-macros/define-render/0.13.9_vue@3.2.45
|
||||||
'@vue-macros/define-slots': registry.npmmirror.com/@vue-macros/define-slots/0.0.6_vue@3.2.45
|
'@vue-macros/define-slots': registry.npmmirror.com/@vue-macros/define-slots/0.0.6_vue@3.2.45
|
||||||
'@vue-macros/hoist-static': registry.npmmirror.com/@vue-macros/hoist-static/0.12.8
|
'@vue-macros/hoist-static': registry.npmmirror.com/@vue-macros/hoist-static/0.12.8
|
||||||
'@vue-macros/named-template': registry.npmmirror.com/@vue-macros/named-template/0.0.6_ygspmtsr7jejaf6wke2f4dns5a
|
'@vue-macros/named-template': registry.npmmirror.com/@vue-macros/named-template/0.0.6_4jsdaiqeu6rfrlpxhoq2uxpaga
|
||||||
'@vue-macros/setup-component': registry.npmmirror.com/@vue-macros/setup-component/0.12.8_rollup@3.3.0+vite@3.2.4
|
'@vue-macros/setup-component': registry.npmmirror.com/@vue-macros/setup-component/0.12.8_rollup@3.4.0+vite@3.2.4
|
||||||
'@vue-macros/setup-sfc': registry.npmmirror.com/@vue-macros/setup-sfc/0.12.8
|
'@vue-macros/setup-sfc': registry.npmmirror.com/@vue-macros/setup-sfc/0.12.8
|
||||||
'@vue-macros/short-emits': registry.npmmirror.com/@vue-macros/short-emits/0.12.9
|
'@vue-macros/short-emits': registry.npmmirror.com/@vue-macros/short-emits/0.12.9
|
||||||
local-pkg: registry.npmmirror.com/local-pkg/0.4.2
|
local-pkg: registry.npmmirror.com/local-pkg/0.4.2
|
||||||
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.3.0+vite@3.2.4
|
unplugin-combine: registry.npmmirror.com/unplugin-combine/0.2.8_rollup@3.4.0+vite@3.2.4
|
||||||
unplugin-vue-define-options: registry.npmmirror.com/unplugin-vue-define-options/0.12.8
|
unplugin-vue-define-options: registry.npmmirror.com/unplugin-vue-define-options/0.12.8
|
||||||
vue: registry.npmmirror.com/vue/3.2.45
|
vue: registry.npmmirror.com/vue/3.2.45
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -8986,7 +9031,7 @@ packages:
|
|||||||
he: registry.npmmirror.com/he/1.2.0
|
he: registry.npmmirror.com/he/1.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/vue-tsc/1.0.9_typescript@4.8.4:
|
registry.npmmirror.com/vue-tsc/1.0.9_typescript@4.9.3:
|
||||||
resolution: {integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.0.9.tgz}
|
resolution: {integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.0.9.tgz}
|
||||||
id: registry.npmmirror.com/vue-tsc/1.0.9
|
id: registry.npmmirror.com/vue-tsc/1.0.9
|
||||||
name: vue-tsc
|
name: vue-tsc
|
||||||
@ -8997,17 +9042,20 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.0.9
|
'@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.0.9
|
||||||
'@volar/vue-typescript': registry.npmmirror.com/@volar/vue-typescript/1.0.9
|
'@volar/vue-typescript': registry.npmmirror.com/@volar/vue-typescript/1.0.9
|
||||||
typescript: registry.npmmirror.com/typescript/4.8.4
|
typescript: registry.npmmirror.com/typescript/4.9.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/vue-types/4.2.1_vue@3.2.45:
|
registry.npmmirror.com/vue-types/5.0.0_vue@3.2.45:
|
||||||
resolution: {integrity: sha512-DNQZmJuOvovLUIp0BENRkdnZHbI0V4e2mNvjAZOAXKD56YGvRchtUYOXA/XqTxdv7Ng5SJLZqRKRpAhm5NLaPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-types/-/vue-types-4.2.1.tgz}
|
resolution: {integrity: sha512-giq56UtZRugrJXAO71croWBrYlhBrtvRZPqBqcng3yq4D4NwmwZdTeJu/x76aoUAAghJ24CvALoVt1sc23IaFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-types/-/vue-types-5.0.0.tgz}
|
||||||
id: registry.npmmirror.com/vue-types/4.2.1
|
id: registry.npmmirror.com/vue-types/5.0.0
|
||||||
name: vue-types
|
name: vue-types
|
||||||
version: 4.2.1
|
version: 5.0.0
|
||||||
engines: {node: '>=12.16.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^2.0.0 || ^3.0.0
|
vue: ^2.0.0 || ^3.0.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
vue:
|
||||||
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
is-plain-object: registry.npmmirror.com/is-plain-object/5.0.0
|
is-plain-object: registry.npmmirror.com/is-plain-object/5.0.0
|
||||||
vue: registry.npmmirror.com/vue/3.2.45
|
vue: registry.npmmirror.com/vue/3.2.45
|
||||||
|
Loading…
Reference in New Issue
Block a user