diff --git a/README.md b/README.md index 7740b1334082b5762f1e811ecdd713eb49cdccb9..c8631343426a3e1e9b8aa0803244107a92b204e6 100644 --- a/README.md +++ b/README.md @@ -22,22 +22,27 @@ > [diboot-workflow 工作流版本,看这里->](https://www.diboot.com/guide/diboot-workflow/introduce.html) ## 1. 配套VUE3前端框架预览(diboot-admin-ui) +> 基于 Vue3 + Vite + Pinia + Element-plus + TypeScript 的自研中后台管理框架 + +![菜单资源配置](http://v3.diboot.com/img/permission.png) + +![角色权限配置](http://v3.diboot.com/img/role-permission.png) ## 2. diboot 后端基础组件 ### 2-1、diboot-core: 精简优化内核:写的更少,性能更好 主要特性: -* 单表CRUD无SQL -* 关联绑定无SQL(注解自动绑定) -* 数据字典无SQL(注解自动绑定) -* 跨表查询无SQL(自动构建QueryWrapper与查询) +* 单表CRUD无SQL (基于mybatis-plus实现通用Mapper) +* 关联数据绑定无SQL(注解自动绑定) +* 关联字典无SQL(注解自动绑定) +* 查询条件构建无SQL(查询条件自动构建) * BaseService扩展增强,支持常规的单表及关联开发场景接口 -* 其他常用工具类、状态码、异常处理的更优实践封装 +* 数据范围权限、字段保护、及常用工具类的最佳实践封装 -基于diboot-core的CRUD和常规关联的功能实现,代码量比传统Mybatis项目减少80%+,且性能更好更易维护。 -> 详细文档: [diboot-core文档](https://www.diboot.com/guide/diboot-core/introduce.html). +基于diboot-core的CRUD和常规关联的功能实现,代码量比传统Mybatis项目减少90%+,且性能更好更易维护。 +> 详细文档: [diboot-core文档](http://v3.diboot.com/pages/core_introduce/). -### 2-2、IAM 身份认证基础组件 +### 2-2、IAM 身份认证基础组件 * 开箱即用的RBAC角色权限模型与预置组织人员岗位模型 * 基于JWT的认证授权,支持申请token、刷新token、无状态认证 @@ -46,39 +51,38 @@ * 无缝适配redis,引入redis依赖即可启用shiro的redis缓存 * 支持基于注解的数据权限实现、简化的Log注解记录操作日志等 * 支持灵活的扩展能力(扩展多种登录方式、灵活替换用户实体类、自定义缓存等) -> 详细文档: [diboot-iam文档](https://www.diboot.com/guide/diboot-iam/introduce.html). +> 详细文档: [diboot-iam文档](http://v3.diboot.com/pages/iam_introduce/). ### 2-3、diboot-file 文件相关处理组件 * EasyExcel轻量封装,支持Java注解校验与@ExcelBind*注解实现字典及关联字段的name-value转换,并提供完善的校验错误提示 -* 文件存储接口化,预置本地存储,简单扩展OSS、分布式存储等实现 +* 文件存储接口化,预置本地存储,阿里OSS存储,简单扩展即可支持其他存储实现 * 封装常用的文件上传下载、图片压缩水印等常用处理 -> 详细文档: [diboot-file文档](https://www.diboot.com/guide/diboot-file/introduce.html). +> 详细文档: [diboot-file文档](http://v3.diboot.com/pages/file_introduce/). ### 2-4、diboot-scheduler 定时任务组件 * Quartz定时任务统一管理及日志的最佳实践封装 * @CollectThisJob注解提供定时任务定义,自动收集供前端选择 -> 详细文档: [diboot-scheduler文档](https://www.diboot.com/guide/diboot-scheduler/introduce.html). +> 详细文档: [diboot-scheduler文档](http://v3.diboot.com/pages/diboot_scheduler/). -### 2-5. diboot-message 消息通知组件 +### 2-5. diboot-notification 消息通知组件 * 通用的消息模板&模板变量的设计方案 * 支持多通道的消息通知发送 -> 详细文档: [diboot-message文档](https://www.diboot.com/guide/diboot-message/introduce.html). +> 详细文档: [diboot-notification文档](http://v3.diboot.com/pages/notification/). ### 2-6. diboot-mobile 移动端组件 * 提供了配套的 [diboot-mobile-ui](https://gitee.com/dibo_software/diboot-mobile-ui) ,内置了多种登录方式 * 支持 账号密码登录、微信小程序登录(自动注册)微信公众号登录(自动注册) -> 详细文档: [diboot-mobile文档](https://www.diboot.com/guide/diboot-mobile/introduce.html). +> 详细文档: [diboot-mobile文档](http://v3.diboot.com/pages/diboot_mobile/). ## 3. devtools开发助理 * 极简易用(引入依赖jar,配置参数后,即可随应用启动运行) -* 功能强大(数据结构与代码同步、前后端代码一键生成、前端面板组件编排) -* 配置灵活(可按需配置生成代码路径及启用`Lombok`、`Swagger`等) +* 功能强大(数据结构与代码同步、前后端代码一键生成、彻底摆脱CRUD) * 代码标准(devtools标准化了数据结构定义与代码实现,降低维护成本) -* 支持多库(MySQL、MariaDB、ORACLE、SQLServer、PostgreSQL) +* 支持多库(MySQL、MariaDB、PostgreSQL等) > 详细文档: [diboot-devtools文档](https://www.diboot.com/guide/diboot-devtools/introduce.html). diff --git a/diboot-admin-ui/mock/auth/index.ts b/diboot-admin-ui/mock/auth/index.ts index 18047d6ac7908f7c462e8ab37be6780c08a18991..e728d6d091169778150854637771fe33ea9cca27 100644 --- a/diboot-admin-ui/mock/auth/index.ts +++ b/diboot-admin-ui/mock/auth/index.ts @@ -24,7 +24,7 @@ export default [ timeout: Random.natural(50, 300), method: 'post', response: ({ body }: ApiRequest) => { - if (body.username === 'admin' && body.password === '123456') { + if (body.username === 'admin' && body.password != null) { return JsonResult.OK(Random.string('lower', 32, 32)) } return JsonResult.FAIL_OPERATION('用户名或密码错误') diff --git a/diboot-admin-ui/mock/system/schedule-job.ts b/diboot-admin-ui/mock/system/schedule-job.ts index c0aef0687db30f5a6dcec5d567cf0bc95dbfbb78..e4252d4ada8602f4167aed3326510d6cbfcf6462 100644 --- a/diboot-admin-ui/mock/system/schedule-job.ts +++ b/diboot-admin-ui/mock/system/schedule-job.ts @@ -13,7 +13,7 @@ const jobList: ScheduleJob[] = [ cron: '0 0 1 * * ?', initStrategy: 'FIRE_AND_PROCEED', initStrategyLabel: '立即执行一次,并周期执行', - jobStatus: true, + jobStatus: 'A', saveLog: true, createByName: 'Diboot', createTime: '2022-05-23 22:22:22', @@ -70,7 +70,7 @@ export default [ elapsedSeconds: String(Math.round(natural / 1000)), triggerMode: 'MANUAL', triggerModeLabel: '手动', - runStatus: Random.boolean(), + runStatus: Random.pick(['S', 'F']), createTime: endTime }) }, natural) diff --git a/diboot-admin-ui/package.json b/diboot-admin-ui/package.json index 6f7cb50c1ca23948d0d64fe73a3b96f47dfb04df..00f4aa041daad5fc2cca055cb388909a61eb3c89 100644 --- a/diboot-admin-ui/package.json +++ b/diboot-admin-ui/package.json @@ -24,6 +24,7 @@ "element-plus": "^2.2.27", "element-resize-detector": "^1.2.4", "fuse.js": "^6.6.2", + "jsencrypt": "^3.3.2", "lodash": "^4.17.21", "mockjs": "^1.1.0", "nprogress": "^0.2.0", diff --git a/diboot-admin-ui/pnpm-lock.yaml b/diboot-admin-ui/pnpm-lock.yaml index eed7a235592e32f35b953b9e62e8e43b1f86ae05..fad8fdb103aeb510259d9a989fae1fcc7e691974 100644 --- a/diboot-admin-ui/pnpm-lock.yaml +++ b/diboot-admin-ui/pnpm-lock.yaml @@ -1,205 +1,269 @@ -lockfileVersion: 5.4 - -specifiers: - '@element-plus/icons-vue': ^2.0.10 - '@playwright/test': ^1.29.1 - '@rushstack/eslint-patch': ^1.2.0 - '@types/element-resize-detector': ^1.1.3 - '@types/jsdom': ^20.0.1 - '@types/lodash': ^4.14.191 - '@types/mockjs': ^1.0.7 - '@types/node': ^18.11.18 - '@types/nprogress': ^0.2.0 - '@types/qs': ^6.9.7 - '@vitejs/plugin-vue': ^4.0.0 - '@vue/eslint-config-prettier': ^7.0.0 - '@vue/eslint-config-typescript': ^11.0.2 - '@vue/test-utils': ^2.2.6 - '@vue/tsconfig': ^0.1.3 - '@vueuse/core': ^9.9.0 - '@wangeditor/editor': ^5.1.23 - '@wangeditor/editor-for-vue': ^5.1.12 - axios: ^1.2.2 - docx-preview: ^0.1.14 - echarts: ^5.4.1 - element-plus: ^2.2.27 - element-resize-detector: ^1.2.4 - eslint: ^8.30.0 - eslint-plugin-cypress: ^2.12.1 - eslint-plugin-vue: ^9.8.0 - fuse.js: ^6.6.2 - jsdom: ^20.0.3 - lodash: ^4.17.21 - mockjs: ^1.1.0 - npm-run-all: ^4.1.5 - nprogress: ^0.2.0 - pinia: ^2.0.28 - pinia-plugin-persist: ^1.0.0 - prettier: ^2.8.1 - qrcode.vue: ^3.3.4 - qs: ^6.11.0 - rollup: ~3.9.0 - sass: ^1.57.1 - sortablejs: ^1.15.0 - start-server-and-test: ^1.15.2 - typescript: ~4.9.4 - unplugin-auto-import: ^0.12.1 - unplugin-vue-components: ^0.22.12 - vite: ^4.0.3 - vite-plugin-checker: ^0.5.3 - vite-plugin-eslint: ^1.8.1 - vite-plugin-mock: ^2.9.6 - vite-plugin-vue-setup-extend: ^0.4.0 - vitest: ^0.26.2 - vue: ^3.2.45 - vue-clipboard3: ^2.0.0 - vue-cropper: ^1.0.5 - vue-fuse: ^4.1.1 - vue-i18n: ^9.2.2 - vue-pdf-embed: ^1.1.5 - vue-router: ^4.1.6 - vue-tsc: ^1.0.18 - vuedraggable: 4.1.0 +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: - '@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue/2.0.10_vue@3.2.45 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.9.0_vue@3.2.45 - '@wangeditor/editor': registry.npmmirror.com/@wangeditor/editor/5.1.23 - '@wangeditor/editor-for-vue': registry.npmmirror.com/@wangeditor/editor-for-vue/5.1.12_3apfu3xbp6awzuex7ed3sbrv6y - axios: registry.npmmirror.com/axios/1.2.2 - docx-preview: registry.npmmirror.com/docx-preview/0.1.14 - echarts: registry.npmmirror.com/echarts/5.4.1 - element-plus: registry.npmmirror.com/element-plus/2.2.27_vue@3.2.45 - element-resize-detector: registry.npmmirror.com/element-resize-detector/1.2.4 - fuse.js: registry.npmmirror.com/fuse.js/6.6.2 - lodash: registry.npmmirror.com/lodash/4.17.21 - mockjs: registry.npmmirror.com/mockjs/1.1.0 - nprogress: registry.npmmirror.com/nprogress/0.2.0 - pinia: registry.npmmirror.com/pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu - pinia-plugin-persist: registry.npmmirror.com/pinia-plugin-persist/1.0.0_pinia@2.0.28+vue@3.2.45 - qrcode.vue: registry.npmmirror.com/qrcode.vue/3.3.4_vue@3.2.45 - qs: registry.npmmirror.com/qs/6.11.0 - sortablejs: registry.npmmirror.com/sortablejs/1.15.0 - vue: registry.npmmirror.com/vue/3.2.45 - vue-clipboard3: registry.npmmirror.com/vue-clipboard3/2.0.0 - vue-cropper: registry.npmmirror.com/vue-cropper/1.0.5 - vue-fuse: registry.npmmirror.com/vue-fuse/4.1.1_fuse.js@6.6.2+vue@3.2.45 - vue-i18n: registry.npmmirror.com/vue-i18n/9.2.2_vue@3.2.45 - vue-pdf-embed: registry.npmmirror.com/vue-pdf-embed/1.1.5_vue@3.2.45 - vue-router: registry.npmmirror.com/vue-router/4.1.6_vue@3.2.45 - vuedraggable: registry.npmmirror.com/vuedraggable/4.1.0_vue@3.2.45 + '@element-plus/icons-vue': + specifier: ^2.0.10 + version: registry.npmmirror.com/@element-plus/icons-vue@2.0.10(vue@3.2.45) + '@vueuse/core': + specifier: ^9.9.0 + version: registry.npmmirror.com/@vueuse/core@9.9.0(vue@3.2.45) + '@wangeditor/editor': + specifier: ^5.1.23 + version: registry.npmmirror.com/@wangeditor/editor@5.1.23 + '@wangeditor/editor-for-vue': + specifier: ^5.1.12 + version: registry.npmmirror.com/@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.2.45) + axios: + specifier: ^1.2.2 + version: registry.npmmirror.com/axios@1.2.2 + docx-preview: + specifier: ^0.1.14 + version: registry.npmmirror.com/docx-preview@0.1.14 + echarts: + specifier: ^5.4.1 + version: registry.npmmirror.com/echarts@5.4.1 + element-plus: + specifier: ^2.2.27 + version: registry.npmmirror.com/element-plus@2.2.27(vue@3.2.45) + element-resize-detector: + specifier: ^1.2.4 + version: registry.npmmirror.com/element-resize-detector@1.2.4 + fuse.js: + specifier: ^6.6.2 + version: registry.npmmirror.com/fuse.js@6.6.2 + jsencrypt: + specifier: ^3.3.2 + version: registry.npmmirror.com/jsencrypt@3.3.2 + lodash: + specifier: ^4.17.21 + version: registry.npmmirror.com/lodash@4.17.21 + mockjs: + specifier: ^1.1.0 + version: registry.npmmirror.com/mockjs@1.1.0 + nprogress: + specifier: ^0.2.0 + version: registry.npmmirror.com/nprogress@0.2.0 + pinia: + specifier: ^2.0.28 + version: registry.npmmirror.com/pinia@2.0.28(typescript@4.9.4)(vue@3.2.45) + pinia-plugin-persist: + specifier: ^1.0.0 + version: registry.npmmirror.com/pinia-plugin-persist@1.0.0(pinia@2.0.28)(vue@3.2.45) + qrcode.vue: + specifier: ^3.3.4 + version: registry.npmmirror.com/qrcode.vue@3.3.4(vue@3.2.45) + qs: + specifier: ^6.11.0 + version: registry.npmmirror.com/qs@6.11.0 + sortablejs: + specifier: ^1.15.0 + version: registry.npmmirror.com/sortablejs@1.15.0 + vue: + specifier: ^3.2.45 + version: registry.npmmirror.com/vue@3.2.45 + vue-clipboard3: + specifier: ^2.0.0 + version: registry.npmmirror.com/vue-clipboard3@2.0.0 + vue-cropper: + specifier: ^1.0.5 + version: registry.npmmirror.com/vue-cropper@1.0.5 + vue-fuse: + specifier: ^4.1.1 + version: registry.npmmirror.com/vue-fuse@4.1.1(fuse.js@6.6.2)(vue@3.2.45) + vue-i18n: + specifier: ^9.2.2 + version: registry.npmmirror.com/vue-i18n@9.2.2(vue@3.2.45) + vue-pdf-embed: + specifier: ^1.1.5 + version: registry.npmmirror.com/vue-pdf-embed@1.1.5(vue@3.2.45) + vue-router: + specifier: ^4.1.6 + version: registry.npmmirror.com/vue-router@4.1.6(vue@3.2.45) + vuedraggable: + specifier: 4.1.0 + version: registry.npmmirror.com/vuedraggable@4.1.0(vue@3.2.45) devDependencies: - '@playwright/test': registry.npmmirror.com/@playwright/test/1.29.1 - '@rushstack/eslint-patch': registry.npmmirror.com/@rushstack/eslint-patch/1.2.0 - '@types/element-resize-detector': registry.npmmirror.com/@types/element-resize-detector/1.1.3 - '@types/jsdom': registry.npmmirror.com/@types/jsdom/20.0.1 - '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.191 - '@types/mockjs': registry.npmmirror.com/@types/mockjs/1.0.7 - '@types/node': registry.npmmirror.com/@types/node/18.11.18 - '@types/nprogress': registry.npmmirror.com/@types/nprogress/0.2.0 - '@types/qs': registry.npmmirror.com/@types/qs/6.9.7 - '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.45 - '@vue/eslint-config-prettier': registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_l5rdqc4k22455lce6ocqroldia - '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/11.0.2_eh2oupyoc3mviptu6zovyv6md4 - '@vue/test-utils': registry.npmmirror.com/@vue/test-utils/2.2.6_vue@3.2.45 - '@vue/tsconfig': registry.npmmirror.com/@vue/tsconfig/0.1.3_@types+node@18.11.18 - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-plugin-cypress: registry.npmmirror.com/eslint-plugin-cypress/2.12.1_eslint@8.30.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.8.0_eslint@8.30.0 - jsdom: registry.npmmirror.com/jsdom/20.0.3 - npm-run-all: registry.npmmirror.com/npm-run-all/4.1.5 - prettier: registry.npmmirror.com/prettier/2.8.1 - rollup: registry.npmmirror.com/rollup/3.9.0 - sass: registry.npmmirror.com/sass/1.57.1 - start-server-and-test: registry.npmmirror.com/start-server-and-test/1.15.2 - typescript: registry.npmmirror.com/typescript/4.9.4 - unplugin-auto-import: registry.npmmirror.com/unplugin-auto-import/0.12.1_euv62r7fdwlbvldrlq66omnfrm - unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.22.12_rollup@3.9.0+vue@3.2.45 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji - vite-plugin-checker: registry.npmmirror.com/vite-plugin-checker/0.5.3_wx6yclj5u64swfvql3a4c3kz2u - vite-plugin-eslint: registry.npmmirror.com/vite-plugin-eslint/1.8.1_eslint@8.30.0+vite@4.0.3 - vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_dnl4n6ihg26wwf6yfmhqjrnetm - vite-plugin-vue-setup-extend: registry.npmmirror.com/vite-plugin-vue-setup-extend/0.4.0_vite@4.0.3 - vitest: registry.npmmirror.com/vitest/0.26.2_jsdom@20.0.3+sass@1.57.1 - vue-tsc: registry.npmmirror.com/vue-tsc/1.0.18_typescript@4.9.4 + '@playwright/test': + specifier: ^1.29.1 + version: registry.npmmirror.com/@playwright/test@1.29.1 + '@rushstack/eslint-patch': + specifier: ^1.2.0 + version: registry.npmmirror.com/@rushstack/eslint-patch@1.2.0 + '@types/element-resize-detector': + specifier: ^1.1.3 + version: registry.npmmirror.com/@types/element-resize-detector@1.1.3 + '@types/jsdom': + specifier: ^20.0.1 + version: registry.npmmirror.com/@types/jsdom@20.0.1 + '@types/lodash': + specifier: ^4.14.191 + version: registry.npmmirror.com/@types/lodash@4.14.191 + '@types/mockjs': + specifier: ^1.0.7 + version: registry.npmmirror.com/@types/mockjs@1.0.7 + '@types/node': + specifier: ^18.11.18 + version: registry.npmmirror.com/@types/node@18.11.18 + '@types/nprogress': + specifier: ^0.2.0 + version: registry.npmmirror.com/@types/nprogress@0.2.0 + '@types/qs': + specifier: ^6.9.7 + version: registry.npmmirror.com/@types/qs@6.9.7 + '@vitejs/plugin-vue': + specifier: ^4.0.0 + version: registry.npmmirror.com/@vitejs/plugin-vue@4.0.0(vite@4.0.3)(vue@3.2.45) + '@vue/eslint-config-prettier': + specifier: ^7.0.0 + version: registry.npmmirror.com/@vue/eslint-config-prettier@7.0.0(eslint@8.30.0)(prettier@2.8.1) + '@vue/eslint-config-typescript': + specifier: ^11.0.2 + version: registry.npmmirror.com/@vue/eslint-config-typescript@11.0.2(eslint-plugin-vue@9.8.0)(eslint@8.30.0)(typescript@4.9.4) + '@vue/test-utils': + specifier: ^2.2.6 + version: registry.npmmirror.com/@vue/test-utils@2.2.6(vue@3.2.45) + '@vue/tsconfig': + specifier: ^0.1.3 + version: registry.npmmirror.com/@vue/tsconfig@0.1.3(@types/node@18.11.18) + eslint: + specifier: ^8.30.0 + version: registry.npmmirror.com/eslint@8.30.0 + eslint-plugin-cypress: + specifier: ^2.12.1 + version: registry.npmmirror.com/eslint-plugin-cypress@2.12.1(eslint@8.30.0) + eslint-plugin-vue: + specifier: ^9.8.0 + version: registry.npmmirror.com/eslint-plugin-vue@9.8.0(eslint@8.30.0) + jsdom: + specifier: ^20.0.3 + version: registry.npmmirror.com/jsdom@20.0.3 + npm-run-all: + specifier: ^4.1.5 + version: registry.npmmirror.com/npm-run-all@4.1.5 + prettier: + specifier: ^2.8.1 + version: registry.npmmirror.com/prettier@2.8.1 + rollup: + specifier: ~3.9.0 + version: registry.npmmirror.com/rollup@3.9.0 + sass: + specifier: ^1.57.1 + version: registry.npmmirror.com/sass@1.57.1 + start-server-and-test: + specifier: ^1.15.2 + version: registry.npmmirror.com/start-server-and-test@1.15.2 + typescript: + specifier: ~4.9.4 + version: registry.npmmirror.com/typescript@4.9.4 + unplugin-auto-import: + specifier: ^0.12.1 + version: registry.npmmirror.com/unplugin-auto-import@0.12.1(@vueuse/core@9.9.0)(rollup@3.9.0) + unplugin-vue-components: + specifier: ^0.22.12 + version: registry.npmmirror.com/unplugin-vue-components@0.22.12(rollup@3.9.0)(vue@3.2.45) + vite: + specifier: ^4.0.3 + version: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) + vite-plugin-checker: + specifier: ^0.5.3 + version: registry.npmmirror.com/vite-plugin-checker@0.5.3(eslint@8.30.0)(typescript@4.9.4)(vite@4.0.3) + vite-plugin-eslint: + specifier: ^1.8.1 + version: registry.npmmirror.com/vite-plugin-eslint@1.8.1(eslint@8.30.0)(vite@4.0.3) + vite-plugin-mock: + specifier: ^2.9.6 + version: registry.npmmirror.com/vite-plugin-mock@2.9.6(mockjs@1.1.0)(rollup@3.9.0)(vite@4.0.3) + vite-plugin-vue-setup-extend: + specifier: ^0.4.0 + version: registry.npmmirror.com/vite-plugin-vue-setup-extend@0.4.0(vite@4.0.3) + vitest: + specifier: ^0.26.2 + version: registry.npmmirror.com/vitest@0.26.2(jsdom@20.0.3)(sass@1.57.1) + vue-tsc: + specifier: ^1.0.18 + version: registry.npmmirror.com/vue-tsc@1.0.18(typescript@4.9.4) packages: - registry.npmmirror.com/@antfu/utils/0.7.2: + registry.npmmirror.com/@antfu/utils@0.7.2: resolution: {integrity: sha512-vy9fM3pIxZmX07dL+VX1aZe7ynZ+YyB0jY+jE6r3hOK6GNY2t6W8rzpFC4tgpbXUYABkFQwgJq2XYXlxbXAI0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.2.tgz} name: '@antfu/utils' version: 0.7.2 dev: true - registry.npmmirror.com/@babel/code-frame/7.18.6: + registry.npmmirror.com/@babel/code-frame@7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz} name: '@babel/code-frame' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': registry.npmmirror.com/@babel/highlight/7.18.6 + '@babel/highlight': registry.npmmirror.com/@babel/highlight@7.18.6 dev: true - registry.npmmirror.com/@babel/helper-string-parser/7.19.4: + registry.npmmirror.com/@babel/helper-string-parser@7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz} name: '@babel/helper-string-parser' version: 7.19.4 engines: {node: '>=6.9.0'} - registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1: + 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/highlight/7.18.6: + registry.npmmirror.com/@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz} name: '@babel/highlight' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - chalk: registry.npmmirror.com/chalk/2.4.2 - js-tokens: registry.npmmirror.com/js-tokens/4.0.0 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.19.1 + 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.20.7: + registry.npmmirror.com/@babel/parser@7.20.7: resolution: {integrity: sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.20.7.tgz} name: '@babel/parser' version: 7.20.7 engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.21.3 + '@babel/types': registry.npmmirror.com/@babel/types@7.21.3 - registry.npmmirror.com/@babel/runtime/7.20.7: + registry.npmmirror.com/@babel/runtime@7.20.7: resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.7.tgz} name: '@babel/runtime' version: 7.20.7 engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: registry.npmmirror.com/regenerator-runtime/0.13.11 + regenerator-runtime: registry.npmmirror.com/regenerator-runtime@0.13.11 dev: false - registry.npmmirror.com/@babel/types/7.21.3: + registry.npmmirror.com/@babel/types@7.21.3: resolution: {integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.21.3.tgz} name: '@babel/types' version: 7.21.3 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': registry.npmmirror.com/@babel/helper-string-parser/7.19.4 - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0 + '@babel/helper-string-parser': registry.npmmirror.com/@babel/helper-string-parser@7.19.4 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.19.1 + to-fast-properties: registry.npmmirror.com/to-fast-properties@2.0.0 - registry.npmmirror.com/@ctrl/tinycolor/3.5.0: + registry.npmmirror.com/@ctrl/tinycolor@3.5.0: resolution: {integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz} name: '@ctrl/tinycolor' version: 3.5.0 engines: {node: '>=10'} dev: false - registry.npmmirror.com/@element-plus/icons-vue/2.0.10_vue@3.2.45: + registry.npmmirror.com/@element-plus/icons-vue@2.0.10(vue@3.2.45): resolution: {integrity: sha512-ygEZ1mwPjcPo/OulhzLE7mtDrQBWI8vZzEWSNB2W/RNCRjoQGwbaK4N8lV4rid7Ts4qvySU3njMN7YCiSlSaTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.0.10.tgz} id: registry.npmmirror.com/@element-plus/icons-vue/2.0.10 name: '@element-plus/icons-vue' @@ -207,32 +271,32 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/@esbuild/android-arm/0.16.12: - resolution: {integrity: sha512-CTWgMJtpCyCltrvipZrrcjjRu+rzm6pf9V8muCsJqtKujR3kPmU4ffbckvugNNaRmhxAF1ZI3J+0FUIFLFg8KA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.16.12.tgz} - name: '@esbuild/android-arm' + registry.npmmirror.com/@esbuild/android-arm64@0.16.12: + resolution: {integrity: sha512-0LacmiIW+X0/LOLMZqYtZ7d4uY9fxYABAYhSSOu+OGQVBqH4N5eIYgkT7bBFnR4Nm3qo6qS3RpHKVrDASqj/uQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.16.12.tgz} + name: '@esbuild/android-arm64' version: 0.16.12 engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - registry.npmmirror.com/@esbuild/android-arm64/0.16.12: - resolution: {integrity: sha512-0LacmiIW+X0/LOLMZqYtZ7d4uY9fxYABAYhSSOu+OGQVBqH4N5eIYgkT7bBFnR4Nm3qo6qS3RpHKVrDASqj/uQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.16.12.tgz} - name: '@esbuild/android-arm64' + registry.npmmirror.com/@esbuild/android-arm@0.16.12: + resolution: {integrity: sha512-CTWgMJtpCyCltrvipZrrcjjRu+rzm6pf9V8muCsJqtKujR3kPmU4ffbckvugNNaRmhxAF1ZI3J+0FUIFLFg8KA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.16.12.tgz} + name: '@esbuild/android-arm' version: 0.16.12 engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - registry.npmmirror.com/@esbuild/android-x64/0.16.12: + registry.npmmirror.com/@esbuild/android-x64@0.16.12: resolution: {integrity: sha512-sS5CR3XBKQXYpSGMM28VuiUnbX83Z+aWPZzClW+OB2JquKqxoiwdqucJ5qvXS8pM6Up3RtJfDnRQZkz3en2z5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.16.12.tgz} name: '@esbuild/android-x64' version: 0.16.12 @@ -243,7 +307,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/darwin-arm64/0.16.12: + registry.npmmirror.com/@esbuild/darwin-arm64@0.16.12: resolution: {integrity: sha512-Dpe5hOAQiQRH20YkFAg+wOpcd4PEuXud+aGgKBQa/VriPJA8zuVlgCOSTwna1CgYl05lf6o5els4dtuyk1qJxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.16.12.tgz} name: '@esbuild/darwin-arm64' version: 0.16.12 @@ -254,7 +318,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/darwin-x64/0.16.12: + registry.npmmirror.com/@esbuild/darwin-x64@0.16.12: resolution: {integrity: sha512-ApGRA6X5txIcxV0095X4e4KKv87HAEXfuDRcGTniDWUUN+qPia8sl/BqG/0IomytQWajnUn4C7TOwHduk/FXBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.16.12.tgz} name: '@esbuild/darwin-x64' version: 0.16.12 @@ -265,7 +329,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/freebsd-arm64/0.16.12: + registry.npmmirror.com/@esbuild/freebsd-arm64@0.16.12: resolution: {integrity: sha512-AMdK2gA9EU83ccXCWS1B/KcWYZCj4P3vDofZZkl/F/sBv/fphi2oUqUTox/g5GMcIxk8CF1CVYTC82+iBSyiUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.12.tgz} name: '@esbuild/freebsd-arm64' version: 0.16.12 @@ -276,7 +340,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/freebsd-x64/0.16.12: + registry.npmmirror.com/@esbuild/freebsd-x64@0.16.12: resolution: {integrity: sha512-KUKB9w8G/xaAbD39t6gnRBuhQ8vIYYlxGT2I+mT6UGRnCGRr1+ePFIGBQmf5V16nxylgUuuWVW1zU2ktKkf6WQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.16.12.tgz} name: '@esbuild/freebsd-x64' version: 0.16.12 @@ -287,29 +351,29 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-arm/0.16.12: - resolution: {integrity: sha512-vhDdIv6z4eL0FJyNVfdr3C/vdd/Wc6h1683GJsFoJzfKb92dU/v88FhWdigg0i6+3TsbSDeWbsPUXb4dif2abg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.16.12.tgz} - name: '@esbuild/linux-arm' + registry.npmmirror.com/@esbuild/linux-arm64@0.16.12: + resolution: {integrity: sha512-29HXMLpLklDfmw7T2buGqq3HImSUaZ1ArmrPOMaNiZZQptOSZs32SQtOHEl8xWX5vfdwZqrBfNf8Te4nArVzKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.16.12.tgz} + name: '@esbuild/linux-arm64' version: 0.16.12 engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - registry.npmmirror.com/@esbuild/linux-arm64/0.16.12: - resolution: {integrity: sha512-29HXMLpLklDfmw7T2buGqq3HImSUaZ1ArmrPOMaNiZZQptOSZs32SQtOHEl8xWX5vfdwZqrBfNf8Te4nArVzKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.16.12.tgz} - name: '@esbuild/linux-arm64' + registry.npmmirror.com/@esbuild/linux-arm@0.16.12: + resolution: {integrity: sha512-vhDdIv6z4eL0FJyNVfdr3C/vdd/Wc6h1683GJsFoJzfKb92dU/v88FhWdigg0i6+3TsbSDeWbsPUXb4dif2abg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.16.12.tgz} + name: '@esbuild/linux-arm' version: 0.16.12 engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - registry.npmmirror.com/@esbuild/linux-ia32/0.16.12: + registry.npmmirror.com/@esbuild/linux-ia32@0.16.12: resolution: {integrity: sha512-JFDuNDTTfgD1LJg7wHA42o2uAO/9VzHYK0leAVnCQE/FdMB599YMH73ux+nS0xGr79pv/BK+hrmdRin3iLgQjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.16.12.tgz} name: '@esbuild/linux-ia32' version: 0.16.12 @@ -320,7 +384,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-loong64/0.16.12: + registry.npmmirror.com/@esbuild/linux-loong64@0.16.12: resolution: {integrity: sha512-xTGzVPqm6WKfCC0iuj1fryIWr1NWEM8DMhAIo+4rFgUtwy/lfHl+Obvus4oddzRDbBetLLmojfVZGmt/g/g+Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.16.12.tgz} name: '@esbuild/linux-loong64' version: 0.16.12 @@ -331,7 +395,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-mips64el/0.16.12: + registry.npmmirror.com/@esbuild/linux-mips64el@0.16.12: resolution: {integrity: sha512-zI1cNgHa3Gol+vPYjIYHzKhU6qMyOQrvZ82REr5Fv7rlh5PG6SkkuCoH7IryPqR+BK2c/7oISGsvPJPGnO2bHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.16.12.tgz} name: '@esbuild/linux-mips64el' version: 0.16.12 @@ -342,7 +406,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-ppc64/0.16.12: + registry.npmmirror.com/@esbuild/linux-ppc64@0.16.12: resolution: {integrity: sha512-/C8OFXExoMmvTDIOAM54AhtmmuDHKoedUd0Otpfw3+AuuVGemA1nQK99oN909uZbLEU6Bi+7JheFMG3xGfZluQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.16.12.tgz} name: '@esbuild/linux-ppc64' version: 0.16.12 @@ -353,7 +417,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-riscv64/0.16.12: + registry.npmmirror.com/@esbuild/linux-riscv64@0.16.12: resolution: {integrity: sha512-qeouyyc8kAGV6Ni6Isz8hUsKMr00EHgVwUKWNp1r4l88fHEoNTDB8mmestvykW6MrstoGI7g2EAsgr0nxmuGYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.16.12.tgz} name: '@esbuild/linux-riscv64' version: 0.16.12 @@ -364,7 +428,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-s390x/0.16.12: + registry.npmmirror.com/@esbuild/linux-s390x@0.16.12: resolution: {integrity: sha512-s9AyI/5vz1U4NNqnacEGFElqwnHusWa81pskAf8JNDM2eb6b2E6PpBmT8RzeZv6/TxE6/TADn2g9bb0jOUmXwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.16.12.tgz} name: '@esbuild/linux-s390x' version: 0.16.12 @@ -375,7 +439,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/linux-x64/0.16.12: + registry.npmmirror.com/@esbuild/linux-x64@0.16.12: resolution: {integrity: sha512-e8YA7GQGLWhvakBecLptUiKxOk4E/EPtSckS1i0MGYctW8ouvNUoh7xnU15PGO2jz7BYl8q1R6g0gE5HFtzpqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.16.12.tgz} name: '@esbuild/linux-x64' version: 0.16.12 @@ -386,7 +450,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/netbsd-x64/0.16.12: + registry.npmmirror.com/@esbuild/netbsd-x64@0.16.12: resolution: {integrity: sha512-z2+kUxmOqBS+6SRVd57iOLIHE8oGOoEnGVAmwjm2aENSP35HPS+5cK+FL1l+rhrsJOFIPrNHqDUNechpuG96Sg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.16.12.tgz} name: '@esbuild/netbsd-x64' version: 0.16.12 @@ -397,7 +461,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/openbsd-x64/0.16.12: + registry.npmmirror.com/@esbuild/openbsd-x64@0.16.12: resolution: {integrity: sha512-PAonw4LqIybwn2/vJujhbg1N9W2W8lw9RtXIvvZoyzoA/4rA4CpiuahVbASmQohiytRsixbNoIOUSjRygKXpyA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.16.12.tgz} name: '@esbuild/openbsd-x64' version: 0.16.12 @@ -408,7 +472,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/sunos-x64/0.16.12: + registry.npmmirror.com/@esbuild/sunos-x64@0.16.12: resolution: {integrity: sha512-+wr1tkt1RERi+Zi/iQtkzmMH4nS8+7UIRxjcyRz7lur84wCkAITT50Olq/HiT4JN2X2bjtlOV6vt7ptW5Gw60Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.16.12.tgz} name: '@esbuild/sunos-x64' version: 0.16.12 @@ -419,7 +483,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/win32-arm64/0.16.12: + registry.npmmirror.com/@esbuild/win32-arm64@0.16.12: resolution: {integrity: sha512-XEjeUSHmjsAOJk8+pXJu9pFY2O5KKQbHXZWQylJzQuIBeiGrpMeq9sTVrHefHxMOyxUgoKQTcaTS+VK/K5SviA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.16.12.tgz} name: '@esbuild/win32-arm64' version: 0.16.12 @@ -430,7 +494,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/win32-ia32/0.16.12: + registry.npmmirror.com/@esbuild/win32-ia32@0.16.12: resolution: {integrity: sha512-eRKPM7e0IecUAUYr2alW7JGDejrFJXmpjt4MlfonmQ5Rz9HWpKFGCjuuIRgKO7W9C/CWVFXdJ2GjddsBXqQI4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.16.12.tgz} name: '@esbuild/win32-ia32' version: 0.16.12 @@ -441,7 +505,7 @@ packages: dev: true optional: true - registry.npmmirror.com/@esbuild/win32-x64/0.16.12: + registry.npmmirror.com/@esbuild/win32-x64@0.16.12: resolution: {integrity: sha512-iPYKN78t3op2+erv2frW568j1q0RpqX6JOLZ7oPPaAV1VaF7dDstOrNw37PVOYoTWE11pV4A1XUitpdEFNIsPg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.16.12.tgz} name: '@esbuild/win32-x64' version: 0.16.12 @@ -452,172 +516,172 @@ packages: dev: true optional: true - registry.npmmirror.com/@eslint/eslintrc/1.4.0: + registry.npmmirror.com/@eslint/eslintrc@1.4.0: resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz} name: '@eslint/eslintrc' version: 1.4.0 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.4.1 - globals: registry.npmmirror.com/globals/13.19.0 - ignore: registry.npmmirror.com/ignore/5.2.4 - import-fresh: registry.npmmirror.com/import-fresh/3.3.0 - js-yaml: registry.npmmirror.com/js-yaml/4.1.0 - minimatch: registry.npmmirror.com/minimatch/3.1.2 - strip-json-comments: registry.npmmirror.com/strip-json-comments/3.1.1 + ajv: registry.npmmirror.com/ajv@6.12.6 + debug: registry.npmmirror.com/debug@4.3.4 + espree: registry.npmmirror.com/espree@9.4.1 + globals: registry.npmmirror.com/globals@13.19.0 + ignore: registry.npmmirror.com/ignore@5.2.4 + import-fresh: registry.npmmirror.com/import-fresh@3.3.0 + js-yaml: registry.npmmirror.com/js-yaml@4.1.0 + minimatch: registry.npmmirror.com/minimatch@3.1.2 + strip-json-comments: registry.npmmirror.com/strip-json-comments@3.1.1 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@floating-ui/core/1.0.5: + registry.npmmirror.com/@floating-ui/core@1.0.5: resolution: {integrity: sha512-iDdOsaCHZH/0FM0yNBYt+cJxJF9S5jrYWNtDZOiDFMiZ7uxMJ/71h8eTwoVifEAruv9p9rlMPYCGIgMjOz95FQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@floating-ui/core/-/core-1.0.5.tgz} name: '@floating-ui/core' version: 1.0.5 dev: false - registry.npmmirror.com/@floating-ui/dom/1.1.0: + registry.npmmirror.com/@floating-ui/dom@1.1.0: resolution: {integrity: sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.1.0.tgz} name: '@floating-ui/dom' version: 1.1.0 dependencies: - '@floating-ui/core': registry.npmmirror.com/@floating-ui/core/1.0.5 + '@floating-ui/core': registry.npmmirror.com/@floating-ui/core@1.0.5 dev: false - registry.npmmirror.com/@hapi/hoek/9.3.0: + registry.npmmirror.com/@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz} name: '@hapi/hoek' version: 9.3.0 dev: true - registry.npmmirror.com/@hapi/topo/5.1.0: + registry.npmmirror.com/@hapi/topo@5.1.0: resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz} name: '@hapi/topo' version: 5.1.0 dependencies: - '@hapi/hoek': registry.npmmirror.com/@hapi/hoek/9.3.0 + '@hapi/hoek': registry.npmmirror.com/@hapi/hoek@9.3.0 dev: true - registry.npmmirror.com/@humanwhocodes/config-array/0.11.8: + registry.npmmirror.com/@humanwhocodes/config-array@0.11.8: resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz} name: '@humanwhocodes/config-array' version: 0.11.8 engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': registry.npmmirror.com/@humanwhocodes/object-schema/1.2.1 - debug: registry.npmmirror.com/debug/4.3.4 - minimatch: registry.npmmirror.com/minimatch/3.1.2 + '@humanwhocodes/object-schema': registry.npmmirror.com/@humanwhocodes/object-schema@1.2.1 + debug: registry.npmmirror.com/debug@4.3.4 + minimatch: registry.npmmirror.com/minimatch@3.1.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@humanwhocodes/module-importer/1.0.1: + registry.npmmirror.com/@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz} name: '@humanwhocodes/module-importer' version: 1.0.1 engines: {node: '>=12.22'} dev: true - registry.npmmirror.com/@humanwhocodes/object-schema/1.2.1: + registry.npmmirror.com/@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz} name: '@humanwhocodes/object-schema' version: 1.2.1 dev: true - registry.npmmirror.com/@intlify/core-base/9.2.2: + 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} 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 + '@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 dev: false - registry.npmmirror.com/@intlify/devtools-if/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 + '@intlify/shared': registry.npmmirror.com/@intlify/shared@9.2.2 dev: false - registry.npmmirror.com/@intlify/message-compiler/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'} dependencies: - '@intlify/shared': registry.npmmirror.com/@intlify/shared/9.2.2 - source-map: registry.npmmirror.com/source-map/0.6.1 + '@intlify/shared': registry.npmmirror.com/@intlify/shared@9.2.2 + source-map: registry.npmmirror.com/source-map@0.6.1 dev: false - registry.npmmirror.com/@intlify/shared/9.2.2: + 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'} dev: false - registry.npmmirror.com/@intlify/vue-devtools/9.2.2: + 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 + '@intlify/core-base': registry.npmmirror.com/@intlify/core-base@9.2.2 + '@intlify/shared': registry.npmmirror.com/@intlify/shared@9.2.2 dev: false - registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.14: + registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz} name: '@jridgewell/sourcemap-codec' version: 1.4.14 dev: true - registry.npmmirror.com/@nodelib/fs.scandir/2.1.5: + registry.npmmirror.com/@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz} name: '@nodelib/fs.scandir' version: 2.1.5 engines: {node: '>= 8'} dependencies: - '@nodelib/fs.stat': registry.npmmirror.com/@nodelib/fs.stat/2.0.5 - run-parallel: registry.npmmirror.com/run-parallel/1.2.0 + '@nodelib/fs.stat': registry.npmmirror.com/@nodelib/fs.stat@2.0.5 + run-parallel: registry.npmmirror.com/run-parallel@1.2.0 dev: true - registry.npmmirror.com/@nodelib/fs.stat/2.0.5: + registry.npmmirror.com/@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz} name: '@nodelib/fs.stat' version: 2.0.5 engines: {node: '>= 8'} dev: true - registry.npmmirror.com/@nodelib/fs.walk/1.2.8: + registry.npmmirror.com/@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz} name: '@nodelib/fs.walk' version: 1.2.8 engines: {node: '>= 8'} dependencies: - '@nodelib/fs.scandir': registry.npmmirror.com/@nodelib/fs.scandir/2.1.5 - fastq: registry.npmmirror.com/fastq/1.14.0 + '@nodelib/fs.scandir': registry.npmmirror.com/@nodelib/fs.scandir@2.1.5 + fastq: registry.npmmirror.com/fastq@1.14.0 dev: true - registry.npmmirror.com/@playwright/test/1.29.1: + registry.npmmirror.com/@playwright/test@1.29.1: resolution: {integrity: sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@playwright/test/-/test-1.29.1.tgz} name: '@playwright/test' version: 1.29.1 engines: {node: '>=14'} hasBin: true dependencies: - '@types/node': registry.npmmirror.com/@types/node/18.11.18 - playwright-core: registry.npmmirror.com/playwright-core/1.29.1 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 + playwright-core: registry.npmmirror.com/playwright-core@1.29.1 dev: true - registry.npmmirror.com/@rollup/plugin-node-resolve/13.3.0_rollup@3.9.0: + registry.npmmirror.com/@rollup/plugin-node-resolve@13.3.0(rollup@3.9.0): resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz} id: registry.npmmirror.com/@rollup/plugin-node-resolve/13.3.0 name: '@rollup/plugin-node-resolve' @@ -626,16 +690,16 @@ packages: peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/3.1.0_rollup@3.9.0 - '@types/resolve': registry.npmmirror.com/@types/resolve/1.17.1 - deepmerge: registry.npmmirror.com/deepmerge/4.2.2 - is-builtin-module: registry.npmmirror.com/is-builtin-module/3.2.0 - is-module: registry.npmmirror.com/is-module/1.0.0 - resolve: registry.npmmirror.com/resolve/1.22.1 - rollup: registry.npmmirror.com/rollup/3.9.0 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@3.1.0(rollup@3.9.0) + '@types/resolve': registry.npmmirror.com/@types/resolve@1.17.1 + deepmerge: registry.npmmirror.com/deepmerge@4.2.2 + is-builtin-module: registry.npmmirror.com/is-builtin-module@3.2.0 + is-module: registry.npmmirror.com/is-module@1.0.0 + resolve: registry.npmmirror.com/resolve@1.22.1 + rollup: registry.npmmirror.com/rollup@3.9.0 dev: true - registry.npmmirror.com/@rollup/pluginutils/3.1.0_rollup@3.9.0: + registry.npmmirror.com/@rollup/pluginutils@3.1.0(rollup@3.9.0): resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz} id: registry.npmmirror.com/@rollup/pluginutils/3.1.0 name: '@rollup/pluginutils' @@ -644,23 +708,23 @@ packages: peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@types/estree': registry.npmmirror.com/@types/estree/0.0.39 - estree-walker: registry.npmmirror.com/estree-walker/1.0.1 - picomatch: registry.npmmirror.com/picomatch/2.3.1 - rollup: registry.npmmirror.com/rollup/3.9.0 + '@types/estree': registry.npmmirror.com/@types/estree@0.0.39 + estree-walker: registry.npmmirror.com/estree-walker@1.0.1 + picomatch: registry.npmmirror.com/picomatch@2.3.1 + rollup: registry.npmmirror.com/rollup@3.9.0 dev: true - registry.npmmirror.com/@rollup/pluginutils/4.2.1: + registry.npmmirror.com/@rollup/pluginutils@4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz} name: '@rollup/pluginutils' version: 4.2.1 engines: {node: '>= 8.0.0'} dependencies: - estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - picomatch: registry.npmmirror.com/picomatch/2.3.1 + estree-walker: registry.npmmirror.com/estree-walker@2.0.2 + picomatch: registry.npmmirror.com/picomatch@2.3.1 dev: true - registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.9.0: + registry.npmmirror.com/@rollup/pluginutils@5.0.2(rollup@3.9.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 name: '@rollup/pluginutils' @@ -672,183 +736,183 @@ packages: rollup: optional: true dependencies: - '@types/estree': registry.npmmirror.com/@types/estree/1.0.0 - estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - picomatch: registry.npmmirror.com/picomatch/2.3.1 - rollup: registry.npmmirror.com/rollup/3.9.0 + '@types/estree': registry.npmmirror.com/@types/estree@1.0.0 + estree-walker: registry.npmmirror.com/estree-walker@2.0.2 + picomatch: registry.npmmirror.com/picomatch@2.3.1 + rollup: registry.npmmirror.com/rollup@3.9.0 dev: true - registry.npmmirror.com/@rushstack/eslint-patch/1.2.0: + registry.npmmirror.com/@rushstack/eslint-patch@1.2.0: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz} name: '@rushstack/eslint-patch' version: 1.2.0 dev: true - registry.npmmirror.com/@sideway/address/4.1.4: + registry.npmmirror.com/@sideway/address@4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@sideway/address/-/address-4.1.4.tgz} name: '@sideway/address' version: 4.1.4 dependencies: - '@hapi/hoek': registry.npmmirror.com/@hapi/hoek/9.3.0 + '@hapi/hoek': registry.npmmirror.com/@hapi/hoek@9.3.0 dev: true - registry.npmmirror.com/@sideway/formula/3.0.1: + registry.npmmirror.com/@sideway/formula@3.0.1: resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz} name: '@sideway/formula' version: 3.0.1 dev: true - registry.npmmirror.com/@sideway/pinpoint/2.0.0: + registry.npmmirror.com/@sideway/pinpoint@2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz} name: '@sideway/pinpoint' version: 2.0.0 dev: true - registry.npmmirror.com/@sxzz/popperjs-es/2.11.7: + registry.npmmirror.com/@sxzz/popperjs-es@2.11.7: resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz} name: '@sxzz/popperjs-es' version: 2.11.7 dev: false - registry.npmmirror.com/@tootallnate/once/2.0.0: + registry.npmmirror.com/@tootallnate/once@2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@tootallnate/once/-/once-2.0.0.tgz} name: '@tootallnate/once' version: 2.0.0 engines: {node: '>= 10'} dev: true - registry.npmmirror.com/@transloadit/prettier-bytes/0.0.7: + registry.npmmirror.com/@transloadit/prettier-bytes@0.0.7: resolution: {integrity: sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz} name: '@transloadit/prettier-bytes' version: 0.0.7 dev: false - registry.npmmirror.com/@types/chai-subset/1.3.3: + registry.npmmirror.com/@types/chai-subset@1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/chai-subset/-/chai-subset-1.3.3.tgz} name: '@types/chai-subset' version: 1.3.3 dependencies: - '@types/chai': registry.npmmirror.com/@types/chai/4.3.4 + '@types/chai': registry.npmmirror.com/@types/chai@4.3.4 dev: true - registry.npmmirror.com/@types/chai/4.3.4: + registry.npmmirror.com/@types/chai@4.3.4: resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/chai/-/chai-4.3.4.tgz} name: '@types/chai' version: 4.3.4 dev: true - registry.npmmirror.com/@types/element-resize-detector/1.1.3: + registry.npmmirror.com/@types/element-resize-detector@1.1.3: resolution: {integrity: sha512-rqmeHxzNMPar/3IbdQRm+mydv8KlEXUtcp5M47rbZUEjslTjg+bT5+OXCknTCIy1AfvNR0Kio44iMY2zUH65CQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/element-resize-detector/-/element-resize-detector-1.1.3.tgz} name: '@types/element-resize-detector' version: 1.1.3 dev: true - registry.npmmirror.com/@types/eslint/8.4.10: + registry.npmmirror.com/@types/eslint@8.4.10: resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/eslint/-/eslint-8.4.10.tgz} name: '@types/eslint' version: 8.4.10 dependencies: - '@types/estree': registry.npmmirror.com/@types/estree/1.0.0 - '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11 + '@types/estree': registry.npmmirror.com/@types/estree@1.0.0 + '@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.11 dev: true - registry.npmmirror.com/@types/estree/0.0.39: + registry.npmmirror.com/@types/estree@0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/estree/-/estree-0.0.39.tgz} name: '@types/estree' version: 0.0.39 dev: true - registry.npmmirror.com/@types/estree/1.0.0: + registry.npmmirror.com/@types/estree@1.0.0: resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/estree/-/estree-1.0.0.tgz} name: '@types/estree' version: 1.0.0 dev: true - registry.npmmirror.com/@types/event-emitter/0.3.3: + registry.npmmirror.com/@types/event-emitter@0.3.3: resolution: {integrity: sha512-UfnOK1pIxO7P+EgPRZXD9jMpimd8QEFcEZ5R67R1UhGbv4zghU5+NE7U8M8G9H5Jc8FI51rqDWQs6FtUfq2e/Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/event-emitter/-/event-emitter-0.3.3.tgz} name: '@types/event-emitter' version: 0.3.3 dev: false - registry.npmmirror.com/@types/jsdom/20.0.1: + registry.npmmirror.com/@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/jsdom/-/jsdom-20.0.1.tgz} name: '@types/jsdom' version: 20.0.1 dependencies: - '@types/node': registry.npmmirror.com/@types/node/18.11.18 - '@types/tough-cookie': registry.npmmirror.com/@types/tough-cookie/4.0.2 - parse5: registry.npmmirror.com/parse5/7.1.2 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 + '@types/tough-cookie': registry.npmmirror.com/@types/tough-cookie@4.0.2 + parse5: registry.npmmirror.com/parse5@7.1.2 dev: true - registry.npmmirror.com/@types/json-schema/7.0.11: + registry.npmmirror.com/@types/json-schema@7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz} name: '@types/json-schema' version: 7.0.11 dev: true - registry.npmmirror.com/@types/lodash-es/4.17.6: + registry.npmmirror.com/@types/lodash-es@4.17.6: resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.6.tgz} name: '@types/lodash-es' version: 4.17.6 dependencies: - '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.191 + '@types/lodash': registry.npmmirror.com/@types/lodash@4.14.191 dev: false - registry.npmmirror.com/@types/lodash/4.14.191: + registry.npmmirror.com/@types/lodash@4.14.191: resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.191.tgz} name: '@types/lodash' version: 4.14.191 - registry.npmmirror.com/@types/mockjs/1.0.7: + registry.npmmirror.com/@types/mockjs@1.0.7: resolution: {integrity: sha512-OCxXz6hEaJOVpRwuJMiVY5a6LtJcih+br9gwB/Q8ooOBikvk5FpBQ31OlNimXo3EqKha1Z7PFBni+q9m+8NCWg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/mockjs/-/mockjs-1.0.7.tgz} name: '@types/mockjs' version: 1.0.7 dev: true - registry.npmmirror.com/@types/node/18.11.18: + registry.npmmirror.com/@types/node@18.11.18: resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/-/node-18.11.18.tgz} name: '@types/node' version: 18.11.18 dev: true - registry.npmmirror.com/@types/nprogress/0.2.0: + registry.npmmirror.com/@types/nprogress@0.2.0: resolution: {integrity: sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/nprogress/-/nprogress-0.2.0.tgz} name: '@types/nprogress' version: 0.2.0 dev: true - registry.npmmirror.com/@types/qs/6.9.7: + registry.npmmirror.com/@types/qs@6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/qs/-/qs-6.9.7.tgz} name: '@types/qs' version: 6.9.7 dev: true - registry.npmmirror.com/@types/resolve/1.17.1: + registry.npmmirror.com/@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/resolve/-/resolve-1.17.1.tgz} name: '@types/resolve' version: 1.17.1 dependencies: - '@types/node': registry.npmmirror.com/@types/node/18.11.18 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 dev: true - registry.npmmirror.com/@types/semver/7.3.13: + registry.npmmirror.com/@types/semver@7.3.13: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/semver/-/semver-7.3.13.tgz} name: '@types/semver' version: 7.3.13 dev: true - registry.npmmirror.com/@types/tough-cookie/4.0.2: + registry.npmmirror.com/@types/tough-cookie@4.0.2: resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz} name: '@types/tough-cookie' version: 4.0.2 dev: true - registry.npmmirror.com/@types/web-bluetooth/0.0.16: + registry.npmmirror.com/@types/web-bluetooth@0.0.16: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz} name: '@types/web-bluetooth' version: 0.0.16 - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.47.1_txmweb6yn7coi7nfrp22gpyqmy: + registry.npmmirror.com/@typescript-eslint/eslint-plugin@5.47.1(@typescript-eslint/parser@5.47.1)(eslint@8.30.0)(typescript@4.9.4): resolution: {integrity: sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz} id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.47.1 name: '@typescript-eslint/eslint-plugin' @@ -862,23 +926,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.47.1 - '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.30.0 - ignore: registry.npmmirror.com/ignore/5.2.4 - natural-compare-lite: registry.npmmirror.com/natural-compare-lite/1.4.0 - regexpp: registry.npmmirror.com/regexpp/3.2.0 - semver: registry.npmmirror.com/semver/7.3.8 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.4 - typescript: registry.npmmirror.com/typescript/4.9.4 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser@5.47.1(eslint@8.30.0)(typescript@4.9.4) + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@5.47.1 + '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils@5.47.1(eslint@8.30.0)(typescript@4.9.4) + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@5.47.1(eslint@8.30.0)(typescript@4.9.4) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@8.30.0 + ignore: registry.npmmirror.com/ignore@5.2.4 + natural-compare-lite: registry.npmmirror.com/natural-compare-lite@1.4.0 + regexpp: registry.npmmirror.com/regexpp@3.2.0 + semver: registry.npmmirror.com/semver@7.3.8 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.4) + typescript: registry.npmmirror.com/typescript@4.9.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: + registry.npmmirror.com/@typescript-eslint/parser@5.47.1(eslint@8.30.0)(typescript@4.9.4): resolution: {integrity: sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.47.1.tgz} id: registry.npmmirror.com/@typescript-eslint/parser/5.47.1 name: '@typescript-eslint/parser' @@ -891,27 +955,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.47.1 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.47.1 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4 - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.30.0 - typescript: registry.npmmirror.com/typescript/4.9.4 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@5.47.1 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.47.1 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.47.1(typescript@4.9.4) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@8.30.0 + typescript: registry.npmmirror.com/typescript@4.9.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/scope-manager/5.47.1: + registry.npmmirror.com/@typescript-eslint/scope-manager@5.47.1: resolution: {integrity: sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz} name: '@typescript-eslint/scope-manager' version: 5.47.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.47.1 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.47.1 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.47.1 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@5.47.1 dev: true - registry.npmmirror.com/@typescript-eslint/type-utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: + registry.npmmirror.com/@typescript-eslint/type-utils@5.47.1(eslint@8.30.0)(typescript@4.9.4): resolution: {integrity: sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz} id: registry.npmmirror.com/@typescript-eslint/type-utils/5.47.1 name: '@typescript-eslint/type-utils' @@ -924,24 +988,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4 - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.30.0 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.4 - typescript: registry.npmmirror.com/typescript/4.9.4 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.47.1(typescript@4.9.4) + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@5.47.1(eslint@8.30.0)(typescript@4.9.4) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@8.30.0 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.4) + typescript: registry.npmmirror.com/typescript@4.9.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/types/5.47.1: + registry.npmmirror.com/@typescript-eslint/types@5.47.1: resolution: {integrity: sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.47.1.tgz} name: '@typescript-eslint/types' version: 5.47.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4: + registry.npmmirror.com/@typescript-eslint/typescript-estree@5.47.1(typescript@4.9.4): resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz} id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.47.1 name: '@typescript-eslint/typescript-estree' @@ -953,19 +1017,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.47.1 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.47.1 - 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.3.8 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.4 - typescript: registry.npmmirror.com/typescript/4.9.4 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.47.1 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@5.47.1 + 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.3.8 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.4) + typescript: registry.npmmirror.com/typescript@4.9.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: + registry.npmmirror.com/@typescript-eslint/utils@5.47.1(eslint@8.30.0)(typescript@4.9.4): resolution: {integrity: sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.47.1.tgz} id: registry.npmmirror.com/@typescript-eslint/utils/5.47.1 name: '@typescript-eslint/utils' @@ -974,69 +1038,69 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11 - '@types/semver': registry.npmmirror.com/@types/semver/7.3.13 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.47.1 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.47.1 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4 - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.30.0 - semver: registry.npmmirror.com/semver/7.3.8 + '@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.11 + '@types/semver': registry.npmmirror.com/@types/semver@7.3.13 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@5.47.1 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.47.1 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.47.1(typescript@4.9.4) + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-scope: registry.npmmirror.com/eslint-scope@5.1.1 + eslint-utils: registry.npmmirror.com/eslint-utils@3.0.0(eslint@8.30.0) + semver: registry.npmmirror.com/semver@7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - registry.npmmirror.com/@typescript-eslint/visitor-keys/5.47.1: + registry.npmmirror.com/@typescript-eslint/visitor-keys@5.47.1: resolution: {integrity: sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz} name: '@typescript-eslint/visitor-keys' version: 5.47.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.47.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.47.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.3.0 dev: true - registry.npmmirror.com/@uppy/companion-client/2.2.2: + registry.npmmirror.com/@uppy/companion-client@2.2.2: resolution: {integrity: sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@uppy/companion-client/-/companion-client-2.2.2.tgz} name: '@uppy/companion-client' version: 2.2.2 dependencies: - '@uppy/utils': registry.npmmirror.com/@uppy/utils/4.1.3 - namespace-emitter: registry.npmmirror.com/namespace-emitter/2.0.1 + '@uppy/utils': registry.npmmirror.com/@uppy/utils@4.1.3 + namespace-emitter: registry.npmmirror.com/namespace-emitter@2.0.1 dev: false - registry.npmmirror.com/@uppy/core/2.3.4: + registry.npmmirror.com/@uppy/core@2.3.4: resolution: {integrity: sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@uppy/core/-/core-2.3.4.tgz} name: '@uppy/core' version: 2.3.4 dependencies: - '@transloadit/prettier-bytes': registry.npmmirror.com/@transloadit/prettier-bytes/0.0.7 - '@uppy/store-default': registry.npmmirror.com/@uppy/store-default/2.1.1 - '@uppy/utils': registry.npmmirror.com/@uppy/utils/4.1.3 - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 - mime-match: registry.npmmirror.com/mime-match/1.0.2 - namespace-emitter: registry.npmmirror.com/namespace-emitter/2.0.1 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - preact: registry.npmmirror.com/preact/10.11.3 + '@transloadit/prettier-bytes': registry.npmmirror.com/@transloadit/prettier-bytes@0.0.7 + '@uppy/store-default': registry.npmmirror.com/@uppy/store-default@2.1.1 + '@uppy/utils': registry.npmmirror.com/@uppy/utils@4.1.3 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 + mime-match: registry.npmmirror.com/mime-match@1.0.2 + namespace-emitter: registry.npmmirror.com/namespace-emitter@2.0.1 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + preact: registry.npmmirror.com/preact@10.11.3 dev: false - registry.npmmirror.com/@uppy/store-default/2.1.1: + registry.npmmirror.com/@uppy/store-default@2.1.1: resolution: {integrity: sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@uppy/store-default/-/store-default-2.1.1.tgz} name: '@uppy/store-default' version: 2.1.1 dev: false - registry.npmmirror.com/@uppy/utils/4.1.3: + registry.npmmirror.com/@uppy/utils@4.1.3: resolution: {integrity: sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@uppy/utils/-/utils-4.1.3.tgz} name: '@uppy/utils' version: 4.1.3 dependencies: - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 dev: false - registry.npmmirror.com/@uppy/xhr-upload/2.1.3_@uppy+core@2.3.4: + registry.npmmirror.com/@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4): resolution: {integrity: sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz} id: registry.npmmirror.com/@uppy/xhr-upload/2.1.3 name: '@uppy/xhr-upload' @@ -1044,13 +1108,13 @@ packages: peerDependencies: '@uppy/core': ^2.3.3 dependencies: - '@uppy/companion-client': registry.npmmirror.com/@uppy/companion-client/2.2.2 - '@uppy/core': registry.npmmirror.com/@uppy/core/2.3.4 - '@uppy/utils': registry.npmmirror.com/@uppy/utils/4.1.3 - nanoid: registry.npmmirror.com/nanoid/3.3.4 + '@uppy/companion-client': registry.npmmirror.com/@uppy/companion-client@2.2.2 + '@uppy/core': registry.npmmirror.com/@uppy/core@2.3.4 + '@uppy/utils': registry.npmmirror.com/@uppy/utils@4.1.3 + nanoid: registry.npmmirror.com/nanoid@3.3.4 dev: false - registry.npmmirror.com/@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.45: + registry.npmmirror.com/@vitejs/plugin-vue@4.0.0(vite@4.0.3)(vue@3.2.45): resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz} id: registry.npmmirror.com/@vitejs/plugin-vue/4.0.0 name: '@vitejs/plugin-vue' @@ -1060,109 +1124,109 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji - vue: registry.npmmirror.com/vue/3.2.45 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) + vue: registry.npmmirror.com/vue@3.2.45 dev: true - registry.npmmirror.com/@volar/language-core/1.0.18: + registry.npmmirror.com/@volar/language-core@1.0.18: resolution: {integrity: sha512-PFrqAksKhiuAqNV4fefoMilX+JutVq0Z3iM14xjLvWPv68fs2dLedwU84GiHfSPTMmRiPCJ2HhH2rz4qNY42lA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/language-core/-/language-core-1.0.18.tgz} name: '@volar/language-core' version: 1.0.18 dependencies: - '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.0.18 - '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.45 - muggle-string: registry.npmmirror.com/muggle-string/0.1.0 + '@volar/source-map': registry.npmmirror.com/@volar/source-map@1.0.18 + '@vue/reactivity': registry.npmmirror.com/@vue/reactivity@3.2.45 + muggle-string: registry.npmmirror.com/muggle-string@0.1.0 dev: true - registry.npmmirror.com/@volar/source-map/1.0.18: + registry.npmmirror.com/@volar/source-map@1.0.18: resolution: {integrity: sha512-D8AcjrT2ukG5XiZhtSQBhcvL1TTlWOebCqS//Z/hGLGQZjpZHWaKD4OyDzKDzM0U9EtOuDh9rttnabCHDPvY2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/source-map/-/source-map-1.0.18.tgz} name: '@volar/source-map' version: 1.0.18 dependencies: - muggle-string: registry.npmmirror.com/muggle-string/0.1.0 + muggle-string: registry.npmmirror.com/muggle-string@0.1.0 dev: true - registry.npmmirror.com/@volar/typescript/1.0.18: + registry.npmmirror.com/@volar/typescript@1.0.18: resolution: {integrity: sha512-xpH1Ij+PKtbIKEEYU2bF0llBRmu+ojjm/UA1WHNpi/dvsFWTIZcPniuqYEpPc32Zq/f8OPk98HbM2Oj5eue+vA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/typescript/-/typescript-1.0.18.tgz} name: '@volar/typescript' version: 1.0.18 dependencies: - '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.0.18 + '@volar/language-core': registry.npmmirror.com/@volar/language-core@1.0.18 dev: true - registry.npmmirror.com/@volar/vue-language-core/1.0.18: + registry.npmmirror.com/@volar/vue-language-core@1.0.18: resolution: {integrity: sha512-1yJcXYz9SdQUYoKWPbnr1SgMsBGXH29hS8W47p46P8Mm+5mmDdR/GFQw2+Zo5kAIS8vtLstlowI1Okoy7HFzIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/vue-language-core/-/vue-language-core-1.0.18.tgz} name: '@volar/vue-language-core' version: 1.0.18 dependencies: - '@volar/language-core': registry.npmmirror.com/@volar/language-core/1.0.18 - '@volar/source-map': registry.npmmirror.com/@volar/source-map/1.0.18 - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45 - '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.45 - '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - minimatch: registry.npmmirror.com/minimatch/5.1.2 - vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.7.14 + '@volar/language-core': registry.npmmirror.com/@volar/language-core@1.0.18 + '@volar/source-map': registry.npmmirror.com/@volar/source-map@1.0.18 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom@3.2.45 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc@3.2.45 + '@vue/reactivity': registry.npmmirror.com/@vue/reactivity@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + minimatch: registry.npmmirror.com/minimatch@5.1.2 + vue-template-compiler: registry.npmmirror.com/vue-template-compiler@2.7.14 dev: true - registry.npmmirror.com/@volar/vue-typescript/1.0.18: + registry.npmmirror.com/@volar/vue-typescript@1.0.18: resolution: {integrity: sha512-pfi2/vTLgAPeRNgWzPFFv14YoLc3MnPMVKxl17ZLHStFgROUWQetTN+44FUWVYIl820MesMsyRv4kAIak0XGIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@volar/vue-typescript/-/vue-typescript-1.0.18.tgz} name: '@volar/vue-typescript' version: 1.0.18 dependencies: - '@volar/typescript': registry.npmmirror.com/@volar/typescript/1.0.18 - '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.0.18 + '@volar/typescript': registry.npmmirror.com/@volar/typescript@1.0.18 + '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core@1.0.18 dev: true - registry.npmmirror.com/@vue/compiler-core/3.2.45: + registry.npmmirror.com/@vue/compiler-core@3.2.45: resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.45.tgz} name: '@vue/compiler-core' version: 3.2.45 dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.7 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - source-map: registry.npmmirror.com/source-map/0.6.1 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.7 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + estree-walker: registry.npmmirror.com/estree-walker@2.0.2 + source-map: registry.npmmirror.com/source-map@0.6.1 - registry.npmmirror.com/@vue/compiler-dom/3.2.45: + registry.npmmirror.com/@vue/compiler-dom@3.2.45: resolution: {integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz} name: '@vue/compiler-dom' version: 3.2.45 dependencies: - '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 - registry.npmmirror.com/@vue/compiler-sfc/3.2.45: + registry.npmmirror.com/@vue/compiler-sfc@3.2.45: resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz} name: '@vue/compiler-sfc' version: 3.2.45 dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.7 - '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.45 - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45 - '@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr/3.2.45 - '@vue/reactivity-transform': registry.npmmirror.com/@vue/reactivity-transform/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - magic-string: registry.npmmirror.com/magic-string/0.25.9 - postcss: registry.npmmirror.com/postcss/8.4.20 - source-map: registry.npmmirror.com/source-map/0.6.1 - - registry.npmmirror.com/@vue/compiler-ssr/3.2.45: + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.7 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core@3.2.45 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom@3.2.45 + '@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr@3.2.45 + '@vue/reactivity-transform': registry.npmmirror.com/@vue/reactivity-transform@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + estree-walker: registry.npmmirror.com/estree-walker@2.0.2 + magic-string: registry.npmmirror.com/magic-string@0.25.9 + postcss: registry.npmmirror.com/postcss@8.4.20 + source-map: registry.npmmirror.com/source-map@0.6.1 + + registry.npmmirror.com/@vue/compiler-ssr@3.2.45: resolution: {integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz} name: '@vue/compiler-ssr' version: 3.2.45 dependencies: - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 - registry.npmmirror.com/@vue/devtools-api/6.4.5: + registry.npmmirror.com/@vue/devtools-api@6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.4.5.tgz} name: '@vue/devtools-api' version: 6.4.5 dev: false - registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_l5rdqc4k22455lce6ocqroldia: + registry.npmmirror.com/@vue/eslint-config-prettier@7.0.0(eslint@8.30.0)(prettier@2.8.1): resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz} id: registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0 name: '@vue/eslint-config-prettier' @@ -1171,13 +1235,13 @@ packages: eslint: '>= 7.28.0' prettier: '>= 2.0.0' dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier/8.5.0_eslint@8.30.0 - eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.2.1_kl4pe43v5b43npmso5hoplpbyi - prettier: registry.npmmirror.com/prettier/2.8.1 + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier@8.5.0(eslint@8.30.0) + eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.5.0)(eslint@8.30.0)(prettier@2.8.1) + prettier: registry.npmmirror.com/prettier@2.8.1 dev: true - registry.npmmirror.com/@vue/eslint-config-typescript/11.0.2_eh2oupyoc3mviptu6zovyv6md4: + registry.npmmirror.com/@vue/eslint-config-typescript@11.0.2(eslint-plugin-vue@9.8.0)(eslint@8.30.0)(typescript@4.9.4): resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.2.tgz} id: registry.npmmirror.com/@vue/eslint-config-typescript/11.0.2 name: '@vue/eslint-config-typescript' @@ -1191,52 +1255,52 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.47.1_txmweb6yn7coi7nfrp22gpyqmy - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.8.0_eslint@8.30.0 - typescript: registry.npmmirror.com/typescript/4.9.4 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin@5.47.1(@typescript-eslint/parser@5.47.1)(eslint@8.30.0)(typescript@4.9.4) + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser@5.47.1(eslint@8.30.0)(typescript@4.9.4) + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue@9.8.0(eslint@8.30.0) + typescript: registry.npmmirror.com/typescript@4.9.4 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser@9.1.0(eslint@8.30.0) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@vue/reactivity-transform/3.2.45: + registry.npmmirror.com/@vue/reactivity-transform@3.2.45: resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz} name: '@vue/reactivity-transform' version: 3.2.45 dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.7 - '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - estree-walker: registry.npmmirror.com/estree-walker/2.0.2 - magic-string: registry.npmmirror.com/magic-string/0.25.9 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.7 + '@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + estree-walker: registry.npmmirror.com/estree-walker@2.0.2 + magic-string: registry.npmmirror.com/magic-string@0.25.9 - registry.npmmirror.com/@vue/reactivity/3.2.45: + registry.npmmirror.com/@vue/reactivity@3.2.45: resolution: {integrity: sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.45.tgz} name: '@vue/reactivity' version: 3.2.45 dependencies: - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 - registry.npmmirror.com/@vue/runtime-core/3.2.45: + registry.npmmirror.com/@vue/runtime-core@3.2.45: resolution: {integrity: sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.45.tgz} name: '@vue/runtime-core' version: 3.2.45 dependencies: - '@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 + '@vue/reactivity': registry.npmmirror.com/@vue/reactivity@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 - registry.npmmirror.com/@vue/runtime-dom/3.2.45: + registry.npmmirror.com/@vue/runtime-dom@3.2.45: resolution: {integrity: sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz} name: '@vue/runtime-dom' version: 3.2.45 dependencies: - '@vue/runtime-core': registry.npmmirror.com/@vue/runtime-core/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - csstype: registry.npmmirror.com/csstype/2.6.21 + '@vue/runtime-core': registry.npmmirror.com/@vue/runtime-core@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + csstype: registry.npmmirror.com/csstype@2.6.21 - registry.npmmirror.com/@vue/server-renderer/3.2.45_vue@3.2.45: + registry.npmmirror.com/@vue/server-renderer@3.2.45(vue@3.2.45): resolution: {integrity: sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.45.tgz} id: registry.npmmirror.com/@vue/server-renderer/3.2.45 name: '@vue/server-renderer' @@ -1244,16 +1308,16 @@ packages: peerDependencies: vue: 3.2.45 dependencies: - '@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr/3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 - vue: registry.npmmirror.com/vue/3.2.45 + '@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr@3.2.45 + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 - registry.npmmirror.com/@vue/shared/3.2.45: + registry.npmmirror.com/@vue/shared@3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/shared/-/shared-3.2.45.tgz} name: '@vue/shared' version: 3.2.45 - registry.npmmirror.com/@vue/test-utils/2.2.6_vue@3.2.45: + registry.npmmirror.com/@vue/test-utils@2.2.6(vue@3.2.45): resolution: {integrity: sha512-64zHtJZdG7V/U2L0j/z3Pt5bSygccI3xs+Kl7LB73AZK4MQ8WONJhqDQPK8leUFFA9CmmoJygeky7zcl2hX10A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/test-utils/-/test-utils-2.2.6.tgz} id: registry.npmmirror.com/@vue/test-utils/2.2.6 name: '@vue/test-utils' @@ -1261,10 +1325,10 @@ packages: peerDependencies: vue: ^3.0.1 dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: true - registry.npmmirror.com/@vue/tsconfig/0.1.3_@types+node@18.11.18: + registry.npmmirror.com/@vue/tsconfig@0.1.3(@types/node@18.11.18): resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.1.3.tgz} id: registry.npmmirror.com/@vue/tsconfig/0.1.3 name: '@vue/tsconfig' @@ -1275,40 +1339,40 @@ packages: '@types/node': optional: true dependencies: - '@types/node': registry.npmmirror.com/@types/node/18.11.18 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 dev: true - registry.npmmirror.com/@vueuse/core/9.9.0_vue@3.2.45: + registry.npmmirror.com/@vueuse/core@9.9.0(vue@3.2.45): resolution: {integrity: sha512-JdDb7TrE0imZnwBhMF4+0PCJqGD3AxzH8S2sfk54P0rqvklK+EAtAR/mPb1HwV/JPujQFQJhghQ190Yq03YpVw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/core/-/core-9.9.0.tgz} id: registry.npmmirror.com/@vueuse/core/9.9.0 name: '@vueuse/core' version: 9.9.0 dependencies: - '@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth/0.0.16 - '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/9.9.0 - '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/9.9.0_vue@3.2.45 - vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45 + '@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth@0.0.16 + '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata@9.9.0 + '@vueuse/shared': registry.npmmirror.com/@vueuse/shared@9.9.0(vue@3.2.45) + vue-demi: registry.npmmirror.com/vue-demi@0.13.11(vue@3.2.45) transitivePeerDependencies: - '@vue/composition-api' - vue - registry.npmmirror.com/@vueuse/metadata/9.9.0: + registry.npmmirror.com/@vueuse/metadata@9.9.0: resolution: {integrity: sha512-pgxsUJv/d7IjKpLeB6TthggEsaBwM3ffc5jPrr5TmxAm/fup0mGR5VTzrdA/PSx85tpb+CIvP92D+55qBNc8ag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.9.0.tgz} name: '@vueuse/metadata' version: 9.9.0 - registry.npmmirror.com/@vueuse/shared/9.9.0_vue@3.2.45: + registry.npmmirror.com/@vueuse/shared@9.9.0(vue@3.2.45): resolution: {integrity: sha512-+D0XFwHG0T+uaIbCSlROBwm1wzs71B7n3KyDOxnvfEMMHDOzl09rYKwaE2AENmYwYPXfHPbSBRDD2gBVHbvTcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-9.9.0.tgz} id: registry.npmmirror.com/@vueuse/shared/9.9.0 name: '@vueuse/shared' version: 9.9.0 dependencies: - vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45 + vue-demi: registry.npmmirror.com/vue-demi@0.13.11(vue@3.2.45) transitivePeerDependencies: - '@vue/composition-api' - vue - registry.npmmirror.com/@wangeditor/basic-modules/1.1.7_j7icpicfeimtkldwmemjnpdjs4: + registry.npmmirror.com/@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz} id: registry.npmmirror.com/@wangeditor/basic-modules/1.1.7 name: '@wangeditor/basic-modules' @@ -1321,16 +1385,16 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - is-url: registry.npmmirror.com/is-url/1.2.4 - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + is-url: registry.npmmirror.com/is-url@1.2.4 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/code-highlight/1.0.3_tztyh2vh7kwzpeloifaekkk3my: + registry.npmmirror.com/@wangeditor/code-highlight@1.0.3(@wangeditor/core@1.1.19)(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz} id: registry.npmmirror.com/@wangeditor/code-highlight/1.0.3 name: '@wangeditor/code-highlight' @@ -1341,14 +1405,14 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - prismjs: registry.npmmirror.com/prismjs/1.29.0 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + prismjs: registry.npmmirror.com/prismjs@1.29.0 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e: + registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/core/-/core-1.1.19.tgz} id: registry.npmmirror.com/@wangeditor/core/1.1.19 name: '@wangeditor/core' @@ -1369,29 +1433,29 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@types/event-emitter': registry.npmmirror.com/@types/event-emitter/0.3.3 - '@uppy/core': registry.npmmirror.com/@uppy/core/2.3.4 - '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload/2.1.3_@uppy+core@2.3.4 - dom7: registry.npmmirror.com/dom7/3.0.0 - event-emitter: registry.npmmirror.com/event-emitter/0.3.5 - html-void-elements: registry.npmmirror.com/html-void-elements/2.0.1 - i18next: registry.npmmirror.com/i18next/20.6.1 - is-hotkey: registry.npmmirror.com/is-hotkey/0.2.0 - lodash.camelcase: registry.npmmirror.com/lodash.camelcase/4.3.0 - lodash.clonedeep: registry.npmmirror.com/lodash.clonedeep/4.5.0 - lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8 - lodash.foreach: registry.npmmirror.com/lodash.foreach/4.5.0 - lodash.isequal: registry.npmmirror.com/lodash.isequal/4.5.0 - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 - lodash.toarray: registry.npmmirror.com/lodash.toarray/4.4.0 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - scroll-into-view-if-needed: registry.npmmirror.com/scroll-into-view-if-needed/2.2.31 - slate: registry.npmmirror.com/slate/0.72.8 - slate-history: registry.npmmirror.com/slate-history/0.66.0_slate@0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@types/event-emitter': registry.npmmirror.com/@types/event-emitter@0.3.3 + '@uppy/core': registry.npmmirror.com/@uppy/core@2.3.4 + '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4) + dom7: registry.npmmirror.com/dom7@3.0.0 + event-emitter: registry.npmmirror.com/event-emitter@0.3.5 + html-void-elements: registry.npmmirror.com/html-void-elements@2.0.1 + i18next: registry.npmmirror.com/i18next@20.6.1 + is-hotkey: registry.npmmirror.com/is-hotkey@0.2.0 + lodash.camelcase: registry.npmmirror.com/lodash.camelcase@4.3.0 + lodash.clonedeep: registry.npmmirror.com/lodash.clonedeep@4.5.0 + lodash.debounce: registry.npmmirror.com/lodash.debounce@4.0.8 + lodash.foreach: registry.npmmirror.com/lodash.foreach@4.5.0 + lodash.isequal: registry.npmmirror.com/lodash.isequal@4.5.0 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 + lodash.toarray: registry.npmmirror.com/lodash.toarray@4.4.0 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + scroll-into-view-if-needed: registry.npmmirror.com/scroll-into-view-if-needed@2.2.31 + slate: registry.npmmirror.com/slate@0.72.8 + slate-history: registry.npmmirror.com/slate-history@0.66.0(slate@0.72.8) + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/editor-for-vue/5.1.12_3apfu3xbp6awzuex7ed3sbrv6y: + registry.npmmirror.com/@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.2.45): resolution: {integrity: sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/editor-for-vue/-/editor-for-vue-5.1.12.tgz} id: registry.npmmirror.com/@wangeditor/editor-for-vue/5.1.12 name: '@wangeditor/editor-for-vue' @@ -1400,39 +1464,39 @@ packages: '@wangeditor/editor': '>=5.1.0' vue: ^3.0.5 dependencies: - '@wangeditor/editor': registry.npmmirror.com/@wangeditor/editor/5.1.23 - vue: registry.npmmirror.com/vue/3.2.45 + '@wangeditor/editor': registry.npmmirror.com/@wangeditor/editor@5.1.23 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/@wangeditor/editor/5.1.23: + registry.npmmirror.com/@wangeditor/editor@5.1.23: resolution: {integrity: sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/editor/-/editor-5.1.23.tgz} name: '@wangeditor/editor' version: 5.1.23 dependencies: - '@uppy/core': registry.npmmirror.com/@uppy/core/2.3.4 - '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload/2.1.3_@uppy+core@2.3.4 - '@wangeditor/basic-modules': registry.npmmirror.com/@wangeditor/basic-modules/1.1.7_j7icpicfeimtkldwmemjnpdjs4 - '@wangeditor/code-highlight': registry.npmmirror.com/@wangeditor/code-highlight/1.0.3_tztyh2vh7kwzpeloifaekkk3my - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - '@wangeditor/list-module': registry.npmmirror.com/@wangeditor/list-module/1.0.5_tztyh2vh7kwzpeloifaekkk3my - '@wangeditor/table-module': registry.npmmirror.com/@wangeditor/table-module/1.1.4_2dde2uzwslfxq2cqrl35sl4erm - '@wangeditor/upload-image-module': registry.npmmirror.com/@wangeditor/upload-image-module/1.0.2_dwqga4onuah5imhngzkgmw6t5a - '@wangeditor/video-module': registry.npmmirror.com/@wangeditor/video-module/1.1.4_i6gxywmu7tvxmjxypclnjlcil4 - dom7: registry.npmmirror.com/dom7/3.0.0 - is-hotkey: registry.npmmirror.com/is-hotkey/0.2.0 - lodash.camelcase: registry.npmmirror.com/lodash.camelcase/4.3.0 - lodash.clonedeep: registry.npmmirror.com/lodash.clonedeep/4.5.0 - lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8 - lodash.foreach: registry.npmmirror.com/lodash.foreach/4.5.0 - lodash.isequal: registry.npmmirror.com/lodash.isequal/4.5.0 - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 - lodash.toarray: registry.npmmirror.com/lodash.toarray/4.4.0 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@uppy/core': registry.npmmirror.com/@uppy/core@2.3.4 + '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4) + '@wangeditor/basic-modules': registry.npmmirror.com/@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/code-highlight': registry.npmmirror.com/@wangeditor/code-highlight@1.0.3(@wangeditor/core@1.1.19)(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/list-module': registry.npmmirror.com/@wangeditor/list-module@1.0.5(@wangeditor/core@1.1.19)(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/table-module': registry.npmmirror.com/@wangeditor/table-module@1.1.4(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/upload-image-module': registry.npmmirror.com/@wangeditor/upload-image-module@1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(@wangeditor/basic-modules@1.1.7)(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/video-module': registry.npmmirror.com/@wangeditor/video-module@1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(@wangeditor/core@1.1.19)(dom7@3.0.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + is-hotkey: registry.npmmirror.com/is-hotkey@0.2.0 + lodash.camelcase: registry.npmmirror.com/lodash.camelcase@4.3.0 + lodash.clonedeep: registry.npmmirror.com/lodash.clonedeep@4.5.0 + lodash.debounce: registry.npmmirror.com/lodash.debounce@4.0.8 + lodash.foreach: registry.npmmirror.com/lodash.foreach@4.5.0 + lodash.isequal: registry.npmmirror.com/lodash.isequal@4.5.0 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 + lodash.toarray: registry.npmmirror.com/lodash.toarray@4.4.0 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/list-module/1.0.5_tztyh2vh7kwzpeloifaekkk3my: + registry.npmmirror.com/@wangeditor/list-module@1.0.5(@wangeditor/core@1.1.19)(dom7@3.0.0)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/list-module/-/list-module-1.0.5.tgz} id: registry.npmmirror.com/@wangeditor/list-module/1.0.5 name: '@wangeditor/list-module' @@ -1443,13 +1507,13 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/table-module/1.1.4_2dde2uzwslfxq2cqrl35sl4erm: + registry.npmmirror.com/@wangeditor/table-module@1.1.4(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/table-module/-/table-module-1.1.4.tgz} id: registry.npmmirror.com/@wangeditor/table-module/1.1.4 name: '@wangeditor/table-module' @@ -1463,16 +1527,16 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - lodash.isequal: registry.npmmirror.com/lodash.isequal/4.5.0 - lodash.throttle: registry.npmmirror.com/lodash.throttle/4.1.1 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + lodash.isequal: registry.npmmirror.com/lodash.isequal@4.5.0 + lodash.throttle: registry.npmmirror.com/lodash.throttle@4.1.1 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/upload-image-module/1.0.2_dwqga4onuah5imhngzkgmw6t5a: + registry.npmmirror.com/@wangeditor/upload-image-module@1.0.2(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(@wangeditor/basic-modules@1.1.7)(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.foreach@4.5.0)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz} id: registry.npmmirror.com/@wangeditor/upload-image-module/1.0.2 name: '@wangeditor/upload-image-module' @@ -1487,17 +1551,17 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@uppy/core': registry.npmmirror.com/@uppy/core/2.3.4 - '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload/2.1.3_@uppy+core@2.3.4 - '@wangeditor/basic-modules': registry.npmmirror.com/@wangeditor/basic-modules/1.1.7_j7icpicfeimtkldwmemjnpdjs4 - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - lodash.foreach: registry.npmmirror.com/lodash.foreach/4.5.0 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@uppy/core': registry.npmmirror.com/@uppy/core@2.3.4 + '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4) + '@wangeditor/basic-modules': registry.npmmirror.com/@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19)(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + lodash.foreach: registry.npmmirror.com/lodash.foreach@4.5.0 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/@wangeditor/video-module/1.1.4_i6gxywmu7tvxmjxypclnjlcil4: + registry.npmmirror.com/@wangeditor/video-module@1.1.4(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(@wangeditor/core@1.1.19)(dom7@3.0.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1): resolution: {integrity: sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@wangeditor/video-module/-/video-module-1.1.4.tgz} id: registry.npmmirror.com/@wangeditor/video-module/1.1.4 name: '@wangeditor/video-module' @@ -1511,31 +1575,31 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - '@uppy/core': registry.npmmirror.com/@uppy/core/2.3.4 - '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload/2.1.3_@uppy+core@2.3.4 - '@wangeditor/core': registry.npmmirror.com/@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e - dom7: registry.npmmirror.com/dom7/3.0.0 - nanoid: registry.npmmirror.com/nanoid/3.3.4 - slate: registry.npmmirror.com/slate/0.72.8 - snabbdom: registry.npmmirror.com/snabbdom/3.5.1 + '@uppy/core': registry.npmmirror.com/@uppy/core@2.3.4 + '@uppy/xhr-upload': registry.npmmirror.com/@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4) + '@wangeditor/core': registry.npmmirror.com/@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3)(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.4)(slate@0.72.8)(snabbdom@3.5.1) + dom7: registry.npmmirror.com/dom7@3.0.0 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + slate: registry.npmmirror.com/slate@0.72.8 + snabbdom: registry.npmmirror.com/snabbdom@3.5.1 dev: false - registry.npmmirror.com/abab/2.0.6: + 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 version: 2.0.6 dev: true - registry.npmmirror.com/acorn-globals/7.0.1: + 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.1 - acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 + acorn: registry.npmmirror.com/acorn@8.8.1 + acorn-walk: registry.npmmirror.com/acorn-walk@8.2.0 dev: true - registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.8.1: + registry.npmmirror.com/acorn-jsx@5.3.2(acorn@8.8.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 @@ -1543,17 +1607,17 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.1 + acorn: registry.npmmirror.com/acorn@8.8.1 dev: true - registry.npmmirror.com/acorn-walk/8.2.0: + registry.npmmirror.com/acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.2.0.tgz} name: acorn-walk version: 8.2.0 engines: {node: '>=0.4.0'} dev: true - registry.npmmirror.com/acorn/8.8.1: + registry.npmmirror.com/acorn@8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn/-/acorn-8.8.1.tgz} name: acorn version: 8.8.1 @@ -1561,399 +1625,399 @@ packages: hasBin: true dev: true - registry.npmmirror.com/agent-base/6.0.2: + registry.npmmirror.com/agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz} name: agent-base version: 6.0.2 engines: {node: '>= 6.0.0'} dependencies: - debug: registry.npmmirror.com/debug/4.3.4 + debug: registry.npmmirror.com/debug@4.3.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/ajv/6.12.6: + registry.npmmirror.com/ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz} name: ajv version: 6.12.6 dependencies: - fast-deep-equal: registry.npmmirror.com/fast-deep-equal/3.1.3 - fast-json-stable-stringify: registry.npmmirror.com/fast-json-stable-stringify/2.1.0 - json-schema-traverse: registry.npmmirror.com/json-schema-traverse/0.4.1 - uri-js: registry.npmmirror.com/uri-js/4.4.1 + fast-deep-equal: registry.npmmirror.com/fast-deep-equal@3.1.3 + fast-json-stable-stringify: registry.npmmirror.com/fast-json-stable-stringify@2.1.0 + json-schema-traverse: registry.npmmirror.com/json-schema-traverse@0.4.1 + uri-js: registry.npmmirror.com/uri-js@4.4.1 dev: true - registry.npmmirror.com/ansi-escapes/4.3.2: + registry.npmmirror.com/ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz} name: ansi-escapes version: 4.3.2 engines: {node: '>=8'} dependencies: - type-fest: registry.npmmirror.com/type-fest/0.21.3 + type-fest: registry.npmmirror.com/type-fest@0.21.3 dev: true - registry.npmmirror.com/ansi-regex/5.0.1: + 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 version: 5.0.1 engines: {node: '>=8'} dev: true - registry.npmmirror.com/ansi-styles/3.2.1: + registry.npmmirror.com/ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz} name: ansi-styles version: 3.2.1 engines: {node: '>=4'} dependencies: - color-convert: registry.npmmirror.com/color-convert/1.9.3 + color-convert: registry.npmmirror.com/color-convert@1.9.3 dev: true - registry.npmmirror.com/ansi-styles/4.3.0: + registry.npmmirror.com/ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz} name: ansi-styles version: 4.3.0 engines: {node: '>=8'} dependencies: - color-convert: registry.npmmirror.com/color-convert/2.0.1 + color-convert: registry.npmmirror.com/color-convert@2.0.1 dev: true - registry.npmmirror.com/anymatch/3.1.3: + registry.npmmirror.com/anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz} name: anymatch version: 3.1.3 engines: {node: '>= 8'} dependencies: - normalize-path: registry.npmmirror.com/normalize-path/3.0.0 - picomatch: registry.npmmirror.com/picomatch/2.3.1 + normalize-path: registry.npmmirror.com/normalize-path@3.0.0 + picomatch: registry.npmmirror.com/picomatch@2.3.1 dev: true - registry.npmmirror.com/arg/5.0.2: + registry.npmmirror.com/arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz} name: arg version: 5.0.2 dev: true - registry.npmmirror.com/argparse/2.0.1: + registry.npmmirror.com/argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz} name: argparse version: 2.0.1 dev: true - registry.npmmirror.com/array-union/2.1.0: + 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 version: 2.1.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/assertion-error/1.1.0: + registry.npmmirror.com/assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/assertion-error/-/assertion-error-1.1.0.tgz} name: assertion-error version: 1.1.0 dev: true - registry.npmmirror.com/async-validator/4.2.5: + registry.npmmirror.com/async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz} name: async-validator version: 4.2.5 dev: false - registry.npmmirror.com/asynckit/0.4.0: + registry.npmmirror.com/asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz} name: asynckit version: 0.4.0 - registry.npmmirror.com/axios/0.25.0_debug@4.3.4: + registry.npmmirror.com/axios@0.25.0(debug@4.3.4): resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/-/axios-0.25.0.tgz} id: registry.npmmirror.com/axios/0.25.0 name: axios version: 0.25.0 dependencies: - follow-redirects: registry.npmmirror.com/follow-redirects/1.15.2_debug@4.3.4 + follow-redirects: registry.npmmirror.com/follow-redirects@1.15.2(debug@4.3.4) transitivePeerDependencies: - debug dev: true - registry.npmmirror.com/axios/1.2.2: + registry.npmmirror.com/axios@1.2.2: resolution: {integrity: sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/-/axios-1.2.2.tgz} name: axios version: 1.2.2 dependencies: - follow-redirects: registry.npmmirror.com/follow-redirects/1.15.2 - form-data: registry.npmmirror.com/form-data/4.0.0 - proxy-from-env: registry.npmmirror.com/proxy-from-env/1.1.0 + follow-redirects: registry.npmmirror.com/follow-redirects@1.15.2(debug@4.3.4) + form-data: registry.npmmirror.com/form-data@4.0.0 + proxy-from-env: registry.npmmirror.com/proxy-from-env@1.1.0 transitivePeerDependencies: - debug dev: false - registry.npmmirror.com/balanced-match/1.0.2: + registry.npmmirror.com/balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz} name: balanced-match version: 1.0.2 dev: true - registry.npmmirror.com/batch-processor/1.0.0: + registry.npmmirror.com/batch-processor@1.0.0: resolution: {integrity: sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/batch-processor/-/batch-processor-1.0.0.tgz} name: batch-processor version: 1.0.0 dev: false - registry.npmmirror.com/binary-extensions/2.2.0: + registry.npmmirror.com/binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz} name: binary-extensions version: 2.2.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/bluebird/3.7.2: + registry.npmmirror.com/bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz} name: bluebird version: 3.7.2 dev: true - registry.npmmirror.com/boolbase/1.0.0: + registry.npmmirror.com/boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz} name: boolbase version: 1.0.0 dev: true - registry.npmmirror.com/brace-expansion/1.1.11: + registry.npmmirror.com/brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz} name: brace-expansion version: 1.1.11 dependencies: - balanced-match: registry.npmmirror.com/balanced-match/1.0.2 - concat-map: registry.npmmirror.com/concat-map/0.0.1 + balanced-match: registry.npmmirror.com/balanced-match@1.0.2 + concat-map: registry.npmmirror.com/concat-map@0.0.1 dev: true - registry.npmmirror.com/brace-expansion/2.0.1: + registry.npmmirror.com/brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz} name: brace-expansion version: 2.0.1 dependencies: - balanced-match: registry.npmmirror.com/balanced-match/1.0.2 + balanced-match: registry.npmmirror.com/balanced-match@1.0.2 dev: true - registry.npmmirror.com/braces/3.0.2: + registry.npmmirror.com/braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz} name: braces version: 3.0.2 engines: {node: '>=8'} dependencies: - fill-range: registry.npmmirror.com/fill-range/7.0.1 + fill-range: registry.npmmirror.com/fill-range@7.0.1 dev: true - registry.npmmirror.com/buffer-from/1.1.2: + registry.npmmirror.com/buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz} name: buffer-from version: 1.1.2 dev: true - registry.npmmirror.com/builtin-modules/3.3.0: + registry.npmmirror.com/builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/builtin-modules/-/builtin-modules-3.3.0.tgz} name: builtin-modules version: 3.3.0 engines: {node: '>=6'} dev: true - registry.npmmirror.com/call-bind/1.0.2: + registry.npmmirror.com/call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz} name: call-bind version: 1.0.2 dependencies: - function-bind: registry.npmmirror.com/function-bind/1.1.1 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 + function-bind: registry.npmmirror.com/function-bind@1.1.1 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 - registry.npmmirror.com/callsites/3.1.0: + registry.npmmirror.com/callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz} name: callsites version: 3.1.0 engines: {node: '>=6'} dev: true - registry.npmmirror.com/chai/4.3.7: + registry.npmmirror.com/chai@4.3.7: resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chai/-/chai-4.3.7.tgz} name: chai version: 4.3.7 engines: {node: '>=4'} dependencies: - assertion-error: registry.npmmirror.com/assertion-error/1.1.0 - check-error: registry.npmmirror.com/check-error/1.0.2 - deep-eql: registry.npmmirror.com/deep-eql/4.1.3 - get-func-name: registry.npmmirror.com/get-func-name/2.0.0 - loupe: registry.npmmirror.com/loupe/2.3.6 - pathval: registry.npmmirror.com/pathval/1.1.1 - type-detect: registry.npmmirror.com/type-detect/4.0.8 + assertion-error: registry.npmmirror.com/assertion-error@1.1.0 + check-error: registry.npmmirror.com/check-error@1.0.2 + deep-eql: registry.npmmirror.com/deep-eql@4.1.3 + get-func-name: registry.npmmirror.com/get-func-name@2.0.0 + loupe: registry.npmmirror.com/loupe@2.3.6 + pathval: registry.npmmirror.com/pathval@1.1.1 + type-detect: registry.npmmirror.com/type-detect@4.0.8 dev: true - registry.npmmirror.com/chalk/2.4.2: + registry.npmmirror.com/chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz} name: chalk version: 2.4.2 engines: {node: '>=4'} dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/3.2.1 - escape-string-regexp: registry.npmmirror.com/escape-string-regexp/1.0.5 - supports-color: registry.npmmirror.com/supports-color/5.5.0 + ansi-styles: registry.npmmirror.com/ansi-styles@3.2.1 + escape-string-regexp: registry.npmmirror.com/escape-string-regexp@1.0.5 + supports-color: registry.npmmirror.com/supports-color@5.5.0 dev: true - registry.npmmirror.com/chalk/4.1.2: + registry.npmmirror.com/chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz} name: chalk version: 4.1.2 engines: {node: '>=10'} dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/4.3.0 - supports-color: registry.npmmirror.com/supports-color/7.2.0 + ansi-styles: registry.npmmirror.com/ansi-styles@4.3.0 + supports-color: registry.npmmirror.com/supports-color@7.2.0 dev: true - registry.npmmirror.com/check-error/1.0.2: + registry.npmmirror.com/check-error@1.0.2: resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/check-error/-/check-error-1.0.2.tgz} name: check-error version: 1.0.2 dev: true - registry.npmmirror.com/check-more-types/2.24.0: + registry.npmmirror.com/check-more-types@2.24.0: resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/check-more-types/-/check-more-types-2.24.0.tgz} name: check-more-types version: 2.24.0 engines: {node: '>= 0.8.0'} dev: true - registry.npmmirror.com/chokidar/3.5.3: + registry.npmmirror.com/chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz} name: chokidar version: 3.5.3 engines: {node: '>= 8.10.0'} dependencies: - anymatch: registry.npmmirror.com/anymatch/3.1.3 - braces: registry.npmmirror.com/braces/3.0.2 - glob-parent: registry.npmmirror.com/glob-parent/5.1.2 - is-binary-path: registry.npmmirror.com/is-binary-path/2.1.0 - is-glob: registry.npmmirror.com/is-glob/4.0.3 - normalize-path: registry.npmmirror.com/normalize-path/3.0.0 - readdirp: registry.npmmirror.com/readdirp/3.6.0 + anymatch: registry.npmmirror.com/anymatch@3.1.3 + braces: registry.npmmirror.com/braces@3.0.2 + glob-parent: registry.npmmirror.com/glob-parent@5.1.2 + is-binary-path: registry.npmmirror.com/is-binary-path@2.1.0 + is-glob: registry.npmmirror.com/is-glob@4.0.3 + normalize-path: registry.npmmirror.com/normalize-path@3.0.0 + readdirp: registry.npmmirror.com/readdirp@3.6.0 optionalDependencies: - fsevents: registry.npmmirror.com/fsevents/2.3.2 + fsevents: registry.npmmirror.com/fsevents@2.3.2 dev: true - registry.npmmirror.com/clipboard/2.0.11: + registry.npmmirror.com/clipboard@2.0.11: resolution: {integrity: sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/clipboard/-/clipboard-2.0.11.tgz} name: clipboard version: 2.0.11 dependencies: - good-listener: registry.npmmirror.com/good-listener/1.2.2 - select: registry.npmmirror.com/select/1.1.2 - tiny-emitter: registry.npmmirror.com/tiny-emitter/2.1.0 + good-listener: registry.npmmirror.com/good-listener@1.2.2 + select: registry.npmmirror.com/select@1.1.2 + tiny-emitter: registry.npmmirror.com/tiny-emitter@2.1.0 dev: false - registry.npmmirror.com/color-convert/1.9.3: + registry.npmmirror.com/color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz} name: color-convert version: 1.9.3 dependencies: - color-name: registry.npmmirror.com/color-name/1.1.3 + color-name: registry.npmmirror.com/color-name@1.1.3 dev: true - registry.npmmirror.com/color-convert/2.0.1: + registry.npmmirror.com/color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz} name: color-convert version: 2.0.1 engines: {node: '>=7.0.0'} dependencies: - color-name: registry.npmmirror.com/color-name/1.1.4 + color-name: registry.npmmirror.com/color-name@1.1.4 dev: true - registry.npmmirror.com/color-name/1.1.3: + registry.npmmirror.com/color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz} name: color-name version: 1.1.3 dev: true - registry.npmmirror.com/color-name/1.1.4: + registry.npmmirror.com/color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz} name: color-name version: 1.1.4 dev: true - registry.npmmirror.com/combined-stream/1.0.8: + registry.npmmirror.com/combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz} name: combined-stream version: 1.0.8 engines: {node: '>= 0.8'} dependencies: - delayed-stream: registry.npmmirror.com/delayed-stream/1.0.0 + delayed-stream: registry.npmmirror.com/delayed-stream@1.0.0 - registry.npmmirror.com/commander/8.3.0: + registry.npmmirror.com/commander@8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz} name: commander version: 8.3.0 engines: {node: '>= 12'} dev: true - registry.npmmirror.com/commander/9.4.1: + registry.npmmirror.com/commander@9.4.1: resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-9.4.1.tgz} name: commander version: 9.4.1 engines: {node: ^12.20.0 || >=14} - registry.npmmirror.com/compute-scroll-into-view/1.0.20: + registry.npmmirror.com/compute-scroll-into-view@1.0.20: resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz} name: compute-scroll-into-view version: 1.0.20 dev: false - registry.npmmirror.com/concat-map/0.0.1: + registry.npmmirror.com/concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz} name: concat-map version: 0.0.1 dev: true - registry.npmmirror.com/connect/3.7.0: + registry.npmmirror.com/connect@3.7.0: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/connect/-/connect-3.7.0.tgz} name: connect version: 3.7.0 engines: {node: '>= 0.10.0'} dependencies: - debug: registry.npmmirror.com/debug/2.6.9 - finalhandler: registry.npmmirror.com/finalhandler/1.1.2 - parseurl: registry.npmmirror.com/parseurl/1.3.3 - utils-merge: registry.npmmirror.com/utils-merge/1.0.1 + debug: registry.npmmirror.com/debug@2.6.9 + finalhandler: registry.npmmirror.com/finalhandler@1.1.2 + parseurl: registry.npmmirror.com/parseurl@1.3.3 + utils-merge: registry.npmmirror.com/utils-merge@1.0.1 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/core-util-is/1.0.3: + registry.npmmirror.com/core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz} name: core-util-is version: 1.0.3 dev: false - registry.npmmirror.com/cross-spawn/6.0.5: + registry.npmmirror.com/cross-spawn@6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cross-spawn/-/cross-spawn-6.0.5.tgz} name: cross-spawn version: 6.0.5 engines: {node: '>=4.8'} dependencies: - nice-try: registry.npmmirror.com/nice-try/1.0.5 - path-key: registry.npmmirror.com/path-key/2.0.1 - semver: registry.npmmirror.com/semver/5.7.1 - shebang-command: registry.npmmirror.com/shebang-command/1.2.0 - which: registry.npmmirror.com/which/1.3.1 + nice-try: registry.npmmirror.com/nice-try@1.0.5 + path-key: registry.npmmirror.com/path-key@2.0.1 + semver: registry.npmmirror.com/semver@5.7.1 + shebang-command: registry.npmmirror.com/shebang-command@1.2.0 + which: registry.npmmirror.com/which@1.3.1 dev: true - registry.npmmirror.com/cross-spawn/7.0.3: + registry.npmmirror.com/cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz} name: cross-spawn version: 7.0.3 engines: {node: '>= 8'} dependencies: - path-key: registry.npmmirror.com/path-key/3.1.1 - shebang-command: registry.npmmirror.com/shebang-command/2.0.0 - which: registry.npmmirror.com/which/2.0.2 + path-key: registry.npmmirror.com/path-key@3.1.1 + shebang-command: registry.npmmirror.com/shebang-command@2.0.0 + which: registry.npmmirror.com/which@2.0.2 dev: true - registry.npmmirror.com/cssesc/3.0.0: + registry.npmmirror.com/cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz} name: cssesc version: 3.0.0 @@ -1961,65 +2025,65 @@ packages: hasBin: true dev: true - registry.npmmirror.com/cssom/0.3.8: + registry.npmmirror.com/cssom@0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cssom/-/cssom-0.3.8.tgz} name: cssom version: 0.3.8 dev: true - registry.npmmirror.com/cssom/0.5.0: + registry.npmmirror.com/cssom@0.5.0: resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cssom/-/cssom-0.5.0.tgz} name: cssom version: 0.5.0 dev: true - registry.npmmirror.com/cssstyle/2.3.0: + registry.npmmirror.com/cssstyle@2.3.0: resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cssstyle/-/cssstyle-2.3.0.tgz} name: cssstyle version: 2.3.0 engines: {node: '>=8'} dependencies: - cssom: registry.npmmirror.com/cssom/0.3.8 + cssom: registry.npmmirror.com/cssom@0.3.8 dev: true - registry.npmmirror.com/csstype/2.6.21: + registry.npmmirror.com/csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz} name: csstype version: 2.6.21 - registry.npmmirror.com/d/1.0.1: + registry.npmmirror.com/d@1.0.1: resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/d/-/d-1.0.1.tgz} name: d version: 1.0.1 dependencies: - es5-ext: registry.npmmirror.com/es5-ext/0.10.62 - type: registry.npmmirror.com/type/1.2.0 + es5-ext: registry.npmmirror.com/es5-ext@0.10.62 + type: registry.npmmirror.com/type@1.2.0 dev: false - registry.npmmirror.com/data-urls/3.0.2: + registry.npmmirror.com/data-urls@3.0.2: resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/data-urls/-/data-urls-3.0.2.tgz} name: data-urls version: 3.0.2 engines: {node: '>=12'} dependencies: - abab: registry.npmmirror.com/abab/2.0.6 - whatwg-mimetype: registry.npmmirror.com/whatwg-mimetype/3.0.0 - whatwg-url: registry.npmmirror.com/whatwg-url/11.0.0 + abab: registry.npmmirror.com/abab@2.0.6 + whatwg-mimetype: registry.npmmirror.com/whatwg-mimetype@3.0.0 + whatwg-url: registry.npmmirror.com/whatwg-url@11.0.0 dev: true - registry.npmmirror.com/dayjs/1.11.7: + registry.npmmirror.com/dayjs@1.11.7: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz} name: dayjs version: 1.11.7 dev: false - registry.npmmirror.com/de-indent/1.0.2: + registry.npmmirror.com/de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz} name: de-indent version: 1.0.2 dev: true - registry.npmmirror.com/debug/2.6.9: + registry.npmmirror.com/debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz} name: debug version: 2.6.9 @@ -2029,10 +2093,10 @@ packages: supports-color: optional: true dependencies: - ms: registry.npmmirror.com/ms/2.0.0 + ms: registry.npmmirror.com/ms@2.0.0 dev: true - registry.npmmirror.com/debug/4.3.4: + registry.npmmirror.com/debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz} name: debug version: 4.3.4 @@ -2043,124 +2107,123 @@ packages: supports-color: optional: true dependencies: - ms: registry.npmmirror.com/ms/2.1.2 - dev: true + ms: registry.npmmirror.com/ms@2.1.2 - registry.npmmirror.com/decimal.js/10.4.3: + registry.npmmirror.com/decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz} name: decimal.js version: 10.4.3 dev: true - registry.npmmirror.com/deep-eql/4.1.3: + registry.npmmirror.com/deep-eql@4.1.3: resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/deep-eql/-/deep-eql-4.1.3.tgz} name: deep-eql version: 4.1.3 engines: {node: '>=6'} dependencies: - type-detect: registry.npmmirror.com/type-detect/4.0.8 + type-detect: registry.npmmirror.com/type-detect@4.0.8 dev: true - registry.npmmirror.com/deep-is/0.1.4: + registry.npmmirror.com/deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz} name: deep-is version: 0.1.4 dev: true - registry.npmmirror.com/deepmerge/4.2.2: + registry.npmmirror.com/deepmerge@4.2.2: resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/deepmerge/-/deepmerge-4.2.2.tgz} name: deepmerge version: 4.2.2 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/define-properties/1.1.4: + registry.npmmirror.com/define-properties@1.1.4: resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/define-properties/-/define-properties-1.1.4.tgz} name: define-properties version: 1.1.4 engines: {node: '>= 0.4'} dependencies: - has-property-descriptors: registry.npmmirror.com/has-property-descriptors/1.0.0 - object-keys: registry.npmmirror.com/object-keys/1.1.1 + has-property-descriptors: registry.npmmirror.com/has-property-descriptors@1.0.0 + object-keys: registry.npmmirror.com/object-keys@1.1.1 dev: true - registry.npmmirror.com/delayed-stream/1.0.0: + registry.npmmirror.com/delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz} name: delayed-stream version: 1.0.0 engines: {node: '>=0.4.0'} - registry.npmmirror.com/delegate/3.2.0: + registry.npmmirror.com/delegate@3.2.0: resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz} name: delegate version: 3.2.0 dev: false - registry.npmmirror.com/dir-glob/3.0.1: + 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 version: 3.0.1 engines: {node: '>=8'} dependencies: - path-type: registry.npmmirror.com/path-type/4.0.0 + path-type: registry.npmmirror.com/path-type@4.0.0 dev: true - registry.npmmirror.com/doctrine/3.0.0: + registry.npmmirror.com/doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz} name: doctrine version: 3.0.0 engines: {node: '>=6.0.0'} dependencies: - esutils: registry.npmmirror.com/esutils/2.0.3 + esutils: registry.npmmirror.com/esutils@2.0.3 dev: true - registry.npmmirror.com/docx-preview/0.1.14: + registry.npmmirror.com/docx-preview@0.1.14: resolution: {integrity: sha512-AoMAAEPG7JvI8g68Yti7v8QyzvfLBoQ9bcd/Hn0IkBqtj61kHWN983be5NGrw7m3LYNzW/NZbxv5KbVmyV018g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/docx-preview/-/docx-preview-0.1.14.tgz} name: docx-preview version: 0.1.14 dependencies: - jszip: registry.npmmirror.com/jszip/3.10.1 + jszip: registry.npmmirror.com/jszip@3.10.1 dev: false - registry.npmmirror.com/dom7/3.0.0: + registry.npmmirror.com/dom7@3.0.0: resolution: {integrity: sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/dom7/-/dom7-3.0.0.tgz} name: dom7 version: 3.0.0 dependencies: - ssr-window: registry.npmmirror.com/ssr-window/3.0.0 + ssr-window: registry.npmmirror.com/ssr-window@3.0.0 dev: false - registry.npmmirror.com/domexception/4.0.0: + registry.npmmirror.com/domexception@4.0.0: resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/domexception/-/domexception-4.0.0.tgz} name: domexception version: 4.0.0 engines: {node: '>=12'} dependencies: - webidl-conversions: registry.npmmirror.com/webidl-conversions/7.0.0 + webidl-conversions: registry.npmmirror.com/webidl-conversions@7.0.0 dev: true - registry.npmmirror.com/duplexer/0.1.2: + registry.npmmirror.com/duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz} name: duplexer version: 0.1.2 dev: true - registry.npmmirror.com/echarts/5.4.1: + registry.npmmirror.com/echarts@5.4.1: resolution: {integrity: sha512-9ltS3M2JB0w2EhcYjCdmtrJ+6haZcW6acBolMGIuf01Hql1yrIV01L1aRj7jsaaIULJslEP9Z3vKlEmnJaWJVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/echarts/-/echarts-5.4.1.tgz} name: echarts version: 5.4.1 dependencies: - tslib: registry.npmmirror.com/tslib/2.3.0 - zrender: registry.npmmirror.com/zrender/5.4.1 + tslib: registry.npmmirror.com/tslib@2.3.0 + zrender: registry.npmmirror.com/zrender@5.4.1 dev: false - registry.npmmirror.com/ee-first/1.1.1: + registry.npmmirror.com/ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz} name: ee-first version: 1.1.1 dev: true - registry.npmmirror.com/element-plus/2.2.27_vue@3.2.45: + registry.npmmirror.com/element-plus@2.2.27(vue@3.2.45): resolution: {integrity: sha512-P04HDOZBYDdvlYuleuCZRULzAc5xJVOBfLDK9xWxVo0vyo8ntdaXS5sTU+/76vrNzuO3FhLn9kvrsbiJEVa1jg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/element-plus/-/element-plus-2.2.27.tgz} id: registry.npmmirror.com/element-plus/2.2.27 name: element-plus @@ -2168,132 +2231,132 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - '@ctrl/tinycolor': registry.npmmirror.com/@ctrl/tinycolor/3.5.0 - '@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue/2.0.10_vue@3.2.45 - '@floating-ui/dom': registry.npmmirror.com/@floating-ui/dom/1.1.0 - '@popperjs/core': registry.npmmirror.com/@sxzz/popperjs-es/2.11.7 - '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.191 - '@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.9.0_vue@3.2.45 - async-validator: registry.npmmirror.com/async-validator/4.2.5 - dayjs: registry.npmmirror.com/dayjs/1.11.7 - escape-html: registry.npmmirror.com/escape-html/1.0.3 - lodash: registry.npmmirror.com/lodash/4.17.21 - lodash-es: registry.npmmirror.com/lodash-es/4.17.21 - lodash-unified: registry.npmmirror.com/lodash-unified/1.0.3_3ib2ivapxullxkx3xftsimdk7u - memoize-one: registry.npmmirror.com/memoize-one/6.0.0 - normalize-wheel-es: registry.npmmirror.com/normalize-wheel-es/1.2.0 - vue: registry.npmmirror.com/vue/3.2.45 + '@ctrl/tinycolor': registry.npmmirror.com/@ctrl/tinycolor@3.5.0 + '@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue@2.0.10(vue@3.2.45) + '@floating-ui/dom': registry.npmmirror.com/@floating-ui/dom@1.1.0 + '@popperjs/core': registry.npmmirror.com/@sxzz/popperjs-es@2.11.7 + '@types/lodash': registry.npmmirror.com/@types/lodash@4.14.191 + '@types/lodash-es': registry.npmmirror.com/@types/lodash-es@4.17.6 + '@vueuse/core': registry.npmmirror.com/@vueuse/core@9.9.0(vue@3.2.45) + async-validator: registry.npmmirror.com/async-validator@4.2.5 + dayjs: registry.npmmirror.com/dayjs@1.11.7 + escape-html: registry.npmmirror.com/escape-html@1.0.3 + lodash: registry.npmmirror.com/lodash@4.17.21 + lodash-es: registry.npmmirror.com/lodash-es@4.17.21 + lodash-unified: registry.npmmirror.com/lodash-unified@1.0.3(@types/lodash-es@4.17.6)(lodash-es@4.17.21)(lodash@4.17.21) + memoize-one: registry.npmmirror.com/memoize-one@6.0.0 + normalize-wheel-es: registry.npmmirror.com/normalize-wheel-es@1.2.0 + vue: registry.npmmirror.com/vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' dev: false - registry.npmmirror.com/element-resize-detector/1.2.4: + registry.npmmirror.com/element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/element-resize-detector/-/element-resize-detector-1.2.4.tgz} name: element-resize-detector version: 1.2.4 dependencies: - batch-processor: registry.npmmirror.com/batch-processor/1.0.0 + batch-processor: registry.npmmirror.com/batch-processor@1.0.0 dev: false - registry.npmmirror.com/encodeurl/1.0.2: + registry.npmmirror.com/encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz} name: encodeurl version: 1.0.2 engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/entities/4.4.0: + registry.npmmirror.com/entities@4.4.0: resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/entities/-/entities-4.4.0.tgz} name: entities version: 4.4.0 engines: {node: '>=0.12'} dev: true - registry.npmmirror.com/error-ex/1.3.2: + registry.npmmirror.com/error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz} name: error-ex version: 1.3.2 dependencies: - is-arrayish: registry.npmmirror.com/is-arrayish/0.2.1 + is-arrayish: registry.npmmirror.com/is-arrayish@0.2.1 dev: true - registry.npmmirror.com/es-abstract/1.20.5: + registry.npmmirror.com/es-abstract@1.20.5: resolution: {integrity: sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-abstract/-/es-abstract-1.20.5.tgz} name: es-abstract version: 1.20.5 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - es-to-primitive: registry.npmmirror.com/es-to-primitive/1.2.1 - function-bind: registry.npmmirror.com/function-bind/1.1.1 - function.prototype.name: registry.npmmirror.com/function.prototype.name/1.1.5 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 - get-symbol-description: registry.npmmirror.com/get-symbol-description/1.0.0 - gopd: registry.npmmirror.com/gopd/1.0.1 - has: registry.npmmirror.com/has/1.0.3 - has-property-descriptors: registry.npmmirror.com/has-property-descriptors/1.0.0 - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 - internal-slot: registry.npmmirror.com/internal-slot/1.0.4 - is-callable: registry.npmmirror.com/is-callable/1.2.7 - is-negative-zero: registry.npmmirror.com/is-negative-zero/2.0.2 - is-regex: registry.npmmirror.com/is-regex/1.1.4 - is-shared-array-buffer: registry.npmmirror.com/is-shared-array-buffer/1.0.2 - is-string: registry.npmmirror.com/is-string/1.0.7 - is-weakref: registry.npmmirror.com/is-weakref/1.0.2 - object-inspect: registry.npmmirror.com/object-inspect/1.12.2 - object-keys: registry.npmmirror.com/object-keys/1.1.1 - object.assign: registry.npmmirror.com/object.assign/4.1.4 - regexp.prototype.flags: registry.npmmirror.com/regexp.prototype.flags/1.4.3 - safe-regex-test: registry.npmmirror.com/safe-regex-test/1.0.0 - string.prototype.trimend: registry.npmmirror.com/string.prototype.trimend/1.0.6 - string.prototype.trimstart: registry.npmmirror.com/string.prototype.trimstart/1.0.6 - unbox-primitive: registry.npmmirror.com/unbox-primitive/1.0.2 - dev: true - - registry.npmmirror.com/es-to-primitive/1.2.1: + call-bind: registry.npmmirror.com/call-bind@1.0.2 + es-to-primitive: registry.npmmirror.com/es-to-primitive@1.2.1 + function-bind: registry.npmmirror.com/function-bind@1.1.1 + function.prototype.name: registry.npmmirror.com/function.prototype.name@1.1.5 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 + get-symbol-description: registry.npmmirror.com/get-symbol-description@1.0.0 + gopd: registry.npmmirror.com/gopd@1.0.1 + has: registry.npmmirror.com/has@1.0.3 + has-property-descriptors: registry.npmmirror.com/has-property-descriptors@1.0.0 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 + internal-slot: registry.npmmirror.com/internal-slot@1.0.4 + is-callable: registry.npmmirror.com/is-callable@1.2.7 + is-negative-zero: registry.npmmirror.com/is-negative-zero@2.0.2 + is-regex: registry.npmmirror.com/is-regex@1.1.4 + is-shared-array-buffer: registry.npmmirror.com/is-shared-array-buffer@1.0.2 + is-string: registry.npmmirror.com/is-string@1.0.7 + is-weakref: registry.npmmirror.com/is-weakref@1.0.2 + object-inspect: registry.npmmirror.com/object-inspect@1.12.2 + object-keys: registry.npmmirror.com/object-keys@1.1.1 + object.assign: registry.npmmirror.com/object.assign@4.1.4 + regexp.prototype.flags: registry.npmmirror.com/regexp.prototype.flags@1.4.3 + safe-regex-test: registry.npmmirror.com/safe-regex-test@1.0.0 + string.prototype.trimend: registry.npmmirror.com/string.prototype.trimend@1.0.6 + string.prototype.trimstart: registry.npmmirror.com/string.prototype.trimstart@1.0.6 + unbox-primitive: registry.npmmirror.com/unbox-primitive@1.0.2 + 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 version: 1.2.1 engines: {node: '>= 0.4'} dependencies: - is-callable: registry.npmmirror.com/is-callable/1.2.7 - is-date-object: registry.npmmirror.com/is-date-object/1.0.5 - is-symbol: registry.npmmirror.com/is-symbol/1.0.4 + is-callable: registry.npmmirror.com/is-callable@1.2.7 + is-date-object: registry.npmmirror.com/is-date-object@1.0.5 + is-symbol: registry.npmmirror.com/is-symbol@1.0.4 dev: true - registry.npmmirror.com/es5-ext/0.10.62: + registry.npmmirror.com/es5-ext@0.10.62: resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es5-ext/-/es5-ext-0.10.62.tgz} name: es5-ext version: 0.10.62 engines: {node: '>=0.10'} requiresBuild: true dependencies: - es6-iterator: registry.npmmirror.com/es6-iterator/2.0.3 - es6-symbol: registry.npmmirror.com/es6-symbol/3.1.3 - next-tick: registry.npmmirror.com/next-tick/1.1.0 + es6-iterator: registry.npmmirror.com/es6-iterator@2.0.3 + es6-symbol: registry.npmmirror.com/es6-symbol@3.1.3 + next-tick: registry.npmmirror.com/next-tick@1.1.0 dev: false - registry.npmmirror.com/es6-iterator/2.0.3: + registry.npmmirror.com/es6-iterator@2.0.3: resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es6-iterator/-/es6-iterator-2.0.3.tgz} name: es6-iterator version: 2.0.3 dependencies: - d: registry.npmmirror.com/d/1.0.1 - es5-ext: registry.npmmirror.com/es5-ext/0.10.62 - es6-symbol: registry.npmmirror.com/es6-symbol/3.1.3 + d: registry.npmmirror.com/d@1.0.1 + es5-ext: registry.npmmirror.com/es5-ext@0.10.62 + es6-symbol: registry.npmmirror.com/es6-symbol@3.1.3 dev: false - registry.npmmirror.com/es6-symbol/3.1.3: + registry.npmmirror.com/es6-symbol@3.1.3: resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.3.tgz} name: es6-symbol version: 3.1.3 dependencies: - d: registry.npmmirror.com/d/1.0.1 - ext: registry.npmmirror.com/ext/1.7.0 + d: registry.npmmirror.com/d@1.0.1 + ext: registry.npmmirror.com/ext@1.7.0 dev: false - registry.npmmirror.com/esbuild/0.11.3: + registry.npmmirror.com/esbuild@0.11.3: resolution: {integrity: sha512-BzVRHcCtFepjS9WcqRjqoIxLqgpK21a8J4Zi4msSGxDxiXVO1IbcqT1KjhdDDnJxKfe7bvzZrvMEX+bVO0Elcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild/-/esbuild-0.11.3.tgz} name: esbuild version: 0.11.3 @@ -2301,7 +2364,7 @@ packages: requiresBuild: true dev: true - registry.npmmirror.com/esbuild/0.16.12: + registry.npmmirror.com/esbuild@0.16.12: resolution: {integrity: sha512-eq5KcuXajf2OmivCl4e89AD3j8fbV+UTE9vczEzq5haA07U9oOTzBWlh3+6ZdjJR7Rz2QfWZ2uxZyhZxBgJ4+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esbuild/-/esbuild-0.16.12.tgz} name: esbuild version: 0.16.12 @@ -2309,72 +2372,72 @@ packages: hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': registry.npmmirror.com/@esbuild/android-arm/0.16.12 - '@esbuild/android-arm64': registry.npmmirror.com/@esbuild/android-arm64/0.16.12 - '@esbuild/android-x64': registry.npmmirror.com/@esbuild/android-x64/0.16.12 - '@esbuild/darwin-arm64': registry.npmmirror.com/@esbuild/darwin-arm64/0.16.12 - '@esbuild/darwin-x64': registry.npmmirror.com/@esbuild/darwin-x64/0.16.12 - '@esbuild/freebsd-arm64': registry.npmmirror.com/@esbuild/freebsd-arm64/0.16.12 - '@esbuild/freebsd-x64': registry.npmmirror.com/@esbuild/freebsd-x64/0.16.12 - '@esbuild/linux-arm': registry.npmmirror.com/@esbuild/linux-arm/0.16.12 - '@esbuild/linux-arm64': registry.npmmirror.com/@esbuild/linux-arm64/0.16.12 - '@esbuild/linux-ia32': registry.npmmirror.com/@esbuild/linux-ia32/0.16.12 - '@esbuild/linux-loong64': registry.npmmirror.com/@esbuild/linux-loong64/0.16.12 - '@esbuild/linux-mips64el': registry.npmmirror.com/@esbuild/linux-mips64el/0.16.12 - '@esbuild/linux-ppc64': registry.npmmirror.com/@esbuild/linux-ppc64/0.16.12 - '@esbuild/linux-riscv64': registry.npmmirror.com/@esbuild/linux-riscv64/0.16.12 - '@esbuild/linux-s390x': registry.npmmirror.com/@esbuild/linux-s390x/0.16.12 - '@esbuild/linux-x64': registry.npmmirror.com/@esbuild/linux-x64/0.16.12 - '@esbuild/netbsd-x64': registry.npmmirror.com/@esbuild/netbsd-x64/0.16.12 - '@esbuild/openbsd-x64': registry.npmmirror.com/@esbuild/openbsd-x64/0.16.12 - '@esbuild/sunos-x64': registry.npmmirror.com/@esbuild/sunos-x64/0.16.12 - '@esbuild/win32-arm64': registry.npmmirror.com/@esbuild/win32-arm64/0.16.12 - '@esbuild/win32-ia32': registry.npmmirror.com/@esbuild/win32-ia32/0.16.12 - '@esbuild/win32-x64': registry.npmmirror.com/@esbuild/win32-x64/0.16.12 - dev: true - - registry.npmmirror.com/escape-html/1.0.3: + '@esbuild/android-arm': registry.npmmirror.com/@esbuild/android-arm@0.16.12 + '@esbuild/android-arm64': registry.npmmirror.com/@esbuild/android-arm64@0.16.12 + '@esbuild/android-x64': registry.npmmirror.com/@esbuild/android-x64@0.16.12 + '@esbuild/darwin-arm64': registry.npmmirror.com/@esbuild/darwin-arm64@0.16.12 + '@esbuild/darwin-x64': registry.npmmirror.com/@esbuild/darwin-x64@0.16.12 + '@esbuild/freebsd-arm64': registry.npmmirror.com/@esbuild/freebsd-arm64@0.16.12 + '@esbuild/freebsd-x64': registry.npmmirror.com/@esbuild/freebsd-x64@0.16.12 + '@esbuild/linux-arm': registry.npmmirror.com/@esbuild/linux-arm@0.16.12 + '@esbuild/linux-arm64': registry.npmmirror.com/@esbuild/linux-arm64@0.16.12 + '@esbuild/linux-ia32': registry.npmmirror.com/@esbuild/linux-ia32@0.16.12 + '@esbuild/linux-loong64': registry.npmmirror.com/@esbuild/linux-loong64@0.16.12 + '@esbuild/linux-mips64el': registry.npmmirror.com/@esbuild/linux-mips64el@0.16.12 + '@esbuild/linux-ppc64': registry.npmmirror.com/@esbuild/linux-ppc64@0.16.12 + '@esbuild/linux-riscv64': registry.npmmirror.com/@esbuild/linux-riscv64@0.16.12 + '@esbuild/linux-s390x': registry.npmmirror.com/@esbuild/linux-s390x@0.16.12 + '@esbuild/linux-x64': registry.npmmirror.com/@esbuild/linux-x64@0.16.12 + '@esbuild/netbsd-x64': registry.npmmirror.com/@esbuild/netbsd-x64@0.16.12 + '@esbuild/openbsd-x64': registry.npmmirror.com/@esbuild/openbsd-x64@0.16.12 + '@esbuild/sunos-x64': registry.npmmirror.com/@esbuild/sunos-x64@0.16.12 + '@esbuild/win32-arm64': registry.npmmirror.com/@esbuild/win32-arm64@0.16.12 + '@esbuild/win32-ia32': registry.npmmirror.com/@esbuild/win32-ia32@0.16.12 + '@esbuild/win32-x64': registry.npmmirror.com/@esbuild/win32-x64@0.16.12 + dev: true + + registry.npmmirror.com/escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz} name: escape-html version: 1.0.3 - registry.npmmirror.com/escape-string-regexp/1.0.5: + registry.npmmirror.com/escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz} name: escape-string-regexp version: 1.0.5 engines: {node: '>=0.8.0'} dev: true - registry.npmmirror.com/escape-string-regexp/4.0.0: + registry.npmmirror.com/escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz} name: escape-string-regexp version: 4.0.0 engines: {node: '>=10'} dev: true - registry.npmmirror.com/escape-string-regexp/5.0.0: + registry.npmmirror.com/escape-string-regexp@5.0.0: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz} name: escape-string-regexp version: 5.0.0 engines: {node: '>=12'} dev: true - registry.npmmirror.com/escodegen/2.0.0: + registry.npmmirror.com/escodegen@2.0.0: resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escodegen/-/escodegen-2.0.0.tgz} name: escodegen version: 2.0.0 engines: {node: '>=6.0'} hasBin: true dependencies: - esprima: registry.npmmirror.com/esprima/4.0.1 - estraverse: registry.npmmirror.com/estraverse/5.3.0 - esutils: registry.npmmirror.com/esutils/2.0.3 - optionator: registry.npmmirror.com/optionator/0.8.3 + esprima: registry.npmmirror.com/esprima@4.0.1 + estraverse: registry.npmmirror.com/estraverse@5.3.0 + esutils: registry.npmmirror.com/esutils@2.0.3 + optionator: registry.npmmirror.com/optionator@0.8.3 optionalDependencies: - source-map: registry.npmmirror.com/source-map/0.6.1 + source-map: registry.npmmirror.com/source-map@0.6.1 dev: true - registry.npmmirror.com/eslint-config-prettier/8.5.0_eslint@8.30.0: + registry.npmmirror.com/eslint-config-prettier@8.5.0(eslint@8.30.0): resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz} id: registry.npmmirror.com/eslint-config-prettier/8.5.0 name: eslint-config-prettier @@ -2383,10 +2446,10 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 + eslint: registry.npmmirror.com/eslint@8.30.0 dev: true - registry.npmmirror.com/eslint-plugin-cypress/2.12.1_eslint@8.30.0: + registry.npmmirror.com/eslint-plugin-cypress@2.12.1(eslint@8.30.0): resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz} id: registry.npmmirror.com/eslint-plugin-cypress/2.12.1 name: eslint-plugin-cypress @@ -2394,11 +2457,11 @@ packages: peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 - globals: registry.npmmirror.com/globals/11.12.0 + eslint: registry.npmmirror.com/eslint@8.30.0 + globals: registry.npmmirror.com/globals@11.12.0 dev: true - registry.npmmirror.com/eslint-plugin-prettier/4.2.1_kl4pe43v5b43npmso5hoplpbyi: + registry.npmmirror.com/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.5.0)(eslint@8.30.0)(prettier@2.8.1): resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz} id: registry.npmmirror.com/eslint-plugin-prettier/4.2.1 name: eslint-plugin-prettier @@ -2412,13 +2475,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier/8.5.0_eslint@8.30.0 - prettier: registry.npmmirror.com/prettier/2.8.1 - prettier-linter-helpers: registry.npmmirror.com/prettier-linter-helpers/1.0.0 + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier@8.5.0(eslint@8.30.0) + prettier: registry.npmmirror.com/prettier@2.8.1 + prettier-linter-helpers: registry.npmmirror.com/prettier-linter-helpers@1.0.0 dev: true - registry.npmmirror.com/eslint-plugin-vue/9.8.0_eslint@8.30.0: + registry.npmmirror.com/eslint-plugin-vue@9.8.0(eslint@8.30.0): resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz} id: registry.npmmirror.com/eslint-plugin-vue/9.8.0 name: eslint-plugin-vue @@ -2427,39 +2490,39 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.30.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.11 - semver: registry.npmmirror.com/semver/7.3.8 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.30.0 - xml-name-validator: registry.npmmirror.com/xml-name-validator/4.0.0 + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-utils: registry.npmmirror.com/eslint-utils@3.0.0(eslint@8.30.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.11 + semver: registry.npmmirror.com/semver@7.3.8 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser@9.1.0(eslint@8.30.0) + xml-name-validator: registry.npmmirror.com/xml-name-validator@4.0.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-scope/5.1.1: + registry.npmmirror.com/eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz} name: eslint-scope version: 5.1.1 engines: {node: '>=8.0.0'} dependencies: - esrecurse: registry.npmmirror.com/esrecurse/4.3.0 - estraverse: registry.npmmirror.com/estraverse/4.3.0 + esrecurse: registry.npmmirror.com/esrecurse@4.3.0 + estraverse: registry.npmmirror.com/estraverse@4.3.0 dev: true - registry.npmmirror.com/eslint-scope/7.1.1: + registry.npmmirror.com/eslint-scope@7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.1.1.tgz} name: eslint-scope version: 7.1.1 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 + esrecurse: registry.npmmirror.com/esrecurse@4.3.0 + estraverse: registry.npmmirror.com/estraverse@5.3.0 dev: true - registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.30.0: + registry.npmmirror.com/eslint-utils@3.0.0(eslint@8.30.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-utils/-/eslint-utils-3.0.0.tgz} id: registry.npmmirror.com/eslint-utils/3.0.0 name: eslint-utils @@ -2468,86 +2531,86 @@ packages: peerDependencies: eslint: '>=5' dependencies: - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@2.1.0 dev: true - registry.npmmirror.com/eslint-visitor-keys/2.1.0: + registry.npmmirror.com/eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz} name: eslint-visitor-keys version: 2.1.0 engines: {node: '>=10'} dev: true - registry.npmmirror.com/eslint-visitor-keys/3.3.0: + registry.npmmirror.com/eslint-visitor-keys@3.3.0: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz} name: eslint-visitor-keys version: 3.3.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/eslint/8.30.0: + registry.npmmirror.com/eslint@8.30.0: resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/-/eslint-8.30.0.tgz} name: eslint version: 8.30.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/1.4.0 - '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.11.8 - '@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 - chalk: registry.npmmirror.com/chalk/4.1.2 - cross-spawn: registry.npmmirror.com/cross-spawn/7.0.3 - 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.1.1 - eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.30.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0 - espree: registry.npmmirror.com/espree/9.4.1 - esquery: registry.npmmirror.com/esquery/1.4.0 - esutils: registry.npmmirror.com/esutils/2.0.3 - fast-deep-equal: registry.npmmirror.com/fast-deep-equal/3.1.3 - file-entry-cache: registry.npmmirror.com/file-entry-cache/6.0.1 - find-up: registry.npmmirror.com/find-up/5.0.0 - glob-parent: registry.npmmirror.com/glob-parent/6.0.2 - globals: registry.npmmirror.com/globals/13.19.0 - grapheme-splitter: registry.npmmirror.com/grapheme-splitter/1.0.4 - 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 - js-sdsl: registry.npmmirror.com/js-sdsl/4.2.0 - js-yaml: registry.npmmirror.com/js-yaml/4.1.0 - json-stable-stringify-without-jsonify: registry.npmmirror.com/json-stable-stringify-without-jsonify/1.0.1 - levn: registry.npmmirror.com/levn/0.4.1 - 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 - regexpp: registry.npmmirror.com/regexpp/3.2.0 - 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 + '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc@1.4.0 + '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array@0.11.8 + '@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 + chalk: registry.npmmirror.com/chalk@4.1.2 + cross-spawn: registry.npmmirror.com/cross-spawn@7.0.3 + 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.1.1 + eslint-utils: registry.npmmirror.com/eslint-utils@3.0.0(eslint@8.30.0) + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.3.0 + espree: registry.npmmirror.com/espree@9.4.1 + esquery: registry.npmmirror.com/esquery@1.4.0 + esutils: registry.npmmirror.com/esutils@2.0.3 + fast-deep-equal: registry.npmmirror.com/fast-deep-equal@3.1.3 + file-entry-cache: registry.npmmirror.com/file-entry-cache@6.0.1 + find-up: registry.npmmirror.com/find-up@5.0.0 + glob-parent: registry.npmmirror.com/glob-parent@6.0.2 + globals: registry.npmmirror.com/globals@13.19.0 + grapheme-splitter: registry.npmmirror.com/grapheme-splitter@1.0.4 + 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 + js-sdsl: registry.npmmirror.com/js-sdsl@4.2.0 + js-yaml: registry.npmmirror.com/js-yaml@4.1.0 + json-stable-stringify-without-jsonify: registry.npmmirror.com/json-stable-stringify-without-jsonify@1.0.1 + levn: registry.npmmirror.com/levn@0.4.1 + 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 + regexpp: registry.npmmirror.com/regexpp@3.2.0 + 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 dev: true - registry.npmmirror.com/espree/9.4.1: + registry.npmmirror.com/espree@9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-9.4.1.tgz} name: espree version: 9.4.1 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: registry.npmmirror.com/acorn/8.8.1 - acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@8.8.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0 + acorn: registry.npmmirror.com/acorn@8.8.1 + acorn-jsx: registry.npmmirror.com/acorn-jsx@5.3.2(acorn@8.8.1) + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.3.0 dev: true - registry.npmmirror.com/esprima/4.0.1: + registry.npmmirror.com/esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz} name: esprima version: 4.0.1 @@ -2555,223 +2618,211 @@ packages: hasBin: true dev: true - registry.npmmirror.com/esquery/1.4.0: + registry.npmmirror.com/esquery@1.4.0: resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esquery/-/esquery-1.4.0.tgz} name: esquery version: 1.4.0 engines: {node: '>=0.10'} dependencies: - estraverse: registry.npmmirror.com/estraverse/5.3.0 + estraverse: registry.npmmirror.com/estraverse@5.3.0 dev: true - registry.npmmirror.com/esrecurse/4.3.0: + registry.npmmirror.com/esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz} name: esrecurse version: 4.3.0 engines: {node: '>=4.0'} dependencies: - estraverse: registry.npmmirror.com/estraverse/5.3.0 + estraverse: registry.npmmirror.com/estraverse@5.3.0 dev: true - registry.npmmirror.com/estraverse/4.3.0: + registry.npmmirror.com/estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz} name: estraverse version: 4.3.0 engines: {node: '>=4.0'} dev: true - registry.npmmirror.com/estraverse/5.3.0: + registry.npmmirror.com/estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz} name: estraverse version: 5.3.0 engines: {node: '>=4.0'} dev: true - registry.npmmirror.com/estree-walker/1.0.1: + registry.npmmirror.com/estree-walker@1.0.1: resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estree-walker/-/estree-walker-1.0.1.tgz} name: estree-walker version: 1.0.1 dev: true - registry.npmmirror.com/estree-walker/2.0.2: + registry.npmmirror.com/estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz} name: estree-walker version: 2.0.2 - registry.npmmirror.com/esutils/2.0.3: + registry.npmmirror.com/esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz} name: esutils version: 2.0.3 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/event-emitter/0.3.5: + registry.npmmirror.com/event-emitter@0.3.5: resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/event-emitter/-/event-emitter-0.3.5.tgz} name: event-emitter version: 0.3.5 dependencies: - d: registry.npmmirror.com/d/1.0.1 - es5-ext: registry.npmmirror.com/es5-ext/0.10.62 + d: registry.npmmirror.com/d@1.0.1 + es5-ext: registry.npmmirror.com/es5-ext@0.10.62 dev: false - registry.npmmirror.com/event-stream/3.3.4: + registry.npmmirror.com/event-stream@3.3.4: resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/event-stream/-/event-stream-3.3.4.tgz} name: event-stream version: 3.3.4 dependencies: - duplexer: registry.npmmirror.com/duplexer/0.1.2 - from: registry.npmmirror.com/from/0.1.7 - map-stream: registry.npmmirror.com/map-stream/0.1.0 - pause-stream: registry.npmmirror.com/pause-stream/0.0.11 - split: registry.npmmirror.com/split/0.3.3 - stream-combiner: registry.npmmirror.com/stream-combiner/0.0.4 - through: registry.npmmirror.com/through/2.3.8 + duplexer: registry.npmmirror.com/duplexer@0.1.2 + from: registry.npmmirror.com/from@0.1.7 + map-stream: registry.npmmirror.com/map-stream@0.1.0 + pause-stream: registry.npmmirror.com/pause-stream@0.0.11 + split: registry.npmmirror.com/split@0.3.3 + stream-combiner: registry.npmmirror.com/stream-combiner@0.0.4 + through: registry.npmmirror.com/through@2.3.8 dev: true - registry.npmmirror.com/execa/5.1.1: + registry.npmmirror.com/execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz} name: execa version: 5.1.1 engines: {node: '>=10'} 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/2.1.0 - is-stream: registry.npmmirror.com/is-stream/2.0.1 - merge-stream: registry.npmmirror.com/merge-stream/2.0.0 - npm-run-path: registry.npmmirror.com/npm-run-path/4.0.1 - onetime: registry.npmmirror.com/onetime/5.1.2 - signal-exit: registry.npmmirror.com/signal-exit/3.0.7 - strip-final-newline: registry.npmmirror.com/strip-final-newline/2.0.0 + 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@2.1.0 + is-stream: registry.npmmirror.com/is-stream@2.0.1 + merge-stream: registry.npmmirror.com/merge-stream@2.0.0 + npm-run-path: registry.npmmirror.com/npm-run-path@4.0.1 + onetime: registry.npmmirror.com/onetime@5.1.2 + signal-exit: registry.npmmirror.com/signal-exit@3.0.7 + strip-final-newline: registry.npmmirror.com/strip-final-newline@2.0.0 dev: true - registry.npmmirror.com/ext/1.7.0: + registry.npmmirror.com/ext@1.7.0: resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ext/-/ext-1.7.0.tgz} name: ext version: 1.7.0 dependencies: - type: registry.npmmirror.com/type/2.7.2 + type: registry.npmmirror.com/type@2.7.2 dev: false - registry.npmmirror.com/fast-deep-equal/3.1.3: + registry.npmmirror.com/fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz} name: fast-deep-equal version: 3.1.3 dev: true - registry.npmmirror.com/fast-diff/1.2.0: + registry.npmmirror.com/fast-diff@1.2.0: resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-diff/-/fast-diff-1.2.0.tgz} name: fast-diff version: 1.2.0 dev: true - registry.npmmirror.com/fast-glob/3.2.12: + 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 version: 3.2.12 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 + '@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: + 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 version: 2.1.0 dev: true - registry.npmmirror.com/fast-levenshtein/2.0.6: + registry.npmmirror.com/fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz} name: fast-levenshtein version: 2.0.6 dev: true - registry.npmmirror.com/fastq/1.14.0: + registry.npmmirror.com/fastq@1.14.0: resolution: {integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fastq/-/fastq-1.14.0.tgz} name: fastq version: 1.14.0 dependencies: - reusify: registry.npmmirror.com/reusify/1.0.4 + reusify: registry.npmmirror.com/reusify@1.0.4 dev: true - registry.npmmirror.com/file-entry-cache/6.0.1: + registry.npmmirror.com/file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz} name: file-entry-cache version: 6.0.1 engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: registry.npmmirror.com/flat-cache/3.0.4 + flat-cache: registry.npmmirror.com/flat-cache@3.0.4 dev: true - registry.npmmirror.com/fill-range/7.0.1: + registry.npmmirror.com/fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz} name: fill-range version: 7.0.1 engines: {node: '>=8'} dependencies: - to-regex-range: registry.npmmirror.com/to-regex-range/5.0.1 + to-regex-range: registry.npmmirror.com/to-regex-range@5.0.1 dev: true - registry.npmmirror.com/finalhandler/1.1.2: + registry.npmmirror.com/finalhandler@1.1.2: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/finalhandler/-/finalhandler-1.1.2.tgz} name: finalhandler version: 1.1.2 engines: {node: '>= 0.8'} dependencies: - debug: registry.npmmirror.com/debug/2.6.9 - encodeurl: registry.npmmirror.com/encodeurl/1.0.2 - escape-html: registry.npmmirror.com/escape-html/1.0.3 - on-finished: registry.npmmirror.com/on-finished/2.3.0 - parseurl: registry.npmmirror.com/parseurl/1.3.3 - statuses: registry.npmmirror.com/statuses/1.5.0 - unpipe: registry.npmmirror.com/unpipe/1.0.0 + debug: registry.npmmirror.com/debug@2.6.9 + encodeurl: registry.npmmirror.com/encodeurl@1.0.2 + escape-html: registry.npmmirror.com/escape-html@1.0.3 + on-finished: registry.npmmirror.com/on-finished@2.3.0 + parseurl: registry.npmmirror.com/parseurl@1.3.3 + statuses: registry.npmmirror.com/statuses@1.5.0 + unpipe: registry.npmmirror.com/unpipe@1.0.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/find-up/5.0.0: + registry.npmmirror.com/find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz} name: find-up version: 5.0.0 engines: {node: '>=10'} dependencies: - locate-path: registry.npmmirror.com/locate-path/6.0.0 - path-exists: registry.npmmirror.com/path-exists/4.0.0 + locate-path: registry.npmmirror.com/locate-path@6.0.0 + path-exists: registry.npmmirror.com/path-exists@4.0.0 dev: true - registry.npmmirror.com/flat-cache/3.0.4: + registry.npmmirror.com/flat-cache@3.0.4: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/flat-cache/-/flat-cache-3.0.4.tgz} name: flat-cache version: 3.0.4 engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: registry.npmmirror.com/flatted/3.2.7 - rimraf: registry.npmmirror.com/rimraf/3.0.2 + flatted: registry.npmmirror.com/flatted@3.2.7 + rimraf: registry.npmmirror.com/rimraf@3.0.2 dev: true - registry.npmmirror.com/flatted/3.2.7: + registry.npmmirror.com/flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/flatted/-/flatted-3.2.7.tgz} name: flatted version: 3.2.7 dev: true - registry.npmmirror.com/follow-redirects/1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz} - name: follow-redirects - version: 1.15.2 - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: false - - registry.npmmirror.com/follow-redirects/1.15.2_debug@4.3.4: + registry.npmmirror.com/follow-redirects@1.15.2(debug@4.3.4): resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz} id: registry.npmmirror.com/follow-redirects/1.15.2 name: follow-redirects @@ -2783,32 +2834,31 @@ packages: debug: optional: true dependencies: - debug: registry.npmmirror.com/debug/4.3.4 - dev: true + debug: registry.npmmirror.com/debug@4.3.4 - registry.npmmirror.com/form-data/4.0.0: + registry.npmmirror.com/form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz} name: form-data version: 4.0.0 engines: {node: '>= 6'} dependencies: - asynckit: registry.npmmirror.com/asynckit/0.4.0 - combined-stream: registry.npmmirror.com/combined-stream/1.0.8 - mime-types: registry.npmmirror.com/mime-types/2.1.35 + asynckit: registry.npmmirror.com/asynckit@0.4.0 + combined-stream: registry.npmmirror.com/combined-stream@1.0.8 + mime-types: registry.npmmirror.com/mime-types@2.1.35 - registry.npmmirror.com/from/0.1.7: + registry.npmmirror.com/from@0.1.7: resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/from/-/from-0.1.7.tgz} name: from version: 0.1.7 dev: true - registry.npmmirror.com/fs.realpath/1.0.0: + registry.npmmirror.com/fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz} name: fs.realpath version: 1.0.0 dev: true - registry.npmmirror.com/fsevents/2.3.2: + registry.npmmirror.com/fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz} name: fsevents version: 2.3.2 @@ -2818,592 +2868,592 @@ packages: dev: true optional: true - registry.npmmirror.com/function-bind/1.1.1: + registry.npmmirror.com/function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz} name: function-bind version: 1.1.1 - registry.npmmirror.com/function.prototype.name/1.1.5: + registry.npmmirror.com/function.prototype.name@1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz} name: function.prototype.name version: 1.1.5 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - es-abstract: registry.npmmirror.com/es-abstract/1.20.5 - functions-have-names: registry.npmmirror.com/functions-have-names/1.2.3 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + es-abstract: registry.npmmirror.com/es-abstract@1.20.5 + functions-have-names: registry.npmmirror.com/functions-have-names@1.2.3 dev: true - registry.npmmirror.com/functions-have-names/1.2.3: + registry.npmmirror.com/functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz} name: functions-have-names version: 1.2.3 dev: true - registry.npmmirror.com/fuse.js/6.6.2: + registry.npmmirror.com/fuse.js@6.6.2: resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fuse.js/-/fuse.js-6.6.2.tgz} name: fuse.js version: 6.6.2 engines: {node: '>=10'} dev: false - registry.npmmirror.com/get-func-name/2.0.0: + registry.npmmirror.com/get-func-name@2.0.0: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-func-name/-/get-func-name-2.0.0.tgz} name: get-func-name version: 2.0.0 dev: true - registry.npmmirror.com/get-intrinsic/1.1.3: + registry.npmmirror.com/get-intrinsic@1.1.3: resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz} name: get-intrinsic version: 1.1.3 dependencies: - function-bind: registry.npmmirror.com/function-bind/1.1.1 - has: registry.npmmirror.com/has/1.0.3 - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 + function-bind: registry.npmmirror.com/function-bind@1.1.1 + has: registry.npmmirror.com/has@1.0.3 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 - registry.npmmirror.com/get-stream/6.0.1: + registry.npmmirror.com/get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz} name: get-stream version: 6.0.1 engines: {node: '>=10'} dev: true - registry.npmmirror.com/get-symbol-description/1.0.0: + 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 version: 1.0.0 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 dev: true - registry.npmmirror.com/glob-parent/5.1.2: + registry.npmmirror.com/glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz} name: glob-parent version: 5.1.2 engines: {node: '>= 6'} dependencies: - is-glob: registry.npmmirror.com/is-glob/4.0.3 + is-glob: registry.npmmirror.com/is-glob@4.0.3 dev: true - registry.npmmirror.com/glob-parent/6.0.2: + registry.npmmirror.com/glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz} name: glob-parent version: 6.0.2 engines: {node: '>=10.13.0'} dependencies: - is-glob: registry.npmmirror.com/is-glob/4.0.3 + is-glob: registry.npmmirror.com/is-glob@4.0.3 dev: true - registry.npmmirror.com/glob/7.2.3: + registry.npmmirror.com/glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz} name: glob version: 7.2.3 dependencies: - fs.realpath: registry.npmmirror.com/fs.realpath/1.0.0 - inflight: registry.npmmirror.com/inflight/1.0.6 - inherits: registry.npmmirror.com/inherits/2.0.4 - minimatch: registry.npmmirror.com/minimatch/3.1.2 - once: registry.npmmirror.com/once/1.4.0 - path-is-absolute: registry.npmmirror.com/path-is-absolute/1.0.1 + fs.realpath: registry.npmmirror.com/fs.realpath@1.0.0 + inflight: registry.npmmirror.com/inflight@1.0.6 + inherits: registry.npmmirror.com/inherits@2.0.4 + minimatch: registry.npmmirror.com/minimatch@3.1.2 + once: registry.npmmirror.com/once@1.4.0 + path-is-absolute: registry.npmmirror.com/path-is-absolute@1.0.1 dev: true - registry.npmmirror.com/globals/11.12.0: + registry.npmmirror.com/globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz} name: globals version: 11.12.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/globals/13.19.0: + registry.npmmirror.com/globals@13.19.0: resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/globals/-/globals-13.19.0.tgz} name: globals version: 13.19.0 engines: {node: '>=8'} dependencies: - type-fest: registry.npmmirror.com/type-fest/0.20.2 + type-fest: registry.npmmirror.com/type-fest@0.20.2 dev: true - registry.npmmirror.com/globby/11.1.0: + registry.npmmirror.com/globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz} name: globby version: 11.1.0 engines: {node: '>=10'} 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 - ignore: registry.npmmirror.com/ignore/5.2.4 - merge2: registry.npmmirror.com/merge2/1.4.1 - slash: registry.npmmirror.com/slash/3.0.0 + 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 + ignore: registry.npmmirror.com/ignore@5.2.4 + merge2: registry.npmmirror.com/merge2@1.4.1 + slash: registry.npmmirror.com/slash@3.0.0 dev: true - registry.npmmirror.com/good-listener/1.2.2: + registry.npmmirror.com/good-listener@1.2.2: resolution: {integrity: sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/good-listener/-/good-listener-1.2.2.tgz} name: good-listener version: 1.2.2 dependencies: - delegate: registry.npmmirror.com/delegate/3.2.0 + delegate: registry.npmmirror.com/delegate@3.2.0 dev: false - registry.npmmirror.com/gopd/1.0.1: + registry.npmmirror.com/gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz} name: gopd version: 1.0.1 dependencies: - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 dev: true - registry.npmmirror.com/graceful-fs/4.2.10: + registry.npmmirror.com/graceful-fs@4.2.10: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.10.tgz} name: graceful-fs version: 4.2.10 dev: true - registry.npmmirror.com/grapheme-splitter/1.0.4: + 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/has-bigints/1.0.2: + registry.npmmirror.com/has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-bigints/-/has-bigints-1.0.2.tgz} name: has-bigints version: 1.0.2 dev: true - registry.npmmirror.com/has-flag/3.0.0: + registry.npmmirror.com/has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz} name: has-flag version: 3.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/has-flag/4.0.0: + registry.npmmirror.com/has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz} name: has-flag version: 4.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/has-property-descriptors/1.0.0: + registry.npmmirror.com/has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz} name: has-property-descriptors version: 1.0.0 dependencies: - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 dev: true - registry.npmmirror.com/has-symbols/1.0.3: + registry.npmmirror.com/has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz} name: has-symbols version: 1.0.3 engines: {node: '>= 0.4'} - registry.npmmirror.com/has-tostringtag/1.0.0: + registry.npmmirror.com/has-tostringtag@1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz} name: has-tostringtag version: 1.0.0 engines: {node: '>= 0.4'} dependencies: - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 dev: true - registry.npmmirror.com/has/1.0.3: + registry.npmmirror.com/has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has/-/has-1.0.3.tgz} name: has version: 1.0.3 engines: {node: '>= 0.4.0'} dependencies: - function-bind: registry.npmmirror.com/function-bind/1.1.1 + function-bind: registry.npmmirror.com/function-bind@1.1.1 - registry.npmmirror.com/he/1.2.0: + registry.npmmirror.com/he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/he/-/he-1.2.0.tgz} name: he version: 1.2.0 hasBin: true dev: true - registry.npmmirror.com/hosted-git-info/2.8.9: + registry.npmmirror.com/hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz} name: hosted-git-info version: 2.8.9 dev: true - registry.npmmirror.com/html-encoding-sniffer/3.0.0: + registry.npmmirror.com/html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz} name: html-encoding-sniffer version: 3.0.0 engines: {node: '>=12'} dependencies: - whatwg-encoding: registry.npmmirror.com/whatwg-encoding/2.0.0 + whatwg-encoding: registry.npmmirror.com/whatwg-encoding@2.0.0 dev: true - registry.npmmirror.com/html-void-elements/2.0.1: + registry.npmmirror.com/html-void-elements@2.0.1: resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/html-void-elements/-/html-void-elements-2.0.1.tgz} name: html-void-elements version: 2.0.1 dev: false - registry.npmmirror.com/http-proxy-agent/5.0.0: + registry.npmmirror.com/http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz} name: http-proxy-agent version: 5.0.0 engines: {node: '>= 6'} dependencies: - '@tootallnate/once': registry.npmmirror.com/@tootallnate/once/2.0.0 - agent-base: registry.npmmirror.com/agent-base/6.0.2 - debug: registry.npmmirror.com/debug/4.3.4 + '@tootallnate/once': registry.npmmirror.com/@tootallnate/once@2.0.0 + agent-base: registry.npmmirror.com/agent-base@6.0.2 + debug: registry.npmmirror.com/debug@4.3.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/https-proxy-agent/5.0.1: + registry.npmmirror.com/https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz} name: https-proxy-agent version: 5.0.1 engines: {node: '>= 6'} dependencies: - agent-base: registry.npmmirror.com/agent-base/6.0.2 - debug: registry.npmmirror.com/debug/4.3.4 + agent-base: registry.npmmirror.com/agent-base@6.0.2 + debug: registry.npmmirror.com/debug@4.3.4 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/human-signals/2.1.0: + registry.npmmirror.com/human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz} name: human-signals version: 2.1.0 engines: {node: '>=10.17.0'} dev: true - registry.npmmirror.com/i18next/20.6.1: + registry.npmmirror.com/i18next@20.6.1: resolution: {integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/i18next/-/i18next-20.6.1.tgz} name: i18next version: 20.6.1 dependencies: - '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.20.7 + '@babel/runtime': registry.npmmirror.com/@babel/runtime@7.20.7 dev: false - registry.npmmirror.com/iconv-lite/0.6.3: + registry.npmmirror.com/iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz} name: iconv-lite version: 0.6.3 engines: {node: '>=0.10.0'} dependencies: - safer-buffer: registry.npmmirror.com/safer-buffer/2.1.2 + safer-buffer: registry.npmmirror.com/safer-buffer@2.1.2 dev: true - registry.npmmirror.com/ignore/5.2.4: + registry.npmmirror.com/ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ignore/-/ignore-5.2.4.tgz} name: ignore version: 5.2.4 engines: {node: '>= 4'} dev: true - registry.npmmirror.com/immediate/3.0.6: + registry.npmmirror.com/immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz} name: immediate version: 3.0.6 dev: false - registry.npmmirror.com/immer/9.0.16: + registry.npmmirror.com/immer@9.0.16: resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immer/-/immer-9.0.16.tgz} name: immer version: 9.0.16 dev: false - registry.npmmirror.com/immutable/4.2.1: + registry.npmmirror.com/immutable@4.2.1: resolution: {integrity: sha512-7WYV7Q5BTs0nlQm7tl92rDYYoyELLKHoDMBKhrxEoiV4mrfVdRz8hzPiYOzH7yWjzoVEamxRuAqhxL2PLRwZYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immutable/-/immutable-4.2.1.tgz} name: immutable version: 4.2.1 dev: true - registry.npmmirror.com/import-fresh/3.3.0: + registry.npmmirror.com/import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz} name: import-fresh version: 3.3.0 engines: {node: '>=6'} dependencies: - parent-module: registry.npmmirror.com/parent-module/1.0.1 - resolve-from: registry.npmmirror.com/resolve-from/4.0.0 + parent-module: registry.npmmirror.com/parent-module@1.0.1 + resolve-from: registry.npmmirror.com/resolve-from@4.0.0 dev: true - registry.npmmirror.com/imurmurhash/0.1.4: + registry.npmmirror.com/imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz} name: imurmurhash version: 0.1.4 engines: {node: '>=0.8.19'} dev: true - registry.npmmirror.com/inflight/1.0.6: + registry.npmmirror.com/inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz} name: inflight version: 1.0.6 dependencies: - once: registry.npmmirror.com/once/1.4.0 - wrappy: registry.npmmirror.com/wrappy/1.0.2 + once: registry.npmmirror.com/once@1.4.0 + wrappy: registry.npmmirror.com/wrappy@1.0.2 dev: true - registry.npmmirror.com/inherits/2.0.4: + registry.npmmirror.com/inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz} name: inherits version: 2.0.4 - registry.npmmirror.com/internal-slot/1.0.4: + registry.npmmirror.com/internal-slot@1.0.4: resolution: {integrity: sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.4.tgz} name: internal-slot version: 1.0.4 engines: {node: '>= 0.4'} dependencies: - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 - has: registry.npmmirror.com/has/1.0.3 - side-channel: registry.npmmirror.com/side-channel/1.0.4 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 + has: registry.npmmirror.com/has@1.0.3 + side-channel: registry.npmmirror.com/side-channel@1.0.4 dev: true - registry.npmmirror.com/is-arrayish/0.2.1: + registry.npmmirror.com/is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz} name: is-arrayish version: 0.2.1 dev: true - registry.npmmirror.com/is-bigint/1.0.4: + registry.npmmirror.com/is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-bigint/-/is-bigint-1.0.4.tgz} name: is-bigint version: 1.0.4 dependencies: - has-bigints: registry.npmmirror.com/has-bigints/1.0.2 + has-bigints: registry.npmmirror.com/has-bigints@1.0.2 dev: true - registry.npmmirror.com/is-binary-path/2.1.0: + registry.npmmirror.com/is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz} name: is-binary-path version: 2.1.0 engines: {node: '>=8'} dependencies: - binary-extensions: registry.npmmirror.com/binary-extensions/2.2.0 + binary-extensions: registry.npmmirror.com/binary-extensions@2.2.0 dev: true - registry.npmmirror.com/is-boolean-object/1.1.2: + registry.npmmirror.com/is-boolean-object@1.1.2: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz} name: is-boolean-object version: 1.1.2 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + has-tostringtag: registry.npmmirror.com/has-tostringtag@1.0.0 dev: true - registry.npmmirror.com/is-builtin-module/3.2.0: + registry.npmmirror.com/is-builtin-module@3.2.0: resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz} name: is-builtin-module version: 3.2.0 engines: {node: '>=6'} dependencies: - builtin-modules: registry.npmmirror.com/builtin-modules/3.3.0 + builtin-modules: registry.npmmirror.com/builtin-modules@3.3.0 dev: true - registry.npmmirror.com/is-callable/1.2.7: + registry.npmmirror.com/is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz} name: is-callable version: 1.2.7 engines: {node: '>= 0.4'} dev: true - registry.npmmirror.com/is-core-module/2.11.0: + registry.npmmirror.com/is-core-module@2.11.0: resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz} name: is-core-module version: 2.11.0 dependencies: - has: registry.npmmirror.com/has/1.0.3 + has: registry.npmmirror.com/has@1.0.3 dev: true - registry.npmmirror.com/is-date-object/1.0.5: + 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 version: 1.0.5 engines: {node: '>= 0.4'} dependencies: - has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 + has-tostringtag: registry.npmmirror.com/has-tostringtag@1.0.0 dev: true - registry.npmmirror.com/is-extglob/2.1.1: + registry.npmmirror.com/is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz} name: is-extglob version: 2.1.1 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/is-glob/4.0.3: + registry.npmmirror.com/is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz} name: is-glob version: 4.0.3 engines: {node: '>=0.10.0'} dependencies: - is-extglob: registry.npmmirror.com/is-extglob/2.1.1 + is-extglob: registry.npmmirror.com/is-extglob@2.1.1 dev: true - registry.npmmirror.com/is-hotkey/0.2.0: + registry.npmmirror.com/is-hotkey@0.2.0: resolution: {integrity: sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-hotkey/-/is-hotkey-0.2.0.tgz} name: is-hotkey version: 0.2.0 dev: false - registry.npmmirror.com/is-module/1.0.0: + registry.npmmirror.com/is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz} name: is-module version: 1.0.0 dev: true - registry.npmmirror.com/is-negative-zero/2.0.2: + registry.npmmirror.com/is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz} name: is-negative-zero version: 2.0.2 engines: {node: '>= 0.4'} dev: true - registry.npmmirror.com/is-number-object/1.0.7: + registry.npmmirror.com/is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-number-object/-/is-number-object-1.0.7.tgz} name: is-number-object version: 1.0.7 engines: {node: '>= 0.4'} dependencies: - has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 + has-tostringtag: registry.npmmirror.com/has-tostringtag@1.0.0 dev: true - registry.npmmirror.com/is-number/7.0.0: + registry.npmmirror.com/is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz} name: is-number version: 7.0.0 engines: {node: '>=0.12.0'} dev: true - registry.npmmirror.com/is-path-inside/3.0.3: + registry.npmmirror.com/is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz} name: is-path-inside version: 3.0.3 engines: {node: '>=8'} dev: true - registry.npmmirror.com/is-plain-object/5.0.0: + registry.npmmirror.com/is-plain-object@5.0.0: resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz} name: is-plain-object version: 5.0.0 engines: {node: '>=0.10.0'} dev: false - registry.npmmirror.com/is-potential-custom-element-name/1.0.1: + registry.npmmirror.com/is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz} name: is-potential-custom-element-name version: 1.0.1 dev: true - registry.npmmirror.com/is-regex/1.1.4: + registry.npmmirror.com/is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-regex/-/is-regex-1.1.4.tgz} name: is-regex version: 1.1.4 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + has-tostringtag: registry.npmmirror.com/has-tostringtag@1.0.0 dev: true - registry.npmmirror.com/is-shared-array-buffer/1.0.2: + registry.npmmirror.com/is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz} name: is-shared-array-buffer version: 1.0.2 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 + call-bind: registry.npmmirror.com/call-bind@1.0.2 dev: true - registry.npmmirror.com/is-stream/2.0.1: + registry.npmmirror.com/is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz} name: is-stream version: 2.0.1 engines: {node: '>=8'} dev: true - registry.npmmirror.com/is-string/1.0.7: + registry.npmmirror.com/is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-string/-/is-string-1.0.7.tgz} name: is-string version: 1.0.7 engines: {node: '>= 0.4'} dependencies: - has-tostringtag: registry.npmmirror.com/has-tostringtag/1.0.0 + has-tostringtag: registry.npmmirror.com/has-tostringtag@1.0.0 dev: true - registry.npmmirror.com/is-symbol/1.0.4: + registry.npmmirror.com/is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-symbol/-/is-symbol-1.0.4.tgz} name: is-symbol version: 1.0.4 engines: {node: '>= 0.4'} dependencies: - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 dev: true - registry.npmmirror.com/is-url/1.2.4: + registry.npmmirror.com/is-url@1.2.4: resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-url/-/is-url-1.2.4.tgz} name: is-url version: 1.2.4 dev: false - registry.npmmirror.com/is-weakref/1.0.2: + registry.npmmirror.com/is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-weakref/-/is-weakref-1.0.2.tgz} name: is-weakref version: 1.0.2 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 + call-bind: registry.npmmirror.com/call-bind@1.0.2 dev: true - registry.npmmirror.com/isarray/1.0.0: + registry.npmmirror.com/isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz} name: isarray version: 1.0.0 dev: false - registry.npmmirror.com/isexe/2.0.0: + registry.npmmirror.com/isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz} name: isexe version: 2.0.0 dev: true - registry.npmmirror.com/joi/17.7.0: + registry.npmmirror.com/joi@17.7.0: resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/joi/-/joi-17.7.0.tgz} name: joi version: 17.7.0 dependencies: - '@hapi/hoek': registry.npmmirror.com/@hapi/hoek/9.3.0 - '@hapi/topo': registry.npmmirror.com/@hapi/topo/5.1.0 - '@sideway/address': registry.npmmirror.com/@sideway/address/4.1.4 - '@sideway/formula': registry.npmmirror.com/@sideway/formula/3.0.1 - '@sideway/pinpoint': registry.npmmirror.com/@sideway/pinpoint/2.0.0 + '@hapi/hoek': registry.npmmirror.com/@hapi/hoek@9.3.0 + '@hapi/topo': registry.npmmirror.com/@hapi/topo@5.1.0 + '@sideway/address': registry.npmmirror.com/@sideway/address@4.1.4 + '@sideway/formula': registry.npmmirror.com/@sideway/formula@3.0.1 + '@sideway/pinpoint': registry.npmmirror.com/@sideway/pinpoint@2.0.0 dev: true - registry.npmmirror.com/js-sdsl/4.2.0: + registry.npmmirror.com/js-sdsl@4.2.0: resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-sdsl/-/js-sdsl-4.2.0.tgz} name: js-sdsl version: 4.2.0 dev: true - registry.npmmirror.com/js-tokens/4.0.0: + 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 version: 4.0.0 dev: true - registry.npmmirror.com/js-yaml/4.1.0: + registry.npmmirror.com/js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz} name: js-yaml version: 4.1.0 hasBin: true dependencies: - argparse: registry.npmmirror.com/argparse/2.0.1 + argparse: registry.npmmirror.com/argparse@2.0.1 dev: true - registry.npmmirror.com/jsdom/20.0.3: + registry.npmmirror.com/jsdom@20.0.3: resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsdom/-/jsdom-20.0.3.tgz} name: jsdom version: 20.0.3 @@ -3414,143 +3464,149 @@ packages: canvas: optional: true dependencies: - abab: registry.npmmirror.com/abab/2.0.6 - acorn: registry.npmmirror.com/acorn/8.8.1 - acorn-globals: registry.npmmirror.com/acorn-globals/7.0.1 - cssom: registry.npmmirror.com/cssom/0.5.0 - cssstyle: registry.npmmirror.com/cssstyle/2.3.0 - data-urls: registry.npmmirror.com/data-urls/3.0.2 - 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 - https-proxy-agent: registry.npmmirror.com/https-proxy-agent/5.0.1 - is-potential-custom-element-name: registry.npmmirror.com/is-potential-custom-element-name/1.0.1 - nwsapi: registry.npmmirror.com/nwsapi/2.2.2 - parse5: registry.npmmirror.com/parse5/7.1.2 - 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 - 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 - whatwg-mimetype: registry.npmmirror.com/whatwg-mimetype/3.0.0 - whatwg-url: registry.npmmirror.com/whatwg-url/11.0.0 - ws: registry.npmmirror.com/ws/8.11.0 - xml-name-validator: registry.npmmirror.com/xml-name-validator/4.0.0 + abab: registry.npmmirror.com/abab@2.0.6 + acorn: registry.npmmirror.com/acorn@8.8.1 + acorn-globals: registry.npmmirror.com/acorn-globals@7.0.1 + cssom: registry.npmmirror.com/cssom@0.5.0 + cssstyle: registry.npmmirror.com/cssstyle@2.3.0 + data-urls: registry.npmmirror.com/data-urls@3.0.2 + 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 + https-proxy-agent: registry.npmmirror.com/https-proxy-agent@5.0.1 + is-potential-custom-element-name: registry.npmmirror.com/is-potential-custom-element-name@1.0.1 + nwsapi: registry.npmmirror.com/nwsapi@2.2.2 + parse5: registry.npmmirror.com/parse5@7.1.2 + 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 + 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 + whatwg-mimetype: registry.npmmirror.com/whatwg-mimetype@3.0.0 + whatwg-url: registry.npmmirror.com/whatwg-url@11.0.0 + ws: registry.npmmirror.com/ws@8.11.0 + xml-name-validator: registry.npmmirror.com/xml-name-validator@4.0.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate dev: true - registry.npmmirror.com/json-parse-better-errors/1.0.2: + registry.npmmirror.com/jsencrypt@3.3.2: + resolution: {integrity: sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz} + name: jsencrypt + version: 3.3.2 + dev: false + + registry.npmmirror.com/json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz} name: json-parse-better-errors version: 1.0.2 dev: true - registry.npmmirror.com/json-schema-traverse/0.4.1: + registry.npmmirror.com/json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz} name: json-schema-traverse version: 0.4.1 dev: true - registry.npmmirror.com/json-stable-stringify-without-jsonify/1.0.1: + registry.npmmirror.com/json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz} name: json-stable-stringify-without-jsonify version: 1.0.1 dev: true - registry.npmmirror.com/jsonc-parser/3.2.0: + registry.npmmirror.com/jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz} name: jsonc-parser version: 3.2.0 dev: true - registry.npmmirror.com/jszip/3.10.1: + registry.npmmirror.com/jszip@3.10.1: resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz} name: jszip version: 3.10.1 dependencies: - lie: registry.npmmirror.com/lie/3.3.0 - pako: registry.npmmirror.com/pako/1.0.11 - readable-stream: registry.npmmirror.com/readable-stream/2.3.7 - setimmediate: registry.npmmirror.com/setimmediate/1.0.5 + lie: registry.npmmirror.com/lie@3.3.0 + pako: registry.npmmirror.com/pako@1.0.11 + readable-stream: registry.npmmirror.com/readable-stream@2.3.7 + setimmediate: registry.npmmirror.com/setimmediate@1.0.5 dev: false - registry.npmmirror.com/lazy-ass/1.6.0: + registry.npmmirror.com/lazy-ass@1.6.0: resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lazy-ass/-/lazy-ass-1.6.0.tgz} name: lazy-ass version: 1.6.0 engines: {node: '> 0.8'} dev: true - registry.npmmirror.com/levn/0.3.0: + registry.npmmirror.com/levn@0.3.0: resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/levn/-/levn-0.3.0.tgz} name: levn version: 0.3.0 engines: {node: '>= 0.8.0'} dependencies: - prelude-ls: registry.npmmirror.com/prelude-ls/1.1.2 - type-check: registry.npmmirror.com/type-check/0.3.2 + prelude-ls: registry.npmmirror.com/prelude-ls@1.1.2 + type-check: registry.npmmirror.com/type-check@0.3.2 dev: true - registry.npmmirror.com/levn/0.4.1: + registry.npmmirror.com/levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz} name: levn version: 0.4.1 engines: {node: '>= 0.8.0'} dependencies: - prelude-ls: registry.npmmirror.com/prelude-ls/1.2.1 - type-check: registry.npmmirror.com/type-check/0.4.0 + prelude-ls: registry.npmmirror.com/prelude-ls@1.2.1 + type-check: registry.npmmirror.com/type-check@0.4.0 dev: true - registry.npmmirror.com/lie/3.3.0: + registry.npmmirror.com/lie@3.3.0: resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz} name: lie version: 3.3.0 dependencies: - immediate: registry.npmmirror.com/immediate/3.0.6 + immediate: registry.npmmirror.com/immediate@3.0.6 dev: false - registry.npmmirror.com/load-json-file/4.0.0: + registry.npmmirror.com/load-json-file@4.0.0: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/load-json-file/-/load-json-file-4.0.0.tgz} name: load-json-file version: 4.0.0 engines: {node: '>=4'} dependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 - parse-json: registry.npmmirror.com/parse-json/4.0.0 - pify: registry.npmmirror.com/pify/3.0.0 - strip-bom: registry.npmmirror.com/strip-bom/3.0.0 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 + parse-json: registry.npmmirror.com/parse-json@4.0.0 + pify: registry.npmmirror.com/pify@3.0.0 + strip-bom: registry.npmmirror.com/strip-bom@3.0.0 dev: true - registry.npmmirror.com/local-pkg/0.4.2: + registry.npmmirror.com/local-pkg@0.4.2: resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.2.tgz} name: local-pkg version: 0.4.2 engines: {node: '>=14'} dev: true - registry.npmmirror.com/locate-path/6.0.0: + registry.npmmirror.com/locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz} name: locate-path version: 6.0.0 engines: {node: '>=10'} dependencies: - p-locate: registry.npmmirror.com/p-locate/5.0.0 + p-locate: registry.npmmirror.com/p-locate@5.0.0 dev: true - registry.npmmirror.com/lodash-es/4.17.21: + registry.npmmirror.com/lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz} name: lodash-es version: 4.17.21 dev: false - registry.npmmirror.com/lodash-unified/1.0.3_3ib2ivapxullxkx3xftsimdk7u: + registry.npmmirror.com/lodash-unified@1.0.3(@types/lodash-es@4.17.6)(lodash-es@4.17.21)(lodash@4.17.21): resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz} id: registry.npmmirror.com/lodash-unified/1.0.3 name: lodash-unified @@ -3560,572 +3616,571 @@ packages: lodash: '*' lodash-es: '*' dependencies: - '@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6 - lodash: registry.npmmirror.com/lodash/4.17.21 - lodash-es: registry.npmmirror.com/lodash-es/4.17.21 + '@types/lodash-es': registry.npmmirror.com/@types/lodash-es@4.17.6 + lodash: registry.npmmirror.com/lodash@4.17.21 + lodash-es: registry.npmmirror.com/lodash-es@4.17.21 dev: false - registry.npmmirror.com/lodash.camelcase/4.3.0: + registry.npmmirror.com/lodash.camelcase@4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz} name: lodash.camelcase version: 4.3.0 dev: false - registry.npmmirror.com/lodash.clonedeep/4.5.0: + registry.npmmirror.com/lodash.clonedeep@4.5.0: resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz} name: lodash.clonedeep version: 4.5.0 dev: false - registry.npmmirror.com/lodash.debounce/4.0.8: + registry.npmmirror.com/lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz} name: lodash.debounce version: 4.0.8 - registry.npmmirror.com/lodash.foreach/4.5.0: + registry.npmmirror.com/lodash.foreach@4.5.0: resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz} name: lodash.foreach version: 4.5.0 dev: false - registry.npmmirror.com/lodash.isequal/4.5.0: + registry.npmmirror.com/lodash.isequal@4.5.0: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz} name: lodash.isequal version: 4.5.0 dev: false - registry.npmmirror.com/lodash.merge/4.6.2: + registry.npmmirror.com/lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz} name: lodash.merge version: 4.6.2 dev: true - registry.npmmirror.com/lodash.pick/4.4.0: + registry.npmmirror.com/lodash.pick@4.4.0: resolution: {integrity: sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.pick/-/lodash.pick-4.4.0.tgz} name: lodash.pick version: 4.4.0 dev: true - registry.npmmirror.com/lodash.throttle/4.1.1: + registry.npmmirror.com/lodash.throttle@4.1.1: resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz} name: lodash.throttle version: 4.1.1 dev: false - registry.npmmirror.com/lodash.toarray/4.4.0: + registry.npmmirror.com/lodash.toarray@4.4.0: resolution: {integrity: sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz} name: lodash.toarray version: 4.4.0 dev: false - registry.npmmirror.com/lodash/4.17.21: + registry.npmmirror.com/lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz} name: lodash version: 4.17.21 - registry.npmmirror.com/loupe/2.3.6: + 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 version: 2.3.6 dependencies: - get-func-name: registry.npmmirror.com/get-func-name/2.0.0 + get-func-name: registry.npmmirror.com/get-func-name@2.0.0 dev: true - registry.npmmirror.com/lru-cache/6.0.0: + registry.npmmirror.com/lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz} name: lru-cache version: 6.0.0 engines: {node: '>=10'} dependencies: - yallist: registry.npmmirror.com/yallist/4.0.0 + yallist: registry.npmmirror.com/yallist@4.0.0 dev: true - registry.npmmirror.com/magic-string/0.25.9: + registry.npmmirror.com/magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz} name: magic-string version: 0.25.9 dependencies: - sourcemap-codec: registry.npmmirror.com/sourcemap-codec/1.4.8 + sourcemap-codec: registry.npmmirror.com/sourcemap-codec@1.4.8 - registry.npmmirror.com/magic-string/0.27.0: + registry.npmmirror.com/magic-string@0.27.0: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz} name: magic-string version: 0.27.0 engines: {node: '>=12'} dependencies: - '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.14 + '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.14 dev: true - registry.npmmirror.com/map-stream/0.1.0: + registry.npmmirror.com/map-stream@0.1.0: resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/map-stream/-/map-stream-0.1.0.tgz} name: map-stream version: 0.1.0 dev: true - registry.npmmirror.com/memoize-one/6.0.0: + registry.npmmirror.com/memoize-one@6.0.0: resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz} name: memoize-one version: 6.0.0 dev: false - registry.npmmirror.com/memorystream/0.3.1: + registry.npmmirror.com/memorystream@0.3.1: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz} name: memorystream version: 0.3.1 engines: {node: '>= 0.10.0'} dev: true - registry.npmmirror.com/merge-stream/2.0.0: + registry.npmmirror.com/merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz} name: merge-stream version: 2.0.0 dev: true - registry.npmmirror.com/merge2/1.4.1: + registry.npmmirror.com/merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz} name: merge2 version: 1.4.1 engines: {node: '>= 8'} dev: true - registry.npmmirror.com/micromatch/4.0.5: + registry.npmmirror.com/micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz} name: micromatch version: 4.0.5 engines: {node: '>=8.6'} dependencies: - braces: registry.npmmirror.com/braces/3.0.2 - picomatch: registry.npmmirror.com/picomatch/2.3.1 + braces: registry.npmmirror.com/braces@3.0.2 + picomatch: registry.npmmirror.com/picomatch@2.3.1 dev: true - registry.npmmirror.com/mime-db/1.52.0: + registry.npmmirror.com/mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz} name: mime-db version: 1.52.0 engines: {node: '>= 0.6'} - registry.npmmirror.com/mime-match/1.0.2: + registry.npmmirror.com/mime-match@1.0.2: resolution: {integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-match/-/mime-match-1.0.2.tgz} name: mime-match version: 1.0.2 dependencies: - wildcard: registry.npmmirror.com/wildcard/1.1.2 + wildcard: registry.npmmirror.com/wildcard@1.1.2 dev: false - registry.npmmirror.com/mime-types/2.1.35: + registry.npmmirror.com/mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz} name: mime-types version: 2.1.35 engines: {node: '>= 0.6'} dependencies: - mime-db: registry.npmmirror.com/mime-db/1.52.0 + mime-db: registry.npmmirror.com/mime-db@1.52.0 - registry.npmmirror.com/mimic-fn/2.1.0: + registry.npmmirror.com/mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz} name: mimic-fn version: 2.1.0 engines: {node: '>=6'} dev: true - registry.npmmirror.com/minimatch/3.1.2: + registry.npmmirror.com/minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz} name: minimatch version: 3.1.2 dependencies: - brace-expansion: registry.npmmirror.com/brace-expansion/1.1.11 + brace-expansion: registry.npmmirror.com/brace-expansion@1.1.11 dev: true - registry.npmmirror.com/minimatch/5.1.2: + registry.npmmirror.com/minimatch@5.1.2: resolution: {integrity: sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-5.1.2.tgz} name: minimatch version: 5.1.2 engines: {node: '>=10'} dependencies: - brace-expansion: registry.npmmirror.com/brace-expansion/2.0.1 + brace-expansion: registry.npmmirror.com/brace-expansion@2.0.1 dev: true - registry.npmmirror.com/minimist/1.2.7: + registry.npmmirror.com/minimist@1.2.7: resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimist/-/minimist-1.2.7.tgz} name: minimist version: 1.2.7 dev: true - registry.npmmirror.com/mlly/1.0.0: + registry.npmmirror.com/mlly@1.0.0: resolution: {integrity: sha512-QL108Hwt+u9bXdWgOI0dhzZfACovn5Aen4Xvc8Jasd9ouRH4NjnrXEiyP3nVvJo91zPlYjVRckta0Nt2zfoR6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mlly/-/mlly-1.0.0.tgz} name: mlly version: 1.0.0 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.1 - pathe: registry.npmmirror.com/pathe/1.0.0 - pkg-types: registry.npmmirror.com/pkg-types/1.0.1 - ufo: registry.npmmirror.com/ufo/1.0.1 + acorn: registry.npmmirror.com/acorn@8.8.1 + pathe: registry.npmmirror.com/pathe@1.0.0 + pkg-types: registry.npmmirror.com/pkg-types@1.0.1 + ufo: registry.npmmirror.com/ufo@1.0.1 dev: true - registry.npmmirror.com/mockjs/1.1.0: + registry.npmmirror.com/mockjs@1.1.0: resolution: {integrity: sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz} name: mockjs version: 1.1.0 hasBin: true dependencies: - commander: registry.npmmirror.com/commander/9.4.1 + commander: registry.npmmirror.com/commander@9.4.1 - registry.npmmirror.com/ms/2.0.0: + registry.npmmirror.com/ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz} name: ms version: 2.0.0 dev: true - registry.npmmirror.com/ms/2.1.2: + registry.npmmirror.com/ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz} name: ms version: 2.1.2 - dev: true - registry.npmmirror.com/muggle-string/0.1.0: + registry.npmmirror.com/muggle-string@0.1.0: resolution: {integrity: sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/muggle-string/-/muggle-string-0.1.0.tgz} name: muggle-string version: 0.1.0 dev: true - registry.npmmirror.com/namespace-emitter/2.0.1: + registry.npmmirror.com/namespace-emitter@2.0.1: resolution: {integrity: sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/namespace-emitter/-/namespace-emitter-2.0.1.tgz} name: namespace-emitter version: 2.0.1 dev: false - registry.npmmirror.com/nanoid/3.3.4: + registry.npmmirror.com/nanoid@3.3.4: resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz} name: nanoid version: 3.3.4 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - registry.npmmirror.com/natural-compare-lite/1.4.0: + 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: + 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 version: 1.4.0 dev: true - registry.npmmirror.com/next-tick/1.1.0: + registry.npmmirror.com/next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/next-tick/-/next-tick-1.1.0.tgz} name: next-tick version: 1.1.0 dev: false - registry.npmmirror.com/nice-try/1.0.5: + registry.npmmirror.com/nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz} name: nice-try version: 1.0.5 dev: true - registry.npmmirror.com/normalize-package-data/2.5.0: + registry.npmmirror.com/normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz} name: normalize-package-data version: 2.5.0 dependencies: - hosted-git-info: registry.npmmirror.com/hosted-git-info/2.8.9 - resolve: registry.npmmirror.com/resolve/1.22.1 - semver: registry.npmmirror.com/semver/5.7.1 - validate-npm-package-license: registry.npmmirror.com/validate-npm-package-license/3.0.4 + hosted-git-info: registry.npmmirror.com/hosted-git-info@2.8.9 + resolve: registry.npmmirror.com/resolve@1.22.1 + semver: registry.npmmirror.com/semver@5.7.1 + validate-npm-package-license: registry.npmmirror.com/validate-npm-package-license@3.0.4 dev: true - registry.npmmirror.com/normalize-path/3.0.0: + registry.npmmirror.com/normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz} name: normalize-path version: 3.0.0 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/normalize-wheel-es/1.2.0: + registry.npmmirror.com/normalize-wheel-es@1.2.0: resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz} name: normalize-wheel-es version: 1.2.0 dev: false - registry.npmmirror.com/npm-run-all/4.1.5: + registry.npmmirror.com/npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/npm-run-all/-/npm-run-all-4.1.5.tgz} name: npm-run-all version: 4.1.5 engines: {node: '>= 4'} hasBin: true dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/3.2.1 - chalk: registry.npmmirror.com/chalk/2.4.2 - cross-spawn: registry.npmmirror.com/cross-spawn/6.0.5 - memorystream: registry.npmmirror.com/memorystream/0.3.1 - minimatch: registry.npmmirror.com/minimatch/3.1.2 - pidtree: registry.npmmirror.com/pidtree/0.3.1 - read-pkg: registry.npmmirror.com/read-pkg/3.0.0 - shell-quote: registry.npmmirror.com/shell-quote/1.7.4 - string.prototype.padend: registry.npmmirror.com/string.prototype.padend/3.1.4 + ansi-styles: registry.npmmirror.com/ansi-styles@3.2.1 + chalk: registry.npmmirror.com/chalk@2.4.2 + cross-spawn: registry.npmmirror.com/cross-spawn@6.0.5 + memorystream: registry.npmmirror.com/memorystream@0.3.1 + minimatch: registry.npmmirror.com/minimatch@3.1.2 + pidtree: registry.npmmirror.com/pidtree@0.3.1 + read-pkg: registry.npmmirror.com/read-pkg@3.0.0 + shell-quote: registry.npmmirror.com/shell-quote@1.7.4 + string.prototype.padend: registry.npmmirror.com/string.prototype.padend@3.1.4 dev: true - registry.npmmirror.com/npm-run-path/4.0.1: + registry.npmmirror.com/npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz} name: npm-run-path version: 4.0.1 engines: {node: '>=8'} dependencies: - path-key: registry.npmmirror.com/path-key/3.1.1 + path-key: registry.npmmirror.com/path-key@3.1.1 dev: true - registry.npmmirror.com/nprogress/0.2.0: + registry.npmmirror.com/nprogress@0.2.0: resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz} name: nprogress version: 0.2.0 dev: false - registry.npmmirror.com/nth-check/2.1.1: + registry.npmmirror.com/nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz} name: nth-check version: 2.1.1 dependencies: - boolbase: registry.npmmirror.com/boolbase/1.0.0 + boolbase: registry.npmmirror.com/boolbase@1.0.0 dev: true - registry.npmmirror.com/nwsapi/2.2.2: + registry.npmmirror.com/nwsapi@2.2.2: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.2.tgz} name: nwsapi version: 2.2.2 dev: true - registry.npmmirror.com/object-inspect/1.12.2: + registry.npmmirror.com/object-inspect@1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz} name: object-inspect version: 1.12.2 - registry.npmmirror.com/object-keys/1.1.1: + registry.npmmirror.com/object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz} name: object-keys version: 1.1.1 engines: {node: '>= 0.4'} dev: true - registry.npmmirror.com/object.assign/4.1.4: + registry.npmmirror.com/object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.assign/-/object.assign-4.1.4.tgz} name: object.assign version: 4.1.4 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 - object-keys: registry.npmmirror.com/object-keys/1.1.1 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 + object-keys: registry.npmmirror.com/object-keys@1.1.1 dev: true - registry.npmmirror.com/on-finished/2.3.0: + registry.npmmirror.com/on-finished@2.3.0: resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz} name: on-finished version: 2.3.0 engines: {node: '>= 0.8'} dependencies: - ee-first: registry.npmmirror.com/ee-first/1.1.1 + ee-first: registry.npmmirror.com/ee-first@1.1.1 dev: true - registry.npmmirror.com/once/1.4.0: + registry.npmmirror.com/once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/once/-/once-1.4.0.tgz} name: once version: 1.4.0 dependencies: - wrappy: registry.npmmirror.com/wrappy/1.0.2 + wrappy: registry.npmmirror.com/wrappy@1.0.2 dev: true - registry.npmmirror.com/onetime/5.1.2: + registry.npmmirror.com/onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz} name: onetime version: 5.1.2 engines: {node: '>=6'} dependencies: - mimic-fn: registry.npmmirror.com/mimic-fn/2.1.0 + mimic-fn: registry.npmmirror.com/mimic-fn@2.1.0 dev: true - registry.npmmirror.com/optionator/0.8.3: + registry.npmmirror.com/optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/optionator/-/optionator-0.8.3.tgz} name: optionator version: 0.8.3 engines: {node: '>= 0.8.0'} dependencies: - 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.3.0 - prelude-ls: registry.npmmirror.com/prelude-ls/1.1.2 - type-check: registry.npmmirror.com/type-check/0.3.2 - word-wrap: registry.npmmirror.com/word-wrap/1.2.3 + 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.3.0 + prelude-ls: registry.npmmirror.com/prelude-ls@1.1.2 + type-check: registry.npmmirror.com/type-check@0.3.2 + word-wrap: registry.npmmirror.com/word-wrap@1.2.3 dev: true - registry.npmmirror.com/optionator/0.9.1: + 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} name: optionator version: 0.9.1 engines: {node: '>= 0.8.0'} dependencies: - 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 + 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/p-limit/3.1.0: + registry.npmmirror.com/p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz} name: p-limit version: 3.1.0 engines: {node: '>=10'} dependencies: - yocto-queue: registry.npmmirror.com/yocto-queue/0.1.0 + yocto-queue: registry.npmmirror.com/yocto-queue@0.1.0 dev: true - registry.npmmirror.com/p-locate/5.0.0: + registry.npmmirror.com/p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz} name: p-locate version: 5.0.0 engines: {node: '>=10'} dependencies: - p-limit: registry.npmmirror.com/p-limit/3.1.0 + p-limit: registry.npmmirror.com/p-limit@3.1.0 dev: true - registry.npmmirror.com/pako/1.0.11: + registry.npmmirror.com/pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz} name: pako version: 1.0.11 dev: false - registry.npmmirror.com/parent-module/1.0.1: + registry.npmmirror.com/parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz} name: parent-module version: 1.0.1 engines: {node: '>=6'} dependencies: - callsites: registry.npmmirror.com/callsites/3.1.0 + callsites: registry.npmmirror.com/callsites@3.1.0 dev: true - registry.npmmirror.com/parse-json/4.0.0: + registry.npmmirror.com/parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parse-json/-/parse-json-4.0.0.tgz} name: parse-json version: 4.0.0 engines: {node: '>=4'} dependencies: - error-ex: registry.npmmirror.com/error-ex/1.3.2 - json-parse-better-errors: registry.npmmirror.com/json-parse-better-errors/1.0.2 + error-ex: registry.npmmirror.com/error-ex@1.3.2 + json-parse-better-errors: registry.npmmirror.com/json-parse-better-errors@1.0.2 dev: true - registry.npmmirror.com/parse5/7.1.2: + 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 version: 7.1.2 dependencies: - entities: registry.npmmirror.com/entities/4.4.0 + entities: registry.npmmirror.com/entities@4.4.0 dev: true - registry.npmmirror.com/parseurl/1.3.3: + registry.npmmirror.com/parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz} name: parseurl version: 1.3.3 engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/path-exists/4.0.0: + registry.npmmirror.com/path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz} name: path-exists version: 4.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/path-is-absolute/1.0.1: + registry.npmmirror.com/path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz} name: path-is-absolute version: 1.0.1 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/path-key/2.0.1: + registry.npmmirror.com/path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz} name: path-key version: 2.0.1 engines: {node: '>=4'} dev: true - registry.npmmirror.com/path-key/3.1.1: + registry.npmmirror.com/path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz} name: path-key version: 3.1.1 engines: {node: '>=8'} dev: true - registry.npmmirror.com/path-parse/1.0.7: + registry.npmmirror.com/path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz} name: path-parse version: 1.0.7 dev: true - registry.npmmirror.com/path-to-regexp/6.2.1: + registry.npmmirror.com/path-to-regexp@6.2.1: resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz} name: path-to-regexp version: 6.2.1 dev: true - registry.npmmirror.com/path-type/3.0.0: + registry.npmmirror.com/path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-type/-/path-type-3.0.0.tgz} name: path-type version: 3.0.0 engines: {node: '>=4'} dependencies: - pify: registry.npmmirror.com/pify/3.0.0 + pify: registry.npmmirror.com/pify@3.0.0 dev: true - registry.npmmirror.com/path-type/4.0.0: + registry.npmmirror.com/path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz} name: path-type version: 4.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/pathe/0.2.0: + registry.npmmirror.com/pathe@0.2.0: resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pathe/-/pathe-0.2.0.tgz} name: pathe version: 0.2.0 dev: true - registry.npmmirror.com/pathe/1.0.0: + registry.npmmirror.com/pathe@1.0.0: resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pathe/-/pathe-1.0.0.tgz} name: pathe version: 1.0.0 dev: true - registry.npmmirror.com/pathval/1.1.1: + registry.npmmirror.com/pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pathval/-/pathval-1.1.1.tgz} name: pathval version: 1.1.1 dev: true - registry.npmmirror.com/pause-stream/0.0.11: + registry.npmmirror.com/pause-stream@0.0.11: resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz} name: pause-stream version: 0.0.11 dependencies: - through: registry.npmmirror.com/through/2.3.8 + through: registry.npmmirror.com/through@2.3.8 dev: true - registry.npmmirror.com/picocolors/1.0.0: + registry.npmmirror.com/picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz} name: picocolors version: 1.0.0 - registry.npmmirror.com/picomatch/2.3.1: + registry.npmmirror.com/picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz} name: picomatch version: 2.3.1 engines: {node: '>=8.6'} dev: true - registry.npmmirror.com/pidtree/0.3.1: + registry.npmmirror.com/pidtree@0.3.1: resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pidtree/-/pidtree-0.3.1.tgz} name: pidtree version: 0.3.1 @@ -4133,14 +4188,14 @@ packages: hasBin: true dev: true - registry.npmmirror.com/pify/3.0.0: + registry.npmmirror.com/pify@3.0.0: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz} name: pify version: 3.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/pinia-plugin-persist/1.0.0_pinia@2.0.28+vue@3.2.45: + registry.npmmirror.com/pinia-plugin-persist@1.0.0(pinia@2.0.28)(vue@3.2.45): resolution: {integrity: sha512-M4hBBd8fz/GgNmUPaaUsC29y1M09lqbXrMAHcusVoU8xlQi1TqgkWnnhvMikZwr7Le/hVyMx8KUcumGGrR6GVw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia-plugin-persist/-/pinia-plugin-persist-1.0.0.tgz} id: registry.npmmirror.com/pinia-plugin-persist/1.0.0 name: pinia-plugin-persist @@ -4153,12 +4208,12 @@ packages: '@vue/composition-api': optional: true dependencies: - pinia: registry.npmmirror.com/pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu - vue: registry.npmmirror.com/vue/3.2.45 - vue-demi: registry.npmmirror.com/vue-demi/0.12.5_vue@3.2.45 + pinia: registry.npmmirror.com/pinia@2.0.28(typescript@4.9.4)(vue@3.2.45) + vue: registry.npmmirror.com/vue@3.2.45 + vue-demi: registry.npmmirror.com/vue-demi@0.12.5(vue@3.2.45) dev: false - registry.npmmirror.com/pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu: + registry.npmmirror.com/pinia@2.0.28(typescript@4.9.4)(vue@3.2.45): resolution: {integrity: sha512-YClq9DkqCblq9rlyUual7ezMu/iICWdBtfJrDt4oWU9Zxpijyz7xB2xTwx57DaBQ96UGvvTMORzALr+iO5PVMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.0.28.tgz} id: registry.npmmirror.com/pinia/2.0.28 name: pinia @@ -4173,23 +4228,23 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.4.5 - typescript: registry.npmmirror.com/typescript/4.9.4 - vue: registry.npmmirror.com/vue/3.2.45 - vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45 + '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api@6.4.5 + typescript: registry.npmmirror.com/typescript@4.9.4 + vue: registry.npmmirror.com/vue@3.2.45 + vue-demi: registry.npmmirror.com/vue-demi@0.13.11(vue@3.2.45) dev: false - registry.npmmirror.com/pkg-types/1.0.1: + registry.npmmirror.com/pkg-types@1.0.1: resolution: {integrity: sha512-jHv9HB+Ho7dj6ItwppRDDl0iZRYBD0jsakHXtFgoLr+cHSF6xC+QL54sJmWxyGxOLYSHm0afhXhXcQDQqH9z8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.1.tgz} name: pkg-types version: 1.0.1 dependencies: - jsonc-parser: registry.npmmirror.com/jsonc-parser/3.2.0 - mlly: registry.npmmirror.com/mlly/1.0.0 - pathe: registry.npmmirror.com/pathe/1.0.0 + jsonc-parser: registry.npmmirror.com/jsonc-parser@3.2.0 + mlly: registry.npmmirror.com/mlly@1.0.0 + pathe: registry.npmmirror.com/pathe@1.0.0 dev: true - registry.npmmirror.com/playwright-core/1.29.1: + registry.npmmirror.com/playwright-core@1.29.1: resolution: {integrity: sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/playwright-core/-/playwright-core-1.29.1.tgz} name: playwright-core version: 1.29.1 @@ -4197,56 +4252,56 @@ packages: hasBin: true dev: true - registry.npmmirror.com/postcss-selector-parser/6.0.11: + registry.npmmirror.com/postcss-selector-parser@6.0.11: resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz} name: postcss-selector-parser version: 6.0.11 engines: {node: '>=4'} dependencies: - cssesc: registry.npmmirror.com/cssesc/3.0.0 - util-deprecate: registry.npmmirror.com/util-deprecate/1.0.2 + cssesc: registry.npmmirror.com/cssesc@3.0.0 + util-deprecate: registry.npmmirror.com/util-deprecate@1.0.2 dev: true - registry.npmmirror.com/postcss/8.4.20: + registry.npmmirror.com/postcss@8.4.20: resolution: {integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-8.4.20.tgz} name: postcss version: 8.4.20 engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: registry.npmmirror.com/nanoid/3.3.4 - picocolors: registry.npmmirror.com/picocolors/1.0.0 - source-map-js: registry.npmmirror.com/source-map-js/1.0.2 + nanoid: registry.npmmirror.com/nanoid@3.3.4 + picocolors: registry.npmmirror.com/picocolors@1.0.0 + source-map-js: registry.npmmirror.com/source-map-js@1.0.2 - registry.npmmirror.com/preact/10.11.3: + registry.npmmirror.com/preact@10.11.3: resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/preact/-/preact-10.11.3.tgz} name: preact version: 10.11.3 dev: false - registry.npmmirror.com/prelude-ls/1.1.2: + 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} name: prelude-ls version: 1.1.2 engines: {node: '>= 0.8.0'} dev: true - registry.npmmirror.com/prelude-ls/1.2.1: + registry.npmmirror.com/prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz} name: prelude-ls version: 1.2.1 engines: {node: '>= 0.8.0'} dev: true - registry.npmmirror.com/prettier-linter-helpers/1.0.0: + registry.npmmirror.com/prettier-linter-helpers@1.0.0: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz} name: prettier-linter-helpers version: 1.0.0 engines: {node: '>=6.0.0'} dependencies: - fast-diff: registry.npmmirror.com/fast-diff/1.2.0 + fast-diff: registry.npmmirror.com/fast-diff@1.2.0 dev: true - registry.npmmirror.com/prettier/2.8.1: + registry.npmmirror.com/prettier@2.8.1: resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prettier/-/prettier-2.8.1.tgz} name: prettier version: 2.8.1 @@ -4254,49 +4309,49 @@ packages: hasBin: true dev: true - registry.npmmirror.com/prismjs/1.29.0: + registry.npmmirror.com/prismjs@1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prismjs/-/prismjs-1.29.0.tgz} name: prismjs version: 1.29.0 engines: {node: '>=6'} dev: false - registry.npmmirror.com/process-nextick-args/2.0.1: + registry.npmmirror.com/process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz} name: process-nextick-args version: 2.0.1 dev: false - registry.npmmirror.com/proxy-from-env/1.1.0: + registry.npmmirror.com/proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz} name: proxy-from-env version: 1.1.0 dev: false - registry.npmmirror.com/ps-tree/1.2.0: + registry.npmmirror.com/ps-tree@1.2.0: resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ps-tree/-/ps-tree-1.2.0.tgz} name: ps-tree version: 1.2.0 engines: {node: '>= 0.10'} hasBin: true dependencies: - event-stream: registry.npmmirror.com/event-stream/3.3.4 + event-stream: registry.npmmirror.com/event-stream@3.3.4 dev: true - registry.npmmirror.com/psl/1.9.0: + 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 version: 1.9.0 dev: true - registry.npmmirror.com/punycode/2.1.1: + registry.npmmirror.com/punycode@2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/punycode/-/punycode-2.1.1.tgz} name: punycode version: 2.1.1 engines: {node: '>=6'} dev: true - registry.npmmirror.com/qrcode.vue/3.3.4_vue@3.2.45: + registry.npmmirror.com/qrcode.vue@3.3.4(vue@3.2.45): resolution: {integrity: sha512-ZVPmKZUUqM/wZ19mIhecFJs7mO6KXFiZZmBZyU6wiB2aXZfYc/VpolXakQcKw/9aGFEmSHHVKfgNwyxtw/Q2Sw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/qrcode.vue/-/qrcode.vue-3.3.4.tgz} id: registry.npmmirror.com/qrcode.vue/3.3.4 name: qrcode.vue @@ -4304,311 +4359,311 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/qs/6.11.0: + registry.npmmirror.com/qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz} name: qs version: 6.11.0 engines: {node: '>=0.6'} dependencies: - side-channel: registry.npmmirror.com/side-channel/1.0.4 + side-channel: registry.npmmirror.com/side-channel@1.0.4 dev: false - registry.npmmirror.com/querystringify/2.2.0: + registry.npmmirror.com/querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz} name: querystringify version: 2.2.0 dev: true - registry.npmmirror.com/queue-microtask/1.2.3: + registry.npmmirror.com/queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz} name: queue-microtask version: 1.2.3 dev: true - registry.npmmirror.com/read-pkg/3.0.0: + registry.npmmirror.com/read-pkg@3.0.0: resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/read-pkg/-/read-pkg-3.0.0.tgz} name: read-pkg version: 3.0.0 engines: {node: '>=4'} dependencies: - load-json-file: registry.npmmirror.com/load-json-file/4.0.0 - normalize-package-data: registry.npmmirror.com/normalize-package-data/2.5.0 - path-type: registry.npmmirror.com/path-type/3.0.0 + load-json-file: registry.npmmirror.com/load-json-file@4.0.0 + normalize-package-data: registry.npmmirror.com/normalize-package-data@2.5.0 + path-type: registry.npmmirror.com/path-type@3.0.0 dev: true - registry.npmmirror.com/readable-stream/2.3.7: + registry.npmmirror.com/readable-stream@2.3.7: resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.7.tgz} name: readable-stream version: 2.3.7 dependencies: - core-util-is: registry.npmmirror.com/core-util-is/1.0.3 - inherits: registry.npmmirror.com/inherits/2.0.4 - isarray: registry.npmmirror.com/isarray/1.0.0 - process-nextick-args: registry.npmmirror.com/process-nextick-args/2.0.1 - safe-buffer: registry.npmmirror.com/safe-buffer/5.1.2 - string_decoder: registry.npmmirror.com/string_decoder/1.1.1 - util-deprecate: registry.npmmirror.com/util-deprecate/1.0.2 + core-util-is: registry.npmmirror.com/core-util-is@1.0.3 + inherits: registry.npmmirror.com/inherits@2.0.4 + isarray: registry.npmmirror.com/isarray@1.0.0 + process-nextick-args: registry.npmmirror.com/process-nextick-args@2.0.1 + safe-buffer: registry.npmmirror.com/safe-buffer@5.1.2 + string_decoder: registry.npmmirror.com/string_decoder@1.1.1 + util-deprecate: registry.npmmirror.com/util-deprecate@1.0.2 dev: false - registry.npmmirror.com/readdirp/3.6.0: + registry.npmmirror.com/readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz} name: readdirp version: 3.6.0 engines: {node: '>=8.10.0'} dependencies: - picomatch: registry.npmmirror.com/picomatch/2.3.1 + picomatch: registry.npmmirror.com/picomatch@2.3.1 dev: true - registry.npmmirror.com/regenerator-runtime/0.13.11: + registry.npmmirror.com/regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz} name: regenerator-runtime version: 0.13.11 dev: false - registry.npmmirror.com/regexp.prototype.flags/1.4.3: + registry.npmmirror.com/regexp.prototype.flags@1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz} name: regexp.prototype.flags version: 1.4.3 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - functions-have-names: registry.npmmirror.com/functions-have-names/1.2.3 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + functions-have-names: registry.npmmirror.com/functions-have-names@1.2.3 dev: true - registry.npmmirror.com/regexpp/3.2.0: + registry.npmmirror.com/regexpp@3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regexpp/-/regexpp-3.2.0.tgz} name: regexpp version: 3.2.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/requires-port/1.0.0: + registry.npmmirror.com/requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz} name: requires-port version: 1.0.0 dev: true - registry.npmmirror.com/resolve-from/4.0.0: + registry.npmmirror.com/resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz} name: resolve-from version: 4.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/resolve/1.22.1: + registry.npmmirror.com/resolve@1.22.1: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz} name: resolve version: 1.22.1 hasBin: true dependencies: - is-core-module: registry.npmmirror.com/is-core-module/2.11.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 + is-core-module: registry.npmmirror.com/is-core-module@2.11.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/reusify/1.0.4: + registry.npmmirror.com/reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz} name: reusify version: 1.0.4 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - registry.npmmirror.com/rimraf/3.0.2: + registry.npmmirror.com/rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz} name: rimraf version: 3.0.2 hasBin: true dependencies: - glob: registry.npmmirror.com/glob/7.2.3 + glob: registry.npmmirror.com/glob@7.2.3 dev: true - registry.npmmirror.com/rollup/2.79.1: + registry.npmmirror.com/rollup@2.79.1: resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz} name: rollup version: 2.79.1 engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: - fsevents: registry.npmmirror.com/fsevents/2.3.2 + fsevents: registry.npmmirror.com/fsevents@2.3.2 dev: true - registry.npmmirror.com/rollup/3.9.0: + registry.npmmirror.com/rollup@3.9.0: resolution: {integrity: sha512-nGGylpmblyjTpF4lEUPgmOw6OVxRvnI6Iuuh6Lz4O/X66cVOX1XJSsqP1YamxQ+mPuFE7qJxLFDSCk8rNv5dDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rollup/-/rollup-3.9.0.tgz} name: rollup version: 3.9.0 engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - fsevents: registry.npmmirror.com/fsevents/2.3.2 + fsevents: registry.npmmirror.com/fsevents@2.3.2 dev: true - registry.npmmirror.com/run-parallel/1.2.0: + registry.npmmirror.com/run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz} name: run-parallel version: 1.2.0 dependencies: - queue-microtask: registry.npmmirror.com/queue-microtask/1.2.3 + queue-microtask: registry.npmmirror.com/queue-microtask@1.2.3 dev: true - registry.npmmirror.com/rxjs/7.8.0: + registry.npmmirror.com/rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rxjs/-/rxjs-7.8.0.tgz} name: rxjs version: 7.8.0 dependencies: - tslib: registry.npmmirror.com/tslib/2.4.1 + tslib: registry.npmmirror.com/tslib@2.4.1 dev: true - registry.npmmirror.com/safe-buffer/5.1.2: + registry.npmmirror.com/safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz} name: safe-buffer version: 5.1.2 dev: false - registry.npmmirror.com/safe-regex-test/1.0.0: + registry.npmmirror.com/safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz} name: safe-regex-test version: 1.0.0 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 - is-regex: registry.npmmirror.com/is-regex/1.1.4 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 + is-regex: registry.npmmirror.com/is-regex@1.1.4 dev: true - registry.npmmirror.com/safer-buffer/2.1.2: + 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 version: 2.1.2 dev: true - registry.npmmirror.com/sass/1.57.1: + registry.npmmirror.com/sass@1.57.1: resolution: {integrity: sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/-/sass-1.57.1.tgz} name: sass version: 1.57.1 engines: {node: '>=12.0.0'} hasBin: true dependencies: - chokidar: registry.npmmirror.com/chokidar/3.5.3 - immutable: registry.npmmirror.com/immutable/4.2.1 - source-map-js: registry.npmmirror.com/source-map-js/1.0.2 + chokidar: registry.npmmirror.com/chokidar@3.5.3 + immutable: registry.npmmirror.com/immutable@4.2.1 + source-map-js: registry.npmmirror.com/source-map-js@1.0.2 dev: true - registry.npmmirror.com/saxes/6.0.0: + registry.npmmirror.com/saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz} name: saxes version: 6.0.0 engines: {node: '>=v12.22.7'} dependencies: - xmlchars: registry.npmmirror.com/xmlchars/2.2.0 + xmlchars: registry.npmmirror.com/xmlchars@2.2.0 dev: true - registry.npmmirror.com/scroll-into-view-if-needed/2.2.31: + registry.npmmirror.com/scroll-into-view-if-needed@2.2.31: resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz} name: scroll-into-view-if-needed version: 2.2.31 dependencies: - compute-scroll-into-view: registry.npmmirror.com/compute-scroll-into-view/1.0.20 + compute-scroll-into-view: registry.npmmirror.com/compute-scroll-into-view@1.0.20 dev: false - registry.npmmirror.com/scule/1.0.0: + registry.npmmirror.com/scule@1.0.0: resolution: {integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/scule/-/scule-1.0.0.tgz} name: scule version: 1.0.0 dev: true - registry.npmmirror.com/select/1.1.2: + registry.npmmirror.com/select@1.1.2: resolution: {integrity: sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/select/-/select-1.1.2.tgz} name: select version: 1.1.2 dev: false - registry.npmmirror.com/semver/5.7.1: + registry.npmmirror.com/semver@5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz} name: semver version: 5.7.1 hasBin: true dev: true - registry.npmmirror.com/semver/7.3.8: + registry.npmmirror.com/semver@7.3.8: resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz} name: semver version: 7.3.8 engines: {node: '>=10'} hasBin: true dependencies: - lru-cache: registry.npmmirror.com/lru-cache/6.0.0 + lru-cache: registry.npmmirror.com/lru-cache@6.0.0 dev: true - registry.npmmirror.com/setimmediate/1.0.5: + registry.npmmirror.com/setimmediate@1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz} name: setimmediate version: 1.0.5 dev: false - registry.npmmirror.com/shebang-command/1.2.0: + registry.npmmirror.com/shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz} name: shebang-command version: 1.2.0 engines: {node: '>=0.10.0'} dependencies: - shebang-regex: registry.npmmirror.com/shebang-regex/1.0.0 + shebang-regex: registry.npmmirror.com/shebang-regex@1.0.0 dev: true - registry.npmmirror.com/shebang-command/2.0.0: + registry.npmmirror.com/shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz} name: shebang-command version: 2.0.0 engines: {node: '>=8'} dependencies: - shebang-regex: registry.npmmirror.com/shebang-regex/3.0.0 + shebang-regex: registry.npmmirror.com/shebang-regex@3.0.0 dev: true - registry.npmmirror.com/shebang-regex/1.0.0: + registry.npmmirror.com/shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shebang-regex/-/shebang-regex-1.0.0.tgz} name: shebang-regex version: 1.0.0 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/shebang-regex/3.0.0: + registry.npmmirror.com/shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz} name: shebang-regex version: 3.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/shell-quote/1.7.4: + registry.npmmirror.com/shell-quote@1.7.4: resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shell-quote/-/shell-quote-1.7.4.tgz} name: shell-quote version: 1.7.4 dev: true - registry.npmmirror.com/side-channel/1.0.4: + registry.npmmirror.com/side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz} name: side-channel version: 1.0.4 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.3 - object-inspect: registry.npmmirror.com/object-inspect/1.12.2 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.3 + object-inspect: registry.npmmirror.com/object-inspect@1.12.2 - registry.npmmirror.com/signal-exit/3.0.7: + 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/slash/3.0.0: + registry.npmmirror.com/slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz} name: slash version: 3.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/slate-history/0.66.0_slate@0.72.8: + registry.npmmirror.com/slate-history@0.66.0(slate@0.72.8): resolution: {integrity: sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/slate-history/-/slate-history-0.66.0.tgz} id: registry.npmmirror.com/slate-history/0.66.0 name: slate-history @@ -4616,357 +4671,357 @@ packages: peerDependencies: slate: '>=0.65.3' dependencies: - is-plain-object: registry.npmmirror.com/is-plain-object/5.0.0 - slate: registry.npmmirror.com/slate/0.72.8 + is-plain-object: registry.npmmirror.com/is-plain-object@5.0.0 + slate: registry.npmmirror.com/slate@0.72.8 dev: false - registry.npmmirror.com/slate/0.72.8: + registry.npmmirror.com/slate@0.72.8: resolution: {integrity: sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/slate/-/slate-0.72.8.tgz} name: slate version: 0.72.8 dependencies: - immer: registry.npmmirror.com/immer/9.0.16 - is-plain-object: registry.npmmirror.com/is-plain-object/5.0.0 - tiny-warning: registry.npmmirror.com/tiny-warning/1.0.3 + immer: registry.npmmirror.com/immer@9.0.16 + is-plain-object: registry.npmmirror.com/is-plain-object@5.0.0 + tiny-warning: registry.npmmirror.com/tiny-warning@1.0.3 dev: false - registry.npmmirror.com/snabbdom/3.5.1: + registry.npmmirror.com/snabbdom@3.5.1: resolution: {integrity: sha512-wHMNIOjkm/YNE5EM3RCbr/+DVgPg6AqQAX1eOxO46zYNvCXjKP5Y865tqQj3EXnaMBjkxmQA5jFuDpDK/dbfiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/snabbdom/-/snabbdom-3.5.1.tgz} name: snabbdom version: 3.5.1 engines: {node: '>=8.3.0'} dev: false - registry.npmmirror.com/sortablejs/1.14.0: + registry.npmmirror.com/sortablejs@1.14.0: resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sortablejs/-/sortablejs-1.14.0.tgz} name: sortablejs version: 1.14.0 dev: false - registry.npmmirror.com/sortablejs/1.15.0: + registry.npmmirror.com/sortablejs@1.15.0: resolution: {integrity: sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sortablejs/-/sortablejs-1.15.0.tgz} name: sortablejs version: 1.15.0 dev: false - registry.npmmirror.com/source-map-js/1.0.2: + registry.npmmirror.com/source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz} name: source-map-js version: 1.0.2 engines: {node: '>=0.10.0'} - registry.npmmirror.com/source-map-support/0.5.21: + registry.npmmirror.com/source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz} name: source-map-support version: 0.5.21 dependencies: - buffer-from: registry.npmmirror.com/buffer-from/1.1.2 - source-map: registry.npmmirror.com/source-map/0.6.1 + buffer-from: registry.npmmirror.com/buffer-from@1.1.2 + source-map: registry.npmmirror.com/source-map@0.6.1 dev: true - registry.npmmirror.com/source-map/0.6.1: + registry.npmmirror.com/source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz} name: source-map version: 0.6.1 engines: {node: '>=0.10.0'} - registry.npmmirror.com/sourcemap-codec/1.4.8: + registry.npmmirror.com/sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz} name: sourcemap-codec version: 1.4.8 deprecated: Please use @jridgewell/sourcemap-codec instead - registry.npmmirror.com/spdx-correct/3.1.1: + registry.npmmirror.com/spdx-correct@3.1.1: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.1.1.tgz} name: spdx-correct version: 3.1.1 dependencies: - spdx-expression-parse: registry.npmmirror.com/spdx-expression-parse/3.0.1 - spdx-license-ids: registry.npmmirror.com/spdx-license-ids/3.0.12 + spdx-expression-parse: registry.npmmirror.com/spdx-expression-parse@3.0.1 + spdx-license-ids: registry.npmmirror.com/spdx-license-ids@3.0.12 dev: true - registry.npmmirror.com/spdx-exceptions/2.3.0: + registry.npmmirror.com/spdx-exceptions@2.3.0: resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz} name: spdx-exceptions version: 2.3.0 dev: true - registry.npmmirror.com/spdx-expression-parse/3.0.1: + registry.npmmirror.com/spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz} name: spdx-expression-parse version: 3.0.1 dependencies: - spdx-exceptions: registry.npmmirror.com/spdx-exceptions/2.3.0 - spdx-license-ids: registry.npmmirror.com/spdx-license-ids/3.0.12 + spdx-exceptions: registry.npmmirror.com/spdx-exceptions@2.3.0 + spdx-license-ids: registry.npmmirror.com/spdx-license-ids@3.0.12 dev: true - registry.npmmirror.com/spdx-license-ids/3.0.12: + registry.npmmirror.com/spdx-license-ids@3.0.12: resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz} name: spdx-license-ids version: 3.0.12 dev: true - registry.npmmirror.com/split/0.3.3: + registry.npmmirror.com/split@0.3.3: resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/split/-/split-0.3.3.tgz} name: split version: 0.3.3 dependencies: - through: registry.npmmirror.com/through/2.3.8 + through: registry.npmmirror.com/through@2.3.8 dev: true - registry.npmmirror.com/ssr-window/3.0.0: + registry.npmmirror.com/ssr-window@3.0.0: resolution: {integrity: sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ssr-window/-/ssr-window-3.0.0.tgz} name: ssr-window version: 3.0.0 dev: false - registry.npmmirror.com/start-server-and-test/1.15.2: + registry.npmmirror.com/start-server-and-test@1.15.2: resolution: {integrity: sha512-t5xJX04Hg7hqxiKHMJBz/n4zIMsE6G7hpAcerFAH+4Vh9le/LeyFcJERJM7WLiPygWF9TOg33oroJF1XOzJtYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/start-server-and-test/-/start-server-and-test-1.15.2.tgz} name: start-server-and-test version: 1.15.2 engines: {node: '>=6'} hasBin: true dependencies: - arg: registry.npmmirror.com/arg/5.0.2 - bluebird: registry.npmmirror.com/bluebird/3.7.2 - check-more-types: registry.npmmirror.com/check-more-types/2.24.0 - debug: registry.npmmirror.com/debug/4.3.4 - execa: registry.npmmirror.com/execa/5.1.1 - lazy-ass: registry.npmmirror.com/lazy-ass/1.6.0 - ps-tree: registry.npmmirror.com/ps-tree/1.2.0 - wait-on: registry.npmmirror.com/wait-on/6.0.1_debug@4.3.4 + arg: registry.npmmirror.com/arg@5.0.2 + bluebird: registry.npmmirror.com/bluebird@3.7.2 + check-more-types: registry.npmmirror.com/check-more-types@2.24.0 + debug: registry.npmmirror.com/debug@4.3.4 + execa: registry.npmmirror.com/execa@5.1.1 + lazy-ass: registry.npmmirror.com/lazy-ass@1.6.0 + ps-tree: registry.npmmirror.com/ps-tree@1.2.0 + wait-on: registry.npmmirror.com/wait-on@6.0.1(debug@4.3.4) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/statuses/1.5.0: + registry.npmmirror.com/statuses@1.5.0: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz} name: statuses version: 1.5.0 engines: {node: '>= 0.6'} dev: true - registry.npmmirror.com/stream-combiner/0.0.4: + registry.npmmirror.com/stream-combiner@0.0.4: resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/stream-combiner/-/stream-combiner-0.0.4.tgz} name: stream-combiner version: 0.0.4 dependencies: - duplexer: registry.npmmirror.com/duplexer/0.1.2 + duplexer: registry.npmmirror.com/duplexer@0.1.2 dev: true - registry.npmmirror.com/string.prototype.padend/3.1.4: + registry.npmmirror.com/string.prototype.padend@3.1.4: resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz} name: string.prototype.padend version: 3.1.4 engines: {node: '>= 0.4'} dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - es-abstract: registry.npmmirror.com/es-abstract/1.20.5 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + es-abstract: registry.npmmirror.com/es-abstract@1.20.5 dev: true - registry.npmmirror.com/string.prototype.trimend/1.0.6: + registry.npmmirror.com/string.prototype.trimend@1.0.6: resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz} name: string.prototype.trimend version: 1.0.6 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - es-abstract: registry.npmmirror.com/es-abstract/1.20.5 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + es-abstract: registry.npmmirror.com/es-abstract@1.20.5 dev: true - registry.npmmirror.com/string.prototype.trimstart/1.0.6: + registry.npmmirror.com/string.prototype.trimstart@1.0.6: resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz} name: string.prototype.trimstart version: 1.0.6 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - define-properties: registry.npmmirror.com/define-properties/1.1.4 - es-abstract: registry.npmmirror.com/es-abstract/1.20.5 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + define-properties: registry.npmmirror.com/define-properties@1.1.4 + es-abstract: registry.npmmirror.com/es-abstract@1.20.5 dev: true - registry.npmmirror.com/string_decoder/1.1.1: + registry.npmmirror.com/string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz} name: string_decoder version: 1.1.1 dependencies: - safe-buffer: registry.npmmirror.com/safe-buffer/5.1.2 + safe-buffer: registry.npmmirror.com/safe-buffer@5.1.2 dev: false - registry.npmmirror.com/strip-ansi/6.0.1: + registry.npmmirror.com/strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz} name: strip-ansi version: 6.0.1 engines: {node: '>=8'} dependencies: - ansi-regex: registry.npmmirror.com/ansi-regex/5.0.1 + ansi-regex: registry.npmmirror.com/ansi-regex@5.0.1 dev: true - registry.npmmirror.com/strip-bom/3.0.0: + 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-final-newline/2.0.0: + registry.npmmirror.com/strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz} name: strip-final-newline version: 2.0.0 engines: {node: '>=6'} dev: true - registry.npmmirror.com/strip-json-comments/3.1.1: + registry.npmmirror.com/strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz} name: strip-json-comments version: 3.1.1 engines: {node: '>=8'} dev: true - registry.npmmirror.com/strip-literal/1.0.0: + registry.npmmirror.com/strip-literal@1.0.0: resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-literal/-/strip-literal-1.0.0.tgz} name: strip-literal version: 1.0.0 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.1 + acorn: registry.npmmirror.com/acorn@8.8.1 dev: true - registry.npmmirror.com/supports-color/5.5.0: + registry.npmmirror.com/supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz} name: supports-color version: 5.5.0 engines: {node: '>=4'} dependencies: - has-flag: registry.npmmirror.com/has-flag/3.0.0 + has-flag: registry.npmmirror.com/has-flag@3.0.0 dev: true - registry.npmmirror.com/supports-color/7.2.0: + registry.npmmirror.com/supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz} name: supports-color version: 7.2.0 engines: {node: '>=8'} dependencies: - has-flag: registry.npmmirror.com/has-flag/4.0.0 + has-flag: registry.npmmirror.com/has-flag@4.0.0 dev: true - registry.npmmirror.com/supports-preserve-symlinks-flag/1.0.0: + registry.npmmirror.com/supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz} name: supports-preserve-symlinks-flag version: 1.0.0 engines: {node: '>= 0.4'} dev: true - registry.npmmirror.com/symbol-tree/3.2.4: + registry.npmmirror.com/symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz} name: symbol-tree version: 3.2.4 dev: true - registry.npmmirror.com/text-table/0.2.0: + registry.npmmirror.com/text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz} name: text-table version: 0.2.0 dev: true - registry.npmmirror.com/through/2.3.8: + registry.npmmirror.com/through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/through/-/through-2.3.8.tgz} name: through version: 2.3.8 dev: true - registry.npmmirror.com/tiny-emitter/2.1.0: + registry.npmmirror.com/tiny-emitter@2.1.0: resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz} name: tiny-emitter version: 2.1.0 dev: false - registry.npmmirror.com/tiny-invariant/1.3.1: + registry.npmmirror.com/tiny-invariant@1.3.1: resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz} name: tiny-invariant version: 1.3.1 dev: true - registry.npmmirror.com/tiny-warning/1.0.3: + registry.npmmirror.com/tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tiny-warning/-/tiny-warning-1.0.3.tgz} name: tiny-warning version: 1.0.3 dev: false - registry.npmmirror.com/tinybench/2.3.1: + registry.npmmirror.com/tinybench@2.3.1: resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinybench/-/tinybench-2.3.1.tgz} name: tinybench version: 2.3.1 dev: true - registry.npmmirror.com/tinypool/0.3.0: + registry.npmmirror.com/tinypool@0.3.0: resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinypool/-/tinypool-0.3.0.tgz} name: tinypool version: 0.3.0 engines: {node: '>=14.0.0'} dev: true - registry.npmmirror.com/tinyspy/1.0.2: + registry.npmmirror.com/tinyspy@1.0.2: resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tinyspy/-/tinyspy-1.0.2.tgz} name: tinyspy version: 1.0.2 engines: {node: '>=14.0.0'} dev: true - registry.npmmirror.com/to-fast-properties/2.0.0: + registry.npmmirror.com/to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz} name: to-fast-properties version: 2.0.0 engines: {node: '>=4'} - registry.npmmirror.com/to-regex-range/5.0.1: + registry.npmmirror.com/to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz} name: to-regex-range version: 5.0.1 engines: {node: '>=8.0'} dependencies: - is-number: registry.npmmirror.com/is-number/7.0.0 + is-number: registry.npmmirror.com/is-number@7.0.0 dev: true - registry.npmmirror.com/tough-cookie/4.1.2: + 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} name: tough-cookie version: 4.1.2 engines: {node: '>=6'} dependencies: - psl: registry.npmmirror.com/psl/1.9.0 - punycode: registry.npmmirror.com/punycode/2.1.1 - universalify: registry.npmmirror.com/universalify/0.2.0 - url-parse: registry.npmmirror.com/url-parse/1.5.10 + psl: registry.npmmirror.com/psl@1.9.0 + punycode: registry.npmmirror.com/punycode@2.1.1 + universalify: registry.npmmirror.com/universalify@0.2.0 + url-parse: registry.npmmirror.com/url-parse@1.5.10 dev: true - registry.npmmirror.com/tr46/3.0.0: + registry.npmmirror.com/tr46@3.0.0: resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tr46/-/tr46-3.0.0.tgz} name: tr46 version: 3.0.0 engines: {node: '>=12'} dependencies: - punycode: registry.npmmirror.com/punycode/2.1.1 + punycode: registry.npmmirror.com/punycode@2.1.1 dev: true - registry.npmmirror.com/tslib/1.14.1: + registry.npmmirror.com/tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz} name: tslib version: 1.14.1 dev: true - registry.npmmirror.com/tslib/2.3.0: + registry.npmmirror.com/tslib@2.3.0: resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz} name: tslib version: 2.3.0 dev: false - registry.npmmirror.com/tslib/2.4.1: + registry.npmmirror.com/tslib@2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tslib/-/tslib-2.4.1.tgz} name: tslib version: 2.4.1 dev: true - registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.4: + registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.4): 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 @@ -4975,121 +5030,121 @@ packages: peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: - tslib: registry.npmmirror.com/tslib/1.14.1 - typescript: registry.npmmirror.com/typescript/4.9.4 + tslib: registry.npmmirror.com/tslib@1.14.1 + typescript: registry.npmmirror.com/typescript@4.9.4 dev: true - registry.npmmirror.com/type-check/0.3.2: + registry.npmmirror.com/type-check@0.3.2: resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-check/-/type-check-0.3.2.tgz} name: type-check version: 0.3.2 engines: {node: '>= 0.8.0'} dependencies: - prelude-ls: registry.npmmirror.com/prelude-ls/1.1.2 + prelude-ls: registry.npmmirror.com/prelude-ls@1.1.2 dev: true - registry.npmmirror.com/type-check/0.4.0: + registry.npmmirror.com/type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz} name: type-check version: 0.4.0 engines: {node: '>= 0.8.0'} dependencies: - prelude-ls: registry.npmmirror.com/prelude-ls/1.2.1 + prelude-ls: registry.npmmirror.com/prelude-ls@1.2.1 dev: true - registry.npmmirror.com/type-detect/4.0.8: + registry.npmmirror.com/type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-detect/-/type-detect-4.0.8.tgz} name: type-detect version: 4.0.8 engines: {node: '>=4'} dev: true - registry.npmmirror.com/type-fest/0.20.2: + registry.npmmirror.com/type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz} name: type-fest version: 0.20.2 engines: {node: '>=10'} dev: true - registry.npmmirror.com/type-fest/0.21.3: + registry.npmmirror.com/type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz} name: type-fest version: 0.21.3 engines: {node: '>=10'} dev: true - registry.npmmirror.com/type/1.2.0: + registry.npmmirror.com/type@1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type/-/type-1.2.0.tgz} name: type version: 1.2.0 dev: false - registry.npmmirror.com/type/2.7.2: + registry.npmmirror.com/type@2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/type/-/type-2.7.2.tgz} name: type version: 2.7.2 dev: false - registry.npmmirror.com/typescript/4.9.4: + registry.npmmirror.com/typescript@4.9.4: resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.9.4.tgz} name: typescript version: 4.9.4 engines: {node: '>=4.2.0'} hasBin: true - registry.npmmirror.com/ufo/1.0.1: + registry.npmmirror.com/ufo@1.0.1: resolution: {integrity: sha512-boAm74ubXHY7KJQZLlXrtMz52qFvpsbOxDcZOnw/Wf+LS4Mmyu7JxmzD4tDLtUQtmZECypJ0FrCz4QIe6dvKRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ufo/-/ufo-1.0.1.tgz} name: ufo version: 1.0.1 dev: true - registry.npmmirror.com/unbox-primitive/1.0.2: + registry.npmmirror.com/unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz} name: unbox-primitive version: 1.0.2 dependencies: - call-bind: registry.npmmirror.com/call-bind/1.0.2 - has-bigints: registry.npmmirror.com/has-bigints/1.0.2 - has-symbols: registry.npmmirror.com/has-symbols/1.0.3 - which-boxed-primitive: registry.npmmirror.com/which-boxed-primitive/1.0.2 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + has-bigints: registry.npmmirror.com/has-bigints@1.0.2 + has-symbols: registry.npmmirror.com/has-symbols@1.0.3 + which-boxed-primitive: registry.npmmirror.com/which-boxed-primitive@1.0.2 dev: true - registry.npmmirror.com/unimport/1.1.0_rollup@3.9.0: + registry.npmmirror.com/unimport@1.1.0(rollup@3.9.0): resolution: {integrity: sha512-dSufi3POQWUVAMU6DxXu39U0cWzz5m3FtQBUbgDJTkCpeRfyiYhDg+BOz6UPKfDPtEhkbshV8JoMV3I8i/mQ+A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unimport/-/unimport-1.1.0.tgz} id: registry.npmmirror.com/unimport/1.1.0 name: unimport version: 1.1.0 dependencies: - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.9.0 - escape-string-regexp: registry.npmmirror.com/escape-string-regexp/5.0.0 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - local-pkg: registry.npmmirror.com/local-pkg/0.4.2 - magic-string: registry.npmmirror.com/magic-string/0.27.0 - mlly: registry.npmmirror.com/mlly/1.0.0 - pathe: registry.npmmirror.com/pathe/1.0.0 - pkg-types: registry.npmmirror.com/pkg-types/1.0.1 - scule: registry.npmmirror.com/scule/1.0.0 - strip-literal: registry.npmmirror.com/strip-literal/1.0.0 - unplugin: registry.npmmirror.com/unplugin/1.0.1 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.0.2(rollup@3.9.0) + escape-string-regexp: registry.npmmirror.com/escape-string-regexp@5.0.0 + fast-glob: registry.npmmirror.com/fast-glob@3.2.12 + local-pkg: registry.npmmirror.com/local-pkg@0.4.2 + magic-string: registry.npmmirror.com/magic-string@0.27.0 + mlly: registry.npmmirror.com/mlly@1.0.0 + pathe: registry.npmmirror.com/pathe@1.0.0 + pkg-types: registry.npmmirror.com/pkg-types@1.0.1 + scule: registry.npmmirror.com/scule@1.0.0 + strip-literal: registry.npmmirror.com/strip-literal@1.0.0 + unplugin: registry.npmmirror.com/unplugin@1.0.1 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/universalify/0.2.0: + registry.npmmirror.com/universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/universalify/-/universalify-0.2.0.tgz} name: universalify version: 0.2.0 engines: {node: '>= 4.0.0'} dev: true - registry.npmmirror.com/unpipe/1.0.0: + registry.npmmirror.com/unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz} name: unpipe version: 1.0.0 engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/unplugin-auto-import/0.12.1_euv62r7fdwlbvldrlq66omnfrm: + registry.npmmirror.com/unplugin-auto-import@0.12.1(@vueuse/core@9.9.0)(rollup@3.9.0): resolution: {integrity: sha512-J/3ZORq5YGKG+8D5vLLOgqaHNK77izlVN07mQ752yRLqBNDbJiwPRSnUwwYqH5N6rDay1SqnJCHaUdbJ9QMI2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.12.1.tgz} id: registry.npmmirror.com/unplugin-auto-import/0.12.1 name: unplugin-auto-import @@ -5101,18 +5156,18 @@ packages: '@vueuse/core': optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.2 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.9.0 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.9.0_vue@3.2.45 - local-pkg: registry.npmmirror.com/local-pkg/0.4.2 - magic-string: registry.npmmirror.com/magic-string/0.27.0 - unimport: registry.npmmirror.com/unimport/1.1.0_rollup@3.9.0 - unplugin: registry.npmmirror.com/unplugin/1.0.1 + '@antfu/utils': registry.npmmirror.com/@antfu/utils@0.7.2 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.0.2(rollup@3.9.0) + '@vueuse/core': registry.npmmirror.com/@vueuse/core@9.9.0(vue@3.2.45) + local-pkg: registry.npmmirror.com/local-pkg@0.4.2 + magic-string: registry.npmmirror.com/magic-string@0.27.0 + unimport: registry.npmmirror.com/unimport@1.1.0(rollup@3.9.0) + unplugin: registry.npmmirror.com/unplugin@1.0.1 transitivePeerDependencies: - rollup dev: true - registry.npmmirror.com/unplugin-vue-components/0.22.12_rollup@3.9.0+vue@3.2.45: + registry.npmmirror.com/unplugin-vue-components@0.22.12(rollup@3.9.0)(vue@3.2.45): resolution: {integrity: sha512-FxyzsuBvMCYPIk+8cgscGBQ345tvwVu+qY5IhE++eorkyvA4Z1TiD/HCiim+Kbqozl10i4K+z+NCa2WO2jexRA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.22.12.tgz} id: registry.npmmirror.com/unplugin-vue-components/0.22.12 name: unplugin-vue-components @@ -5125,72 +5180,72 @@ packages: '@babel/parser': optional: true dependencies: - '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.7.2 - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/5.0.2_rollup@3.9.0 - 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 - local-pkg: registry.npmmirror.com/local-pkg/0.4.2 - magic-string: registry.npmmirror.com/magic-string/0.27.0 - minimatch: registry.npmmirror.com/minimatch/5.1.2 - resolve: registry.npmmirror.com/resolve/1.22.1 - unplugin: registry.npmmirror.com/unplugin/1.0.1 - vue: registry.npmmirror.com/vue/3.2.45 + '@antfu/utils': registry.npmmirror.com/@antfu/utils@0.7.2 + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.0.2(rollup@3.9.0) + 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 + local-pkg: registry.npmmirror.com/local-pkg@0.4.2 + magic-string: registry.npmmirror.com/magic-string@0.27.0 + minimatch: registry.npmmirror.com/minimatch@5.1.2 + resolve: registry.npmmirror.com/resolve@1.22.1 + unplugin: registry.npmmirror.com/unplugin@1.0.1 + vue: registry.npmmirror.com/vue@3.2.45 transitivePeerDependencies: - rollup - supports-color dev: true - registry.npmmirror.com/unplugin/1.0.1: + registry.npmmirror.com/unplugin@1.0.1: resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin/-/unplugin-1.0.1.tgz} name: unplugin version: 1.0.1 dependencies: - acorn: registry.npmmirror.com/acorn/8.8.1 - 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 + acorn: registry.npmmirror.com/acorn@8.8.1 + 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/uri-js/4.4.1: + registry.npmmirror.com/uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz} name: uri-js version: 4.4.1 dependencies: - punycode: registry.npmmirror.com/punycode/2.1.1 + punycode: registry.npmmirror.com/punycode@2.1.1 dev: true - registry.npmmirror.com/url-parse/1.5.10: + registry.npmmirror.com/url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/url-parse/-/url-parse-1.5.10.tgz} name: url-parse version: 1.5.10 dependencies: - querystringify: registry.npmmirror.com/querystringify/2.2.0 - requires-port: registry.npmmirror.com/requires-port/1.0.0 + querystringify: registry.npmmirror.com/querystringify@2.2.0 + requires-port: registry.npmmirror.com/requires-port@1.0.0 dev: true - registry.npmmirror.com/util-deprecate/1.0.2: + registry.npmmirror.com/util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz} name: util-deprecate version: 1.0.2 - registry.npmmirror.com/utils-merge/1.0.1: + registry.npmmirror.com/utils-merge@1.0.1: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz} name: utils-merge version: 1.0.1 engines: {node: '>= 0.4.0'} dev: true - registry.npmmirror.com/validate-npm-package-license/3.0.4: + registry.npmmirror.com/validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz} name: validate-npm-package-license version: 3.0.4 dependencies: - spdx-correct: registry.npmmirror.com/spdx-correct/3.1.1 - spdx-expression-parse: registry.npmmirror.com/spdx-expression-parse/3.0.1 + spdx-correct: registry.npmmirror.com/spdx-correct@3.1.1 + spdx-expression-parse: registry.npmmirror.com/spdx-expression-parse@3.0.1 dev: true - registry.npmmirror.com/vite-node/0.26.2_ovmyjmuuyckt3r3gpaexj2onji: + registry.npmmirror.com/vite-node@0.26.2(@types/node@18.11.18)(sass@1.57.1): resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-node/-/vite-node-0.26.2.tgz} id: registry.npmmirror.com/vite-node/0.26.2 name: vite-node @@ -5198,12 +5253,12 @@ packages: engines: {node: '>=v14.16.0'} hasBin: true dependencies: - debug: registry.npmmirror.com/debug/4.3.4 - mlly: registry.npmmirror.com/mlly/1.0.0 - pathe: registry.npmmirror.com/pathe/0.2.0 - source-map: registry.npmmirror.com/source-map/0.6.1 - source-map-support: registry.npmmirror.com/source-map-support/0.5.21 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji + debug: registry.npmmirror.com/debug@4.3.4 + mlly: registry.npmmirror.com/mlly@1.0.0 + pathe: registry.npmmirror.com/pathe@0.2.0 + source-map: registry.npmmirror.com/source-map@0.6.1 + source-map-support: registry.npmmirror.com/source-map-support@0.5.21 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) transitivePeerDependencies: - '@types/node' - less @@ -5214,7 +5269,7 @@ packages: - terser dev: true - registry.npmmirror.com/vite-plugin-checker/0.5.3_wx6yclj5u64swfvql3a4c3kz2u: + registry.npmmirror.com/vite-plugin-checker@0.5.3(eslint@8.30.0)(typescript@4.9.4)(vite@4.0.3): resolution: {integrity: sha512-upPESKsQTypC2S7LPjxu9HknOymNSToAAHTYSFHb0at5GKLcN1QGMAR5Hb+7KqZclGMVniXAj7QdhZv+fTx83Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.5.3.tgz} id: registry.npmmirror.com/vite-plugin-checker/0.5.3 name: vite-plugin-checker @@ -5245,27 +5300,27 @@ packages: vti: optional: true dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6 - ansi-escapes: registry.npmmirror.com/ansi-escapes/4.3.2 - chalk: registry.npmmirror.com/chalk/4.1.2 - chokidar: registry.npmmirror.com/chokidar/3.5.3 - commander: registry.npmmirror.com/commander/8.3.0 - eslint: registry.npmmirror.com/eslint/8.30.0 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8 - lodash.pick: registry.npmmirror.com/lodash.pick/4.4.0 - npm-run-path: registry.npmmirror.com/npm-run-path/4.0.1 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 - tiny-invariant: registry.npmmirror.com/tiny-invariant/1.3.1 - typescript: registry.npmmirror.com/typescript/4.9.4 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji - vscode-languageclient: registry.npmmirror.com/vscode-languageclient/7.0.0 - vscode-languageserver: registry.npmmirror.com/vscode-languageserver/7.0.0 - vscode-languageserver-textdocument: registry.npmmirror.com/vscode-languageserver-textdocument/1.0.8 - vscode-uri: registry.npmmirror.com/vscode-uri/3.0.7 - dev: true - - registry.npmmirror.com/vite-plugin-eslint/1.8.1_eslint@8.30.0+vite@4.0.3: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.18.6 + ansi-escapes: registry.npmmirror.com/ansi-escapes@4.3.2 + chalk: registry.npmmirror.com/chalk@4.1.2 + chokidar: registry.npmmirror.com/chokidar@3.5.3 + commander: registry.npmmirror.com/commander@8.3.0 + eslint: registry.npmmirror.com/eslint@8.30.0 + fast-glob: registry.npmmirror.com/fast-glob@3.2.12 + lodash.debounce: registry.npmmirror.com/lodash.debounce@4.0.8 + lodash.pick: registry.npmmirror.com/lodash.pick@4.4.0 + npm-run-path: registry.npmmirror.com/npm-run-path@4.0.1 + strip-ansi: registry.npmmirror.com/strip-ansi@6.0.1 + tiny-invariant: registry.npmmirror.com/tiny-invariant@1.3.1 + typescript: registry.npmmirror.com/typescript@4.9.4 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) + vscode-languageclient: registry.npmmirror.com/vscode-languageclient@7.0.0 + vscode-languageserver: registry.npmmirror.com/vscode-languageserver@7.0.0 + vscode-languageserver-textdocument: registry.npmmirror.com/vscode-languageserver-textdocument@1.0.8 + vscode-uri: registry.npmmirror.com/vscode-uri@3.0.7 + dev: true + + registry.npmmirror.com/vite-plugin-eslint@1.8.1(eslint@8.30.0)(vite@4.0.3): resolution: {integrity: sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz} id: registry.npmmirror.com/vite-plugin-eslint/1.8.1 name: vite-plugin-eslint @@ -5274,14 +5329,14 @@ packages: eslint: '>=7' vite: '>=2' dependencies: - '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1 - '@types/eslint': registry.npmmirror.com/@types/eslint/8.4.10 - eslint: registry.npmmirror.com/eslint/8.30.0 - rollup: registry.npmmirror.com/rollup/2.79.1 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji + '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@4.2.1 + '@types/eslint': registry.npmmirror.com/@types/eslint@8.4.10 + eslint: registry.npmmirror.com/eslint@8.30.0 + rollup: registry.npmmirror.com/rollup@2.79.1 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) dev: true - registry.npmmirror.com/vite-plugin-mock/2.9.6_dnl4n6ihg26wwf6yfmhqjrnetm: + registry.npmmirror.com/vite-plugin-mock@2.9.6(mockjs@1.1.0)(rollup@3.9.0)(vite@4.0.3): resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-mock/-/vite-plugin-mock-2.9.6.tgz} id: registry.npmmirror.com/vite-plugin-mock/2.9.6 name: vite-plugin-mock @@ -5291,23 +5346,23 @@ packages: mockjs: '>=1.1.0' vite: '>=2.0.0' dependencies: - '@rollup/plugin-node-resolve': registry.npmmirror.com/@rollup/plugin-node-resolve/13.3.0_rollup@3.9.0 - '@types/mockjs': registry.npmmirror.com/@types/mockjs/1.0.7 - chalk: registry.npmmirror.com/chalk/4.1.2 - chokidar: registry.npmmirror.com/chokidar/3.5.3 - connect: registry.npmmirror.com/connect/3.7.0 - debug: registry.npmmirror.com/debug/4.3.4 - esbuild: registry.npmmirror.com/esbuild/0.11.3 - fast-glob: registry.npmmirror.com/fast-glob/3.2.12 - mockjs: registry.npmmirror.com/mockjs/1.1.0 - path-to-regexp: registry.npmmirror.com/path-to-regexp/6.2.1 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji + '@rollup/plugin-node-resolve': registry.npmmirror.com/@rollup/plugin-node-resolve@13.3.0(rollup@3.9.0) + '@types/mockjs': registry.npmmirror.com/@types/mockjs@1.0.7 + chalk: registry.npmmirror.com/chalk@4.1.2 + chokidar: registry.npmmirror.com/chokidar@3.5.3 + connect: registry.npmmirror.com/connect@3.7.0 + debug: registry.npmmirror.com/debug@4.3.4 + esbuild: registry.npmmirror.com/esbuild@0.11.3 + fast-glob: registry.npmmirror.com/fast-glob@3.2.12 + mockjs: registry.npmmirror.com/mockjs@1.1.0 + path-to-regexp: registry.npmmirror.com/path-to-regexp@6.2.1 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) transitivePeerDependencies: - rollup - supports-color dev: true - registry.npmmirror.com/vite-plugin-vue-setup-extend/0.4.0_vite@4.0.3: + registry.npmmirror.com/vite-plugin-vue-setup-extend@0.4.0(vite@4.0.3): resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite-plugin-vue-setup-extend/-/vite-plugin-vue-setup-extend-0.4.0.tgz} id: registry.npmmirror.com/vite-plugin-vue-setup-extend/0.4.0 name: vite-plugin-vue-setup-extend @@ -5315,12 +5370,12 @@ packages: peerDependencies: vite: '>=2.0.0' dependencies: - '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.45 - magic-string: registry.npmmirror.com/magic-string/0.25.9 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc@3.2.45 + magic-string: registry.npmmirror.com/magic-string@0.25.9 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) dev: true - registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji: + registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1): resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/-/vite-4.0.3.tgz} id: registry.npmmirror.com/vite/4.0.3 name: vite @@ -5348,17 +5403,17 @@ packages: terser: optional: true dependencies: - '@types/node': registry.npmmirror.com/@types/node/18.11.18 - esbuild: registry.npmmirror.com/esbuild/0.16.12 - postcss: registry.npmmirror.com/postcss/8.4.20 - resolve: registry.npmmirror.com/resolve/1.22.1 - rollup: registry.npmmirror.com/rollup/3.9.0 - sass: registry.npmmirror.com/sass/1.57.1 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 + esbuild: registry.npmmirror.com/esbuild@0.16.12 + postcss: registry.npmmirror.com/postcss@8.4.20 + resolve: registry.npmmirror.com/resolve@1.22.1 + rollup: registry.npmmirror.com/rollup@3.9.0 + sass: registry.npmmirror.com/sass@1.57.1 optionalDependencies: - fsevents: registry.npmmirror.com/fsevents/2.3.2 + fsevents: registry.npmmirror.com/fsevents@2.3.2 dev: true - registry.npmmirror.com/vitest/0.26.2_jsdom@20.0.3+sass@1.57.1: + registry.npmmirror.com/vitest@0.26.2(jsdom@20.0.3)(sass@1.57.1): resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vitest/-/vitest-0.26.2.tgz} id: registry.npmmirror.com/vitest/0.26.2 name: vitest @@ -5383,22 +5438,22 @@ packages: jsdom: optional: true dependencies: - '@types/chai': registry.npmmirror.com/@types/chai/4.3.4 - '@types/chai-subset': registry.npmmirror.com/@types/chai-subset/1.3.3 - '@types/node': registry.npmmirror.com/@types/node/18.11.18 - acorn: registry.npmmirror.com/acorn/8.8.1 - acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 - chai: registry.npmmirror.com/chai/4.3.7 - debug: registry.npmmirror.com/debug/4.3.4 - jsdom: registry.npmmirror.com/jsdom/20.0.3 - local-pkg: registry.npmmirror.com/local-pkg/0.4.2 - source-map: registry.npmmirror.com/source-map/0.6.1 - strip-literal: registry.npmmirror.com/strip-literal/1.0.0 - tinybench: registry.npmmirror.com/tinybench/2.3.1 - tinypool: registry.npmmirror.com/tinypool/0.3.0 - tinyspy: registry.npmmirror.com/tinyspy/1.0.2 - vite: registry.npmmirror.com/vite/4.0.3_ovmyjmuuyckt3r3gpaexj2onji - vite-node: registry.npmmirror.com/vite-node/0.26.2_ovmyjmuuyckt3r3gpaexj2onji + '@types/chai': registry.npmmirror.com/@types/chai@4.3.4 + '@types/chai-subset': registry.npmmirror.com/@types/chai-subset@1.3.3 + '@types/node': registry.npmmirror.com/@types/node@18.11.18 + acorn: registry.npmmirror.com/acorn@8.8.1 + acorn-walk: registry.npmmirror.com/acorn-walk@8.2.0 + chai: registry.npmmirror.com/chai@4.3.7 + debug: registry.npmmirror.com/debug@4.3.4 + jsdom: registry.npmmirror.com/jsdom@20.0.3 + local-pkg: registry.npmmirror.com/local-pkg@0.4.2 + source-map: registry.npmmirror.com/source-map@0.6.1 + strip-literal: registry.npmmirror.com/strip-literal@1.0.0 + tinybench: registry.npmmirror.com/tinybench@2.3.1 + tinypool: registry.npmmirror.com/tinypool@0.3.0 + tinyspy: registry.npmmirror.com/tinyspy@1.0.2 + vite: registry.npmmirror.com/vite@4.0.3(@types/node@18.11.18)(sass@1.57.1) + vite-node: registry.npmmirror.com/vite-node@0.26.2(@types/node@18.11.18)(sass@1.57.1) transitivePeerDependencies: - less - sass @@ -5408,75 +5463,75 @@ packages: - terser dev: true - registry.npmmirror.com/vscode-jsonrpc/6.0.0: + registry.npmmirror.com/vscode-jsonrpc@6.0.0: resolution: {integrity: sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz} name: vscode-jsonrpc version: 6.0.0 engines: {node: '>=8.0.0 || >=10.0.0'} dev: true - registry.npmmirror.com/vscode-languageclient/7.0.0: + registry.npmmirror.com/vscode-languageclient@7.0.0: resolution: {integrity: sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz} name: vscode-languageclient version: 7.0.0 engines: {vscode: ^1.52.0} dependencies: - minimatch: registry.npmmirror.com/minimatch/3.1.2 - semver: registry.npmmirror.com/semver/7.3.8 - vscode-languageserver-protocol: registry.npmmirror.com/vscode-languageserver-protocol/3.16.0 + minimatch: registry.npmmirror.com/minimatch@3.1.2 + semver: registry.npmmirror.com/semver@7.3.8 + vscode-languageserver-protocol: registry.npmmirror.com/vscode-languageserver-protocol@3.16.0 dev: true - registry.npmmirror.com/vscode-languageserver-protocol/3.16.0: + registry.npmmirror.com/vscode-languageserver-protocol@3.16.0: resolution: {integrity: sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz} name: vscode-languageserver-protocol version: 3.16.0 dependencies: - vscode-jsonrpc: registry.npmmirror.com/vscode-jsonrpc/6.0.0 - vscode-languageserver-types: registry.npmmirror.com/vscode-languageserver-types/3.16.0 + vscode-jsonrpc: registry.npmmirror.com/vscode-jsonrpc@6.0.0 + vscode-languageserver-types: registry.npmmirror.com/vscode-languageserver-types@3.16.0 dev: true - registry.npmmirror.com/vscode-languageserver-textdocument/1.0.8: + registry.npmmirror.com/vscode-languageserver-textdocument@1.0.8: resolution: {integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz} name: vscode-languageserver-textdocument version: 1.0.8 dev: true - registry.npmmirror.com/vscode-languageserver-types/3.16.0: + registry.npmmirror.com/vscode-languageserver-types@3.16.0: resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz} name: vscode-languageserver-types version: 3.16.0 dev: true - registry.npmmirror.com/vscode-languageserver/7.0.0: + registry.npmmirror.com/vscode-languageserver@7.0.0: resolution: {integrity: sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz} name: vscode-languageserver version: 7.0.0 hasBin: true dependencies: - vscode-languageserver-protocol: registry.npmmirror.com/vscode-languageserver-protocol/3.16.0 + vscode-languageserver-protocol: registry.npmmirror.com/vscode-languageserver-protocol@3.16.0 dev: true - registry.npmmirror.com/vscode-uri/3.0.7: + registry.npmmirror.com/vscode-uri@3.0.7: resolution: {integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.7.tgz} name: vscode-uri version: 3.0.7 dev: true - registry.npmmirror.com/vue-clipboard3/2.0.0: + registry.npmmirror.com/vue-clipboard3@2.0.0: resolution: {integrity: sha512-Q9S7dzWGax7LN5iiSPcu/K1GGm2gcBBlYwmMsUc5/16N6w90cbKow3FnPmPs95sungns4yvd9/+JhbAznECS2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-clipboard3/-/vue-clipboard3-2.0.0.tgz} name: vue-clipboard3 version: 2.0.0 dependencies: - clipboard: registry.npmmirror.com/clipboard/2.0.11 + clipboard: registry.npmmirror.com/clipboard@2.0.11 dev: false - registry.npmmirror.com/vue-cropper/1.0.5: + registry.npmmirror.com/vue-cropper@1.0.5: resolution: {integrity: sha512-D4XXdqWmMWRLOIV9LIh7/mkH6OBOMQDFbRjwntkxmAtxOtwpC9U5ZZ6lSXw5F5cbd4g8znDjk6MuCwIL+fZSrA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-cropper/-/vue-cropper-1.0.5.tgz} name: vue-cropper version: 1.0.5 dev: false - registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.45: + registry.npmmirror.com/vue-demi@0.11.4(vue@3.2.45): resolution: {integrity: sha512-/3xFwzSykLW2HiiLie43a+FFgNOcokbBJ+fzvFXd0r2T8MYohqvphUyDQ8lbAwzQ3Dlcrb1c9ykifGkhSIAk6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.11.4.tgz} id: registry.npmmirror.com/vue-demi/0.11.4 name: vue-demi @@ -5491,10 +5546,10 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/vue-demi/0.12.5_vue@3.2.45: + registry.npmmirror.com/vue-demi@0.12.5(vue@3.2.45): resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.12.5.tgz} id: registry.npmmirror.com/vue-demi/0.12.5 name: vue-demi @@ -5509,10 +5564,10 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45: + registry.npmmirror.com/vue-demi@0.13.11(vue@3.2.45): resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz} id: registry.npmmirror.com/vue-demi/0.13.11 name: vue-demi @@ -5527,9 +5582,9 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 - registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.30.0: + registry.npmmirror.com/vue-eslint-parser@9.1.0(eslint@8.30.0): resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.1.0.tgz} id: registry.npmmirror.com/vue-eslint-parser/9.1.0 name: vue-eslint-parser @@ -5538,19 +5593,19 @@ packages: peerDependencies: eslint: '>=6.0.0' dependencies: - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/8.30.0 - eslint-scope: registry.npmmirror.com/eslint-scope/7.1.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0 - espree: registry.npmmirror.com/espree/9.4.1 - esquery: registry.npmmirror.com/esquery/1.4.0 - lodash: registry.npmmirror.com/lodash/4.17.21 - semver: registry.npmmirror.com/semver/7.3.8 + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@8.30.0 + eslint-scope: registry.npmmirror.com/eslint-scope@7.1.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.3.0 + espree: registry.npmmirror.com/espree@9.4.1 + esquery: registry.npmmirror.com/esquery@1.4.0 + lodash: registry.npmmirror.com/lodash@4.17.21 + semver: registry.npmmirror.com/semver@7.3.8 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vue-fuse/4.1.1_fuse.js@6.6.2+vue@3.2.45: + registry.npmmirror.com/vue-fuse@4.1.1(fuse.js@6.6.2)(vue@3.2.45): resolution: {integrity: sha512-bhuTiniVK3HmTcxvksrzPgDWPFTEDYiWbJa01E7yT2lRPtE4BVb5cXUBUmqtb5rCkDOsLgMh1n9mRlHQImYNkA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-fuse/-/vue-fuse-4.1.1.tgz} id: registry.npmmirror.com/vue-fuse/4.1.1 name: vue-fuse @@ -5563,12 +5618,12 @@ packages: '@vue/composition-api': optional: true dependencies: - fuse.js: registry.npmmirror.com/fuse.js/6.6.2 - vue: registry.npmmirror.com/vue/3.2.45 - vue-demi: registry.npmmirror.com/vue-demi/0.11.4_vue@3.2.45 + fuse.js: registry.npmmirror.com/fuse.js@6.6.2 + vue: registry.npmmirror.com/vue@3.2.45 + vue-demi: registry.npmmirror.com/vue-demi@0.11.4(vue@3.2.45) dev: false - registry.npmmirror.com/vue-i18n/9.2.2_vue@3.2.45: + registry.npmmirror.com/vue-i18n@9.2.2(vue@3.2.45): 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 name: vue-i18n @@ -5577,14 +5632,14 @@ packages: 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 - '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.4.5 - vue: registry.npmmirror.com/vue/3.2.45 + '@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 + '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api@6.4.5 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/vue-pdf-embed/1.1.5_vue@3.2.45: + registry.npmmirror.com/vue-pdf-embed@1.1.5(vue@3.2.45): resolution: {integrity: sha512-aOUKlPFML9abOmFJgCuDujzcXmjN1Ck3X3vt0h2N/EGZYASS9TRXu96s+NzwZDr13iTZ8LGskLOzzXvf7FIpwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-pdf-embed/-/vue-pdf-embed-1.1.5.tgz} id: registry.npmmirror.com/vue-pdf-embed/1.1.5 name: vue-pdf-embed @@ -5592,10 +5647,10 @@ packages: peerDependencies: vue: ^2.x || ^3.x dependencies: - vue: registry.npmmirror.com/vue/3.2.45 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/vue-router/4.1.6_vue@3.2.45: + registry.npmmirror.com/vue-router@4.1.6(vue@3.2.45): resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz} id: registry.npmmirror.com/vue-router/4.1.6 name: vue-router @@ -5603,20 +5658,20 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api/6.4.5 - vue: registry.npmmirror.com/vue/3.2.45 + '@vue/devtools-api': registry.npmmirror.com/@vue/devtools-api@6.4.5 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/vue-template-compiler/2.7.14: + registry.npmmirror.com/vue-template-compiler@2.7.14: resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz} name: vue-template-compiler version: 2.7.14 dependencies: - de-indent: registry.npmmirror.com/de-indent/1.0.2 - he: registry.npmmirror.com/he/1.2.0 + de-indent: registry.npmmirror.com/de-indent@1.0.2 + he: registry.npmmirror.com/he@1.2.0 dev: true - registry.npmmirror.com/vue-tsc/1.0.18_typescript@4.9.4: + registry.npmmirror.com/vue-tsc@1.0.18(typescript@4.9.4): resolution: {integrity: sha512-JFLAz3Xh/iyTnMGdlfG3TuvcaJyFcqyELpLv50jyvOYLAS2+WHzac0IB73FQ37HmGm/4IWMkQZS5r/9FKSejQQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.0.18.tgz} id: registry.npmmirror.com/vue-tsc/1.0.18 name: vue-tsc @@ -5625,23 +5680,23 @@ packages: peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core/1.0.18 - '@volar/vue-typescript': registry.npmmirror.com/@volar/vue-typescript/1.0.18 - typescript: registry.npmmirror.com/typescript/4.9.4 + '@volar/vue-language-core': registry.npmmirror.com/@volar/vue-language-core@1.0.18 + '@volar/vue-typescript': registry.npmmirror.com/@volar/vue-typescript@1.0.18 + typescript: registry.npmmirror.com/typescript@4.9.4 dev: true - registry.npmmirror.com/vue/3.2.45: + registry.npmmirror.com/vue@3.2.45: resolution: {integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue/-/vue-3.2.45.tgz} name: vue version: 3.2.45 dependencies: - '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45 - '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.45 - '@vue/runtime-dom': registry.npmmirror.com/@vue/runtime-dom/3.2.45 - '@vue/server-renderer': registry.npmmirror.com/@vue/server-renderer/3.2.45_vue@3.2.45 - '@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45 + '@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom@3.2.45 + '@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc@3.2.45 + '@vue/runtime-dom': registry.npmmirror.com/@vue/runtime-dom@3.2.45 + '@vue/server-renderer': registry.npmmirror.com/@vue/server-renderer@3.2.45(vue@3.2.45) + '@vue/shared': registry.npmmirror.com/@vue/shared@3.2.45 - registry.npmmirror.com/vuedraggable/4.1.0_vue@3.2.45: + registry.npmmirror.com/vuedraggable@4.1.0(vue@3.2.45): resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vuedraggable/-/vuedraggable-4.1.0.tgz} id: registry.npmmirror.com/vuedraggable/4.1.0 name: vuedraggable @@ -5649,20 +5704,20 @@ packages: peerDependencies: vue: ^3.0.1 dependencies: - sortablejs: registry.npmmirror.com/sortablejs/1.14.0 - vue: registry.npmmirror.com/vue/3.2.45 + sortablejs: registry.npmmirror.com/sortablejs@1.14.0 + vue: registry.npmmirror.com/vue@3.2.45 dev: false - registry.npmmirror.com/w3c-xmlserializer/4.0.0: + registry.npmmirror.com/w3c-xmlserializer@4.0.0: resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz} name: w3c-xmlserializer version: 4.0.0 engines: {node: '>=14'} dependencies: - xml-name-validator: registry.npmmirror.com/xml-name-validator/4.0.0 + xml-name-validator: registry.npmmirror.com/xml-name-validator@4.0.0 dev: true - registry.npmmirror.com/wait-on/6.0.1_debug@4.3.4: + registry.npmmirror.com/wait-on@6.0.1(debug@4.3.4): resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/wait-on/-/wait-on-6.0.1.tgz} id: registry.npmmirror.com/wait-on/6.0.1 name: wait-on @@ -5670,112 +5725,112 @@ packages: engines: {node: '>=10.0.0'} hasBin: true dependencies: - axios: registry.npmmirror.com/axios/0.25.0_debug@4.3.4 - joi: registry.npmmirror.com/joi/17.7.0 - lodash: registry.npmmirror.com/lodash/4.17.21 - minimist: registry.npmmirror.com/minimist/1.2.7 - rxjs: registry.npmmirror.com/rxjs/7.8.0 + axios: registry.npmmirror.com/axios@0.25.0(debug@4.3.4) + joi: registry.npmmirror.com/joi@17.7.0 + lodash: registry.npmmirror.com/lodash@4.17.21 + minimist: registry.npmmirror.com/minimist@1.2.7 + rxjs: registry.npmmirror.com/rxjs@7.8.0 transitivePeerDependencies: - debug dev: true - registry.npmmirror.com/webidl-conversions/7.0.0: + registry.npmmirror.com/webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz} name: webidl-conversions version: 7.0.0 engines: {node: '>=12'} dev: true - registry.npmmirror.com/webpack-sources/3.2.3: + registry.npmmirror.com/webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz} name: webpack-sources version: 3.2.3 engines: {node: '>=10.13.0'} dev: true - registry.npmmirror.com/webpack-virtual-modules/0.5.0: + registry.npmmirror.com/webpack-virtual-modules@0.5.0: resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz} name: webpack-virtual-modules version: 0.5.0 dev: true - registry.npmmirror.com/whatwg-encoding/2.0.0: + 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 version: 2.0.0 engines: {node: '>=12'} dependencies: - iconv-lite: registry.npmmirror.com/iconv-lite/0.6.3 + iconv-lite: registry.npmmirror.com/iconv-lite@0.6.3 dev: true - registry.npmmirror.com/whatwg-mimetype/3.0.0: + registry.npmmirror.com/whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz} name: whatwg-mimetype version: 3.0.0 engines: {node: '>=12'} dev: true - registry.npmmirror.com/whatwg-url/11.0.0: + registry.npmmirror.com/whatwg-url@11.0.0: resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/whatwg-url/-/whatwg-url-11.0.0.tgz} name: whatwg-url version: 11.0.0 engines: {node: '>=12'} dependencies: - tr46: registry.npmmirror.com/tr46/3.0.0 - webidl-conversions: registry.npmmirror.com/webidl-conversions/7.0.0 + tr46: registry.npmmirror.com/tr46@3.0.0 + webidl-conversions: registry.npmmirror.com/webidl-conversions@7.0.0 dev: true - registry.npmmirror.com/which-boxed-primitive/1.0.2: + registry.npmmirror.com/which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz} name: which-boxed-primitive version: 1.0.2 dependencies: - is-bigint: registry.npmmirror.com/is-bigint/1.0.4 - is-boolean-object: registry.npmmirror.com/is-boolean-object/1.1.2 - is-number-object: registry.npmmirror.com/is-number-object/1.0.7 - is-string: registry.npmmirror.com/is-string/1.0.7 - is-symbol: registry.npmmirror.com/is-symbol/1.0.4 + is-bigint: registry.npmmirror.com/is-bigint@1.0.4 + is-boolean-object: registry.npmmirror.com/is-boolean-object@1.1.2 + is-number-object: registry.npmmirror.com/is-number-object@1.0.7 + is-string: registry.npmmirror.com/is-string@1.0.7 + is-symbol: registry.npmmirror.com/is-symbol@1.0.4 dev: true - registry.npmmirror.com/which/1.3.1: + registry.npmmirror.com/which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/which/-/which-1.3.1.tgz} name: which version: 1.3.1 hasBin: true dependencies: - isexe: registry.npmmirror.com/isexe/2.0.0 + isexe: registry.npmmirror.com/isexe@2.0.0 dev: true - registry.npmmirror.com/which/2.0.2: + registry.npmmirror.com/which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/which/-/which-2.0.2.tgz} name: which version: 2.0.2 engines: {node: '>= 8'} hasBin: true dependencies: - isexe: registry.npmmirror.com/isexe/2.0.0 + isexe: registry.npmmirror.com/isexe@2.0.0 dev: true - registry.npmmirror.com/wildcard/1.1.2: + registry.npmmirror.com/wildcard@1.1.2: resolution: {integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/wildcard/-/wildcard-1.1.2.tgz} name: wildcard version: 1.1.2 dev: false - registry.npmmirror.com/word-wrap/1.2.3: + registry.npmmirror.com/word-wrap@1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.3.tgz} name: word-wrap version: 1.2.3 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/wrappy/1.0.2: + registry.npmmirror.com/wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz} name: wrappy version: 1.0.2 dev: true - registry.npmmirror.com/ws/8.11.0: + registry.npmmirror.com/ws@8.11.0: resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ws/-/ws-8.11.0.tgz} name: ws version: 8.11.0 @@ -5790,36 +5845,36 @@ packages: optional: true dev: true - registry.npmmirror.com/xml-name-validator/4.0.0: + registry.npmmirror.com/xml-name-validator@4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz} name: xml-name-validator version: 4.0.0 engines: {node: '>=12'} dev: true - registry.npmmirror.com/xmlchars/2.2.0: + registry.npmmirror.com/xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz} name: xmlchars version: 2.2.0 dev: true - registry.npmmirror.com/yallist/4.0.0: + registry.npmmirror.com/yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz} name: yallist version: 4.0.0 dev: true - registry.npmmirror.com/yocto-queue/0.1.0: + registry.npmmirror.com/yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz} name: yocto-queue version: 0.1.0 engines: {node: '>=10'} dev: true - registry.npmmirror.com/zrender/5.4.1: + registry.npmmirror.com/zrender@5.4.1: resolution: {integrity: sha512-M4Z05BHWtajY2241EmMPHglDQAJ1UyHQcYsxDNzD9XLSkPDqMq4bB28v9Pb4mvHnVQ0GxyTklZ/69xCFP6RXBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/zrender/-/zrender-5.4.1.tgz} name: zrender version: 5.4.1 dependencies: - tslib: registry.npmmirror.com/tslib/2.3.0 + tslib: registry.npmmirror.com/tslib@2.3.0 dev: false diff --git a/diboot-admin-ui/src/App.vue b/diboot-admin-ui/src/App.vue index e735aec306bf64d663e3de8ff9681788eec33c00..ad94043a86f6753ef05bfd6d3e0e7f6464d004d6 100644 --- a/diboot-admin-ui/src/App.vue +++ b/diboot-admin-ui/src/App.vue @@ -1,5 +1,5 @@