From ee84f695e938203f5cf60174fd0e2fbecd807899 Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Wed, 20 Sep 2023 17:39:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96ts=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=EF=BC=8Ctypes?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 86 +- pnpm-lock.yaml | 5024 +++++++++++++++++++++++++---------------- src/App.vue | 23 +- src/api/api.d.ts | 32 +- src/api/auth.d.ts | 61 + src/api/auth/auth.ts | 54 +- src/auto-imports.d.ts | 23 +- src/components.d.ts | 4 +- src/types/env.d.ts | 8 +- tsconfig.json | 14 +- vite.config.ts | 13 +- 11 files changed, 3268 insertions(+), 2074 deletions(-) create mode 100644 src/api/auth.d.ts diff --git a/package.json b/package.json index 2dce021..f2e5bda 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "vite build", "build:ssg": "vite-ssg build", - "dev": "vite --port 3333 --open", + "dev": "vite --port 3333", "lint": "eslint .", "preview": "vite preview", "preview-https": "serve dist", @@ -18,65 +18,65 @@ "sizecheck": "npx vite-bundle-visualizer" }, "dependencies": { - "@unhead/vue": "^1.1.27", - "@unocss/reset": "^0.52.2", - "@vueuse/core": "^10.1.2", - "@vueuse/head": "^1.1.26", + "@unhead/vue": "^1.7.4", + "@unocss/reset": "^0.55.7", + "@vueuse/core": "^10.4.1", + "@vueuse/head": "^2.0.0", "nprogress": "^0.2.0", - "pinia": "^2.1.3", + "pinia": "^2.1.6", "vue": "^3.3.4", - "vue-demi": "^0.14.5", - "vue-i18n": "^9.2.2", - "vue-router": "^4.2.1" + "vue-demi": "^0.14.6", + "vue-i18n": "^9.4.1", + "vue-router": "^4.2.4" }, "devDependencies": { - "@antfu/eslint-config": "^0.39.3", - "@iconify-json/carbon": "^1.1.16", - "@intlify/unplugin-vue-i18n": "^0.10.0", + "@antfu/eslint-config": "^0.43.0", + "@iconify-json/carbon": "^1.1.21", + "@intlify/unplugin-vue-i18n": "^1.2.0", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.7", - "@unocss/eslint-config": "^0.52.2", - "@vitejs/plugin-vue": "^4.2.3", + "@unocss/eslint-config": "^0.55.7", + "@vitejs/plugin-vue": "^4.3.4", "@vue-macros/reactivity-transform": "^0.3.9", "@vue-macros/short-vmodel": "^1.2.8", - "@vue-macros/volar": "^0.9.8", - "@vue/test-utils": "^2.3.2", - "critters": "^0.0.16", + "@vue-macros/volar": "^0.14.3", + "@vue/test-utils": "^2.4.1", + "critters": "^0.0.20", "cross-env": "^7.0.3", - "cypress": "^12.12.0", - "cypress-vite": "^1.4.0", - "eslint": "^8.41.0", - "eslint-plugin-cypress": "^2.13.3", + "cypress": "^13.2.0", + "cypress-vite": "^1.4.2", + "eslint": "^8.49.0", + "eslint-plugin-cypress": "^2.15.1", "https-localhost": "^4.7.1", - "lint-staged": "^13.2.2", + "lint-staged": "^14.0.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", "naive-ui": "^2.34.4", - "pnpm": "^8.5.1", - "shiki": "^0.14.2", - "simple-git-hooks": "^2.8.1", - "taze": "^0.10.1", - "typescript": "^5.0.4", - "unocss": "^0.52.2", - "unplugin-auto-import": "^0.16.2", - "unplugin-vue-components": "^0.24.1", - "unplugin-vue-macros": "^2.1.7", - "vite": "^4.3.8", - "vite-bundle-visualizer": "^0.7.0", - "vite-plugin-inspect": "^0.7.28", - "vite-plugin-pages": "^0.30.1", - "vite-plugin-pwa": "^0.15.0", + "pnpm": "^8.7.6", + "shiki": "^0.14.4", + "simple-git-hooks": "^2.9.0", + "taze": "^0.11.2", + "typescript": "^5.2.2", + "unocss": "^0.55.7", + "unplugin-auto-import": "^0.16.6", + "unplugin-vue-components": "^0.25.2", + "unplugin-vue-macros": "^2.5.1", + "unplugin-vue-markdown": "^0.24.3", + "vite": "^4.4.9", + "vite-bundle-visualizer": "^0.10.0", + "vite-plugin-inspect": "^0.7.38", + "vite-plugin-pages": "^0.31.0", + "vite-plugin-pwa": "^0.16.5", "vite-plugin-vue-component-preview": "^1.1.6", - "vite-plugin-vue-devtools": "^0.0.16", + "vite-plugin-vue-devtools": "^1.0.0-rc.4", "vite-plugin-vue-layouts": "^0.8.0", - "vite-plugin-vue-markdown": "^0.23.5", - "vite-plugin-webfont-dl": "^3.7.4", - "vite-ssg": "^0.22.2", + "vite-plugin-webfont-dl": "^3.7.6", + "vite-ssg": "^0.23.2", "vite-ssg-sitemap": "^0.5.1", - "vitest": "^0.31.1", - "vue-request": "^2.0.1", - "vue-tsc": "^1.6.5" + "vitest": "^0.34.4", + "vue-request": "^2.0.3", + "vue-tsc": "^1.8.11" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0ca6dc..daa6f13 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,127 +1,134 @@ lockfileVersion: 5.4 specifiers: - '@antfu/eslint-config': ^0.39.3 - '@iconify-json/carbon': ^1.1.16 - '@intlify/unplugin-vue-i18n': ^0.10.0 + '@antfu/eslint-config': ^0.43.0 + '@iconify-json/carbon': ^1.1.21 + '@intlify/unplugin-vue-i18n': ^1.2.0 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 '@types/qs': ^6.9.7 - '@unhead/vue': ^1.1.27 - '@unocss/eslint-config': ^0.52.2 - '@unocss/reset': ^0.52.2 - '@vitejs/plugin-vue': ^4.2.3 + '@unhead/vue': ^1.7.4 + '@unocss/eslint-config': ^0.55.7 + '@unocss/reset': ^0.55.7 + '@vitejs/plugin-vue': ^4.3.4 '@vue-macros/reactivity-transform': ^0.3.9 '@vue-macros/short-vmodel': ^1.2.8 - '@vue-macros/volar': ^0.9.8 - '@vue/test-utils': ^2.3.2 - '@vueuse/core': ^10.1.2 - '@vueuse/head': ^1.1.26 - critters: ^0.0.16 + '@vue-macros/volar': ^0.14.3 + '@vue/test-utils': ^2.4.1 + '@vueuse/core': ^10.4.1 + '@vueuse/head': ^2.0.0 + critters: ^0.0.20 cross-env: ^7.0.3 - cypress: ^12.12.0 - cypress-vite: ^1.4.0 - eslint: ^8.41.0 - eslint-plugin-cypress: ^2.13.3 + cypress: ^13.2.0 + cypress-vite: ^1.4.2 + eslint: ^8.49.0 + eslint-plugin-cypress: ^2.15.1 https-localhost: ^4.7.1 - lint-staged: ^13.2.2 + lint-staged: ^14.0.1 markdown-it-link-attributes: ^4.0.1 markdown-it-shiki: ^0.9.0 naive-ui: ^2.34.4 nprogress: ^0.2.0 - pinia: ^2.1.3 - pnpm: ^8.5.1 - shiki: ^0.14.2 - simple-git-hooks: ^2.8.1 - taze: ^0.10.1 - typescript: ^5.0.4 - unocss: ^0.52.2 - unplugin-auto-import: ^0.16.2 - unplugin-vue-components: ^0.24.1 - unplugin-vue-macros: ^2.1.7 - vite: ^4.3.8 - vite-bundle-visualizer: ^0.7.0 - vite-plugin-inspect: ^0.7.28 - vite-plugin-pages: ^0.30.1 - vite-plugin-pwa: ^0.15.0 + pinia: ^2.1.6 + pnpm: ^8.7.6 + shiki: ^0.14.4 + simple-git-hooks: ^2.9.0 + taze: ^0.11.2 + typescript: ^5.2.2 + unocss: ^0.55.7 + unplugin-auto-import: ^0.16.6 + unplugin-vue-components: ^0.25.2 + unplugin-vue-macros: ^2.5.1 + unplugin-vue-markdown: ^0.24.3 + vite: ^4.4.9 + vite-bundle-visualizer: ^0.10.0 + vite-plugin-inspect: ^0.7.38 + vite-plugin-pages: ^0.31.0 + vite-plugin-pwa: ^0.16.5 vite-plugin-vue-component-preview: ^1.1.6 - vite-plugin-vue-devtools: ^0.0.16 + vite-plugin-vue-devtools: ^1.0.0-rc.4 vite-plugin-vue-layouts: ^0.8.0 - vite-plugin-vue-markdown: ^0.23.5 - vite-plugin-webfont-dl: ^3.7.4 - vite-ssg: ^0.22.2 + vite-plugin-webfont-dl: ^3.7.6 + vite-ssg: ^0.23.2 vite-ssg-sitemap: ^0.5.1 - vitest: ^0.31.1 + vitest: ^0.34.4 vue: ^3.3.4 - vue-demi: ^0.14.5 - vue-i18n: ^9.2.2 - vue-request: ^2.0.1 - vue-router: ^4.2.1 - vue-tsc: ^1.6.5 + vue-demi: ^0.14.6 + vue-i18n: ^9.4.1 + vue-request: ^2.0.3 + vue-router: ^4.2.4 + vue-tsc: ^1.8.11 dependencies: - '@unhead/vue': registry.npmmirror.com/@unhead/vue/1.1.27_vue@3.3.4 - '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.52.7 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.1.2_vue@3.3.4 - '@vueuse/head': registry.npmmirror.com/@vueuse/head/1.1.26_vue@3.3.4 + '@unhead/vue': registry.npmmirror.com/@unhead/vue/1.7.4_vue@3.3.4 + '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.55.7 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.4.1_vue@3.3.4 + '@vueuse/head': registry.npmmirror.com/@vueuse/head/2.0.0_vue@3.3.4 nprogress: registry.npmmirror.com/nprogress/0.2.0 - pinia: registry.npmmirror.com/pinia/2.1.3_typescript@5.1.3+vue@3.3.4 + pinia: registry.npmmirror.com/pinia/2.1.6_typescript@5.2.2+vue@3.3.4 vue: registry.npmmirror.com/vue/3.3.4 - vue-demi: registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4 - vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.3.4 - vue-router: registry.npmmirror.com/vue-router/4.2.2_vue@3.3.4 + vue-demi: registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4 + vue-i18n: registry.npmmirror.com/vue-i18n/9.4.1_vue@3.3.4 + vue-router: registry.npmmirror.com/vue-router/4.2.4_vue@3.3.4 devDependencies: - '@antfu/eslint-config': registry.npmmirror.com/@antfu/eslint-config/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u - '@iconify-json/carbon': registry.npmmirror.com/@iconify-json/carbon/1.1.17 - '@intlify/unplugin-vue-i18n': registry.npmmirror.com/@intlify/unplugin-vue-i18n/0.10.1_vue-i18n@9.2.2 + '@antfu/eslint-config': registry.npmmirror.com/@antfu/eslint-config/0.43.0_rngtr6f3b25lvetpihwplgecf4 + '@iconify-json/carbon': registry.npmmirror.com/@iconify-json/carbon/1.1.21 + '@intlify/unplugin-vue-i18n': registry.npmmirror.com/@intlify/unplugin-vue-i18n/1.2.0_vue-i18n@9.4.1 '@types/markdown-it-link-attributes': registry.npmmirror.com/@types/markdown-it-link-attributes/3.0.1 '@types/nprogress': registry.npmmirror.com/@types/nprogress/0.2.0 '@types/qs': registry.npmmirror.com/@types/qs/6.9.7 - '@unocss/eslint-config': registry.npmmirror.com/@unocss/eslint-config/0.52.7_tizxnkcvjrb4cldxgwq5h3lj5u - '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/4.2.3_vite@4.3.9+vue@3.3.4 + '@unocss/eslint-config': registry.npmmirror.com/@unocss/eslint-config/0.55.7_rngtr6f3b25lvetpihwplgecf4 + '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/4.3.4_vite@4.4.9+vue@3.3.4 '@vue-macros/reactivity-transform': registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.9_vue@3.3.4 '@vue-macros/short-vmodel': registry.npmmirror.com/@vue-macros/short-vmodel/1.2.8_vue@3.3.4 - '@vue-macros/volar': registry.npmmirror.com/@vue-macros/volar/0.9.8_bmdhwxz6wchlibttduc5rdjeiy - '@vue/test-utils': registry.npmmirror.com/@vue/test-utils/2.3.2_vue@3.3.4 - critters: registry.npmmirror.com/critters/0.0.16 + '@vue-macros/volar': registry.npmmirror.com/@vue-macros/volar/0.14.3_pngpok3ecyo3ygjuy6nbbzbdw4 + '@vue/test-utils': registry.npmmirror.com/@vue/test-utils/2.4.1_vue@3.3.4 + critters: registry.npmmirror.com/critters/0.0.20 cross-env: registry.npmmirror.com/cross-env/7.0.3 - cypress: registry.npmmirror.com/cypress/12.13.0 - cypress-vite: registry.npmmirror.com/cypress-vite/1.4.0_vite@4.3.9 - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-cypress: registry.npmmirror.com/eslint-plugin-cypress/2.13.3_eslint@8.42.0 + cypress: registry.npmmirror.com/cypress/13.2.0 + cypress-vite: registry.npmmirror.com/cypress-vite/1.4.2_vite@4.4.9 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-cypress: registry.npmmirror.com/eslint-plugin-cypress/2.15.1_eslint@8.49.0 https-localhost: registry.npmmirror.com/https-localhost/4.7.1 - lint-staged: registry.npmmirror.com/lint-staged/13.2.2 + lint-staged: registry.npmmirror.com/lint-staged/14.0.1 markdown-it-link-attributes: registry.npmmirror.com/markdown-it-link-attributes/4.0.1 markdown-it-shiki: registry.npmmirror.com/markdown-it-shiki/0.9.0 naive-ui: registry.npmmirror.com/naive-ui/2.34.4_vue@3.3.4 - pnpm: registry.npmmirror.com/pnpm/8.6.0 - shiki: registry.npmmirror.com/shiki/0.14.2 - simple-git-hooks: registry.npmmirror.com/simple-git-hooks/2.8.1 - taze: registry.npmmirror.com/taze/0.10.1 - typescript: registry.npmmirror.com/typescript/5.1.3 - unocss: registry.npmmirror.com/unocss/0.52.7_vite@4.3.9 - unplugin-auto-import: registry.npmmirror.com/unplugin-auto-import/0.16.4_@vueuse+core@10.1.2 - unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.24.1_vue@3.3.4 - unplugin-vue-macros: registry.npmmirror.com/unplugin-vue-macros/2.2.1_2pgxb4etlysdnn6l7d3chqj44q - vite: registry.npmmirror.com/vite/4.3.9 - vite-bundle-visualizer: registry.npmmirror.com/vite-bundle-visualizer/0.7.0 - vite-plugin-inspect: registry.npmmirror.com/vite-plugin-inspect/0.7.28_vite@4.3.9 - vite-plugin-pages: registry.npmmirror.com/vite-plugin-pages/0.30.1_vite@4.3.9 - vite-plugin-pwa: registry.npmmirror.com/vite-plugin-pwa/0.15.2_vite@4.3.9 - vite-plugin-vue-component-preview: registry.npmmirror.com/vite-plugin-vue-component-preview/1.1.6_vite@4.3.9+vue@3.3.4 - vite-plugin-vue-devtools: registry.npmmirror.com/vite-plugin-vue-devtools/0.0.16_vite@4.3.9+vue@3.3.4 - vite-plugin-vue-layouts: registry.npmmirror.com/vite-plugin-vue-layouts/0.8.0_g7fj2hl5vhyulcy5trrnj6bjj4 - vite-plugin-vue-markdown: registry.npmmirror.com/vite-plugin-vue-markdown/0.23.5_vite@4.3.9 - vite-plugin-webfont-dl: registry.npmmirror.com/vite-plugin-webfont-dl/3.7.4_vite@4.3.9 - vite-ssg: registry.npmmirror.com/vite-ssg/0.22.2_ntyi4bp4b35xsxuboghw5xsvpe + pnpm: registry.npmmirror.com/pnpm/8.7.6 + shiki: registry.npmmirror.com/shiki/0.14.4 + simple-git-hooks: registry.npmmirror.com/simple-git-hooks/2.9.0 + taze: registry.npmmirror.com/taze/0.11.2 + typescript: registry.npmmirror.com/typescript/5.2.2 + unocss: registry.npmmirror.com/unocss/0.55.7_vite@4.4.9 + unplugin-auto-import: registry.npmmirror.com/unplugin-auto-import/0.16.6_@vueuse+core@10.4.1 + unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.25.2_vue@3.3.4 + unplugin-vue-macros: registry.npmmirror.com/unplugin-vue-macros/2.5.1_eoausq4kgn4w7lmzgup3f545hi + unplugin-vue-markdown: registry.npmmirror.com/unplugin-vue-markdown/0.24.3_vite@4.4.9 + vite: registry.npmmirror.com/vite/4.4.9 + vite-bundle-visualizer: registry.npmmirror.com/vite-bundle-visualizer/0.10.0 + vite-plugin-inspect: registry.npmmirror.com/vite-plugin-inspect/0.7.38_vite@4.4.9 + vite-plugin-pages: registry.npmmirror.com/vite-plugin-pages/0.31.0_vite@4.4.9 + vite-plugin-pwa: registry.npmmirror.com/vite-plugin-pwa/0.16.5_vite@4.4.9 + vite-plugin-vue-component-preview: registry.npmmirror.com/vite-plugin-vue-component-preview/1.1.6_vite@4.4.9+vue@3.3.4 + vite-plugin-vue-devtools: registry.npmmirror.com/vite-plugin-vue-devtools/1.0.0-rc.4_vite@4.4.9 + vite-plugin-vue-layouts: registry.npmmirror.com/vite-plugin-vue-layouts/0.8.0_4lc52m6zz45crs7dlbhxla5syu + vite-plugin-webfont-dl: registry.npmmirror.com/vite-plugin-webfont-dl/3.7.6_vite@4.4.9 + vite-ssg: registry.npmmirror.com/vite-ssg/0.23.3_bi5rq6tx4qdkmedmkff6g4ocea vite-ssg-sitemap: registry.npmmirror.com/vite-ssg-sitemap/0.5.1 - vitest: registry.npmmirror.com/vitest/0.31.4 - vue-request: registry.npmmirror.com/vue-request/2.0.1_vue@3.3.4 - vue-tsc: registry.npmmirror.com/vue-tsc/1.6.5_typescript@5.1.3 + vitest: registry.npmmirror.com/vitest/0.34.4 + vue-request: registry.npmmirror.com/vue-request/2.0.3_vue@3.3.4 + vue-tsc: registry.npmmirror.com/vue-tsc/1.8.11_typescript@5.2.2 packages: + registry.npmmirror.com/@aashutoshrathi/word-wrap/1.2.6: + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz} + name: '@aashutoshrathi/word-wrap' + version: 1.2.6 + engines: {node: '>=0.10.0'} + dev: true + registry.npmmirror.com/@ampproject/remapping/2.2.1: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz} name: '@ampproject/remapping' @@ -132,27 +139,29 @@ packages: '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping/0.3.18 dev: true - registry.npmmirror.com/@antfu/eslint-config-basic/0.39.4_6aissdw6zwfiwebqwnx4374rha: - resolution: {integrity: sha512-xDvS/OkOnueSojswaf1OmEcwuV5F9LM5tG+JihCmINHmYIOZGIriEIPlYJrnqx9K+/xZxDdLbKsDGTUzb/y2tQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-basic/-/eslint-config-basic-0.39.4.tgz} - id: registry.npmmirror.com/@antfu/eslint-config-basic/0.39.4 + registry.npmmirror.com/@antfu/eslint-config-basic/0.43.0_l7yknrgtnu345gptdrxs7tl2yi: + resolution: {integrity: sha512-sgchztj6yXnIPX4ibukCGBFyxqUwL48PhQMvpX2nXH04v7RLND/DEgObmcPNXkOq0j7HgppzUED6d8I6XG4uOw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-basic/-/eslint-config-basic-0.43.0.tgz} + id: registry.npmmirror.com/@antfu/eslint-config-basic/0.43.0 name: '@antfu/eslint-config-basic' - version: 0.39.4 + version: 0.43.0 peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-antfu: registry.npmmirror.com/eslint-plugin-antfu/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u - eslint-plugin-eslint-comments: registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.42.0 + '@stylistic/eslint-plugin-js': registry.npmmirror.com/@stylistic/eslint-plugin-js/0.0.3 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-antfu: registry.npmmirror.com/eslint-plugin-antfu/0.43.0_rngtr6f3b25lvetpihwplgecf4 + eslint-plugin-eslint-comments: registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.49.0 eslint-plugin-html: registry.npmmirror.com/eslint-plugin-html/7.1.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.27.5_cch5xagassbcgkqtkb76u5drmm - eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.8.0_eslint@8.42.0 - eslint-plugin-markdown: registry.npmmirror.com/eslint-plugin-markdown/3.0.0_eslint@8.42.0 - eslint-plugin-n: registry.npmmirror.com/eslint-plugin-n/16.0.0_eslint@8.42.0 + eslint-plugin-import: registry.npmmirror.com/eslint-plugin-i/2.28.1_ivmsiv55l6q5oqmpygy45yo4nm + eslint-plugin-jsdoc: registry.npmmirror.com/eslint-plugin-jsdoc/46.8.1_eslint@8.49.0 + eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.9.0_eslint@8.49.0 + eslint-plugin-markdown: registry.npmmirror.com/eslint-plugin-markdown/3.0.1_eslint@8.49.0 + eslint-plugin-n: registry.npmmirror.com/eslint-plugin-n/16.1.0_eslint@8.49.0 eslint-plugin-no-only-tests: registry.npmmirror.com/eslint-plugin-no-only-tests/3.1.0 - eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.42.0 - eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/47.0.0_eslint@8.42.0 - eslint-plugin-unused-imports: registry.npmmirror.com/eslint-plugin-unused-imports/2.0.0_4szqogxqdv3wwsyzgbsrmoyrzu - eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/1.7.0_eslint@8.42.0 + eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.49.0 + eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/48.0.1_eslint@8.49.0 + eslint-plugin-unused-imports: registry.npmmirror.com/eslint-plugin-unused-imports/3.0.0_xmpxy5vxwoyu2njpjt6m3zinx4 + eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/1.9.0_eslint@8.49.0 jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.3.0 yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/1.2.2 transitivePeerDependencies: @@ -164,21 +173,22 @@ packages: - typescript dev: true - registry.npmmirror.com/@antfu/eslint-config-ts/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-EwKC29QgEkDXu2qOWluq2kmEA8CHmqalfdn0vBD6uRh8kaJTbm5QzDJsqikbfDMZhukrGTPYAddsbraeryCu+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-ts/-/eslint-config-ts-0.39.4.tgz} - id: registry.npmmirror.com/@antfu/eslint-config-ts/0.39.4 + registry.npmmirror.com/@antfu/eslint-config-ts/0.43.0_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-vCezQiznHgFA1IsGGsd0ohg2FENeUvFh4P4P8dFvn9Cof7fX8awnbsSjP5OXwKPErkvqnzXsJctgBaSMQsjPFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-ts/-/eslint-config-ts-0.43.0.tgz} + id: registry.npmmirror.com/@antfu/eslint-config-ts/0.43.0 name: '@antfu/eslint-config-ts' - version: 0.39.4 + version: 0.43.0 peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': registry.npmmirror.com/@antfu/eslint-config-basic/0.39.4_6aissdw6zwfiwebqwnx4374rha - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8_54dzngpokg2nc3pytyodfzhcz4 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-jest: registry.npmmirror.com/eslint-plugin-jest/27.2.1_nc4npv6hewk3ib4boy7nhq4o54 - typescript: registry.npmmirror.com/typescript/5.1.3 + '@antfu/eslint-config-basic': registry.npmmirror.com/@antfu/eslint-config-basic/0.43.0_l7yknrgtnu345gptdrxs7tl2yi + '@stylistic/eslint-plugin-ts': registry.npmmirror.com/@stylistic/eslint-plugin-ts/0.0.3_rngtr6f3b25lvetpihwplgecf4 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2_ojtszseoihgstv5sdp7hbt6z6y + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/6.7.2_rngtr6f3b25lvetpihwplgecf4 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-jest: registry.npmmirror.com/eslint-plugin-jest/27.4.0_z57du2be5wvrpa2ws2ewdi7pzu + typescript: registry.npmmirror.com/typescript/5.2.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -186,18 +196,18 @@ packages: - supports-color dev: true - registry.npmmirror.com/@antfu/eslint-config-vue/0.39.4_6aissdw6zwfiwebqwnx4374rha: - resolution: {integrity: sha512-PtM3Uuaoe9+YcaIBq8t6JpSHdDKwAYZB7dxvM0cAREybtutn0XmXiFYO79Oxm/eckBPR7BK08g7jF746b31NfA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-vue/-/eslint-config-vue-0.39.4.tgz} - id: registry.npmmirror.com/@antfu/eslint-config-vue/0.39.4 + registry.npmmirror.com/@antfu/eslint-config-vue/0.43.0_l7yknrgtnu345gptdrxs7tl2yi: + resolution: {integrity: sha512-1ztaRPwcb7G9L1HIiMcRsszA57G3+P3EEaYZf39+reNhAVW/9SFUHcFYhNCHiLAeSKkP5w63f7hnlPjkWE4gVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config-vue/-/eslint-config-vue-0.43.0.tgz} + id: registry.npmmirror.com/@antfu/eslint-config-vue/0.43.0 name: '@antfu/eslint-config-vue' - version: 0.39.4 + version: 0.43.0 peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-basic': registry.npmmirror.com/@antfu/eslint-config-basic/0.39.4_6aissdw6zwfiwebqwnx4374rha - '@antfu/eslint-config-ts': registry.npmmirror.com/@antfu/eslint-config-ts/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.14.1_eslint@8.42.0 + '@antfu/eslint-config-basic': registry.npmmirror.com/@antfu/eslint-config-basic/0.43.0_l7yknrgtnu345gptdrxs7tl2yi + '@antfu/eslint-config-ts': registry.npmmirror.com/@antfu/eslint-config-ts/0.43.0_rngtr6f3b25lvetpihwplgecf4 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.17.0_eslint@8.49.0 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -209,27 +219,27 @@ packages: - typescript dev: true - registry.npmmirror.com/@antfu/eslint-config/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-KluIlyMinAIpbwxZDOlZGettnYCMRonJiOBUR3rCt8IyppYToWwXrlXc3s1Lbof5pqD40E9bUSdgoky69jnjFA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config/-/eslint-config-0.39.4.tgz} - id: registry.npmmirror.com/@antfu/eslint-config/0.39.4 + registry.npmmirror.com/@antfu/eslint-config/0.43.0_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-KECRutfIL9NG8bzv2DxqYQqgPVPEleNL+1SixzIH+eZeOb+Cue9f4rrGuKa9wSUVJfabLKmQIAfz7HGNhS5xCg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/eslint-config/-/eslint-config-0.43.0.tgz} + id: registry.npmmirror.com/@antfu/eslint-config/0.43.0 name: '@antfu/eslint-config' - version: 0.39.4 + version: 0.43.0 peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': registry.npmmirror.com/@antfu/eslint-config-vue/0.39.4_6aissdw6zwfiwebqwnx4374rha - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8_54dzngpokg2nc3pytyodfzhcz4 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-eslint-comments: registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.42.0 + '@antfu/eslint-config-vue': registry.npmmirror.com/@antfu/eslint-config-vue/0.43.0_l7yknrgtnu345gptdrxs7tl2yi + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2_ojtszseoihgstv5sdp7hbt6z6y + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/6.7.2_rngtr6f3b25lvetpihwplgecf4 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-eslint-comments: registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.49.0 eslint-plugin-html: registry.npmmirror.com/eslint-plugin-html/7.1.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.27.5_cch5xagassbcgkqtkb76u5drmm - eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.8.0_eslint@8.42.0 - eslint-plugin-n: registry.npmmirror.com/eslint-plugin-n/16.0.0_eslint@8.42.0 - eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.42.0 - eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/47.0.0_eslint@8.42.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.14.1_eslint@8.42.0 - eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/1.7.0_eslint@8.42.0 + eslint-plugin-import: registry.npmmirror.com/eslint-plugin-i/2.28.1_ivmsiv55l6q5oqmpygy45yo4nm + eslint-plugin-jsonc: registry.npmmirror.com/eslint-plugin-jsonc/2.9.0_eslint@8.49.0 + eslint-plugin-n: registry.npmmirror.com/eslint-plugin-n/16.1.0_eslint@8.49.0 + eslint-plugin-promise: registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.49.0 + eslint-plugin-unicorn: registry.npmmirror.com/eslint-plugin-unicorn/48.0.1_eslint@8.49.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.17.0_eslint@8.49.0 + eslint-plugin-yml: registry.npmmirror.com/eslint-plugin-yml/1.9.0_eslint@8.49.0 jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.3.0 yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/1.2.2 transitivePeerDependencies: @@ -249,10 +259,10 @@ packages: find-up: registry.npmmirror.com/find-up/5.0.0 dev: true - registry.npmmirror.com/@antfu/ni/0.21.3: - resolution: {integrity: sha512-iDtQMeMW1kKV4nzQ+tjYOIPUm6nmh7pJe4sM0kx1jdAChKSCBLStqlgIoo5Tce++p+o8cBiWIzC3jg6oHyjzMA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/ni/-/ni-0.21.3.tgz} + registry.npmmirror.com/@antfu/ni/0.21.8: + resolution: {integrity: sha512-90X8pU2szlvw0AJo9EZMbYc2eQKkmO7mAdC4tD4r5co2Mm56MT37MIG8EyB7p4WRheuzGxuLDxJ63mF6+Zajiw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/ni/-/ni-0.21.8.tgz} name: '@antfu/ni' - version: 0.21.3 + version: 0.21.8 hasBin: true dev: true @@ -262,6 +272,12 @@ packages: version: 0.7.4 dev: true + registry.npmmirror.com/@antfu/utils/0.7.6: + resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.6.tgz} + name: '@antfu/utils' + version: 0.7.6 + dev: true + registry.npmmirror.com/@apideck/better-ajv-errors/0.3.6_ajv@8.12.0: resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz} id: registry.npmmirror.com/@apideck/better-ajv-errors/0.3.6 @@ -286,6 +302,23 @@ packages: '@babel/highlight': registry.npmmirror.com/@babel/highlight/7.18.6 dev: true + registry.npmmirror.com/@babel/code-frame/7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.22.13.tgz} + name: '@babel/code-frame' + version: 7.22.13 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': registry.npmmirror.com/@babel/highlight/7.22.20 + chalk: registry.npmmirror.com/chalk/2.4.2 + dev: true + + registry.npmmirror.com/@babel/compat-data/7.22.20: + resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.22.20.tgz} + name: '@babel/compat-data' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/compat-data/7.22.3: resolution: {integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.22.3.tgz} name: '@babel/compat-data' @@ -305,10 +338,10 @@ packages: '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1 '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.1 '@babel/helpers': registry.npmmirror.com/@babel/helpers/7.22.3 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.4 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 convert-source-map: registry.npmmirror.com/convert-source-map/1.9.0 debug: registry.npmmirror.com/debug/4.3.4 gensync: registry.npmmirror.com/gensync/1.0.0-beta.2 @@ -318,25 +351,62 @@ packages: - supports-color dev: true + registry.npmmirror.com/@babel/core/7.22.20: + resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/core/-/core-7.22.20.tgz} + name: '@babel/core' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping/2.2.1 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.22.13 + '@babel/generator': registry.npmmirror.com/@babel/generator/7.22.15 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.20 + '@babel/helpers': registry.npmmirror.com/@babel/helpers/7.22.15 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + convert-source-map: registry.npmmirror.com/convert-source-map/1.9.0 + debug: registry.npmmirror.com/debug/4.3.4 + gensync: registry.npmmirror.com/gensync/1.0.0-beta.2 + json5: registry.npmmirror.com/json5/2.2.3 + semver: registry.npmmirror.com/semver/6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + registry.npmmirror.com/@babel/generator/7.22.15: + resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/generator/-/generator-7.22.15.tgz} + name: '@babel/generator' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping/0.3.3 + '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping/0.3.18 + jsesc: registry.npmmirror.com/jsesc/2.5.2 + dev: true + registry.npmmirror.com/@babel/generator/7.22.3: resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/generator/-/generator-7.22.3.tgz} name: '@babel/generator' version: 7.22.3 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping/0.3.3 '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping/0.3.18 jsesc: registry.npmmirror.com/jsesc/2.5.2 dev: true - registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6: - resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz} + registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz} name: '@babel/helper-annotate-as-pure' - version: 7.18.6 + version: 7.22.5 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.22.3: @@ -345,7 +415,20 @@ packages: version: 7.22.3 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz} + name: '@babel/helper-compilation-targets' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.22.20 + '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.22.15 + browserslist: registry.npmmirror.com/browserslist/4.21.10 + lru-cache: registry.npmmirror.com/lru-cache/5.1.1 + semver: registry.npmmirror.com/semver/6.3.1 dev: true registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1: @@ -362,30 +445,49 @@ packages: '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.21.0 browserslist: registry.npmmirror.com/browserslist/4.21.7 lru-cache: registry.npmmirror.com/lru-cache/5.1.1 - semver: registry.npmmirror.com/semver/6.3.0 + semver: registry.npmmirror.com/semver/6.3.1 dev: true - registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1: - resolution: {integrity: sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.1.tgz} - id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1 + registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1: + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz} + id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15 name: '@babel/helper-create-class-features-plugin' - version: 7.22.1 + version: 7.22.15 engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.21.0 - '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.3 - '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.1 - '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - semver: registry.npmmirror.com/semver/6.3.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.15 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.22.5 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.1 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.22.5 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + semver: registry.npmmirror.com/semver/6.3.1 + dev: true + + registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.20: + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz} + id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15 + name: '@babel/helper-create-class-features-plugin' + version: 7.22.15 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.15 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.22.5 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.20 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.22.5 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + semver: registry.npmmirror.com/semver/6.3.1 dev: true registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1: @@ -398,9 +500,9 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 regexpu-core: registry.npmmirror.com/regexpu-core/5.3.2 - semver: registry.npmmirror.com/semver/6.3.0 + semver: registry.npmmirror.com/semver/6.3.1 dev: true registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.4.0_@babel+core@7.22.1: @@ -412,12 +514,12 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 debug: registry.npmmirror.com/debug/4.3.4 lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8 - resolve: registry.npmmirror.com/resolve/1.22.2 - semver: registry.npmmirror.com/semver/6.3.0 + resolve: registry.npmmirror.com/resolve/1.22.6 + semver: registry.npmmirror.com/semver/6.3.1 transitivePeerDependencies: - supports-color dev: true @@ -429,14 +531,31 @@ packages: engines: {node: '>=6.9.0'} dev: true + registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz} + name: '@babel/helper-environment-visitor' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/helper-function-name/7.21.0: resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz} name: '@babel/helper-function-name' version: 7.21.0 engines: {node: '>=6.9.0'} dependencies: - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-function-name/7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz} + name: '@babel/helper-function-name' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6: @@ -445,16 +564,25 @@ packages: version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true - registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.3: - resolution: {integrity: sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.3.tgz} + registry.npmmirror.com/@babel/helper-hoist-variables/7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz} + name: '@babel/helper-hoist-variables' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.15: + resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz} name: '@babel/helper-member-expression-to-functions' - version: 7.22.3 + version: 7.22.15 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-module-imports/7.21.4: @@ -463,7 +591,16 @@ packages: version: 7.21.4 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-module-imports/7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz} + name: '@babel/helper-module-imports' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-module-transforms/7.22.1: @@ -475,22 +612,65 @@ packages: '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.21.4 '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.21.5 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 transitivePeerDependencies: - supports-color dev: true + registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.1: + resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz} + id: registry.npmmirror.com/@babel/helper-module-transforms/7.22.20 + name: '@babel/helper-module-transforms' + version: 7.22.20 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.22.15 + '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.22.5 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + dev: true + + registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.20: + resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz} + id: registry.npmmirror.com/@babel/helper-module-transforms/7.22.20 + name: '@babel/helper-module-transforms' + version: 7.22.20 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.22.15 + '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.22.5 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + dev: true + registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz} name: '@babel/helper-optimise-call-expression' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-optimise-call-expression/7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz} + name: '@babel/helper-optimise-call-expression' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5: @@ -500,6 +680,13 @@ packages: engines: {node: '>=6.9.0'} dev: true + registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz} + name: '@babel/helper-plugin-utils' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.22.1: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz} id: registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9 @@ -510,28 +697,42 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 '@babel/helper-wrap-function': registry.npmmirror.com/@babel/helper-wrap-function/7.20.5 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-replace-supers/7.22.1: - resolution: {integrity: sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.1.tgz} + registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.1: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz} + id: registry.npmmirror.com/@babel/helper-replace-supers/7.22.20 name: '@babel/helper-replace-supers' - version: 7.22.1 + version: 7.22.20 engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 - '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.3 - '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 - transitivePeerDependencies: - - supports-color + '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.15 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.22.5 + dev: true + + registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.20: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz} + id: registry.npmmirror.com/@babel/helper-replace-supers/7.22.20 + name: '@babel/helper-replace-supers' + version: 7.22.20 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.22.15 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.22.5 dev: true registry.npmmirror.com/@babel/helper-simple-access/7.21.5: @@ -540,7 +741,16 @@ packages: version: 7.21.5 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-simple-access/7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz} + name: '@babel/helper-simple-access' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0: @@ -549,7 +759,16 @@ packages: version: 7.20.0 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz} + name: '@babel/helper-skip-transparent-expression-wrappers' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6: @@ -558,7 +777,16 @@ packages: version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz} + name: '@babel/helper-split-export-declaration' + version: 7.22.6 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 dev: true registry.npmmirror.com/@babel/helper-string-parser/7.21.5: @@ -567,12 +795,26 @@ packages: version: 7.21.5 engines: {node: '>=6.9.0'} + registry.npmmirror.com/@babel/helper-string-parser/7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz} + name: '@babel/helper-string-parser' + version: 7.22.5 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz} name: '@babel/helper-validator-identifier' version: 7.19.1 engines: {node: '>=6.9.0'} + registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz} + name: '@babel/helper-validator-identifier' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/helper-validator-option/7.21.0: resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz} name: '@babel/helper-validator-option' @@ -580,16 +822,36 @@ packages: engines: {node: '>=6.9.0'} dev: true + registry.npmmirror.com/@babel/helper-validator-option/7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz} + name: '@babel/helper-validator-option' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dev: true + registry.npmmirror.com/@babel/helper-wrap-function/7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz} name: '@babel/helper-wrap-function' version: 7.20.5 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.21.0 - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + transitivePeerDependencies: + - supports-color + dev: true + + registry.npmmirror.com/@babel/helpers/7.22.15: + resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helpers/-/helpers-7.22.15.tgz} + name: '@babel/helpers' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 transitivePeerDependencies: - supports-color dev: true @@ -600,9 +862,9 @@ packages: version: 7.22.3 engines: {node: '>=6.9.0'} dependencies: - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 transitivePeerDependencies: - supports-color dev: true @@ -613,11 +875,32 @@ packages: version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@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.22.20 chalk: registry.npmmirror.com/chalk/2.4.2 js-tokens: registry.npmmirror.com/js-tokens/4.0.0 dev: true + registry.npmmirror.com/@babel/highlight/7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.20.tgz} + name: '@babel/highlight' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + chalk: registry.npmmirror.com/chalk/2.4.2 + js-tokens: registry.npmmirror.com/js-tokens/4.0.0 + dev: true + + registry.npmmirror.com/@babel/parser/7.22.16: + resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.22.16.tgz} + name: '@babel/parser' + version: 7.22.16 + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + registry.npmmirror.com/@babel/parser/7.22.4: resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.22.4.tgz} name: '@babel/parser' @@ -637,7 +920,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.3_@babel+core@7.22.1: @@ -650,27 +933,43 @@ packages: '@babel/core': ^7.13.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 '@babel/plugin-transform-optional-chaining': registry.npmmirror.com/@babel/plugin-transform-optional-chaining/7.22.3_@babel+core@7.22.1 dev: true + registry.npmmirror.com/@babel/plugin-proposal-decorators/7.22.15_@babel+core@7.22.20: + resolution: {integrity: sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.15.tgz} + id: registry.npmmirror.com/@babel/plugin-proposal-decorators/7.22.15 + name: '@babel/plugin-proposal-decorators' + version: 7.22.15 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.20 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + '@babel/plugin-syntax-decorators': registry.npmmirror.com/@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.22.20 + dev: true + registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.22.1: resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.21.0 name: '@babel/plugin-proposal-private-property-in-object' version: 7.21.0 engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.1 - transitivePeerDependencies: - - supports-color dev: true registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.22.1: @@ -679,12 +978,13 @@ packages: name: '@babel/plugin-proposal-unicode-property-regex' version: 7.18.6 engines: {node: '>=4'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.1: @@ -696,7 +996,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.1: @@ -708,7 +1008,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.1: @@ -721,7 +1021,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + dev: true + + registry.npmmirror.com/@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.22.20: + resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz} + id: registry.npmmirror.com/@babel/plugin-syntax-decorators/7.22.10 + name: '@babel/plugin-syntax-decorators' + version: 7.22.10 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.1: @@ -733,7 +1046,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.1: @@ -745,7 +1058,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.22.1: @@ -758,20 +1071,33 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true - registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.3_@babel+core@7.22.1: - resolution: {integrity: sha512-i35jZJv6aO7hxEbIWQ41adVfOzjm9dcYDNeWlBMd8p0ZQRtNUCBrmGwZt+H5lb+oOC9a3svp956KP0oWGA1YsA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.3.tgz} - id: registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.3 + registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.1: + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz} + id: registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5 name: '@babel/plugin-syntax-import-attributes' - version: 7.22.3 + version: 7.22.5 engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + dev: true + + registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.20: + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz} + id: registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5 + name: '@babel/plugin-syntax-import-attributes' + version: 7.22.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.1: @@ -786,6 +1112,18 @@ packages: '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 dev: true + registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.20: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz} + id: registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4 + name: '@babel/plugin-syntax-import-meta' + version: 7.10.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + dev: true + registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.1: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3 @@ -795,10 +1133,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true - registry.npmmirror.com/@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.22.1: + registry.npmmirror.com/@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.22.20: resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-jsx/7.21.4 name: '@babel/plugin-syntax-jsx' @@ -807,8 +1145,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.1: @@ -820,7 +1158,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.1: @@ -832,7 +1170,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.1: @@ -844,7 +1182,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.1: @@ -856,7 +1194,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.1: @@ -868,7 +1206,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.1: @@ -880,7 +1218,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.1: @@ -893,7 +1231,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.1: @@ -906,20 +1244,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true - registry.npmmirror.com/@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.22.1: - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz} - id: registry.npmmirror.com/@babel/plugin-syntax-typescript/7.21.4 + registry.npmmirror.com/@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.22.20: + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz} + id: registry.npmmirror.com/@babel/plugin-syntax-typescript/7.22.5 name: '@babel/plugin-syntax-typescript' - version: 7.21.4 + version: 7.22.5 engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.1: @@ -933,7 +1271,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.22.1: @@ -946,7 +1284,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/7.22.3_@babel+core@7.22.1: @@ -959,8 +1297,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.22.1 '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.1 transitivePeerDependencies: @@ -978,7 +1316,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.21.4 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.22.1 transitivePeerDependencies: - supports-color @@ -994,7 +1332,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.22.1: @@ -1007,7 +1345,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-class-properties/7.22.3_@babel+core@7.22.1: @@ -1020,10 +1358,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-class-static-block/7.22.3_@babel+core@7.22.1: @@ -1036,11 +1372,9 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.1 - transitivePeerDependencies: - - supports-color dev: true registry.npmmirror.com/@babel/plugin-transform-classes/7.21.0_@babel+core@7.22.1: @@ -1053,17 +1387,15 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.1 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.21.0 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.1 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.1 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 globals: registry.npmmirror.com/globals/11.12.0 - transitivePeerDependencies: - - supports-color dev: true registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.22.1: @@ -1076,8 +1408,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 dev: true registry.npmmirror.com/@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.22.1: @@ -1090,7 +1422,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.22.1: @@ -1104,7 +1436,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.22.1: @@ -1117,7 +1449,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-dynamic-import/7.22.1_@babel+core@7.22.1: @@ -1130,7 +1462,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.1 dev: true @@ -1145,7 +1477,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-builder-binary-assignment-operator-visitor': registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.22.3 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/7.22.3_@babel+core@7.22.1: @@ -1158,7 +1490,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.1 dev: true @@ -1172,7 +1504,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.22.1: @@ -1185,9 +1517,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.21.0 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-json-strings/7.22.3_@babel+core@7.22.1: @@ -1200,7 +1532,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.1 dev: true @@ -1214,7 +1546,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/7.22.3_@babel+core@7.22.1: @@ -1227,7 +1559,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.1 dev: true @@ -1241,7 +1573,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.22.1: @@ -1254,10 +1586,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.22.1: @@ -1270,11 +1600,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.22.3_@babel+core@7.22.1: @@ -1287,12 +1615,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - transitivePeerDependencies: - - supports-color + '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.22.5 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 dev: true registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.22.1: @@ -1305,10 +1631,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.22.3_@babel+core@7.22.1: @@ -1322,7 +1646,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-new-target/7.22.3_@babel+core@7.22.1: @@ -1335,7 +1659,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/7.22.3_@babel+core@7.22.1: @@ -1348,7 +1672,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.1 dev: true @@ -1362,7 +1686,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.1 dev: true @@ -1377,8 +1701,8 @@ packages: dependencies: '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.22.3 '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.22.15 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.1 '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.22.3_@babel+core@7.22.1 dev: true @@ -1393,10 +1717,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.1 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.22.20_@babel+core@7.22.1 dev: true registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/7.22.3_@babel+core@7.22.1: @@ -1409,7 +1731,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.1 dev: true @@ -1423,7 +1745,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.1 dev: true @@ -1438,7 +1760,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-private-methods/7.22.3_@babel+core@7.22.1: @@ -1451,10 +1773,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/7.22.3_@babel+core@7.22.1: @@ -1467,12 +1787,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.1 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.1 - transitivePeerDependencies: - - supports-color dev: true registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.22.1: @@ -1485,7 +1803,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.22.1: @@ -1498,7 +1816,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 regenerator-transform: registry.npmmirror.com/regenerator-transform/0.15.1 dev: true @@ -1512,7 +1830,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.22.1: @@ -1525,7 +1843,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-spread/7.20.7_@babel+core@7.22.1: @@ -1538,7 +1856,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 dev: true @@ -1552,7 +1870,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.22.1: @@ -1565,7 +1883,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.22.1: @@ -1578,25 +1896,23 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true - registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.3_@babel+core@7.22.1: - resolution: {integrity: sha512-pyjnCIniO5PNaEuGxT28h0HbMru3qCVrMqVgVOz/krComdIrY9W6FCLBq9NWHY8HDGaUlan+UhmZElDENIfCcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.3.tgz} - id: registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.3 + registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.15_@babel+core@7.22.20: + resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz} + id: registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.15 name: '@babel/plugin-transform-typescript' - version: 7.22.3 + version: 7.22.15 engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 - '@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.22.1 - transitivePeerDependencies: - - supports-color + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.22.5 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.20 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 + '@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.22.20 dev: true registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.22.1: @@ -1609,7 +1925,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/7.22.3_@babel+core@7.22.1: @@ -1623,7 +1939,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.22.1: @@ -1637,7 +1953,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/7.22.3_@babel+core@7.22.1: @@ -1651,7 +1967,7 @@ packages: dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.22.1_@babel+core@7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 dev: true registry.npmmirror.com/@babel/preset-env/7.22.4_@babel+core@7.22.1: @@ -1677,7 +1993,7 @@ packages: '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.1 '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.1 '@babel/plugin-syntax-import-assertions': registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.22.1 - '@babel/plugin-syntax-import-attributes': registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.3_@babel+core@7.22.1 + '@babel/plugin-syntax-import-attributes': registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.1 '@babel/plugin-syntax-import-meta': registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.1 '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.1 '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.1 @@ -1738,7 +2054,7 @@ packages: '@babel/plugin-transform-unicode-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.22.1 '@babel/plugin-transform-unicode-sets-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/7.22.3_@babel+core@7.22.1 '@babel/preset-modules': registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.22.1 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.4.3_@babel+core@7.22.1 babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.8.1_@babel+core@7.22.1 babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.5.0_@babel+core@7.22.1 @@ -1757,10 +2073,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.21.5 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.22.5 '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.22.1 '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.22.1 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 esutils: registry.npmmirror.com/esutils/2.0.3 dev: true @@ -1785,9 +2101,40 @@ packages: version: 7.21.9 engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.21.4 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.22.13 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/template/7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/template/-/template-7.22.15.tgz} + name: '@babel/template' + version: 7.22.15 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.22.13 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + dev: true + + registry.npmmirror.com/@babel/traverse/7.22.20: + resolution: {integrity: sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/traverse/-/traverse-7.22.20.tgz} + name: '@babel/traverse' + version: 7.22.20 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.22.13 + '@babel/generator': registry.npmmirror.com/@babel/generator/7.22.15 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.22.20 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.22.5 + '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.22.5 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.22.6 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + debug: registry.npmmirror.com/debug/4.3.4 + globals: registry.npmmirror.com/globals/11.12.0 + transitivePeerDependencies: + - supports-color dev: true registry.npmmirror.com/@babel/traverse/7.22.4: @@ -1802,14 +2149,25 @@ packages: '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.21.0 '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6 '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 debug: registry.npmmirror.com/debug/4.3.4 globals: registry.npmmirror.com/globals/11.12.0 transitivePeerDependencies: - supports-color dev: true + registry.npmmirror.com/@babel/types/7.22.19: + resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.22.19.tgz} + name: '@babel/types' + version: 7.22.19 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': registry.npmmirror.com/@babel/helper-string-parser/7.22.5 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0 + dev: true + registry.npmmirror.com/@babel/types/7.22.4: resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.22.4.tgz} name: '@babel/types' @@ -1851,10 +2209,10 @@ packages: vue: registry.npmmirror.com/vue/3.3.4 dev: true - registry.npmmirror.com/@cypress/request/2.88.11: - resolution: {integrity: sha512-M83/wfQ1EkspjkE2lNWNV5ui2Cv7UCv1swW1DqljahbzLVWltcsexQh8jYtuS/vzFXP+HySntGM83ZXA9fn17w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@cypress/request/-/request-2.88.11.tgz} + registry.npmmirror.com/@cypress/request/3.0.1: + resolution: {integrity: sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@cypress/request/-/request-3.0.1.tgz} name: '@cypress/request' - version: 2.88.11 + version: 3.0.1 engines: {node: '>= 6'} dependencies: aws-sign2: registry.npmmirror.com/aws-sign2/0.7.0 @@ -1872,7 +2230,7 @@ packages: performance-now: registry.npmmirror.com/performance-now/2.1.0 qs: registry.npmmirror.com/qs/6.10.4 safe-buffer: registry.npmmirror.com/safe-buffer/5.2.1 - tough-cookie: registry.npmmirror.com/tough-cookie/2.5.0 + tough-cookie: registry.npmmirror.com/tough-cookie/4.1.3 tunnel-agent: registry.npmmirror.com/tunnel-agent/0.6.0 uuid: registry.npmmirror.com/uuid/8.3.2 dev: true @@ -1895,13 +2253,24 @@ packages: version: 0.8.0 dev: true + registry.npmmirror.com/@es-joy/jsdoccomment/0.40.1: + resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz} + name: '@es-joy/jsdoccomment' + version: 0.40.1 + engines: {node: '>=16'} + dependencies: + comment-parser: registry.npmmirror.com/comment-parser/1.4.0 + esquery: registry.npmmirror.com/esquery/1.5.0 + jsdoc-type-pratt-parser: registry.npmmirror.com/jsdoc-type-pratt-parser/4.0.0 + dev: true + registry.npmmirror.com/@esbuild-kit/cjs-loader/2.4.2: resolution: {integrity: sha512-BDXFbYOJzT/NBEtp71cvsrGPwGAMGRB/349rwKuoxNSiKjPraNNnlK6MIIabViCjqZugu6j+xeMDlEkWdHHJSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild-kit/cjs-loader/-/cjs-loader-2.4.2.tgz} name: '@esbuild-kit/cjs-loader' version: 2.4.2 dependencies: '@esbuild-kit/core-utils': registry.npmmirror.com/@esbuild-kit/core-utils/3.1.0 - get-tsconfig: registry.npmmirror.com/get-tsconfig/4.6.0 + get-tsconfig: registry.npmmirror.com/get-tsconfig/4.7.0 dev: true registry.npmmirror.com/@esbuild-kit/core-utils/3.1.0: @@ -1919,7 +2288,7 @@ packages: version: 2.5.5 dependencies: '@esbuild-kit/core-utils': registry.npmmirror.com/@esbuild-kit/core-utils/3.1.0 - get-tsconfig: registry.npmmirror.com/get-tsconfig/4.6.0 + get-tsconfig: registry.npmmirror.com/get-tsconfig/4.7.0 dev: true registry.npmmirror.com/@esbuild/android-arm/0.17.19: @@ -1933,6 +2302,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/android-arm/0.18.20: + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.18.20.tgz} + name: '@esbuild/android-arm' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/android-arm64/0.17.19: resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz} name: '@esbuild/android-arm64' @@ -1944,10 +2324,32 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/android-arm64/0.18.20: + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz} + name: '@esbuild/android-arm64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/android-x64/0.17.19: resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.17.19.tgz} name: '@esbuild/android-x64' - version: 0.17.19 + version: 0.17.19 + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + registry.npmmirror.com/@esbuild/android-x64/0.18.20: + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.18.20.tgz} + name: '@esbuild/android-x64' + version: 0.18.20 engines: {node: '>=12'} cpu: [x64] os: [android] @@ -1966,6 +2368,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/darwin-arm64/0.18.20: + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz} + name: '@esbuild/darwin-arm64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/darwin-x64/0.17.19: resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz} name: '@esbuild/darwin-x64' @@ -1977,6 +2390,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/darwin-x64/0.18.20: + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz} + name: '@esbuild/darwin-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/freebsd-arm64/0.17.19: resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz} name: '@esbuild/freebsd-arm64' @@ -1988,6 +2412,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/freebsd-arm64/0.18.20: + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz} + name: '@esbuild/freebsd-arm64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/freebsd-x64/0.17.19: resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz} name: '@esbuild/freebsd-x64' @@ -1999,6 +2434,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/freebsd-x64/0.18.20: + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz} + name: '@esbuild/freebsd-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-arm/0.17.19: resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz} name: '@esbuild/linux-arm' @@ -2010,6 +2456,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-arm/0.18.20: + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz} + name: '@esbuild/linux-arm' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-arm64/0.17.19: resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz} name: '@esbuild/linux-arm64' @@ -2021,6 +2478,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-arm64/0.18.20: + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz} + name: '@esbuild/linux-arm64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-ia32/0.17.19: resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz} name: '@esbuild/linux-ia32' @@ -2032,6 +2500,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-ia32/0.18.20: + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz} + name: '@esbuild/linux-ia32' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-loong64/0.17.19: resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz} name: '@esbuild/linux-loong64' @@ -2043,6 +2522,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-loong64/0.18.20: + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz} + name: '@esbuild/linux-loong64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-mips64el/0.17.19: resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz} name: '@esbuild/linux-mips64el' @@ -2054,6 +2544,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-mips64el/0.18.20: + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz} + name: '@esbuild/linux-mips64el' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-ppc64/0.17.19: resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz} name: '@esbuild/linux-ppc64' @@ -2065,6 +2566,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-ppc64/0.18.20: + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz} + name: '@esbuild/linux-ppc64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-riscv64/0.17.19: resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz} name: '@esbuild/linux-riscv64' @@ -2076,6 +2588,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-riscv64/0.18.20: + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz} + name: '@esbuild/linux-riscv64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-s390x/0.17.19: resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz} name: '@esbuild/linux-s390x' @@ -2087,6 +2610,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-s390x/0.18.20: + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz} + name: '@esbuild/linux-s390x' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/linux-x64/0.17.19: resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz} name: '@esbuild/linux-x64' @@ -2098,6 +2632,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/linux-x64/0.18.20: + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz} + name: '@esbuild/linux-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/netbsd-x64/0.17.19: resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz} name: '@esbuild/netbsd-x64' @@ -2109,6 +2654,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/netbsd-x64/0.18.20: + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz} + name: '@esbuild/netbsd-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/openbsd-x64/0.17.19: resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz} name: '@esbuild/openbsd-x64' @@ -2120,6 +2676,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/openbsd-x64/0.18.20: + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz} + name: '@esbuild/openbsd-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/sunos-x64/0.17.19: resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz} name: '@esbuild/sunos-x64' @@ -2131,6 +2698,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/sunos-x64/0.18.20: + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz} + name: '@esbuild/sunos-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/win32-arm64/0.17.19: resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz} name: '@esbuild/win32-arm64' @@ -2142,6 +2720,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/win32-arm64/0.18.20: + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz} + name: '@esbuild/win32-arm64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/win32-ia32/0.17.19: resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz} name: '@esbuild/win32-ia32' @@ -2153,6 +2742,17 @@ packages: dev: true optional: true + registry.npmmirror.com/@esbuild/win32-ia32/0.18.20: + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz} + name: '@esbuild/win32-ia32' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + registry.npmmirror.com/@esbuild/win32-x64/0.17.19: resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz} name: '@esbuild/win32-x64' @@ -2164,7 +2764,18 @@ packages: dev: true optional: true - registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0: + registry.npmmirror.com/@esbuild/win32-x64/0.18.20: + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz} + name: '@esbuild/win32-x64' + version: 0.18.20 + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz} id: registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0 name: '@eslint-community/eslint-utils' @@ -2173,26 +2784,26 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 dev: true - registry.npmmirror.com/@eslint-community/regexpp/4.5.1: - resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz} + registry.npmmirror.com/@eslint-community/regexpp/4.8.1: + resolution: {integrity: sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz} name: '@eslint-community/regexpp' - version: 4.5.1 + version: 4.8.1 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - registry.npmmirror.com/@eslint/eslintrc/2.0.3: - resolution: {integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz} + registry.npmmirror.com/@eslint/eslintrc/2.1.2: + resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz} name: '@eslint/eslintrc' - version: 2.0.3 + version: 2.1.2 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: registry.npmmirror.com/ajv/6.12.6 debug: registry.npmmirror.com/debug/4.3.4 - espree: registry.npmmirror.com/espree/9.5.2 + espree: registry.npmmirror.com/espree/9.6.1 globals: registry.npmmirror.com/globals/13.20.0 ignore: registry.npmmirror.com/ignore/5.2.4 import-fresh: registry.npmmirror.com/import-fresh/3.3.0 @@ -2203,10 +2814,10 @@ packages: - supports-color dev: true - registry.npmmirror.com/@eslint/js/8.42.0: - resolution: {integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/js/-/js-8.42.0.tgz} + registry.npmmirror.com/@eslint/js/8.49.0: + resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/js/-/js-8.49.0.tgz} name: '@eslint/js' - version: 8.42.0 + version: 8.49.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -2216,10 +2827,10 @@ packages: version: 1.1.3 dev: true - registry.npmmirror.com/@humanwhocodes/config-array/0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz} + registry.npmmirror.com/@humanwhocodes/config-array/0.11.11: + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz} name: '@humanwhocodes/config-array' - version: 0.11.10 + version: 0.11.11 engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': registry.npmmirror.com/@humanwhocodes/object-schema/1.2.1 @@ -2242,10 +2853,10 @@ packages: version: 1.2.1 dev: true - registry.npmmirror.com/@iconify-json/carbon/1.1.17: - resolution: {integrity: sha512-FJCHUNP+iEGZILqu5YjByV+RBrWCsMo7YWXBJSpRMvaeVH3yjK3TI8UIc7lmPGI1NRmjThiaqjxMqe7CgQY55Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify-json/carbon/-/carbon-1.1.17.tgz} + registry.npmmirror.com/@iconify-json/carbon/1.1.21: + resolution: {integrity: sha512-bK2cMVM4noBU+FGlay433flpXLRzQu0ED095iAnoO6ka3yb4uz0lvb8acpN5gthyGLJ89C4HpfIbQZLQnMKQww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify-json/carbon/-/carbon-1.1.21.tgz} name: '@iconify-json/carbon' - version: 1.1.17 + version: 1.1.21 dependencies: '@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0 dev: true @@ -2256,13 +2867,13 @@ packages: version: 2.0.0 dev: true - registry.npmmirror.com/@iconify/utils/2.1.5: - resolution: {integrity: sha512-6MvDI+I6QMvXn5rK9KQGdpEE4mmLTcuQdLZEiX5N+uZB+vc4Yw9K1OtnOgkl8mp4d9X0UrILREyZgF1NUwUt+Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/utils/-/utils-2.1.5.tgz} + registry.npmmirror.com/@iconify/utils/2.1.10: + resolution: {integrity: sha512-0/+5hxjzCZ9RoYpqxnOzbnpQyMdZRuHcMxPJeuX+x/aZkAAD/N4TajDjAPT7LpX+M0bfLExj/p0bbDkUfp0lrg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/utils/-/utils-2.1.10.tgz} name: '@iconify/utils' - version: 2.1.5 + version: 2.1.10 dependencies: '@antfu/install-pkg': registry.npmmirror.com/@antfu/install-pkg/0.1.1 - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 '@iconify/types': registry.npmmirror.com/@iconify/types/2.0.0 debug: registry.npmmirror.com/debug/4.3.4 kolorist: registry.npmmirror.com/kolorist/1.8.0 @@ -2271,12 +2882,12 @@ packages: - supports-color dev: true - registry.npmmirror.com/@intlify/bundle-utils/5.5.0_vue-i18n@9.2.2: - resolution: {integrity: sha512-k5xe8oAoPXiH6unXvyyyCRbq+LtLn1tSi/6r5f6mF+MsX7mcOMtgYbyAQINsjFrf7EDu5Pg4BY00VWSt8bI9XQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/bundle-utils/-/bundle-utils-5.5.0.tgz} - id: registry.npmmirror.com/@intlify/bundle-utils/5.5.0 + registry.npmmirror.com/@intlify/bundle-utils/7.3.0_vue-i18n@9.4.1: + resolution: {integrity: sha512-lcnfsLA5Dyd3TbvfoLS0ejLr1vAJYyT6VRYtE4LGNexy1ZD/GEcbXrC33fI9oQp7t2hDlHbCn2o4BBVgXaJFqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/bundle-utils/-/bundle-utils-7.3.0.tgz} + id: registry.npmmirror.com/@intlify/bundle-utils/7.3.0 name: '@intlify/bundle-utils' - version: 5.5.0 - engines: {node: '>= 12'} + version: 7.3.0 + engines: {node: '>= 14.16'} peerDependencies: petite-vue-i18n: '*' vue-i18n: '*' @@ -2286,74 +2897,48 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.3.0-beta.17 - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.3.0-beta.17 - acorn: registry.npmmirror.com/acorn/8.8.2 + '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.4.1 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.4.1 + acorn: registry.npmmirror.com/acorn/8.10.0 escodegen: registry.npmmirror.com/escodegen/2.0.0 estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/1.4.1 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - source-map: registry.npmmirror.com/source-map/0.6.1 - vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.3.4 - yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/0.3.2 + jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.3.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + mlly: registry.npmmirror.com/mlly/1.3.0 + source-map-js: registry.npmmirror.com/source-map-js/1.0.2 + vue-i18n: registry.npmmirror.com/vue-i18n/9.4.1_vue@3.3.4 + yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/1.2.2 dev: true - registry.npmmirror.com/@intlify/core-base/9.2.2: - resolution: {integrity: sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.2.2.tgz} + registry.npmmirror.com/@intlify/core-base/9.4.1: + resolution: {integrity: sha512-WIwx+elsZbxSMxRG5+LC+utRohFvmZMoDevfKOfnYMLbpCjCSavqTfHJAtfsY6ruowzqXeKkeLhRHbYbjoJx5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.4.1.tgz} name: '@intlify/core-base' - version: 9.2.2 - engines: {node: '>= 14'} - dependencies: - '@intlify/devtools-if': registry.npmmirror.com/@intlify/devtools-if/9.2.2 - '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.2.2 - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - '@intlify/vue-devtools': registry.npmmirror.com/@intlify/vue-devtools/9.2.2 - - registry.npmmirror.com/@intlify/devtools-if/9.2.2: - resolution: {integrity: sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/devtools-if/-/devtools-if-9.2.2.tgz} - name: '@intlify/devtools-if' - version: 9.2.2 - engines: {node: '>= 14'} - dependencies: - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - - registry.npmmirror.com/@intlify/message-compiler/9.2.2: - resolution: {integrity: sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.2.2.tgz} - name: '@intlify/message-compiler' - version: 9.2.2 - engines: {node: '>= 14'} + version: 9.4.1 + engines: {node: '>= 16'} dependencies: - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - source-map: registry.npmmirror.com/source-map/0.6.1 + '@intlify/message-compiler': registry.npmmirror.com/@intlify/message-compiler/9.4.1 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.4.1 - registry.npmmirror.com/@intlify/message-compiler/9.3.0-beta.17: - resolution: {integrity: sha512-i7hvVIRk1Ax2uKa9xLRJCT57to08OhFMhFXXjWN07rmx5pWQYQ23MfX1xgggv9drnWTNhqEiD+u4EJeHoS5+Ww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.3.0-beta.17.tgz} + registry.npmmirror.com/@intlify/message-compiler/9.4.1: + resolution: {integrity: sha512-aN2N+dUx320108QhH51Ycd2LEpZ+NKbzyQ2kjjhqMcxhHdxtOnkgdx+MDBhOy/CObwBmhC3Nygzc6hNlfKvPNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.4.1.tgz} name: '@intlify/message-compiler' - version: 9.3.0-beta.17 - engines: {node: '>= 14'} + version: 9.4.1 + engines: {node: '>= 16'} dependencies: - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.3.0-beta.17 - source-map: registry.npmmirror.com/source-map/0.6.1 - dev: true - - registry.npmmirror.com/@intlify/shared/9.2.2: - resolution: {integrity: sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/shared/-/shared-9.2.2.tgz} - name: '@intlify/shared' - version: 9.2.2 - engines: {node: '>= 14'} + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.4.1 + source-map-js: registry.npmmirror.com/source-map-js/1.0.2 - registry.npmmirror.com/@intlify/shared/9.3.0-beta.17: - resolution: {integrity: sha512-mscf7RQsUTOil35jTij4KGW1RC9SWQjYScwLxP53Ns6g24iEd5HN7ksbt9O6FvTmlQuX77u+MXpBdfJsGqizLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/shared/-/shared-9.3.0-beta.17.tgz} + registry.npmmirror.com/@intlify/shared/9.4.1: + resolution: {integrity: sha512-A51elBmZWf1FS80inf/32diO9DeXoqg9GR9aUDHFcfHoNDuT46Q+fpPOdj8jiJnSHSBh8E1E+6qWRhAZXdK3Ng==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/shared/-/shared-9.4.1.tgz} name: '@intlify/shared' - version: 9.3.0-beta.17 - engines: {node: '>= 14'} - dev: true + version: 9.4.1 + engines: {node: '>= 16'} - registry.npmmirror.com/@intlify/unplugin-vue-i18n/0.10.1_vue-i18n@9.2.2: - resolution: {integrity: sha512-9ZzE0ddlDO06Xzg25JPiNbx6PJPDho5k/Np+uL9fJRZEKq2TxT3c+ZK+Pec6j0ybhhVXeda8/yE3tPUf4SOXZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-0.10.1.tgz} - id: registry.npmmirror.com/@intlify/unplugin-vue-i18n/0.10.1 + registry.npmmirror.com/@intlify/unplugin-vue-i18n/1.2.0_vue-i18n@9.4.1: + resolution: {integrity: sha512-AzjlMZKj9DG10ICDR2VWjfJudHJ1XK2GNSHxw+VmOUYpUm4S0L/a7OAdvgnuY7S4plk1VnPdT4YilpZk+uQcqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-1.2.0.tgz} + id: registry.npmmirror.com/@intlify/unplugin-vue-i18n/1.2.0 name: '@intlify/unplugin-vue-i18n' - version: 0.10.1 + version: 1.2.0 engines: {node: '>= 14.16'} peerDependencies: petite-vue-i18n: '*' @@ -2367,8 +2952,8 @@ packages: vue-i18n-bridge: optional: true dependencies: - '@intlify/bundle-utils': registry.npmmirror.com/@intlify/bundle-utils/5.5.0_vue-i18n@9.2.2 - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.3.0-beta.17 + '@intlify/bundle-utils': registry.npmmirror.com/@intlify/bundle-utils/7.3.0_vue-i18n@9.4.1 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.4.1 '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 debug: registry.npmmirror.com/debug/4.3.4 @@ -2377,23 +2962,14 @@ packages: json5: registry.npmmirror.com/json5/2.2.3 pathe: registry.npmmirror.com/pathe/1.1.1 picocolors: registry.npmmirror.com/picocolors/1.0.0 - source-map: registry.npmmirror.com/source-map/0.6.1 + source-map-js: registry.npmmirror.com/source-map-js/1.0.2 unplugin: registry.npmmirror.com/unplugin/1.3.1 - vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.3.4 + vue-i18n: registry.npmmirror.com/vue-i18n/9.4.1_vue@3.3.4 transitivePeerDependencies: - rollup - supports-color dev: true - registry.npmmirror.com/@intlify/vue-devtools/9.2.2: - resolution: {integrity: sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz} - name: '@intlify/vue-devtools' - version: 9.2.2 - engines: {node: '>= 14'} - dependencies: - '@intlify/core-base': registry.npmmirror.com/@intlify/core-base/9.2.2 - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - registry.npmmirror.com/@isaacs/cliui/8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz} name: '@isaacs/cliui' @@ -2408,6 +2984,15 @@ packages: wrap-ansi-cjs: registry.npmmirror.com/wrap-ansi/7.0.0 dev: true + registry.npmmirror.com/@jest/schemas/29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jest/schemas/-/schemas-29.6.3.tgz} + name: '@jest/schemas' + version: 29.6.3 + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': registry.npmmirror.com/@sinclair/typebox/0.27.8 + dev: true + registry.npmmirror.com/@jridgewell/gen-mapping/0.3.3: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz} name: '@jridgewell/gen-mapping' @@ -2477,6 +3062,15 @@ packages: markdown-it: registry.npmmirror.com/markdown-it/13.0.1 dev: true + registry.npmmirror.com/@mdit-vue/plugin-component/0.12.1: + resolution: {integrity: sha512-L3elbvuKUufXwPLHrmJGd/ijd/QKxfcHXy3kRy4O+P7UIV7HSWePpfB0k+wWee+by3MviYYxjVAi392z+DGy3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@mdit-vue/plugin-component/-/plugin-component-0.12.1.tgz} + name: '@mdit-vue/plugin-component' + version: 0.12.1 + dependencies: + '@types/markdown-it': registry.npmmirror.com/@types/markdown-it/13.0.1 + markdown-it: registry.npmmirror.com/markdown-it/13.0.1 + dev: true + registry.npmmirror.com/@mdit-vue/plugin-frontmatter/0.12.0: resolution: {integrity: sha512-26Y3JktjGgNoCVH7NLqi5RcdAauAqxepTt2qXueRcRHtGpiRQV2/M1FveIhCOTCtHSuG5bBOHUxGaV6vRK3Vbw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@mdit-vue/plugin-frontmatter/-/plugin-frontmatter-0.12.0.tgz} name: '@mdit-vue/plugin-frontmatter' @@ -2488,6 +3082,17 @@ packages: markdown-it: registry.npmmirror.com/markdown-it/13.0.1 dev: true + registry.npmmirror.com/@mdit-vue/plugin-frontmatter/0.12.1: + resolution: {integrity: sha512-C6ycNjrJ+T4JgbVxwo9cUkfLacOO841Yl8ogqd5PJmAVpc5cM2OLBkqqkZxNRXos3g9xM1VvIQ7gK/047UNADg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@mdit-vue/plugin-frontmatter/-/plugin-frontmatter-0.12.1.tgz} + name: '@mdit-vue/plugin-frontmatter' + version: 0.12.1 + dependencies: + '@mdit-vue/types': registry.npmmirror.com/@mdit-vue/types/0.12.0 + '@types/markdown-it': registry.npmmirror.com/@types/markdown-it/13.0.1 + gray-matter: registry.npmmirror.com/gray-matter/4.0.3 + markdown-it: registry.npmmirror.com/markdown-it/13.0.1 + dev: true + registry.npmmirror.com/@mdit-vue/types/0.12.0: resolution: {integrity: sha512-mrC4y8n88BYvgcgzq9bvTlDgFyi2zuvzmPilRvRc3Uz1iIvq8mDhxJ0rHKFUNzPEScpDvJdIujqiDrulMqiudA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@mdit-vue/types/-/types-0.12.0.tgz} name: '@mdit-vue/types' @@ -2521,18 +3126,19 @@ packages: fastq: registry.npmmirror.com/fastq/1.15.0 dev: true - registry.npmmirror.com/@npmcli/config/6.2.0: - resolution: {integrity: sha512-lPAPNVUvlv6x0uwGiKzuWVUy1WSBaK5P0t9PoQQVIAbc1RaJLkaNxyUQZOrFJ7Y/ShzLw5skzruThhD9Qcju/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@npmcli/config/-/config-6.2.0.tgz} + registry.npmmirror.com/@npmcli/config/6.3.0: + resolution: {integrity: sha512-gV64pm5cQ7F2oeoSJ5HTfaKxjFsvC4dAbCsQbtbOkEOymM6iZI62yNGCOLjcq/rfYX9+wVn34ThxK7GZpUwWFg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@npmcli/config/-/config-6.3.0.tgz} name: '@npmcli/config' - version: 6.2.0 + version: 6.3.0 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/map-workspaces': registry.npmmirror.com/@npmcli/map-workspaces/3.0.4 + ci-info: registry.npmmirror.com/ci-info/3.8.0 ini: registry.npmmirror.com/ini/4.1.1 nopt: registry.npmmirror.com/nopt/7.1.0 proc-log: registry.npmmirror.com/proc-log/3.0.0 read-package-json-fast: registry.npmmirror.com/read-package-json-fast/3.0.2 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 walk-up-path: registry.npmmirror.com/walk-up-path/3.0.1 dev: true @@ -2543,7 +3149,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': registry.npmmirror.com/@gar/promisify/1.1.3 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/@npmcli/fs/3.1.0: @@ -2552,7 +3158,7 @@ packages: version: 3.1.0 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/@npmcli/git/4.0.4: @@ -2567,7 +3173,7 @@ packages: proc-log: registry.npmmirror.com/proc-log/3.0.0 promise-inflight: registry.npmmirror.com/promise-inflight/1.0.1 promise-retry: registry.npmmirror.com/promise-retry/2.0.1 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 which: registry.npmmirror.com/which/3.0.1 transitivePeerDependencies: - bluebird @@ -2592,7 +3198,7 @@ packages: dependencies: '@npmcli/name-from-folder': registry.npmmirror.com/@npmcli/name-from-folder/2.0.0 glob: registry.npmmirror.com/glob/10.2.6 - minimatch: registry.npmmirror.com/minimatch/9.0.1 + minimatch: registry.npmmirror.com/minimatch/9.0.3 read-package-json-fast: registry.npmmirror.com/read-package-json-fast/3.0.2 dev: true @@ -2646,6 +3252,12 @@ packages: - supports-color dev: true + registry.npmmirror.com/@one-ini/wasm/0.1.1: + resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@one-ini/wasm/-/wasm-0.1.1.tgz} + name: '@one-ini/wasm' + version: 0.1.1 + dev: true + registry.npmmirror.com/@pkgjs/parseargs/0.11.0: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz} name: '@pkgjs/parseargs' @@ -2662,7 +3274,7 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dependencies: cross-spawn: registry.npmmirror.com/cross-spawn/7.0.3 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 is-glob: registry.npmmirror.com/is-glob/4.0.3 open: registry.npmmirror.com/open/9.1.0 picocolors: registry.npmmirror.com/picocolors/1.0.0 @@ -2709,7 +3321,7 @@ packages: builtin-modules: registry.npmmirror.com/builtin-modules/3.3.0 deepmerge: registry.npmmirror.com/deepmerge/4.3.1 is-module: registry.npmmirror.com/is-module/1.0.0 - resolve: registry.npmmirror.com/resolve/1.22.2 + resolve: registry.npmmirror.com/resolve/1.22.6 rollup: registry.npmmirror.com/rollup/2.79.1 dev: true @@ -2757,11 +3369,10 @@ packages: picomatch: registry.npmmirror.com/picomatch/2.3.1 dev: true - registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.23.0: - resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz} - id: registry.npmmirror.com/@rollup/pluginutils/5.0.2 + registry.npmmirror.com/@rollup/pluginutils/5.0.4: + resolution: {integrity: sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.4.tgz} name: '@rollup/pluginutils' - version: 5.0.2 + version: 5.0.4 engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0 @@ -2772,7 +3383,24 @@ packages: '@types/estree': registry.npmmirror.com/@types/estree/1.0.1 estree-walker: registry.npmmirror.com/estree-walker/2.0.2 picomatch: registry.npmmirror.com/picomatch/2.3.1 - rollup: registry.npmmirror.com/rollup/3.23.0 + dev: true + + registry.npmmirror.com/@rollup/pluginutils/5.0.4_rollup@3.29.2: + resolution: {integrity: sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.4.tgz} + id: registry.npmmirror.com/@rollup/pluginutils/5.0.4 + name: '@rollup/pluginutils' + version: 5.0.4 + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': registry.npmmirror.com/@types/estree/1.0.1 + estree-walker: registry.npmmirror.com/estree-walker/2.0.2 + picomatch: registry.npmmirror.com/picomatch/2.3.1 + rollup: registry.npmmirror.com/rollup/3.29.2 dev: true registry.npmmirror.com/@sigstore/protobuf-specs/0.1.0: @@ -2782,6 +3410,46 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true + registry.npmmirror.com/@sinclair/typebox/0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.27.8.tgz} + name: '@sinclair/typebox' + version: 0.27.8 + dev: true + + registry.npmmirror.com/@stylistic/eslint-plugin-js/0.0.3: + resolution: {integrity: sha512-yC9tsmFxlgoDyD/B+93IH2TSe1Ca46s2uf+oUfkCLWTXFKTmPPy0YLDcme9Ha1Qydx5U+1lehe1jwG9VxtIdtw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-0.0.3.tgz} + name: '@stylistic/eslint-plugin-js' + version: 0.0.3 + dependencies: + acorn: registry.npmmirror.com/acorn/8.10.0 + escape-string-regexp: registry.npmmirror.com/escape-string-regexp/4.0.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 + espree: registry.npmmirror.com/espree/9.6.1 + esutils: registry.npmmirror.com/esutils/2.0.3 + graphemer: registry.npmmirror.com/graphemer/1.4.0 + dev: true + + registry.npmmirror.com/@stylistic/eslint-plugin-ts/0.0.3_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-G/jZ+XHlZtkxABOXswJNTmN4h8qNmECTjPLkWPMykPlfQeD1RSpBMEQHiJHZ3GAxnEcqAgi7CNA1FTvGWz6qwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-0.0.3.tgz} + id: registry.npmmirror.com/@stylistic/eslint-plugin-ts/0.0.3 + name: '@stylistic/eslint-plugin-ts' + version: 0.0.3 + peerDependencies: + eslint: '*' + typescript: '*' + dependencies: + '@stylistic/eslint-plugin-js': registry.npmmirror.com/@stylistic/eslint-plugin-js/0.0.3 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/6.7.2 + '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 + eslint: registry.npmmirror.com/eslint/8.49.0 + graphemer: registry.npmmirror.com/graphemer/1.4.0 + semver: registry.npmmirror.com/semver/7.5.4 + typescript: registry.npmmirror.com/typescript/5.2.2 + transitivePeerDependencies: + - supports-color + dev: true + registry.npmmirror.com/@surma/rollup-plugin-off-main-thread/2.2.3: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz} name: '@surma/rollup-plugin-off-main-thread' @@ -2814,7 +3482,7 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@tufjs/canonical-json': registry.npmmirror.com/@tufjs/canonical-json/1.0.0 - minimatch: registry.npmmirror.com/minimatch/9.0.1 + minimatch: registry.npmmirror.com/minimatch/9.0.3 dev: true registry.npmmirror.com/@types/chai-subset/1.3.3: @@ -2857,12 +3525,6 @@ packages: version: 7.0.12 dev: true - registry.npmmirror.com/@types/json5/0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz} - name: '@types/json5' - version: 0.0.29 - dev: true - registry.npmmirror.com/@types/katex/0.14.0: resolution: {integrity: sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/katex/-/katex-0.14.0.tgz} name: '@types/katex' @@ -2906,6 +3568,15 @@ packages: '@types/mdurl': registry.npmmirror.com/@types/mdurl/1.0.2 dev: true + registry.npmmirror.com/@types/markdown-it/13.0.1: + resolution: {integrity: sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-13.0.1.tgz} + name: '@types/markdown-it' + version: 13.0.1 + dependencies: + '@types/linkify-it': registry.npmmirror.com/@types/linkify-it/3.0.2 + '@types/mdurl': registry.npmmirror.com/@types/mdurl/1.0.2 + dev: true + registry.npmmirror.com/@types/mdast/3.0.11: resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.11.tgz} name: '@types/mdast' @@ -2926,10 +3597,10 @@ packages: version: 0.7.31 dev: true - registry.npmmirror.com/@types/node/14.18.48: - resolution: {integrity: sha512-iL0PIMwejpmuVHgfibHpfDwOdsbmB50wr21X71VnF5d7SsBF7WK+ZvP/SCcFm7Iwb9iiYSap9rlrdhToNAWdxg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/-/node-14.18.48.tgz} + registry.npmmirror.com/@types/node/18.17.18: + resolution: {integrity: sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/-/node-18.17.18.tgz} name: '@types/node' - version: 14.18.48 + version: 18.17.18 dev: true registry.npmmirror.com/@types/node/20.2.5: @@ -3005,60 +3676,62 @@ packages: version: 2.10.0 requiresBuild: true dependencies: - '@types/node': registry.npmmirror.com/@types/node/14.18.48 + '@types/node': registry.npmmirror.com/@types/node/20.2.5 dev: true optional: true - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8_54dzngpokg2nc3pytyodfzhcz4: - resolution: {integrity: sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz} - id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8 + registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2_ojtszseoihgstv5sdp7hbt6z6y: + resolution: {integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.2.tgz} + id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2 name: '@typescript-eslint/eslint-plugin' - version: 5.59.8 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha + eslint: ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.5.1 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.59.8 - '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u + '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.8.1 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/6.7.2_rngtr6f3b25lvetpihwplgecf4 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/6.7.2 + '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/6.7.2 debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.42.0 - grapheme-splitter: registry.npmmirror.com/grapheme-splitter/1.0.4 + eslint: registry.npmmirror.com/eslint/8.49.0 + graphemer: registry.npmmirror.com/graphemer/1.4.0 ignore: registry.npmmirror.com/ignore/5.2.4 - natural-compare-lite: registry.npmmirror.com/natural-compare-lite/1.4.0 - semver: registry.npmmirror.com/semver/7.5.1 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@5.1.3 - typescript: registry.npmmirror.com/typescript/5.1.3 + natural-compare: registry.npmmirror.com/natural-compare/1.4.0 + semver: registry.npmmirror.com/semver/7.5.4 + ts-api-utils: registry.npmmirror.com/ts-api-utils/1.0.3_typescript@5.2.2 + typescript: registry.npmmirror.com/typescript/5.2.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.59.8.tgz} - id: registry.npmmirror.com/@typescript-eslint/parser/5.59.8 + registry.npmmirror.com/@typescript-eslint/parser/6.7.2_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.7.2.tgz} + id: registry.npmmirror.com/@typescript-eslint/parser/6.7.2 name: '@typescript-eslint/parser' - version: 5.59.8 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.59.8 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.59.8 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.1.3 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/6.7.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/6.7.2 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/6.7.2_typescript@5.2.2 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/6.7.2 debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.42.0 - typescript: registry.npmmirror.com/typescript/5.1.3 + eslint: registry.npmmirror.com/eslint/8.49.0 + typescript: registry.npmmirror.com/typescript/5.2.2 transitivePeerDependencies: - supports-color dev: true @@ -3073,25 +3746,35 @@ packages: '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.59.8 dev: true - registry.npmmirror.com/@typescript-eslint/type-utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz} - id: registry.npmmirror.com/@typescript-eslint/type-utils/5.59.8 + registry.npmmirror.com/@typescript-eslint/scope-manager/6.7.2: + resolution: {integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz} + name: '@typescript-eslint/scope-manager' + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/6.7.2 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/6.7.2 + dev: true + + registry.npmmirror.com/@typescript-eslint/type-utils/6.7.2_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.7.2.tgz} + id: registry.npmmirror.com/@typescript-eslint/type-utils/6.7.2 name: '@typescript-eslint/type-utils' - version: 5.59.8 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: '*' + eslint: ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.1.3 - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/6.7.2_typescript@5.2.2 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.42.0 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@5.1.3 - typescript: registry.npmmirror.com/typescript/5.1.3 + eslint: registry.npmmirror.com/eslint/8.49.0 + ts-api-utils: registry.npmmirror.com/ts-api-utils/1.0.3_typescript@5.2.2 + typescript: registry.npmmirror.com/typescript/5.2.2 transitivePeerDependencies: - supports-color dev: true @@ -3103,7 +3786,14 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.1.3: + registry.npmmirror.com/@typescript-eslint/types/6.7.2: + resolution: {integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.7.2.tgz} + name: '@typescript-eslint/types' + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} + dev: true + + registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.2.2: resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz} id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8 name: '@typescript-eslint/typescript-estree' @@ -3120,14 +3810,38 @@ packages: debug: registry.npmmirror.com/debug/4.3.4 globby: registry.npmmirror.com/globby/11.1.0 is-glob: registry.npmmirror.com/is-glob/4.0.3 - semver: registry.npmmirror.com/semver/7.5.1 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@5.1.3 - typescript: registry.npmmirror.com/typescript/5.1.3 + semver: registry.npmmirror.com/semver/7.5.4 + tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@5.2.2 + typescript: registry.npmmirror.com/typescript/5.2.2 + transitivePeerDependencies: + - supports-color + dev: true + + registry.npmmirror.com/@typescript-eslint/typescript-estree/6.7.2_typescript@5.2.2: + resolution: {integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz} + id: registry.npmmirror.com/@typescript-eslint/typescript-estree/6.7.2 + name: '@typescript-eslint/typescript-estree' + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/6.7.2 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/6.7.2 + debug: registry.npmmirror.com/debug/4.3.4 + globby: registry.npmmirror.com/globby/11.1.0 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + semver: registry.npmmirror.com/semver/7.5.4 + ts-api-utils: registry.npmmirror.com/ts-api-utils/1.0.3_typescript@5.2.2 + typescript: registry.npmmirror.com/typescript/5.2.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u: + registry.npmmirror.com/@typescript-eslint/utils/5.59.8_rngtr6f3b25lvetpihwplgecf4: resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.59.8.tgz} id: registry.npmmirror.com/@typescript-eslint/utils/5.59.8 name: '@typescript-eslint/utils' @@ -3136,15 +3850,37 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.12 '@types/semver': registry.npmmirror.com/@types/semver/7.5.0 '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.59.8 '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.59.8 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.1.3 - eslint: registry.npmmirror.com/eslint/8.42.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.59.8_typescript@5.2.2 + eslint: registry.npmmirror.com/eslint/8.49.0 eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.7.2.tgz} + id: registry.npmmirror.com/@typescript-eslint/utils/6.7.2 + name: '@typescript-eslint/utils' + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 + '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.12 + '@types/semver': registry.npmmirror.com/@types/semver/7.5.0 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/6.7.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/6.7.2 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/6.7.2_typescript@5.2.2 + eslint: registry.npmmirror.com/eslint/8.49.0 + semver: registry.npmmirror.com/semver/7.5.4 transitivePeerDependencies: - supports-color - typescript @@ -3157,133 +3893,149 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.59.8 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 + dev: true + + registry.npmmirror.com/@typescript-eslint/visitor-keys/6.7.2: + resolution: {integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz} + name: '@typescript-eslint/visitor-keys' + version: 6.7.2 + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/6.7.2 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 dev: true - registry.npmmirror.com/@unhead/dom/1.1.27: - resolution: {integrity: sha512-sUrzpKIVvFp8TFx1mgp5t0k5ts1+KmgjMgRRuvRTZMBMVeGQRLSuL3uo34iwuFmKxeI6BXT5lVBk5H02c1XdGg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/dom/-/dom-1.1.27.tgz} + registry.npmmirror.com/@unhead/dom/1.7.4: + resolution: {integrity: sha512-xanQMtGmgikqTvDtuyJy6GXgqvUXOdrdnIyqAabpeS8goD8udxo0stzjtbT8ERbMQibzPGSGcN+Ux+MKoWzrjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/dom/-/dom-1.7.4.tgz} name: '@unhead/dom' - version: 1.1.27 + version: 1.7.4 dependencies: - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 - '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.1.27 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 + '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.7.4 - registry.npmmirror.com/@unhead/schema/1.1.27: - resolution: {integrity: sha512-S+xhPoBxBXDrsW9ltcF9Cv3cntMbSx+dfSmE7RNyDhogqHd3+lDEV2dnQpHKWTGjujwwMCALV5SADunAn785bw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/schema/-/schema-1.1.27.tgz} + registry.npmmirror.com/@unhead/schema/1.7.4: + resolution: {integrity: sha512-wUL4CK0NSEm3KH4kYsiqVYQw5xBk1hpBi5tiNj0BTZgpQVrRufICdK5EHA9Fh7OIAR6tOTWwTvsf5+nK0BgQDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/schema/-/schema-1.7.4.tgz} name: '@unhead/schema' - version: 1.1.27 + version: 1.7.4 dependencies: hookable: registry.npmmirror.com/hookable/5.5.3 - zhead: registry.npmmirror.com/zhead/2.0.4 + zhead: registry.npmmirror.com/zhead/2.1.1 - registry.npmmirror.com/@unhead/shared/1.1.27: - resolution: {integrity: sha512-ElZ5WcMnhVlg44OAwTNq4XBkNePcL/BHZk7WKFcqpeGTJrEvSfs40lGJoo4sMsgDAd+XQdhJDd4dJu48jQB3kg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/shared/-/shared-1.1.27.tgz} + registry.npmmirror.com/@unhead/shared/1.7.4: + resolution: {integrity: sha512-YUNA2UxAuDPnDps41BQ8aEIY5hdyvruSB1Vs3AALhRo07MxMivSq5DjNKfYr/JvRN6593RtfI1NHnP9x5M57xA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/shared/-/shared-1.7.4.tgz} name: '@unhead/shared' - version: 1.1.27 + version: 1.7.4 dependencies: - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 - registry.npmmirror.com/@unhead/ssr/1.1.27: - resolution: {integrity: sha512-lKXH2ofs8L+yAbHgkRP17bIQ45XaG2RSl5UCMsSIW2Ev4kiTGPbbcQKOBgsi2uEllgdMk5peKDyaWD9xheYlEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.1.27.tgz} + registry.npmmirror.com/@unhead/ssr/1.7.4: + resolution: {integrity: sha512-2QqaHdC48XJGP9Pd0F2fblPv9/6G4IU04iZ5qLRAs6MFFmFEzrdvoooFlcwdcoH/WDGRnpYBmo+Us2nzQz1MMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.7.4.tgz} name: '@unhead/ssr' - version: 1.1.27 + version: 1.7.4 dependencies: - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 - '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.1.27 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 + '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.7.4 + dev: false - registry.npmmirror.com/@unhead/vue/1.1.27_vue@3.3.4: - resolution: {integrity: sha512-ibe7/QW4ZtyCI/et/fI3CnwC+oxqp+7LrhmuLUS93ib1Sl70D51dcAy9eAvh0MG7wWUyMUrf3T95MRifJo7uzA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/vue/-/vue-1.1.27.tgz} - id: registry.npmmirror.com/@unhead/vue/1.1.27 + registry.npmmirror.com/@unhead/vue/1.7.4_vue@3.3.4: + resolution: {integrity: sha512-ZfgzOhg1Bxo9xwp3upawqerw4134hc9Lhz6t005ixcBwPX+39Wpgc9dC3lf+owFQEVuWkf8F+eAwK2sghVBK4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unhead/vue/-/vue-1.7.4.tgz} + id: registry.npmmirror.com/@unhead/vue/1.7.4 name: '@unhead/vue' - version: 1.1.27 + version: 1.7.4 peerDependencies: vue: '>=2.7 || >=3' dependencies: - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 - '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.1.27 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 + '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.7.4 hookable: registry.npmmirror.com/hookable/5.5.3 - unhead: registry.npmmirror.com/unhead/1.1.27 + unhead: registry.npmmirror.com/unhead/1.7.4 vue: registry.npmmirror.com/vue/3.3.4 - registry.npmmirror.com/@unocss/astro/0.52.7_vite@4.3.9: - resolution: {integrity: sha512-jGm3sVB6AU3A1vXJskCdG2kUw1aRdg2fV60nILCBiRmj7SIlbMTXEHrz864AaleGVnxTiV7oGL4P1DfDJ3tQSA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/astro/-/astro-0.52.7.tgz} - id: registry.npmmirror.com/@unocss/astro/0.52.7 + registry.npmmirror.com/@unocss/astro/0.55.7_vite@4.4.9: + resolution: {integrity: sha512-mw8r14ArxUQBVCCisAJlF/WsZb650iBsduD/lXMk56N/nQ3MMArCcn62kcAxgZSb5tfIOQGQu/tbR8hEcD8y2g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/astro/-/astro-0.55.7.tgz} + id: registry.npmmirror.com/@unocss/astro/0.55.7 name: '@unocss/astro' - version: 0.52.7 + version: 0.55.7 + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 + peerDependenciesMeta: + vite: + optional: true dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.52.7 - '@unocss/vite': registry.npmmirror.com/@unocss/vite/0.52.7_vite@4.3.9 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.55.7 + '@unocss/vite': registry.npmmirror.com/@unocss/vite/0.55.7_vite@4.4.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - rollup - - vite dev: true - registry.npmmirror.com/@unocss/cli/0.52.7: - resolution: {integrity: sha512-WC82yIMH6RH8W/0Gb26WEjNf/E8Rb1m6qywhtpuzwEYWmA8z6+uDvIaoXu8lhSpVeggQwjdzOXFe0++GRTcQ3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/cli/-/cli-0.52.7.tgz} + registry.npmmirror.com/@unocss/cli/0.55.7: + resolution: {integrity: sha512-ZHX2SR2WQbKfcmgOOHjBLB3V57Ct76Zb76YULzBj2EVX43lX/YDCVG87n6ePDY7rOcjCAthjrFQYCLV5KVLKHg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/cli/-/cli-0.55.7.tgz} name: '@unocss/cli' - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} hasBin: true dependencies: '@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping/2.2.1 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 - '@unocss/config': registry.npmmirror.com/@unocss/config/0.52.7 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno/0.52.7 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + '@unocss/config': registry.npmmirror.com/@unocss/config/0.55.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno/0.55.7 cac: registry.npmmirror.com/cac/6.7.14 chokidar: registry.npmmirror.com/chokidar/3.5.3 colorette: registry.npmmirror.com/colorette/2.0.20 - consola: registry.npmmirror.com/consola/3.1.0 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - magic-string: registry.npmmirror.com/magic-string/0.30.0 + consola: registry.npmmirror.com/consola/3.2.3 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 + magic-string: registry.npmmirror.com/magic-string/0.30.3 pathe: registry.npmmirror.com/pathe/1.1.1 perfect-debounce: registry.npmmirror.com/perfect-debounce/1.0.0 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@unocss/config/0.52.7: - resolution: {integrity: sha512-VKj4VnJR88EK0ikJnQbfslZfMCqdGu6LhnErs3x0HjQPVQU1oFsB1IM4ySGLaGhM4WcfZf05gzMzIav3kFyopg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/config/-/config-0.52.7.tgz} + registry.npmmirror.com/@unocss/config/0.55.7: + resolution: {integrity: sha512-+X6rPScyFEWbkZyCyM+HfoJhJNN+CEl2n2izWkm0kuDj3w9fY9B3f/0dsk+jmx/gJEI5Y797q9zspNMNDib1AA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/config/-/config-0.55.7.tgz} name: '@unocss/config' - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - unconfig: registry.npmmirror.com/unconfig/0.3.9 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + unconfig: registry.npmmirror.com/unconfig/0.3.10 dev: true - registry.npmmirror.com/@unocss/core/0.52.7: - resolution: {integrity: sha512-dZonrlfu33SkUMsZXlsyYSM79tr2nLer/hBEU2ZaemRik2KchxIUNlZV6kX1f1k3m+gEtVQOyx1MImpgLS8PWg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/core/-/core-0.52.7.tgz} + registry.npmmirror.com/@unocss/core/0.55.7: + resolution: {integrity: sha512-c+bWe844Xjlwc1EPwHj0+n3LpntJG7ELPbEOOxNIG+CQdcEX0l1G0rkM8+nKstJ9WJmgpf1HdJQLVMF62HXvhw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/core/-/core-0.55.7.tgz} name: '@unocss/core' - version: 0.52.7 + version: 0.55.7 dev: true - registry.npmmirror.com/@unocss/eslint-config/0.52.7_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-aIh2vf2FNc1LVUvp0abX2/Tn/LcqLLD7eQZZlaLcpOuyvEKZV7sb3uuEsXLJJD5/q3xtK2+wwfecvDFtoEnBeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/eslint-config/-/eslint-config-0.52.7.tgz} - id: registry.npmmirror.com/@unocss/eslint-config/0.52.7 + registry.npmmirror.com/@unocss/eslint-config/0.55.7_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-ykRUpPeT5kJSXHAduOJ2PxnEoaYsGOS2jG9iVjbbvER36ZQ+71xdwep/qpBlAr4LWLeoICy7Om+No1r43ZDntw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/eslint-config/-/eslint-config-0.55.7.tgz} + id: registry.npmmirror.com/@unocss/eslint-config/0.55.7 name: '@unocss/eslint-config' - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} dependencies: - '@unocss/eslint-plugin': registry.npmmirror.com/@unocss/eslint-plugin/0.52.7_tizxnkcvjrb4cldxgwq5h3lj5u + '@unocss/eslint-plugin': registry.npmmirror.com/@unocss/eslint-plugin/0.55.7_rngtr6f3b25lvetpihwplgecf4 transitivePeerDependencies: - eslint - supports-color - typescript dev: true - registry.npmmirror.com/@unocss/eslint-plugin/0.52.7_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-0t5RldKO8+ANPDcg0to4mQzChZ0ysCBL401rHPyr7Lok7Gx2t72DhWFTbjlJ0EyyMXug6J55DmDglmDKGIy0XA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/eslint-plugin/-/eslint-plugin-0.52.7.tgz} - id: registry.npmmirror.com/@unocss/eslint-plugin/0.52.7 + registry.npmmirror.com/@unocss/eslint-plugin/0.55.7_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-U+poFU/GJH8NvFBQxLp64zRRfnLWSbY41+Q8Vnlw/nP/tizZumO2lNJ+UBIGFLa1TwyMulFjru6CXt2uSFKtaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/eslint-plugin/-/eslint-plugin-0.55.7.tgz} + id: registry.npmmirror.com/@unocss/eslint-plugin/0.55.7 name: '@unocss/eslint-plugin' - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} dependencies: - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - '@unocss/config': registry.npmmirror.com/@unocss/config/0.52.7 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - magic-string: registry.npmmirror.com/magic-string/0.30.0 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 + '@unocss/config': registry.npmmirror.com/@unocss/config/0.55.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + magic-string: registry.npmmirror.com/magic-string/0.30.3 synckit: registry.npmmirror.com/synckit/0.8.5 transitivePeerDependencies: - eslint @@ -3291,247 +4043,270 @@ packages: - typescript dev: true - registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.52.7: - resolution: {integrity: sha512-nJ4iE7nIRpoOIQfD8S58yG4qJd6AhVPEfEOf7ksX1u8xLf71rrBIojwraRXvv7aPqNdZiWvXdh/znpA/QC5b9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.52.7.tgz} + registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.55.7: + resolution: {integrity: sha512-imK2g/frlo5Ag0uVB+C/Psyo5+9AnqhoRAgYa6gyrQ/TJnrnwf+M3jFngU9evIMHw92vig1DGfPa2ZId901DwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.55.7.tgz} name: '@unocss/extractor-arbitrary-variants' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/inspector/0.52.7: - resolution: {integrity: sha512-XuxoCerVpIw9XR1iO8PEPrCj+KLwEGLAziHedObnXkS5ANbHdd+eWXIPpsG8DbICdLGUDnalL7wfxB19X1S9AQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/inspector/-/inspector-0.52.7.tgz} + registry.npmmirror.com/@unocss/inspector/0.55.7: + resolution: {integrity: sha512-N0mjZozDDyqx8Mh6C/ZlMTlDzGiq22sXY/hPRX55Cf44WZI4W/ZWajqAAp42B+lw2MN0k1FYEMIAwn9n+xgq/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/inspector/-/inspector-0.55.7.tgz} name: '@unocss/inspector' - version: 0.52.7 + version: 0.55.7 dependencies: gzip-size: registry.npmmirror.com/gzip-size/6.0.0 sirv: registry.npmmirror.com/sirv/2.0.3 dev: true - registry.npmmirror.com/@unocss/postcss/0.52.7: - resolution: {integrity: sha512-0yG7K8ie9gky7Y/oD29Jzpe4l92IgRPB2Fo9a7g2f4dGlKOuih5S+NsH3EO4WODrawntISyxVXMHsIydze2vAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/postcss/-/postcss-0.52.7.tgz} + registry.npmmirror.com/@unocss/postcss/0.55.7: + resolution: {integrity: sha512-53Z/yv/CNdlTqKZQ9gpYRoLZSuzQ28J0SDrGCdzwjLcvHG/FD7/x1S7yxE7cUp/4sjvLL15HSzkWq8vNy6SkwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/postcss/-/postcss-0.55.7.tgz} name: '@unocss/postcss' - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} dependencies: - '@unocss/config': registry.npmmirror.com/@unocss/config/0.52.7 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/config': registry.npmmirror.com/@unocss/config/0.55.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 css-tree: registry.npmmirror.com/css-tree/2.3.1 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - postcss: registry.npmmirror.com/postcss/8.4.24 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + postcss: registry.npmmirror.com/postcss/8.4.30 dev: true - registry.npmmirror.com/@unocss/preset-attributify/0.52.7: - resolution: {integrity: sha512-rq3ntPbuwGTZO7ebQhsuaZjKCmkDPBNP7sX+lXhaOsIsIGM4JGmLTBNSZ03YUx6QVgYVbjO1MKv734AHNYG4/Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-attributify/0.55.7: + resolution: {integrity: sha512-L1sNw3DyM4mymIm4DBTTTOllk8LmhYlWMgDlaAW2MYWygjqDCsp99wRKT2175Ya5xHYBA6XetMoBryZD23qJYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-0.55.7.tgz} name: '@unocss/preset-attributify' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/preset-icons/0.52.7: - resolution: {integrity: sha512-4M8V7dhNxA+XGRqz+mlmEtqHOnyXYuqFpc+3biqjhlJb4zirNgJ9ujEty0OWwrKhC8QKfxifVlTtHInfjQQkDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-icons/0.55.7: + resolution: {integrity: sha512-JXLOHkyEKKAjLTqjAxYfhwln05WXilGg3jctkZWKpMNawPaonrGt3kZT12YMuMmOryxk7UcyKB0dtYc+p3QYvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-0.55.7.tgz} name: '@unocss/preset-icons' - version: 0.52.7 + version: 0.55.7 dependencies: - '@iconify/utils': registry.npmmirror.com/@iconify/utils/2.1.5 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - ofetch: registry.npmmirror.com/ofetch/1.0.1 + '@iconify/utils': registry.npmmirror.com/@iconify/utils/2.1.10 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + ofetch: registry.npmmirror.com/ofetch/1.3.3 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@unocss/preset-mini/0.52.7: - resolution: {integrity: sha512-c5VRzPwyAmIBWwz2ufEboYwHGiheG+V9SCmJJLHlu/gcW5KndFsxoeJPE6nOfXVmbx4AGq/rkzV35ZXtH8Iecw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-mini/0.55.7: + resolution: {integrity: sha512-ZCskE2uprjGkpQezEPM6KPMf84rIZEUNc1p2DxWVHaFUPRV24/JSNsO4PsKrQgNIb2dLQxzPNlMzQJI7ssdBXQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-0.55.7.tgz} name: '@unocss/preset-mini' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.55.7 dev: true - registry.npmmirror.com/@unocss/preset-tagify/0.52.7: - resolution: {integrity: sha512-Zoard/LvUT03buLkDAnFAsgUUDfqIrVXADQFqRN7uDkf5lXocqjp56IzHng1Py2EJY4RpqHx+Mixn0fBH45E4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-tagify/0.55.7: + resolution: {integrity: sha512-aDsuN3a/ZirbCDKpFsue9tc8MHs3l0Rl81n2ZOdIrJoZW4YWyydMVl++cz/HERZW81ZySK8EJKwGBaMJMgsnHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-0.55.7.tgz} name: '@unocss/preset-tagify' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/preset-typography/0.52.7: - resolution: {integrity: sha512-mx7NQm6ZEo1UTQX9ZIzhZePjIBb2PEw7VDg6rWAPzdMRYQ1PnetjVbGFK5IafKmgVD1PP43UUwqDo8P0bD/aOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-typography/0.55.7: + resolution: {integrity: sha512-hLV4nsgsDIk66pt7Ej4NYUmaGtI2EfGb1h2yl5FmBtdtACrgPq+Skr2Br9Iq+Bj1QFhbsMOWLDdbojFQwBdH6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-0.55.7.tgz} name: '@unocss/preset-typography' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.55.7 dev: true - registry.npmmirror.com/@unocss/preset-uno/0.52.7: - resolution: {integrity: sha512-J5royXxvaPvwRplZ2zwEcB1jJETp3dTA3sIezf9ydSNr4px3h6Ul6TxFDuJpBUWlx/cxP7aRWM0p9+e2ivdRkA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-uno/0.55.7: + resolution: {integrity: sha512-z4pCxOv/OU1ARo++cvbijWNW2zy/EVTMqJXa+SEep9b99wFXPQE3gaPvLdURp/e5f1PoxVyPZ6JiBknbClSDuA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-0.55.7.tgz} name: '@unocss/preset-uno' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.52.7 - '@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.55.7 + '@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind/0.55.7 dev: true - registry.npmmirror.com/@unocss/preset-web-fonts/0.52.7: - resolution: {integrity: sha512-KnWpYPqRVqD1wu8pJMQVy+sMgrJKSqr5R0C1xMMT4u4TZk4fc2YWXox6UNw5WWWzdc1KzJ/k36wSPnq+jSjfDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-web-fonts/0.55.7: + resolution: {integrity: sha512-ygAz0540kdBapErW2BcObWfQT/6g0SpVUPYg92PPiZD57CZAvuNXiYTfFMRXd88QrBL1zIrZ6NrzY0NZ645H+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-0.55.7.tgz} name: '@unocss/preset-web-fonts' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - ofetch: registry.npmmirror.com/ofetch/1.0.1 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + ofetch: registry.npmmirror.com/ofetch/1.3.3 dev: true - registry.npmmirror.com/@unocss/preset-wind/0.52.7: - resolution: {integrity: sha512-IT36cDftK7B+zDUElL4qdZZEj6iwknIpetXwuVvW/X8ljS/ocY/qfyjSX7C8k163FLAw7nTARFjW3xL066NsLw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-0.52.7.tgz} + registry.npmmirror.com/@unocss/preset-wind/0.55.7: + resolution: {integrity: sha512-vLi0mtYDnvx3uYtBR4fSCR52T59drTUp3XVAAqQTbhvRctnSWm65MWE4G+gqdt2qQ9fM4SVCsxLLaXuJkI2eqw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-0.55.7.tgz} name: '@unocss/preset-wind' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.55.7 dev: true - registry.npmmirror.com/@unocss/reset/0.52.7: - resolution: {integrity: sha512-TJW2BaGGQoh0OSDd22Ti8bZ/Ds3YMGT8aBxNPkcyhesH4fCJeWK+rwsAc5g8CS/wp9OdLS8P4Jy9k2Yg/GfrVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/reset/-/reset-0.52.7.tgz} + registry.npmmirror.com/@unocss/reset/0.55.7: + resolution: {integrity: sha512-yvmLhxqUNgf6wue7IvhV/FdrQW9H9LF1Bmmhwwaiz2aV0E74aN4pbuYPZwNq3YafsQvNQ0UdtuXjddY4QMRCPw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/reset/-/reset-0.55.7.tgz} name: '@unocss/reset' - version: 0.52.7 + version: 0.55.7 - registry.npmmirror.com/@unocss/scope/0.52.7: - resolution: {integrity: sha512-J8QMwfbm+lCt3Lpt52NllnXbuICvH8+Njl/L65wN9TfE6gHk0StA5nrEOlOB79R1aOhnRaoqG4MkAvFXK/1dcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/scope/-/scope-0.52.7.tgz} + registry.npmmirror.com/@unocss/scope/0.55.7: + resolution: {integrity: sha512-r0CaS1aSpcC37ztqOJ3qaWIzM6zwdlX8r0rib2vTvWTckw1J0ocVhjNkWRBM9kRWte006JhecdiZzXNHA40akg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/scope/-/scope-0.55.7.tgz} name: '@unocss/scope' - version: 0.52.7 + version: 0.55.7 dev: true - registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/0.52.7: - resolution: {integrity: sha512-6O2wSmALwaY0gmo/6quIEEiB6mpE3HFRJU2FmDQny5PVBrDhKps72h1zeNkDA8wjxz8XizNBhPbH/Uzc1lnAVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.52.7.tgz} + registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/0.55.7: + resolution: {integrity: sha512-xl5K/Zg7tLyI6Oee+xHgvBm0gSEviYdBDwaGC4O6cP9VXTBm6waz9NUU6CmmVYKh4dSeLQ1PKNboMeg2nFuJMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.55.7.tgz} name: '@unocss/transformer-attributify-jsx-babel' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/transformer-attributify-jsx/0.52.7: - resolution: {integrity: sha512-5Wz4KCUB+ZnXKwvtyASoN0yH61GPMRyNfLP3tz/uel9H2lyfgIPSKFthPVY8dsUCEixT7oGiIvQCLqk6f3po3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.52.7.tgz} + registry.npmmirror.com/@unocss/transformer-attributify-jsx/0.55.7: + resolution: {integrity: sha512-ZyUBc0wguBhd+nbIlcrSYpmzKtqBi+8BII8SK4lIB/Ol1wBboByPTjBENsQkxRyffp5K9VTuZZ/LamFgPGOWDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.55.7.tgz} name: '@unocss/transformer-attributify-jsx' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/transformer-compile-class/0.52.7: - resolution: {integrity: sha512-4gHqzeLq+9Ehl+yxYtGNUWrYACxnNfeiHBXfix7VmRHsBWIRol0/81Shqplxm9JRhkQcbXzadogynOav5LQcBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-0.52.7.tgz} + registry.npmmirror.com/@unocss/transformer-compile-class/0.55.7: + resolution: {integrity: sha512-tiYiT9EG4ucSBvMo+9Hv43GY0YvXQjfQCXDhDm3tcJyreMg6BRMO412eir54RBS+JAdNU0DUoITVYu+PkF7hLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-0.55.7.tgz} name: '@unocss/transformer-compile-class' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/transformer-directives/0.52.7: - resolution: {integrity: sha512-v68nQjeU/8I8aOIQC6prIk5GJi8SpkaFsdh9p1UPSkJPL3rYv0bBLIkYrwBcmaqKUOvzL5joN0Cueolq/+GtUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-0.52.7.tgz} + registry.npmmirror.com/@unocss/transformer-directives/0.55.7: + resolution: {integrity: sha512-xNmR40FssHWYJSmJv/9TQC2IdTyZPV8U3Iv/PIuke1zndMwMciclghEFiw0wSeRmhoRI7iFZck5EI/Bokyo7CQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-0.55.7.tgz} name: '@unocss/transformer-directives' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 css-tree: registry.npmmirror.com/css-tree/2.3.1 dev: true - registry.npmmirror.com/@unocss/transformer-variant-group/0.52.7: - resolution: {integrity: sha512-pGqTfT1hax3F+yjs6n6r5loSIP/Dsm/NuEA5nwazTu4gmubiIBi11UjoK/pE/cFg9Z3yp6n9Lspo71yALJbpVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-0.52.7.tgz} + registry.npmmirror.com/@unocss/transformer-variant-group/0.55.7: + resolution: {integrity: sha512-uLyZ08XXVriUDenZCTGA3xGgMD3B9GVr6mSz002pDlLpQDi8FcMQTOGg8X4ViCGzS3l03S/+r+JY7kJTpMFa9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-0.55.7.tgz} name: '@unocss/transformer-variant-group' - version: 0.52.7 + version: 0.55.7 dependencies: - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 dev: true - registry.npmmirror.com/@unocss/vite/0.52.7_vite@4.3.9: - resolution: {integrity: sha512-Hn1u6/uPP2q0s5gfwA7KQFtclviEUrEKnEa3l1kFJA3S/tHXYjwQkzbDQObQzolVAXyzIhf1cQ8e1tEMyHm1qg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/vite/-/vite-0.52.7.tgz} - id: registry.npmmirror.com/@unocss/vite/0.52.7 + registry.npmmirror.com/@unocss/vite/0.55.7_vite@4.4.9: + resolution: {integrity: sha512-xmdyDnt9Ag4o7DGl22/P6MaB+HSjWOQw9qYYzIefSv3SVUvn3cEhIX/PCWqFp8Kts2HyvAoJLbZmygSf1XdZNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@unocss/vite/-/vite-0.55.7.tgz} + id: registry.npmmirror.com/@unocss/vite/0.55.7 name: '@unocss/vite' - version: 0.52.7 + version: 0.55.7 peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 dependencies: '@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping/2.2.1 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 - '@unocss/config': registry.npmmirror.com/@unocss/config/0.52.7 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/inspector': registry.npmmirror.com/@unocss/inspector/0.52.7 - '@unocss/scope': registry.npmmirror.com/@unocss/scope/0.52.7 - '@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives/0.52.7 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + '@unocss/config': registry.npmmirror.com/@unocss/config/0.55.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/inspector': registry.npmmirror.com/@unocss/inspector/0.55.7 + '@unocss/scope': registry.npmmirror.com/@unocss/scope/0.55.7 + '@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives/0.55.7 chokidar: registry.npmmirror.com/chokidar/3.5.3 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - vite: registry.npmmirror.com/vite/4.3.9 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vitejs/plugin-vue/4.2.3_vite@4.3.9+vue@3.3.4: - resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz} - id: registry.npmmirror.com/@vitejs/plugin-vue/4.2.3 + registry.npmmirror.com/@vite-plugin-vue-devtools/core/1.0.0-rc.4_vite@4.4.9: + resolution: {integrity: sha512-UE1+SGkSSI5SL7wujLNKXPw1f2xLhmXUvwfsaKUaQDulafHbD+/1Xs/gsVGGzrJiwE3e2TU+BU1HiPFCXHhTiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vite-plugin-vue-devtools/core/-/core-1.0.0-rc.4.tgz} + id: registry.npmmirror.com/@vite-plugin-vue-devtools/core/1.0.0-rc.4 + name: '@vite-plugin-vue-devtools/core' + version: 1.0.0-rc.4 + peerDependencies: + vite: ^3.1.0 || ^4.0.0-0 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + birpc: registry.npmmirror.com/birpc/0.2.14 + estree-walker: registry.npmmirror.com/estree-walker/2.0.2 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + vite: registry.npmmirror.com/vite/4.4.9 + vite-hot-client: registry.npmmirror.com/vite-hot-client/0.2.2_vite@4.4.9 + dev: true + + registry.npmmirror.com/@vitejs/plugin-vue/4.3.4_vite@4.4.9+vue@3.3.4: + resolution: {integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.3.4.tgz} + id: registry.npmmirror.com/@vitejs/plugin-vue/4.3.4 name: '@vitejs/plugin-vue' - version: 4.2.3 + version: 4.3.4 engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 vue: registry.npmmirror.com/vue/3.3.4 dev: true - registry.npmmirror.com/@vitest/expect/0.31.4: - resolution: {integrity: sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/expect/-/expect-0.31.4.tgz} + registry.npmmirror.com/@vitest/expect/0.34.4: + resolution: {integrity: sha512-XlMKX8HyYUqB8dsY8Xxrc64J2Qs9pKMt2Z8vFTL4mBWXJsg4yoALHzJfDWi8h5nkO4Zua4zjqtapQ/IluVkSnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/expect/-/expect-0.34.4.tgz} name: '@vitest/expect' - version: 0.31.4 + version: 0.34.4 dependencies: - '@vitest/spy': registry.npmmirror.com/@vitest/spy/0.31.4 - '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.31.4 + '@vitest/spy': registry.npmmirror.com/@vitest/spy/0.34.4 + '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.34.4 chai: registry.npmmirror.com/chai/4.3.7 dev: true - registry.npmmirror.com/@vitest/runner/0.31.4: - resolution: {integrity: sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/runner/-/runner-0.31.4.tgz} + registry.npmmirror.com/@vitest/runner/0.34.4: + resolution: {integrity: sha512-hwwdB1StERqUls8oV8YcpmTIpVeJMe4WgYuDongVzixl5hlYLT2G8afhcdADeDeqCaAmZcSgLTLtqkjPQF7x+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/runner/-/runner-0.34.4.tgz} name: '@vitest/runner' - version: 0.31.4 + version: 0.34.4 dependencies: - '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.31.4 - concordance: registry.npmmirror.com/concordance/5.0.4 + '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.34.4 p-limit: registry.npmmirror.com/p-limit/4.0.0 pathe: registry.npmmirror.com/pathe/1.1.1 dev: true - registry.npmmirror.com/@vitest/snapshot/0.31.4: - resolution: {integrity: sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-0.31.4.tgz} + registry.npmmirror.com/@vitest/snapshot/0.34.4: + resolution: {integrity: sha512-GCsh4coc3YUSL/o+BPUo7lHQbzpdttTxL6f4q0jRx2qVGoYz/cyTRDJHbnwks6TILi6560bVWoBpYC10PuTLHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-0.34.4.tgz} name: '@vitest/snapshot' - version: 0.31.4 + version: 0.34.4 dependencies: - magic-string: registry.npmmirror.com/magic-string/0.30.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 pathe: registry.npmmirror.com/pathe/1.1.1 - pretty-format: registry.npmmirror.com/pretty-format/27.5.1 + pretty-format: registry.npmmirror.com/pretty-format/29.7.0 dev: true - registry.npmmirror.com/@vitest/spy/0.31.4: - resolution: {integrity: sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/spy/-/spy-0.31.4.tgz} + registry.npmmirror.com/@vitest/spy/0.34.4: + resolution: {integrity: sha512-PNU+fd7DUPgA3Ya924b1qKuQkonAW6hL7YUjkON3wmBwSTIlhOSpy04SJ0NrRsEbrXgMMj6Morh04BMf8k+w0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/spy/-/spy-0.34.4.tgz} name: '@vitest/spy' - version: 0.31.4 + version: 0.34.4 dependencies: tinyspy: registry.npmmirror.com/tinyspy/2.1.1 dev: true - registry.npmmirror.com/@vitest/utils/0.31.4: - resolution: {integrity: sha512-DobZbHacWznoGUfYU8XDPY78UubJxXfMNY1+SUdOp1NsI34eopSA6aZMeaGu10waSOeYwE8lxrd/pLfT0RMxjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/utils/-/utils-0.31.4.tgz} + registry.npmmirror.com/@vitest/utils/0.34.4: + resolution: {integrity: sha512-yR2+5CHhp/K4ySY0Qtd+CAL9f5Yh1aXrKfAT42bq6CtlGPh92jIDDDSg7ydlRow1CP+dys4TrOrbELOyNInHSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitest/utils/-/utils-0.34.4.tgz} name: '@vitest/utils' - version: 0.31.4 + version: 0.34.4 dependencies: - concordance: registry.npmmirror.com/concordance/5.0.4 + diff-sequences: registry.npmmirror.com/diff-sequences/29.6.3 loupe: registry.npmmirror.com/loupe/2.3.6 - pretty-format: registry.npmmirror.com/pretty-format/27.5.1 + pretty-format: registry.npmmirror.com/pretty-format/29.7.0 + dev: true + + registry.npmmirror.com/@volar/language-core/1.10.1: + resolution: {integrity: sha512-JnsM1mIPdfGPxmoOcK1c7HYAsL6YOv0TCJ4aW3AXPZN/Jb4R77epDyMZIVudSGjWMbvv/JfUa+rQ+dGKTmgwBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/language-core/-/language-core-1.10.1.tgz} + name: '@volar/language-core' + version: 1.10.1 + dependencies: + '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.10.1 dev: true registry.npmmirror.com/@volar/language-core/1.4.1: @@ -3542,12 +4317,12 @@ packages: '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.4.1 dev: true - registry.npmmirror.com/@volar/language-core/1.5.4: - resolution: {integrity: sha512-l0pmKb/DPPjcD2IUwK3myYuTQW7qLLfXYBHKSGVZ7cnC168V55ecpddTA5a9AYsbCFSWx8neRj5r4JWq93QpZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/language-core/-/language-core-1.5.4.tgz} - name: '@volar/language-core' - version: 1.5.4 + registry.npmmirror.com/@volar/source-map/1.10.1: + resolution: {integrity: sha512-3/S6KQbqa7pGC8CxPrg69qHLpOvkiPHGJtWPkI/1AXCsktkJ6gIk/5z4hyuMp8Anvs6eS/Kvp/GZa3ut3votKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/-/source-map-1.10.1.tgz} + name: '@volar/source-map' + version: 1.10.1 dependencies: - '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.5.4 + muggle-string: registry.npmmirror.com/muggle-string/0.3.1 dev: true registry.npmmirror.com/@volar/source-map/1.4.1: @@ -3558,24 +4333,12 @@ packages: muggle-string: registry.npmmirror.com/muggle-string/0.2.2 dev: true - registry.npmmirror.com/@volar/source-map/1.5.4: - resolution: {integrity: sha512-BkvouUYFFLPxof2q6kKAZtyUKRqlS2O/WZKmzTVfPIo5uqqmZTR0+SwN1Xa1qpuezMVUOg61wkqmWP7cY2ezJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/-/source-map-1.5.4.tgz} - name: '@volar/source-map' - version: 1.5.4 - dependencies: - muggle-string: registry.npmmirror.com/muggle-string/0.2.2 - dev: true - - registry.npmmirror.com/@volar/typescript/1.4.1-patch.2_typescript@5.1.3: - resolution: {integrity: sha512-lPFYaGt8OdMEzNGJJChF40uYqMO4Z/7Q9fHPQC/NRVtht43KotSXLrkPandVVMf9aPbiJ059eAT+fwHGX16k4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/typescript/-/typescript-1.4.1-patch.2.tgz} - id: registry.npmmirror.com/@volar/typescript/1.4.1-patch.2 + registry.npmmirror.com/@volar/typescript/1.10.1: + resolution: {integrity: sha512-+iiO9yUSRHIYjlteT+QcdRq8b44qH19/eiUZtjNtuh6D9ailYM7DVR0zO2sEgJlvCaunw/CF9Ov2KooQBpR4VQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/typescript/-/typescript-1.10.1.tgz} name: '@volar/typescript' - version: 1.4.1-patch.2 - peerDependencies: - typescript: '*' + version: 1.10.1 dependencies: - '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.4.1 - typescript: registry.npmmirror.com/typescript/5.1.3 + '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.10.1 dev: true registry.npmmirror.com/@volar/vue-language-core/1.6.5: @@ -3594,63 +4357,80 @@ packages: vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.7.14 dev: true - registry.npmmirror.com/@volar/vue-typescript/1.6.5_typescript@5.1.3: - resolution: {integrity: sha512-er9rVClS4PHztMUmtPMDTl+7c7JyrxweKSAEe/o/Noeq2bQx6v3/jZHVHBe8ZNUti5ubJL/+Tg8L3bzmlalV8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/vue-typescript/-/vue-typescript-1.6.5.tgz} - id: registry.npmmirror.com/@volar/vue-typescript/1.6.5 - name: '@volar/vue-typescript' - version: 1.6.5 - peerDependencies: - typescript: '*' + registry.npmmirror.com/@vue-macros/api/0.8.6_rollup@3.29.2+vue@3.3.4: + resolution: {integrity: sha512-g9ZO/z+LvSo4c0cIsLEJ+U4ZbCKYo1o6uJ87fry/+NZ6DeebOXuh5yJ0xkrpz+FCvLK3LsLtG/set467EstEuQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/api/-/api-0.8.6.tgz} + id: registry.npmmirror.com/@vue-macros/api/0.8.6 + name: '@vue-macros/api' + version: 0.8.6 + engines: {node: '>=16.14.0'} dependencies: - '@volar/typescript': registry.npmmirror.com/@volar/typescript/1.4.1-patch.2_typescript@5.1.3 - '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.6.5 - typescript: registry.npmmirror.com/typescript/5.1.3 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_rollup@3.29.2+vue@3.3.4 + resolve.exports: registry.npmmirror.com/resolve.exports/2.0.2 + transitivePeerDependencies: + - rollup + - vue dev: true - registry.npmmirror.com/@vue-macros/api/0.7.1_rollup@3.23.0+vue@3.3.4: - resolution: {integrity: sha512-9nudtbcXtvy0lmTmUDU7EhX87YJq+GUGrDnqjKwiDzcrBMcP1UPPrKdSjC3t1wKMG5tXpD7q4qpMG53LBNqdmg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/api/-/api-0.7.1.tgz} - id: registry.npmmirror.com/@vue-macros/api/0.7.1 + registry.npmmirror.com/@vue-macros/api/0.8.6_vue@3.3.4: + resolution: {integrity: sha512-g9ZO/z+LvSo4c0cIsLEJ+U4ZbCKYo1o6uJ87fry/+NZ6DeebOXuh5yJ0xkrpz+FCvLK3LsLtG/set467EstEuQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/api/-/api-0.8.6.tgz} + id: registry.npmmirror.com/@vue-macros/api/0.8.6 name: '@vue-macros/api' - version: 0.7.1 + version: 0.8.6 engines: {node: '>=16.14.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_rollup@3.23.0+vue@3.3.4 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + resolve.exports: registry.npmmirror.com/resolve.exports/2.0.2 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/api/0.7.1_vue@3.3.4: - resolution: {integrity: sha512-9nudtbcXtvy0lmTmUDU7EhX87YJq+GUGrDnqjKwiDzcrBMcP1UPPrKdSjC3t1wKMG5tXpD7q4qpMG53LBNqdmg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/api/-/api-0.7.1.tgz} - id: registry.npmmirror.com/@vue-macros/api/0.7.1 - name: '@vue-macros/api' - version: 0.7.1 + registry.npmmirror.com/@vue-macros/better-define/1.6.12_vue@3.3.4: + resolution: {integrity: sha512-wE0kPtwQ2ziyga37FeNycHdvsMTs5tX9BwNrwhTGdu//3O6wKOQfTyqkro8MbLus2eqXYbGH1uoY34J2A/9M/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/better-define/-/better-define-1.6.12.tgz} + id: registry.npmmirror.com/@vue-macros/better-define/1.6.12 + name: '@vue-macros/better-define' + version: 1.6.12 engines: {node: '>=16.14.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.8.6_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/better-define/1.6.1_vue@3.3.4: - resolution: {integrity: sha512-EcrdQ4c9f5RlCQKVm3sDyIDsT78rTulPUJS3eYFuy02rA2B2/Z2wvwfiYKZFln0Z93jbKEx16tl7C8Bg8oiuPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/better-define/-/better-define-1.6.1.tgz} - id: registry.npmmirror.com/@vue-macros/better-define/1.6.1 - name: '@vue-macros/better-define' - version: 1.6.1 + registry.npmmirror.com/@vue-macros/boolean-prop/0.2.1_vue@3.3.4: + resolution: {integrity: sha512-xviX+eOVQGjSKCw/GOEtc6AzqQFR5bTAmAM4SUVPO4yUhhCgMz+eAtGY5f0YAIS9KYjnJ3DXGVLoIewKswb45w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/boolean-prop/-/boolean-prop-0.2.1.tgz} + id: registry.npmmirror.com/@vue-macros/boolean-prop/0.2.1 + name: '@vue-macros/boolean-prop' + version: 0.2.1 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.7.1_vue@3.3.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.3.4 + transitivePeerDependencies: + - rollup + - vue + dev: true + + registry.npmmirror.com/@vue-macros/chain-call/0.1.6_vue@3.3.4: + resolution: {integrity: sha512-ACUnx9TbPvjjn3aCxpqN2yPC/1wyZTdJnEfh+KLn2rgl5mQUFvi/oOs4rKz/koPSU76fYhPnhbVK4oDv/wQMwg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/chain-call/-/chain-call-0.1.6.tgz} + id: registry.npmmirror.com/@vue-macros/chain-call/0.1.6 + name: '@vue-macros/chain-call' + version: 0.1.6 + engines: {node: '>=16.14.0'} + dependencies: + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/common/1.3.3_rollup@3.23.0+vue@3.3.4: + registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4: resolution: {integrity: sha512-bjHomaf3mu+ARMD4DX22C/lLVVocbmwgcLH7bg1rK4kB5ghesgShZTQIrNR6ZjifQmdGc/2jjZ/25kSb364uEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/common/-/common-1.3.3.tgz} id: registry.npmmirror.com/@vue-macros/common/1.3.3 name: '@vue-macros/common' @@ -3663,7 +4443,7 @@ packages: optional: true dependencies: '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.23.0 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 magic-string-ast: registry.npmmirror.com/magic-string-ast/0.1.2 @@ -3672,11 +4452,11 @@ packages: - rollup dev: true - registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4: - resolution: {integrity: sha512-bjHomaf3mu+ARMD4DX22C/lLVVocbmwgcLH7bg1rK4kB5ghesgShZTQIrNR6ZjifQmdGc/2jjZ/25kSb364uEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/common/-/common-1.3.3.tgz} - id: registry.npmmirror.com/@vue-macros/common/1.3.3 + registry.npmmirror.com/@vue-macros/common/1.8.0_rollup@3.29.2+vue@3.3.4: + resolution: {integrity: sha512-auDJJzE0z3uRe3867e0DsqcseKImktNf5ojCZgUKqiVxb2yTlwlgOVAYCgoep9oITqxkXQymSvFeKhedi8PhaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/common/-/common-1.8.0.tgz} + id: registry.npmmirror.com/@vue-macros/common/1.8.0 name: '@vue-macros/common' - version: 1.3.3 + version: 1.8.0 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -3684,37 +4464,61 @@ packages: vue: optional: true dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4_rollup@3.29.2 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 + ast-kit: registry.npmmirror.com/ast-kit/0.11.2_rollup@3.29.2 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 - magic-string-ast: registry.npmmirror.com/magic-string-ast/0.1.2 + magic-string-ast: registry.npmmirror.com/magic-string-ast/0.3.0 + vue: registry.npmmirror.com/vue/3.3.4 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4: + resolution: {integrity: sha512-auDJJzE0z3uRe3867e0DsqcseKImktNf5ojCZgUKqiVxb2yTlwlgOVAYCgoep9oITqxkXQymSvFeKhedi8PhaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/common/-/common-1.8.0.tgz} + id: registry.npmmirror.com/@vue-macros/common/1.8.0 + name: '@vue-macros/common' + version: 1.8.0 + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 + ast-kit: registry.npmmirror.com/ast-kit/0.11.2 + local-pkg: registry.npmmirror.com/local-pkg/0.4.3 + magic-string-ast: registry.npmmirror.com/magic-string-ast/0.3.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/define-emit/0.1.5_vue@3.3.4: - resolution: {integrity: sha512-/9ZuWSje3K8ccFjGGeUsWdsXQsiHQNeOzNgBsod095Z7RQpW/msCOMMTkeHe5ejV4Vfmja7/ufiIKD6GVfokRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-emit/-/define-emit-0.1.5.tgz} - id: registry.npmmirror.com/@vue-macros/define-emit/0.1.5 + registry.npmmirror.com/@vue-macros/define-emit/0.1.16_vue@3.3.4: + resolution: {integrity: sha512-8UWGYzopmV+fHFBesqHBPkL76Utzd+br1kjWhx655VLE4IbgnCJNRSBXAsMmbsVGqVFSS3jvFVcpz7J8O0N5rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-emit/-/define-emit-0.1.16.tgz} + id: registry.npmmirror.com/@vue-macros/define-emit/0.1.16 name: '@vue-macros/define-emit' - version: 0.1.5 + version: 0.1.16 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.7.1_rollup@3.23.0+vue@3.3.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_rollup@3.23.0+vue@3.3.4 - rollup: registry.npmmirror.com/rollup/3.23.0 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.8.6_rollup@3.29.2+vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_rollup@3.29.2+vue@3.3.4 + rollup: registry.npmmirror.com/rollup/3.29.2 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 dev: true - registry.npmmirror.com/@vue-macros/define-models/1.0.5_jxhvo7acqjsfjtn72i7uvbl3la: - resolution: {integrity: sha512-qe1FuPrtbM9VJsG8RuZR8Fq+Ba4q9q3oUmY3++ke0Mas2HdUnl+9KJH48hbtPt/AdGtwpHy4q9mnjEcNMFoIlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-models/-/define-models-1.0.5.tgz} - id: registry.npmmirror.com/@vue-macros/define-models/1.0.5 + registry.npmmirror.com/@vue-macros/define-models/1.0.16_nfmbtzkawvzdyu4pzbsbj5uwnu: + resolution: {integrity: sha512-+/3tMcCP6UCdmzn4R8IG16eAk8JNSndsKguq5PNXfg1OZaAmbskGUA5QGOUqNKxynP1rtcCtwEJB8CnzMiiAUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-models/-/define-models-1.0.16.tgz} + id: registry.npmmirror.com/@vue-macros/define-models/1.0.16 name: '@vue-macros/define-models' - version: 1.0.5 + version: 1.0.16 engines: {node: '>=16.14.0'} peerDependencies: '@vueuse/core': '>=9.0.0' @@ -3722,103 +4526,121 @@ packages: '@vueuse/core': optional: true dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.1.2_vue@3.3.4 - ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.4.1 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.4.1_vue@3.3.4 + ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.5.0 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/define-prop/0.1.6_vue@3.3.4: - resolution: {integrity: sha512-Y6q5TEkxClkuNv+moUz67HI1AmusKnr+f1iUKmk9KbTgPJABRLGPN0MNikTw9bE1PnBSz5yEXGc+bUqpkyG6Pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-prop/-/define-prop-0.1.6.tgz} - id: registry.npmmirror.com/@vue-macros/define-prop/0.1.6 + registry.npmmirror.com/@vue-macros/define-prop/0.2.8_vue@3.3.4: + resolution: {integrity: sha512-ML0bHlOQ2NvxGTgHnGyWlCisb97WmTHKzcKYKYuK+YBTi5h7kimTft4W1Gnw38P1sKIdnknj393qSVHEg7MASw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-prop/-/define-prop-0.2.8.tgz} + id: registry.npmmirror.com/@vue-macros/define-prop/0.2.8 name: '@vue-macros/define-prop' - version: 0.1.6 + version: 0.2.8 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.7.1_rollup@3.23.0+vue@3.3.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_rollup@3.23.0+vue@3.3.4 - rollup: registry.npmmirror.com/rollup/3.23.0 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/api': registry.npmmirror.com/@vue-macros/api/0.8.6_rollup@3.29.2+vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_rollup@3.29.2+vue@3.3.4 + rollup: registry.npmmirror.com/rollup/3.29.2 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 dev: true - registry.npmmirror.com/@vue-macros/define-props-refs/1.0.5_vue@3.3.4: - resolution: {integrity: sha512-EoCQ/Z241rYUhVntqXQuAyBWOK6q3OcWNxzeoodkRRMAHtY6XSLxeS1ceIaMgKORdfh3MRotCl6Dzput6KUK+Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-props-refs/-/define-props-refs-1.0.5.tgz} - id: registry.npmmirror.com/@vue-macros/define-props-refs/1.0.5 + registry.npmmirror.com/@vue-macros/define-props-refs/1.1.10_vue@3.3.4: + resolution: {integrity: sha512-aWUh+Y6MbRa6hhBE5FFGjspu5XrYlPlNDEtqVX9Zpeyd9zrSmcja1K82/g7wT/U8j8endcJ96HiZGcGcYWqeBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-props-refs/-/define-props-refs-1.1.10.tgz} + id: registry.npmmirror.com/@vue-macros/define-props-refs/1.1.10 name: '@vue-macros/define-props-refs' - version: 1.0.5 + version: 1.1.10 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/define-props/1.0.7_m4yxukzzgofc55fy2vqn4obhmi: - resolution: {integrity: sha512-G1EmPOoMbwn1sPciRwukEf/ZfgVwW62gCpJ10t3A5fRDt/XJlOfDN69egJR9Cqmrs7WguVhQhWlqH4kcc+4wGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-props/-/define-props-1.0.7.tgz} - id: registry.npmmirror.com/@vue-macros/define-props/1.0.7 + registry.npmmirror.com/@vue-macros/define-props/1.0.21_a7quxjrymwjd2h3kouqbnzbwem: + resolution: {integrity: sha512-x9TnucVhbvnrrZ4vQ/YYBOjrKflB0hujTCKwFMvLE3rSqPrcdd7voo2rx6AnqFgL7khjQQjMtac+4YhTo34HXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-props/-/define-props-1.0.21.tgz} + id: registry.npmmirror.com/@vue-macros/define-props/1.0.21 name: '@vue-macros/define-props' - version: 1.0.7 + version: 1.0.21 engines: {node: '>=16.14.0'} peerDependencies: - '@vue-macros/reactivity-transform': ^0.3.9 + '@vue-macros/reactivity-transform': ^0.3.23 vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue-macros/reactivity-transform': registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.23_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + vue: registry.npmmirror.com/vue/3.3.4 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/@vue-macros/define-props/1.0.21_m4yxukzzgofc55fy2vqn4obhmi: + resolution: {integrity: sha512-x9TnucVhbvnrrZ4vQ/YYBOjrKflB0hujTCKwFMvLE3rSqPrcdd7voo2rx6AnqFgL7khjQQjMtac+4YhTo34HXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-props/-/define-props-1.0.21.tgz} + id: registry.npmmirror.com/@vue-macros/define-props/1.0.21 + name: '@vue-macros/define-props' + version: 1.0.21 + engines: {node: '>=16.14.0'} + peerDependencies: + '@vue-macros/reactivity-transform': ^0.3.23 + vue: ^2.7.0 || ^3.2.25 + dependencies: + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 '@vue-macros/reactivity-transform': registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.9_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/define-render/1.3.8_vue@3.3.4: - resolution: {integrity: sha512-0+gN0+EFHA3ZAK6CbfTwvTrXp8OLV0t3TUJz9cYiIQEyanrUtltF4yAzVD9qdA2M41DpaV4hXIzHg+Q582BAPg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-render/-/define-render-1.3.8.tgz} - id: registry.npmmirror.com/@vue-macros/define-render/1.3.8 + registry.npmmirror.com/@vue-macros/define-render/1.4.3_vue@3.3.4: + resolution: {integrity: sha512-PvhfqIAWw9NbNLSMucnrWIzzAPaxiLzRVybfOqBAhSWIj1psm0hhdsZY+35adcalSE+q872sPbQ92ofbaDBZVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-render/-/define-render-1.4.3.tgz} + id: registry.npmmirror.com/@vue-macros/define-render/1.4.3 name: '@vue-macros/define-render' - version: 1.3.8 + version: 1.4.3 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/define-slots/1.0.4_vue@3.3.4: - resolution: {integrity: sha512-mJkgVlKEXCltWC1JABw+3KlLjGtpF0rPldlx7odFe94yrgpdLfbdEJW6nDU+maGVf7HCfexxW4BpmNDdkANn0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-slots/-/define-slots-1.0.4.tgz} - id: registry.npmmirror.com/@vue-macros/define-slots/1.0.4 + registry.npmmirror.com/@vue-macros/define-slots/1.0.15_vue@3.3.4: + resolution: {integrity: sha512-X2eF0ATB1Q2j7ZYiyDu2pZPWkW1M9h1UIX9eu4R6msxIwjIYWFWYyIwS8vq8EVROu6XSGbVv2Edpq5SaDt26LA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/define-slots/-/define-slots-1.0.15.tgz} + id: registry.npmmirror.com/@vue-macros/define-slots/1.0.15 name: '@vue-macros/define-slots' - version: 1.0.4 + version: 1.0.15 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/devtools/0.1.2_vite@4.3.9: - resolution: {integrity: sha512-LhWTb0pPoTcFmK8GZb80+q83ypEK8QS1sS2i+kKbrfvjTYnb4wQ6W3ee53WHX9+sC/Tm3HNmzhjWEBQO0Ybcqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/devtools/-/devtools-0.1.2.tgz} - id: registry.npmmirror.com/@vue-macros/devtools/0.1.2 + registry.npmmirror.com/@vue-macros/devtools/0.1.3_vite@4.4.9: + resolution: {integrity: sha512-aQRC9/TfmQajTMbZZ1BJn61rrraQztJqf64JdXRIpotbGR+xufLY/KIyTTB4SgL1pE1eW/ar5FaZTSjMqyVGIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/devtools/-/devtools-0.1.3.tgz} + id: registry.npmmirror.com/@vue-macros/devtools/0.1.3 name: '@vue-macros/devtools' - version: 0.1.2 - engines: {node: '>=14.19.0'} + version: 0.1.3 + engines: {node: '>=16.14.0'} peerDependencies: vite: ^4.0.0 peerDependenciesMeta: @@ -3826,72 +4648,123 @@ packages: optional: true dependencies: sirv: registry.npmmirror.com/sirv/2.0.3 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 vue: registry.npmmirror.com/vue/3.3.4 dev: true - registry.npmmirror.com/@vue-macros/export-expose/0.0.2_vue@3.3.4: - resolution: {integrity: sha512-LoFNGlOye8/eEocgSOVJE8D53gmj38l3LNqi8KQzU8TNNvCUTUY4ZnJp5Rn6qg8KTUxp4yai0k+TkZ6bpxgmGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/export-expose/-/export-expose-0.0.2.tgz} - id: registry.npmmirror.com/@vue-macros/export-expose/0.0.2 + registry.npmmirror.com/@vue-macros/export-expose/0.0.13_vue@3.3.4: + resolution: {integrity: sha512-7aDiZDAjT6i6afWE2/W3w9LwCBMGw16SoIFmxHzfbVsUq2hePRaXKYtwDugKqjh/nzq8DO2GKMHxyRBZsCfK4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/export-expose/-/export-expose-0.0.13.tgz} + id: registry.npmmirror.com/@vue-macros/export-expose/0.0.13 name: '@vue-macros/export-expose' - version: 0.0.2 + version: 0.0.13 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/export-props/0.3.7_vue@3.3.4: - resolution: {integrity: sha512-6yDZLfSWCb6uDGsdn1O22cGSec/dN08E1pj5enRtOtLAYb964+ze31L2wuIY1cnsZOlY0M8gCrmrvkg91HQ7Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/export-props/-/export-props-0.3.7.tgz} - id: registry.npmmirror.com/@vue-macros/export-props/0.3.7 + registry.npmmirror.com/@vue-macros/export-props/0.3.18_vue@3.3.4: + resolution: {integrity: sha512-AJHP3HuE+cMNgWDtRyOmLB8ELimwc6G4QnUqPk7PWycyZvXwocKTQgNsMeaYmkH2o13kksId+wx2mI3nGr0fWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/export-props/-/export-props-0.3.18.tgz} + id: registry.npmmirror.com/@vue-macros/export-props/0.3.18 name: '@vue-macros/export-props' - version: 0.3.7 + version: 0.3.18 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + vue: registry.npmmirror.com/vue/3.3.4 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/@vue-macros/export-render/0.1.1_vue@3.3.4: + resolution: {integrity: sha512-IQp8jO3Q5Y6/MfMQnIBxQ431bFjYUXIYD36aZriV85V3YnpfKum+0uovDuPXE5isvIV/VJwGzAltXsGkKBWcJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/export-render/-/export-render-0.1.1.tgz} + id: registry.npmmirror.com/@vue-macros/export-render/0.1.1 + name: '@vue-macros/export-render' + version: 0.1.1 + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + dependencies: + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/@vue-macros/hoist-static/1.4.1_vue@3.3.4: - resolution: {integrity: sha512-Rt8HAiojc6bv1huko0zJUsT/pbpxH/ZpKjxT/rLGM5be+5IjHqGEA7Yi7YCONZf5jlvPJYDuc9Q19tDXdxvlzA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/hoist-static/-/hoist-static-1.4.1.tgz} - id: registry.npmmirror.com/@vue-macros/hoist-static/1.4.1 + registry.npmmirror.com/@vue-macros/hoist-static/1.4.12_vue@3.3.4: + resolution: {integrity: sha512-MRdwxAp8rdrFUwYge1WcgS2h7jhL7RfcO/97pnT9qz/s4ps2a8hnbAT61Kn3p/PC6rLme6Di0GZFQ76rkQzULA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/hoist-static/-/hoist-static-1.4.12.tgz} + id: registry.npmmirror.com/@vue-macros/hoist-static/1.4.12 name: '@vue-macros/hoist-static' - version: 1.4.1 + version: 1.4.12 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + transitivePeerDependencies: + - rollup + - vue + dev: true + + registry.npmmirror.com/@vue-macros/jsx-directive/0.6.5_vue@3.3.4: + resolution: {integrity: sha512-GAh47ZXbCDwjOEURJzHp/KKykp5CNqbEaHBXYXaPKkANnhqWxCy96p+o0z+6CY4QyFc+nTY2BitpfnArvN/sbQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/jsx-directive/-/jsx-directive-0.6.5.tgz} + id: registry.npmmirror.com/@vue-macros/jsx-directive/0.6.5 + name: '@vue-macros/jsx-directive' + version: 0.6.5 + engines: {node: '>=16.14.0'} + dependencies: + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/named-template/0.3.8_vue@3.3.4: - resolution: {integrity: sha512-UZMin+ddU1XQ63EmarzlCCA4fPXRLuMBUI4H932EcxpVe9HNoNwXiAUd2OqLeDjwy0hQgtcQuIhsNCippcB+Sg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/named-template/-/named-template-0.3.8.tgz} - id: registry.npmmirror.com/@vue-macros/named-template/0.3.8 + registry.npmmirror.com/@vue-macros/named-template/0.3.19_vue@3.3.4: + resolution: {integrity: sha512-u4xMAyHhCu/yOYeCJog9r9A04JH1+a9FKyZPaXGjHj+omiMMWLtJJLMumsKzSMCPooTAcDApk48SpsIEMmvSdA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/named-template/-/named-template-0.3.19.tgz} + id: registry.npmmirror.com/@vue-macros/named-template/0.3.19 name: '@vue-macros/named-template' - version: 0.3.8 + version: 0.3.19 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true + registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.23_vue@3.3.4: + resolution: {integrity: sha512-SubIg1GsNpQdIDJusrcA2FWBgwSY+4jmL0j6SJ6PU85r3rlS+uDhn6AUkqxeZRAdmJnrbGHXDyWUdygOZmWrSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/reactivity-transform/-/reactivity-transform-0.3.23.tgz} + id: registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.23 + name: '@vue-macros/reactivity-transform' + version: 0.3.23 + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.3.4 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.3.4 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + vue: registry.npmmirror.com/vue/3.3.4 + transitivePeerDependencies: + - rollup + dev: true + registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.9_vue@3.3.4: resolution: {integrity: sha512-lzzH2qzIxc1LWRrSR+ax0TVeBTgwTpG9qTZOo4Au+ODgJyXpIWHGCnc9rjcxGfu6LitjZ75NmyjbEnaEkomefw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/reactivity-transform/-/reactivity-transform-0.3.9.tgz} id: registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.9 @@ -3912,58 +4785,58 @@ packages: - rollup dev: true - registry.npmmirror.com/@vue-macros/setup-block/0.2.7_vue@3.3.4: - resolution: {integrity: sha512-ZYOwDZUHFooiBP6plNPtXILeHxw/c365StWaabUmDNVjK9XLknryi3NMwxl47lwgIUYyogCeFG34khiOZCPOIw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-block/-/setup-block-0.2.7.tgz} - id: registry.npmmirror.com/@vue-macros/setup-block/0.2.7 + registry.npmmirror.com/@vue-macros/setup-block/0.2.18_vue@3.3.4: + resolution: {integrity: sha512-SyVzW5+I8MWe0lEAtGF76UDqyX4x/YxOMYZR1P9vr9M/QYfj5w7CCo4a6g81qDNxfwaOVVUWahWsia4rNHOp2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-block/-/setup-block-0.2.18.tgz} + id: registry.npmmirror.com/@vue-macros/setup-block/0.2.18 name: '@vue-macros/setup-block' - version: 0.2.7 + version: 0.2.18 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/setup-component/0.16.8_vue@3.3.4: - resolution: {integrity: sha512-yckITkP8wAr2y2mo+4eL3Mrb2Emuo2eSK+Kwt412KyRt/B4fMuRwy4T5fD0YK6qKzlJjjhuQGSOupF0i9bekhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-component/-/setup-component-0.16.8.tgz} - id: registry.npmmirror.com/@vue-macros/setup-component/0.16.8 + registry.npmmirror.com/@vue-macros/setup-component/0.16.19_vue@3.3.4: + resolution: {integrity: sha512-85xa2mjlSrUDcLEoC3CvNIguc04fAw7D46cJYmFZrl/VhSfd1QZrZxk18HAjh4N9FuPPpX9eVed0l/fyVlOzSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-component/-/setup-component-0.16.19.tgz} + id: registry.npmmirror.com/@vue-macros/setup-component/0.16.19 name: '@vue-macros/setup-component' - version: 0.16.8 + version: 0.16.19 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/setup-sfc/0.15.8_vue@3.3.4: - resolution: {integrity: sha512-AbhW6NrcSUSANWgS0Zwz2wJgr6kh6wvGORLz2Wrcn3B5/nLql7Q7m+bv8eQpw9Kw57OfbnRlkUIsoiFXLwRQ2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-sfc/-/setup-sfc-0.15.8.tgz} - id: registry.npmmirror.com/@vue-macros/setup-sfc/0.15.8 + registry.npmmirror.com/@vue-macros/setup-sfc/0.16.3_vue@3.3.4: + resolution: {integrity: sha512-CN+asiwAgQhA797FaMf/71M3JQvTfS2P+O0gQ4bEuRJBp/XIUfHaoa3AiKReZkry+2ervPS4w2ljZPOGBaXBGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/setup-sfc/-/setup-sfc-0.16.3.tgz} + id: registry.npmmirror.com/@vue-macros/setup-sfc/0.16.3 name: '@vue-macros/setup-sfc' - version: 0.15.8 + version: 0.16.3 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/short-emits/1.3.7_vue@3.3.4: - resolution: {integrity: sha512-EEDtspkwI2BID/AtB40XgEbQtR8+NUIinSZ+l5PNWxJMYsROZVjeGN48OaTNWs7jCN9RW0DWkLIaNizpBajs8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/short-emits/-/short-emits-1.3.7.tgz} - id: registry.npmmirror.com/@vue-macros/short-emits/1.3.7 + registry.npmmirror.com/@vue-macros/short-emits/1.4.10_vue@3.3.4: + resolution: {integrity: sha512-QHLQM+PSKgk+D4ksaBwv+rOOf5KSAx6k5rfLlFopgJFlr8ISbcagnwEf7L02EFb/auz4HsEKkNVrwPPCYKhhnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/short-emits/-/short-emits-1.4.10.tgz} + id: registry.npmmirror.com/@vue-macros/short-emits/1.4.10 name: '@vue-macros/short-emits' - version: 1.3.7 + version: 1.4.10 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue @@ -3976,34 +4849,50 @@ packages: version: 1.2.8 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.3.4 + transitivePeerDependencies: + - rollup + - vue + dev: true + + registry.npmmirror.com/@vue-macros/short-vmodel/1.3.0_vue@3.3.4: + resolution: {integrity: sha512-yKyKKJG0EjDMAUhBCPn97zr6XvNkHzQLZGOcDmxsBMXLRuvIXCdjADYyA/UQpQM1LUZnjryLf4mGEMeTIgq3iA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/short-vmodel/-/short-vmodel-1.3.0.tgz} + id: registry.npmmirror.com/@vue-macros/short-vmodel/1.3.0 + name: '@vue-macros/short-vmodel' + version: 1.3.0 + engines: {node: '>=16.14.0'} + dependencies: + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.3.4 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/@vue-macros/volar/0.9.8_bmdhwxz6wchlibttduc5rdjeiy: - resolution: {integrity: sha512-alet6OtYuGtGUZQ/VQOHbkpvp75dSzjip4sD5hFqd3xRJXXroGzhs1O6H9LEj20q6WhLKzdAX0hYG3D4vtLAsQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/volar/-/volar-0.9.8.tgz} - id: registry.npmmirror.com/@vue-macros/volar/0.9.8 + registry.npmmirror.com/@vue-macros/volar/0.14.3_pngpok3ecyo3ygjuy6nbbzbdw4: + resolution: {integrity: sha512-ktE0VzTh9NFXtkfcHVSZv+nS+3ONi0+jsZqo8QNi1NrYPNqqTrIr0KQifv67ZKdIy/LwbM+AyYfrR0bCYbbqNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue-macros/volar/-/volar-0.14.3.tgz} + id: registry.npmmirror.com/@vue-macros/volar/0.14.3 name: '@vue-macros/volar' - version: 0.9.8 - engines: {node: '>=14.19.0'} + version: 0.14.3 + engines: {node: '>=16.14.0'} peerDependencies: - vue-tsc: '>=1.6.0' + vue-tsc: ^1.6.0 peerDependenciesMeta: vue-tsc: optional: true dependencies: - '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.5.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - '@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/1.0.7_m4yxukzzgofc55fy2vqn4obhmi - '@vue-macros/short-vmodel': registry.npmmirror.com/@vue-macros/short-vmodel/1.2.8_vue@3.3.4 - muggle-string: registry.npmmirror.com/muggle-string/0.2.2 - vue-tsc: registry.npmmirror.com/vue-tsc/1.6.5_typescript@5.1.3 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.10.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/1.0.21_m4yxukzzgofc55fy2vqn4obhmi + '@vue-macros/short-vmodel': registry.npmmirror.com/@vue-macros/short-vmodel/1.3.0_vue@3.3.4 + '@vue/language-core': registry.npmmirror.com/@vue/language-core/1.8.8_typescript@5.2.2 + vue-tsc: registry.npmmirror.com/vue-tsc/1.8.11_typescript@5.2.2 transitivePeerDependencies: - '@vue-macros/reactivity-transform' - rollup + - typescript - vue dev: true @@ -4013,17 +4902,17 @@ packages: version: 1.0.2 dev: true - registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.22.1: + registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.22.20: resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz} id: registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1 name: '@vue/babel-plugin-jsx' version: 1.1.1 dependencies: '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.21.4 - '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.22.1 - '@babel/template': registry.npmmirror.com/@babel/template/7.21.9 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.22.20 + '@babel/template': registry.npmmirror.com/@babel/template/7.22.15 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.20 + '@babel/types': registry.npmmirror.com/@babel/types/7.22.19 '@vue/babel-helper-vue-transform-on': registry.npmmirror.com/@vue/babel-helper-vue-transform-on/1.0.2 camelcase: registry.npmmirror.com/camelcase/6.3.0 html-tags: registry.npmmirror.com/html-tags/3.3.1 @@ -4080,6 +4969,50 @@ packages: name: '@vue/devtools-api' version: 6.5.0 + registry.npmmirror.com/@vue/language-core/1.8.11_typescript@5.2.2: + resolution: {integrity: sha512-+MZOBGqGwfld6hpo0DB47x8eNM0dNqk15ZdfOhj19CpvuYuOWCeVdOEGZunKDyo3QLkTn3kLOSysJzg7FDOQBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.11.tgz} + id: registry.npmmirror.com/@vue/language-core/1.8.11 + name: '@vue/language-core' + version: 1.8.11 + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.10.1 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.10.1 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 + '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.3.4 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.3.4 + minimatch: registry.npmmirror.com/minimatch/9.0.3 + muggle-string: registry.npmmirror.com/muggle-string/0.3.1 + typescript: registry.npmmirror.com/typescript/5.2.2 + vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.7.14 + dev: true + + registry.npmmirror.com/@vue/language-core/1.8.8_typescript@5.2.2: + resolution: {integrity: sha512-i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.8.tgz} + id: registry.npmmirror.com/@vue/language-core/1.8.8 + name: '@vue/language-core' + version: 1.8.8 + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.10.1 + '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.10.1 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 + '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.3.4 + '@vue/shared': registry.npmmirror.com/@vue/shared/3.3.4 + minimatch: registry.npmmirror.com/minimatch/9.0.3 + muggle-string: registry.npmmirror.com/muggle-string/0.3.1 + typescript: registry.npmmirror.com/typescript/5.2.2 + vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.7.14 + dev: true + registry.npmmirror.com/@vue/reactivity-transform/3.3.4: resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz} name: '@vue/reactivity-transform' @@ -4089,7 +5022,7 @@ packages: '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.3.4 '@vue/shared': registry.npmmirror.com/@vue/shared/3.3.4 estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - magic-string: registry.npmmirror.com/magic-string/0.30.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 registry.npmmirror.com/@vue/reactivity/3.3.4: resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.3.4.tgz} @@ -4132,65 +5065,96 @@ packages: name: '@vue/shared' version: 3.3.4 - registry.npmmirror.com/@vue/test-utils/2.3.2_vue@3.3.4: - resolution: {integrity: sha512-hJnVaYhbrIm0yBS0+e1Y0Sj85cMyAi+PAbK4JHqMRUZ6S622Goa+G7QzkRSyvCteG8wop7tipuEbHoZo26wsSA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/test-utils/-/test-utils-2.3.2.tgz} - id: registry.npmmirror.com/@vue/test-utils/2.3.2 + registry.npmmirror.com/@vue/test-utils/2.4.1_vue@3.3.4: + resolution: {integrity: sha512-VO8nragneNzUZUah6kOjiFmD/gwRjUauG9DROh6oaOeFwX1cZRUNHhdeogE8635cISigXFTtGLUQWx5KCb0xeg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/test-utils/-/test-utils-2.4.1.tgz} + id: registry.npmmirror.com/@vue/test-utils/2.4.1 name: '@vue/test-utils' - version: 2.3.2 + version: 2.4.1 peerDependencies: + '@vue/server-renderer': ^3.0.1 vue: ^3.0.1 + peerDependenciesMeta: + '@vue/server-renderer': + optional: true dependencies: - js-beautify: registry.npmmirror.com/js-beautify/1.14.6 + js-beautify: registry.npmmirror.com/js-beautify/1.14.9 vue: registry.npmmirror.com/vue/3.3.4 - optionalDependencies: - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 - '@vue/server-renderer': registry.npmmirror.com/@vue/server-renderer/3.3.4_vue@3.3.4 + vue-component-type-helpers: registry.npmmirror.com/vue-component-type-helpers/1.8.4 + dev: true + + registry.npmmirror.com/@vue/typescript/1.8.11_typescript@5.2.2: + resolution: {integrity: sha512-skUmMDiPUUtu1flPmf2YybF+PX8IzBtMioQOaNn6Ck/RhdrPJGj1AX/7s3Buf9G6ln+/KHR1XQuti/FFxw5XVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/typescript/-/typescript-1.8.11.tgz} + id: registry.npmmirror.com/@vue/typescript/1.8.11 + name: '@vue/typescript' + version: 1.8.11 + dependencies: + '@volar/typescript': registry.npmmirror.com/@volar/typescript/1.10.1 + '@vue/language-core': registry.npmmirror.com/@vue/language-core/1.8.11_typescript@5.2.2 + transitivePeerDependencies: + - typescript dev: true - registry.npmmirror.com/@vueuse/core/10.1.2_vue@3.3.4: - resolution: {integrity: sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/-/core-10.1.2.tgz} - id: registry.npmmirror.com/@vueuse/core/10.1.2 + registry.npmmirror.com/@vueuse/core/10.4.1_vue@3.3.4: + resolution: {integrity: sha512-DkHIfMIoSIBjMgRRvdIvxsyboRZQmImofLyOHADqiVbQVilP8VVHDhBX2ZqoItOgu7dWa8oXiNnScOdPLhdEXg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/-/core-10.4.1.tgz} + id: registry.npmmirror.com/@vueuse/core/10.4.1 name: '@vueuse/core' - version: 10.1.2 + version: 10.4.1 dependencies: '@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth/0.0.17 - '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/10.1.2 - '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/10.1.2_vue@3.3.4 - vue-demi: registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4 + '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/10.4.1 + '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/10.4.1_vue@3.3.4 + vue-demi: registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4 transitivePeerDependencies: - '@vue/composition-api' - vue - registry.npmmirror.com/@vueuse/head/1.1.26_vue@3.3.4: - resolution: {integrity: sha512-VUrqvcxKtxt2moKtUa7R/KscnDsNYj5u7HFULLsr84VhWsztzBedxW/8Wh/kTz2+/eMf5gC1KtkZBTFQYOmauQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/head/-/head-1.1.26.tgz} - id: registry.npmmirror.com/@vueuse/head/1.1.26 + registry.npmmirror.com/@vueuse/head/2.0.0_vue@3.3.4: + resolution: {integrity: sha512-ykdOxTGs95xjD4WXE4na/umxZea2Itl0GWBILas+O4oqS7eXIods38INvk3XkJKjqMdWPcpCyLX/DioLQxU1KA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/head/-/head-2.0.0.tgz} + id: registry.npmmirror.com/@vueuse/head/2.0.0 name: '@vueuse/head' - version: 1.1.26 + version: 2.0.0 peerDependencies: vue: '>=2.7 || >=3' dependencies: - '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.1.27 - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 - '@unhead/ssr': registry.npmmirror.com/@unhead/ssr/1.1.27 - '@unhead/vue': registry.npmmirror.com/@unhead/vue/1.1.27_vue@3.3.4 + '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.7.4 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 + '@unhead/ssr': registry.npmmirror.com/@unhead/ssr/1.7.4 + '@unhead/vue': registry.npmmirror.com/@unhead/vue/1.7.4_vue@3.3.4 vue: registry.npmmirror.com/vue/3.3.4 + dev: false - registry.npmmirror.com/@vueuse/metadata/10.1.2: - resolution: {integrity: sha512-3mc5BqN9aU2SqBeBuWE7ne4OtXHoHKggNgxZR2K+zIW4YLsy6xoZ4/9vErQs6tvoKDX6QAqm3lvsrv0mczAwIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.1.2.tgz} + registry.npmmirror.com/@vueuse/metadata/10.4.1: + resolution: {integrity: sha512-2Sc8X+iVzeuMGHr6O2j4gv/zxvQGGOYETYXEc41h0iZXIRnRbJZGmY/QP8dvzqUelf8vg0p/yEA5VpCEu+WpZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.4.1.tgz} name: '@vueuse/metadata' - version: 10.1.2 + version: 10.4.1 - registry.npmmirror.com/@vueuse/shared/10.1.2_vue@3.3.4: - resolution: {integrity: sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-10.1.2.tgz} - id: registry.npmmirror.com/@vueuse/shared/10.1.2 + registry.npmmirror.com/@vueuse/shared/10.4.1_vue@3.3.4: + resolution: {integrity: sha512-vz5hbAM4qA0lDKmcr2y3pPdU+2EVw/yzfRsBdu+6+USGa4PxqSQRYIUC9/NcT06y+ZgaTsyURw2I9qOFaaXHAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-10.4.1.tgz} + id: registry.npmmirror.com/@vueuse/shared/10.4.1 name: '@vueuse/shared' - version: 10.1.2 + version: 10.4.1 dependencies: - vue-demi: registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4 + vue-demi: registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4 transitivePeerDependencies: - '@vue/composition-api' - vue + registry.npmmirror.com/@webfansplz/vuedoc-parser/0.0.4: + resolution: {integrity: sha512-OnJxUtZOvKHonA9wmW1F0E+UkjP4RZdNRZyUWF1Nrh0TAm4uzX4a99EgHH33Rc2dJgkhMdtaZ9P+ekVJ42Y0kg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webfansplz/vuedoc-parser/-/vuedoc-parser-0.0.4.tgz} + name: '@webfansplz/vuedoc-parser' + version: 0.0.4 + engines: {node: '>=16.6'} + peerDependencies: + pug: ^3.0.2 + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.4 + '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.22.4 + resolve: registry.npmmirror.com/resolve/1.22.2 + vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.7.14 + transitivePeerDependencies: + - supports-color + dev: true + registry.npmmirror.com/abab/2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/abab/-/abab-2.0.6.tgz} name: abab @@ -4220,27 +5184,7 @@ packages: negotiator: registry.npmmirror.com/negotiator/0.6.3 dev: true - registry.npmmirror.com/acorn-globals/7.0.1: - resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-globals/-/acorn-globals-7.0.1.tgz} - name: acorn-globals - version: 7.0.1 - dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 - acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 - dev: true - - registry.npmmirror.com/acorn-jsx/5.3.2_acorn@7.4.1: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz} - id: registry.npmmirror.com/acorn-jsx/5.3.2 - name: acorn-jsx - version: 5.3.2 - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 - dev: true - - registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.8.2: + registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.10.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz} id: registry.npmmirror.com/acorn-jsx/5.3.2 name: acorn-jsx @@ -4248,7 +5192,7 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 + acorn: registry.npmmirror.com/acorn/8.10.0 dev: true registry.npmmirror.com/acorn-walk/8.2.0: @@ -4258,10 +5202,10 @@ packages: engines: {node: '>=0.4.0'} dev: true - registry.npmmirror.com/acorn/7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz} + registry.npmmirror.com/acorn/8.10.0: + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn/-/acorn-8.10.0.tgz} name: acorn - version: 7.4.1 + version: 8.10.0 engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -4346,6 +5290,15 @@ packages: type-fest: registry.npmmirror.com/type-fest/0.21.3 dev: true + registry.npmmirror.com/ansi-escapes/5.0.0: + resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-5.0.0.tgz} + name: ansi-escapes + version: 5.0.0 + engines: {node: '>=12'} + dependencies: + type-fest: registry.npmmirror.com/type-fest/1.4.0 + dev: true + registry.npmmirror.com/ansi-regex/5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz} name: ansi-regex @@ -4426,6 +5379,13 @@ packages: version: 2.2.0 dev: true + registry.npmmirror.com/are-docs-informative/0.0.2: + resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz} + name: are-docs-informative + version: 0.0.2 + engines: {node: '>=14'} + dev: true + registry.npmmirror.com/are-we-there-yet/3.0.1: resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz} name: are-we-there-yet @@ -4465,19 +5425,6 @@ packages: version: 1.1.1 dev: true - registry.npmmirror.com/array-includes/3.1.6: - resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array-includes/-/array-includes-3.1.6.tgz} - name: array-includes - version: 3.1.6 - engines: {node: '>= 0.4'} - dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.2.0 - es-abstract: registry.npmmirror.com/es-abstract/1.21.2 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.2.1 - is-string: registry.npmmirror.com/is-string/1.0.7 - dev: true - registry.npmmirror.com/array-union/2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz} name: array-union @@ -4485,30 +5432,6 @@ packages: engines: {node: '>=8'} dev: true - registry.npmmirror.com/array.prototype.flat/1.3.1: - resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz} - name: array.prototype.flat - version: 1.3.1 - engines: {node: '>= 0.4'} - dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.2.0 - es-abstract: registry.npmmirror.com/es-abstract/1.21.2 - es-shim-unscopables: registry.npmmirror.com/es-shim-unscopables/1.0.0 - dev: true - - registry.npmmirror.com/array.prototype.flatmap/1.3.1: - resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz} - name: array.prototype.flatmap - version: 1.3.1 - engines: {node: '>= 0.4'} - dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.2.0 - es-abstract: registry.npmmirror.com/es-abstract/1.21.2 - es-shim-unscopables: registry.npmmirror.com/es-shim-unscopables/1.0.0 - dev: true - registry.npmmirror.com/asn1/0.2.6: resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz} name: asn1 @@ -4530,14 +5453,56 @@ packages: version: 1.1.0 dev: true - registry.npmmirror.com/ast-walker-scope/0.4.1: - resolution: {integrity: sha512-Ro3nmapMxi/remlJdzFH0tiA7A59KDbxVoLlKWaLDrPELiftb9b8w+CCyWRM+sXZH5KHRAgv8feedW6mihvCHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.4.1.tgz} + registry.npmmirror.com/ast-kit/0.11.2: + resolution: {integrity: sha512-Q0DjXK4ApbVoIf9GLyCo252tUH44iTnD/hiJ2TQaJeydYWSpKk0sI34+WMel8S9Wt5pbLgG02oJ+gkgX5DV3sQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ast-kit/-/ast-kit-0.11.2.tgz} + name: ast-kit + version: 0.11.2 + engines: {node: '>=16.14.0'} + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + pathe: registry.npmmirror.com/pathe/1.1.1 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/ast-kit/0.11.2_rollup@3.29.2: + resolution: {integrity: sha512-Q0DjXK4ApbVoIf9GLyCo252tUH44iTnD/hiJ2TQaJeydYWSpKk0sI34+WMel8S9Wt5pbLgG02oJ+gkgX5DV3sQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ast-kit/-/ast-kit-0.11.2.tgz} + id: registry.npmmirror.com/ast-kit/0.11.2 + name: ast-kit + version: 0.11.2 + engines: {node: '>=16.14.0'} + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4_rollup@3.29.2 + pathe: registry.npmmirror.com/pathe/1.1.1 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/ast-kit/0.9.5: + resolution: {integrity: sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ast-kit/-/ast-kit-0.9.5.tgz} + name: ast-kit + version: 0.9.5 + engines: {node: '>=16.14.0'} + dependencies: + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + pathe: registry.npmmirror.com/pathe/1.1.1 + transitivePeerDependencies: + - rollup + dev: true + + registry.npmmirror.com/ast-walker-scope/0.5.0: + resolution: {integrity: sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.5.0.tgz} name: ast-walker-scope - version: 0.4.1 - engines: {node: '>=14.19.0'} + version: 0.5.0 + engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.4 - '@babel/types': registry.npmmirror.com/@babel/types/7.22.4 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.22.16 + ast-kit: registry.npmmirror.com/ast-kit/0.9.5 + transitivePeerDependencies: + - rollup dev: true registry.npmmirror.com/astral-regex/2.0.0: @@ -4614,7 +5579,7 @@ packages: '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.22.3 '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.4.0_@babel+core@7.22.1 - semver: registry.npmmirror.com/semver/6.3.0 + semver: registry.npmmirror.com/semver/6.3.1 transitivePeerDependencies: - supports-color dev: true @@ -4682,6 +5647,12 @@ packages: engines: {node: '>=8'} dev: true + registry.npmmirror.com/birpc/0.2.14: + resolution: {integrity: sha512-37FHE8rqsYM5JEKCnXFyHpBCzvgHEExwVVTq+nUmloInU7l8ezD1TpOhKpS8oe1DTYFqEK27rFZVKG43oTqXRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/birpc/-/birpc-0.2.14.tgz} + name: birpc + version: 0.2.14 + dev: true + registry.npmmirror.com/blob-util/2.0.2: resolution: {integrity: sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/blob-util/-/blob-util-2.0.2.tgz} name: blob-util @@ -4694,12 +5665,6 @@ packages: version: 3.7.2 dev: true - registry.npmmirror.com/blueimp-md5/2.19.0: - resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz} - name: blueimp-md5 - version: 2.19.0 - dev: true - registry.npmmirror.com/body-parser/1.20.1: resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz} name: body-parser @@ -4763,6 +5728,19 @@ packages: fill-range: registry.npmmirror.com/fill-range/7.0.1 dev: true + registry.npmmirror.com/browserslist/4.21.10: + resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/browserslist/-/browserslist-4.21.10.tgz} + name: browserslist + version: 4.21.10 + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001538 + electron-to-chromium: registry.npmmirror.com/electron-to-chromium/1.4.525 + node-releases: registry.npmmirror.com/node-releases/2.0.13 + update-browserslist-db: registry.npmmirror.com/update-browserslist-db/1.0.11_browserslist@4.21.10 + dev: true + registry.npmmirror.com/browserslist/4.21.7: resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/browserslist/-/browserslist-4.21.7.tgz} name: browserslist @@ -4809,7 +5787,7 @@ packages: name: builtins version: 5.0.1 dependencies: - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/bundle-name/3.0.0: @@ -4935,6 +5913,12 @@ packages: version: 1.0.30001492 dev: true + registry.npmmirror.com/caniuse-lite/1.0.30001538: + resolution: {integrity: sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz} + name: caniuse-lite + version: 1.0.30001538 + dev: true + registry.npmmirror.com/caseless/0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz} name: caseless @@ -4977,10 +5961,10 @@ packages: supports-color: registry.npmmirror.com/supports-color/7.2.0 dev: true - registry.npmmirror.com/chalk/5.2.0: - resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-5.2.0.tgz} + registry.npmmirror.com/chalk/5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-5.3.0.tgz} name: chalk - version: 5.2.0 + version: 5.3.0 engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: true @@ -5089,6 +6073,15 @@ packages: restore-cursor: registry.npmmirror.com/restore-cursor/3.1.0 dev: true + registry.npmmirror.com/cli-cursor/4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cli-cursor/-/cli-cursor-4.0.0.tgz} + name: cli-cursor + version: 4.0.0 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + restore-cursor: registry.npmmirror.com/restore-cursor/4.0.0 + dev: true + registry.npmmirror.com/cli-table3/0.6.3: resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.3.tgz} name: cli-table3 @@ -5189,6 +6182,13 @@ packages: engines: {node: '>=14'} dev: true + registry.npmmirror.com/commander/11.0.0: + resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-11.0.0.tgz} + name: commander + version: 11.0.0 + engines: {node: '>=16'} + dev: true + registry.npmmirror.com/commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz} name: commander @@ -5202,6 +6202,13 @@ packages: engines: {node: '>= 6'} dev: true + registry.npmmirror.com/comment-parser/1.4.0: + resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/comment-parser/-/comment-parser-1.4.0.tgz} + name: comment-parser + version: 1.4.0 + engines: {node: '>= 12.0.0'} + dev: true + registry.npmmirror.com/common-tags/1.8.2: resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/common-tags/-/common-tags-1.8.2.tgz} name: common-tags @@ -5241,22 +6248,6 @@ packages: version: 0.0.1 dev: true - registry.npmmirror.com/concordance/5.0.4: - resolution: {integrity: sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/concordance/-/concordance-5.0.4.tgz} - name: concordance - version: 5.0.4 - engines: {node: '>=10.18.0 <11 || >=12.14.0 <13 || >=14'} - dependencies: - date-time: registry.npmmirror.com/date-time/3.1.0 - esutils: registry.npmmirror.com/esutils/2.0.3 - fast-diff: registry.npmmirror.com/fast-diff/1.3.0 - js-string-escape: registry.npmmirror.com/js-string-escape/1.0.1 - lodash: registry.npmmirror.com/lodash/4.17.21 - md5-hex: registry.npmmirror.com/md5-hex/3.0.1 - semver: registry.npmmirror.com/semver/7.5.1 - well-known-symbols: registry.npmmirror.com/well-known-symbols/2.0.0 - dev: true - registry.npmmirror.com/config-chain/1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/config-chain/-/config-chain-1.1.13.tgz} name: config-chain @@ -5266,10 +6257,11 @@ packages: proto-list: registry.npmmirror.com/proto-list/1.2.4 dev: true - registry.npmmirror.com/consola/3.1.0: - resolution: {integrity: sha512-rrrJE6rP0qzl/Srg+C9x/AE5Kxfux7reVm1Wh0wCjuXvih6DqZgqDZe8auTD28fzJ9TF0mHlSDrPpWlujQRo1Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/consola/-/consola-3.1.0.tgz} + registry.npmmirror.com/consola/3.2.3: + resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/consola/-/consola-3.2.3.tgz} name: consola - version: 3.1.0 + version: 3.2.3 + engines: {node: ^14.18.0 || >=16.10.0} dev: true registry.npmmirror.com/console-control-strings/1.1.0: @@ -5343,15 +6335,16 @@ packages: vary: registry.npmmirror.com/vary/1.1.2 dev: true - registry.npmmirror.com/critters/0.0.16: - resolution: {integrity: sha512-JwjgmO6i3y6RWtLYmXwO5jMd+maZt8Tnfu7VVISmEWyQqfLpB8soBswf8/2bu6SBXxtKA68Al3c+qIG1ApT68A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/critters/-/critters-0.0.16.tgz} + registry.npmmirror.com/critters/0.0.20: + resolution: {integrity: sha512-CImNRorKOl5d8TWcnAz5n5izQ6HFsvz29k327/ELy6UFcmbiZNOsinaKvzv16WZR0P6etfSWYzE47C4/56B3Uw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/critters/-/critters-0.0.20.tgz} name: critters - version: 0.0.16 + version: 0.0.20 dependencies: chalk: registry.npmmirror.com/chalk/4.1.2 - css-select: registry.npmmirror.com/css-select/4.3.0 - parse5: registry.npmmirror.com/parse5/6.0.1 - parse5-htmlparser2-tree-adapter: registry.npmmirror.com/parse5-htmlparser2-tree-adapter/6.0.1 + css-select: registry.npmmirror.com/css-select/5.1.0 + dom-serializer: registry.npmmirror.com/dom-serializer/2.0.0 + domhandler: registry.npmmirror.com/domhandler/5.0.3 + htmlparser2: registry.npmmirror.com/htmlparser2/8.0.2 postcss: registry.npmmirror.com/postcss/8.4.24 pretty-bytes: registry.npmmirror.com/pretty-bytes/5.6.0 dev: true @@ -5393,15 +6386,15 @@ packages: csstype: registry.npmmirror.com/csstype/3.0.11 dev: true - registry.npmmirror.com/css-select/4.3.0: - resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz} + registry.npmmirror.com/css-select/5.1.0: + resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz} name: css-select - version: 4.3.0 + version: 5.1.0 dependencies: boolbase: registry.npmmirror.com/boolbase/1.0.0 css-what: registry.npmmirror.com/css-what/6.1.0 - domhandler: registry.npmmirror.com/domhandler/4.3.1 - domutils: registry.npmmirror.com/domutils/2.8.0 + domhandler: registry.npmmirror.com/domhandler/5.0.3 + domutils: registry.npmmirror.com/domutils/3.1.0 nth-check: registry.npmmirror.com/nth-check/2.1.1 dev: true @@ -5450,32 +6443,32 @@ packages: name: csstype version: 3.1.2 - registry.npmmirror.com/cypress-vite/1.4.0_vite@4.3.9: - resolution: {integrity: sha512-BHmOku8q6nRtDGPiBcE7zcAZs56/OsiX5SFoldHEMSQ+I6nnPUU2tcrRNeRsCArONQAvwTu2Da7R/rFGA/DSEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cypress-vite/-/cypress-vite-1.4.0.tgz} - id: registry.npmmirror.com/cypress-vite/1.4.0 + registry.npmmirror.com/cypress-vite/1.4.2_vite@4.4.9: + resolution: {integrity: sha512-uKsCo6KC1KJgubDCs7PqqI0AVXaYDPLocNvZplw2kJ2Z8M1793oCcr9D2/dKxYllRkhfFuYPPNjme/Kr2YWojQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cypress-vite/-/cypress-vite-1.4.2.tgz} + id: registry.npmmirror.com/cypress-vite/1.4.2 name: cypress-vite - version: 1.4.0 + version: 1.4.2 peerDependencies: vite: ^2.9.0 || ^3.0.0 || ^4.0.0 dependencies: chokidar: registry.npmmirror.com/chokidar/3.5.3 debug: registry.npmmirror.com/debug/4.3.4 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/cypress/12.13.0: - resolution: {integrity: sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cypress/-/cypress-12.13.0.tgz} + registry.npmmirror.com/cypress/13.2.0: + resolution: {integrity: sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cypress/-/cypress-13.2.0.tgz} name: cypress - version: 12.13.0 - engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} + version: 13.2.0 + engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true requiresBuild: true dependencies: - '@cypress/request': registry.npmmirror.com/@cypress/request/2.88.11 + '@cypress/request': registry.npmmirror.com/@cypress/request/3.0.1 '@cypress/xvfb': registry.npmmirror.com/@cypress/xvfb/1.2.4_supports-color@8.1.1 - '@types/node': registry.npmmirror.com/@types/node/14.18.48 + '@types/node': registry.npmmirror.com/@types/node/18.17.18 '@types/sinonjs__fake-timers': registry.npmmirror.com/@types/sinonjs__fake-timers/8.1.1 '@types/sizzle': registry.npmmirror.com/@types/sizzle/2.3.3 arch: registry.npmmirror.com/arch/2.2.0 @@ -5508,9 +6501,10 @@ packages: minimist: registry.npmmirror.com/minimist/1.2.8 ospath: registry.npmmirror.com/ospath/1.2.2 pretty-bytes: registry.npmmirror.com/pretty-bytes/5.6.0 + process: registry.npmmirror.com/process/0.11.10 proxy-from-env: registry.npmmirror.com/proxy-from-env/1.0.0 request-progress: registry.npmmirror.com/request-progress/3.0.0 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 supports-color: registry.npmmirror.com/supports-color/8.1.1 tmp: registry.npmmirror.com/tmp/0.2.1 untildify: registry.npmmirror.com/untildify/4.0.0 @@ -5557,15 +6551,6 @@ packages: '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.22.3 dev: true - registry.npmmirror.com/date-time/3.1.0: - resolution: {integrity: sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/date-time/-/date-time-3.1.0.tgz} - name: date-time - version: 3.1.0 - engines: {node: '>=6'} - dependencies: - time-zone: registry.npmmirror.com/time-zone/1.0.0 - dev: true - registry.npmmirror.com/dayjs/1.11.8: resolution: {integrity: sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dayjs/-/dayjs-1.11.8.tgz} name: dayjs @@ -5720,7 +6705,7 @@ packages: dependencies: bundle-name: registry.npmmirror.com/bundle-name/3.0.0 default-browser-id: registry.npmmirror.com/default-browser-id/3.0.0 - execa: registry.npmmirror.com/execa/7.1.1 + execa: registry.npmmirror.com/execa/7.2.0 titleize: registry.npmmirror.com/titleize/3.0.0 dev: true @@ -5774,10 +6759,10 @@ packages: engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/destr/1.2.2: - resolution: {integrity: sha512-lrbCJwD9saUQrqUfXvl6qoM+QN3W7tLV5pAOs+OqOmopCCz/JkE05MHedJR1xfk4IAnZuJXPVuN5+7jNA2ZCiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/destr/-/destr-1.2.2.tgz} + registry.npmmirror.com/destr/2.0.1: + resolution: {integrity: sha512-M1Ob1zPSIvlARiJUkKqvAZ3VAqQY6Jcuth/pBKQ2b1dX/Qx0OnJ8Vux6J2H5PTMQeRzWrrbTu70VxBfv/OPDJA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/destr/-/destr-2.0.1.tgz} name: destr - version: 1.2.2 + version: 2.0.1 dev: true registry.npmmirror.com/destroy/1.2.0: @@ -5800,6 +6785,13 @@ packages: version: 2.1.0 dev: true + registry.npmmirror.com/diff-sequences/29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/diff-sequences/-/diff-sequences-29.6.3.tgz} + name: diff-sequences + version: 29.6.3 + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + registry.npmmirror.com/dir-glob/3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz} name: dir-glob @@ -5827,16 +6819,6 @@ packages: esutils: registry.npmmirror.com/esutils/2.0.3 dev: true - registry.npmmirror.com/dom-serializer/1.4.1: - resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz} - name: dom-serializer - version: 1.4.1 - dependencies: - domelementtype: registry.npmmirror.com/domelementtype/2.3.0 - domhandler: registry.npmmirror.com/domhandler/4.3.1 - entities: registry.npmmirror.com/entities/2.2.0 - dev: true - registry.npmmirror.com/dom-serializer/2.0.0: resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz} name: dom-serializer @@ -5862,15 +6844,6 @@ packages: webidl-conversions: registry.npmmirror.com/webidl-conversions/7.0.0 dev: true - registry.npmmirror.com/domhandler/4.3.1: - resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz} - name: domhandler - version: 4.3.1 - engines: {node: '>= 4'} - dependencies: - domelementtype: registry.npmmirror.com/domelementtype/2.3.0 - dev: true - registry.npmmirror.com/domhandler/5.0.3: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz} name: domhandler @@ -5880,16 +6853,6 @@ packages: domelementtype: registry.npmmirror.com/domelementtype/2.3.0 dev: true - registry.npmmirror.com/domutils/2.8.0: - resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz} - name: domutils - version: 2.8.0 - dependencies: - dom-serializer: registry.npmmirror.com/dom-serializer/1.4.1 - domelementtype: registry.npmmirror.com/domelementtype/2.3.0 - domhandler: registry.npmmirror.com/domhandler/4.3.1 - dev: true - registry.npmmirror.com/domutils/3.1.0: resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/domutils/-/domutils-3.1.0.tgz} name: domutils @@ -5921,16 +6884,17 @@ packages: safer-buffer: registry.npmmirror.com/safer-buffer/2.1.2 dev: true - registry.npmmirror.com/editorconfig/0.15.3: - resolution: {integrity: sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/editorconfig/-/editorconfig-0.15.3.tgz} + registry.npmmirror.com/editorconfig/1.0.4: + resolution: {integrity: sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz} name: editorconfig - version: 0.15.3 + version: 1.0.4 + engines: {node: '>=14'} hasBin: true dependencies: - commander: registry.npmmirror.com/commander/2.20.3 - lru-cache: registry.npmmirror.com/lru-cache/4.1.5 - semver: registry.npmmirror.com/semver/5.7.1 - sigmund: registry.npmmirror.com/sigmund/1.0.1 + '@one-ini/wasm': registry.npmmirror.com/@one-ini/wasm/0.1.1 + commander: registry.npmmirror.com/commander/10.0.1 + minimatch: registry.npmmirror.com/minimatch/9.0.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/ee-first/1.1.1: @@ -5955,6 +6919,12 @@ packages: version: 1.4.417 dev: true + registry.npmmirror.com/electron-to-chromium/1.4.525: + resolution: {integrity: sha512-GIZ620hDK4YmIqAWkscG4W6RwY6gOx1y5J6f4JUQwctiJrqH2oxZYU4mXHi35oV32tr630UcepBzSBGJ/WYcZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.525.tgz} + name: electron-to-chromium + version: 1.4.525 + dev: true + registry.npmmirror.com/emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz} name: emoji-regex @@ -6001,12 +6971,6 @@ packages: ansi-colors: registry.npmmirror.com/ansi-colors/4.1.3 dev: true - registry.npmmirror.com/entities/2.2.0: - resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz} - name: entities - version: 2.2.0 - dev: true - registry.npmmirror.com/entities/3.0.1: resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/entities/-/entities-3.0.1.tgz} name: entities @@ -6042,6 +7006,12 @@ packages: is-arrayish: registry.npmmirror.com/is-arrayish/0.2.1 dev: true + registry.npmmirror.com/error-stack-parser-es/0.1.1: + resolution: {integrity: sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.1.tgz} + name: error-stack-parser-es + version: 0.1.1 + dev: true + registry.npmmirror.com/es-abstract/1.21.2: resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-abstract/-/es-abstract-1.21.2.tgz} name: es-abstract @@ -6111,14 +7081,6 @@ packages: has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 dev: true - registry.npmmirror.com/es-shim-unscopables/1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz} - name: es-shim-unscopables - version: 1.0.0 - dependencies: - has: registry.npmmirror.com/has/1.0.3 - dev: true - registry.npmmirror.com/es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz} name: es-to-primitive @@ -6162,6 +7124,38 @@ packages: '@esbuild/win32-x64': registry.npmmirror.com/@esbuild/win32-x64/0.17.19 dev: true + registry.npmmirror.com/esbuild/0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild/-/esbuild-0.18.20.tgz} + name: esbuild + version: 0.18.20 + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': registry.npmmirror.com/@esbuild/android-arm/0.18.20 + '@esbuild/android-arm64': registry.npmmirror.com/@esbuild/android-arm64/0.18.20 + '@esbuild/android-x64': registry.npmmirror.com/@esbuild/android-x64/0.18.20 + '@esbuild/darwin-arm64': registry.npmmirror.com/@esbuild/darwin-arm64/0.18.20 + '@esbuild/darwin-x64': registry.npmmirror.com/@esbuild/darwin-x64/0.18.20 + '@esbuild/freebsd-arm64': registry.npmmirror.com/@esbuild/freebsd-arm64/0.18.20 + '@esbuild/freebsd-x64': registry.npmmirror.com/@esbuild/freebsd-x64/0.18.20 + '@esbuild/linux-arm': registry.npmmirror.com/@esbuild/linux-arm/0.18.20 + '@esbuild/linux-arm64': registry.npmmirror.com/@esbuild/linux-arm64/0.18.20 + '@esbuild/linux-ia32': registry.npmmirror.com/@esbuild/linux-ia32/0.18.20 + '@esbuild/linux-loong64': registry.npmmirror.com/@esbuild/linux-loong64/0.18.20 + '@esbuild/linux-mips64el': registry.npmmirror.com/@esbuild/linux-mips64el/0.18.20 + '@esbuild/linux-ppc64': registry.npmmirror.com/@esbuild/linux-ppc64/0.18.20 + '@esbuild/linux-riscv64': registry.npmmirror.com/@esbuild/linux-riscv64/0.18.20 + '@esbuild/linux-s390x': registry.npmmirror.com/@esbuild/linux-s390x/0.18.20 + '@esbuild/linux-x64': registry.npmmirror.com/@esbuild/linux-x64/0.18.20 + '@esbuild/netbsd-x64': registry.npmmirror.com/@esbuild/netbsd-x64/0.18.20 + '@esbuild/openbsd-x64': registry.npmmirror.com/@esbuild/openbsd-x64/0.18.20 + '@esbuild/sunos-x64': registry.npmmirror.com/@esbuild/sunos-x64/0.18.20 + '@esbuild/win32-arm64': registry.npmmirror.com/@esbuild/win32-arm64/0.18.20 + '@esbuild/win32-ia32': registry.npmmirror.com/@esbuild/win32-ia32/0.18.20 + '@esbuild/win32-x64': registry.npmmirror.com/@esbuild/win32-x64/0.18.20 + dev: true + registry.npmmirror.com/escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz} name: escalade @@ -6218,12 +7212,12 @@ packages: dependencies: debug: registry.npmmirror.com/debug/3.2.7 is-core-module: registry.npmmirror.com/is-core-module/2.12.1 - resolve: registry.npmmirror.com/resolve/1.22.2 + resolve: registry.npmmirror.com/resolve/1.22.6 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-module-utils/2.8.0_oq5pnf5kzpyokz4bwukpv5idlm: + registry.npmmirror.com/eslint-module-utils/2.8.0_xgfuudfxjs6rgjkhsinu42h3rq: resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz} id: registry.npmmirror.com/eslint-module-utils/2.8.0 name: eslint-module-utils @@ -6247,54 +7241,54 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/6.7.2_rngtr6f3b25lvetpihwplgecf4 debug: registry.npmmirror.com/debug/3.2.7 - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node/0.3.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-plugin-antfu/0.39.4_tizxnkcvjrb4cldxgwq5h3lj5u: - resolution: {integrity: sha512-5vsIww98pW5QUF/TOcnuBIc6iJ+LGPRsp+S/OTA/ozPonMtBcQd55vMV1X9IJgxWtz0jM+DiqD6oy0VtsWlacg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-antfu/-/eslint-plugin-antfu-0.39.4.tgz} - id: registry.npmmirror.com/eslint-plugin-antfu/0.39.4 + registry.npmmirror.com/eslint-plugin-antfu/0.43.0_rngtr6f3b25lvetpihwplgecf4: + resolution: {integrity: sha512-iPImOujrHCWKlP3/h5KoaNQmGvmJEpzzld8l3qSAC88L15nUHItge00Tc9Uwo+wSXtNWLJkm0I2auGO0PPI2zQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-antfu/-/eslint-plugin-antfu-0.43.0.tgz} + id: registry.npmmirror.com/eslint-plugin-antfu/0.43.0 name: eslint-plugin-antfu - version: 0.39.4 + version: 0.43.0 dependencies: - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/6.7.2_rngtr6f3b25lvetpihwplgecf4 transitivePeerDependencies: - eslint - supports-color - typescript dev: true - registry.npmmirror.com/eslint-plugin-cypress/2.13.3_eslint@8.42.0: - resolution: {integrity: sha512-nAPjZE5WopCsgJwl3vHm5iafpV+ZRO76Z9hMyRygWhmg5ODXDPd+9MaPl7kdJ2azj+sO87H3P1PRnggIrz848g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.3.tgz} - id: registry.npmmirror.com/eslint-plugin-cypress/2.13.3 + registry.npmmirror.com/eslint-plugin-cypress/2.15.1_eslint@8.49.0: + resolution: {integrity: sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz} + id: registry.npmmirror.com/eslint-plugin-cypress/2.15.1 name: eslint-plugin-cypress - version: 2.13.3 + version: 2.15.1 peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: registry.npmmirror.com/eslint/8.42.0 - globals: registry.npmmirror.com/globals/11.12.0 + eslint: registry.npmmirror.com/eslint/8.49.0 + globals: registry.npmmirror.com/globals/13.20.0 dev: true - registry.npmmirror.com/eslint-plugin-es-x/6.2.1_eslint@8.42.0: - resolution: {integrity: sha512-uR34zUhZ9EBoiSD2DdV5kHLpydVEvwWqjteUr9sXRgJknwbKZJZhdJ7uFnaTtd+Nr/2G3ceJHnHXrFhJ67n3Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.1.tgz} - id: registry.npmmirror.com/eslint-plugin-es-x/6.2.1 + registry.npmmirror.com/eslint-plugin-es-x/7.2.0_eslint@8.49.0: + resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz} + id: registry.npmmirror.com/eslint-plugin-es-x/7.2.0 name: eslint-plugin-es-x - version: 6.2.1 + version: 7.2.0 engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8' dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 - '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.5.1 - eslint: registry.npmmirror.com/eslint/8.42.0 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 + '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.8.1 + eslint: registry.npmmirror.com/eslint/8.49.0 dev: true - registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.42.0: + registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0_eslint@8.49.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz} id: registry.npmmirror.com/eslint-plugin-eslint-comments/3.2.0 name: eslint-plugin-eslint-comments @@ -6304,7 +7298,7 @@ packages: eslint: '>=4.19.1' dependencies: escape-string-regexp: registry.npmmirror.com/escape-string-regexp/1.0.5 - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 ignore: registry.npmmirror.com/ignore/5.2.4 dev: true @@ -6316,50 +7310,40 @@ packages: htmlparser2: registry.npmmirror.com/htmlparser2/8.0.2 dev: true - registry.npmmirror.com/eslint-plugin-import/2.27.5_cch5xagassbcgkqtkb76u5drmm: - resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz} - id: registry.npmmirror.com/eslint-plugin-import/2.27.5 - name: eslint-plugin-import - version: 2.27.5 - engines: {node: '>=4'} + registry.npmmirror.com/eslint-plugin-i/2.28.1_ivmsiv55l6q5oqmpygy45yo4nm: + resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-i/-/eslint-plugin-i-2.28.1.tgz} + id: registry.npmmirror.com/eslint-plugin-i/2.28.1 + name: eslint-plugin-i + version: 2.28.1 + engines: {node: '>=12'} peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true + eslint: ^7.2.0 || ^8 dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - array-includes: registry.npmmirror.com/array-includes/3.1.6 - array.prototype.flat: registry.npmmirror.com/array.prototype.flat/1.3.1 - array.prototype.flatmap: registry.npmmirror.com/array.prototype.flatmap/1.3.1 debug: registry.npmmirror.com/debug/3.2.7 doctrine: registry.npmmirror.com/doctrine/2.1.0 - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node/0.3.7 - eslint-module-utils: registry.npmmirror.com/eslint-module-utils/2.8.0_oq5pnf5kzpyokz4bwukpv5idlm - has: registry.npmmirror.com/has/1.0.3 - is-core-module: registry.npmmirror.com/is-core-module/2.12.1 + eslint-module-utils: registry.npmmirror.com/eslint-module-utils/2.8.0_xgfuudfxjs6rgjkhsinu42h3rq + get-tsconfig: registry.npmmirror.com/get-tsconfig/4.7.0 is-glob: registry.npmmirror.com/is-glob/4.0.3 minimatch: registry.npmmirror.com/minimatch/3.1.2 - object.values: registry.npmmirror.com/object.values/1.1.6 - resolve: registry.npmmirror.com/resolve/1.22.2 - semver: registry.npmmirror.com/semver/6.3.0 - tsconfig-paths: registry.npmmirror.com/tsconfig-paths/3.14.2 + resolve: registry.npmmirror.com/resolve/1.22.6 + semver: registry.npmmirror.com/semver/7.5.4 transitivePeerDependencies: + - '@typescript-eslint/parser' - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - registry.npmmirror.com/eslint-plugin-jest/27.2.1_nc4npv6hewk3ib4boy7nhq4o54: - resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz} - id: registry.npmmirror.com/eslint-plugin-jest/27.2.1 + registry.npmmirror.com/eslint-plugin-jest/27.4.0_z57du2be5wvrpa2ws2ewdi7pzu: + resolution: {integrity: sha512-ukVeKmMPAUA5SWjHenvyyXnirKfHKMdOsTZdn5tZx5EW05HGVQwBohigjFZGGj3zuv1cV6hc82FvWv6LdIbkgg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.0.tgz} + id: registry.npmmirror.com/eslint-plugin-jest/27.4.0 name: eslint-plugin-jest - version: 27.2.1 + version: 27.4.0 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.0.0 + '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 eslint: ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: @@ -6368,62 +7352,86 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8_54dzngpokg2nc3pytyodfzhcz4 - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_tizxnkcvjrb4cldxgwq5h3lj5u - eslint: registry.npmmirror.com/eslint/8.42.0 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2_ojtszseoihgstv5sdp7hbt6z6y + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.59.8_rngtr6f3b25lvetpihwplgecf4 + eslint: registry.npmmirror.com/eslint/8.49.0 transitivePeerDependencies: - supports-color - typescript dev: true - registry.npmmirror.com/eslint-plugin-jsonc/2.8.0_eslint@8.42.0: - resolution: {integrity: sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz} - id: registry.npmmirror.com/eslint-plugin-jsonc/2.8.0 + registry.npmmirror.com/eslint-plugin-jsdoc/46.8.1_eslint@8.49.0: + resolution: {integrity: sha512-uTce7IBluPKXIQMWJkIwFsI1gv7sZRmLjctca2K5DIxPi8fSBj9f4iru42XmGwuiMyH2f3nfc60sFmnSGv4Z/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.1.tgz} + id: registry.npmmirror.com/eslint-plugin-jsdoc/46.8.1 + name: eslint-plugin-jsdoc + version: 46.8.1 + engines: {node: '>=16'} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@es-joy/jsdoccomment': registry.npmmirror.com/@es-joy/jsdoccomment/0.40.1 + are-docs-informative: registry.npmmirror.com/are-docs-informative/0.0.2 + comment-parser: registry.npmmirror.com/comment-parser/1.4.0 + debug: registry.npmmirror.com/debug/4.3.4 + escape-string-regexp: registry.npmmirror.com/escape-string-regexp/4.0.0 + eslint: registry.npmmirror.com/eslint/8.49.0 + esquery: registry.npmmirror.com/esquery/1.5.0 + is-builtin-module: registry.npmmirror.com/is-builtin-module/3.2.1 + semver: registry.npmmirror.com/semver/7.5.4 + spdx-expression-parse: registry.npmmirror.com/spdx-expression-parse/3.0.1 + transitivePeerDependencies: + - supports-color + dev: true + + registry.npmmirror.com/eslint-plugin-jsonc/2.9.0_eslint@8.49.0: + resolution: {integrity: sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.9.0.tgz} + id: registry.npmmirror.com/eslint-plugin-jsonc/2.9.0 name: eslint-plugin-jsonc - version: 2.8.0 + version: 2.9.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 - eslint: registry.npmmirror.com/eslint/8.42.0 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 + eslint: registry.npmmirror.com/eslint/8.49.0 jsonc-eslint-parser: registry.npmmirror.com/jsonc-eslint-parser/2.3.0 natural-compare: registry.npmmirror.com/natural-compare/1.4.0 dev: true - registry.npmmirror.com/eslint-plugin-markdown/3.0.0_eslint@8.42.0: - resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.0.tgz} - id: registry.npmmirror.com/eslint-plugin-markdown/3.0.0 + registry.npmmirror.com/eslint-plugin-markdown/3.0.1_eslint@8.49.0: + resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz} + id: registry.npmmirror.com/eslint-plugin-markdown/3.0.1 name: eslint-plugin-markdown - version: 3.0.0 + version: 3.0.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 mdast-util-from-markdown: registry.npmmirror.com/mdast-util-from-markdown/0.8.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-plugin-n/16.0.0_eslint@8.42.0: - resolution: {integrity: sha512-akkZTE3hsHBrq6CwmGuYCzQREbVUrA855kzcHqe6i0FLBkeY7Y/6tThCVkjUnjhvRBAlc+8lILcSe5QvvDpeZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-n/-/eslint-plugin-n-16.0.0.tgz} - id: registry.npmmirror.com/eslint-plugin-n/16.0.0 + registry.npmmirror.com/eslint-plugin-n/16.1.0_eslint@8.49.0: + resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz} + id: registry.npmmirror.com/eslint-plugin-n/16.1.0 name: eslint-plugin-n - version: 16.0.0 + version: 16.1.0 engines: {node: '>=16.0.0'} peerDependencies: eslint: '>=7.0.0' dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 builtins: registry.npmmirror.com/builtins/5.0.1 - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-plugin-es-x: registry.npmmirror.com/eslint-plugin-es-x/6.2.1_eslint@8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-plugin-es-x: registry.npmmirror.com/eslint-plugin-es-x/7.2.0_eslint@8.49.0 + get-tsconfig: registry.npmmirror.com/get-tsconfig/4.7.0 ignore: registry.npmmirror.com/ignore/5.2.4 is-core-module: registry.npmmirror.com/is-core-module/2.12.1 minimatch: registry.npmmirror.com/minimatch/3.1.2 resolve: registry.npmmirror.com/resolve/1.22.2 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/eslint-plugin-no-only-tests/3.1.0: @@ -6433,7 +7441,7 @@ packages: engines: {node: '>=5.0.0'} dev: true - registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.42.0: + registry.npmmirror.com/eslint-plugin-promise/6.1.1_eslint@8.49.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz} id: registry.npmmirror.com/eslint-plugin-promise/6.1.1 name: eslint-plugin-promise @@ -6442,23 +7450,23 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 dev: true - registry.npmmirror.com/eslint-plugin-unicorn/47.0.0_eslint@8.42.0: - resolution: {integrity: sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-47.0.0.tgz} - id: registry.npmmirror.com/eslint-plugin-unicorn/47.0.0 + registry.npmmirror.com/eslint-plugin-unicorn/48.0.1_eslint@8.49.0: + resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.1.tgz} + id: registry.npmmirror.com/eslint-plugin-unicorn/48.0.1 name: eslint-plugin-unicorn - version: 47.0.0 + version: 48.0.1 engines: {node: '>=16'} peerDependencies: - eslint: '>=8.38.0' + eslint: '>=8.44.0' dependencies: - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.22.20 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 ci-info: registry.npmmirror.com/ci-info/3.8.0 clean-regexp: registry.npmmirror.com/clean-regexp/1.0.0 - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 esquery: registry.npmmirror.com/esquery/1.5.0 indent-string: registry.npmmirror.com/indent-string/4.0.0 is-builtin-module: registry.npmmirror.com/is-builtin-module/3.2.1 @@ -6468,61 +7476,60 @@ packages: read-pkg-up: registry.npmmirror.com/read-pkg-up/7.0.1 regexp-tree: registry.npmmirror.com/regexp-tree/0.1.27 regjsparser: registry.npmmirror.com/regjsparser/0.10.0 - safe-regex: registry.npmmirror.com/safe-regex/2.1.1 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 strip-indent: registry.npmmirror.com/strip-indent/3.0.0 dev: true - registry.npmmirror.com/eslint-plugin-unused-imports/2.0.0_4szqogxqdv3wwsyzgbsrmoyrzu: - resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz} - id: registry.npmmirror.com/eslint-plugin-unused-imports/2.0.0 + registry.npmmirror.com/eslint-plugin-unused-imports/3.0.0_xmpxy5vxwoyu2njpjt6m3zinx4: + resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz} + id: registry.npmmirror.com/eslint-plugin-unused-imports/3.0.0 name: eslint-plugin-unused-imports - version: 2.0.0 + version: 3.0.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.0.0 + '@typescript-eslint/eslint-plugin': ^6.0.0 eslint: ^8.0.0 peerDependenciesMeta: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.59.8_54dzngpokg2nc3pytyodfzhcz4 - eslint: registry.npmmirror.com/eslint/8.42.0 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/6.7.2_ojtszseoihgstv5sdp7hbt6z6y + eslint: registry.npmmirror.com/eslint/8.49.0 eslint-rule-composer: registry.npmmirror.com/eslint-rule-composer/0.3.0 dev: true - registry.npmmirror.com/eslint-plugin-vue/9.14.1_eslint@8.42.0: - resolution: {integrity: sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.1.tgz} - id: registry.npmmirror.com/eslint-plugin-vue/9.14.1 + registry.npmmirror.com/eslint-plugin-vue/9.17.0_eslint@8.49.0: + resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz} + id: registry.npmmirror.com/eslint-plugin-vue/9.17.0 name: eslint-plugin-vue - version: 9.14.1 + version: 9.17.0 engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 - eslint: registry.npmmirror.com/eslint/8.42.0 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 + eslint: registry.npmmirror.com/eslint/8.49.0 natural-compare: registry.npmmirror.com/natural-compare/1.4.0 nth-check: registry.npmmirror.com/nth-check/2.1.1 postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.13 - semver: registry.npmmirror.com/semver/7.5.1 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.3.0_eslint@8.42.0 + semver: registry.npmmirror.com/semver/7.5.4 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.3.1_eslint@8.49.0 xml-name-validator: registry.npmmirror.com/xml-name-validator/4.0.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-plugin-yml/1.7.0_eslint@8.42.0: - resolution: {integrity: sha512-qq61FQJk+qIgWl0R06bec7UQQEIBrUH22jS+MroTbFUKu+3/iVlGRpZd8mjpOAm/+H/WEDFwy4x/+kKgVGbsWw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-1.7.0.tgz} - id: registry.npmmirror.com/eslint-plugin-yml/1.7.0 + registry.npmmirror.com/eslint-plugin-yml/1.9.0_eslint@8.49.0: + resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-1.9.0.tgz} + id: registry.npmmirror.com/eslint-plugin-yml/1.9.0 name: eslint-plugin-yml - version: 1.7.0 + version: 1.9.0 engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.42.0 + eslint: registry.npmmirror.com/eslint/8.49.0 lodash: registry.npmmirror.com/lodash/4.17.21 natural-compare: registry.npmmirror.com/natural-compare/1.4.0 yaml-eslint-parser: registry.npmmirror.com/yaml-eslint-parser/1.2.2 @@ -6547,51 +7554,35 @@ packages: estraverse: registry.npmmirror.com/estraverse/4.3.0 dev: true - registry.npmmirror.com/eslint-scope/7.2.0: - resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.0.tgz} + registry.npmmirror.com/eslint-scope/7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz} name: eslint-scope - version: 7.2.0 + version: 7.2.2 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: registry.npmmirror.com/esrecurse/4.3.0 estraverse: registry.npmmirror.com/estraverse/5.3.0 dev: true - registry.npmmirror.com/eslint-utils/2.1.0: - resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz} - name: eslint-utils - version: 2.1.0 - engines: {node: '>=6'} - dependencies: - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 - dev: true - - registry.npmmirror.com/eslint-visitor-keys/1.3.0: - resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz} - name: eslint-visitor-keys - version: 1.3.0 - engines: {node: '>=4'} - dev: true - - registry.npmmirror.com/eslint-visitor-keys/3.4.1: - resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz} + registry.npmmirror.com/eslint-visitor-keys/3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz} name: eslint-visitor-keys - version: 3.4.1 + version: 3.4.3 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/eslint/8.42.0: - resolution: {integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/-/eslint-8.42.0.tgz} + registry.npmmirror.com/eslint/8.49.0: + resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/-/eslint-8.49.0.tgz} name: eslint - version: 8.42.0 + version: 8.49.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0 - '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.5.1 - '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/2.0.3 - '@eslint/js': registry.npmmirror.com/@eslint/js/8.42.0 - '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.11.10 + '@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils/4.4.0_eslint@8.49.0 + '@eslint-community/regexpp': registry.npmmirror.com/@eslint-community/regexpp/4.8.1 + '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/2.1.2 + '@eslint/js': registry.npmmirror.com/@eslint/js/8.49.0 + '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.11.11 '@humanwhocodes/module-importer': registry.npmmirror.com/@humanwhocodes/module-importer/1.0.1 '@nodelib/fs.walk': registry.npmmirror.com/@nodelib/fs.walk/1.2.8 ajv: registry.npmmirror.com/ajv/6.12.6 @@ -6600,9 +7591,9 @@ packages: debug: registry.npmmirror.com/debug/4.3.4 doctrine: registry.npmmirror.com/doctrine/3.0.0 escape-string-regexp: registry.npmmirror.com/escape-string-regexp/4.0.0 - eslint-scope: registry.npmmirror.com/eslint-scope/7.2.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 - espree: registry.npmmirror.com/espree/9.5.2 + eslint-scope: registry.npmmirror.com/eslint-scope/7.2.2 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 + espree: registry.npmmirror.com/espree/9.6.1 esquery: registry.npmmirror.com/esquery/1.5.0 esutils: registry.npmmirror.com/esutils/2.0.3 fast-deep-equal: registry.npmmirror.com/fast-deep-equal/3.1.3 @@ -6612,7 +7603,6 @@ packages: globals: registry.npmmirror.com/globals/13.20.0 graphemer: registry.npmmirror.com/graphemer/1.4.0 ignore: registry.npmmirror.com/ignore/5.2.4 - import-fresh: registry.npmmirror.com/import-fresh/3.3.0 imurmurhash: registry.npmmirror.com/imurmurhash/0.1.4 is-glob: registry.npmmirror.com/is-glob/4.0.3 is-path-inside: registry.npmmirror.com/is-path-inside/3.0.3 @@ -6622,9 +7612,8 @@ packages: lodash.merge: registry.npmmirror.com/lodash.merge/4.6.2 minimatch: registry.npmmirror.com/minimatch/3.1.2 natural-compare: registry.npmmirror.com/natural-compare/1.4.0 - optionator: registry.npmmirror.com/optionator/0.9.1 + optionator: registry.npmmirror.com/optionator/0.9.3 strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 - strip-json-comments: registry.npmmirror.com/strip-json-comments/3.1.1 text-table: registry.npmmirror.com/text-table/0.2.0 transitivePeerDependencies: - supports-color @@ -6639,26 +7628,15 @@ packages: tsx: registry.npmmirror.com/tsx/3.12.7 dev: true - registry.npmmirror.com/espree/6.2.1: - resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-6.2.1.tgz} - name: espree - version: 6.2.1 - engines: {node: '>=6.0.0'} - dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 - acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@7.4.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 - dev: true - - registry.npmmirror.com/espree/9.5.2: - resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-9.5.2.tgz} + registry.npmmirror.com/espree/9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz} name: espree - version: 9.5.2 + version: 9.6.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 - acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.8.2 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 + acorn: registry.npmmirror.com/acorn/8.10.0 + acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.10.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 dev: true registry.npmmirror.com/esprima-extract-comments/1.1.0: @@ -6741,6 +7719,12 @@ packages: version: 6.4.7 dev: true + registry.npmmirror.com/eventemitter3/5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz} + name: eventemitter3 + version: 5.0.1 + dev: true + registry.npmmirror.com/evtd/0.2.4: resolution: {integrity: sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/evtd/-/evtd-0.2.4.tgz} name: evtd @@ -6798,6 +7782,40 @@ packages: strip-final-newline: registry.npmmirror.com/strip-final-newline/3.0.0 dev: true + registry.npmmirror.com/execa/7.2.0: + resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz} + name: execa + version: 7.2.0 + engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + dependencies: + cross-spawn: registry.npmmirror.com/cross-spawn/7.0.3 + get-stream: registry.npmmirror.com/get-stream/6.0.1 + human-signals: registry.npmmirror.com/human-signals/4.3.1 + is-stream: registry.npmmirror.com/is-stream/3.0.0 + merge-stream: registry.npmmirror.com/merge-stream/2.0.0 + npm-run-path: registry.npmmirror.com/npm-run-path/5.1.0 + onetime: registry.npmmirror.com/onetime/6.0.0 + signal-exit: registry.npmmirror.com/signal-exit/3.0.7 + strip-final-newline: registry.npmmirror.com/strip-final-newline/3.0.0 + dev: true + + registry.npmmirror.com/execa/8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz} + name: execa + version: 8.0.1 + engines: {node: '>=16.17'} + dependencies: + cross-spawn: registry.npmmirror.com/cross-spawn/7.0.3 + get-stream: registry.npmmirror.com/get-stream/8.0.1 + human-signals: registry.npmmirror.com/human-signals/5.0.0 + is-stream: registry.npmmirror.com/is-stream/3.0.0 + merge-stream: registry.npmmirror.com/merge-stream/2.0.0 + npm-run-path: registry.npmmirror.com/npm-run-path/5.1.0 + onetime: registry.npmmirror.com/onetime/6.0.0 + signal-exit: registry.npmmirror.com/signal-exit/4.1.0 + strip-final-newline: registry.npmmirror.com/strip-final-newline/3.0.0 + dev: true + registry.npmmirror.com/executable/4.1.1: resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/executable/-/executable-4.1.1.tgz} name: executable @@ -6903,12 +7921,6 @@ packages: version: 3.1.3 dev: true - registry.npmmirror.com/fast-diff/1.3.0: - resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz} - name: fast-diff - version: 1.3.0 - dev: true - registry.npmmirror.com/fast-glob/3.2.12: resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz} name: fast-glob @@ -6922,6 +7934,19 @@ packages: micromatch: registry.npmmirror.com/micromatch/4.0.5 dev: true + registry.npmmirror.com/fast-glob/3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz} + name: fast-glob + version: 3.3.1 + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': registry.npmmirror.com/@nodelib/fs.stat/2.0.5 + '@nodelib/fs.walk': registry.npmmirror.com/@nodelib/fs.walk/1.2.8 + glob-parent: registry.npmmirror.com/glob-parent/5.1.2 + merge2: registry.npmmirror.com/merge2/1.4.1 + micromatch: registry.npmmirror.com/micromatch/4.0.5 + dev: true + registry.npmmirror.com/fast-json-stable-stringify/2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz} name: fast-json-stable-stringify @@ -7065,7 +8090,7 @@ packages: engines: {node: '>=14'} dependencies: cross-spawn: registry.npmmirror.com/cross-spawn/7.0.3 - signal-exit: registry.npmmirror.com/signal-exit/4.0.2 + signal-exit: registry.npmmirror.com/signal-exit/4.1.0 dev: true registry.npmmirror.com/forever-agent/0.6.1: @@ -7260,6 +8285,13 @@ packages: engines: {node: '>=10'} dev: true + registry.npmmirror.com/get-stream/8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz} + name: get-stream + version: 8.0.1 + engines: {node: '>=16'} + dev: true + registry.npmmirror.com/get-symbol-description/1.0.0: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz} name: get-symbol-description @@ -7270,10 +8302,10 @@ packages: get-intrinsic: registry.npmmirror.com/get-intrinsic/1.2.1 dev: true - registry.npmmirror.com/get-tsconfig/4.6.0: - resolution: {integrity: sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.6.0.tgz} + registry.npmmirror.com/get-tsconfig/4.7.0: + resolution: {integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.7.0.tgz} name: get-tsconfig - version: 4.6.0 + version: 4.7.0 dependencies: resolve-pkg-maps: registry.npmmirror.com/resolve-pkg-maps/1.0.0 dev: true @@ -7321,7 +8353,7 @@ packages: dependencies: foreground-child: registry.npmmirror.com/foreground-child/3.1.1 jackspeak: registry.npmmirror.com/jackspeak/2.2.1 - minimatch: registry.npmmirror.com/minimatch/9.0.1 + minimatch: registry.npmmirror.com/minimatch/9.0.3 minipass: registry.npmmirror.com/minipass/6.0.2 path-scurry: registry.npmmirror.com/path-scurry/1.9.2 dev: true @@ -7394,7 +8426,7 @@ packages: dependencies: array-union: registry.npmmirror.com/array-union/2.1.0 dir-glob: registry.npmmirror.com/dir-glob/3.0.1 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 ignore: registry.npmmirror.com/ignore/5.2.4 merge2: registry.npmmirror.com/merge2/1.4.1 slash: registry.npmmirror.com/slash/3.0.0 @@ -7414,12 +8446,6 @@ packages: version: 4.2.11 dev: true - registry.npmmirror.com/grapheme-splitter/1.0.4: - resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz} - name: grapheme-splitter - version: 1.0.4 - dev: true - registry.npmmirror.com/graphemer/1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz} name: graphemer @@ -7713,6 +8739,13 @@ packages: engines: {node: '>=14.18.0'} dev: true + registry.npmmirror.com/human-signals/5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz} + name: human-signals + version: 5.0.0 + engines: {node: '>=16.17.0'} + dev: true + registry.npmmirror.com/humanize-ms/1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz} name: humanize-ms @@ -7757,7 +8790,7 @@ packages: version: 6.0.3 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minimatch: registry.npmmirror.com/minimatch/9.0.1 + minimatch: registry.npmmirror.com/minimatch/9.0.3 dev: true registry.npmmirror.com/ignore/5.2.4: @@ -7957,6 +8990,14 @@ packages: has: registry.npmmirror.com/has/1.0.3 dev: true + registry.npmmirror.com/is-core-module/2.13.0: + resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.0.tgz} + name: is-core-module + version: 2.13.0 + dependencies: + has: registry.npmmirror.com/has/1.0.3 + dev: true + registry.npmmirror.com/is-date-object/1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-date-object/-/is-date-object-1.0.5.tgz} name: is-date-object @@ -8299,26 +9340,26 @@ packages: hasBin: true dev: true - registry.npmmirror.com/js-beautify/1.14.6: - resolution: {integrity: sha512-GfofQY5zDp+cuHc+gsEXKPpNw2KbPddreEo35O6jT6i0RVK6LhsoYBhq5TvK4/n74wnA0QbK8gGd+jUZwTMKJw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-beautify/-/js-beautify-1.14.6.tgz} + registry.npmmirror.com/jiti/1.20.0: + resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jiti/-/jiti-1.20.0.tgz} + name: jiti + version: 1.20.0 + hasBin: true + dev: true + + registry.npmmirror.com/js-beautify/1.14.9: + resolution: {integrity: sha512-coM7xq1syLcMyuVGyToxcj2AlzhkDjmfklL8r0JgJ7A76wyGMpJ1oA35mr4APdYNO/o/4YY8H54NQIJzhMbhBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-beautify/-/js-beautify-1.14.9.tgz} name: js-beautify - version: 1.14.6 - engines: {node: '>=10'} + version: 1.14.9 + engines: {node: '>=12'} hasBin: true dependencies: config-chain: registry.npmmirror.com/config-chain/1.1.13 - editorconfig: registry.npmmirror.com/editorconfig/0.15.3 + editorconfig: registry.npmmirror.com/editorconfig/1.0.4 glob: registry.npmmirror.com/glob/8.1.0 nopt: registry.npmmirror.com/nopt/6.0.0 dev: true - registry.npmmirror.com/js-string-escape/1.0.1: - resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-string-escape/-/js-string-escape-1.0.1.tgz} - name: js-string-escape - version: 1.0.1 - engines: {node: '>= 0.8'} - dev: true - registry.npmmirror.com/js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz} name: js-tokens @@ -8350,11 +9391,18 @@ packages: version: 0.1.1 dev: true - registry.npmmirror.com/jsdom/21.1.2: - resolution: {integrity: sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsdom/-/jsdom-21.1.2.tgz} + registry.npmmirror.com/jsdoc-type-pratt-parser/4.0.0: + resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz} + name: jsdoc-type-pratt-parser + version: 4.0.0 + engines: {node: '>=12.0.0'} + dev: true + + registry.npmmirror.com/jsdom/22.1.0: + resolution: {integrity: sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsdom/-/jsdom-22.1.0.tgz} name: jsdom - version: 21.1.2 - engines: {node: '>=14'} + version: 22.1.0 + engines: {node: '>=16'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -8362,13 +9410,10 @@ packages: optional: true dependencies: abab: registry.npmmirror.com/abab/2.0.6 - acorn: registry.npmmirror.com/acorn/8.8.2 - acorn-globals: registry.npmmirror.com/acorn-globals/7.0.1 cssstyle: registry.npmmirror.com/cssstyle/3.0.0 data-urls: registry.npmmirror.com/data-urls/4.0.0 decimal.js: registry.npmmirror.com/decimal.js/10.4.3 domexception: registry.npmmirror.com/domexception/4.0.0 - escodegen: registry.npmmirror.com/escodegen/2.0.0 form-data: registry.npmmirror.com/form-data/4.0.0 html-encoding-sniffer: registry.npmmirror.com/html-encoding-sniffer/3.0.0 http-proxy-agent: registry.npmmirror.com/http-proxy-agent/5.0.0 @@ -8379,7 +9424,7 @@ packages: rrweb-cssom: registry.npmmirror.com/rrweb-cssom/0.6.0 saxes: registry.npmmirror.com/saxes/6.0.0 symbol-tree: registry.npmmirror.com/symbol-tree/3.2.4 - tough-cookie: registry.npmmirror.com/tough-cookie/4.1.2 + tough-cookie: registry.npmmirror.com/tough-cookie/4.1.3 w3c-xmlserializer: registry.npmmirror.com/w3c-xmlserializer/4.0.0 webidl-conversions: registry.npmmirror.com/webidl-conversions/7.0.0 whatwg-encoding: registry.npmmirror.com/whatwg-encoding/2.0.0 @@ -8459,15 +9504,6 @@ packages: version: 5.0.1 dev: true - registry.npmmirror.com/json5/1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz} - name: json5 - version: 1.0.2 - hasBin: true - dependencies: - minimist: registry.npmmirror.com/minimist/1.2.8 - dev: true - registry.npmmirror.com/json5/2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz} name: json5 @@ -8476,29 +9512,16 @@ packages: hasBin: true dev: true - registry.npmmirror.com/jsonc-eslint-parser/1.4.1: - resolution: {integrity: sha512-hXBrvsR1rdjmB2kQmUjf1rEIa+TqHBGMge8pwi++C+Si1ad7EjZrJcpgwym+QGK/pqTx+K7keFAtLlVNdLRJOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsonc-eslint-parser/-/jsonc-eslint-parser-1.4.1.tgz} - name: jsonc-eslint-parser - version: 1.4.1 - engines: {node: '>=8.10.0'} - dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 - eslint-utils: registry.npmmirror.com/eslint-utils/2.1.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 - espree: registry.npmmirror.com/espree/6.2.1 - semver: registry.npmmirror.com/semver/6.3.0 - dev: true - registry.npmmirror.com/jsonc-eslint-parser/2.3.0: resolution: {integrity: sha512-9xZPKVYp9DxnM3sd1yAsh/d59iIaswDkai8oTxbursfKYbg/ibjX0IzFt35+VZ8iEW453TVTXztnRvYUQlAfUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.3.0.tgz} name: jsonc-eslint-parser version: 2.3.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 - espree: registry.npmmirror.com/espree/9.5.2 - semver: registry.npmmirror.com/semver/7.5.1 + acorn: registry.npmmirror.com/acorn/8.10.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 + espree: registry.npmmirror.com/espree/9.6.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/jsonc-parser/3.2.0: @@ -8618,23 +9641,20 @@ packages: uc.micro: registry.npmmirror.com/uc.micro/1.0.6 dev: true - registry.npmmirror.com/lint-staged/13.2.2: - resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lint-staged/-/lint-staged-13.2.2.tgz} + registry.npmmirror.com/lint-staged/14.0.1: + resolution: {integrity: sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lint-staged/-/lint-staged-14.0.1.tgz} name: lint-staged - version: 13.2.2 - engines: {node: ^14.13.1 || >=16.0.0} + version: 14.0.1 + engines: {node: ^16.14.0 || >=18.0.0} hasBin: true dependencies: - chalk: registry.npmmirror.com/chalk/5.2.0 - cli-truncate: registry.npmmirror.com/cli-truncate/3.1.0 - commander: registry.npmmirror.com/commander/10.0.1 + chalk: registry.npmmirror.com/chalk/5.3.0 + commander: registry.npmmirror.com/commander/11.0.0 debug: registry.npmmirror.com/debug/4.3.4 - execa: registry.npmmirror.com/execa/7.1.1 + execa: registry.npmmirror.com/execa/7.2.0 lilconfig: registry.npmmirror.com/lilconfig/2.1.0 - listr2: registry.npmmirror.com/listr2/5.0.8 + listr2: registry.npmmirror.com/listr2/6.6.1 micromatch: registry.npmmirror.com/micromatch/4.0.5 - normalize-path: registry.npmmirror.com/normalize-path/3.0.0 - object-inspect: registry.npmmirror.com/object-inspect/1.12.3 pidtree: registry.npmmirror.com/pidtree/0.6.0 string-argv: registry.npmmirror.com/string-argv/0.3.2 yaml: registry.npmmirror.com/yaml/2.3.1 @@ -8666,25 +9686,23 @@ packages: wrap-ansi: registry.npmmirror.com/wrap-ansi/7.0.0 dev: true - registry.npmmirror.com/listr2/5.0.8: - resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/listr2/-/listr2-5.0.8.tgz} + registry.npmmirror.com/listr2/6.6.1: + resolution: {integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/listr2/-/listr2-6.6.1.tgz} name: listr2 - version: 5.0.8 - engines: {node: ^14.13.1 || >=16.0.0} + version: 6.6.1 + engines: {node: '>=16.0.0'} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: enquirer: optional: true dependencies: - cli-truncate: registry.npmmirror.com/cli-truncate/2.1.0 + cli-truncate: registry.npmmirror.com/cli-truncate/3.1.0 colorette: registry.npmmirror.com/colorette/2.0.20 - log-update: registry.npmmirror.com/log-update/4.0.0 - p-map: registry.npmmirror.com/p-map/4.0.0 + eventemitter3: registry.npmmirror.com/eventemitter3/5.0.1 + log-update: registry.npmmirror.com/log-update/5.0.1 rfdc: registry.npmmirror.com/rfdc/1.3.0 - rxjs: registry.npmmirror.com/rxjs/7.8.1 - through: registry.npmmirror.com/through/2.3.8 - wrap-ansi: registry.npmmirror.com/wrap-ansi/7.0.0 + wrap-ansi: registry.npmmirror.com/wrap-ansi/8.1.0 dev: true registry.npmmirror.com/local-pkg/0.4.3: @@ -8770,6 +9788,19 @@ packages: wrap-ansi: registry.npmmirror.com/wrap-ansi/6.2.0 dev: true + registry.npmmirror.com/log-update/5.0.1: + resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/log-update/-/log-update-5.0.1.tgz} + name: log-update + version: 5.0.1 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + ansi-escapes: registry.npmmirror.com/ansi-escapes/5.0.0 + cli-cursor: registry.npmmirror.com/cli-cursor/4.0.0 + slice-ansi: registry.npmmirror.com/slice-ansi/5.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi/7.1.0 + wrap-ansi: registry.npmmirror.com/wrap-ansi/8.1.0 + dev: true + registry.npmmirror.com/loupe/2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/loupe/-/loupe-2.3.6.tgz} name: loupe @@ -8784,15 +9815,6 @@ packages: version: 1.1.4 dev: true - registry.npmmirror.com/lru-cache/4.1.5: - resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz} - name: lru-cache - version: 4.1.5 - dependencies: - pseudomap: registry.npmmirror.com/pseudomap/1.0.2 - yallist: registry.npmmirror.com/yallist/2.1.2 - dev: true - registry.npmmirror.com/lru-cache/5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz} name: lru-cache @@ -8830,7 +9852,16 @@ packages: version: 0.1.2 engines: {node: '>=14.19.0'} dependencies: - magic-string: registry.npmmirror.com/magic-string/0.30.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + dev: true + + registry.npmmirror.com/magic-string-ast/0.3.0: + resolution: {integrity: sha512-0shqecEPgdFpnI3AP90epXyxZy9g6CRZ+SZ7BcqFwYmtFEnZ1jpevcV5HoyVnlDS9gCnc1UIg3Rsvp3Ci7r8OA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.3.0.tgz} + name: magic-string-ast + version: 0.3.0 + engines: {node: '>=16.14.0'} + dependencies: + magic-string: registry.npmmirror.com/magic-string/0.30.3 dev: true registry.npmmirror.com/magic-string/0.25.9: @@ -8858,6 +9889,14 @@ packages: dependencies: '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.15 + registry.npmmirror.com/magic-string/0.30.3: + resolution: {integrity: sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/magic-string/-/magic-string-0.30.3.tgz} + name: magic-string + version: 0.30.3 + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.15 + registry.npmmirror.com/make-fetch-happen/10.2.1: resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz} name: make-fetch-happen @@ -8921,7 +9960,7 @@ packages: name: markdown-it-shiki version: 0.9.0 dependencies: - shiki: registry.npmmirror.com/shiki/0.14.2 + shiki: registry.npmmirror.com/shiki/0.14.4 synckit: registry.npmmirror.com/synckit/0.8.5 dev: true @@ -8938,15 +9977,6 @@ packages: uc.micro: registry.npmmirror.com/uc.micro/1.0.6 dev: true - registry.npmmirror.com/md5-hex/3.0.1: - resolution: {integrity: sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/md5-hex/-/md5-hex-3.0.1.tgz} - name: md5-hex - version: 3.0.1 - engines: {node: '>=8'} - dependencies: - blueimp-md5: registry.npmmirror.com/blueimp-md5/2.19.0 - dev: true - registry.npmmirror.com/mdast-util-from-markdown/0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz} name: mdast-util-from-markdown @@ -9101,19 +10131,19 @@ packages: brace-expansion: registry.npmmirror.com/brace-expansion/2.0.1 dev: true - registry.npmmirror.com/minimatch/7.4.6: - resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-7.4.6.tgz} + registry.npmmirror.com/minimatch/9.0.1: + resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-9.0.1.tgz} name: minimatch - version: 7.4.6 - engines: {node: '>=10'} + version: 9.0.1 + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: registry.npmmirror.com/brace-expansion/2.0.1 dev: true - registry.npmmirror.com/minimatch/9.0.1: - resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-9.0.1.tgz} + registry.npmmirror.com/minimatch/9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz} name: minimatch - version: 9.0.1 + version: 9.0.3 engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: registry.npmmirror.com/brace-expansion/2.0.1 @@ -9242,12 +10272,23 @@ packages: name: mlly version: 1.3.0 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 + acorn: registry.npmmirror.com/acorn/8.10.0 pathe: registry.npmmirror.com/pathe/1.1.1 pkg-types: registry.npmmirror.com/pkg-types/1.0.3 ufo: registry.npmmirror.com/ufo/1.1.2 dev: true + registry.npmmirror.com/mlly/1.4.2: + resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mlly/-/mlly-1.4.2.tgz} + name: mlly + version: 1.4.2 + dependencies: + acorn: registry.npmmirror.com/acorn/8.10.0 + pathe: registry.npmmirror.com/pathe/1.1.1 + pkg-types: registry.npmmirror.com/pkg-types/1.0.3 + ufo: registry.npmmirror.com/ufo/1.3.0 + dev: true + registry.npmmirror.com/mrmime/1.0.1: resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mrmime/-/mrmime-1.0.1.tgz} name: mrmime @@ -9279,6 +10320,12 @@ packages: version: 0.2.2 dev: true + registry.npmmirror.com/muggle-string/0.3.1: + resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/muggle-string/-/muggle-string-0.3.1.tgz} + name: muggle-string + version: 0.3.1 + dev: true + registry.npmmirror.com/naive-ui/2.34.4_vue@3.3.4: resolution: {integrity: sha512-aPG8PDfhSzIzn/jSC9y3Jb3Pe2wHJ7F0cFV1EWlbImSrZECeUmoc+fIcOSWbizoztkKfaUAeKwYdMl09MKkj1g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/-/naive-ui-2.34.4.tgz} id: registry.npmmirror.com/naive-ui/2.34.4 @@ -9315,20 +10362,6 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - registry.npmmirror.com/nanoid/4.0.2: - resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nanoid/-/nanoid-4.0.2.tgz} - name: nanoid - version: 4.0.2 - engines: {node: ^14 || ^16 || >=18} - hasBin: true - dev: true - - registry.npmmirror.com/natural-compare-lite/1.4.0: - resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz} - name: natural-compare-lite - version: 1.4.0 - dev: true - registry.npmmirror.com/natural-compare/1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz} name: natural-compare @@ -9350,10 +10383,10 @@ packages: lower-case: registry.npmmirror.com/lower-case/1.1.4 dev: true - registry.npmmirror.com/node-fetch-native/1.1.1: - resolution: {integrity: sha512-9VvspTSUp2Sxbl+9vbZTlFGq9lHwE8GDVVekxx6YsNd1YH59sb3Ba8v3Y3cD8PkLNcileGGcA21PFjVl0jzDaw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.1.1.tgz} + registry.npmmirror.com/node-fetch-native/1.4.0: + resolution: {integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.4.0.tgz} name: node-fetch-native - version: 1.1.1 + version: 1.4.0 dev: true registry.npmmirror.com/node-gyp/9.3.1: @@ -9370,7 +10403,7 @@ packages: nopt: registry.npmmirror.com/nopt/6.0.0 npmlog: registry.npmmirror.com/npmlog/6.0.2 rimraf: registry.npmmirror.com/rimraf/3.0.2 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 tar: registry.npmmirror.com/tar/6.1.15 which: registry.npmmirror.com/which/2.0.2 transitivePeerDependencies: @@ -9384,6 +10417,12 @@ packages: version: 2.0.12 dev: true + registry.npmmirror.com/node-releases/2.0.13: + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/node-releases/-/node-releases-2.0.13.tgz} + name: node-releases + version: 2.0.13 + dev: true + registry.npmmirror.com/nopt/6.0.0: resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nopt/-/nopt-6.0.0.tgz} name: nopt @@ -9410,7 +10449,7 @@ packages: version: 2.5.0 dependencies: hosted-git-info: registry.npmmirror.com/hosted-git-info/2.8.9 - resolve: registry.npmmirror.com/resolve/1.22.2 + resolve: registry.npmmirror.com/resolve/1.22.6 semver: registry.npmmirror.com/semver/5.7.1 validate-npm-package-license: registry.npmmirror.com/validate-npm-package-license/3.0.4 dev: true @@ -9422,8 +10461,8 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: registry.npmmirror.com/hosted-git-info/6.1.1 - is-core-module: registry.npmmirror.com/is-core-module/2.12.1 - semver: registry.npmmirror.com/semver/7.5.1 + is-core-module: registry.npmmirror.com/is-core-module/2.13.0 + semver: registry.npmmirror.com/semver/7.5.4 validate-npm-package-license: registry.npmmirror.com/validate-npm-package-license/3.0.4 dev: true @@ -9449,7 +10488,7 @@ packages: version: 6.1.1 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/npm-normalize-package-bin/3.0.1: @@ -9467,7 +10506,7 @@ packages: dependencies: hosted-git-info: registry.npmmirror.com/hosted-git-info/6.1.1 proc-log: registry.npmmirror.com/proc-log/3.0.0 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 validate-npm-package-name: registry.npmmirror.com/validate-npm-package-name/5.0.0 dev: true @@ -9489,7 +10528,7 @@ packages: npm-install-checks: registry.npmmirror.com/npm-install-checks/6.1.1 npm-normalize-package-bin: registry.npmmirror.com/npm-normalize-package-bin/3.0.1 npm-package-arg: registry.npmmirror.com/npm-package-arg/10.1.0 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 dev: true registry.npmmirror.com/npm-registry-fetch/14.0.5: @@ -9601,31 +10640,20 @@ packages: object-keys: registry.npmmirror.com/object-keys/1.1.1 dev: true - registry.npmmirror.com/object.values/1.1.6: - resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.values/-/object.values-1.1.6.tgz} - name: object.values - version: 1.1.6 - engines: {node: '>= 0.4'} - dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.2.0 - es-abstract: registry.npmmirror.com/es-abstract/1.21.2 - dev: true - registry.npmmirror.com/obuf/1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz} name: obuf version: 1.1.2 dev: true - registry.npmmirror.com/ofetch/1.0.1: - resolution: {integrity: sha512-icBz2JYfEpt+wZz1FRoGcrMigjNKjzvufE26m9+yUiacRQRHwnNlGRPiDnW4op7WX/MR6aniwS8xw8jyVelF2g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ofetch/-/ofetch-1.0.1.tgz} + registry.npmmirror.com/ofetch/1.3.3: + resolution: {integrity: sha512-s1ZCMmQWXy4b5K/TW9i/DtiN8Ku+xCiHcjQ6/J/nDdssirrQNOoB165Zu8EqLMA2lln1JUth9a0aW9Ap2ctrUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ofetch/-/ofetch-1.3.3.tgz} name: ofetch - version: 1.0.1 + version: 1.3.3 dependencies: - destr: registry.npmmirror.com/destr/1.2.2 - node-fetch-native: registry.npmmirror.com/node-fetch-native/1.1.1 - ufo: registry.npmmirror.com/ufo/1.1.2 + destr: registry.npmmirror.com/destr/2.0.1 + node-fetch-native: registry.npmmirror.com/node-fetch-native/1.4.0 + ufo: registry.npmmirror.com/ufo/1.3.0 dev: true registry.npmmirror.com/on-finished/2.4.1: @@ -9707,18 +10735,18 @@ packages: word-wrap: registry.npmmirror.com/word-wrap/1.2.3 dev: true - registry.npmmirror.com/optionator/0.9.1: - resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/optionator/-/optionator-0.9.1.tgz} + registry.npmmirror.com/optionator/0.9.3: + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz} name: optionator - version: 0.9.1 + version: 0.9.3 engines: {node: '>= 0.8.0'} dependencies: + '@aashutoshrathi/word-wrap': registry.npmmirror.com/@aashutoshrathi/word-wrap/1.2.6 deep-is: registry.npmmirror.com/deep-is/0.1.4 fast-levenshtein: registry.npmmirror.com/fast-levenshtein/2.0.6 levn: registry.npmmirror.com/levn/0.4.1 prelude-ls: registry.npmmirror.com/prelude-ls/1.2.1 type-check: registry.npmmirror.com/type-check/0.4.0 - word-wrap: registry.npmmirror.com/word-wrap/1.2.3 dev: true registry.npmmirror.com/ospath/1.2.2: @@ -9861,26 +10889,12 @@ packages: version: 5.2.0 engines: {node: '>=8'} dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.21.4 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.22.13 error-ex: registry.npmmirror.com/error-ex/1.3.2 json-parse-even-better-errors: registry.npmmirror.com/json-parse-even-better-errors/2.3.1 lines-and-columns: registry.npmmirror.com/lines-and-columns/1.2.4 dev: true - registry.npmmirror.com/parse5-htmlparser2-tree-adapter/6.0.1: - resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz} - name: parse5-htmlparser2-tree-adapter - version: 6.0.1 - dependencies: - parse5: registry.npmmirror.com/parse5/6.0.1 - dev: true - - registry.npmmirror.com/parse5/6.0.1: - resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz} - name: parse5 - version: 6.0.1 - dev: true - registry.npmmirror.com/parse5/7.1.2: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parse5/-/parse5-7.1.2.tgz} name: parse5 @@ -10010,11 +11024,11 @@ packages: engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/pinia/2.1.3_typescript@5.1.3+vue@3.3.4: - resolution: {integrity: sha512-XNA/z/ye4P5rU1pieVmh0g/hSuDO98/a5UC8oSP0DNdvt6YtetJNHTrXwpwsQuflkGT34qKxAEcp7lSxXNjf/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.1.3.tgz} - id: registry.npmmirror.com/pinia/2.1.3 + registry.npmmirror.com/pinia/2.1.6_typescript@5.2.2+vue@3.3.4: + resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.1.6.tgz} + id: registry.npmmirror.com/pinia/2.1.6 name: pinia - version: 2.1.3 + version: 2.1.6 peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -10026,9 +11040,9 @@ packages: optional: true dependencies: '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.5.0 - typescript: registry.npmmirror.com/typescript/5.1.3 + typescript: registry.npmmirror.com/typescript/5.2.2 vue: registry.npmmirror.com/vue/3.3.4 - vue-demi: registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4 + vue-demi: registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4 dev: false registry.npmmirror.com/pkg-types/1.0.3: @@ -10037,7 +11051,7 @@ packages: version: 1.0.3 dependencies: jsonc-parser: registry.npmmirror.com/jsonc-parser/3.2.0 - mlly: registry.npmmirror.com/mlly/1.3.0 + mlly: registry.npmmirror.com/mlly/1.4.2 pathe: registry.npmmirror.com/pathe/1.1.1 dev: true @@ -10048,10 +11062,10 @@ packages: engines: {node: '>=4'} dev: true - registry.npmmirror.com/pnpm/8.6.0: - resolution: {integrity: sha512-uMaWGXlvG+m5NIJaR4JEEenChbg+1AP4zVpqs4PEcZg4uH+lXMTd/X/lirKZA+TC0w0d+++y3btINcwyKsuwAA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pnpm/-/pnpm-8.6.0.tgz} + registry.npmmirror.com/pnpm/8.7.6: + resolution: {integrity: sha512-ZJ/LpDy+IGYpCPYo2INfnw2MopUOTHQ3HcnhbiSqVLtV5rTmsrbFHe4i35ITLpcgvIWptWbzUTZ8efDYXWpFew==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pnpm/-/pnpm-8.7.6.tgz} name: pnpm - version: 8.6.0 + version: 8.7.6 engines: {node: '>=16.14'} hasBin: true dev: true @@ -10066,15 +11080,26 @@ packages: util-deprecate: registry.npmmirror.com/util-deprecate/1.0.2 dev: true - registry.npmmirror.com/postcss/8.4.24: - resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-8.4.24.tgz} + registry.npmmirror.com/postcss/8.4.24: + resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-8.4.24.tgz} + name: postcss + version: 8.4.24 + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: registry.npmmirror.com/nanoid/3.3.6 + picocolors: registry.npmmirror.com/picocolors/1.0.0 + source-map-js: registry.npmmirror.com/source-map-js/1.0.2 + + registry.npmmirror.com/postcss/8.4.30: + resolution: {integrity: sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-8.4.30.tgz} name: postcss - version: 8.4.24 + version: 8.4.30 engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: registry.npmmirror.com/nanoid/3.3.6 picocolors: registry.npmmirror.com/picocolors/1.0.0 source-map-js: registry.npmmirror.com/source-map-js/1.0.2 + dev: true registry.npmmirror.com/prelude-ls/1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz} @@ -10090,11 +11115,11 @@ packages: engines: {node: '>= 0.8.0'} dev: true - registry.npmmirror.com/prettier/2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz} + registry.npmmirror.com/prettier/3.0.3: + resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prettier/-/prettier-3.0.3.tgz} name: prettier - version: 2.8.8 - engines: {node: '>=10.13.0'} + version: 3.0.3 + engines: {node: '>=14'} hasBin: true dev: true @@ -10105,22 +11130,22 @@ packages: engines: {node: '>=6'} dev: true - registry.npmmirror.com/pretty-bytes/6.1.0: - resolution: {integrity: sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.0.tgz} + registry.npmmirror.com/pretty-bytes/6.1.1: + resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.1.tgz} name: pretty-bytes - version: 6.1.0 + version: 6.1.1 engines: {node: ^14.13.1 || >=16.0.0} dev: true - registry.npmmirror.com/pretty-format/27.5.1: - resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-format/-/pretty-format-27.5.1.tgz} + registry.npmmirror.com/pretty-format/29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-format/-/pretty-format-29.7.0.tgz} name: pretty-format - version: 27.5.1 - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + version: 29.7.0 + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - ansi-regex: registry.npmmirror.com/ansi-regex/5.0.1 + '@jest/schemas': registry.npmmirror.com/@jest/schemas/29.6.3 ansi-styles: registry.npmmirror.com/ansi-styles/5.2.0 - react-is: registry.npmmirror.com/react-is/17.0.2 + react-is: registry.npmmirror.com/react-is/18.2.0 dev: true registry.npmmirror.com/proc-log/3.0.0: @@ -10136,6 +11161,13 @@ packages: version: 2.0.1 dev: true + registry.npmmirror.com/process/0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/process/-/process-0.11.10.tgz} + name: process + version: 0.11.10 + engines: {node: '>= 0.6.0'} + dev: true + registry.npmmirror.com/promise-inflight/1.0.1: resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/promise-inflight/-/promise-inflight-1.0.1.tgz} name: promise-inflight @@ -10195,12 +11227,6 @@ packages: version: 1.1.0 dev: true - registry.npmmirror.com/pseudomap/1.0.2: - resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz} - name: pseudomap - version: 1.0.2 - dev: true - registry.npmmirror.com/psl/1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/psl/-/psl-1.9.0.tgz} name: psl @@ -10280,10 +11306,10 @@ packages: unpipe: registry.npmmirror.com/unpipe/1.0.0 dev: true - registry.npmmirror.com/react-is/17.0.2: - resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz} + registry.npmmirror.com/react-is/18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz} name: react-is - version: 17.0.2 + version: 18.2.0 dev: true registry.npmmirror.com/read-package-json-fast/3.0.2: @@ -10492,6 +11518,13 @@ packages: version: 1.0.0 dev: true + registry.npmmirror.com/resolve.exports/2.0.2: + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve.exports/-/resolve.exports-2.0.2.tgz} + name: resolve.exports + version: 2.0.2 + engines: {node: '>=10'} + dev: true + registry.npmmirror.com/resolve/1.22.2: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve/-/resolve-1.22.2.tgz} name: resolve @@ -10503,6 +11536,17 @@ packages: supports-preserve-symlinks-flag: registry.npmmirror.com/supports-preserve-symlinks-flag/1.0.0 dev: true + registry.npmmirror.com/resolve/1.22.6: + resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve/-/resolve-1.22.6.tgz} + name: resolve + version: 1.22.6 + hasBin: true + dependencies: + is-core-module: registry.npmmirror.com/is-core-module/2.13.0 + path-parse: registry.npmmirror.com/path-parse/1.0.7 + supports-preserve-symlinks-flag: registry.npmmirror.com/supports-preserve-symlinks-flag/1.0.0 + dev: true + registry.npmmirror.com/restore-cursor/3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz} name: restore-cursor @@ -10513,6 +11557,16 @@ packages: signal-exit: registry.npmmirror.com/signal-exit/3.0.7 dev: true + registry.npmmirror.com/restore-cursor/4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/restore-cursor/-/restore-cursor-4.0.0.tgz} + name: restore-cursor + version: 4.0.0 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + onetime: registry.npmmirror.com/onetime/5.1.2 + signal-exit: registry.npmmirror.com/signal-exit/3.0.7 + dev: true + registry.npmmirror.com/retry/0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz} name: retry @@ -10558,10 +11612,10 @@ packages: terser: registry.npmmirror.com/terser/5.17.7 dev: true - registry.npmmirror.com/rollup-plugin-visualizer/5.9.0: - resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.0.tgz} + registry.npmmirror.com/rollup-plugin-visualizer/5.9.2: + resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.2.tgz} name: rollup-plugin-visualizer - version: 5.9.0 + version: 5.9.2 engines: {node: '>=14'} hasBin: true peerDependencies: @@ -10586,10 +11640,10 @@ packages: fsevents: registry.npmmirror.com/fsevents/2.3.2 dev: true - registry.npmmirror.com/rollup/3.23.0: - resolution: {integrity: sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-3.23.0.tgz} + registry.npmmirror.com/rollup/3.29.2: + resolution: {integrity: sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-3.29.2.tgz} name: rollup - version: 3.23.0 + version: 3.29.2 engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -10649,14 +11703,6 @@ packages: is-regex: registry.npmmirror.com/is-regex/1.1.4 dev: true - registry.npmmirror.com/safe-regex/2.1.1: - resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/safe-regex/-/safe-regex-2.1.1.tgz} - name: safe-regex - version: 2.1.1 - dependencies: - regexp-tree: registry.npmmirror.com/regexp-tree/0.1.27 - dev: true - registry.npmmirror.com/safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz} name: safer-buffer @@ -10714,10 +11760,17 @@ packages: hasBin: true dev: true - registry.npmmirror.com/semver/7.5.1: - resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-7.5.1.tgz} + registry.npmmirror.com/semver/6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz} + name: semver + version: 6.3.1 + hasBin: true + dev: true + + registry.npmmirror.com/semver/7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz} name: semver - version: 7.5.1 + version: 7.5.4 engines: {node: '>=10'} hasBin: true dependencies: @@ -10803,10 +11856,10 @@ packages: version: 1.8.1 dev: true - registry.npmmirror.com/shiki/0.14.2: - resolution: {integrity: sha512-ltSZlSLOuSY0M0Y75KA+ieRaZ0Trf5Wl3gutE7jzLuIcWxLp5i/uEnLoQWNvgKXQ5OMpGkJnVMRLAuzjc0LJ2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shiki/-/shiki-0.14.2.tgz} + registry.npmmirror.com/shiki/0.14.4: + resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shiki/-/shiki-0.14.4.tgz} name: shiki - version: 0.14.2 + version: 0.14.4 dependencies: ansi-sequence-parser: registry.npmmirror.com/ansi-sequence-parser/1.1.0 jsonc-parser: registry.npmmirror.com/jsonc-parser/3.2.0 @@ -10830,22 +11883,16 @@ packages: version: 2.0.0 dev: true - registry.npmmirror.com/sigmund/1.0.1: - resolution: {integrity: sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sigmund/-/sigmund-1.0.1.tgz} - name: sigmund - version: 1.0.1 - dev: true - registry.npmmirror.com/signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz} name: signal-exit version: 3.0.7 dev: true - registry.npmmirror.com/signal-exit/4.0.2: - resolution: {integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/signal-exit/-/signal-exit-4.0.2.tgz} + registry.npmmirror.com/signal-exit/4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz} name: signal-exit - version: 4.0.2 + version: 4.1.0 engines: {node: '>=14'} dev: true @@ -10863,10 +11910,10 @@ packages: - supports-color dev: true - registry.npmmirror.com/simple-git-hooks/2.8.1: - resolution: {integrity: sha512-DYpcVR1AGtSfFUNzlBdHrQGPsOhuuEJ/FkmPOOlFysP60AHd3nsEpkGq/QEOdtUyT1Qhk7w9oLmFoMG+75BDog==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/simple-git-hooks/-/simple-git-hooks-2.8.1.tgz} + registry.npmmirror.com/simple-git-hooks/2.9.0: + resolution: {integrity: sha512-waSQ5paUQtyGC0ZxlHmcMmD9I1rRXauikBwX31bX58l5vTOhCEcBC5Bi+ZDkPXTjDnZAF8TbCqKBY+9+sVPScw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/simple-git-hooks/-/simple-git-hooks-2.9.0.tgz} name: simple-git-hooks - version: 2.8.1 + version: 2.9.0 hasBin: true requiresBuild: true dev: true @@ -10977,6 +12024,7 @@ packages: name: source-map version: 0.6.1 engines: {node: '>=0.10.0'} + dev: true registry.npmmirror.com/source-map/0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz} @@ -11061,12 +12109,6 @@ packages: - supports-color dev: true - registry.npmmirror.com/splitpanes/3.1.5: - resolution: {integrity: sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/splitpanes/-/splitpanes-3.1.5.tgz} - name: splitpanes - version: 3.1.5 - dev: true - registry.npmmirror.com/sprintf-js/1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz} name: sprintf-js @@ -11264,13 +12306,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/strip-bom/3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz} - name: strip-bom - version: 3.0.0 - engines: {node: '>=4'} - dev: true - registry.npmmirror.com/strip-comments/2.0.1: resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-comments/-/strip-comments-2.0.1.tgz} name: strip-comments @@ -11313,7 +12348,15 @@ packages: name: strip-literal version: 1.0.1 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.2 + acorn: registry.npmmirror.com/acorn/8.10.0 + dev: true + + registry.npmmirror.com/strip-literal/1.3.0: + resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-literal/-/strip-literal-1.3.0.tgz} + name: strip-literal + version: 1.3.0 + dependencies: + acorn: registry.npmmirror.com/acorn/8.10.0 dev: true registry.npmmirror.com/supports-color/5.5.0: @@ -11386,18 +12429,19 @@ packages: yallist: registry.npmmirror.com/yallist/4.0.0 dev: true - registry.npmmirror.com/taze/0.10.1: - resolution: {integrity: sha512-1dqLA+3kUufmJZEfAeRGHYwiKR8BwG7VMnCPtfY2g9NUlPIlXVBDm/rtdK2pwHauAQDDXkAKwmno30CHHX4F4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/taze/-/taze-0.10.1.tgz} + registry.npmmirror.com/taze/0.11.2: + resolution: {integrity: sha512-HM4chXXDaHCAl1AFbSlyHUFjoaEKTewVE0j6ni5S5mRdPdJdva4AfcmXgBZYnRBiJagl6QuVtsqLjqHUiiO20A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/taze/-/taze-0.11.2.tgz} name: taze - version: 0.10.1 + version: 0.11.2 hasBin: true dependencies: - '@antfu/ni': registry.npmmirror.com/@antfu/ni/0.21.3 - '@npmcli/config': registry.npmmirror.com/@npmcli/config/6.2.0 + '@antfu/ni': registry.npmmirror.com/@antfu/ni/0.21.8 + '@npmcli/config': registry.npmmirror.com/@npmcli/config/6.3.0 detect-indent: registry.npmmirror.com/detect-indent/7.0.1 + execa: registry.npmmirror.com/execa/7.1.1 pacote: registry.npmmirror.com/pacote/15.2.0 prompts: registry.npmmirror.com/prompts/2.4.2 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 unconfig: registry.npmmirror.com/unconfig/0.3.9 yargs: registry.npmmirror.com/yargs/17.7.2 transitivePeerDependencies: @@ -11432,7 +12476,7 @@ packages: hasBin: true dependencies: '@jridgewell/source-map': registry.npmmirror.com/@jridgewell/source-map/0.3.3 - acorn: registry.npmmirror.com/acorn/8.8.2 + acorn: registry.npmmirror.com/acorn/8.10.0 commander: registry.npmmirror.com/commander/2.20.3 source-map-support: registry.npmmirror.com/source-map-support/0.5.21 dev: true @@ -11455,23 +12499,16 @@ packages: version: 2.3.8 dev: true - registry.npmmirror.com/time-zone/1.0.0: - resolution: {integrity: sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/time-zone/-/time-zone-1.0.0.tgz} - name: time-zone - version: 1.0.0 - engines: {node: '>=4'} - dev: true - registry.npmmirror.com/tinybench/2.5.0: resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinybench/-/tinybench-2.5.0.tgz} name: tinybench version: 2.5.0 dev: true - registry.npmmirror.com/tinypool/0.5.0: - resolution: {integrity: sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinypool/-/tinypool-0.5.0.tgz} + registry.npmmirror.com/tinypool/0.7.0: + resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinypool/-/tinypool-0.7.0.tgz} name: tinypool - version: 0.5.0 + version: 0.7.0 engines: {node: '>=14.0.0'} dev: true @@ -11527,20 +12564,10 @@ packages: engines: {node: '>=6'} dev: true - registry.npmmirror.com/tough-cookie/2.5.0: - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz} - name: tough-cookie - version: 2.5.0 - engines: {node: '>=0.8'} - dependencies: - psl: registry.npmmirror.com/psl/1.9.0 - punycode: registry.npmmirror.com/punycode/2.3.0 - dev: true - - registry.npmmirror.com/tough-cookie/4.1.2: - resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.2.tgz} + registry.npmmirror.com/tough-cookie/4.1.3: + resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.3.tgz} name: tough-cookie - version: 4.1.2 + version: 4.1.3 engines: {node: '>=6'} dependencies: psl: registry.npmmirror.com/psl/1.9.0 @@ -11572,15 +12599,16 @@ packages: version: 0.3.11 dev: true - registry.npmmirror.com/tsconfig-paths/3.14.2: - resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz} - name: tsconfig-paths - version: 3.14.2 + registry.npmmirror.com/ts-api-utils/1.0.3_typescript@5.2.2: + resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz} + id: registry.npmmirror.com/ts-api-utils/1.0.3 + name: ts-api-utils + version: 1.0.3 + engines: {node: '>=16.13.0'} + peerDependencies: + typescript: '>=4.2.0' dependencies: - '@types/json5': registry.npmmirror.com/@types/json5/0.0.29 - json5: registry.npmmirror.com/json5/1.0.2 - minimist: registry.npmmirror.com/minimist/1.2.8 - strip-bom: registry.npmmirror.com/strip-bom/3.0.0 + typescript: registry.npmmirror.com/typescript/5.2.2 dev: true registry.npmmirror.com/tslib/1.14.1: @@ -11595,7 +12623,7 @@ packages: version: 2.5.3 dev: true - registry.npmmirror.com/tsutils/3.21.0_typescript@5.1.3: + registry.npmmirror.com/tsutils/3.21.0_typescript@5.2.2: 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 name: tsutils @@ -11605,7 +12633,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' dependencies: tslib: registry.npmmirror.com/tslib/1.14.1 - typescript: registry.npmmirror.com/typescript/5.1.3 + typescript: registry.npmmirror.com/typescript/5.2.2 dev: true registry.npmmirror.com/tsx/3.12.7: @@ -11708,6 +12736,13 @@ packages: engines: {node: '>=8'} dev: true + registry.npmmirror.com/type-fest/1.4.0: + resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/-/type-fest-1.4.0.tgz} + name: type-fest + version: 1.4.0 + engines: {node: '>=10'} + dev: true + registry.npmmirror.com/type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz} name: type-is @@ -11728,10 +12763,10 @@ packages: is-typed-array: registry.npmmirror.com/is-typed-array/1.1.10 dev: true - registry.npmmirror.com/typescript/5.1.3: - resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-5.1.3.tgz} + registry.npmmirror.com/typescript/5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-5.2.2.tgz} name: typescript - version: 5.1.3 + version: 5.2.2 engines: {node: '>=14.17'} hasBin: true @@ -11747,6 +12782,12 @@ packages: version: 1.1.2 dev: true + registry.npmmirror.com/ufo/1.3.0: + resolution: {integrity: sha512-bRn3CsoojyNStCZe0BG0Mt4Nr/4KF+rhFlnNXybgqt5pXHNFRlqinSoQaTrGyzE4X8aHplSb+TorH+COin9Yxw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ufo/-/ufo-1.3.0.tgz} + name: ufo + version: 1.3.0 + dev: true + 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} name: uglify-js @@ -11766,24 +12807,35 @@ packages: which-boxed-primitive: registry.npmmirror.com/which-boxed-primitive/1.0.2 dev: true + registry.npmmirror.com/unconfig/0.3.10: + resolution: {integrity: sha512-tj317lhIq2iZF/NXrJnU1t2UaGUKKz1eL1sK2t63Oq66V9BxqvZV12m55fp/fpQJ+DDmVlLgo7cnLVOZkhlO/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unconfig/-/unconfig-0.3.10.tgz} + name: unconfig + version: 0.3.10 + dependencies: + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 + defu: registry.npmmirror.com/defu/6.1.2 + jiti: registry.npmmirror.com/jiti/1.20.0 + mlly: registry.npmmirror.com/mlly/1.4.2 + dev: true + registry.npmmirror.com/unconfig/0.3.9: resolution: {integrity: sha512-8yhetFd48M641mxrkWA+C/lZU4N0rCOdlo3dFsyFPnBHBjMJfjT/3eAZBRT2RxCRqeBMAKBVgikejdS6yeBjMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unconfig/-/unconfig-0.3.9.tgz} name: unconfig version: 0.3.9 dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 defu: registry.npmmirror.com/defu/6.1.2 jiti: registry.npmmirror.com/jiti/1.18.2 dev: true - registry.npmmirror.com/unhead/1.1.27: - resolution: {integrity: sha512-KnE4xeV/mZLxnXG1VAp1nsaO2vzMq9Ch5uN4Y2SJAG4fXLEBi/A8evr3Vd81c+oAwQZjDXKFW60HDCJCkwo/Cw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unhead/-/unhead-1.1.27.tgz} + registry.npmmirror.com/unhead/1.7.4: + resolution: {integrity: sha512-oOv+9aQS85DQUd0f1uJBtb2uG3SKwCURSTuUWp9WKKzANCb1TjW2dWp5TFmJH5ILF6urXi4uUQfjK+SawzBJAA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unhead/-/unhead-1.7.4.tgz} name: unhead - version: 1.1.27 + version: 1.7.4 dependencies: - '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.1.27 - '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.1.27 - '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.1.27 + '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.7.4 + '@unhead/schema': registry.npmmirror.com/@unhead/schema/1.7.4 + '@unhead/shared': registry.npmmirror.com/@unhead/shared/1.7.4 hookable: registry.npmmirror.com/hookable/5.5.3 registry.npmmirror.com/unicode-canonical-property-names-ecmascript/2.0.0: @@ -11817,22 +12869,22 @@ packages: engines: {node: '>=4'} dev: true - registry.npmmirror.com/unimport/3.0.7: - resolution: {integrity: sha512-2dVQUxJEGcrSZ0U4qtwJVODrlfyGcwmIOoHVqbAFFUx7kPoEN5JWr1cZFhLwoAwTmZOvqAm3YIkzv1engIQocg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unimport/-/unimport-3.0.7.tgz} + registry.npmmirror.com/unimport/3.3.0: + resolution: {integrity: sha512-3jhq3ZG5hFZzrWGDCpx83kjPzefP/EeuKkIO1T0MA4Zwj+dO/Og1mFvZ4aZ5WSDm0FVbbdVIRH1zKBG7c4wOpg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unimport/-/unimport-3.3.0.tgz} name: unimport - version: 3.0.7 + version: 3.3.0 dependencies: - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 escape-string-regexp: registry.npmmirror.com/escape-string-regexp/5.0.0 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - mlly: registry.npmmirror.com/mlly/1.3.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + mlly: registry.npmmirror.com/mlly/1.4.2 pathe: registry.npmmirror.com/pathe/1.1.1 pkg-types: registry.npmmirror.com/pkg-types/1.0.3 scule: registry.npmmirror.com/scule/1.0.0 - strip-literal: registry.npmmirror.com/strip-literal/1.0.1 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + strip-literal: registry.npmmirror.com/strip-literal/1.3.0 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup dev: true @@ -11904,42 +12956,45 @@ packages: engines: {node: '>= 10.0.0'} dev: true - registry.npmmirror.com/unocss/0.52.7_vite@4.3.9: - resolution: {integrity: sha512-c35lqmzWqnQH0hW2IE1owac2qfGOvNAhrIrLV2+pNmc2MDWq8WMjIEuWo8G+OS5JqFQY3ZBlE61q2x/tHPlujQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unocss/-/unocss-0.52.7.tgz} - id: registry.npmmirror.com/unocss/0.52.7 + registry.npmmirror.com/unocss/0.55.7_vite@4.4.9: + resolution: {integrity: sha512-3W9P7vj2EhSk/4oPCHBS0VgrwSf5zZL6Az1/XARVOpBnRJtCM2szFInYxHkMgt9pkZTsW8SFCuk/g+QIJ6A8tg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unocss/-/unocss-0.55.7.tgz} + id: registry.npmmirror.com/unocss/0.55.7 name: unocss - version: 0.52.7 + version: 0.55.7 engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.52.7 + '@unocss/webpack': 0.55.7 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 peerDependenciesMeta: '@unocss/webpack': optional: true + vite: + optional: true dependencies: - '@unocss/astro': registry.npmmirror.com/@unocss/astro/0.52.7_vite@4.3.9 - '@unocss/cli': registry.npmmirror.com/@unocss/cli/0.52.7 - '@unocss/core': registry.npmmirror.com/@unocss/core/0.52.7 - '@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.52.7 - '@unocss/postcss': registry.npmmirror.com/@unocss/postcss/0.52.7 - '@unocss/preset-attributify': registry.npmmirror.com/@unocss/preset-attributify/0.52.7 - '@unocss/preset-icons': registry.npmmirror.com/@unocss/preset-icons/0.52.7 - '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.52.7 - '@unocss/preset-tagify': registry.npmmirror.com/@unocss/preset-tagify/0.52.7 - '@unocss/preset-typography': registry.npmmirror.com/@unocss/preset-typography/0.52.7 - '@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno/0.52.7 - '@unocss/preset-web-fonts': registry.npmmirror.com/@unocss/preset-web-fonts/0.52.7 - '@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind/0.52.7 - '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.52.7 - '@unocss/transformer-attributify-jsx': registry.npmmirror.com/@unocss/transformer-attributify-jsx/0.52.7 - '@unocss/transformer-attributify-jsx-babel': registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/0.52.7 - '@unocss/transformer-compile-class': registry.npmmirror.com/@unocss/transformer-compile-class/0.52.7 - '@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives/0.52.7 - '@unocss/transformer-variant-group': registry.npmmirror.com/@unocss/transformer-variant-group/0.52.7 - '@unocss/vite': registry.npmmirror.com/@unocss/vite/0.52.7_vite@4.3.9 + '@unocss/astro': registry.npmmirror.com/@unocss/astro/0.55.7_vite@4.4.9 + '@unocss/cli': registry.npmmirror.com/@unocss/cli/0.55.7 + '@unocss/core': registry.npmmirror.com/@unocss/core/0.55.7 + '@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants/0.55.7 + '@unocss/postcss': registry.npmmirror.com/@unocss/postcss/0.55.7 + '@unocss/preset-attributify': registry.npmmirror.com/@unocss/preset-attributify/0.55.7 + '@unocss/preset-icons': registry.npmmirror.com/@unocss/preset-icons/0.55.7 + '@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini/0.55.7 + '@unocss/preset-tagify': registry.npmmirror.com/@unocss/preset-tagify/0.55.7 + '@unocss/preset-typography': registry.npmmirror.com/@unocss/preset-typography/0.55.7 + '@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno/0.55.7 + '@unocss/preset-web-fonts': registry.npmmirror.com/@unocss/preset-web-fonts/0.55.7 + '@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind/0.55.7 + '@unocss/reset': registry.npmmirror.com/@unocss/reset/0.55.7 + '@unocss/transformer-attributify-jsx': registry.npmmirror.com/@unocss/transformer-attributify-jsx/0.55.7 + '@unocss/transformer-attributify-jsx-babel': registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/0.55.7 + '@unocss/transformer-compile-class': registry.npmmirror.com/@unocss/transformer-compile-class/0.55.7 + '@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives/0.55.7 + '@unocss/transformer-variant-group': registry.npmmirror.com/@unocss/transformer-variant-group/0.55.7 + '@unocss/vite': registry.npmmirror.com/@unocss/vite/0.55.7_vite@4.4.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - rollup - supports-color - - vite dev: true registry.npmmirror.com/unpipe/1.0.0: @@ -11949,11 +13004,11 @@ packages: engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/unplugin-auto-import/0.16.4_@vueuse+core@10.1.2: - resolution: {integrity: sha512-xdgBa9NAS3JG8HjkAZHSbGSMlrjKpaWKXGUzaF6RzEtr980RCl1t0Zsu0skUInNYrEQfqaHc7aGWPv41DLTK/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.16.4.tgz} - id: registry.npmmirror.com/unplugin-auto-import/0.16.4 + registry.npmmirror.com/unplugin-auto-import/0.16.6_@vueuse+core@10.4.1: + resolution: {integrity: sha512-M+YIITkx3C/Hg38hp8HmswP5mShUUyJOzpifv7RTlAbeFlO2Tyw0pwrogSSxnipHDPTtI8VHFBpkYkNKzYSuyA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.16.6.tgz} + id: registry.npmmirror.com/unplugin-auto-import/0.16.6 name: unplugin-auto-import - version: 0.16.4 + version: 0.16.6 engines: {node: '>=14'} peerDependencies: '@nuxt/kit': ^3.2.2 @@ -11964,23 +13019,24 @@ packages: '@vueuse/core': optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.1.2_vue@3.3.4 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.4.1_vue@3.3.4 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - minimatch: registry.npmmirror.com/minimatch/9.0.1 - unimport: registry.npmmirror.com/unimport/3.0.7 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + minimatch: registry.npmmirror.com/minimatch/9.0.3 + unimport: registry.npmmirror.com/unimport/3.3.0 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/unplugin-combine/0.6.0_vite@4.3.9: - resolution: {integrity: sha512-cZkTg2Z3CcScyRi6QtpVxBZoCMsPaEHyKNh7HyqMkfWV7sKNwHllYezVOFINOGNzqSS1+xWLY3iDCiTVoH3oaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-combine/-/unplugin-combine-0.6.0.tgz} - id: registry.npmmirror.com/unplugin-combine/0.6.0 + registry.npmmirror.com/unplugin-combine/0.7.0_vite@4.4.9: + resolution: {integrity: sha512-Pxa8ovANAUN/bz/pzGN8xnTqFfSJndIJAttXS4/BdVq7mxtKB65RVa2UxAnLmEzgwvtefXAjZgyx9fk5Bv0vEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-combine/-/unplugin-combine-0.7.0.tgz} + id: registry.npmmirror.com/unplugin-combine/0.7.0 name: unplugin-combine - version: 0.6.0 + version: 0.7.0 engines: {node: '>=14.19.0'} peerDependencies: esbuild: '>=0.13' @@ -11997,16 +13053,16 @@ packages: webpack: optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 - vite: registry.npmmirror.com/vite/4.3.9 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + vite: registry.npmmirror.com/vite/4.4.9 dev: true - registry.npmmirror.com/unplugin-vue-components/0.24.1_vue@3.3.4: - resolution: {integrity: sha512-T3A8HkZoIE1Cja95xNqolwza0yD5IVlgZZ1PVAGvVCx8xthmjsv38xWRCtHtwl+rvZyL9uif42SRkDGw9aCfMA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.24.1.tgz} - id: registry.npmmirror.com/unplugin-vue-components/0.24.1 + registry.npmmirror.com/unplugin-vue-components/0.25.2_vue@3.3.4: + resolution: {integrity: sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz} + id: registry.npmmirror.com/unplugin-vue-components/0.25.2 name: unplugin-vue-components - version: 0.24.1 + version: 0.25.2 engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -12018,68 +13074,73 @@ packages: '@nuxt/kit': optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 chokidar: registry.npmmirror.com/chokidar/3.5.3 debug: registry.npmmirror.com/debug/4.3.4 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 - magic-string: registry.npmmirror.com/magic-string/0.30.0 - minimatch: registry.npmmirror.com/minimatch/7.4.6 + magic-string: registry.npmmirror.com/magic-string/0.30.3 + minimatch: registry.npmmirror.com/minimatch/9.0.3 resolve: registry.npmmirror.com/resolve/1.22.2 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup - supports-color dev: true - registry.npmmirror.com/unplugin-vue-define-options/1.3.7_vue@3.3.4: - resolution: {integrity: sha512-DIZtzJ5bJOVSPH4D8uNSJdCFE5vQwUSVUoSFqJjIJqMZ+X1bp5ydMdmB4vlAOnKhdCQszvU+mP+Fu0A64tnvcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-define-options/-/unplugin-vue-define-options-1.3.7.tgz} - id: registry.npmmirror.com/unplugin-vue-define-options/1.3.7 + registry.npmmirror.com/unplugin-vue-define-options/1.3.18_vue@3.3.4: + resolution: {integrity: sha512-AaE10FCccfezT48yyYuUXdnTF9z8vQuXrlpNF5uQtq/AOD2pdkf38vnmJm8bJjpoqEkR6u72wNCJLZKXSUw+Og==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-define-options/-/unplugin-vue-define-options-1.3.18.tgz} + id: registry.npmmirror.com/unplugin-vue-define-options/1.3.18 name: unplugin-vue-define-options - version: 1.3.7 + version: 1.3.18 engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.4.1 - unplugin: registry.npmmirror.com/unplugin/1.3.1 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + ast-walker-scope: registry.npmmirror.com/ast-walker-scope/0.5.0 + unplugin: registry.npmmirror.com/unplugin/1.5.0 transitivePeerDependencies: - rollup - vue dev: true - registry.npmmirror.com/unplugin-vue-macros/2.2.1_2pgxb4etlysdnn6l7d3chqj44q: - resolution: {integrity: sha512-TuQ1XTakwqh3t+27b8rUOchBolrDoHnoNFQUWl2VlUH4ViFagKp4QY6ag/5ddti1fOmhcUHn0Ey/mu3MPKr7nQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.2.1.tgz} - id: registry.npmmirror.com/unplugin-vue-macros/2.2.1 + registry.npmmirror.com/unplugin-vue-macros/2.5.1_eoausq4kgn4w7lmzgup3f545hi: + resolution: {integrity: sha512-huchZvHJQEbfr8jtED2KG5flpwg7y434eUhc+tSxu8DE3N6fehDk1HkbR29N3HHPA6iXeiDJ99aHlVdnism2uQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-macros/-/unplugin-vue-macros-2.5.1.tgz} + id: registry.npmmirror.com/unplugin-vue-macros/2.5.1 name: unplugin-vue-macros - version: 2.2.1 + version: 2.5.1 engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/better-define': registry.npmmirror.com/@vue-macros/better-define/1.6.1_vue@3.3.4 - '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.3.3_vue@3.3.4 - '@vue-macros/define-emit': registry.npmmirror.com/@vue-macros/define-emit/0.1.5_vue@3.3.4 - '@vue-macros/define-models': registry.npmmirror.com/@vue-macros/define-models/1.0.5_jxhvo7acqjsfjtn72i7uvbl3la - '@vue-macros/define-prop': registry.npmmirror.com/@vue-macros/define-prop/0.1.6_vue@3.3.4 - '@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/1.0.7_m4yxukzzgofc55fy2vqn4obhmi - '@vue-macros/define-props-refs': registry.npmmirror.com/@vue-macros/define-props-refs/1.0.5_vue@3.3.4 - '@vue-macros/define-render': registry.npmmirror.com/@vue-macros/define-render/1.3.8_vue@3.3.4 - '@vue-macros/define-slots': registry.npmmirror.com/@vue-macros/define-slots/1.0.4_vue@3.3.4 - '@vue-macros/devtools': registry.npmmirror.com/@vue-macros/devtools/0.1.2_vite@4.3.9 - '@vue-macros/export-expose': registry.npmmirror.com/@vue-macros/export-expose/0.0.2_vue@3.3.4 - '@vue-macros/export-props': registry.npmmirror.com/@vue-macros/export-props/0.3.7_vue@3.3.4 - '@vue-macros/hoist-static': registry.npmmirror.com/@vue-macros/hoist-static/1.4.1_vue@3.3.4 - '@vue-macros/named-template': registry.npmmirror.com/@vue-macros/named-template/0.3.8_vue@3.3.4 - '@vue-macros/reactivity-transform': registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.9_vue@3.3.4 - '@vue-macros/setup-block': registry.npmmirror.com/@vue-macros/setup-block/0.2.7_vue@3.3.4 - '@vue-macros/setup-component': registry.npmmirror.com/@vue-macros/setup-component/0.16.8_vue@3.3.4 - '@vue-macros/setup-sfc': registry.npmmirror.com/@vue-macros/setup-sfc/0.15.8_vue@3.3.4 - '@vue-macros/short-emits': registry.npmmirror.com/@vue-macros/short-emits/1.3.7_vue@3.3.4 - unplugin: registry.npmmirror.com/unplugin/1.3.1 - unplugin-combine: registry.npmmirror.com/unplugin-combine/0.6.0_vite@4.3.9 - unplugin-vue-define-options: registry.npmmirror.com/unplugin-vue-define-options/1.3.7_vue@3.3.4 + '@vue-macros/better-define': registry.npmmirror.com/@vue-macros/better-define/1.6.12_vue@3.3.4 + '@vue-macros/boolean-prop': registry.npmmirror.com/@vue-macros/boolean-prop/0.2.1_vue@3.3.4 + '@vue-macros/chain-call': registry.npmmirror.com/@vue-macros/chain-call/0.1.6_vue@3.3.4 + '@vue-macros/common': registry.npmmirror.com/@vue-macros/common/1.8.0_vue@3.3.4 + '@vue-macros/define-emit': registry.npmmirror.com/@vue-macros/define-emit/0.1.16_vue@3.3.4 + '@vue-macros/define-models': registry.npmmirror.com/@vue-macros/define-models/1.0.16_nfmbtzkawvzdyu4pzbsbj5uwnu + '@vue-macros/define-prop': registry.npmmirror.com/@vue-macros/define-prop/0.2.8_vue@3.3.4 + '@vue-macros/define-props': registry.npmmirror.com/@vue-macros/define-props/1.0.21_a7quxjrymwjd2h3kouqbnzbwem + '@vue-macros/define-props-refs': registry.npmmirror.com/@vue-macros/define-props-refs/1.1.10_vue@3.3.4 + '@vue-macros/define-render': registry.npmmirror.com/@vue-macros/define-render/1.4.3_vue@3.3.4 + '@vue-macros/define-slots': registry.npmmirror.com/@vue-macros/define-slots/1.0.15_vue@3.3.4 + '@vue-macros/devtools': registry.npmmirror.com/@vue-macros/devtools/0.1.3_vite@4.4.9 + '@vue-macros/export-expose': registry.npmmirror.com/@vue-macros/export-expose/0.0.13_vue@3.3.4 + '@vue-macros/export-props': registry.npmmirror.com/@vue-macros/export-props/0.3.18_vue@3.3.4 + '@vue-macros/export-render': registry.npmmirror.com/@vue-macros/export-render/0.1.1_vue@3.3.4 + '@vue-macros/hoist-static': registry.npmmirror.com/@vue-macros/hoist-static/1.4.12_vue@3.3.4 + '@vue-macros/jsx-directive': registry.npmmirror.com/@vue-macros/jsx-directive/0.6.5_vue@3.3.4 + '@vue-macros/named-template': registry.npmmirror.com/@vue-macros/named-template/0.3.19_vue@3.3.4 + '@vue-macros/reactivity-transform': registry.npmmirror.com/@vue-macros/reactivity-transform/0.3.23_vue@3.3.4 + '@vue-macros/setup-block': registry.npmmirror.com/@vue-macros/setup-block/0.2.18_vue@3.3.4 + '@vue-macros/setup-component': registry.npmmirror.com/@vue-macros/setup-component/0.16.19_vue@3.3.4 + '@vue-macros/setup-sfc': registry.npmmirror.com/@vue-macros/setup-sfc/0.16.3_vue@3.3.4 + '@vue-macros/short-emits': registry.npmmirror.com/@vue-macros/short-emits/1.4.10_vue@3.3.4 + '@vue-macros/short-vmodel': registry.npmmirror.com/@vue-macros/short-vmodel/1.3.0_vue@3.3.4 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + unplugin-combine: registry.npmmirror.com/unplugin-combine/0.7.0_vite@4.4.9 + unplugin-vue-define-options: registry.npmmirror.com/unplugin-vue-define-options/1.3.18_vue@3.3.4 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - '@vueuse/core' @@ -12089,6 +13150,26 @@ packages: - webpack dev: true + registry.npmmirror.com/unplugin-vue-markdown/0.24.3_vite@4.4.9: + resolution: {integrity: sha512-v9fNupSfGnQTYrzpDO51DTppR6IsR/ufNdKycBe7HK0nApuXYiLzo5i5ejG63NSnMauTDFZB1kYOlUjJZ5auvQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-markdown/-/unplugin-vue-markdown-0.24.3.tgz} + id: registry.npmmirror.com/unplugin-vue-markdown/0.24.3 + name: unplugin-vue-markdown + version: 0.24.3 + peerDependencies: + vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 + dependencies: + '@mdit-vue/plugin-component': registry.npmmirror.com/@mdit-vue/plugin-component/0.12.1 + '@mdit-vue/plugin-frontmatter': registry.npmmirror.com/@mdit-vue/plugin-frontmatter/0.12.1 + '@mdit-vue/types': registry.npmmirror.com/@mdit-vue/types/0.12.0 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 + '@types/markdown-it': registry.npmmirror.com/@types/markdown-it/13.0.1 + markdown-it: registry.npmmirror.com/markdown-it/13.0.1 + unplugin: registry.npmmirror.com/unplugin/1.5.0 + vite: registry.npmmirror.com/vite/4.4.9 + transitivePeerDependencies: + - rollup + dev: true + registry.npmmirror.com/unplugin/1.3.1: resolution: {integrity: sha512-h4uUTIvFBQRxUKS2Wjys6ivoeofGhxzTe2sRWlooyjHXVttcVfV/JiavNd3d4+jty0SVV0dxGw9AkY9MwiaCEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/-/unplugin-1.3.1.tgz} name: unplugin @@ -12100,6 +13181,17 @@ packages: webpack-virtual-modules: registry.npmmirror.com/webpack-virtual-modules/0.5.0 dev: true + registry.npmmirror.com/unplugin/1.5.0: + resolution: {integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/-/unplugin-1.5.0.tgz} + name: unplugin + version: 1.5.0 + dependencies: + acorn: registry.npmmirror.com/acorn/8.10.0 + chokidar: registry.npmmirror.com/chokidar/3.5.3 + webpack-sources: registry.npmmirror.com/webpack-sources/3.2.3 + webpack-virtual-modules: registry.npmmirror.com/webpack-virtual-modules/0.5.0 + dev: true + registry.npmmirror.com/untildify/4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/untildify/-/untildify-4.0.0.tgz} name: untildify @@ -12114,6 +13206,20 @@ packages: engines: {node: '>=4'} dev: true + registry.npmmirror.com/update-browserslist-db/1.0.11_browserslist@4.21.10: + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz} + id: registry.npmmirror.com/update-browserslist-db/1.0.11 + name: update-browserslist-db + version: 1.0.11 + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.21.10 + escalade: registry.npmmirror.com/escalade/3.1.1 + picocolors: registry.npmmirror.com/picocolors/1.0.0 + dev: true + registry.npmmirror.com/update-browserslist-db/1.0.11_browserslist@4.21.7: resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz} id: registry.npmmirror.com/update-browserslist-db/1.0.11 @@ -12219,46 +13325,47 @@ packages: extsprintf: registry.npmmirror.com/extsprintf/1.3.0 dev: true - registry.npmmirror.com/vite-bundle-visualizer/0.7.0: - resolution: {integrity: sha512-2qHi7aXMnM9hGe7Nr4Jg4D6TZLaNzr+qbw7XKvnpIPiTF/8c90n9sSl/Q6oc7FV5bkiSCLvyNRTzHLVyv53zQA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-bundle-visualizer/-/vite-bundle-visualizer-0.7.0.tgz} + registry.npmmirror.com/vite-bundle-visualizer/0.10.0: + resolution: {integrity: sha512-11AwKlkhvw6jjiGbTiCZqBSGg/FQDLc0mVcoLWVov2jU/Ban67l+Sk4Fa0Iyctb5sObqg/dA28HkKCEmSRjw9g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-bundle-visualizer/-/vite-bundle-visualizer-0.10.0.tgz} name: vite-bundle-visualizer - version: 0.7.0 + version: 0.10.0 hasBin: true dependencies: cac: registry.npmmirror.com/cac/6.7.14 - rollup-plugin-visualizer: registry.npmmirror.com/rollup-plugin-visualizer/5.9.0 + rollup-plugin-visualizer: registry.npmmirror.com/rollup-plugin-visualizer/5.9.2 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/vite-hot-client/0.2.1_vite@4.3.9: - resolution: {integrity: sha512-UqsQdw5PODnSrTDT85nr09RlhV0gkm2Xat74U2l8JZ5R8M/wTCggWSyPjxbLk5fbbVnWfr0JwW+vVoosjQnYrA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.1.tgz} - id: registry.npmmirror.com/vite-hot-client/0.2.1 + registry.npmmirror.com/vite-hot-client/0.2.2_vite@4.4.9: + resolution: {integrity: sha512-iLBQWEJqcEvK1tx2glmQH1tq91zyN9eYC6Sfk+7aRM2he31W/UE4X5yOL4lP/cVQPPparg0ggjHcoNx4x/NNxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.2.tgz} + id: registry.npmmirror.com/vite-hot-client/0.2.2 name: vite-hot-client - version: 0.2.1 + version: 0.2.2 peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 dependencies: - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 dev: true - registry.npmmirror.com/vite-node/0.31.4_@types+node@20.2.5: - resolution: {integrity: sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-node/-/vite-node-0.31.4.tgz} - id: registry.npmmirror.com/vite-node/0.31.4 + registry.npmmirror.com/vite-node/0.34.4_@types+node@20.2.5: + resolution: {integrity: sha512-ho8HtiLc+nsmbwZMw8SlghESEE3KxJNp04F/jPUCLVvaURwt0d+r9LxEqCX5hvrrOQ0GSyxbYr5ZfRYhQ0yVKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-node/-/vite-node-0.34.4.tgz} + id: registry.npmmirror.com/vite-node/0.34.4 name: vite-node - version: 0.31.4 + version: 0.34.4 engines: {node: '>=v14.18.0'} hasBin: true dependencies: cac: registry.npmmirror.com/cac/6.7.14 debug: registry.npmmirror.com/debug/4.3.4 - mlly: registry.npmmirror.com/mlly/1.3.0 + mlly: registry.npmmirror.com/mlly/1.4.2 pathe: registry.npmmirror.com/pathe/1.1.1 picocolors: registry.npmmirror.com/picocolors/1.0.0 - vite: registry.npmmirror.com/vite/4.3.9_@types+node@20.2.5 + vite: registry.npmmirror.com/vite/4.4.9_@types+node@20.2.5 transitivePeerDependencies: - '@types/node' - less + - lightningcss - sass - stylus - sugarss @@ -12266,33 +13373,38 @@ packages: - terser dev: true - registry.npmmirror.com/vite-plugin-inspect/0.7.28_vite@4.3.9: - resolution: {integrity: sha512-XRdQGdf+PU6eT0EoL8beUyFQfcCrHr06OyRM71IT8t7rEC9JywdsscehGHEAyFZryfaVBWAI280N63BI2N+1BA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.7.28.tgz} - id: registry.npmmirror.com/vite-plugin-inspect/0.7.28 + registry.npmmirror.com/vite-plugin-inspect/0.7.38_vite@4.4.9: + resolution: {integrity: sha512-+p6pJVtBOLGv+RBrcKAFUdx+euizg0bjL35HhPyM0MjtKlqoC5V9xkCmO9Ctc8JrTyXqODbHqiLWJKumu5zJ7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.7.38.tgz} + id: registry.npmmirror.com/vite-plugin-inspect/0.7.38 name: vite-plugin-inspect - version: 0.7.28 + version: 0.7.38 engines: {node: '>=14'} peerDependencies: + '@nuxt/kit': '*' vite: ^3.1.0 || ^4.0.0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 + '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.6 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 debug: registry.npmmirror.com/debug/4.3.4 + error-stack-parser-es: registry.npmmirror.com/error-stack-parser-es/0.1.1 fs-extra: registry.npmmirror.com/fs-extra/11.1.1 open: registry.npmmirror.com/open/9.1.0 picocolors: registry.npmmirror.com/picocolors/1.0.0 sirv: registry.npmmirror.com/sirv/2.0.3 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - rollup - supports-color dev: true - registry.npmmirror.com/vite-plugin-pages/0.30.1_vite@4.3.9: - resolution: {integrity: sha512-PHneaWBKA4MaUn0/KTBG+dGT+5V5VhTnOnMCE+HJmixxEkFj7PrgSVGFJjWvgHUflrRE7p2O67iC5cIWLzPDyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-pages/-/vite-plugin-pages-0.30.1.tgz} - id: registry.npmmirror.com/vite-plugin-pages/0.30.1 + registry.npmmirror.com/vite-plugin-pages/0.31.0_vite@4.4.9: + resolution: {integrity: sha512-fw3onBfVTXQI7rOzAbSZhmfwvk50+3qNnGZpERjmD93c8nEjrGLyd53eFXYMxcJV4KA1vzi4qIHt2+6tS4dEMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-pages/-/vite-plugin-pages-0.31.0.tgz} + id: registry.npmmirror.com/vite-plugin-pages/0.31.0 name: vite-plugin-pages - version: 0.30.1 + version: 0.31.0 peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 @@ -12304,36 +13416,37 @@ packages: debug: registry.npmmirror.com/debug/4.3.4 deep-equal: registry.npmmirror.com/deep-equal/2.2.1 extract-comments: registry.npmmirror.com/extract-comments/1.1.0 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 json5: registry.npmmirror.com/json5/2.2.3 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 picocolors: registry.npmmirror.com/picocolors/1.0.0 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 yaml: registry.npmmirror.com/yaml/2.3.1 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite-plugin-pwa/0.15.2_vite@4.3.9: - resolution: {integrity: sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-pwa/-/vite-plugin-pwa-0.15.2.tgz} - id: registry.npmmirror.com/vite-plugin-pwa/0.15.2 + registry.npmmirror.com/vite-plugin-pwa/0.16.5_vite@4.4.9: + resolution: {integrity: sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-pwa/-/vite-plugin-pwa-0.16.5.tgz} + id: registry.npmmirror.com/vite-plugin-pwa/0.16.5 name: vite-plugin-pwa - version: 0.15.2 + version: 0.16.5 + engines: {node: '>=16.0.0'} peerDependencies: vite: ^3.1.0 || ^4.0.0 dependencies: debug: registry.npmmirror.com/debug/4.3.4 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - pretty-bytes: registry.npmmirror.com/pretty-bytes/6.1.0 - vite: registry.npmmirror.com/vite/4.3.9 - workbox-build: registry.npmmirror.com/workbox-build/6.6.0 - workbox-window: registry.npmmirror.com/workbox-window/6.6.0 + fast-glob: registry.npmmirror.com/fast-glob/3.3.1 + pretty-bytes: registry.npmmirror.com/pretty-bytes/6.1.1 + vite: registry.npmmirror.com/vite/4.4.9 + workbox-build: registry.npmmirror.com/workbox-build/7.0.0 + workbox-window: registry.npmmirror.com/workbox-window/7.0.0 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - registry.npmmirror.com/vite-plugin-vue-component-preview/1.1.6_vite@4.3.9+vue@3.3.4: + registry.npmmirror.com/vite-plugin-vue-component-preview/1.1.6_vite@4.4.9+vue@3.3.4: resolution: {integrity: sha512-3uS2BvIEZWJOxrFWBy+w6Eh177eru00uK1vepRhqAZun3DEipRfdWmfmGnrmvN+bKUKt6cOkYsMBbhP+Fl1YxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-component-preview/-/vite-plugin-vue-component-preview-1.1.6.tgz} id: registry.npmmirror.com/vite-plugin-vue-component-preview/1.1.6 name: vite-plugin-vue-component-preview @@ -12343,61 +13456,62 @@ packages: dependencies: '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.6.5 magic-string: registry.npmmirror.com/magic-string/0.27.0 - vite-plugin-vue-markdown: registry.npmmirror.com/vite-plugin-vue-markdown/0.22.6_vite@4.3.9 + vite-plugin-vue-markdown: registry.npmmirror.com/vite-plugin-vue-markdown/0.22.6_vite@4.4.9 vue: registry.npmmirror.com/vue/3.3.4 transitivePeerDependencies: - rollup - vite dev: true - registry.npmmirror.com/vite-plugin-vue-devtools/0.0.16_vite@4.3.9+vue@3.3.4: - resolution: {integrity: sha512-qgyfSlv4XBpfmTbiIfcofvIK5s9ObPSek6HWUzk1CJeLnUiA5fR91Cc54GxeirPA2odpir197GPgdB7VszI+eQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-0.0.16.tgz} - id: registry.npmmirror.com/vite-plugin-vue-devtools/0.0.16 + registry.npmmirror.com/vite-plugin-vue-devtools/1.0.0-rc.4_vite@4.4.9: + resolution: {integrity: sha512-9u41T95ZxXr1qxeoaxUsR2bHGMQNitvmU22ZX6nhsTG6loqmeMSRYGLQR3zZ4AsG0jJAvg1q8BzemUmoAaBGZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-1.0.0-rc.4.tgz} + id: registry.npmmirror.com/vite-plugin-vue-devtools/1.0.0-rc.4 name: vite-plugin-vue-devtools - version: 0.0.16 - engines: {node: '>=14'} + version: 1.0.0-rc.4 + engines: {node: '>=v14.21.3'} peerDependencies: - vite: ^3.0.0-0 || ^4.0.0-0 + vite: ^3.1.0 || ^4.0.0-0 dependencies: - '@vueuse/core': registry.npmmirror.com/@vueuse/core/10.1.2_vue@3.3.4 - nanoid: registry.npmmirror.com/nanoid/4.0.2 + '@vite-plugin-vue-devtools/core': registry.npmmirror.com/@vite-plugin-vue-devtools/core/1.0.0-rc.4_vite@4.4.9 + '@webfansplz/vuedoc-parser': registry.npmmirror.com/@webfansplz/vuedoc-parser/0.0.4 + birpc: registry.npmmirror.com/birpc/0.2.14 + execa: registry.npmmirror.com/execa/8.0.1 sirv: registry.npmmirror.com/sirv/2.0.3 - splitpanes: registry.npmmirror.com/splitpanes/3.1.5 - vite: registry.npmmirror.com/vite/4.3.9 - vite-hot-client: registry.npmmirror.com/vite-hot-client/0.2.1_vite@4.3.9 - vite-plugin-inspect: registry.npmmirror.com/vite-plugin-inspect/0.7.28_vite@4.3.9 - vite-plugin-vue-inspector: registry.npmmirror.com/vite-plugin-vue-inspector/3.4.2_vite@4.3.9 - vue-router: registry.npmmirror.com/vue-router/4.2.2_vue@3.3.4 + vite: registry.npmmirror.com/vite/4.4.9 + vite-plugin-inspect: registry.npmmirror.com/vite-plugin-inspect/0.7.38_vite@4.4.9 + vite-plugin-vue-inspector: registry.npmmirror.com/vite-plugin-vue-inspector/3.7.1_vite@4.4.9 transitivePeerDependencies: - - '@vue/composition-api' + - '@nuxt/kit' + - pug - rollup - supports-color - - vue dev: true - registry.npmmirror.com/vite-plugin-vue-inspector/3.4.2_vite@4.3.9: - resolution: {integrity: sha512-q5OTkcZJqL78bwGJl1Zk8CNqtxZ9wP2udJYqyFIZzL1lTax0/oq7DhNkLrnPTxkJuf0QPZKdunb1vDyCByn4dQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-3.4.2.tgz} - id: registry.npmmirror.com/vite-plugin-vue-inspector/3.4.2 + registry.npmmirror.com/vite-plugin-vue-inspector/3.7.1_vite@4.4.9: + resolution: {integrity: sha512-bbCEpLrIxtEzVbXKkodZPuCgUjnqHFBOGZPhEgwlUThhRoBDbnHl+Sq1Y2BsSSApR1NEI81yMUmJAghsJLDGUA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-3.7.1.tgz} + id: registry.npmmirror.com/vite-plugin-vue-inspector/3.7.1 name: vite-plugin-vue-inspector - version: 3.4.2 + version: 3.7.1 peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 - '@babel/plugin-syntax-import-meta': registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.1 - '@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.3_@babel+core@7.22.1 - '@vue/babel-plugin-jsx': registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.22.1 + '@babel/core': registry.npmmirror.com/@babel/core/7.22.20 + '@babel/plugin-proposal-decorators': registry.npmmirror.com/@babel/plugin-proposal-decorators/7.22.15_@babel+core@7.22.20 + '@babel/plugin-syntax-import-attributes': registry.npmmirror.com/@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.20 + '@babel/plugin-syntax-import-meta': registry.npmmirror.com/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.20 + '@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript/7.22.15_@babel+core@7.22.20 + '@vue/babel-plugin-jsx': registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.22.20 '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.3.4 esno: registry.npmmirror.com/esno/0.16.3 kolorist: registry.npmmirror.com/kolorist/1.8.0 - magic-string: registry.npmmirror.com/magic-string/0.30.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 shell-quote: registry.npmmirror.com/shell-quote/1.8.1 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite-plugin-vue-layouts/0.8.0_g7fj2hl5vhyulcy5trrnj6bjj4: + registry.npmmirror.com/vite-plugin-vue-layouts/0.8.0_4lc52m6zz45crs7dlbhxla5syu: resolution: {integrity: sha512-UZW2nSV2LraTSe7gsAL46hfdi7a0X1RvkGGoJVtA2O8beu7anzpXFwQLou8+kHy31CzVycT4gIPySBsHhtBN5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-layouts/-/vite-plugin-vue-layouts-0.8.0.tgz} id: registry.npmmirror.com/vite-plugin-vue-layouts/0.8.0 name: vite-plugin-vue-layouts @@ -12410,14 +13524,14 @@ packages: '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.3.4 debug: registry.npmmirror.com/debug/4.3.4 fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 vue: registry.npmmirror.com/vue/3.3.4 - vue-router: registry.npmmirror.com/vue-router/4.2.2_vue@3.3.4 + vue-router: registry.npmmirror.com/vue-router/4.2.4_vue@3.3.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vite-plugin-vue-markdown/0.22.6_vite@4.3.9: + registry.npmmirror.com/vite-plugin-vue-markdown/0.22.6_vite@4.4.9: resolution: {integrity: sha512-BB0/yYoRO+4hceFZRgU/iAOpgklFvo/eHLapOkavIoDkP0jeoQubOMTEF8K4FuYRX9jaN5WcP2TrfhUgc7RuUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-markdown/-/vite-plugin-vue-markdown-0.22.6.tgz} id: registry.npmmirror.com/vite-plugin-vue-markdown/0.22.6 name: vite-plugin-vue-markdown @@ -12429,39 +13543,19 @@ packages: '@mdit-vue/plugin-component': registry.npmmirror.com/@mdit-vue/plugin-component/0.12.0 '@mdit-vue/plugin-frontmatter': registry.npmmirror.com/@mdit-vue/plugin-frontmatter/0.12.0 '@mdit-vue/types': registry.npmmirror.com/@mdit-vue/types/0.12.0 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 - '@types/markdown-it': registry.npmmirror.com/@types/markdown-it/12.2.3 - markdown-it: registry.npmmirror.com/markdown-it/13.0.1 - vite: registry.npmmirror.com/vite/4.3.9 - transitivePeerDependencies: - - rollup - dev: true - - registry.npmmirror.com/vite-plugin-vue-markdown/0.23.5_vite@4.3.9: - resolution: {integrity: sha512-NXTZ4y+n691gLPWayMBbh4jldQeaqDp9e9WjWUYbn9obsLqS9qU+hr4RAruDq5kP4siTOp7JDV34Sw5eA7WxLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-markdown/-/vite-plugin-vue-markdown-0.23.5.tgz} - id: registry.npmmirror.com/vite-plugin-vue-markdown/0.23.5 - name: vite-plugin-vue-markdown - version: 0.23.5 - peerDependencies: - vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 - dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.4 - '@mdit-vue/plugin-component': registry.npmmirror.com/@mdit-vue/plugin-component/0.12.0 - '@mdit-vue/plugin-frontmatter': registry.npmmirror.com/@mdit-vue/plugin-frontmatter/0.12.0 - '@mdit-vue/types': registry.npmmirror.com/@mdit-vue/types/0.12.0 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.4 '@types/markdown-it': registry.npmmirror.com/@types/markdown-it/12.2.3 markdown-it: registry.npmmirror.com/markdown-it/13.0.1 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/vite-plugin-webfont-dl/3.7.4_vite@4.3.9: - resolution: {integrity: sha512-cCvP4aMHevcug0KAPd8v0ll8eA7NqWOI7SQ/qKTshpb4Di18zsdo2Z/ECgZSrVd9UpJhCFVso52WgO+zM0sQeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-webfont-dl/-/vite-plugin-webfont-dl-3.7.4.tgz} - id: registry.npmmirror.com/vite-plugin-webfont-dl/3.7.4 + registry.npmmirror.com/vite-plugin-webfont-dl/3.7.6_vite@4.4.9: + resolution: {integrity: sha512-mJJuMI8w6dOpiDZL1RqWh0nu0wLuWMfdw6UzedpuTHY/Th5LsY9wwT1YyW8FHjjAN3xta/3CapRvgmU4qvPOkQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-webfont-dl/-/vite-plugin-webfont-dl-3.7.6.tgz} + id: registry.npmmirror.com/vite-plugin-webfont-dl/3.7.6 name: vite-plugin-webfont-dl - version: 3.7.4 + version: 3.7.6 peerDependencies: vite: ^2 || ^3 || ^4 dependencies: @@ -12469,7 +13563,7 @@ packages: clean-css: registry.npmmirror.com/clean-css/5.3.2 flat-cache: registry.npmmirror.com/flat-cache/3.0.4 picocolors: registry.npmmirror.com/picocolors/1.0.0 - vite: registry.npmmirror.com/vite/4.3.9 + vite: registry.npmmirror.com/vite/4.4.9 transitivePeerDependencies: - debug dev: true @@ -12480,15 +13574,14 @@ packages: version: 0.5.1 dev: true - registry.npmmirror.com/vite-ssg/0.22.2_ntyi4bp4b35xsxuboghw5xsvpe: - resolution: {integrity: sha512-eSlp/WiT7dkpZ6TIkZuALUcOnCJlVfqj38OdpFVZHtHFcwCH9b95edu5Hgti5WnGrq33iVfGOK67zWpt9ClroA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-ssg/-/vite-ssg-0.22.2.tgz} - id: registry.npmmirror.com/vite-ssg/0.22.2 + registry.npmmirror.com/vite-ssg/0.23.3_bi5rq6tx4qdkmedmkff6g4ocea: + resolution: {integrity: sha512-SinJROcjl3/wvfB9fTMFjcGnDj42AOaYG4FAPz4FVnazX87qgb1U+q87JrgzLz2PiYKAacPYBMQSHTIjvsnJyw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-ssg/-/vite-ssg-0.23.3.tgz} + id: registry.npmmirror.com/vite-ssg/0.23.3 name: vite-ssg - version: 0.22.2 + version: 0.23.3 engines: {node: '>=14.0.0'} hasBin: true peerDependencies: - '@vueuse/head': ^1.0.0 critters: ^0.0.16 vite: ^2.0.0 || ^3.0.0 || ^4.0.0 vue: ^3.2.10 @@ -12499,18 +13592,18 @@ packages: vue-router: optional: true dependencies: - '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.1.27 - '@vueuse/head': registry.npmmirror.com/@vueuse/head/1.1.26_vue@3.3.4 - critters: registry.npmmirror.com/critters/0.0.16 + '@unhead/dom': registry.npmmirror.com/@unhead/dom/1.7.4 + '@unhead/vue': registry.npmmirror.com/@unhead/vue/1.7.4_vue@3.3.4 + critters: registry.npmmirror.com/critters/0.0.20 fs-extra: registry.npmmirror.com/fs-extra/11.1.1 html-minifier: registry.npmmirror.com/html-minifier/4.0.0 html5parser: registry.npmmirror.com/html5parser/2.0.2 - jsdom: registry.npmmirror.com/jsdom/21.1.2 + jsdom: registry.npmmirror.com/jsdom/22.1.0 kolorist: registry.npmmirror.com/kolorist/1.8.0 - prettier: registry.npmmirror.com/prettier/2.8.8 - vite: registry.npmmirror.com/vite/4.3.9 + prettier: registry.npmmirror.com/prettier/3.0.3 + vite: registry.npmmirror.com/vite/4.4.9 vue: registry.npmmirror.com/vue/3.3.4 - vue-router: registry.npmmirror.com/vue-router/4.2.2_vue@3.3.4 + vue-router: registry.npmmirror.com/vue-router/4.2.4_vue@3.3.4 yargs: registry.npmmirror.com/yargs/17.7.2 transitivePeerDependencies: - bufferutil @@ -12519,15 +13612,16 @@ packages: - utf-8-validate dev: true - registry.npmmirror.com/vite/4.3.9: - resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/-/vite-4.3.9.tgz} + registry.npmmirror.com/vite/4.4.9: + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/-/vite-4.4.9.tgz} name: vite - version: 4.3.9 + version: 4.4.9 engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' + lightningcss: ^1.21.0 sass: '*' stylus: '*' sugarss: '*' @@ -12537,6 +13631,8 @@ packages: optional: true less: optional: true + lightningcss: + optional: true sass: optional: true stylus: @@ -12546,23 +13642,24 @@ packages: terser: optional: true dependencies: - esbuild: registry.npmmirror.com/esbuild/0.17.19 - postcss: registry.npmmirror.com/postcss/8.4.24 - rollup: registry.npmmirror.com/rollup/3.23.0 + esbuild: registry.npmmirror.com/esbuild/0.18.20 + postcss: registry.npmmirror.com/postcss/8.4.30 + rollup: registry.npmmirror.com/rollup/3.29.2 optionalDependencies: fsevents: registry.npmmirror.com/fsevents/2.3.2 dev: true - registry.npmmirror.com/vite/4.3.9_@types+node@20.2.5: - resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/-/vite-4.3.9.tgz} - id: registry.npmmirror.com/vite/4.3.9 + registry.npmmirror.com/vite/4.4.9_@types+node@20.2.5: + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/-/vite-4.4.9.tgz} + id: registry.npmmirror.com/vite/4.4.9 name: vite - version: 4.3.9 + version: 4.4.9 engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' + lightningcss: ^1.21.0 sass: '*' stylus: '*' sugarss: '*' @@ -12572,6 +13669,8 @@ packages: optional: true less: optional: true + lightningcss: + optional: true sass: optional: true stylus: @@ -12582,17 +13681,17 @@ packages: optional: true dependencies: '@types/node': registry.npmmirror.com/@types/node/20.2.5 - esbuild: registry.npmmirror.com/esbuild/0.17.19 - postcss: registry.npmmirror.com/postcss/8.4.24 - rollup: registry.npmmirror.com/rollup/3.23.0 + esbuild: registry.npmmirror.com/esbuild/0.18.20 + postcss: registry.npmmirror.com/postcss/8.4.30 + rollup: registry.npmmirror.com/rollup/3.29.2 optionalDependencies: fsevents: registry.npmmirror.com/fsevents/2.3.2 dev: true - registry.npmmirror.com/vitest/0.31.4: - resolution: {integrity: sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vitest/-/vitest-0.31.4.tgz} + registry.npmmirror.com/vitest/0.34.4: + resolution: {integrity: sha512-SE/laOsB6995QlbSE6BtkpXDeVNLJc1u2LHRG/OpnN4RsRzM3GQm4nm3PQCK5OBtrsUqnhzLdnT7se3aeNGdlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vitest/-/vitest-0.34.4.tgz} name: vitest - version: 0.31.4 + version: 0.34.4 engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -12625,30 +13724,30 @@ packages: '@types/chai': registry.npmmirror.com/@types/chai/4.3.5 '@types/chai-subset': registry.npmmirror.com/@types/chai-subset/1.3.3 '@types/node': registry.npmmirror.com/@types/node/20.2.5 - '@vitest/expect': registry.npmmirror.com/@vitest/expect/0.31.4 - '@vitest/runner': registry.npmmirror.com/@vitest/runner/0.31.4 - '@vitest/snapshot': registry.npmmirror.com/@vitest/snapshot/0.31.4 - '@vitest/spy': registry.npmmirror.com/@vitest/spy/0.31.4 - '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.31.4 - acorn: registry.npmmirror.com/acorn/8.8.2 + '@vitest/expect': registry.npmmirror.com/@vitest/expect/0.34.4 + '@vitest/runner': registry.npmmirror.com/@vitest/runner/0.34.4 + '@vitest/snapshot': registry.npmmirror.com/@vitest/snapshot/0.34.4 + '@vitest/spy': registry.npmmirror.com/@vitest/spy/0.34.4 + '@vitest/utils': registry.npmmirror.com/@vitest/utils/0.34.4 + acorn: registry.npmmirror.com/acorn/8.10.0 acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 cac: registry.npmmirror.com/cac/6.7.14 chai: registry.npmmirror.com/chai/4.3.7 - concordance: registry.npmmirror.com/concordance/5.0.4 debug: registry.npmmirror.com/debug/4.3.4 local-pkg: registry.npmmirror.com/local-pkg/0.4.3 - magic-string: registry.npmmirror.com/magic-string/0.30.0 + magic-string: registry.npmmirror.com/magic-string/0.30.3 pathe: registry.npmmirror.com/pathe/1.1.1 picocolors: registry.npmmirror.com/picocolors/1.0.0 std-env: registry.npmmirror.com/std-env/3.3.3 strip-literal: registry.npmmirror.com/strip-literal/1.0.1 tinybench: registry.npmmirror.com/tinybench/2.5.0 - tinypool: registry.npmmirror.com/tinypool/0.5.0 - vite: registry.npmmirror.com/vite/4.3.9_@types+node@20.2.5 - vite-node: registry.npmmirror.com/vite-node/0.31.4_@types+node@20.2.5 + tinypool: registry.npmmirror.com/tinypool/0.7.0 + vite: registry.npmmirror.com/vite/4.4.9_@types+node@20.2.5 + vite-node: registry.npmmirror.com/vite-node/0.34.4_@types+node@20.2.5 why-is-node-running: registry.npmmirror.com/why-is-node-running/2.2.2 transitivePeerDependencies: - less + - lightningcss - sass - stylus - sugarss @@ -12680,11 +13779,17 @@ packages: version: 8.0.0 dev: true - registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4: - resolution: {integrity: sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.5.tgz} - id: registry.npmmirror.com/vue-demi/0.14.5 + registry.npmmirror.com/vue-component-type-helpers/1.8.4: + resolution: {integrity: sha512-6bnLkn8O0JJyiFSIF0EfCogzeqNXpnjJ0vW/SZzNHfe6sPx30lTtTXlE5TFs2qhJlAtDFybStVNpL73cPe3OMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-1.8.4.tgz} + name: vue-component-type-helpers + version: 1.8.4 + dev: true + + registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4: + resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz} + id: registry.npmmirror.com/vue-demi/0.14.6 name: vue-demi - version: 0.14.5 + version: 0.14.6 engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -12697,47 +13802,47 @@ packages: dependencies: vue: registry.npmmirror.com/vue/3.3.4 - registry.npmmirror.com/vue-eslint-parser/9.3.0_eslint@8.42.0: - resolution: {integrity: sha512-48IxT9d0+wArT1+3wNIy0tascRoywqSUe2E1YalIC1L8jsUGe5aJQItWfRok7DVFGz3UYvzEI7n5wiTXsCMAcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.3.0.tgz} - id: registry.npmmirror.com/vue-eslint-parser/9.3.0 + registry.npmmirror.com/vue-eslint-parser/9.3.1_eslint@8.49.0: + resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.3.1.tgz} + id: registry.npmmirror.com/vue-eslint-parser/9.3.1 name: vue-eslint-parser - version: 9.3.0 + version: 9.3.1 engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.42.0 - eslint-scope: registry.npmmirror.com/eslint-scope/7.2.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 - espree: registry.npmmirror.com/espree/9.5.2 + eslint: registry.npmmirror.com/eslint/8.49.0 + eslint-scope: registry.npmmirror.com/eslint-scope/7.2.2 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 + espree: registry.npmmirror.com/espree/9.6.1 esquery: registry.npmmirror.com/esquery/1.5.0 lodash: registry.npmmirror.com/lodash/4.17.21 - semver: registry.npmmirror.com/semver/7.5.1 + semver: registry.npmmirror.com/semver/7.5.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vue-i18n/9.2.2_vue@3.3.4: - resolution: {integrity: sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.2.2.tgz} - id: registry.npmmirror.com/vue-i18n/9.2.2 + registry.npmmirror.com/vue-i18n/9.4.1_vue@3.3.4: + resolution: {integrity: sha512-vnQyYE9LBuNOqPpETIcCaGnAyLEqfeIvDcyZ9T+WBCWFTqWw1J8FuF1jfeDwpHBi5JKgAwgXyq1mt8jp/x/GPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.4.1.tgz} + id: registry.npmmirror.com/vue-i18n/9.4.1 name: vue-i18n - version: 9.2.2 - engines: {node: '>= 14'} + version: 9.4.1 + engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': registry.npmmirror.com/@intlify/core-base/9.2.2 - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - '@intlify/vue-devtools': registry.npmmirror.com/@intlify/vue-devtools/9.2.2 + '@intlify/core-base': registry.npmmirror.com/@intlify/core-base/9.4.1 + '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.4.1 '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.5.0 vue: registry.npmmirror.com/vue/3.3.4 - registry.npmmirror.com/vue-request/2.0.1_vue@3.3.4: - resolution: {integrity: sha512-fBOlFT9bMq1yOLRNPfN8NGANs8v2GgQuLCNGDedN+8nOJIZfAQQbft5Y7v2qinYsot+6OTobSVMlbWr+sDbzjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-request/-/vue-request-2.0.1.tgz} - id: registry.npmmirror.com/vue-request/2.0.1 + registry.npmmirror.com/vue-request/2.0.3_vue@3.3.4: + resolution: {integrity: sha512-eO90vlfrm1JFReurVjorwie/NvIUT6S5wvxr0VxpC1GoTDWZl/dBewxdScQh98HxZNeYDfjvSS8FiQISg8thww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-request/-/vue-request-2.0.3.tgz} + id: registry.npmmirror.com/vue-request/2.0.3 name: vue-request - version: 2.0.1 + version: 2.0.3 + engines: {node: '>=14'} peerDependencies: '@vue/composition-api': ^1.0.0-rc.1 vue: ^2.0.0 || >=3.0.0 @@ -12746,14 +13851,14 @@ packages: optional: true dependencies: vue: registry.npmmirror.com/vue/3.3.4 - vue-demi: registry.npmmirror.com/vue-demi/0.14.5_vue@3.3.4 + vue-demi: registry.npmmirror.com/vue-demi/0.14.6_vue@3.3.4 dev: true - registry.npmmirror.com/vue-router/4.2.2_vue@3.3.4: - resolution: {integrity: sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-router/-/vue-router-4.2.2.tgz} - id: registry.npmmirror.com/vue-router/4.2.2 + registry.npmmirror.com/vue-router/4.2.4_vue@3.3.4: + resolution: {integrity: sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-router/-/vue-router-4.2.4.tgz} + id: registry.npmmirror.com/vue-router/4.2.4 name: vue-router - version: 4.2.2 + version: 4.2.4 peerDependencies: vue: ^3.2.0 dependencies: @@ -12769,19 +13874,19 @@ packages: he: registry.npmmirror.com/he/1.2.0 dev: true - registry.npmmirror.com/vue-tsc/1.6.5_typescript@5.1.3: - resolution: {integrity: sha512-Wtw3J7CC+JM2OR56huRd5iKlvFWpvDiU+fO1+rqyu4V2nMTotShz4zbOZpW5g9fUOcjnyZYfBo5q5q+D/q27JA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.6.5.tgz} - id: registry.npmmirror.com/vue-tsc/1.6.5 + registry.npmmirror.com/vue-tsc/1.8.11_typescript@5.2.2: + resolution: {integrity: sha512-BzfiMdPqDHBlysx4g26NkfVHSQwGD/lTRausmxN9sFyjXz34OWfsbkh0YsVkX84Hu65In1fFlxHiG39Tr4Vojg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.8.11.tgz} + id: registry.npmmirror.com/vue-tsc/1.8.11 name: vue-tsc - version: 1.6.5 + version: 1.8.11 hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.6.5 - '@volar/vue-typescript': registry.npmmirror.com/@volar/vue-typescript/1.6.5_typescript@5.1.3 - semver: registry.npmmirror.com/semver/7.5.1 - typescript: registry.npmmirror.com/typescript/5.1.3 + '@vue/language-core': registry.npmmirror.com/@vue/language-core/1.8.11_typescript@5.2.2 + '@vue/typescript': registry.npmmirror.com/@vue/typescript/1.8.11_typescript@5.2.2 + semver: registry.npmmirror.com/semver/7.5.4 + typescript: registry.npmmirror.com/typescript/5.2.2 dev: true registry.npmmirror.com/vue/3.3.4: @@ -12862,13 +13967,6 @@ packages: version: 0.5.0 dev: true - registry.npmmirror.com/well-known-symbols/2.0.0: - resolution: {integrity: sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz} - name: well-known-symbols - version: 2.0.0 - engines: {node: '>=6'} - dev: true - registry.npmmirror.com/whatwg-encoding/2.0.0: resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz} name: whatwg-encoding @@ -12988,28 +14086,28 @@ packages: engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/workbox-background-sync/6.6.0: - resolution: {integrity: sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz} + registry.npmmirror.com/workbox-background-sync/7.0.0: + resolution: {integrity: sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-background-sync/-/workbox-background-sync-7.0.0.tgz} name: workbox-background-sync - version: 6.6.0 + version: 7.0.0 dependencies: idb: registry.npmmirror.com/idb/7.1.1 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-broadcast-update/6.6.0: - resolution: {integrity: sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz} + registry.npmmirror.com/workbox-broadcast-update/7.0.0: + resolution: {integrity: sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-broadcast-update/-/workbox-broadcast-update-7.0.0.tgz} name: workbox-broadcast-update - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-build/6.6.0: - resolution: {integrity: sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-build/-/workbox-build-6.6.0.tgz} + registry.npmmirror.com/workbox-build/7.0.0: + resolution: {integrity: sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-build/-/workbox-build-7.0.0.tgz} name: workbox-build - version: 6.6.0 - engines: {node: '>=10.0.0'} + version: 7.0.0 + engines: {node: '>=16.0.0'} dependencies: '@apideck/better-ajv-errors': registry.npmmirror.com/@apideck/better-ajv-errors/0.3.6_ajv@8.12.0 '@babel/core': registry.npmmirror.com/@babel/core/7.22.1 @@ -13033,138 +14131,137 @@ packages: strip-comments: registry.npmmirror.com/strip-comments/2.0.1 tempy: registry.npmmirror.com/tempy/0.6.0 upath: registry.npmmirror.com/upath/1.2.0 - workbox-background-sync: registry.npmmirror.com/workbox-background-sync/6.6.0 - workbox-broadcast-update: registry.npmmirror.com/workbox-broadcast-update/6.6.0 - workbox-cacheable-response: registry.npmmirror.com/workbox-cacheable-response/6.6.0 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 - workbox-expiration: registry.npmmirror.com/workbox-expiration/6.6.0 - workbox-google-analytics: registry.npmmirror.com/workbox-google-analytics/6.6.0 - workbox-navigation-preload: registry.npmmirror.com/workbox-navigation-preload/6.6.0 - workbox-precaching: registry.npmmirror.com/workbox-precaching/6.6.0 - workbox-range-requests: registry.npmmirror.com/workbox-range-requests/6.6.0 - workbox-recipes: registry.npmmirror.com/workbox-recipes/6.6.0 - workbox-routing: registry.npmmirror.com/workbox-routing/6.6.0 - workbox-strategies: registry.npmmirror.com/workbox-strategies/6.6.0 - workbox-streams: registry.npmmirror.com/workbox-streams/6.6.0 - workbox-sw: registry.npmmirror.com/workbox-sw/6.6.0 - workbox-window: registry.npmmirror.com/workbox-window/6.6.0 + workbox-background-sync: registry.npmmirror.com/workbox-background-sync/7.0.0 + workbox-broadcast-update: registry.npmmirror.com/workbox-broadcast-update/7.0.0 + workbox-cacheable-response: registry.npmmirror.com/workbox-cacheable-response/7.0.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 + workbox-expiration: registry.npmmirror.com/workbox-expiration/7.0.0 + workbox-google-analytics: registry.npmmirror.com/workbox-google-analytics/7.0.0 + workbox-navigation-preload: registry.npmmirror.com/workbox-navigation-preload/7.0.0 + workbox-precaching: registry.npmmirror.com/workbox-precaching/7.0.0 + workbox-range-requests: registry.npmmirror.com/workbox-range-requests/7.0.0 + workbox-recipes: registry.npmmirror.com/workbox-recipes/7.0.0 + workbox-routing: registry.npmmirror.com/workbox-routing/7.0.0 + workbox-strategies: registry.npmmirror.com/workbox-strategies/7.0.0 + workbox-streams: registry.npmmirror.com/workbox-streams/7.0.0 + workbox-sw: registry.npmmirror.com/workbox-sw/7.0.0 + workbox-window: registry.npmmirror.com/workbox-window/7.0.0 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - registry.npmmirror.com/workbox-cacheable-response/6.6.0: - resolution: {integrity: sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz} + registry.npmmirror.com/workbox-cacheable-response/7.0.0: + resolution: {integrity: sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-cacheable-response/-/workbox-cacheable-response-7.0.0.tgz} name: workbox-cacheable-response - version: 6.6.0 - deprecated: workbox-background-sync@6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-core/6.6.0: - resolution: {integrity: sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-core/-/workbox-core-6.6.0.tgz} + registry.npmmirror.com/workbox-core/7.0.0: + resolution: {integrity: sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-core/-/workbox-core-7.0.0.tgz} name: workbox-core - version: 6.6.0 + version: 7.0.0 dev: true - registry.npmmirror.com/workbox-expiration/6.6.0: - resolution: {integrity: sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-expiration/-/workbox-expiration-6.6.0.tgz} + registry.npmmirror.com/workbox-expiration/7.0.0: + resolution: {integrity: sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-expiration/-/workbox-expiration-7.0.0.tgz} name: workbox-expiration - version: 6.6.0 + version: 7.0.0 dependencies: idb: registry.npmmirror.com/idb/7.1.1 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-google-analytics/6.6.0: - resolution: {integrity: sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz} + registry.npmmirror.com/workbox-google-analytics/7.0.0: + resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-google-analytics/-/workbox-google-analytics-7.0.0.tgz} name: workbox-google-analytics - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-background-sync: registry.npmmirror.com/workbox-background-sync/6.6.0 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 - workbox-routing: registry.npmmirror.com/workbox-routing/6.6.0 - workbox-strategies: registry.npmmirror.com/workbox-strategies/6.6.0 + workbox-background-sync: registry.npmmirror.com/workbox-background-sync/7.0.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 + workbox-routing: registry.npmmirror.com/workbox-routing/7.0.0 + workbox-strategies: registry.npmmirror.com/workbox-strategies/7.0.0 dev: true - registry.npmmirror.com/workbox-navigation-preload/6.6.0: - resolution: {integrity: sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz} + registry.npmmirror.com/workbox-navigation-preload/7.0.0: + resolution: {integrity: sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-navigation-preload/-/workbox-navigation-preload-7.0.0.tgz} name: workbox-navigation-preload - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-precaching/6.6.0: - resolution: {integrity: sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-precaching/-/workbox-precaching-6.6.0.tgz} + registry.npmmirror.com/workbox-precaching/7.0.0: + resolution: {integrity: sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-precaching/-/workbox-precaching-7.0.0.tgz} name: workbox-precaching - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 - workbox-routing: registry.npmmirror.com/workbox-routing/6.6.0 - workbox-strategies: registry.npmmirror.com/workbox-strategies/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 + workbox-routing: registry.npmmirror.com/workbox-routing/7.0.0 + workbox-strategies: registry.npmmirror.com/workbox-strategies/7.0.0 dev: true - registry.npmmirror.com/workbox-range-requests/6.6.0: - resolution: {integrity: sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz} + registry.npmmirror.com/workbox-range-requests/7.0.0: + resolution: {integrity: sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-range-requests/-/workbox-range-requests-7.0.0.tgz} name: workbox-range-requests - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-recipes/6.6.0: - resolution: {integrity: sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-recipes/-/workbox-recipes-6.6.0.tgz} + registry.npmmirror.com/workbox-recipes/7.0.0: + resolution: {integrity: sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-recipes/-/workbox-recipes-7.0.0.tgz} name: workbox-recipes - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-cacheable-response: registry.npmmirror.com/workbox-cacheable-response/6.6.0 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 - workbox-expiration: registry.npmmirror.com/workbox-expiration/6.6.0 - workbox-precaching: registry.npmmirror.com/workbox-precaching/6.6.0 - workbox-routing: registry.npmmirror.com/workbox-routing/6.6.0 - workbox-strategies: registry.npmmirror.com/workbox-strategies/6.6.0 + workbox-cacheable-response: registry.npmmirror.com/workbox-cacheable-response/7.0.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 + workbox-expiration: registry.npmmirror.com/workbox-expiration/7.0.0 + workbox-precaching: registry.npmmirror.com/workbox-precaching/7.0.0 + workbox-routing: registry.npmmirror.com/workbox-routing/7.0.0 + workbox-strategies: registry.npmmirror.com/workbox-strategies/7.0.0 dev: true - registry.npmmirror.com/workbox-routing/6.6.0: - resolution: {integrity: sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-routing/-/workbox-routing-6.6.0.tgz} + registry.npmmirror.com/workbox-routing/7.0.0: + resolution: {integrity: sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-routing/-/workbox-routing-7.0.0.tgz} name: workbox-routing - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-strategies/6.6.0: - resolution: {integrity: sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-strategies/-/workbox-strategies-6.6.0.tgz} + registry.npmmirror.com/workbox-strategies/7.0.0: + resolution: {integrity: sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-strategies/-/workbox-strategies-7.0.0.tgz} name: workbox-strategies - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true - registry.npmmirror.com/workbox-streams/6.6.0: - resolution: {integrity: sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-streams/-/workbox-streams-6.6.0.tgz} + registry.npmmirror.com/workbox-streams/7.0.0: + resolution: {integrity: sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-streams/-/workbox-streams-7.0.0.tgz} name: workbox-streams - version: 6.6.0 + version: 7.0.0 dependencies: - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 - workbox-routing: registry.npmmirror.com/workbox-routing/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 + workbox-routing: registry.npmmirror.com/workbox-routing/7.0.0 dev: true - registry.npmmirror.com/workbox-sw/6.6.0: - resolution: {integrity: sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-sw/-/workbox-sw-6.6.0.tgz} + registry.npmmirror.com/workbox-sw/7.0.0: + resolution: {integrity: sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-sw/-/workbox-sw-7.0.0.tgz} name: workbox-sw - version: 6.6.0 + version: 7.0.0 dev: true - registry.npmmirror.com/workbox-window/6.6.0: - resolution: {integrity: sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-window/-/workbox-window-6.6.0.tgz} + registry.npmmirror.com/workbox-window/7.0.0: + resolution: {integrity: sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/workbox-window/-/workbox-window-7.0.0.tgz} name: workbox-window - version: 6.6.0 + version: 7.0.0 dependencies: '@types/trusted-types': registry.npmmirror.com/@types/trusted-types/2.0.3 - workbox-core: registry.npmmirror.com/workbox-core/6.6.0 + workbox-core: registry.npmmirror.com/workbox-core/7.0.0 dev: true registry.npmmirror.com/wrap-ansi/6.2.0: @@ -13241,12 +14338,6 @@ packages: engines: {node: '>=10'} dev: true - registry.npmmirror.com/yallist/2.1.2: - resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz} - name: yallist - version: 2.1.2 - dev: true - registry.npmmirror.com/yallist/3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz} name: yallist @@ -13259,34 +14350,17 @@ packages: version: 4.0.0 dev: true - registry.npmmirror.com/yaml-eslint-parser/0.3.2: - resolution: {integrity: sha512-32kYO6kJUuZzqte82t4M/gB6/+11WAuHiEnK7FreMo20xsCKPeFH5tDBU7iWxR7zeJpNnMXfJyXwne48D0hGrg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yaml-eslint-parser/-/yaml-eslint-parser-0.3.2.tgz} - name: yaml-eslint-parser - version: 0.3.2 - dependencies: - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 - lodash: registry.npmmirror.com/lodash/4.17.21 - yaml: registry.npmmirror.com/yaml/1.10.2 - dev: true - registry.npmmirror.com/yaml-eslint-parser/1.2.2: resolution: {integrity: sha512-pEwzfsKbTrB8G3xc/sN7aw1v6A6c/pKxLAkjclnAyo5g5qOh6eL9WGu0o3cSDQZKrTNk4KL4lQSwZW+nBkANEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yaml-eslint-parser/-/yaml-eslint-parser-1.2.2.tgz} name: yaml-eslint-parser version: 1.2.2 engines: {node: ^14.17.0 || >=16.0.0} dependencies: - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.4.3 lodash: registry.npmmirror.com/lodash/4.17.21 yaml: registry.npmmirror.com/yaml/2.3.1 dev: true - registry.npmmirror.com/yaml/1.10.2: - resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz} - name: yaml - version: 1.10.2 - engines: {node: '>= 6'} - dev: true - registry.npmmirror.com/yaml/2.3.1: resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yaml/-/yaml-2.3.1.tgz} name: yaml @@ -13339,7 +14413,7 @@ packages: engines: {node: '>=12.20'} dev: true - registry.npmmirror.com/zhead/2.0.4: - resolution: {integrity: sha512-V4R94t3ifk9AURym6OskbKcnowzgp5Z88tkoL/NF67vyryNxC62u6mx5F1Ux4oh4+YN7FFmKYEyWy6m5kfPH6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/zhead/-/zhead-2.0.4.tgz} + registry.npmmirror.com/zhead/2.1.1: + resolution: {integrity: sha512-FRmjAFioi07R+bmL+fqbkXF/pCbC9PwcKQ8RDluC5xTaVbNBgYRQ4eKuS1C8c7Sil//UIxet/AGp7D6royoHhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/zhead/-/zhead-2.1.1.tgz} name: zhead - version: 2.0.4 + version: 2.1.1 diff --git a/src/App.vue b/src/App.vue index 7cf5949..d03693a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,29 +41,14 @@ const themeOverrides: GlobalThemeOverrides = {